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

/

* Default focus switch of confirmation button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of confirmation button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information:
Class name: AlertDialogParamWithConfirm;
Method or attribute name: confirm?: {
/
* Enable switch of confirmation button
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of confirmation button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of confirmation button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: ?object
alert_dialog.d.ts
Type changed Class name: AlertDialogParamWithButtons;
Method or attribute name: primaryButton: {
/
* Enable switch of primaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of primaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of primaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information:
Class name: AlertDialogParamWithButtons;
Method or attribute name: primaryButton: {
/
* Enable switch of primaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of primaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of primaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: object
alert_dialog.d.ts
Type changed Class name: AlertDialogParamWithButtons;
Method or attribute name: secondaryButton: {
/
* Enable switch of secondaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of secondaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of secondaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information:
Class name: AlertDialogParamWithButtons;
Method or attribute name: secondaryButton: {
/
* Enable switch of secondaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of secondaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of secondaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: object
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: 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: 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: fillStyle: string | number | CanvasGradient | CanvasPattern;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: fillStyle: string | number | CanvasGradient | CanvasPattern;
New version information: string | number | CanvasGradient | CanvasPattern
canvas.d.ts
Type changed Class name: CanvasRenderer;
Method or attribute name: strokeStyle: string | number | CanvasGradient | CanvasPattern;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: strokeStyle: string | number | CanvasGradient | CanvasPattern;
New version information: string | number | CanvasGradient | CanvasPattern
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<string>;
Old version information:
Class name: CheckboxGroupResult;
Method or attribute name: name: Array<string>;
New version information: Array<string>
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: ?function
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: x?: number | string;
Old version information:
Class name: TranslateOptions;
Method or attribute name: x?: number | string;
New version information: ?(number | string)
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: RotateOptions;
Method or attribute name: centerY?: number | string;
Old version information:
Class name: RotateOptions;
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: ?object
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: ?object
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: ?object
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: ?object
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: ?object
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: ?object
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: 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: function
common.d.ts
Type changed Class name: TouchEvent;
Method or attribute name: stopPropagation: () => void;
Old version information:
Class name: TouchEvent;
Method or attribute name: stopPropagation: () => void;
New version information: function
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: function
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: 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: 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: primaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information:
Class name: PopupOptions;
Method or attribute name: primaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: ?object
common.d.ts
Type changed Class name: PopupOptions;
Method or attribute name: secondaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information:
Class name: PopupOptions;
Method or attribute name: secondaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: ?object
common.d.ts
Type changed Class name: PopupOptions;
Method or attribute name: onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
Old version information:
Class name: PopupOptions;
Method or attribute name: onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
New version information: ?function
common.d.ts
Type changed Class name: CustomPopupOptions;
Method or attribute name: onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
Old version information:
Class name: CustomPopupOptions;
Method or attribute name: onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
New version information: ?function
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: 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: 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: 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: 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<number>;
Old version information:
Class name: SubscribedAbstractProperty;
Method or attribute name: protected subscribers_: Set<number>;
New version information: Set<number>
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: ?function
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: 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: onAccept?: (value: DatePickerResult) => void;
Old version information:
Class name: DatePickerDialogOptions;
Method or attribute name: onAccept?: (value: DatePickerResult) => void;
New version information: ?function
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: ?function
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: ?function
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<string>,
Old version information:
Class name: BreakPoints;
Method or attribute name: value?: Array<string>,
New version information: ?Array<string>
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: 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: 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: ?function
navigation.d.ts
Type changed Class name: NavigationAttribute;
Method or attribute name: title(value: ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): NavigationAttribute;
Old version information: (string | 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: 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: 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: 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: 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: 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: 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: TextPickerOptions;
Method or attribute name: range: string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[];
Old version information:
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:
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:
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: onAccept?: (value: TextPickerResult) => void;
Old version information:
Class name: TextPickerDialogOptions;
Method or attribute name: onAccept?: (value: TextPickerResult) => void;
New version information: ?function
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: ?function
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: ?function
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: onAccept?: (value: TimePickerResult) => void;
Old version information:
Class name: TimePickerDialogOptions;
Method or attribute name: onAccept?: (value: TimePickerResult) => void;
New version information: ?function
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: ?function
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: ?function
time_picker.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: 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: 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
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
Function changed Class name: MeasureOptions;
Method or attribute name: textContent: string;
Class name: MeasureOptions;
Method or attribute name: textContent: string | Resource;
@ohos.measure.d.ts
Function changed Class name: ShowDialogOptions;
Method or attribute name: buttons?: [Button, Button?, Button?];
Class name: ShowDialogOptions;
Method or attribute name: buttons?: Array<Button>;
@ohos.promptAction.d.ts
Widget support changed Class name: sourcefile;
Method or attribute name: declare type Length = string | number | Resource;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type Length = string | number | Resource;
New version information: form
units.d.ts
Widget support changed Class name: sourcefile;
Method or attribute name: declare type ResourceStr = string | Resource;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type ResourceStr = string | Resource;
New version information: form
units.d.ts
Widget support changed Class name: sourcefile;
Method or attribute name: declare type Padding = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type Padding = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
New version information: form
units.d.ts
Widget support changed Class name: sourcefile;
Method or attribute name: declare type Margin = Padding;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type Margin = Padding;
New version information: form
units.d.ts
Widget support changed Class name: sourcefile;
Method or attribute name: declare type EdgeWidths = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type EdgeWidths = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
New version information: form
units.d.ts
Widget support changed Class name: sourcefile;
Method or attribute name: declare type BorderRadiuses = {
/
* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topLeft?: Length;

/
* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topRight?: Length;

/
* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomLeft?: Length;

/
* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomRight?: Length;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type BorderRadiuses = {
/
* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topLeft?: Length;

/
* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topRight?: Length;

/
* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomLeft?: Length;

/
* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomRight?: Length;
};
New version information: form
units.d.ts
Widget support changed Class name: sourcefile;
Method or attribute name: declare type EdgeColors = {
/
* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: ResourceColor;

/
* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: ResourceColor;

/
* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: ResourceColor;

/
* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: ResourceColor;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type EdgeColors = {
/
* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: ResourceColor;

/
* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: ResourceColor;

/
* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: ResourceColor;

/
* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: ResourceColor;
};
New version information: form
units.d.ts
Widget support changed Class name: sourcefile;
Method or attribute name: declare type EdgeStyles = {
/
* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: BorderStyle;

/
* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: BorderStyle;

/
* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: BorderStyle;

/
* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: BorderStyle;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type EdgeStyles = {
/
* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: BorderStyle;

/
* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: BorderStyle;

/
* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: BorderStyle;

/
* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: BorderStyle;
};
New version information: form
units.d.ts
Widget support changed Class name: sourcefile;
Method or attribute name: declare type ResourceColor = Color | number | string | Resource;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type ResourceColor = Color | number | string | Resource;
New version information: form
units.d.ts
Widget support changed Class name: sourcefile;
Method or attribute name: declare type LengthConstrain = {
/
* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
minLength: Length;

/
* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
maxLength: Length;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type LengthConstrain = {
/
* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
minLength: Length;

/
* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
maxLength: Length;
};
New version information: form
units.d.ts
Widget support changed Class name: CalendarDay;
Method or attribute name: interface CalendarDay
Old version information:
Class name: CalendarDay;
Method or attribute name: interface CalendarDay
New version information: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support changed Class name: MonthData;
Method or attribute name: interface MonthData
Old version information:
Class name: MonthData;
Method or attribute name: interface MonthData
New version information: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support changed Class name: CurrentDayStyle;
Method or attribute name: interface CurrentDayStyle
Old version information:
Class name: CurrentDayStyle;
Method or attribute name: interface CurrentDayStyle
New version information: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support changed Class name: NonCurrentDayStyle;
Method or attribute name: interface NonCurrentDayStyle
Old version information:
Class name: NonCurrentDayStyle;
Method or attribute name: interface NonCurrentDayStyle
New version information: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support changed Class name: TodayStyle;
Method or attribute name: interface TodayStyle
Old version information:
Class name: TodayStyle;
Method or attribute name: interface TodayStyle
New version information: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support changed Class name: WeekStyle;
Method or attribute name: interface WeekStyle
Old version information:
Class name: WeekStyle;
Method or attribute name: interface WeekStyle
New version information: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support changed Class name: WorkStateStyle;
Method or attribute name: interface WorkStateStyle
Old version information:
Class name: WorkStateStyle;
Method or attribute name: interface WorkStateStyle
New version information: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support 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: form
calendar.d.ts
Widget support changed Class name: CalendarController;
Method or attribute name: declare class CalendarController
Old version information:
Class name: CalendarController;
Method or attribute name: declare class CalendarController
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarController;
Method or attribute name: constructor();
Old version information:
Class name: CalendarController;
Method or attribute name: constructor();
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarController;
Method or attribute name: backToToday();
Old version information:
Class name: CalendarController;
Method or attribute name: backToToday();
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarController;
Method or attribute name: goTo(value: { year: number; month: number; day: number });
Old version information:
Class name: CalendarController;
Method or attribute name: goTo(value: { year: number; month: number; day: number });
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarInterface;
Method or attribute name: interface CalendarInterface
Old version information:
Class name: CalendarInterface;
Method or attribute name: interface CalendarInterface
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarInterface;
Method or attribute name: (value: {
date: { year: number; month: number; day: number };
currentData: MonthData;
preData: MonthData;
nextData: MonthData;
controller?: CalendarController;
}): CalendarAttribute;
Old version information:
Class name: CalendarInterface;
Method or attribute name: (value: {
date: { year: number; month: number; day: number };
currentData: MonthData;
preData: MonthData;
nextData: MonthData;
controller?: CalendarController;
}): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: declare class CalendarAttribute
Old version information:
Class name: CalendarAttribute;
Method or attribute name: declare class CalendarAttribute
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: showLunar(value: boolean): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: showLunar(value: boolean): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: showHoliday(value: boolean): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: showHoliday(value: boolean): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: needSlide(value: boolean): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: needSlide(value: boolean): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: startOfWeek(value: number): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: startOfWeek(value: number): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: offDays(value: number): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: offDays(value: number): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: direction(value: Axis): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: direction(value: Axis): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: currentDayStyle(value: CurrentDayStyle): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: currentDayStyle(value: CurrentDayStyle): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: todayStyle(value: TodayStyle): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: todayStyle(value: TodayStyle): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: weekStyle(value: WeekStyle): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: weekStyle(value: WeekStyle): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: workStateStyle(value: WorkStateStyle): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: workStateStyle(value: WorkStateStyle): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: onSelectChange(event: (event: CalendarSelectedDate) => void): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: onSelectChange(event: (event: CalendarSelectedDate) => void): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: CalendarAttribute;
Method or attribute name: onRequestData(
event: (event: CalendarRequestedData) => void,
): CalendarAttribute;
Old version information:
Class name: CalendarAttribute;
Method or attribute name: onRequestData(
event: (event: CalendarRequestedData) => void,
): CalendarAttribute;
New version information: form
calendar.d.ts
Widget support changed Class name: RotateOptions;
Method or attribute name: declare interface RotateOptions
Old version information:
Class name: RotateOptions;
Method or attribute name: declare interface RotateOptions
New version information: form
common.d.ts
Widget support changed Class name: TransitionOptions;
Method or attribute name: declare interface TransitionOptions
Old version information: form
Class name: TransitionOptions;
Method or attribute name: declare interface TransitionOptions
New version information:
common.d.ts
Widget support changed Class name: TransitionOptions;
Method or attribute name: type?: TransitionType;
Old version information: form
Class name: TransitionOptions;
Method or attribute name: type?: TransitionType;
New version information:
common.d.ts
Widget support changed Class name: TransitionOptions;
Method or attribute name: opacity?: number;
Old version information: form
Class name: TransitionOptions;
Method or attribute name: opacity?: number;
New version information:
common.d.ts
Widget support changed Class name: TransitionOptions;
Method or attribute name: translate?: TranslateOptions;
Old version information: form
Class name: TransitionOptions;
Method or attribute name: translate?: TranslateOptions;
New version information:
common.d.ts
Widget support changed Class name: TransitionOptions;
Method or attribute name: scale?: ScaleOptions;
Old version information: form
Class name: TransitionOptions;
Method or attribute name: scale?: ScaleOptions;
New version information:
common.d.ts
Widget support changed Class name: TransitionOptions;
Method or attribute name: rotate?: RotateOptions;
Old version information: form
Class name: TransitionOptions;
Method or attribute name: rotate?: RotateOptions;
New version information:
common.d.ts
Widget 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 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 support 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: form
common.d.ts
Widget support 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: form
common.d.ts
Widget support 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: form
common.d.ts
Widget support 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: form
common.d.ts
Widget support 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: form
common.d.ts
Widget support changed Class name: View;
Method or attribute name: create(value: any): any;
Old version information:
Class name: View;
Method or attribute name: create(value: any): any;
New version information: form
common.d.ts
Widget support changed Class name: SubscribedAbstractProperty;
Method or attribute name: declare abstract class SubscribedAbstractProperty
Old version information:
Class name: SubscribedAbstractProperty;
Method or attribute name: declare abstract class SubscribedAbstractProperty
New version information: form
common_ts_ets_api.d.ts
Widget support changed Class name: SubscribedAbstractProperty;
Method or attribute name: abstract get(): T;
Old version information:
Class name: SubscribedAbstractProperty;
Method or attribute name: abstract get(): T;
New version information: form
common_ts_ets_api.d.ts
Widget support changed Class name: SubscribedAbstractProperty;
Method or attribute name: abstract set(newValue: T): void;
Old version information:
Class name: SubscribedAbstractProperty;
Method or attribute name: abstract set(newValue: T): void;
New version information: form
common_ts_ets_api.d.ts
Widget support changed Class name: HitTestMode;
Method or attribute name: Transparent
Old version information: form
Class name: HitTestMode;
Method or attribute name: Transparent
New version information:
enums.d.ts
Widget support changed Class name: HoverEffect;
Method or attribute name: Auto
Old version information: form
Class name: HoverEffect;
Method or attribute name: Auto
New version information:
enums.d.ts
Widget support changed Class name: MouseButton;
Method or attribute name: None
Old version information: form
Class name: MouseButton;
Method or attribute name: None
New version information:
enums.d.ts
Widget support changed Class name: HoverEffect;
Method or attribute name: None
Old version information: form
Class name: HoverEffect;
Method or attribute name: None
New version information:
enums.d.ts
Widget support changed Class name: HitTestMode;
Method or attribute name: None
Old version information: form
Class name: HitTestMode;
Method or attribute name: None
New version information:
enums.d.ts
Widget support changed Class name: TouchType;
Method or attribute name: declare enum TouchType
Old version information: form
Class name: TouchType;
Method or attribute name: declare enum TouchType
New version information:
enums.d.ts
Widget support changed Class name: TouchType;
Method or attribute name: Down
Old version information: form
Class name: TouchType;
Method or attribute name: Down
New version information:
enums.d.ts
Widget support changed Class name: KeyType;
Method or attribute name: Down
Old version information: form
Class name: KeyType;
Method or attribute name: Down
New version information:
enums.d.ts
Widget support changed Class name: TouchType;
Method or attribute name: Up
Old version information: form
Class name: TouchType;
Method or attribute name: Up
New version information:
enums.d.ts
Widget support changed Class name: KeyType;
Method or attribute name: Up
Old version information: form
Class name: KeyType;
Method or attribute name: Up
New version information:
enums.d.ts
Widget support changed Class name: TouchType;
Method or attribute name: Move
Old version information: form
Class name: TouchType;
Method or attribute name: Move
New version information:
enums.d.ts
Widget support changed Class name: MouseAction;
Method or attribute name: Move
Old version information: form
Class name: MouseAction;
Method or attribute name: Move
New version information:
enums.d.ts
Widget support changed Class name: TouchType;
Method or attribute name: Cancel
Old version information: form
Class name: TouchType;
Method or attribute name: Cancel
New version information:
enums.d.ts
Widget support changed Class name: MouseButton;
Method or attribute name: declare enum MouseButton
Old version information: form
Class name: MouseButton;
Method or attribute name: declare enum MouseButton
New version information:
enums.d.ts
Widget support changed Class name: MouseButton;
Method or attribute name: Left
Old version information: form
Class name: MouseButton;
Method or attribute name: Left
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: Left
Old version information: form
Class name: Placement;
Method or attribute name: Left
New version information:
enums.d.ts
Widget support changed Class name: MouseButton;
Method or attribute name: Right
Old version information: form
Class name: MouseButton;
Method or attribute name: Right
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: Right
Old version information: form
Class name: Placement;
Method or attribute name: Right
New version information:
enums.d.ts
Widget support changed Class name: MouseButton;
Method or attribute name: Middle
Old version information: form
Class name: MouseButton;
Method or attribute name: Middle
New version information:
enums.d.ts
Widget support changed Class name: MouseButton;
Method or attribute name: Back
Old version information: form
Class name: MouseButton;
Method or attribute name: Back
New version information:
enums.d.ts
Widget support changed Class name: MouseButton;
Method or attribute name: Forward
Old version information: form
Class name: MouseButton;
Method or attribute name: Forward
New version information:
enums.d.ts
Widget support changed Class name: MouseAction;
Method or attribute name: declare enum MouseAction
Old version information: form
Class name: MouseAction;
Method or attribute name: declare enum MouseAction
New version information:
enums.d.ts
Widget support changed Class name: MouseAction;
Method or attribute name: Press
Old version information: form
Class name: MouseAction;
Method or attribute name: Press
New version information:
enums.d.ts
Widget support changed Class name: MouseAction;
Method or attribute name: Release
Old version information: form
Class name: MouseAction;
Method or attribute name: Release
New version information:
enums.d.ts
Widget support changed Class name: MouseAction;
Method or attribute name: Hover
Old version information: form
Class name: MouseAction;
Method or attribute name: Hover
New version information:
enums.d.ts
Widget support changed Class name: KeyType;
Method or attribute name: declare enum KeyType
Old version information: form
Class name: KeyType;
Method or attribute name: declare enum KeyType
New version information:
enums.d.ts
Widget support changed Class name: KeySource;
Method or attribute name: declare enum KeySource
Old version information: form
Class name: KeySource;
Method or attribute name: declare enum KeySource
New version information:
enums.d.ts
Widget support changed Class name: KeySource;
Method or attribute name: Unknown
Old version information: form
Class name: KeySource;
Method or attribute name: Unknown
New version information:
enums.d.ts
Widget support changed Class name: KeySource;
Method or attribute name: Keyboard
Old version information: form
Class name: KeySource;
Method or attribute name: Keyboard
New version information:
enums.d.ts
Widget support changed Class name: Edge;
Method or attribute name: declare enum Edge
Old version information: form
Class name: Edge;
Method or attribute name: declare enum Edge
New version information:
enums.d.ts
Widget support changed Class name: Edge;
Method or attribute name: Top
Old version information: form
Class name: Edge;
Method or attribute name: Top
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: Top
Old version information: form
Class name: Placement;
Method or attribute name: Top
New version information:
enums.d.ts
Widget support changed Class name: Edge;
Method or attribute name: Bottom
Old version information: form
Class name: Edge;
Method or attribute name: Bottom
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: Bottom
Old version information: form
Class name: Placement;
Method or attribute name: Bottom
New version information:
enums.d.ts
Widget support changed Class name: Edge;
Method or attribute name: Start
Old version information: form
Class name: Edge;
Method or attribute name: Start
New version information:
enums.d.ts
Widget support changed Class name: Edge;
Method or attribute name: End
Old version information: form
Class name: Edge;
Method or attribute name: End
New version information:
enums.d.ts
Widget support changed Class name: Week;
Method or attribute name: declare enum Week
Old version information: form
Class name: Week;
Method or attribute name: declare enum Week
New version information:
enums.d.ts
Widget support changed Class name: Week;
Method or attribute name: Mon
Old version information: form
Class name: Week;
Method or attribute name: Mon
New version information:
enums.d.ts
Widget support changed Class name: Week;
Method or attribute name: Tue
Old version information: form
Class name: Week;
Method or attribute name: Tue
New version information:
enums.d.ts
Widget support changed Class name: Week;
Method or attribute name: Wed
Old version information: form
Class name: Week;
Method or attribute name: Wed
New version information:
enums.d.ts
Widget support changed Class name: Week;
Method or attribute name: Thur
Old version information: form
Class name: Week;
Method or attribute name: Thur
New version information:
enums.d.ts
Widget support changed Class name: Week;
Method or attribute name: Fri
Old version information: form
Class name: Week;
Method or attribute name: Fri
New version information:
enums.d.ts
Widget support changed Class name: Week;
Method or attribute name: Sat
Old version information: form
Class name: Week;
Method or attribute name: Sat
New version information:
enums.d.ts
Widget support changed Class name: Week;
Method or attribute name: Sun
Old version information: form
Class name: Week;
Method or attribute name: Sun
New version information:
enums.d.ts
Widget support changed Class name: RelateType;
Method or attribute name: declare enum RelateType
Old version information: form
Class name: RelateType;
Method or attribute name: declare enum RelateType
New version information:
enums.d.ts
Widget support changed Class name: RelateType;
Method or attribute name: FILL
Old version information: form
Class name: RelateType;
Method or attribute name: FILL
New version information:
enums.d.ts
Widget support changed Class name: RelateType;
Method or attribute name: FIT
Old version information: form
Class name: RelateType;
Method or attribute name: FIT
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: LeftTop
Old version information: form
Class name: Placement;
Method or attribute name: LeftTop
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: LeftBottom
Old version information: form
Class name: Placement;
Method or attribute name: LeftBottom
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: RightTop
Old version information: form
Class name: Placement;
Method or attribute name: RightTop
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: RightBottom
Old version information: form
Class name: Placement;
Method or attribute name: RightBottom
New version information:
enums.d.ts
Widget support changed Class name: SharedTransitionEffectType;
Method or attribute name: declare enum SharedTransitionEffectType
Old version information: form
Class name: SharedTransitionEffectType;
Method or attribute name: declare enum SharedTransitionEffectType
New version information:
enums.d.ts
Widget support changed Class name: SharedTransitionEffectType;
Method or attribute name: Static
Old version information: form
Class name: SharedTransitionEffectType;
Method or attribute name: Static
New version information:
enums.d.ts
Widget support changed Class name: SharedTransitionEffectType;
Method or attribute name: Exchange
Old version information: form
Class name: SharedTransitionEffectType;
Method or attribute name: Exchange
New version information:
enums.d.ts
Widget support changed Class name: ResponseType;
Method or attribute name: declare enum ResponseType
Old version information: form
Class name: ResponseType;
Method or attribute name: declare enum ResponseType
New version information:
enums.d.ts
Widget support changed Class name: ResponseType;
Method or attribute name: RightClick
Old version information: form
Class name: ResponseType;
Method or attribute name: RightClick
New version information:
enums.d.ts
Widget support changed Class name: ResponseType;
Method or attribute name: LongPress
Old version information: form
Class name: ResponseType;
Method or attribute name: LongPress
New version information:
enums.d.ts
Widget support changed Class name: HoverEffect;
Method or attribute name: declare enum HoverEffect
Old version information: form
Class name: HoverEffect;
Method or attribute name: declare enum HoverEffect
New version information:
enums.d.ts
Widget support changed Class name: HoverEffect;
Method or attribute name: Scale
Old version information: form
Class name: HoverEffect;
Method or attribute name: Scale
New version information:
enums.d.ts
Widget support changed Class name: HoverEffect;
Method or attribute name: Highlight
Old version information: form
Class name: HoverEffect;
Method or attribute name: Highlight
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: declare enum Placement
Old version information: form
Class name: Placement;
Method or attribute name: declare enum Placement
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: TopLeft
Old version information: form
Class name: Placement;
Method or attribute name: TopLeft
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: TopRight
Old version information: form
Class name: Placement;
Method or attribute name: TopRight
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: BottomLeft
Old version information: form
Class name: Placement;
Method or attribute name: BottomLeft
New version information:
enums.d.ts
Widget support changed Class name: Placement;
Method or attribute name: BottomRight
Old version information: form
Class name: Placement;
Method or attribute name: BottomRight
New version information:
enums.d.ts
Widget support changed Class name: HitTestMode;
Method or attribute name: declare enum HitTestMode
Old version information: form
Class name: HitTestMode;
Method or attribute name: declare enum HitTestMode
New version information:
enums.d.ts
Widget support changed Class name: HitTestMode;
Method or attribute name: Default
Old version information: form
Class name: HitTestMode;
Method or attribute name: Default
New version information:
enums.d.ts
Widget support changed Class name: HitTestMode;
Method or attribute name: Block
Old version information: form
Class name: HitTestMode;
Method or attribute name: Block
New version information:
enums.d.ts
Widget support changed Class name: TitleHeight;
Method or attribute name: declare enum TitleHeight
Old version information: form
Class name: TitleHeight;
Method or attribute name: declare enum TitleHeight
New version information:
enums.d.ts
Widget support changed Class name: TitleHeight;
Method or attribute name: MainOnly
Old version information: form
Class name: TitleHeight;
Method or attribute name: MainOnly
New version information:
enums.d.ts
Widget support changed Class name: TitleHeight;
Method or attribute name: MainWithSub
Old version information: form
Class name: TitleHeight;
Method or attribute name: MainWithSub
New version information:
enums.d.ts
Widget support changed Class name: ImageAttribute;
Method or attribute name: draggable(value: boolean): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: draggable(value: boolean): ImageAttribute;
New version information: form
image.d.ts
Widget support changed Class name: ImageAnimatorInterface;
Method or attribute name: interface ImageAnimatorInterface
Old version information:
Class name: ImageAnimatorInterface;
Method or attribute name: interface ImageAnimatorInterface
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorInterface;
Method or attribute name: (): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorInterface;
Method or attribute name: (): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageFrameInfo;
Method or attribute name: interface ImageFrameInfo
Old version information:
Class name: ImageFrameInfo;
Method or attribute name: interface ImageFrameInfo
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageFrameInfo;
Method or attribute name: src: string | Resource;
Old version information:
Class name: ImageFrameInfo;
Method or attribute name: src: string | Resource;
New version information: form
image_animator.d.ts
Widget support 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: form
image_animator.d.ts
Widget support 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: form
image_animator.d.ts
Widget support 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: form
image_animator.d.ts
Widget support 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: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: declare class ImageAnimatorAttribute
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: declare class ImageAnimatorAttribute
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: images(value: Array<ImageFrameInfo>): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: images(value: Array<ImageFrameInfo>): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: duration(value: number): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: duration(value: number): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: reverse(value: boolean): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: reverse(value: boolean): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: onStart(event: () => void): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: onStart(event: () => void): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: onPause(event: () => void): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: onPause(event: () => void): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ImageAnimatorAttribute;
Method or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;
New version information: form
image_animator.d.ts
Widget support changed Class name: ListItemAttribute;
Method or attribute name: selectable(value: boolean): ListItemAttribute;
Old version information:
Class name: ListItemAttribute;
Method or attribute name: selectable(value: boolean): ListItemAttribute;
New version information: form
list_item.d.ts
Widget support changed Class name: SwiperController;
Method or attribute name: declare class SwiperController
Old version information:
Class name: SwiperController;
Method or attribute name: declare class SwiperController
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperController;
Method or attribute name: constructor();
Old version information:
Class name: SwiperController;
Method or attribute name: constructor();
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperController;
Method or attribute name: showNext();
Old version information:
Class name: SwiperController;
Method or attribute name: showNext();
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperController;
Method or attribute name: showPrevious();
Old version information:
Class name: SwiperController;
Method or attribute name: showPrevious();
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperController;
Method or attribute name: finishAnimation(callback?: () => void);
Old version information:
Class name: SwiperController;
Method or attribute name: finishAnimation(callback?: () => void);
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperDisplayMode;
Method or attribute name: declare enum SwiperDisplayMode
Old version information:
Class name: SwiperDisplayMode;
Method or attribute name: declare enum SwiperDisplayMode
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperDisplayMode;
Method or attribute name: Stretch
Old version information:
Class name: SwiperDisplayMode;
Method or attribute name: Stretch
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperDisplayMode;
Method or attribute name: AutoLinear
Old version information:
Class name: SwiperDisplayMode;
Method or attribute name: AutoLinear
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperInterface;
Method or attribute name: interface SwiperInterface
Old version information:
Class name: SwiperInterface;
Method or attribute name: interface SwiperInterface
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperInterface;
Method or attribute name: (controller?: SwiperController): SwiperAttribute;
Old version information:
Class name: SwiperInterface;
Method or attribute name: (controller?: SwiperController): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: declare class SwiperAttribute
Old version information:
Class name: SwiperAttribute;
Method or attribute name: declare class SwiperAttribute
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: index(value: number): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: index(value: number): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: autoPlay(value: boolean): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: autoPlay(value: boolean): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: interval(value: number): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: interval(value: number): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: indicator(value: DotIndicator | DigitIndicator | boolean): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: indicator(value: DotIndicator | DigitIndicator | boolean): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: loop(value: boolean): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: loop(value: boolean): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: vertical(value: boolean): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: vertical(value: boolean): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: itemSpace(value: number | string): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: itemSpace(value: number | string): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: cachedCount(value: number): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: cachedCount(value: number): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: displayCount(value: number | string | SwiperAutoFill): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: displayCount(value: number | string | SwiperAutoFill): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: curve(value: Curve | string | ICurve): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: curve(value: Curve | string | ICurve): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: onChange(event: (index: number) => void): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: onChange(event: (index: number) => void): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: SwiperAttribute;
Method or attribute name: onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
New version information: form
swiper.d.ts
Widget support changed Class name: TextTimerController;
Method or attribute name: declare class TextTimerController
Old version information:
Class name: TextTimerController;
Method or attribute name: declare class TextTimerController
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerController;
Method or attribute name: constructor();
Old version information:
Class name: TextTimerController;
Method or attribute name: constructor();
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerController;
Method or attribute name: start();
Old version information:
Class name: TextTimerController;
Method or attribute name: start();
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerController;
Method or attribute name: pause();
Old version information:
Class name: TextTimerController;
Method or attribute name: pause();
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerController;
Method or attribute name: reset();
Old version information:
Class name: TextTimerController;
Method or attribute name: reset();
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerOptions;
Method or attribute name: interface TextTimerOptions
Old version information:
Class name: TextTimerOptions;
Method or attribute name: interface TextTimerOptions
New version information: form
text_timer.d.ts
Widget support 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: form
text_timer.d.ts
Widget support 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: form
text_timer.d.ts
Widget support 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: form
text_timer.d.ts
Widget support changed Class name: TextTimerInterface;
Method or attribute name: interface TextTimerInterface
Old version information:
Class name: TextTimerInterface;
Method or attribute name: interface TextTimerInterface
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerInterface;
Method or attribute name: (options?: TextTimerOptions): TextTimerAttribute;
Old version information:
Class name: TextTimerInterface;
Method or attribute name: (options?: TextTimerOptions): TextTimerAttribute;
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerAttribute;
Method or attribute name: declare class TextTimerAttribute
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: declare class TextTimerAttribute
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerAttribute;
Method or attribute name: format(value: string): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: format(value: string): TextTimerAttribute;
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerAttribute;
Method or attribute name: fontSize(value: Length): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: fontSize(value: Length): TextTimerAttribute;
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextTimerAttribute;
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerAttribute;
Method or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;
New version information: form
text_timer.d.ts
Widget support changed Class name: TextTimerAttribute;
Method or attribute name: onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
New version information: form
text_timer.d.ts
Widget support changed Class name: Area;
Method or attribute name: declare interface Area
Old version information:
Class name: Area;
Method or attribute name: declare interface Area
New version information: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support changed Class name: Position;
Method or attribute name: declare interface Position
Old version information:
Class name: Position;
Method or attribute name: declare interface Position
New version information: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support changed Class name: ConstraintSizeOptions;
Method or attribute name: declare interface ConstraintSizeOptions
Old version information:
Class name: ConstraintSizeOptions;
Method or attribute name: declare interface ConstraintSizeOptions
New version information: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support changed Class name: SizeOptions;
Method or attribute name: declare interface SizeOptions
Old version information:
Class name: SizeOptions;
Method or attribute name: declare interface SizeOptions
New version information: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support 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: form
units.d.ts
Widget support changed Class name: BorderOptions;
Method or attribute name: declare interface BorderOptions
Old version information:
Class name: BorderOptions;
Method or attribute name: declare interface BorderOptions
New version information: form
units.d.ts
Widget support changed Class name: BorderOptions;
Method or attribute name: width?: EdgeWidths | Length;
Old version information:
Class name: BorderOptions;
Method or attribute name: width?: EdgeWidths | Length;
New version information: form
units.d.ts
Widget support changed Class name: BorderOptions;
Method or attribute name: color?: EdgeColors | ResourceColor;
Old version information:
Class name: BorderOptions;
Method or attribute name: color?: EdgeColors | ResourceColor;
New version information: form
units.d.ts
Widget support changed Class name: BorderOptions;
Method or attribute name: radius?: BorderRadiuses | Length;
Old version information:
Class name: BorderOptions;
Method or attribute name: radius?: BorderRadiuses | Length;
New version information: form
units.d.ts
Widget support changed Class name: BorderOptions;
Method or attribute name: style?: EdgeStyles | BorderStyle;
Old version information:
Class name: BorderOptions;
Method or attribute name: style?: EdgeStyles | BorderStyle;
New version information: form
units.d.ts
Widget support changed Class name: ColorFilter;
Method or attribute name: declare class ColorFilter
Old version information:
Class name: ColorFilter;
Method or attribute name: declare class ColorFilter
New version information: form
units.d.ts
Widget support changed Class name: ColorFilter;
Method or attribute name: constructor(value: number[]);
Old version information:
Class name: ColorFilter;
Method or attribute name: constructor(value: number[]);
New version information: form
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function setInterval(handler: Function | string, delay: number, ...arguments: any[]): number;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function setInterval(handler: Function | string, delay: number, ...arguments: any[]): number;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function setTimeout(handler: Function | string, delay?: number, ...arguments: any[]): number;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function setTimeout(handler: Function | string, delay?: number, ...arguments: any[]): number;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function clearInterval(intervalID?: number): void;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function clearInterval(intervalID?: number): void;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function clearTimeout(timeoutID?: number): void;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function clearTimeout(timeoutID?: number): void;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function canIUse(syscap: string): boolean;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function canIUse(syscap: string): boolean;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function getInspectorByKey(id: string): string;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function getInspectorByKey(id: string): string;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function getInspectorTree(): Object;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function getInspectorTree(): Object;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function sendEventByKey(id: string, action: number, params: string): boolean;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function sendEventByKey(id: string, action: number, params: string): boolean;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function sendTouchEvent(event: TouchObject): boolean;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function sendTouchEvent(event: TouchObject): boolean;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function sendKeyEvent(event: KeyEvent): boolean;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function sendKeyEvent(event: KeyEvent): boolean;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: export declare function sendMouseEvent(event: MouseEvent): boolean;
Old version information:
Class name: sourcefile;
Method or attribute name: export declare function sendMouseEvent(event: MouseEvent): boolean;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: console;
Method or attribute name: export declare class console
Old version information:
Class name: console;
Method or attribute name: export declare class console
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: console;
Method or attribute name: static debug(message: string, ...arguments: any[]): void;
Old version information:
Class name: console;
Method or attribute name: static debug(message: string, ...arguments: any[]): void;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: console;
Method or attribute name: static log(message: string, ...arguments: any[]): void;
Old version information:
Class name: console;
Method or attribute name: static log(message: string, ...arguments: any[]): void;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: console;
Method or attribute name: static info(message: string, ...arguments: any[]): void;
Old version information:
Class name: console;
Method or attribute name: static info(message: string, ...arguments: any[]): void;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: console;
Method or attribute name: static warn(message: string, ...arguments: any[]): void;
Old version information:
Class name: console;
Method or attribute name: static warn(message: string, ...arguments: any[]): void;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: console;
Method or attribute name: static error(message: string, ...arguments: any[]): void;
Old version information:
Class name: console;
Method or attribute name: static error(message: string, ...arguments: any[]): void;
New version information: crossplatform
global.d.ts
Cross-platform capability changed Class name: AnimatorOptions;
Method or attribute name: export interface AnimatorOptions
Old version information:
Class name: AnimatorOptions;
Method or attribute name: export interface AnimatorOptions
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorOptions;
Method or attribute name: duration: number;
Old version information:
Class name: AnimatorOptions;
Method or attribute name: duration: number;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorOptions;
Method or attribute name: easing: string;
Old version information:
Class name: AnimatorOptions;
Method or attribute name: easing: string;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorOptions;
Method or attribute name: delay: number;
Old version information:
Class name: AnimatorOptions;
Method or attribute name: delay: number;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorOptions;
Method or attribute name: fill: "none" | "forwards" | "backwards" | "both";
Old version information:
Class name: AnimatorOptions;
Method or attribute name: fill: "none" | "forwards" | "backwards" | "both";
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorOptions;
Method or attribute name: direction: "normal" | "reverse" | "alternate" | "alternate-reverse";
Old version information:
Class name: AnimatorOptions;
Method or attribute name: direction: "normal" | "reverse" | "alternate" | "alternate-reverse";
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorOptions;
Method or attribute name: iterations: number;
Old version information:
Class name: AnimatorOptions;
Method or attribute name: iterations: number;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorOptions;
Method or attribute name: begin: number;
Old version information:
Class name: AnimatorOptions;
Method or attribute name: begin: number;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorOptions;
Method or attribute name: end: number;
Old version information:
Class name: AnimatorOptions;
Method or attribute name: end: number;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: export interface AnimatorResult
Old version information:
Class name: AnimatorResult;
Method or attribute name: export interface AnimatorResult
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: reset(options: AnimatorOptions): void;
Old version information:
Class name: AnimatorResult;
Method or attribute name: reset(options: AnimatorOptions): void;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: play(): void;
Old version information:
Class name: AnimatorResult;
Method or attribute name: play(): void;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: finish(): void;
Old version information:
Class name: AnimatorResult;
Method or attribute name: finish(): void;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: pause(): void;
Old version information:
Class name: AnimatorResult;
Method or attribute name: pause(): void;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: cancel(): void;
Old version information:
Class name: AnimatorResult;
Method or attribute name: cancel(): void;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: reverse(): void;
Old version information:
Class name: AnimatorResult;
Method or attribute name: reverse(): void;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: onframe: (progress: number) => void;
Old version information:
Class name: AnimatorResult;
Method or attribute name: onframe: (progress: number) => void;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: onfinish: () => void;
Old version information:
Class name: AnimatorResult;
Method or attribute name: onfinish: () => void;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: oncancel: () => void;
Old version information:
Class name: AnimatorResult;
Method or attribute name: oncancel: () => void;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: AnimatorResult;
Method or attribute name: onrepeat: () => void;
Old version information:
Class name: AnimatorResult;
Method or attribute name: onrepeat: () => void;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: Animator;
Method or attribute name: export default class Animator
Old version information:
Class name: Animator;
Method or attribute name: export default class Animator
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: Animator;
Method or attribute name: static create(options: AnimatorOptions): AnimatorResult;
Old version information:
Class name: Animator;
Method or attribute name: static create(options: AnimatorOptions): AnimatorResult;
New version information: crossplatform
@ohos.animator.d.ts
Cross-platform capability changed Class name: curves;
Method or attribute name: declare curves
Old version information:
Class name: curves;
Method or attribute name: declare curves
New version information: crossplatform
@ohos.curves.d.ts
Cross-platform capability changed Class name: curves;
Method or attribute name: function initCurve(curve?: Curve): ICurve;
Old version information:
Class name: curves;
Method or attribute name: function initCurve(curve?: Curve): ICurve;
New version information: crossplatform
@ohos.curves.d.ts
Cross-platform capability changed Class name: curves;
Method or attribute name: function stepsCurve(count: number, end: boolean): ICurve;
Old version information:
Class name: curves;
Method or attribute name: function stepsCurve(count: number, end: boolean): ICurve;
New version information: crossplatform
@ohos.curves.d.ts
Cross-platform capability changed Class name: curves;
Method or attribute name: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
Old version information:
Class name: curves;
Method or attribute name: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
New version information: crossplatform
@ohos.curves.d.ts
Cross-platform capability changed Class name: curves;
Method or attribute name: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
Old version information:
Class name: curves;
Method or attribute name: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
New version information: crossplatform
@ohos.curves.d.ts
Cross-platform capability changed Class name: curves;
Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Old version information:
Class name: curves;
Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
New version information: crossplatform
@ohos.curves.d.ts
Cross-platform capability changed Class name: curves;
Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Old version information:
Class name: curves;
Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
New version information: crossplatform
@ohos.curves.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: enum Curve
Old version information:
Class name: Curve;
Method or attribute name: enum Curve
New version information: crossplatform
@ohos.curves.d.ts
Cross-platform capability changed Class name: ICurve;
Method or attribute name: interface ICurve
Old version information:
Class name: ICurve;
Method or attribute name: interface ICurve
New version information: crossplatform
@ohos.curves.d.ts
Cross-platform capability changed Class name: ICurve;
Method or attribute name: interpolate(fraction: number): number;
Old version information:
Class name: ICurve;
Method or attribute name: interpolate(fraction: number): number;
New version information: crossplatform
@ohos.curves.d.ts
Cross-platform capability changed Class name: matrix4;
Method or attribute name: declare matrix4
Old version information:
Class name: matrix4;
Method or attribute name: declare matrix4
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: matrix4;
Method or attribute name: function init(
options: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number
]
): Matrix4Transit;
Old version information:
Class name: matrix4;
Method or attribute name: function init(
options: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number
]
): Matrix4Transit;
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: matrix4;
Method or attribute name: function identity(): Matrix4Transit;
Old version information:
Class name: matrix4;
Method or attribute name: function identity(): Matrix4Transit;
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: TranslateOption;
Method or attribute name: interface TranslateOption
Old version information:
Class name: TranslateOption;
Method or attribute name: interface TranslateOption
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: ScaleOption;
Method or attribute name: interface ScaleOption
Old version information:
Class name: ScaleOption;
Method or attribute name: interface ScaleOption
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: RotateOption;
Method or attribute name: interface RotateOption
Old version information:
Class name: RotateOption;
Method or attribute name: interface RotateOption
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability 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: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: Matrix4Transit;
Method or attribute name: interface Matrix4Transit
Old version information:
Class name: Matrix4Transit;
Method or attribute name: interface Matrix4Transit
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: Matrix4Transit;
Method or attribute name: copy(): Matrix4Transit;
Old version information:
Class name: Matrix4Transit;
Method or attribute name: copy(): Matrix4Transit;
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: Matrix4Transit;
Method or attribute name: invert(): Matrix4Transit;
Old version information:
Class name: Matrix4Transit;
Method or attribute name: invert(): Matrix4Transit;
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: Matrix4Transit;
Method or attribute name: combine(options: Matrix4Transit): Matrix4Transit;
Old version information:
Class name: Matrix4Transit;
Method or attribute name: combine(options: Matrix4Transit): Matrix4Transit;
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: Matrix4Transit;
Method or attribute name: translate(options: TranslateOption): Matrix4Transit;
Old version information:
Class name: Matrix4Transit;
Method or attribute name: translate(options: TranslateOption): Matrix4Transit;
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: Matrix4Transit;
Method or attribute name: scale(options: ScaleOption): Matrix4Transit;
Old version information:
Class name: Matrix4Transit;
Method or attribute name: scale(options: ScaleOption): Matrix4Transit;
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: Matrix4Transit;
Method or attribute name: rotate(options: RotateOption): Matrix4Transit;
Old version information:
Class name: Matrix4Transit;
Method or attribute name: rotate(options: RotateOption): Matrix4Transit;
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: Matrix4Transit;
Method or attribute name: transformPoint(options: [number, number]): [number, number];
Old version information:
Class name: Matrix4Transit;
Method or attribute name: transformPoint(options: [number, number]): [number, number];
New version information: crossplatform
@ohos.matrix4.d.ts
Cross-platform capability changed Class name: mediaquery;
Method or attribute name: declare mediaquery
Old version information:
Class name: mediaquery;
Method or attribute name: declare mediaquery
New version information: crossplatform
@ohos.mediaquery.d.ts
Cross-platform capability changed Class name: mediaquery;
Method or attribute name: function matchMediaSync(condition: string): MediaQueryListener;
Old version information:
Class name: mediaquery;
Method or attribute name: function matchMediaSync(condition: string): MediaQueryListener;
New version information: crossplatform
@ohos.mediaquery.d.ts
Cross-platform capability 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: crossplatform
@ohos.mediaquery.d.ts
Cross-platform capability 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: crossplatform
@ohos.mediaquery.d.ts
Cross-platform capability changed Class name: MediaQueryListener;
Method or attribute name: on(type: 'change', callback: Callback<MediaQueryResult>): void;
Old version information:
Class name: MediaQueryListener;
Method or attribute name: on(type: 'change', callback: Callback<MediaQueryResult>): void;
New version information: crossplatform
@ohos.mediaquery.d.ts
Cross-platform capability changed Class name: MediaQueryListener;
Method or attribute name: off(type: 'change', callback?: Callback<MediaQueryResult>): void;
Old version information:
Class name: MediaQueryListener;
Method or attribute name: off(type: 'change', callback?: Callback<MediaQueryResult>): void;
New version information: crossplatform
@ohos.mediaquery.d.ts
Cross-platform capability changed Class name: promptAction;
Method or attribute name: declare promptAction
Old version information:
Class name: promptAction;
Method or attribute name: declare promptAction
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: promptAction;
Method or attribute name: function showToast(options: ShowToastOptions): void;
Old version information:
Class name: promptAction;
Method or attribute name: function showToast(options: ShowToastOptions): void;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: promptAction;
Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>): void;
Old version information:
Class name: promptAction;
Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>): void;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: promptAction;
Method or attribute name: function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
Old version information:
Class name: promptAction;
Method or attribute name: function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: promptAction;
Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>): void;
Old version information:
Class name: promptAction;
Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>): void;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: promptAction;
Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
Old version information:
Class name: promptAction;
Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: ShowToastOptions;
Method or attribute name: interface ShowToastOptions
Old version information:
Class name: ShowToastOptions;
Method or attribute name: interface ShowToastOptions
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: ShowToastOptions;
Method or attribute name: message: string | Resource;
Old version information:
Class name: ShowToastOptions;
Method or attribute name: message: string | Resource;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability 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: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability 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: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: Button;
Method or attribute name: interface Button
Old version information:
Class name: Button;
Method or attribute name: interface Button
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: Button;
Method or attribute name: text: string | Resource;
Old version information:
Class name: Button;
Method or attribute name: text: string | Resource;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: Button;
Method or attribute name: color: string | Resource;
Old version information:
Class name: Button;
Method or attribute name: color: string | Resource;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: ShowDialogSuccessResponse;
Method or attribute name: interface ShowDialogSuccessResponse
Old version information:
Class name: ShowDialogSuccessResponse;
Method or attribute name: interface ShowDialogSuccessResponse
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability 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: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability 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: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: ShowDialogOptions;
Method or attribute name: interface ShowDialogOptions
Old version information:
Class name: ShowDialogOptions;
Method or attribute name: interface ShowDialogOptions
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: ShowDialogOptions;
Method or attribute name: title?: string | Resource;
Old version information:
Class name: ShowDialogOptions;
Method or attribute name: title?: string | Resource;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: ActionMenuOptions;
Method or attribute name: title?: string | Resource;
Old version information:
Class name: ActionMenuOptions;
Method or attribute name: title?: string | Resource;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: ShowDialogOptions;
Method or attribute name: message?: string | Resource;
Old version information:
Class name: ShowDialogOptions;
Method or attribute name: message?: string | Resource;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: ShowDialogOptions;
Method or attribute name: buttons?: Array<Button>;
Old version information:
Class name: ShowDialogOptions;
Method or attribute name: buttons?: Array<Button>;
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: ActionMenuSuccessResponse;
Method or attribute name: interface ActionMenuSuccessResponse
Old version information:
Class name: ActionMenuSuccessResponse;
Method or attribute name: interface ActionMenuSuccessResponse
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: ActionMenuOptions;
Method or attribute name: interface ActionMenuOptions
Old version information:
Class name: ActionMenuOptions;
Method or attribute name: interface ActionMenuOptions
New version information: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability 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: crossplatform
@ohos.promptAction.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: declare router
Old version information:
Class name: router;
Method or attribute name: declare router
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function pushUrl(options: RouterOptions, callback: AsyncCallback<void>): void;
Old version information:
Class name: router;
Method or attribute name: function pushUrl(options: RouterOptions, callback: AsyncCallback<void>): void;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function pushUrl(options: RouterOptions): Promise<void>;
Old version information:
Class name: router;
Method or attribute name: function pushUrl(options: RouterOptions): Promise<void>;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
Old version information:
Class name: router;
Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>;
Old version information:
Class name: router;
Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function back(options?: RouterOptions): void;
Old version information:
Class name: router;
Method or attribute name: function back(options?: RouterOptions): void;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function clear(): void;
Old version information:
Class name: router;
Method or attribute name: function clear(): void;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function getLength(): string;
Old version information:
Class name: router;
Method or attribute name: function getLength(): string;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function getState(): RouterState;
Old version information:
Class name: router;
Method or attribute name: function getState(): RouterState;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function showAlertBeforeBackPage(options: EnableAlertOptions): void;
Old version information:
Class name: router;
Method or attribute name: function showAlertBeforeBackPage(options: EnableAlertOptions): void;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function hideAlertBeforeBackPage(): void;
Old version information:
Class name: router;
Method or attribute name: function hideAlertBeforeBackPage(): void;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: router;
Method or attribute name: function getParams(): Object;
Old version information:
Class name: router;
Method or attribute name: function getParams(): Object;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: RouterMode;
Method or attribute name: export enum RouterMode
Old version information:
Class name: RouterMode;
Method or attribute name: export enum RouterMode
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: RouterMode;
Method or attribute name: Standard
Old version information:
Class name: RouterMode;
Method or attribute name: Standard
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: RouterMode;
Method or attribute name: Single
Old version information:
Class name: RouterMode;
Method or attribute name: Single
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: RouterState;
Method or attribute name: interface RouterState
Old version information:
Class name: RouterState;
Method or attribute name: interface RouterState
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability 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: crossplatform
@ohos.router.d.ts
Cross-platform capability 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: crossplatform
@ohos.router.d.ts
Cross-platform capability 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: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: EnableAlertOptions;
Method or attribute name: interface EnableAlertOptions
Old version information:
Class name: EnableAlertOptions;
Method or attribute name: interface EnableAlertOptions
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: EnableAlertOptions;
Method or attribute name: message: string;
Old version information:
Class name: EnableAlertOptions;
Method or attribute name: message: string;
New version information: crossplatform
@ohos.router.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type CanvasFillRule = "evenodd" | "nonzero";
Old version information:
Class name: sourcefile;
Method or attribute name: declare type CanvasFillRule = "evenodd" | "nonzero";
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type CanvasLineCap = "butt" | "round" | "square";
Old version information:
Class name: sourcefile;
Method or attribute name: declare type CanvasLineCap = "butt" | "round" | "square";
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type CanvasLineJoin = "bevel" | "miter" | "round";
Old version information:
Class name: sourcefile;
Method or attribute name: declare type CanvasLineJoin = "bevel" | "miter" | "round";
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type CanvasDirection = "inherit" | "ltr" | "rtl";
Old version information:
Class name: sourcefile;
Method or attribute name: declare type CanvasDirection = "inherit" | "ltr" | "rtl";
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type CanvasTextAlign = "center" | "end" | "left" | "right" | "start";
Old version information:
Class name: sourcefile;
Method or attribute name: declare type CanvasTextAlign = "center" | "end" | "left" | "right" | "start";
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type CanvasTextBaseline = "alphabetic" | "bottom" | "hanging" | "ideographic" | "middle" | "top";
Old version information:
Class name: sourcefile;
Method or attribute name: declare type CanvasTextBaseline = "alphabetic" | "bottom" | "hanging" | "ideographic" | "middle" | "top";
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type ImageSmoothingQuality = "high" | "low" | "medium";
Old version information:
Class name: sourcefile;
Method or attribute name: declare type ImageSmoothingQuality = "high" | "low" | "medium";
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function getContext(component?: Object): Context;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function getContext(component?: Object): Context;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type Context = import('../api/application/Context').default;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type Context = import('../api/application/Context').default;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function postCardAction(component: Object, action: Object): void;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function postCardAction(component: Object, action: Object): void;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function $r(value: string, ...params: any[]): Resource;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function $r(value: string, ...params: any[]): Resource;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function $rawfile(value: string): Resource;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function $rawfile(value: string): Resource;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function animateTo(value: AnimateParam, event: () => void): void;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function animateTo(value: AnimateParam, event: () => void): void;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function vp2px(value: number): number;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function vp2px(value: number): number;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function px2vp(value: number): number;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function px2vp(value: number): number;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function fp2px(value: number): number;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function fp2px(value: number): number;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function px2fp(value: number): number;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function px2fp(value: number): number;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function lpx2px(value: number): number;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function lpx2px(value: number): number;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare function px2lpx(value: number): number;
Old version information:
Class name: sourcefile;
Method or attribute name: declare function px2lpx(value: number): number;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type PixelMap = import('../api/@ohos.multimedia.image').default.PixelMap;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type PixelMap = import('../api/@ohos.multimedia.image').default.PixelMap;
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type GestureType =
TapGestureInterface
| LongPressGestureInterface
| PanGestureInterface
| PinchGestureInterface
| SwipeGestureInterface
| RotationGestureInterface
| GestureGroupInterface;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type GestureType =
TapGestureInterface
| LongPressGestureInterface
| PanGestureInterface
| PinchGestureInterface
| SwipeGestureInterface
| RotationGestureInterface
| GestureGroupInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type Length = string | number | Resource;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type Length = string | number | Resource;
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type ResourceStr = string | Resource;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type ResourceStr = string | Resource;
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type Padding = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type Padding = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type Margin = Padding;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type Margin = Padding;
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type EdgeWidths = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type EdgeWidths = {
/
* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: Length;

/
* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: Length;

/
* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: Length;

/
* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: Length;
};
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type BorderRadiuses = {
/
* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topLeft?: Length;

/
* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topRight?: Length;

/
* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomLeft?: Length;

/
* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomRight?: Length;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type BorderRadiuses = {
/
* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topLeft?: Length;

/
* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
topRight?: Length;

/
* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-left property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomLeft?: Length;

/
* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom-right property.
*
* @type { ?Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottomRight?: Length;
};
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type EdgeColors = {
/
* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: ResourceColor;

/
* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: ResourceColor;

/
* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: ResourceColor;

/
* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: ResourceColor;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type EdgeColors = {
/
* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: ResourceColor;

/
* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: ResourceColor;

/
* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: ResourceColor;

/
* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?ResourceColor }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: ResourceColor;
};
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type EdgeStyles = {
/
* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: BorderStyle;

/
* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: BorderStyle;

/
* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: BorderStyle;

/
* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: BorderStyle;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type EdgeStyles = {
/
* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* top property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
top?: BorderStyle;

/
* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* right property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
right?: BorderStyle;

/
* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* bottom property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
bottom?: BorderStyle;

/
* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* left property.
*
* @type { ?BorderStyle }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
left?: BorderStyle;
};
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type Offset = {
/
* dx property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* dx property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
dx: Length;

/
* dy property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* dy property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
dy: Length;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type Offset = {
/
* dx property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* dx property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
dx: Length;

/
* dy property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* dy property.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
dy: Length;
};
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type ResourceColor = Color | number | string | Resource;
Old version information:
Class name: sourcefile;
Method or attribute name: declare type ResourceColor = Color | number | string | Resource;
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: sourcefile;
Method or attribute name: declare type LengthConstrain = {
/
* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
minLength: Length;

/
* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
maxLength: Length;
};
Old version information:
Class name: sourcefile;
Method or attribute name: declare type LengthConstrain = {
/
* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* minimum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
minLength: Length;

/
* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 9
* @form
*/
/

* maximum length.
*
* @type { Length }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
* @form
*/
maxLength: Length;
};
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: SheetInfo;
Method or attribute name: interface SheetInfo
Old version information:
Class name: SheetInfo;
Method or attribute name: interface SheetInfo
New version information: crossplatform
action_sheet.d.ts
Cross-platform capability 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: crossplatform
action_sheet.d.ts
Cross-platform capability 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: crossplatform
action_sheet.d.ts
Cross-platform capability 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: crossplatform
action_sheet.d.ts
Cross-platform capability changed Class name: ActionSheet;
Method or attribute name: declare class ActionSheet
Old version information:
Class name: ActionSheet;
Method or attribute name: declare class ActionSheet
New version information: crossplatform
action_sheet.d.ts
Cross-platform capability changed Class name: ActionSheet;
Method or attribute name: static show(value: ActionSheetOptions);
Old version information:
Class name: ActionSheet;
Method or attribute name: static show(value: ActionSheetOptions);
New version information: crossplatform
action_sheet.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: declare enum DialogAlignment
Old version information:
Class name: DialogAlignment;
Method or attribute name: declare enum DialogAlignment
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: Top
Old version information:
Class name: DialogAlignment;
Method or attribute name: Top
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: Center
Old version information:
Class name: DialogAlignment;
Method or attribute name: Center
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: Bottom
Old version information:
Class name: DialogAlignment;
Method or attribute name: Bottom
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: Default
Old version information:
Class name: DialogAlignment;
Method or attribute name: Default
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: TopStart
Old version information:
Class name: DialogAlignment;
Method or attribute name: TopStart
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: TopEnd
Old version information:
Class name: DialogAlignment;
Method or attribute name: TopEnd
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: CenterStart
Old version information:
Class name: DialogAlignment;
Method or attribute name: CenterStart
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: CenterEnd
Old version information:
Class name: DialogAlignment;
Method or attribute name: CenterEnd
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: BottomStart
Old version information:
Class name: DialogAlignment;
Method or attribute name: BottomStart
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: DialogAlignment;
Method or attribute name: BottomEnd
Old version information:
Class name: DialogAlignment;
Method or attribute name: BottomEnd
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: AlertDialogParam;
Method or attribute name: declare interface AlertDialogParam
Old version information:
Class name: AlertDialogParam;
Method or attribute name: declare interface AlertDialogParam
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability 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: crossplatform
alert_dialog.d.ts
Cross-platform capability 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: crossplatform
alert_dialog.d.ts
Cross-platform capability 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: crossplatform
alert_dialog.d.ts
Cross-platform capability 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: crossplatform
alert_dialog.d.ts
Cross-platform capability 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: crossplatform
alert_dialog.d.ts
Cross-platform capability 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: crossplatform
alert_dialog.d.ts
Cross-platform capability 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: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: AlertDialogParamWithConfirm;
Method or attribute name: declare interface AlertDialogParamWithConfirm
Old version information:
Class name: AlertDialogParamWithConfirm;
Method or attribute name: declare interface AlertDialogParamWithConfirm
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: AlertDialogParamWithConfirm;
Method or attribute name: confirm?: {
/
* Enable switch of confirmation button
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of confirmation button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of confirmation button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information:
Class name: AlertDialogParamWithConfirm;
Method or attribute name: confirm?: {
/
* Enable switch of confirmation button
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of confirmation button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of confirmation button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: AlertDialogParamWithButtons;
Method or attribute name: declare interface AlertDialogParamWithButtons
Old version information:
Class name: AlertDialogParamWithButtons;
Method or attribute name: declare interface AlertDialogParamWithButtons
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: AlertDialogParamWithButtons;
Method or attribute name: primaryButton: {
/
* Enable switch of primaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of primaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of primaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information:
Class name: AlertDialogParamWithButtons;
Method or attribute name: primaryButton: {
/
* Enable switch of primaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of primaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of primaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: AlertDialogParamWithButtons;
Method or attribute name: secondaryButton: {
/
* Enable switch of secondaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of secondaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of secondaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information:
Class name: AlertDialogParamWithButtons;
Method or attribute name: secondaryButton: {
/
* Enable switch of secondaryButton
* @type { ?boolean }
* @default true
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
enabled?: boolean;

/

* Default focus switch of secondaryButton button
* @type { ?boolean }
* @default false
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
defaultFocus?: boolean;

/
* Style of secondaryButton button.
* @type { ?DialogButtonStyle }
* @default DialogButtonStyle.DEFAULT
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
style?: DialogButtonStyle;

/

* 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 { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/**
* Method executed by the callback.
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: AlertDialog;
Method or attribute name: declare class AlertDialog
Old version information:
Class name: AlertDialog;
Method or attribute name: declare class AlertDialog
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: AlertDialog;
Method or attribute name: static show(value: AlertDialogParamWithConfirm | AlertDialogParamWithButtons | AlertDialogParamWithOptions);
Old version information:
Class name: AlertDialog;
Method or attribute name: static show(value: AlertDialogParamWithConfirm | AlertDialogParamWithButtons | AlertDialogParamWithOptions);
New version information: crossplatform
alert_dialog.d.ts
Cross-platform capability changed Class name: IndexerAlign;
Method or attribute name: declare enum IndexerAlign
Old version information:
Class name: IndexerAlign;
Method or attribute name: declare enum IndexerAlign
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: IndexerAlign;
Method or attribute name: Left
Old version information:
Class name: IndexerAlign;
Method or attribute name: Left
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: IndexerAlign;
Method or attribute name: Right
Old version information:
Class name: IndexerAlign;
Method or attribute name: Right
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerInterface;
Method or attribute name: interface AlphabetIndexerInterface
Old version information:
Class name: AlphabetIndexerInterface;
Method or attribute name: interface AlphabetIndexerInterface
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerInterface;
Method or attribute name: (value: { arrayValue: Array<string>; selected: number }): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerInterface;
Method or attribute name: (value: { arrayValue: Array<string>; selected: number }): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: declare class AlphabetIndexerAttribute
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: declare class AlphabetIndexerAttribute
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: color(value: ResourceColor): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: color(value: ResourceColor): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: selectedColor(value: ResourceColor): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: selectedColor(value: ResourceColor): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: popupColor(value: ResourceColor): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: popupColor(value: ResourceColor): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: popupBackground(value: ResourceColor): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: popupBackground(value: ResourceColor): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: usingPopup(value: boolean): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: usingPopup(value: boolean): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: selectedFont(value: Font): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: selectedFont(value: Font): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: popupFont(value: Font): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: popupFont(value: Font): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: itemSize(value: string | number): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: itemSize(value: string | number): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: font(value: Font): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: font(value: Font): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: onRequestPopupData(callback: (index: number) => Array<string>): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: onRequestPopupData(callback: (index: number) => Array<string>): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: selected(index: number): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: selected(index: number): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: AlphabetIndexerAttribute;
Method or attribute name: popupPosition(value: Position): AlphabetIndexerAttribute;
Old version information:
Class name: AlphabetIndexerAttribute;
Method or attribute name: popupPosition(value: Position): AlphabetIndexerAttribute;
New version information: crossplatform
alphabet_indexer.d.ts
Cross-platform capability changed Class name: BadgePosition;
Method or attribute name: declare enum BadgePosition
Old version information:
Class name: BadgePosition;
Method or attribute name: declare enum BadgePosition
New version information: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgePosition;
Method or attribute name: RightTop
Old version information:
Class name: BadgePosition;
Method or attribute name: RightTop
New version information: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgePosition;
Method or attribute name: Right
Old version information:
Class name: BadgePosition;
Method or attribute name: Right
New version information: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgePosition;
Method or attribute name: Left
Old version information:
Class name: BadgePosition;
Method or attribute name: Left
New version information: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgeStyle;
Method or attribute name: declare interface BadgeStyle
Old version information:
Class name: BadgeStyle;
Method or attribute name: declare interface BadgeStyle
New version information: crossplatform
badge.d.ts
Cross-platform capability 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: crossplatform
badge.d.ts
Cross-platform capability 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: crossplatform
badge.d.ts
Cross-platform capability 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: crossplatform
badge.d.ts
Cross-platform capability 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: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgeParam;
Method or attribute name: declare interface BadgeParam
Old version information:
Class name: BadgeParam;
Method or attribute name: declare interface BadgeParam
New version information: crossplatform
badge.d.ts
Cross-platform capability 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: crossplatform
badge.d.ts
Cross-platform capability 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: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgeParamWithNumber;
Method or attribute name: declare interface BadgeParamWithNumber
Old version information:
Class name: BadgeParamWithNumber;
Method or attribute name: declare interface BadgeParamWithNumber
New version information: crossplatform
badge.d.ts
Cross-platform capability 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: crossplatform
badge.d.ts
Cross-platform capability 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: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgeParamWithString;
Method or attribute name: declare interface BadgeParamWithString
Old version information:
Class name: BadgeParamWithString;
Method or attribute name: declare interface BadgeParamWithString
New version information: crossplatform
badge.d.ts
Cross-platform capability 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: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgeInterface;
Method or attribute name: interface BadgeInterface
Old version information:
Class name: BadgeInterface;
Method or attribute name: interface BadgeInterface
New version information: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgeInterface;
Method or attribute name: (value: BadgeParamWithNumber): BadgeAttribute;
Old version information:
Class name: BadgeInterface;
Method or attribute name: (value: BadgeParamWithNumber): BadgeAttribute;
New version information: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgeInterface;
Method or attribute name: (value: BadgeParamWithString): BadgeAttribute;
Old version information:
Class name: BadgeInterface;
Method or attribute name: (value: BadgeParamWithString): BadgeAttribute;
New version information: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BadgeAttribute;
Method or attribute name: declare class BadgeAttribute
Old version information:
Class name: BadgeAttribute;
Method or attribute name: declare class BadgeAttribute
New version information: crossplatform
badge.d.ts
Cross-platform capability changed Class name: BlankInterface;
Method or attribute name: interface BlankInterface
Old version information:
Class name: BlankInterface;
Method or attribute name: interface BlankInterface
New version information: crossplatform
blank.d.ts
Cross-platform capability changed Class name: BlankInterface;
Method or attribute name: (min?: number | string): BlankAttribute;
Old version information:
Class name: BlankInterface;
Method or attribute name: (min?: number | string): BlankAttribute;
New version information: crossplatform
blank.d.ts
Cross-platform capability changed Class name: BlankAttribute;
Method or attribute name: declare class BlankAttribute
Old version information:
Class name: BlankAttribute;
Method or attribute name: declare class BlankAttribute
New version information: crossplatform
blank.d.ts
Cross-platform capability changed Class name: BlankAttribute;
Method or attribute name: color(value: ResourceColor): BlankAttribute;
Old version information:
Class name: BlankAttribute;
Method or attribute name: color(value: ResourceColor): BlankAttribute;
New version information: crossplatform
blank.d.ts
Cross-platform capability changed Class name: ButtonType;
Method or attribute name: declare enum ButtonType
Old version information:
Class name: ButtonType;
Method or attribute name: declare enum ButtonType
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonType;
Method or attribute name: Capsule
Old version information:
Class name: ButtonType;
Method or attribute name: Capsule
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonType;
Method or attribute name: Circle
Old version information:
Class name: ButtonType;
Method or attribute name: Circle
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonType;
Method or attribute name: Normal
Old version information:
Class name: ButtonType;
Method or attribute name: Normal
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonOptions;
Method or attribute name: declare interface ButtonOptions
Old version information:
Class name: ButtonOptions;
Method or attribute name: declare interface ButtonOptions
New version information: crossplatform
button.d.ts
Cross-platform capability 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: crossplatform
button.d.ts
Cross-platform capability 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: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonInterface;
Method or attribute name: interface ButtonInterface
Old version information:
Class name: ButtonInterface;
Method or attribute name: interface ButtonInterface
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonInterface;
Method or attribute name: (): ButtonAttribute;
Old version information:
Class name: ButtonInterface;
Method or attribute name: (): ButtonAttribute;
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonInterface;
Method or attribute name: (options: ButtonOptions): ButtonAttribute;
Old version information:
Class name: ButtonInterface;
Method or attribute name: (options: ButtonOptions): ButtonAttribute;
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonInterface;
Method or attribute name: (label: ResourceStr, options?: ButtonOptions): ButtonAttribute;
Old version information:
Class name: ButtonInterface;
Method or attribute name: (label: ResourceStr, options?: ButtonOptions): ButtonAttribute;
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonAttribute;
Method or attribute name: declare class ButtonAttribute
Old version information:
Class name: ButtonAttribute;
Method or attribute name: declare class ButtonAttribute
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonAttribute;
Method or attribute name: type(value: ButtonType): ButtonAttribute;
Old version information:
Class name: ButtonAttribute;
Method or attribute name: type(value: ButtonType): ButtonAttribute;
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonAttribute;
Method or attribute name: stateEffect(value: boolean): ButtonAttribute;
Old version information:
Class name: ButtonAttribute;
Method or attribute name: stateEffect(value: boolean): ButtonAttribute;
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonAttribute;
Method or attribute name: fontColor(value: ResourceColor): ButtonAttribute;
Old version information:
Class name: ButtonAttribute;
Method or attribute name: fontColor(value: ResourceColor): ButtonAttribute;
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonAttribute;
Method or attribute name: fontSize(value: Length): ButtonAttribute;
Old version information:
Class name: ButtonAttribute;
Method or attribute name: fontSize(value: Length): ButtonAttribute;
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): ButtonAttribute;
Old version information:
Class name: ButtonAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): ButtonAttribute;
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonAttribute;
Method or attribute name: fontStyle(value: FontStyle): ButtonAttribute;
Old version information:
Class name: ButtonAttribute;
Method or attribute name: fontStyle(value: FontStyle): ButtonAttribute;
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: ButtonAttribute;
Method or attribute name: fontFamily(value: string | Resource): ButtonAttribute;
Old version information:
Class name: ButtonAttribute;
Method or attribute name: fontFamily(value: string | Resource): ButtonAttribute;
New version information: crossplatform
button.d.ts
Cross-platform capability changed Class name: CanvasGradient;
Method or attribute name: declare class CanvasGradient
Old version information:
Class name: CanvasGradient;
Method or attribute name: declare class CanvasGradient
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasGradient;
Method or attribute name: addColorStop(offset: number, color: string): void;
Old version information:
Class name: CanvasGradient;
Method or attribute name: addColorStop(offset: number, color: string): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasPath;
Method or attribute name: declare class CanvasPath
Old version information:
Class name: CanvasPath;
Method or attribute name: declare class CanvasPath
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasPath;
Method or attribute name: arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;
Old version information:
Class name: CanvasPath;
Method or attribute name: arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasPath;
Method or attribute name: arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;
Old version information:
Class name: CanvasPath;
Method or attribute name: arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasPath;
Method or attribute name: bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;
Old version information:
Class name: CanvasPath;
Method or attribute name: bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasPath;
Method or attribute name: closePath(): void;
Old version information:
Class name: CanvasPath;
Method or attribute name: closePath(): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasPath;
Method or attribute name: ellipse(
x: number,
y: number,
radiusX: number,
radiusY: number,
rotation: number,
startAngle: number,
endAngle: number,
counterclockwise?: boolean,
): void;
Old version information:
Class name: CanvasPath;
Method or attribute name: ellipse(
x: number,
y: number,
radiusX: number,
radiusY: number,
rotation: number,
startAngle: number,
endAngle: number,
counterclockwise?: boolean,
): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasPath;
Method or attribute name: lineTo(x: number, y: number): void;
Old version information:
Class name: CanvasPath;
Method or attribute name: lineTo(x: number, y: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasPath;
Method or attribute name: moveTo(x: number, y: number): void;
Old version information:
Class name: CanvasPath;
Method or attribute name: moveTo(x: number, y: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasPath;
Method or attribute name: quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;
Old version information:
Class name: CanvasPath;
Method or attribute name: quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasPath;
Method or attribute name: rect(x: number, y: number, w: number, h: number): void;
Old version information:
Class name: CanvasPath;
Method or attribute name: rect(x: number, y: number, w: number, h: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: Path2D;
Method or attribute name: declare class Path2D
Old version information:
Class name: Path2D;
Method or attribute name: declare class Path2D
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: Path2D;
Method or attribute name: addPath(path: Path2D, transform?: Matrix2D): void;
Old version information:
Class name: Path2D;
Method or attribute name: addPath(path: Path2D, transform?: Matrix2D): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: Path2D;
Method or attribute name: constructor();
Old version information:
Class name: Path2D;
Method or attribute name: constructor();
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: Path2D;
Method or attribute name: constructor(path: Path2D);
Old version information:
Class name: Path2D;
Method or attribute name: constructor(path: Path2D);
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: Path2D;
Method or attribute name: constructor(d: string);
Old version information:
Class name: Path2D;
Method or attribute name: constructor(d: string);
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: TextMetrics;
Method or attribute name: declare interface TextMetrics
Old version information:
Class name: TextMetrics;
Method or attribute name: declare interface TextMetrics
New version information: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: ImageBitmap;
Method or attribute name: declare class ImageBitmap
Old version information:
Class name: ImageBitmap;
Method or attribute name: declare class ImageBitmap
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: ImageBitmap;
Method or attribute name: close(): void;
Old version information:
Class name: ImageBitmap;
Method or attribute name: close(): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: ImageBitmap;
Method or attribute name: constructor(src: string);
Old version information:
Class name: ImageBitmap;
Method or attribute name: constructor(src: string);
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: ImageBitmap;
Method or attribute name: constructor(data: PixelMap);
Old version information:
Class name: ImageBitmap;
Method or attribute name: constructor(data: PixelMap);
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: ImageData;
Method or attribute name: declare class ImageData
Old version information:
Class name: ImageData;
Method or attribute name: declare class ImageData
New version information: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: ImageData;
Method or attribute name: constructor(width: number, height: number, data?: Uint8ClampedArray);
Old version information:
Class name: ImageData;
Method or attribute name: constructor(width: number, height: number, data?: Uint8ClampedArray);
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: RenderingContextSettings;
Method or attribute name: declare class RenderingContextSettings
Old version information:
Class name: RenderingContextSettings;
Method or attribute name: declare class RenderingContextSettings
New version information: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: RenderingContextSettings;
Method or attribute name: constructor(antialias?: boolean);
Old version information:
Class name: RenderingContextSettings;
Method or attribute name: constructor(antialias?: boolean);
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: declare class CanvasRenderer
Old version information:
Class name: CanvasRenderer;
Method or attribute name: declare class CanvasRenderer
New version information: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number, dw: number, dh: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: drawImage(image: ImageBitmap | PixelMap, dx: number, dy: number, dw: number, dh: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: drawImage(
image: ImageBitmap | PixelMap,
sx: number,
sy: number,
sw: number,
sh: number,
dx: number,
dy: number,
dw: number,
dh: number,
): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: drawImage(
image: ImageBitmap | PixelMap,
sx: number,
sy: number,
sw: number,
sh: number,
dx: number,
dy: number,
dw: number,
dh: number,
): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: beginPath(): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: beginPath(): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: clip(fillRule?: CanvasFillRule): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: clip(fillRule?: CanvasFillRule): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: clip(path: Path2D, fillRule?: CanvasFillRule): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: clip(path: Path2D, fillRule?: CanvasFillRule): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: fill(fillRule?: CanvasFillRule): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: fill(fillRule?: CanvasFillRule): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: fill(path: Path2D, fillRule?: CanvasFillRule): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: fill(path: Path2D, fillRule?: CanvasFillRule): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: stroke(): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: stroke(): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: stroke(path: Path2D): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: stroke(path: Path2D): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: fillStyle: string | number | CanvasGradient | CanvasPattern;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: fillStyle: string | number | CanvasGradient | CanvasPattern;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: strokeStyle: string | number | CanvasGradient | CanvasPattern;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: strokeStyle: string | number | CanvasGradient | CanvasPattern;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: createPattern(image: ImageBitmap, repetition: string | null): CanvasPattern | null;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: createPattern(image: ImageBitmap, repetition: string | null): CanvasPattern | null;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;
New version information: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: createImageData(sw: number, sh: number): ImageData;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: createImageData(sw: number, sh: number): ImageData;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: createImageData(imagedata: ImageData): ImageData;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: createImageData(imagedata: ImageData): ImageData;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
New version information: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: getLineDash(): number[];
Old version information:
Class name: CanvasRenderer;
Method or attribute name: getLineDash(): number[];
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: setLineDash(segments: number[]): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: setLineDash(segments: number[]): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: clearRect(x: number, y: number, w: number, h: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: clearRect(x: number, y: number, w: number, h: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: fillRect(x: number, y: number, w: number, h: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: fillRect(x: number, y: number, w: number, h: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: strokeRect(x: number, y: number, w: number, h: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: strokeRect(x: number, y: number, w: number, h: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: restore(): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: restore(): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: save(): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: save(): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: fillText(text: string, x: number, y: number, maxWidth?: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: fillText(text: string, x: number, y: number, maxWidth?: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: measureText(text: string): TextMetrics;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: measureText(text: string): TextMetrics;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: strokeText(text: string, x: number, y: number, maxWidth?: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: strokeText(text: string, x: number, y: number, maxWidth?: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: direction: CanvasDirection;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: direction: CanvasDirection;
New version information: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: getTransform(): Matrix2D;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: getTransform(): Matrix2D;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: resetTransform(): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: resetTransform(): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: rotate(angle: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: rotate(angle: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: scale(x: number, y: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: scale(x: number, y: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: setTransform(transform?: Matrix2D): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: setTransform(transform?: Matrix2D): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: transform(a: number, b: number, c: number, d: number, e: number, f: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: translate(x: number, y: number): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: translate(x: number, y: number): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: setPixelMap(value?: PixelMap): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: setPixelMap(value?: PixelMap): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderer;
Method or attribute name: transferFromImageBitmap(bitmap: ImageBitmap): void;
Old version information:
Class name: CanvasRenderer;
Method or attribute name: transferFromImageBitmap(bitmap: ImageBitmap): void;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderingContext2D;
Method or attribute name: declare class CanvasRenderingContext2D
Old version information:
Class name: CanvasRenderingContext2D;
Method or attribute name: declare class CanvasRenderingContext2D
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderingContext2D;
Method or attribute name: toDataURL(type?: string, quality?: any): string;
Old version information:
Class name: CanvasRenderingContext2D;
Method or attribute name: toDataURL(type?: string, quality?: any): string;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: OffscreenCanvasRenderingContext2D;
Method or attribute name: toDataURL(type?: string, quality?: any): string;
Old version information:
Class name: OffscreenCanvasRenderingContext2D;
Method or attribute name: toDataURL(type?: string, quality?: any): string;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasRenderingContext2D;
Method or attribute name: constructor(settings?: RenderingContextSettings);
Old version information:
Class name: CanvasRenderingContext2D;
Method or attribute name: constructor(settings?: RenderingContextSettings);
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: OffscreenCanvasRenderingContext2D;
Method or attribute name: declare class OffscreenCanvasRenderingContext2D
Old version information:
Class name: OffscreenCanvasRenderingContext2D;
Method or attribute name: declare class OffscreenCanvasRenderingContext2D
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: OffscreenCanvasRenderingContext2D;
Method or attribute name: transferToImageBitmap(): ImageBitmap;
Old version information:
Class name: OffscreenCanvasRenderingContext2D;
Method or attribute name: transferToImageBitmap(): ImageBitmap;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: OffscreenCanvas;
Method or attribute name: transferToImageBitmap(): ImageBitmap;
Old version information:
Class name: OffscreenCanvas;
Method or attribute name: transferToImageBitmap(): ImageBitmap;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: OffscreenCanvasRenderingContext2D;
Method or attribute name: constructor(width: number, height: number, settings?: RenderingContextSettings);
Old version information:
Class name: OffscreenCanvasRenderingContext2D;
Method or attribute name: constructor(width: number, height: number, settings?: RenderingContextSettings);
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: OffscreenCanvas;
Method or attribute name: declare class OffscreenCanvas
Old version information:
Class name: OffscreenCanvas;
Method or attribute name: declare class OffscreenCanvas
New version information: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability 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: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: OffscreenCanvas;
Method or attribute name: constructor(width: number, height: number);
Old version information:
Class name: OffscreenCanvas;
Method or attribute name: constructor(width: number, height: number);
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasInterface;
Method or attribute name: interface CanvasInterface
Old version information:
Class name: CanvasInterface;
Method or attribute name: interface CanvasInterface
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasInterface;
Method or attribute name: (context?: CanvasRenderingContext2D): CanvasAttribute;
Old version information:
Class name: CanvasInterface;
Method or attribute name: (context?: CanvasRenderingContext2D): CanvasAttribute;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CanvasAttribute;
Method or attribute name: onReady(event: () => void): CanvasAttribute;
Old version information:
Class name: CanvasAttribute;
Method or attribute name: onReady(event: () => void): CanvasAttribute;
New version information: crossplatform
canvas.d.ts
Cross-platform capability changed Class name: CheckboxOptions;
Method or attribute name: declare interface CheckboxOptions
Old version information:
Class name: CheckboxOptions;
Method or attribute name: declare interface CheckboxOptions
New version information: crossplatform
checkbox.d.ts
Cross-platform capability 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: crossplatform
checkbox.d.ts
Cross-platform capability 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: crossplatform
checkbox.d.ts
Cross-platform capability changed Class name: CheckboxInterface;
Method or attribute name: interface CheckboxInterface
Old version information:
Class name: CheckboxInterface;
Method or attribute name: interface CheckboxInterface
New version information: crossplatform
checkbox.d.ts
Cross-platform capability changed Class name: CheckboxInterface;
Method or attribute name: (options?: CheckboxOptions): CheckboxAttribute;
Old version information:
Class name: CheckboxInterface;
Method or attribute name: (options?: CheckboxOptions): CheckboxAttribute;
New version information: crossplatform
checkbox.d.ts
Cross-platform capability changed Class name: CheckboxAttribute;
Method or attribute name: declare class CheckboxAttribute
Old version information:
Class name: CheckboxAttribute;
Method or attribute name: declare class CheckboxAttribute
New version information: crossplatform
checkbox.d.ts
Cross-platform capability changed Class name: CheckboxAttribute;
Method or attribute name: select(value: boolean): CheckboxAttribute;
Old version information:
Class name: CheckboxAttribute;
Method or attribute name: select(value: boolean): CheckboxAttribute;
New version information: crossplatform
checkbox.d.ts
Cross-platform capability changed Class name: CheckboxAttribute;
Method or attribute name: selectedColor(value: ResourceColor): CheckboxAttribute;
Old version information:
Class name: CheckboxAttribute;
Method or attribute name: selectedColor(value: ResourceColor): CheckboxAttribute;
New version information: crossplatform
checkbox.d.ts
Cross-platform capability changed Class name: CheckboxAttribute;
Method or attribute name: onChange(callback: (value: boolean) => void): CheckboxAttribute;
Old version information:
Class name: CheckboxAttribute;
Method or attribute name: onChange(callback: (value: boolean) => void): CheckboxAttribute;
New version information: crossplatform
checkbox.d.ts
Cross-platform capability changed Class name: SelectStatus;
Method or attribute name: declare enum SelectStatus
Old version information:
Class name: SelectStatus;
Method or attribute name: declare enum SelectStatus
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: SelectStatus;
Method or attribute name: All
Old version information:
Class name: SelectStatus;
Method or attribute name: All
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: SelectStatus;
Method or attribute name: Part
Old version information:
Class name: SelectStatus;
Method or attribute name: Part
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: SelectStatus;
Method or attribute name: None
Old version information:
Class name: SelectStatus;
Method or attribute name: None
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: CheckboxGroupOptions;
Method or attribute name: declare interface CheckboxGroupOptions
Old version information:
Class name: CheckboxGroupOptions;
Method or attribute name: declare interface CheckboxGroupOptions
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability 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: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: CheckboxGroupResult;
Method or attribute name: declare interface CheckboxGroupResult
Old version information:
Class name: CheckboxGroupResult;
Method or attribute name: declare interface CheckboxGroupResult
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: CheckboxGroupResult;
Method or attribute name: name: Array<string>;
Old version information:
Class name: CheckboxGroupResult;
Method or attribute name: name: Array<string>;
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability 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: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: CheckboxGroupInterface;
Method or attribute name: interface CheckboxGroupInterface
Old version information:
Class name: CheckboxGroupInterface;
Method or attribute name: interface CheckboxGroupInterface
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: CheckboxGroupInterface;
Method or attribute name: (options?: CheckboxGroupOptions): CheckboxGroupAttribute;
Old version information:
Class name: CheckboxGroupInterface;
Method or attribute name: (options?: CheckboxGroupOptions): CheckboxGroupAttribute;
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: CheckboxGroupAttribute;
Method or attribute name: declare class CheckboxGroupAttribute
Old version information:
Class name: CheckboxGroupAttribute;
Method or attribute name: declare class CheckboxGroupAttribute
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: CheckboxGroupAttribute;
Method or attribute name: selectAll(value: boolean): CheckboxGroupAttribute;
Old version information:
Class name: CheckboxGroupAttribute;
Method or attribute name: selectAll(value: boolean): CheckboxGroupAttribute;
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: CheckboxGroupAttribute;
Method or attribute name: selectedColor(value: ResourceColor): CheckboxGroupAttribute;
Old version information:
Class name: CheckboxGroupAttribute;
Method or attribute name: selectedColor(value: ResourceColor): CheckboxGroupAttribute;
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: CheckboxGroupAttribute;
Method or attribute name: onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;
Old version information:
Class name: CheckboxGroupAttribute;
Method or attribute name: onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;
New version information: crossplatform
checkboxgroup.d.ts
Cross-platform capability changed Class name: CircleOptions;
Method or attribute name: declare interface CircleOptions
Old version information:
Class name: CircleOptions;
Method or attribute name: declare interface CircleOptions
New version information: crossplatform
circle.d.ts
Cross-platform capability 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: crossplatform
circle.d.ts
Cross-platform capability 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: crossplatform
circle.d.ts
Cross-platform capability changed Class name: CircleInterface;
Method or attribute name: interface CircleInterface
Old version information:
Class name: CircleInterface;
Method or attribute name: interface CircleInterface
New version information: crossplatform
circle.d.ts
Cross-platform capability changed Class name: CircleInterface;
Method or attribute name: (value?: CircleOptions): CircleAttribute;
Old version information:
Class name: CircleInterface;
Method or attribute name: (value?: CircleOptions): CircleAttribute;
New version information: crossplatform
circle.d.ts
Cross-platform capability changed Class name: CircleAttribute;
Method or attribute name: declare class CircleAttribute
Old version information:
Class name: CircleAttribute;
Method or attribute name: declare class CircleAttribute
New version information: crossplatform
circle.d.ts
Cross-platform capability changed Class name: ColumnInterface;
Method or attribute name: interface ColumnInterface
Old version information:
Class name: ColumnInterface;
Method or attribute name: interface ColumnInterface
New version information: crossplatform
column.d.ts
Cross-platform capability changed Class name: ColumnInterface;
Method or attribute name: (value?: { space?: string | number }): ColumnAttribute;
Old version information:
Class name: ColumnInterface;
Method or attribute name: (value?: { space?: string | number }): ColumnAttribute;
New version information: crossplatform
column.d.ts
Cross-platform capability changed Class name: ColumnAttribute;
Method or attribute name: declare class ColumnAttribute
Old version information:
Class name: ColumnAttribute;
Method or attribute name: declare class ColumnAttribute
New version information: crossplatform
column.d.ts
Cross-platform capability changed Class name: ColumnAttribute;
Method or attribute name: alignItems(value: HorizontalAlign): ColumnAttribute;
Old version information:
Class name: ColumnAttribute;
Method or attribute name: alignItems(value: HorizontalAlign): ColumnAttribute;
New version information: crossplatform
column.d.ts
Cross-platform capability changed Class name: ColumnAttribute;
Method or attribute name: justifyContent(value: FlexAlign): ColumnAttribute;
Old version information:
Class name: ColumnAttribute;
Method or attribute name: justifyContent(value: FlexAlign): ColumnAttribute;
New version information: crossplatform
column.d.ts
Cross-platform capability changed Class name: ColumnSplitInterface;
Method or attribute name: interface ColumnSplitInterface
Old version information:
Class name: ColumnSplitInterface;
Method or attribute name: interface ColumnSplitInterface
New version information: crossplatform
column_split.d.ts
Cross-platform capability changed Class name: ColumnSplitInterface;
Method or attribute name: (): ColumnSplitAttribute;
Old version information:
Class name: ColumnSplitInterface;
Method or attribute name: (): ColumnSplitAttribute;
New version information: crossplatform
column_split.d.ts
Cross-platform capability changed Class name: ColumnSplitAttribute;
Method or attribute name: declare class ColumnSplitAttribute
Old version information:
Class name: ColumnSplitAttribute;
Method or attribute name: declare class ColumnSplitAttribute
New version information: crossplatform
column_split.d.ts
Cross-platform capability changed Class name: ColumnSplitAttribute;
Method or attribute name: resizeable(value: boolean): ColumnSplitAttribute;
Old version information:
Class name: ColumnSplitAttribute;
Method or attribute name: resizeable(value: boolean): ColumnSplitAttribute;
New version information: crossplatform
column_split.d.ts
Cross-platform capability changed Class name: Configuration;
Method or attribute name: declare interface Configuration
Old version information:
Class name: Configuration;
Method or attribute name: declare interface Configuration
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: Rectangle;
Method or attribute name: declare interface Rectangle
Old version information:
Class name: Rectangle;
Method or attribute name: declare interface Rectangle
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: AnimateParam;
Method or attribute name: declare interface AnimateParam
Old version information:
Class name: AnimateParam;
Method or attribute name: declare interface AnimateParam
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: AnimateParam;
Method or attribute name: curve?: Curve | string | ICurve;
Old version information:
Class name: AnimateParam;
Method or attribute name: curve?: Curve | string | ICurve;
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: ICurve;
Method or attribute name: interface ICurve
Old version information:
Class name: ICurve;
Method or attribute name: interface ICurve
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: ICurve;
Method or attribute name: interpolate(fraction: number): number;
Old version information:
Class name: ICurve;
Method or attribute name: interpolate(fraction: number): number;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: MotionPathOptions;
Method or attribute name: declare interface MotionPathOptions
Old version information:
Class name: MotionPathOptions;
Method or attribute name: declare interface MotionPathOptions
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: sharedTransitionOptions;
Method or attribute name: declare interface sharedTransitionOptions
Old version information:
Class name: sharedTransitionOptions;
Method or attribute name: declare interface sharedTransitionOptions
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: TranslateOptions;
Method or attribute name: declare interface TranslateOptions
Old version information:
Class name: TranslateOptions;
Method or attribute name: declare interface TranslateOptions
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: TranslateOptions;
Method or attribute name: x?: number | string;
Old version information:
Class name: TranslateOptions;
Method or attribute name: x?: number | string;
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: ScaleOptions;
Method or attribute name: declare interface ScaleOptions
Old version information:
Class name: ScaleOptions;
Method or attribute name: declare interface ScaleOptions
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: RotateOptions;
Method or attribute name: centerY?: number | string;
Old version information:
Class name: RotateOptions;
Method or attribute name: centerY?: number | string;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: AlignRuleOption;
Method or attribute name: declare interface AlignRuleOption
Old version information:
Class name: AlignRuleOption;
Method or attribute name: declare interface AlignRuleOption
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: RotateOptions;
Method or attribute name: declare interface RotateOptions
Old version information:
Class name: RotateOptions;
Method or attribute name: declare interface RotateOptions
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: ItemDragInfo;
Method or attribute name: declare interface ItemDragInfo
Old version information:
Class name: ItemDragInfo;
Method or attribute name: declare interface ItemDragInfo
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: focusControl;
Method or attribute name: function requestFocus(value: string): boolean;
Old version information:
Class name: focusControl;
Method or attribute name: function requestFocus(value: string): boolean;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: EventTarget;
Method or attribute name: declare interface EventTarget
Old version information:
Class name: EventTarget;
Method or attribute name: declare interface EventTarget
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: SourceType;
Method or attribute name: declare enum SourceType
Old version information:
Class name: SourceType;
Method or attribute name: declare enum SourceType
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: SourceType;
Method or attribute name: Unknown
Old version information:
Class name: SourceType;
Method or attribute name: Unknown
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: SourceTool;
Method or attribute name: Unknown
Old version information:
Class name: SourceTool;
Method or attribute name: Unknown
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: SourceType;
Method or attribute name: Mouse
Old version information:
Class name: SourceType;
Method or attribute name: Mouse
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: SourceType;
Method or attribute name: TouchScreen
Old version information:
Class name: SourceType;
Method or attribute name: TouchScreen
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: SourceTool;
Method or attribute name: declare enum SourceTool
Old version information:
Class name: SourceTool;
Method or attribute name: declare enum SourceTool
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: RepeatMode;
Method or attribute name: declare enum RepeatMode
Old version information:
Class name: RepeatMode;
Method or attribute name: declare enum RepeatMode
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: RepeatMode;
Method or attribute name: Repeat
Old version information:
Class name: RepeatMode;
Method or attribute name: Repeat
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: RepeatMode;
Method or attribute name: Stretch
Old version information:
Class name: RepeatMode;
Method or attribute name: Stretch
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: RepeatMode;
Method or attribute name: Round
Old version information:
Class name: RepeatMode;
Method or attribute name: Round
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: RepeatMode;
Method or attribute name: Space
Old version information:
Class name: RepeatMode;
Method or attribute name: Space
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: BlurStyle;
Method or attribute name: declare enum BlurStyle
Old version information:
Class name: BlurStyle;
Method or attribute name: declare enum BlurStyle
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: BlurStyle;
Method or attribute name: Thin
Old version information:
Class name: BlurStyle;
Method or attribute name: Thin
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: BlurStyle;
Method or attribute name: Regular
Old version information:
Class name: BlurStyle;
Method or attribute name: Regular
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: BlurStyle;
Method or attribute name: Thick
Old version information:
Class name: BlurStyle;
Method or attribute name: Thick
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: BaseEvent;
Method or attribute name: declare interface BaseEvent
Old version information:
Class name: BaseEvent;
Method or attribute name: declare interface BaseEvent
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: BorderImageOption;
Method or attribute name: declare interface BorderImageOption
Old version information:
Class name: BorderImageOption;
Method or attribute name: declare interface BorderImageOption
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: ClickEvent;
Method or attribute name: declare interface ClickEvent
Old version information:
Class name: ClickEvent;
Method or attribute name: declare interface ClickEvent
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: TouchEvent;
Method or attribute name: stopPropagation: () => void;
Old version information:
Class name: TouchEvent;
Method or attribute name: stopPropagation: () => void;
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: TouchObject;
Method or attribute name: declare interface TouchObject
Old version information:
Class name: TouchObject;
Method or attribute name: declare interface TouchObject
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: TouchEvent;
Method or attribute name: declare interface TouchEvent
Old version information:
Class name: TouchEvent;
Method or attribute name: declare interface TouchEvent
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: KeyEvent;
Method or attribute name: declare interface KeyEvent
Old version information:
Class name: KeyEvent;
Method or attribute name: declare interface KeyEvent
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: StateStyles;
Method or attribute name: declare interface StateStyles
Old version information:
Class name: StateStyles;
Method or attribute name: declare interface StateStyles
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: PopupOptions;
Method or attribute name: declare interface PopupOptions
Old version information:
Class name: PopupOptions;
Method or attribute name: declare interface PopupOptions
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: PopupOptions;
Method or attribute name: primaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information:
Class name: PopupOptions;
Method or attribute name: primaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: PopupOptions;
Method or attribute name: secondaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
Old version information:
Class name: PopupOptions;
Method or attribute name: secondaryButton?: {
/
* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* Button text value
*
* @type { string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
value: string;

/
* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
/

* action
*
* @type { function }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
action: () => void;
};
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: PopupOptions;
Method or attribute name: onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
Old version information:
Class name: PopupOptions;
Method or attribute name: onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CustomPopupOptions;
Method or attribute name: onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
Old version information:
Class name: CustomPopupOptions;
Method or attribute name: onStateChange?: (event: {
/**
* is Visible.
*
* @type { boolean }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: CustomPopupOptions;
Method or attribute name: declare interface CustomPopupOptions
Old version information:
Class name: CustomPopupOptions;
Method or attribute name: declare interface CustomPopupOptions
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: declare class CommonMethod
Old version information:
Class name: CommonMethod;
Method or attribute name: declare class CommonMethod
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: width(value: Length): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: width(value: Length): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: height(value: Length): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: height(value: Length): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: responseRegion(value: Array<Rectangle> | Rectangle): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: responseRegion(value: Array<Rectangle> | Rectangle): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: size(value: SizeOptions): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: size(value: SizeOptions): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: constraintSize(value: ConstraintSizeOptions): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: constraintSize(value: ConstraintSizeOptions): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: hitTestBehavior(value: HitTestMode): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: hitTestBehavior(value: HitTestMode): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: layoutWeight(value: number | string): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: layoutWeight(value: number | string): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: padding(value: Padding | Length): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: padding(value: Padding | Length): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: margin(value: Margin | Length): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: margin(value: Margin | Length): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: backgroundColor(value: ResourceColor): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: backgroundColor(value: ResourceColor): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: backgroundImageSize(value: SizeOptions | ImageSize): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: backgroundImageSize(value: SizeOptions | ImageSize): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: backgroundImagePosition(value: Position | Alignment): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: backgroundImagePosition(value: Position | Alignment): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: opacity(value: number | Resource): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: opacity(value: number | Resource): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: border(value: BorderOptions): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: border(value: BorderOptions): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: borderStyle(value: BorderStyle | EdgeStyles): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: borderStyle(value: BorderStyle | EdgeStyles): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: borderWidth(value: Length | EdgeWidths): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: borderWidth(value: Length | EdgeWidths): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: borderColor(value: ResourceColor | EdgeColors): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: borderColor(value: ResourceColor | EdgeColors): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: borderRadius(value: Length | BorderRadiuses): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: borderRadius(value: Length | BorderRadiuses): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: borderImage(value: BorderImageOption): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: borderImage(value: BorderImageOption): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: onClick(event: (event: ClickEvent) => void): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: onClick(event: (event: ClickEvent) => void): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: hoverEffect(value: HoverEffect): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: hoverEffect(value: HoverEffect): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: onTouch(event: (event: TouchEvent) => void): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: onTouch(event: (event: TouchEvent) => void): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: onKeyEvent(event: (event: KeyEvent) => void): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: onKeyEvent(event: (event: KeyEvent) => void): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: focusable(value: boolean): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: focusable(value: boolean): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: onFocus(event: () => void): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: onFocus(event: () => void): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: onBlur(event: () => void): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: onBlur(event: () => void): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: tabIndex(index: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: tabIndex(index: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: defaultFocus(value: boolean): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: defaultFocus(value: boolean): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: groupDefaultFocus(value: boolean): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: groupDefaultFocus(value: boolean): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: focusOnTouch(value: boolean): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: focusOnTouch(value: boolean): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: animation(value: AnimateParam): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: animation(value: AnimateParam): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: transition(value: TransitionOptions | TransitionEffect): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: transition(value: TransitionOptions | TransitionEffect): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: gesture(gesture: GestureType, mask?: GestureMask): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: gesture(gesture: GestureType, mask?: GestureMask): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: priorityGesture(gesture: GestureType, mask?: GestureMask): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: priorityGesture(gesture: GestureType, mask?: GestureMask): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: parallelGesture(gesture: GestureType, mask?: GestureMask): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: parallelGesture(gesture: GestureType, mask?: GestureMask): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: blur(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: blur(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: brightness(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: brightness(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: contrast(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: contrast(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: grayscale(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: grayscale(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: colorBlend(value: Color | string | Resource): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: colorBlend(value: Color | string | Resource): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: saturate(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: saturate(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: sepia(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: sepia(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: invert(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: invert(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: hueRotate(value: number | string): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: hueRotate(value: number | string): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: backdropBlur(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: backdropBlur(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: translate(value: TranslateOptions): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: translate(value: TranslateOptions): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: scale(value: ScaleOptions): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: scale(value: ScaleOptions): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: gridSpan(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: gridSpan(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: gridOffset(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: gridOffset(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: rotate(value: RotateOptions): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: rotate(value: RotateOptions): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: transform(value: object): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: transform(value: object): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: onAppear(event: () => void): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: onAppear(event: () => void): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: onDisAppear(event: () => void): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: onDisAppear(event: () => void): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: visibility(value: Visibility): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: visibility(value: Visibility): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: flexGrow(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: flexGrow(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: flexShrink(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: flexShrink(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: flexBasis(value: number | string): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: flexBasis(value: number | string): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: alignSelf(value: ItemAlign): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: alignSelf(value: ItemAlign): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: displayPriority(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: displayPriority(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: zIndex(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: zIndex(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: sharedTransition(id: string, options?: sharedTransitionOptions): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: sharedTransition(id: string, options?: sharedTransitionOptions): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: direction(value: Direction): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: direction(value: Direction): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: align(value: Alignment): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: align(value: Alignment): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: position(value: Position): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: position(value: Position): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: markAnchor(value: Position): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: markAnchor(value: Position): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: offset(value: Position): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: offset(value: Position): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: enabled(value: boolean): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: enabled(value: boolean): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: alignRules(value: AlignRuleOption): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: alignRules(value: AlignRuleOption): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: aspectRatio(value: number): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: aspectRatio(value: number): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: overlay(value: string | CustomBuilder, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: overlay(value: string | CustomBuilder, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: linearGradient(value: {
angle?: number | string;
direction?: GradientDirection;
colors: Array<any>;
repeating?: boolean;
}): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: linearGradient(value: {
angle?: number | string;
direction?: GradientDirection;
colors: Array<any>;
repeating?: boolean;
}): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: sweepGradient(value: {
center: Array<any>;
start?: number | string;
end?: number | string;
rotation?: number | string;
colors: Array<any>;
repeating?: boolean;
}): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: sweepGradient(value: {
center: Array<any>;
start?: number | string;
end?: number | string;
rotation?: number | string;
colors: Array<any>;
repeating?: boolean;
}): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: radialGradient(value: { center: Array<any>; radius: number | string; colors: Array<any>; repeating?: boolean }): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: radialGradient(value: { center: Array<any>; radius: number | string; colors: Array<any>; repeating?: boolean }): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: motionPath(value: MotionPathOptions): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: motionPath(value: MotionPathOptions): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: shadow(value: ShadowOptions | ShadowStyle): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: shadow(value: ShadowOptions | ShadowStyle): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: clip(value: boolean | CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: clip(value: boolean | CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: mask(value: CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute | ProgressMask): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: mask(value: CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute | ProgressMask): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: id(value: string): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: id(value: string): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: geometryTransition(id: string): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: geometryTransition(id: string): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: bindMenu(
content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] | CustomBuilder,
options?: MenuOptions
): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: bindMenu(
content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] | CustomBuilder,
options?: MenuOptions
): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: stateStyles(value: StateStyles): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: stateStyles(value: StateStyles): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonMethod;
Method or attribute name: onVisibleAreaChange(ratios: Array<number>, event: (isVisible: boolean, currentRatio: number) => void): T;
Old version information:
Class name: CommonMethod;
Method or attribute name: onVisibleAreaChange(ratios: Array<number>, event: (isVisible: boolean, currentRatio: number) => void): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonAttribute;
Method or attribute name: declare class CommonAttribute
Old version information:
Class name: CommonAttribute;
Method or attribute name: declare class CommonAttribute
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonInterface;
Method or attribute name: interface CommonInterface
Old version information:
Class name: CommonInterface;
Method or attribute name: interface CommonInterface
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: declare class CommonShapeMethod
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: declare class CommonShapeMethod
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: stroke(value: ResourceColor): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: stroke(value: ResourceColor): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: fill(value: ResourceColor): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: fill(value: ResourceColor): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: strokeDashOffset(value: number | string): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: strokeDashOffset(value: number | string): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: strokeLineCap(value: LineCapStyle): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: strokeLineCap(value: LineCapStyle): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: strokeMiterLimit(value: number | string): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: strokeMiterLimit(value: number | string): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: strokeOpacity(value: number | string | Resource): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: strokeOpacity(value: number | string | Resource): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: fillOpacity(value: number | string | Resource): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: fillOpacity(value: number | string | Resource): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: strokeWidth(value: Length): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: strokeWidth(value: Length): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: antiAlias(value: boolean): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: antiAlias(value: boolean): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CommonShapeMethod;
Method or attribute name: strokeDashArray(value: Array<any>): T;
Old version information:
Class name: CommonShapeMethod;
Method or attribute name: strokeDashArray(value: Array<any>): T;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: LinearGradient;
Method or attribute name: declare interface LinearGradient
Old version information:
Class name: LinearGradient;
Method or attribute name: declare interface LinearGradient
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: LayoutBorderInfo;
Method or attribute name: declare interface LayoutBorderInfo
Old version information:
Class name: LayoutBorderInfo;
Method or attribute name: declare interface LayoutBorderInfo
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: LayoutInfo;
Method or attribute name: declare interface LayoutInfo
Old version information:
Class name: LayoutInfo;
Method or attribute name: declare interface LayoutInfo
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: LayoutChild;
Method or attribute name: declare interface LayoutChild
Old version information:
Class name: LayoutChild;
Method or attribute name: declare interface LayoutChild
New version information: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability 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: crossplatform
common.d.ts
Cross-platform capability changed Class name: LayoutChild;
Method or attribute name: measure(childConstraint: ConstraintSizeOptions),
Old version information:
Class name: LayoutChild;
Method or attribute name: measure(childConstraint: ConstraintSizeOptions),
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: LayoutChild;
Method or attribute name: layout(childLayoutInfo: LayoutInfo),
Old version information:
Class name: LayoutChild;
Method or attribute name: layout(childLayoutInfo: LayoutInfo),
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CustomComponent;
Method or attribute name: declare class CustomComponent
Old version information:
Class name: CustomComponent;
Method or attribute name: declare class CustomComponent
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CustomComponent;
Method or attribute name: build(): void;
Old version information:
Class name: CustomComponent;
Method or attribute name: build(): void;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CustomComponent;
Method or attribute name: aboutToAppear?(): void;
Old version information:
Class name: CustomComponent;
Method or attribute name: aboutToAppear?(): void;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CustomComponent;
Method or attribute name: aboutToDisappear?(): void;
Old version information:
Class name: CustomComponent;
Method or attribute name: aboutToDisappear?(): void;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CustomComponent;
Method or attribute name: onPageShow?(): void;
Old version information:
Class name: CustomComponent;
Method or attribute name: onPageShow?(): void;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CustomComponent;
Method or attribute name: onPageHide?(): void;
Old version information:
Class name: CustomComponent;
Method or attribute name: onPageHide?(): void;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CustomComponent;
Method or attribute name: onBackPress?(): void | boolean;
Old version information:
Class name: CustomComponent;
Method or attribute name: onBackPress?(): void | boolean;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: CustomComponent;
Method or attribute name: pageTransition?(): void;
Old version information:
Class name: CustomComponent;
Method or attribute name: pageTransition?(): void;
New version information: crossplatform
common.d.ts
Cross-platform capability changed Class name: AppStorage;
Method or attribute name: declare class AppStorage
Old version information:
Class name: AppStorage;
Method or attribute name: declare class AppStorage
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: SubscribedAbstractProperty;
Method or attribute name: declare abstract class SubscribedAbstractProperty
Old version information:
Class name: SubscribedAbstractProperty;
Method or attribute name: declare abstract class SubscribedAbstractProperty
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: SubscribedAbstractProperty;
Method or attribute name: info(): string;
Old version information:
Class name: SubscribedAbstractProperty;
Method or attribute name: info(): string;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: SubscribedAbstractProperty;
Method or attribute name: abstract get(): T;
Old version information:
Class name: SubscribedAbstractProperty;
Method or attribute name: abstract get(): T;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: SubscribedAbstractProperty;
Method or attribute name: abstract set(newValue: T): void;
Old version information:
Class name: SubscribedAbstractProperty;
Method or attribute name: abstract set(newValue: T): void;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: Environment;
Method or attribute name: declare class Environment
Old version information:
Class name: Environment;
Method or attribute name: declare class Environment
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: PersistentStorage;
Method or attribute name: declare class PersistentStorage
Old version information:
Class name: PersistentStorage;
Method or attribute name: declare class PersistentStorage
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: declare class LocalStorage
Old version information:
Class name: LocalStorage;
Method or attribute name: declare class LocalStorage
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: constructor(initializingProperties?: Object);
Old version information:
Class name: LocalStorage;
Method or attribute name: constructor(initializingProperties?: Object);
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: has(propName: string): boolean;
Old version information:
Class name: LocalStorage;
Method or attribute name: has(propName: string): boolean;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: keys(): IterableIterator<string>;
Old version information:
Class name: LocalStorage;
Method or attribute name: keys(): IterableIterator<string>;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: size(): number;
Old version information:
Class name: LocalStorage;
Method or attribute name: size(): number;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: get<T>(propName: string): T | undefined;
Old version information:
Class name: LocalStorage;
Method or attribute name: get<T>(propName: string): T | undefined;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: set<T>(propName: string, newValue: T): boolean;
Old version information:
Class name: LocalStorage;
Method or attribute name: set<T>(propName: string, newValue: T): boolean;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: setOrCreate<T>(propName: string, newValue: T): boolean;
Old version information:
Class name: LocalStorage;
Method or attribute name: setOrCreate<T>(propName: string, newValue: T): boolean;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: link<T>(propName: string): SubscribedAbstractProperty<T>;
Old version information:
Class name: LocalStorage;
Method or attribute name: link<T>(propName: string): SubscribedAbstractProperty<T>;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: setAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>;
Old version information:
Class name: LocalStorage;
Method or attribute name: setAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: prop<S>(propName: string): SubscribedAbstractProperty<S>;
Old version information:
Class name: LocalStorage;
Method or attribute name: prop<S>(propName: string): SubscribedAbstractProperty<S>;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: setAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>;
Old version information:
Class name: LocalStorage;
Method or attribute name: setAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: delete(propName: string): boolean;
Old version information:
Class name: LocalStorage;
Method or attribute name: delete(propName: string): boolean;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: LocalStorage;
Method or attribute name: clear(): boolean;
Old version information:
Class name: LocalStorage;
Method or attribute name: clear(): boolean;
New version information: crossplatform
common_ts_ets_api.d.ts
Cross-platform capability changed Class name: ContextMenu;
Method or attribute name: declare class ContextMenu
Old version information:
Class name: ContextMenu;
Method or attribute name: declare class ContextMenu
New version information: crossplatform
context_menu.d.ts
Cross-platform capability changed Class name: ContextMenu;
Method or attribute name: static close();
Old version information:
Class name: ContextMenu;
Method or attribute name: static close();
New version information: crossplatform
context_menu.d.ts
Cross-platform capability changed Class name: CounterInterface;
Method or attribute name: interface CounterInterface
Old version information:
Class name: CounterInterface;
Method or attribute name: interface CounterInterface
New version information: crossplatform
counter.d.ts
Cross-platform capability changed Class name: CounterInterface;
Method or attribute name: (): CounterAttribute;
Old version information:
Class name: CounterInterface;
Method or attribute name: (): CounterAttribute;
New version information: crossplatform
counter.d.ts
Cross-platform capability changed Class name: CounterAttribute;
Method or attribute name: declare class CounterAttribute
Old version information:
Class name: CounterAttribute;
Method or attribute name: declare class CounterAttribute
New version information: crossplatform
counter.d.ts
Cross-platform capability changed Class name: CounterAttribute;
Method or attribute name: onInc(event: () => void): CounterAttribute;
Old version information:
Class name: CounterAttribute;
Method or attribute name: onInc(event: () => void): CounterAttribute;
New version information: crossplatform
counter.d.ts
Cross-platform capability changed Class name: CounterAttribute;
Method or attribute name: onDec(event: () => void): CounterAttribute;
Old version information:
Class name: CounterAttribute;
Method or attribute name: onDec(event: () => void): CounterAttribute;
New version information: crossplatform
counter.d.ts
Cross-platform capability changed Class name: CustomDialogControllerOptions;
Method or attribute name: declare interface CustomDialogControllerOptions
Old version information:
Class name: CustomDialogControllerOptions;
Method or attribute name: declare interface CustomDialogControllerOptions
New version information: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability 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: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability 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: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability 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: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability 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: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability 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: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability 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: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability 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: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability changed Class name: CustomDialogController;
Method or attribute name: declare class CustomDialogController
Old version information:
Class name: CustomDialogController;
Method or attribute name: declare class CustomDialogController
New version information: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability changed Class name: CustomDialogController;
Method or attribute name: constructor(value: CustomDialogControllerOptions);
Old version information:
Class name: CustomDialogController;
Method or attribute name: constructor(value: CustomDialogControllerOptions);
New version information: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability changed Class name: CustomDialogController;
Method or attribute name: open();
Old version information:
Class name: CustomDialogController;
Method or attribute name: open();
New version information: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability changed Class name: CustomDialogController;
Method or attribute name: close();
Old version information:
Class name: CustomDialogController;
Method or attribute name: close();
New version information: crossplatform
custom_dialog_controller.d.ts
Cross-platform capability changed Class name: DataPanelType;
Method or attribute name: declare enum DataPanelType
Old version information:
Class name: DataPanelType;
Method or attribute name: declare enum DataPanelType
New version information: crossplatform
data_panel.d.ts
Cross-platform capability changed Class name: DataPanelType;
Method or attribute name: Line
Old version information:
Class name: DataPanelType;
Method or attribute name: Line
New version information: crossplatform
data_panel.d.ts
Cross-platform capability changed Class name: DataPanelType;
Method or attribute name: Circle
Old version information:
Class name: DataPanelType;
Method or attribute name: Circle
New version information: crossplatform
data_panel.d.ts
Cross-platform capability changed Class name: DataPanelOptions;
Method or attribute name: declare interface DataPanelOptions
Old version information:
Class name: DataPanelOptions;
Method or attribute name: declare interface DataPanelOptions
New version information: crossplatform
data_panel.d.ts
Cross-platform capability 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: crossplatform
data_panel.d.ts
Cross-platform capability 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: crossplatform
data_panel.d.ts
Cross-platform capability 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: crossplatform
data_panel.d.ts
Cross-platform capability changed Class name: DataPanelInterface;
Method or attribute name: interface DataPanelInterface
Old version information:
Class name: DataPanelInterface;
Method or attribute name: interface DataPanelInterface
New version information: crossplatform
data_panel.d.ts
Cross-platform capability changed Class name: DataPanelInterface;
Method or attribute name: (options: DataPanelOptions): DataPanelAttribute;
Old version information:
Class name: DataPanelInterface;
Method or attribute name: (options: DataPanelOptions): DataPanelAttribute;
New version information: crossplatform
data_panel.d.ts
Cross-platform capability changed Class name: DataPanelAttribute;
Method or attribute name: declare class DataPanelAttribute
Old version information:
Class name: DataPanelAttribute;
Method or attribute name: declare class DataPanelAttribute
New version information: crossplatform
data_panel.d.ts
Cross-platform capability changed Class name: DataPanelAttribute;
Method or attribute name: closeEffect(value: boolean): DataPanelAttribute;
Old version information:
Class name: DataPanelAttribute;
Method or attribute name: closeEffect(value: boolean): DataPanelAttribute;
New version information: crossplatform
data_panel.d.ts
Cross-platform capability changed Class name: DatePickerResult;
Method or attribute name: declare interface DatePickerResult
Old version information:
Class name: DatePickerResult;
Method or attribute name: declare interface DatePickerResult
New version information: crossplatform
date_picker.d.ts
Cross-platform capability 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: crossplatform
date_picker.d.ts
Cross-platform capability 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: crossplatform
date_picker.d.ts
Cross-platform capability 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: crossplatform
date_picker.d.ts
Cross-platform capability changed Class name: DatePickerOptions;
Method or attribute name: declare interface DatePickerOptions
Old version information:
Class name: DatePickerOptions;
Method or attribute name: declare interface DatePickerOptions
New version information: crossplatform
date_picker.d.ts
Cross-platform capability 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: crossplatform
date_picker.d.ts
Cross-platform capability 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: crossplatform
date_picker.d.ts
Cross-platform capability 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: crossplatform
date_picker.d.ts
Cross-platform capability changed Class name: DatePickerInterface;
Method or attribute name: interface DatePickerInterface
Old version information:
Class name: DatePickerInterface;
Method or attribute name: interface DatePickerInterface
New version information: crossplatform
date_picker.d.ts
Cross-platform capability changed Class name: DatePickerInterface;
Method or attribute name: (options?: DatePickerOptions): DatePickerAttribute;
Old version information:
Class name: DatePickerInterface;
Method or attribute name: (options?: DatePickerOptions): DatePickerAttribute;
New version information: crossplatform
date_picker.d.ts
Cross-platform capability changed Class name: DatePickerAttribute;
Method or attribute name: declare class DatePickerAttribute
Old version information:
Class name: DatePickerAttribute;
Method or attribute name: declare class DatePickerAttribute
New version information: crossplatform
date_picker.d.ts
Cross-platform capability changed Class name: DatePickerAttribute;
Method or attribute name: lunar(value: boolean): DatePickerAttribute;
Old version information:
Class name: DatePickerAttribute;
Method or attribute name: lunar(value: boolean): DatePickerAttribute;
New version information: crossplatform
date_picker.d.ts
Cross-platform capability changed Class name: DatePickerDialogOptions;
Method or attribute name: declare interface DatePickerDialogOptions
Old version information:
Class name: DatePickerDialogOptions;
Method or attribute name: declare interface DatePickerDialogOptions
New version information: crossplatform
date_picker.d.ts
Cross-platform capability 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: crossplatform
date_picker.d.ts
Cross-platform capability 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: crossplatform
date_picker.d.ts
Cross-platform capability changed Class name: DatePickerDialog;
Method or attribute name: declare class DatePickerDialog
Old version information:
Class name: DatePickerDialog;
Method or attribute name: declare class DatePickerDialog
New version information: crossplatform
date_picker.d.ts
Cross-platform capability changed Class name: DatePickerDialog;
Method or attribute name: static show(options?: DatePickerDialogOptions);
Old version information:
Class name: DatePickerDialog;
Method or attribute name: static show(options?: DatePickerDialogOptions);
New version information: crossplatform
date_picker.d.ts
Cross-platform capability changed Class name: DividerInterface;
Method or attribute name: interface DividerInterface
Old version information:
Class name: DividerInterface;
Method or attribute name: interface DividerInterface
New version information: crossplatform
divider.d.ts
Cross-platform capability changed Class name: DividerInterface;
Method or attribute name: (): DividerAttribute;
Old version information:
Class name: DividerInterface;
Method or attribute name: (): DividerAttribute;
New version information: crossplatform
divider.d.ts
Cross-platform capability changed Class name: DividerAttribute;
Method or attribute name: declare class DividerAttribute
Old version information:
Class name: DividerAttribute;
Method or attribute name: declare class DividerAttribute
New version information: crossplatform
divider.d.ts
Cross-platform capability changed Class name: DividerAttribute;
Method or attribute name: vertical(value: boolean): DividerAttribute;
Old version information:
Class name: DividerAttribute;
Method or attribute name: vertical(value: boolean): DividerAttribute;
New version information: crossplatform
divider.d.ts
Cross-platform capability changed Class name: DividerAttribute;
Method or attribute name: color(value: ResourceColor): DividerAttribute;
Old version information:
Class name: DividerAttribute;
Method or attribute name: color(value: ResourceColor): DividerAttribute;
New version information: crossplatform
divider.d.ts
Cross-platform capability changed Class name: DividerAttribute;
Method or attribute name: strokeWidth(value: number | string): DividerAttribute;
Old version information:
Class name: DividerAttribute;
Method or attribute name: strokeWidth(value: number | string): DividerAttribute;
New version information: crossplatform
divider.d.ts
Cross-platform capability changed Class name: DividerAttribute;
Method or attribute name: lineCap(value: LineCapStyle): DividerAttribute;
Old version information:
Class name: DividerAttribute;
Method or attribute name: lineCap(value: LineCapStyle): DividerAttribute;
New version information: crossplatform
divider.d.ts
Cross-platform capability changed Class name: EllipseInterface;
Method or attribute name: interface EllipseInterface
Old version information:
Class name: EllipseInterface;
Method or attribute name: interface EllipseInterface
New version information: crossplatform
ellipse.d.ts
Cross-platform capability changed Class name: EllipseInterface;
Method or attribute name: (value?: { width?: string | number; height?: string | number }): EllipseAttribute;
Old version information:
Class name: EllipseInterface;
Method or attribute name: (value?: { width?: string | number; height?: string | number }): EllipseAttribute;
New version information: crossplatform
ellipse.d.ts
Cross-platform capability changed Class name: EllipseAttribute;
Method or attribute name: declare class EllipseAttribute
Old version information:
Class name: EllipseAttribute;
Method or attribute name: declare class EllipseAttribute
New version information: crossplatform
ellipse.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: declare enum Color
Old version information:
Class name: Color;
Method or attribute name: declare enum Color
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: White
Old version information:
Class name: Color;
Method or attribute name: White
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Black
Old version information:
Class name: Color;
Method or attribute name: Black
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Blue
Old version information:
Class name: Color;
Method or attribute name: Blue
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Brown
Old version information:
Class name: Color;
Method or attribute name: Brown
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Gray
Old version information:
Class name: Color;
Method or attribute name: Gray
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Green
Old version information:
Class name: Color;
Method or attribute name: Green
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Grey
Old version information:
Class name: Color;
Method or attribute name: Grey
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Orange
Old version information:
Class name: Color;
Method or attribute name: Orange
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Pink
Old version information:
Class name: Color;
Method or attribute name: Pink
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Red
Old version information:
Class name: Color;
Method or attribute name: Red
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Yellow
Old version information:
Class name: Color;
Method or attribute name: Yellow
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Color;
Method or attribute name: Transparent
Old version information:
Class name: Color;
Method or attribute name: Transparent
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HitTestMode;
Method or attribute name: Transparent
Old version information:
Class name: HitTestMode;
Method or attribute name: Transparent
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageFit;
Method or attribute name: declare enum ImageFit
Old version information:
Class name: ImageFit;
Method or attribute name: declare enum ImageFit
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageFit;
Method or attribute name: Contain
Old version information:
Class name: ImageFit;
Method or attribute name: Contain
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageSize;
Method or attribute name: Contain
Old version information:
Class name: ImageSize;
Method or attribute name: Contain
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageFit;
Method or attribute name: Cover
Old version information:
Class name: ImageFit;
Method or attribute name: Cover
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageSize;
Method or attribute name: Cover
Old version information:
Class name: ImageSize;
Method or attribute name: Cover
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageFit;
Method or attribute name: Auto
Old version information:
Class name: ImageFit;
Method or attribute name: Auto
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Direction;
Method or attribute name: Auto
Old version information:
Class name: Direction;
Method or attribute name: Auto
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: BarState;
Method or attribute name: Auto
Old version information:
Class name: BarState;
Method or attribute name: Auto
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ItemAlign;
Method or attribute name: Auto
Old version information:
Class name: ItemAlign;
Method or attribute name: Auto
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageSize;
Method or attribute name: Auto
Old version information:
Class name: ImageSize;
Method or attribute name: Auto
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HoverEffect;
Method or attribute name: Auto
Old version information:
Class name: HoverEffect;
Method or attribute name: Auto
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageFit;
Method or attribute name: Fill
Old version information:
Class name: ImageFit;
Method or attribute name: Fill
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageFit;
Method or attribute name: ScaleDown
Old version information:
Class name: ImageFit;
Method or attribute name: ScaleDown
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageFit;
Method or attribute name: None
Old version information:
Class name: ImageFit;
Method or attribute name: None
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseButton;
Method or attribute name: None
Old version information:
Class name: MouseButton;
Method or attribute name: None
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FillMode;
Method or attribute name: None
Old version information:
Class name: FillMode;
Method or attribute name: None
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: EdgeEffect;
Method or attribute name: None
Old version information:
Class name: EdgeEffect;
Method or attribute name: None
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Visibility;
Method or attribute name: None
Old version information:
Class name: Visibility;
Method or attribute name: None
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: GradientDirection;
Method or attribute name: None
Old version information:
Class name: GradientDirection;
Method or attribute name: None
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextOverflow;
Method or attribute name: None
Old version information:
Class name: TextOverflow;
Method or attribute name: None
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextDecorationType;
Method or attribute name: None
Old version information:
Class name: TextDecorationType;
Method or attribute name: None
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HoverEffect;
Method or attribute name: None
Old version information:
Class name: HoverEffect;
Method or attribute name: None
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HitTestMode;
Method or attribute name: None
Old version information:
Class name: HitTestMode;
Method or attribute name: None
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: BorderStyle;
Method or attribute name: declare enum BorderStyle
Old version information:
Class name: BorderStyle;
Method or attribute name: declare enum BorderStyle
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: BorderStyle;
Method or attribute name: Dotted
Old version information:
Class name: BorderStyle;
Method or attribute name: Dotted
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: BorderStyle;
Method or attribute name: Dashed
Old version information:
Class name: BorderStyle;
Method or attribute name: Dashed
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: BorderStyle;
Method or attribute name: Solid
Old version information:
Class name: BorderStyle;
Method or attribute name: Solid
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: LineJoinStyle;
Method or attribute name: declare enum LineJoinStyle
Old version information:
Class name: LineJoinStyle;
Method or attribute name: declare enum LineJoinStyle
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: LineJoinStyle;
Method or attribute name: Miter
Old version information:
Class name: LineJoinStyle;
Method or attribute name: Miter
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: LineJoinStyle;
Method or attribute name: Round
Old version information:
Class name: LineJoinStyle;
Method or attribute name: Round
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: LineCapStyle;
Method or attribute name: Round
Old version information:
Class name: LineCapStyle;
Method or attribute name: Round
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: LineJoinStyle;
Method or attribute name: Bevel
Old version information:
Class name: LineJoinStyle;
Method or attribute name: Bevel
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TouchType;
Method or attribute name: declare enum TouchType
Old version information:
Class name: TouchType;
Method or attribute name: declare enum TouchType
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TouchType;
Method or attribute name: Down
Old version information:
Class name: TouchType;
Method or attribute name: Down
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: KeyType;
Method or attribute name: Down
Old version information:
Class name: KeyType;
Method or attribute name: Down
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TouchType;
Method or attribute name: Up
Old version information:
Class name: TouchType;
Method or attribute name: Up
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: KeyType;
Method or attribute name: Up
Old version information:
Class name: KeyType;
Method or attribute name: Up
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TouchType;
Method or attribute name: Move
Old version information:
Class name: TouchType;
Method or attribute name: Move
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseAction;
Method or attribute name: Move
Old version information:
Class name: MouseAction;
Method or attribute name: Move
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TouchType;
Method or attribute name: Cancel
Old version information:
Class name: TouchType;
Method or attribute name: Cancel
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseButton;
Method or attribute name: declare enum MouseButton
Old version information:
Class name: MouseButton;
Method or attribute name: declare enum MouseButton
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseButton;
Method or attribute name: Left
Old version information:
Class name: MouseButton;
Method or attribute name: Left
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: GradientDirection;
Method or attribute name: Left
Old version information:
Class name: GradientDirection;
Method or attribute name: Left
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: Left
Old version information:
Class name: Placement;
Method or attribute name: Left
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseButton;
Method or attribute name: Right
Old version information:
Class name: MouseButton;
Method or attribute name: Right
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: GradientDirection;
Method or attribute name: Right
Old version information:
Class name: GradientDirection;
Method or attribute name: Right
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: Right
Old version information:
Class name: Placement;
Method or attribute name: Right
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseButton;
Method or attribute name: Middle
Old version information:
Class name: MouseButton;
Method or attribute name: Middle
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseButton;
Method or attribute name: Back
Old version information:
Class name: MouseButton;
Method or attribute name: Back
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseButton;
Method or attribute name: Forward
Old version information:
Class name: MouseButton;
Method or attribute name: Forward
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseAction;
Method or attribute name: declare enum MouseAction
Old version information:
Class name: MouseAction;
Method or attribute name: declare enum MouseAction
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseAction;
Method or attribute name: Press
Old version information:
Class name: MouseAction;
Method or attribute name: Press
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseAction;
Method or attribute name: Release
Old version information:
Class name: MouseAction;
Method or attribute name: Release
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: MouseAction;
Method or attribute name: Hover
Old version information:
Class name: MouseAction;
Method or attribute name: Hover
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: AnimationStatus;
Method or attribute name: declare enum AnimationStatus
Old version information:
Class name: AnimationStatus;
Method or attribute name: declare enum AnimationStatus
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: AnimationStatus;
Method or attribute name: Initial
Old version information:
Class name: AnimationStatus;
Method or attribute name: Initial
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: AnimationStatus;
Method or attribute name: Running
Old version information:
Class name: AnimationStatus;
Method or attribute name: Running
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: AnimationStatus;
Method or attribute name: Paused
Old version information:
Class name: AnimationStatus;
Method or attribute name: Paused
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: AnimationStatus;
Method or attribute name: Stopped
Old version information:
Class name: AnimationStatus;
Method or attribute name: Stopped
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: declare enum Curve
Old version information:
Class name: Curve;
Method or attribute name: declare enum Curve
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: Linear
Old version information:
Class name: Curve;
Method or attribute name: Linear
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: Ease
Old version information:
Class name: Curve;
Method or attribute name: Ease
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: EaseIn
Old version information:
Class name: Curve;
Method or attribute name: EaseIn
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: EaseOut
Old version information:
Class name: Curve;
Method or attribute name: EaseOut
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: EaseInOut
Old version information:
Class name: Curve;
Method or attribute name: EaseInOut
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: FastOutSlowIn
Old version information:
Class name: Curve;
Method or attribute name: FastOutSlowIn
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: LinearOutSlowIn
Old version information:
Class name: Curve;
Method or attribute name: LinearOutSlowIn
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: FastOutLinearIn
Old version information:
Class name: Curve;
Method or attribute name: FastOutLinearIn
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: ExtremeDeceleration
Old version information:
Class name: Curve;
Method or attribute name: ExtremeDeceleration
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: Sharp
Old version information:
Class name: Curve;
Method or attribute name: Sharp
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: Rhythm
Old version information:
Class name: Curve;
Method or attribute name: Rhythm
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: Smooth
Old version information:
Class name: Curve;
Method or attribute name: Smooth
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Curve;
Method or attribute name: Friction
Old version information:
Class name: Curve;
Method or attribute name: Friction
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FillMode;
Method or attribute name: declare enum FillMode
Old version information:
Class name: FillMode;
Method or attribute name: declare enum FillMode
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FillMode;
Method or attribute name: Forwards
Old version information:
Class name: FillMode;
Method or attribute name: Forwards
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FillMode;
Method or attribute name: Backwards
Old version information:
Class name: FillMode;
Method or attribute name: Backwards
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FillMode;
Method or attribute name: Both
Old version information:
Class name: FillMode;
Method or attribute name: Both
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: PlayMode;
Method or attribute name: declare enum PlayMode
Old version information:
Class name: PlayMode;
Method or attribute name: declare enum PlayMode
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: PlayMode;
Method or attribute name: Normal
Old version information:
Class name: PlayMode;
Method or attribute name: Normal
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FontStyle;
Method or attribute name: Normal
Old version information:
Class name: FontStyle;
Method or attribute name: Normal
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FontWeight;
Method or attribute name: Normal
Old version information:
Class name: FontWeight;
Method or attribute name: Normal
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextCase;
Method or attribute name: Normal
Old version information:
Class name: TextCase;
Method or attribute name: Normal
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: PlayMode;
Method or attribute name: Reverse
Old version information:
Class name: PlayMode;
Method or attribute name: Reverse
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: PlayMode;
Method or attribute name: Alternate
Old version information:
Class name: PlayMode;
Method or attribute name: Alternate
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: PlayMode;
Method or attribute name: AlternateReverse
Old version information:
Class name: PlayMode;
Method or attribute name: AlternateReverse
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: KeyType;
Method or attribute name: declare enum KeyType
Old version information:
Class name: KeyType;
Method or attribute name: declare enum KeyType
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: KeySource;
Method or attribute name: declare enum KeySource
Old version information:
Class name: KeySource;
Method or attribute name: declare enum KeySource
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: KeySource;
Method or attribute name: Unknown
Old version information:
Class name: KeySource;
Method or attribute name: Unknown
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: KeySource;
Method or attribute name: Keyboard
Old version information:
Class name: KeySource;
Method or attribute name: Keyboard
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Edge;
Method or attribute name: declare enum Edge
Old version information:
Class name: Edge;
Method or attribute name: declare enum Edge
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Edge;
Method or attribute name: Top
Old version information:
Class name: Edge;
Method or attribute name: Top
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Alignment;
Method or attribute name: Top
Old version information:
Class name: Alignment;
Method or attribute name: Top
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: VerticalAlign;
Method or attribute name: Top
Old version information:
Class name: VerticalAlign;
Method or attribute name: Top
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: GradientDirection;
Method or attribute name: Top
Old version information:
Class name: GradientDirection;
Method or attribute name: Top
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: Top
Old version information:
Class name: Placement;
Method or attribute name: Top
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Edge;
Method or attribute name: Bottom
Old version information:
Class name: Edge;
Method or attribute name: Bottom
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Alignment;
Method or attribute name: Bottom
Old version information:
Class name: Alignment;
Method or attribute name: Bottom
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: VerticalAlign;
Method or attribute name: Bottom
Old version information:
Class name: VerticalAlign;
Method or attribute name: Bottom
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: GradientDirection;
Method or attribute name: Bottom
Old version information:
Class name: GradientDirection;
Method or attribute name: Bottom
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: Bottom
Old version information:
Class name: Placement;
Method or attribute name: Bottom
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Edge;
Method or attribute name: Start
Old version information:
Class name: Edge;
Method or attribute name: Start
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Alignment;
Method or attribute name: Start
Old version information:
Class name: Alignment;
Method or attribute name: Start
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HorizontalAlign;
Method or attribute name: Start
Old version information:
Class name: HorizontalAlign;
Method or attribute name: Start
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexAlign;
Method or attribute name: Start
Old version information:
Class name: FlexAlign;
Method or attribute name: Start
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ItemAlign;
Method or attribute name: Start
Old version information:
Class name: ItemAlign;
Method or attribute name: Start
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextAlign;
Method or attribute name: Start
Old version information:
Class name: TextAlign;
Method or attribute name: Start
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Edge;
Method or attribute name: End
Old version information:
Class name: Edge;
Method or attribute name: End
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Alignment;
Method or attribute name: End
Old version information:
Class name: Alignment;
Method or attribute name: End
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HorizontalAlign;
Method or attribute name: End
Old version information:
Class name: HorizontalAlign;
Method or attribute name: End
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexAlign;
Method or attribute name: End
Old version information:
Class name: FlexAlign;
Method or attribute name: End
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ItemAlign;
Method or attribute name: End
Old version information:
Class name: ItemAlign;
Method or attribute name: End
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextAlign;
Method or attribute name: End
Old version information:
Class name: TextAlign;
Method or attribute name: End
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Week;
Method or attribute name: declare enum Week
Old version information:
Class name: Week;
Method or attribute name: declare enum Week
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Week;
Method or attribute name: Mon
Old version information:
Class name: Week;
Method or attribute name: Mon
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Week;
Method or attribute name: Tue
Old version information:
Class name: Week;
Method or attribute name: Tue
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Week;
Method or attribute name: Wed
Old version information:
Class name: Week;
Method or attribute name: Wed
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Week;
Method or attribute name: Thur
Old version information:
Class name: Week;
Method or attribute name: Thur
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Week;
Method or attribute name: Fri
Old version information:
Class name: Week;
Method or attribute name: Fri
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Week;
Method or attribute name: Sat
Old version information:
Class name: Week;
Method or attribute name: Sat
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Week;
Method or attribute name: Sun
Old version information:
Class name: Week;
Method or attribute name: Sun
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Direction;
Method or attribute name: declare enum Direction
Old version information:
Class name: Direction;
Method or attribute name: declare enum Direction
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Direction;
Method or attribute name: Ltr
Old version information:
Class name: Direction;
Method or attribute name: Ltr
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Direction;
Method or attribute name: Rtl
Old version information:
Class name: Direction;
Method or attribute name: Rtl
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: BarState;
Method or attribute name: declare enum BarState
Old version information:
Class name: BarState;
Method or attribute name: declare enum BarState
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: BarState;
Method or attribute name: Off
Old version information:
Class name: BarState;
Method or attribute name: Off
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: BarState;
Method or attribute name: On
Old version information:
Class name: BarState;
Method or attribute name: On
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: EdgeEffect;
Method or attribute name: declare enum EdgeEffect
Old version information:
Class name: EdgeEffect;
Method or attribute name: declare enum EdgeEffect
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: EdgeEffect;
Method or attribute name: Spring
Old version information:
Class name: EdgeEffect;
Method or attribute name: Spring
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: EdgeEffect;
Method or attribute name: Fade
Old version information:
Class name: EdgeEffect;
Method or attribute name: Fade
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Alignment;
Method or attribute name: declare enum Alignment
Old version information:
Class name: Alignment;
Method or attribute name: declare enum Alignment
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Alignment;
Method or attribute name: TopStart
Old version information:
Class name: Alignment;
Method or attribute name: TopStart
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Alignment;
Method or attribute name: TopEnd
Old version information:
Class name: Alignment;
Method or attribute name: TopEnd
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Alignment;
Method or attribute name: Center
Old version information:
Class name: Alignment;
Method or attribute name: Center
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HorizontalAlign;
Method or attribute name: Center
Old version information:
Class name: HorizontalAlign;
Method or attribute name: Center
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexAlign;
Method or attribute name: Center
Old version information:
Class name: FlexAlign;
Method or attribute name: Center
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ItemAlign;
Method or attribute name: Center
Old version information:
Class name: ItemAlign;
Method or attribute name: Center
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: VerticalAlign;
Method or attribute name: Center
Old version information:
Class name: VerticalAlign;
Method or attribute name: Center
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextAlign;
Method or attribute name: Center
Old version information:
Class name: TextAlign;
Method or attribute name: Center
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Alignment;
Method or attribute name: BottomStart
Old version information:
Class name: Alignment;
Method or attribute name: BottomStart
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Alignment;
Method or attribute name: BottomEnd
Old version information:
Class name: Alignment;
Method or attribute name: BottomEnd
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TransitionType;
Method or attribute name: declare enum TransitionType
Old version information:
Class name: TransitionType;
Method or attribute name: declare enum TransitionType
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TransitionType;
Method or attribute name: All
Old version information:
Class name: TransitionType;
Method or attribute name: All
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TransitionType;
Method or attribute name: Insert
Old version information:
Class name: TransitionType;
Method or attribute name: Insert
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TransitionType;
Method or attribute name: Delete
Old version information:
Class name: TransitionType;
Method or attribute name: Delete
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: RelateType;
Method or attribute name: declare enum RelateType
Old version information:
Class name: RelateType;
Method or attribute name: declare enum RelateType
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: RelateType;
Method or attribute name: FILL
Old version information:
Class name: RelateType;
Method or attribute name: FILL
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: RelateType;
Method or attribute name: FIT
Old version information:
Class name: RelateType;
Method or attribute name: FIT
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Visibility;
Method or attribute name: declare enum Visibility
Old version information:
Class name: Visibility;
Method or attribute name: declare enum Visibility
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Visibility;
Method or attribute name: Visible
Old version information:
Class name: Visibility;
Method or attribute name: Visible
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Visibility;
Method or attribute name: Hidden
Old version information:
Class name: Visibility;
Method or attribute name: Hidden
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: LineCapStyle;
Method or attribute name: declare enum LineCapStyle
Old version information:
Class name: LineCapStyle;
Method or attribute name: declare enum LineCapStyle
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: LineCapStyle;
Method or attribute name: Butt
Old version information:
Class name: LineCapStyle;
Method or attribute name: Butt
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: LineCapStyle;
Method or attribute name: Square
Old version information:
Class name: LineCapStyle;
Method or attribute name: Square
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Axis;
Method or attribute name: declare enum Axis
Old version information:
Class name: Axis;
Method or attribute name: declare enum Axis
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Axis;
Method or attribute name: Vertical
Old version information:
Class name: Axis;
Method or attribute name: Vertical
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Axis;
Method or attribute name: Horizontal
Old version information:
Class name: Axis;
Method or attribute name: Horizontal
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HorizontalAlign;
Method or attribute name: declare enum HorizontalAlign
Old version information:
Class name: HorizontalAlign;
Method or attribute name: declare enum HorizontalAlign
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexAlign;
Method or attribute name: declare enum FlexAlign
Old version information:
Class name: FlexAlign;
Method or attribute name: declare enum FlexAlign
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexAlign;
Method or attribute name: SpaceBetween
Old version information:
Class name: FlexAlign;
Method or attribute name: SpaceBetween
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexAlign;
Method or attribute name: SpaceAround
Old version information:
Class name: FlexAlign;
Method or attribute name: SpaceAround
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexAlign;
Method or attribute name: SpaceEvenly
Old version information:
Class name: FlexAlign;
Method or attribute name: SpaceEvenly
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ItemAlign;
Method or attribute name: declare enum ItemAlign
Old version information:
Class name: ItemAlign;
Method or attribute name: declare enum ItemAlign
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ItemAlign;
Method or attribute name: Baseline
Old version information:
Class name: ItemAlign;
Method or attribute name: Baseline
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ItemAlign;
Method or attribute name: Stretch
Old version information:
Class name: ItemAlign;
Method or attribute name: Stretch
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexDirection;
Method or attribute name: declare enum FlexDirection
Old version information:
Class name: FlexDirection;
Method or attribute name: declare enum FlexDirection
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexDirection;
Method or attribute name: Row
Old version information:
Class name: FlexDirection;
Method or attribute name: Row
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexDirection;
Method or attribute name: Column
Old version information:
Class name: FlexDirection;
Method or attribute name: Column
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexDirection;
Method or attribute name: RowReverse
Old version information:
Class name: FlexDirection;
Method or attribute name: RowReverse
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexDirection;
Method or attribute name: ColumnReverse
Old version information:
Class name: FlexDirection;
Method or attribute name: ColumnReverse
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexWrap;
Method or attribute name: declare enum FlexWrap
Old version information:
Class name: FlexWrap;
Method or attribute name: declare enum FlexWrap
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexWrap;
Method or attribute name: NoWrap
Old version information:
Class name: FlexWrap;
Method or attribute name: NoWrap
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexWrap;
Method or attribute name: Wrap
Old version information:
Class name: FlexWrap;
Method or attribute name: Wrap
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexWrap;
Method or attribute name: WrapReverse
Old version information:
Class name: FlexWrap;
Method or attribute name: WrapReverse
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: VerticalAlign;
Method or attribute name: declare enum VerticalAlign
Old version information:
Class name: VerticalAlign;
Method or attribute name: declare enum VerticalAlign
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageRepeat;
Method or attribute name: declare enum ImageRepeat
Old version information:
Class name: ImageRepeat;
Method or attribute name: declare enum ImageRepeat
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageRepeat;
Method or attribute name: NoRepeat
Old version information:
Class name: ImageRepeat;
Method or attribute name: NoRepeat
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageRepeat;
Method or attribute name: X
Old version information:
Class name: ImageRepeat;
Method or attribute name: X
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageRepeat;
Method or attribute name: Y
Old version information:
Class name: ImageRepeat;
Method or attribute name: Y
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageRepeat;
Method or attribute name: XY
Old version information:
Class name: ImageRepeat;
Method or attribute name: XY
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ImageSize;
Method or attribute name: declare enum ImageSize
Old version information:
Class name: ImageSize;
Method or attribute name: declare enum ImageSize
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: GradientDirection;
Method or attribute name: declare enum GradientDirection
Old version information:
Class name: GradientDirection;
Method or attribute name: declare enum GradientDirection
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: GradientDirection;
Method or attribute name: LeftTop
Old version information:
Class name: GradientDirection;
Method or attribute name: LeftTop
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: LeftTop
Old version information:
Class name: Placement;
Method or attribute name: LeftTop
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: GradientDirection;
Method or attribute name: LeftBottom
Old version information:
Class name: GradientDirection;
Method or attribute name: LeftBottom
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: LeftBottom
Old version information:
Class name: Placement;
Method or attribute name: LeftBottom
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: GradientDirection;
Method or attribute name: RightTop
Old version information:
Class name: GradientDirection;
Method or attribute name: RightTop
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: RightTop
Old version information:
Class name: Placement;
Method or attribute name: RightTop
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: GradientDirection;
Method or attribute name: RightBottom
Old version information:
Class name: GradientDirection;
Method or attribute name: RightBottom
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: RightBottom
Old version information:
Class name: Placement;
Method or attribute name: RightBottom
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: SharedTransitionEffectType;
Method or attribute name: declare enum SharedTransitionEffectType
Old version information:
Class name: SharedTransitionEffectType;
Method or attribute name: declare enum SharedTransitionEffectType
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: SharedTransitionEffectType;
Method or attribute name: Static
Old version information:
Class name: SharedTransitionEffectType;
Method or attribute name: Static
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: SharedTransitionEffectType;
Method or attribute name: Exchange
Old version information:
Class name: SharedTransitionEffectType;
Method or attribute name: Exchange
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FontStyle;
Method or attribute name: declare enum FontStyle
Old version information:
Class name: FontStyle;
Method or attribute name: declare enum FontStyle
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FontStyle;
Method or attribute name: Italic
Old version information:
Class name: FontStyle;
Method or attribute name: Italic
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FontWeight;
Method or attribute name: declare enum FontWeight
Old version information:
Class name: FontWeight;
Method or attribute name: declare enum FontWeight
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FontWeight;
Method or attribute name: Lighter
Old version information:
Class name: FontWeight;
Method or attribute name: Lighter
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FontWeight;
Method or attribute name: Regular
Old version information:
Class name: FontWeight;
Method or attribute name: Regular
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FontWeight;
Method or attribute name: Medium
Old version information:
Class name: FontWeight;
Method or attribute name: Medium
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FontWeight;
Method or attribute name: Bold
Old version information:
Class name: FontWeight;
Method or attribute name: Bold
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FontWeight;
Method or attribute name: Bolder
Old version information:
Class name: FontWeight;
Method or attribute name: Bolder
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextAlign;
Method or attribute name: declare enum TextAlign
Old version information:
Class name: TextAlign;
Method or attribute name: declare enum TextAlign
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextOverflow;
Method or attribute name: declare enum TextOverflow
Old version information:
Class name: TextOverflow;
Method or attribute name: declare enum TextOverflow
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextOverflow;
Method or attribute name: Clip
Old version information:
Class name: TextOverflow;
Method or attribute name: Clip
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextOverflow;
Method or attribute name: Ellipsis
Old version information:
Class name: TextOverflow;
Method or attribute name: Ellipsis
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextDecorationType;
Method or attribute name: declare enum TextDecorationType
Old version information:
Class name: TextDecorationType;
Method or attribute name: declare enum TextDecorationType
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextDecorationType;
Method or attribute name: Underline
Old version information:
Class name: TextDecorationType;
Method or attribute name: Underline
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextDecorationType;
Method or attribute name: Overline
Old version information:
Class name: TextDecorationType;
Method or attribute name: Overline
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextDecorationType;
Method or attribute name: LineThrough
Old version information:
Class name: TextDecorationType;
Method or attribute name: LineThrough
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextCase;
Method or attribute name: declare enum TextCase
Old version information:
Class name: TextCase;
Method or attribute name: declare enum TextCase
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextCase;
Method or attribute name: LowerCase
Old version information:
Class name: TextCase;
Method or attribute name: LowerCase
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TextCase;
Method or attribute name: UpperCase
Old version information:
Class name: TextCase;
Method or attribute name: UpperCase
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ResponseType;
Method or attribute name: declare enum ResponseType
Old version information:
Class name: ResponseType;
Method or attribute name: declare enum ResponseType
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ResponseType;
Method or attribute name: RightClick
Old version information:
Class name: ResponseType;
Method or attribute name: RightClick
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: ResponseType;
Method or attribute name: LongPress
Old version information:
Class name: ResponseType;
Method or attribute name: LongPress
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HoverEffect;
Method or attribute name: declare enum HoverEffect
Old version information:
Class name: HoverEffect;
Method or attribute name: declare enum HoverEffect
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HoverEffect;
Method or attribute name: Scale
Old version information:
Class name: HoverEffect;
Method or attribute name: Scale
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HoverEffect;
Method or attribute name: Highlight
Old version information:
Class name: HoverEffect;
Method or attribute name: Highlight
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: declare enum Placement
Old version information:
Class name: Placement;
Method or attribute name: declare enum Placement
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: TopLeft
Old version information:
Class name: Placement;
Method or attribute name: TopLeft
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: TopRight
Old version information:
Class name: Placement;
Method or attribute name: TopRight
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: BottomLeft
Old version information:
Class name: Placement;
Method or attribute name: BottomLeft
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: Placement;
Method or attribute name: BottomRight
Old version information:
Class name: Placement;
Method or attribute name: BottomRight
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: CopyOptions;
Method or attribute name: declare enum CopyOptions
Old version information:
Class name: CopyOptions;
Method or attribute name: declare enum CopyOptions
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: CopyOptions;
Method or attribute name: None = 0
Old version information:
Class name: CopyOptions;
Method or attribute name: None = 0
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: CopyOptions;
Method or attribute name: InApp = 1
Old version information:
Class name: CopyOptions;
Method or attribute name: InApp = 1
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: CopyOptions;
Method or attribute name: LocalDevice = 2
Old version information:
Class name: CopyOptions;
Method or attribute name: LocalDevice = 2
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HitTestMode;
Method or attribute name: declare enum HitTestMode
Old version information:
Class name: HitTestMode;
Method or attribute name: declare enum HitTestMode
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HitTestMode;
Method or attribute name: Default
Old version information:
Class name: HitTestMode;
Method or attribute name: Default
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: HitTestMode;
Method or attribute name: Block
Old version information:
Class name: HitTestMode;
Method or attribute name: Block
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TitleHeight;
Method or attribute name: declare enum TitleHeight
Old version information:
Class name: TitleHeight;
Method or attribute name: declare enum TitleHeight
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TitleHeight;
Method or attribute name: MainOnly
Old version information:
Class name: TitleHeight;
Method or attribute name: MainOnly
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: TitleHeight;
Method or attribute name: MainWithSub
Old version information:
Class name: TitleHeight;
Method or attribute name: MainWithSub
New version information: crossplatform
enums.d.ts
Cross-platform capability changed Class name: FlexOptions;
Method or attribute name: declare interface FlexOptions
Old version information:
Class name: FlexOptions;
Method or attribute name: declare interface FlexOptions
New version information: crossplatform
flex.d.ts
Cross-platform capability 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: crossplatform
flex.d.ts
Cross-platform capability 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: crossplatform
flex.d.ts
Cross-platform capability 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: crossplatform
flex.d.ts
Cross-platform capability 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: crossplatform
flex.d.ts
Cross-platform capability 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: crossplatform
flex.d.ts
Cross-platform capability changed Class name: FlexInterface;
Method or attribute name: interface FlexInterface
Old version information:
Class name: FlexInterface;
Method or attribute name: interface FlexInterface
New version information: crossplatform
flex.d.ts
Cross-platform capability changed Class name: FlexInterface;
Method or attribute name: (value?: FlexOptions): FlexAttribute;
Old version information:
Class name: FlexInterface;
Method or attribute name: (value?: FlexOptions): FlexAttribute;
New version information: crossplatform
flex.d.ts
Cross-platform capability changed Class name: FlexAttribute;
Method or attribute name: declare class FlexAttribute
Old version information:
Class name: FlexAttribute;
Method or attribute name: declare class FlexAttribute
New version information: crossplatform
flex.d.ts
Cross-platform capability changed Class name: FlowItemInterface;
Method or attribute name: interface FlowItemInterface
Old version information:
Class name: FlowItemInterface;
Method or attribute name: interface FlowItemInterface
New version information: crossplatform
flow_item.d.ts
Cross-platform capability changed Class name: FlowItemInterface;
Method or attribute name: (): FlowItemAttribute;
Old version information:
Class name: FlowItemInterface;
Method or attribute name: (): FlowItemAttribute;
New version information: crossplatform
flow_item.d.ts
Cross-platform capability changed Class name: FlowItemAttribute;
Method or attribute name: declare class FlowItemAttribute
Old version information:
Class name: FlowItemAttribute;
Method or attribute name: declare class FlowItemAttribute
New version information: crossplatform
flow_item.d.ts
Cross-platform capability changed Class name: ForEachInterface;
Method or attribute name: interface ForEachInterface
Old version information:
Class name: ForEachInterface;
Method or attribute name: interface ForEachInterface
New version information: crossplatform
for_each.d.ts
Cross-platform capability changed Class name: ForEachInterface;
Method or attribute name: (
arr: Array<any>,
itemGenerator: (item: any, index: number) => void,
keyGenerator?: (item: any, index: number) => string,
): ForEachInterface;
Old version information:
Class name: ForEachInterface;
Method or attribute name: (
arr: Array<any>,
itemGenerator: (item: any, index: number) => void,
keyGenerator?: (item: any, index: number) => string,
): ForEachInterface;
New version information: crossplatform
for_each.d.ts
Cross-platform capability changed Class name: GaugeInterface;
Method or attribute name: interface GaugeInterface
Old version information:
Class name: GaugeInterface;
Method or attribute name: interface GaugeInterface
New version information: crossplatform
gauge.d.ts
Cross-platform capability changed Class name: GaugeInterface;
Method or attribute name: (options: { value: number; min?: number; max?: number }): GaugeAttribute;
Old version information:
Class name: GaugeInterface;
Method or attribute name: (options: { value: number; min?: number; max?: number }): GaugeAttribute;
New version information: crossplatform
gauge.d.ts
Cross-platform capability changed Class name: GaugeAttribute;
Method or attribute name: declare class GaugeAttribute
Old version information:
Class name: GaugeAttribute;
Method or attribute name: declare class GaugeAttribute
New version information: crossplatform
gauge.d.ts
Cross-platform capability changed Class name: GaugeAttribute;
Method or attribute name: value(value: number): GaugeAttribute;
Old version information:
Class name: GaugeAttribute;
Method or attribute name: value(value: number): GaugeAttribute;
New version information: crossplatform
gauge.d.ts
Cross-platform capability changed Class name: GaugeAttribute;
Method or attribute name: startAngle(angle: number): GaugeAttribute;
Old version information:
Class name: GaugeAttribute;
Method or attribute name: startAngle(angle: number): GaugeAttribute;
New version information: crossplatform
gauge.d.ts
Cross-platform capability changed Class name: GaugeAttribute;
Method or attribute name: endAngle(angle: number): GaugeAttribute;
Old version information:
Class name: GaugeAttribute;
Method or attribute name: endAngle(angle: number): GaugeAttribute;
New version information: crossplatform
gauge.d.ts
Cross-platform capability changed Class name: GaugeAttribute;
Method or attribute name: colors(colors: Array<[ResourceColor, number]>): GaugeAttribute;
Old version information:
Class name: GaugeAttribute;
Method or attribute name: colors(colors: Array<[ResourceColor, number]>): GaugeAttribute;
New version information: crossplatform
gauge.d.ts
Cross-platform capability changed Class name: GaugeAttribute;
Method or attribute name: strokeWidth(length: Length): GaugeAttribute;
Old version information:
Class name: GaugeAttribute;
Method or attribute name: strokeWidth(length: Length): GaugeAttribute;
New version information: crossplatform
gauge.d.ts
Cross-platform capability changed Class name: PanDirection;
Method or attribute name: declare enum PanDirection
Old version information:
Class name: PanDirection;
Method or attribute name: declare enum PanDirection
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanDirection;
Method or attribute name: None
Old version information:
Class name: PanDirection;
Method or attribute name: None
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: SwipeDirection;
Method or attribute name: None
Old version information:
Class name: SwipeDirection;
Method or attribute name: None
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanDirection;
Method or attribute name: Horizontal
Old version information:
Class name: PanDirection;
Method or attribute name: Horizontal
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: SwipeDirection;
Method or attribute name: Horizontal
Old version information:
Class name: SwipeDirection;
Method or attribute name: Horizontal
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanDirection;
Method or attribute name: Left
Old version information:
Class name: PanDirection;
Method or attribute name: Left
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanDirection;
Method or attribute name: Right
Old version information:
Class name: PanDirection;
Method or attribute name: Right
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanDirection;
Method or attribute name: Vertical
Old version information:
Class name: PanDirection;
Method or attribute name: Vertical
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: SwipeDirection;
Method or attribute name: Vertical
Old version information:
Class name: SwipeDirection;
Method or attribute name: Vertical
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanDirection;
Method or attribute name: Up
Old version information:
Class name: PanDirection;
Method or attribute name: Up
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanDirection;
Method or attribute name: Down
Old version information:
Class name: PanDirection;
Method or attribute name: Down
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanDirection;
Method or attribute name: All
Old version information:
Class name: PanDirection;
Method or attribute name: All
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: SwipeDirection;
Method or attribute name: All
Old version information:
Class name: SwipeDirection;
Method or attribute name: All
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: SwipeDirection;
Method or attribute name: declare enum SwipeDirection
Old version information:
Class name: SwipeDirection;
Method or attribute name: declare enum SwipeDirection
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureMode;
Method or attribute name: declare enum GestureMode
Old version information:
Class name: GestureMode;
Method or attribute name: declare enum GestureMode
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureMode;
Method or attribute name: Sequence
Old version information:
Class name: GestureMode;
Method or attribute name: Sequence
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureMode;
Method or attribute name: Parallel
Old version information:
Class name: GestureMode;
Method or attribute name: Parallel
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureMode;
Method or attribute name: Exclusive
Old version information:
Class name: GestureMode;
Method or attribute name: Exclusive
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureMask;
Method or attribute name: declare enum GestureMask
Old version information:
Class name: GestureMask;
Method or attribute name: declare enum GestureMask
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureMask;
Method or attribute name: Normal
Old version information:
Class name: GestureMask;
Method or attribute name: Normal
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureMask;
Method or attribute name: IgnoreInternal
Old version information:
Class name: GestureMask;
Method or attribute name: IgnoreInternal
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: FingerInfo;
Method or attribute name: interface FingerInfo
Old version information:
Class name: FingerInfo;
Method or attribute name: interface FingerInfo
New version information: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureEvent;
Method or attribute name: interface GestureEvent
Old version information:
Class name: GestureEvent;
Method or attribute name: interface GestureEvent
New version information: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability 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: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: TapGestureInterface;
Method or attribute name: interface TapGestureInterface
Old version information:
Class name: TapGestureInterface;
Method or attribute name: interface TapGestureInterface
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: TapGestureInterface;
Method or attribute name: (value?: { count?: number; fingers?: number }): TapGestureInterface;
Old version information:
Class name: TapGestureInterface;
Method or attribute name: (value?: { count?: number; fingers?: number }): TapGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: TapGestureInterface;
Method or attribute name: onAction(event: (event: GestureEvent) => void): TapGestureInterface;
Old version information:
Class name: TapGestureInterface;
Method or attribute name: onAction(event: (event: GestureEvent) => void): TapGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: LongPressGestureInterface;
Method or attribute name: interface LongPressGestureInterface
Old version information:
Class name: LongPressGestureInterface;
Method or attribute name: interface LongPressGestureInterface
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: LongPressGestureInterface;
Method or attribute name: (value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;
Old version information:
Class name: LongPressGestureInterface;
Method or attribute name: (value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: LongPressGestureInterface;
Method or attribute name: onAction(event: (event: GestureEvent) => void): LongPressGestureInterface;
Old version information:
Class name: LongPressGestureInterface;
Method or attribute name: onAction(event: (event: GestureEvent) => void): LongPressGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: LongPressGestureInterface;
Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): LongPressGestureInterface;
Old version information:
Class name: LongPressGestureInterface;
Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): LongPressGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: LongPressGestureInterface;
Method or attribute name: onActionCancel(event: () => void): LongPressGestureInterface;
Old version information:
Class name: LongPressGestureInterface;
Method or attribute name: onActionCancel(event: () => void): LongPressGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureOptions;
Method or attribute name: declare class PanGestureOptions
Old version information:
Class name: PanGestureOptions;
Method or attribute name: declare class PanGestureOptions
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureOptions;
Method or attribute name: constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });
Old version information:
Class name: PanGestureOptions;
Method or attribute name: constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureOptions;
Method or attribute name: setDirection(value: PanDirection);
Old version information:
Class name: PanGestureOptions;
Method or attribute name: setDirection(value: PanDirection);
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureOptions;
Method or attribute name: setDistance(value: number);
Old version information:
Class name: PanGestureOptions;
Method or attribute name: setDistance(value: number);
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureOptions;
Method or attribute name: setFingers(value: number);
Old version information:
Class name: PanGestureOptions;
Method or attribute name: setFingers(value: number);
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureInterface;
Method or attribute name: interface PanGestureInterface
Old version information:
Class name: PanGestureInterface;
Method or attribute name: interface PanGestureInterface
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureInterface;
Method or attribute name: (value?: { fingers?: number; direction?: PanDirection; distance?: number } | PanGestureOptions): PanGestureInterface;
Old version information:
Class name: PanGestureInterface;
Method or attribute name: (value?: { fingers?: number; direction?: PanDirection; distance?: number } | PanGestureOptions): PanGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureInterface;
Method or attribute name: onActionStart(event: (event: GestureEvent) => void): PanGestureInterface;
Old version information:
Class name: PanGestureInterface;
Method or attribute name: onActionStart(event: (event: GestureEvent) => void): PanGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureInterface;
Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): PanGestureInterface;
Old version information:
Class name: PanGestureInterface;
Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): PanGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureInterface;
Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): PanGestureInterface;
Old version information:
Class name: PanGestureInterface;
Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): PanGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PanGestureInterface;
Method or attribute name: onActionCancel(event: () => void): PanGestureInterface;
Old version information:
Class name: PanGestureInterface;
Method or attribute name: onActionCancel(event: () => void): PanGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: SwipeGestureInterface;
Method or attribute name: interface SwipeGestureInterface
Old version information:
Class name: SwipeGestureInterface;
Method or attribute name: interface SwipeGestureInterface
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: SwipeGestureInterface;
Method or attribute name: (value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;
Old version information:
Class name: SwipeGestureInterface;
Method or attribute name: (value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: SwipeGestureInterface;
Method or attribute name: onAction(event: (event: GestureEvent) => void): SwipeGestureInterface;
Old version information:
Class name: SwipeGestureInterface;
Method or attribute name: onAction(event: (event: GestureEvent) => void): SwipeGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PinchGestureInterface;
Method or attribute name: interface PinchGestureInterface
Old version information:
Class name: PinchGestureInterface;
Method or attribute name: interface PinchGestureInterface
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PinchGestureInterface;
Method or attribute name: (value?: { fingers?: number; distance?: number }): PinchGestureInterface;
Old version information:
Class name: PinchGestureInterface;
Method or attribute name: (value?: { fingers?: number; distance?: number }): PinchGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PinchGestureInterface;
Method or attribute name: onActionStart(event: (event: GestureEvent) => void): PinchGestureInterface;
Old version information:
Class name: PinchGestureInterface;
Method or attribute name: onActionStart(event: (event: GestureEvent) => void): PinchGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PinchGestureInterface;
Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): PinchGestureInterface;
Old version information:
Class name: PinchGestureInterface;
Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): PinchGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PinchGestureInterface;
Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): PinchGestureInterface;
Old version information:
Class name: PinchGestureInterface;
Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): PinchGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: PinchGestureInterface;
Method or attribute name: onActionCancel(event: () => void): PinchGestureInterface;
Old version information:
Class name: PinchGestureInterface;
Method or attribute name: onActionCancel(event: () => void): PinchGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: RotationGestureInterface;
Method or attribute name: interface RotationGestureInterface
Old version information:
Class name: RotationGestureInterface;
Method or attribute name: interface RotationGestureInterface
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: RotationGestureInterface;
Method or attribute name: (value?: { fingers?: number; angle?: number }): RotationGestureInterface;
Old version information:
Class name: RotationGestureInterface;
Method or attribute name: (value?: { fingers?: number; angle?: number }): RotationGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: RotationGestureInterface;
Method or attribute name: onActionStart(event: (event: GestureEvent) => void): RotationGestureInterface;
Old version information:
Class name: RotationGestureInterface;
Method or attribute name: onActionStart(event: (event: GestureEvent) => void): RotationGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: RotationGestureInterface;
Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): RotationGestureInterface;
Old version information:
Class name: RotationGestureInterface;
Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): RotationGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: RotationGestureInterface;
Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): RotationGestureInterface;
Old version information:
Class name: RotationGestureInterface;
Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): RotationGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: RotationGestureInterface;
Method or attribute name: onActionCancel(event: () => void): RotationGestureInterface;
Old version information:
Class name: RotationGestureInterface;
Method or attribute name: onActionCancel(event: () => void): RotationGestureInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureGroupInterface;
Method or attribute name: interface GestureGroupInterface
Old version information:
Class name: GestureGroupInterface;
Method or attribute name: interface GestureGroupInterface
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureGroupInterface;
Method or attribute name: (mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;
Old version information:
Class name: GestureGroupInterface;
Method or attribute name: (mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GestureGroupInterface;
Method or attribute name: onCancel(event: () => void): GestureGroupInterface;
Old version information:
Class name: GestureGroupInterface;
Method or attribute name: onCancel(event: () => void): GestureGroupInterface;
New version information: crossplatform
gesture.d.ts
Cross-platform capability changed Class name: GridInterface;
Method or attribute name: interface GridInterface
Old version information:
Class name: GridInterface;
Method or attribute name: interface GridInterface
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridInterface;
Method or attribute name: (scroller?: Scroller, layoutOptions?: GridLayoutOptions): GridAttribute;
Old version information:
Class name: GridInterface;
Method or attribute name: (scroller?: Scroller, layoutOptions?: GridLayoutOptions): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridDirection;
Method or attribute name: declare enum GridDirection
Old version information:
Class name: GridDirection;
Method or attribute name: declare enum GridDirection
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridDirection;
Method or attribute name: Row
Old version information:
Class name: GridDirection;
Method or attribute name: Row
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridDirection;
Method or attribute name: Column
Old version information:
Class name: GridDirection;
Method or attribute name: Column
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridDirection;
Method or attribute name: RowReverse
Old version information:
Class name: GridDirection;
Method or attribute name: RowReverse
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridDirection;
Method or attribute name: ColumnReverse
Old version information:
Class name: GridDirection;
Method or attribute name: ColumnReverse
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: declare class GridAttribute
Old version information:
Class name: GridAttribute;
Method or attribute name: declare class GridAttribute
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: columnsTemplate(value: string): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: columnsTemplate(value: string): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: rowsTemplate(value: string): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: rowsTemplate(value: string): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: columnsGap(value: Length): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: columnsGap(value: Length): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: rowsGap(value: Length): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: rowsGap(value: Length): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: scrollBarWidth(value: number | string): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: scrollBarWidth(value: number | string): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: scrollBarColor(value: Color | number | string): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: scrollBarColor(value: Color | number | string): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: scrollBar(value: BarState): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: scrollBar(value: BarState): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: onScrollIndex(event: (first: number, last: number) => void): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: onScrollIndex(event: (first: number, last: number) => void): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: cachedCount(value: number): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: cachedCount(value: number): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: editMode(value: boolean): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: editMode(value: boolean): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: multiSelectable(value: boolean): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: multiSelectable(value: boolean): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: maxCount(value: number): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: maxCount(value: number): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: minCount(value: number): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: minCount(value: number): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: cellLength(value: number): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: cellLength(value: number): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: layoutDirection(value: GridDirection): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: layoutDirection(value: GridDirection): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: supportAnimation(value: boolean): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: supportAnimation(value: boolean): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) | void): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) | void): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridAttribute;
Method or attribute name: onItemDrop(
event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,
): GridAttribute;
Old version information:
Class name: GridAttribute;
Method or attribute name: onItemDrop(
event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,
): GridAttribute;
New version information: crossplatform
grid.d.ts
Cross-platform capability changed Class name: GridItemInterface;
Method or attribute name: interface GridItemInterface
Old version information:
Class name: GridItemInterface;
Method or attribute name: interface GridItemInterface
New version information: crossplatform
gridItem.d.ts
Cross-platform capability changed Class name: GridItemInterface;
Method or attribute name: (): GridItemAttribute;
Old version information:
Class name: GridItemInterface;
Method or attribute name: (): GridItemAttribute;
New version information: crossplatform
gridItem.d.ts
Cross-platform capability changed Class name: GridItemAttribute;
Method or attribute name: declare class GridItemAttribute
Old version information:
Class name: GridItemAttribute;
Method or attribute name: declare class GridItemAttribute
New version information: crossplatform
gridItem.d.ts
Cross-platform capability changed Class name: GridItemAttribute;
Method or attribute name: rowStart(value: number): GridItemAttribute;
Old version information:
Class name: GridItemAttribute;
Method or attribute name: rowStart(value: number): GridItemAttribute;
New version information: crossplatform
gridItem.d.ts
Cross-platform capability changed Class name: GridItemAttribute;
Method or attribute name: rowEnd(value: number): GridItemAttribute;
Old version information:
Class name: GridItemAttribute;
Method or attribute name: rowEnd(value: number): GridItemAttribute;
New version information: crossplatform
gridItem.d.ts
Cross-platform capability changed Class name: GridItemAttribute;
Method or attribute name: columnStart(value: number): GridItemAttribute;
Old version information:
Class name: GridItemAttribute;
Method or attribute name: columnStart(value: number): GridItemAttribute;
New version information: crossplatform
gridItem.d.ts
Cross-platform capability changed Class name: GridItemAttribute;
Method or attribute name: columnEnd(value: number): GridItemAttribute;
Old version information:
Class name: GridItemAttribute;
Method or attribute name: columnEnd(value: number): GridItemAttribute;
New version information: crossplatform
gridItem.d.ts
Cross-platform capability changed Class name: GridItemAttribute;
Method or attribute name: selectable(value: boolean): GridItemAttribute;
Old version information:
Class name: GridItemAttribute;
Method or attribute name: selectable(value: boolean): GridItemAttribute;
New version information: crossplatform
gridItem.d.ts
Cross-platform capability changed Class name: GridItemAttribute;
Method or attribute name: onSelect(event: (isSelected: boolean) => void): GridItemAttribute;
Old version information:
Class name: GridItemAttribute;
Method or attribute name: onSelect(event: (isSelected: boolean) => void): GridItemAttribute;
New version information: crossplatform
gridItem.d.ts
Cross-platform capability changed Class name: GridColColumnOption;
Method or attribute name: declare interface GridColColumnOption
Old version information:
Class name: GridColColumnOption;
Method or attribute name: declare interface GridColColumnOption
New version information: crossplatform
grid_col.d.ts
Cross-platform capability 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: crossplatform
grid_col.d.ts
Cross-platform capability 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: crossplatform
grid_col.d.ts
Cross-platform capability 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: crossplatform
grid_col.d.ts
Cross-platform capability 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: crossplatform
grid_col.d.ts
Cross-platform capability 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: crossplatform
grid_col.d.ts
Cross-platform capability 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: crossplatform
grid_col.d.ts
Cross-platform capability changed Class name: GridColOptions;
Method or attribute name: declare interface GridColOptions
Old version information:
Class name: GridColOptions;
Method or attribute name: declare interface GridColOptions
New version information: crossplatform
grid_col.d.ts
Cross-platform capability 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: crossplatform
grid_col.d.ts
Cross-platform capability 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: crossplatform
grid_col.d.ts
Cross-platform capability 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: crossplatform
grid_col.d.ts
Cross-platform capability changed Class name: GridColInterface;
Method or attribute name: interface GridColInterface
Old version information:
Class name: GridColInterface;
Method or attribute name: interface GridColInterface
New version information: crossplatform
grid_col.d.ts
Cross-platform capability changed Class name: GridColInterface;
Method or attribute name: (option?: GridColOptions): GridColAttribute;
Old version information:
Class name: GridColInterface;
Method or attribute name: (option?: GridColOptions): GridColAttribute;
New version information: crossplatform
grid_col.d.ts
Cross-platform capability changed Class name: GridColAttribute;
Method or attribute name: span(value: number | GridColColumnOption): GridColAttribute;
Old version information:
Class name: GridColAttribute;
Method or attribute name: span(value: number | GridColColumnOption): GridColAttribute;
New version information: crossplatform
grid_col.d.ts
Cross-platform capability changed Class name: GridColAttribute;
Method or attribute name: gridColOffset(value: number | GridColColumnOption): GridColAttribute;
Old version information:
Class name: GridColAttribute;
Method or attribute name: gridColOffset(value: number | GridColColumnOption): GridColAttribute;
New version information: crossplatform
grid_col.d.ts
Cross-platform capability changed Class name: GridColAttribute;
Method or attribute name: order(value: number | GridColColumnOption): GridColAttribute;
Old version information:
Class name: GridColAttribute;
Method or attribute name: order(value: number | GridColColumnOption): GridColAttribute;
New version information: crossplatform
grid_col.d.ts
Cross-platform capability changed Class name: GridRowSizeOption;
Method or attribute name: declare interface GridRowSizeOption
Old version information:
Class name: GridRowSizeOption;
Method or attribute name: declare interface GridRowSizeOption
New version information: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GridRowSizeOption;
Method or attribute name: xxl?: Length,
Old version information:
Class name: GridRowSizeOption;
Method or attribute name: xxl?: Length,
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GridRowColumnOption;
Method or attribute name: declare interface GridRowColumnOption
Old version information:
Class name: GridRowColumnOption;
Method or attribute name: declare interface GridRowColumnOption
New version information: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GridRowColumnOption;
Method or attribute name: xxl?: number,
Old version information:
Class name: GridRowColumnOption;
Method or attribute name: xxl?: number,
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GutterOption;
Method or attribute name: declare interface GutterOption
Old version information:
Class name: GutterOption;
Method or attribute name: declare interface GutterOption
New version information: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: BreakpointsReference;
Method or attribute name: declare enum BreakpointsReference
Old version information:
Class name: BreakpointsReference;
Method or attribute name: declare enum BreakpointsReference
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: BreakpointsReference;
Method or attribute name: WindowSize
Old version information:
Class name: BreakpointsReference;
Method or attribute name: WindowSize
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: BreakpointsReference;
Method or attribute name: ComponentSize
Old version information:
Class name: BreakpointsReference;
Method or attribute name: ComponentSize
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GridRowDirection;
Method or attribute name: declare enum GridRowDirection
Old version information:
Class name: GridRowDirection;
Method or attribute name: declare enum GridRowDirection
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GridRowDirection;
Method or attribute name: Row
Old version information:
Class name: GridRowDirection;
Method or attribute name: Row
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GridRowDirection;
Method or attribute name: RowReverse
Old version information:
Class name: GridRowDirection;
Method or attribute name: RowReverse
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: BreakPoints;
Method or attribute name: declare interface BreakPoints
Old version information:
Class name: BreakPoints;
Method or attribute name: declare interface BreakPoints
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: BreakPoints;
Method or attribute name: value?: Array<string>,
Old version information:
Class name: BreakPoints;
Method or attribute name: value?: Array<string>,
New version information: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GridRowOptions;
Method or attribute name: declare interface GridRowOptions
Old version information:
Class name: GridRowOptions;
Method or attribute name: declare interface GridRowOptions
New version information: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability 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: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GridRowInterface;
Method or attribute name: interface GridRowInterface
Old version information:
Class name: GridRowInterface;
Method or attribute name: interface GridRowInterface
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GridRowInterface;
Method or attribute name: (option?: GridRowOptions): GridRowAttribute;
Old version information:
Class name: GridRowInterface;
Method or attribute name: (option?: GridRowOptions): GridRowAttribute;
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: GridRowAttribute;
Method or attribute name: onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;
Old version information:
Class name: GridRowAttribute;
Method or attribute name: onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;
New version information: crossplatform
grid_row.d.ts
Cross-platform capability changed Class name: ImageRenderMode;
Method or attribute name: declare enum ImageRenderMode
Old version information:
Class name: ImageRenderMode;
Method or attribute name: declare enum ImageRenderMode
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageRenderMode;
Method or attribute name: Original
Old version information:
Class name: ImageRenderMode;
Method or attribute name: Original
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageRenderMode;
Method or attribute name: Template
Old version information:
Class name: ImageRenderMode;
Method or attribute name: Template
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageInterpolation;
Method or attribute name: declare enum ImageInterpolation
Old version information:
Class name: ImageInterpolation;
Method or attribute name: declare enum ImageInterpolation
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageInterpolation;
Method or attribute name: None
Old version information:
Class name: ImageInterpolation;
Method or attribute name: None
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageInterpolation;
Method or attribute name: Low
Old version information:
Class name: ImageInterpolation;
Method or attribute name: Low
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageInterpolation;
Method or attribute name: Medium
Old version information:
Class name: ImageInterpolation;
Method or attribute name: Medium
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageInterpolation;
Method or attribute name: High
Old version information:
Class name: ImageInterpolation;
Method or attribute name: High
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageInterface;
Method or attribute name: interface ImageInterface
Old version information:
Class name: ImageInterface;
Method or attribute name: interface ImageInterface
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageInterface;
Method or attribute name: (src: PixelMap | ResourceStr | DrawableDescriptor): ImageAttribute;
Old version information:
Class name: ImageInterface;
Method or attribute name: (src: PixelMap | ResourceStr | DrawableDescriptor): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: declare class ImageAttribute
Old version information:
Class name: ImageAttribute;
Method or attribute name: declare class ImageAttribute
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: alt(value: string | Resource): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: alt(value: string | Resource): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: matchTextDirection(value: boolean): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: matchTextDirection(value: boolean): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: fitOriginalSize(value: boolean): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: fitOriginalSize(value: boolean): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: fillColor(value: ResourceColor): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: fillColor(value: ResourceColor): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: objectFit(value: ImageFit): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: objectFit(value: ImageFit): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: objectRepeat(value: ImageRepeat): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: objectRepeat(value: ImageRepeat): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: autoResize(value: boolean): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: autoResize(value: boolean): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: renderMode(value: ImageRenderMode): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: renderMode(value: ImageRenderMode): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: interpolation(value: ImageInterpolation): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: interpolation(value: ImageInterpolation): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: sourceSize(value: { width: number; height: number }): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: sourceSize(value: { width: number; height: number }): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: syncLoad(value: boolean): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: syncLoad(value: boolean): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: colorFilter(value: ColorFilter): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: colorFilter(value: ColorFilter): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: copyOption(value: CopyOptions): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: copyOption(value: CopyOptions): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: onComplete(
callback: (event?: {
width: number;
height: number;
componentWidth: number;
componentHeight: number;
loadingStatus: number;
contentWidth: number;
contentHeight: number;
contentOffsetX: number;
contentOffsetY: number;
}) => void,
): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: onComplete(
callback: (event?: {
width: number;
height: number;
componentWidth: number;
componentHeight: number;
loadingStatus: number;
contentWidth: number;
contentHeight: number;
contentOffsetX: number;
contentOffsetY: number;
}) => void,
): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAttribute;
Method or attribute name: onFinish(event: () => void): ImageAttribute;
Old version information:
Class name: ImageAttribute;
Method or attribute name: onFinish(event: () => void): ImageAttribute;
New version information: crossplatform
image.d.ts
Cross-platform capability changed Class name: ImageAnimatorInterface;
Method or attribute name: interface ImageAnimatorInterface
Old version information:
Class name: ImageAnimatorInterface;
Method or attribute name: interface ImageAnimatorInterface
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorInterface;
Method or attribute name: (): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorInterface;
Method or attribute name: (): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageFrameInfo;
Method or attribute name: interface ImageFrameInfo
Old version information:
Class name: ImageFrameInfo;
Method or attribute name: interface ImageFrameInfo
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageFrameInfo;
Method or attribute name: src: string | Resource;
Old version information:
Class name: ImageFrameInfo;
Method or attribute name: src: string | Resource;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability 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: crossplatform
image_animator.d.ts
Cross-platform capability 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: crossplatform
image_animator.d.ts
Cross-platform capability 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: crossplatform
image_animator.d.ts
Cross-platform capability 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: crossplatform
image_animator.d.ts
Cross-platform capability 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: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: declare class ImageAnimatorAttribute
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: declare class ImageAnimatorAttribute
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: images(value: Array<ImageFrameInfo>): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: images(value: Array<ImageFrameInfo>): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: duration(value: number): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: duration(value: number): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: reverse(value: boolean): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: reverse(value: boolean): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: iterations(value: number): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: iterations(value: number): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: onStart(event: () => void): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: onStart(event: () => void): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: onPause(event: () => void): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: onPause(event: () => void): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: onRepeat(event: () => void): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: onRepeat(event: () => void): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: ImageAnimatorAttribute;
Method or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;
Old version information:
Class name: ImageAnimatorAttribute;
Method or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;
New version information: crossplatform
image_animator.d.ts
Cross-platform capability changed Class name: DataChangeListener;
Method or attribute name: declare interface DataChangeListener
Old version information:
Class name: DataChangeListener;
Method or attribute name: declare interface DataChangeListener
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: DataChangeListener;
Method or attribute name: onDataReloaded(): void;
Old version information:
Class name: DataChangeListener;
Method or attribute name: onDataReloaded(): void;
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: DataChangeListener;
Method or attribute name: onDataAdd(index: number): void;
Old version information:
Class name: DataChangeListener;
Method or attribute name: onDataAdd(index: number): void;
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: DataChangeListener;
Method or attribute name: onDataMove(from: number, to: number): void;
Old version information:
Class name: DataChangeListener;
Method or attribute name: onDataMove(from: number, to: number): void;
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: DataChangeListener;
Method or attribute name: onDataDelete(index: number): void;
Old version information:
Class name: DataChangeListener;
Method or attribute name: onDataDelete(index: number): void;
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: DataChangeListener;
Method or attribute name: onDataChange(index: number): void;
Old version information:
Class name: DataChangeListener;
Method or attribute name: onDataChange(index: number): void;
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: IDataSource;
Method or attribute name: declare interface IDataSource
Old version information:
Class name: IDataSource;
Method or attribute name: declare interface IDataSource
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: IDataSource;
Method or attribute name: totalCount(): number;
Old version information:
Class name: IDataSource;
Method or attribute name: totalCount(): number;
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: IDataSource;
Method or attribute name: getData(index: number): any;
Old version information:
Class name: IDataSource;
Method or attribute name: getData(index: number): any;
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: IDataSource;
Method or attribute name: registerDataChangeListener(listener: DataChangeListener): void;
Old version information:
Class name: IDataSource;
Method or attribute name: registerDataChangeListener(listener: DataChangeListener): void;
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: IDataSource;
Method or attribute name: unregisterDataChangeListener(listener: DataChangeListener): void;
Old version information:
Class name: IDataSource;
Method or attribute name: unregisterDataChangeListener(listener: DataChangeListener): void;
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: LazyForEachInterface;
Method or attribute name: interface LazyForEachInterface
Old version information:
Class name: LazyForEachInterface;
Method or attribute name: interface LazyForEachInterface
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: LazyForEachInterface;
Method or attribute name: (
dataSource: IDataSource,
itemGenerator: (item: any, index: number) => void,
keyGenerator?: (item: any, index: number) => string,
): LazyForEachInterface;
Old version information:
Class name: LazyForEachInterface;
Method or attribute name: (
dataSource: IDataSource,
itemGenerator: (item: any, index: number) => void,
keyGenerator?: (item: any, index: number) => string,
): LazyForEachInterface;
New version information: crossplatform
lazy_for_each.d.ts
Cross-platform capability changed Class name: LineInterface;
Method or attribute name: interface LineInterface
Old version information:
Class name: LineInterface;
Method or attribute name: interface LineInterface
New version information: crossplatform
line.d.ts
Cross-platform capability changed Class name: LineInterface;
Method or attribute name: (value?: { width?: string | number; height?: string | number }): LineAttribute;
Old version information:
Class name: LineInterface;
Method or attribute name: (value?: { width?: string | number; height?: string | number }): LineAttribute;
New version information: crossplatform
line.d.ts
Cross-platform capability changed Class name: LineAttribute;
Method or attribute name: declare class LineAttribute
Old version information:
Class name: LineAttribute;
Method or attribute name: declare class LineAttribute
New version information: crossplatform
line.d.ts
Cross-platform capability changed Class name: LineAttribute;
Method or attribute name: startPoint(value: Array<any>): LineAttribute;
Old version information:
Class name: LineAttribute;
Method or attribute name: startPoint(value: Array<any>): LineAttribute;
New version information: crossplatform
line.d.ts
Cross-platform capability changed Class name: LineAttribute;
Method or attribute name: endPoint(value: Array<any>): LineAttribute;
Old version information:
Class name: LineAttribute;
Method or attribute name: endPoint(value: Array<any>): LineAttribute;
New version information: crossplatform
line.d.ts
Cross-platform capability changed Class name: ScrollState;
Method or attribute name: declare enum ScrollState
Old version information:
Class name: ScrollState;
Method or attribute name: declare enum ScrollState
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ScrollState;
Method or attribute name: Idle
Old version information:
Class name: ScrollState;
Method or attribute name: Idle
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ScrollState;
Method or attribute name: Scroll
Old version information:
Class name: ScrollState;
Method or attribute name: Scroll
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ScrollState;
Method or attribute name: Fling
Old version information:
Class name: ScrollState;
Method or attribute name: Fling
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListItemAlign;
Method or attribute name: declare enum ListItemAlign
Old version information:
Class name: ListItemAlign;
Method or attribute name: declare enum ListItemAlign
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListItemAlign;
Method or attribute name: Start
Old version information:
Class name: ListItemAlign;
Method or attribute name: Start
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListItemAlign;
Method or attribute name: Center
Old version information:
Class name: ListItemAlign;
Method or attribute name: Center
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListItemAlign;
Method or attribute name: End
Old version information:
Class name: ListItemAlign;
Method or attribute name: End
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: StickyStyle;
Method or attribute name: declare enum StickyStyle
Old version information:
Class name: StickyStyle;
Method or attribute name: declare enum StickyStyle
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: StickyStyle;
Method or attribute name: None = 0
Old version information:
Class name: StickyStyle;
Method or attribute name: None = 0
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: StickyStyle;
Method or attribute name: Header = 1
Old version information:
Class name: StickyStyle;
Method or attribute name: Header = 1
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: StickyStyle;
Method or attribute name: Footer = 2
Old version information:
Class name: StickyStyle;
Method or attribute name: Footer = 2
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListInterface;
Method or attribute name: interface ListInterface
Old version information:
Class name: ListInterface;
Method or attribute name: interface ListInterface
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListInterface;
Method or attribute name: (value?: { initialIndex?: number; space?: number | string; scroller?: Scroller }): ListAttribute;
Old version information:
Class name: ListInterface;
Method or attribute name: (value?: { initialIndex?: number; space?: number | string; scroller?: Scroller }): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: declare class ListAttribute
Old version information:
Class name: ListAttribute;
Method or attribute name: declare class ListAttribute
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: lanes(value: number | LengthConstrain, gutter?: Dimension): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: lanes(value: number | LengthConstrain, gutter?: Dimension): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: alignListItem(value: ListItemAlign): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: alignListItem(value: ListItemAlign): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: listDirection(value: Axis): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: listDirection(value: Axis): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: scrollBar(value: BarState): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: scrollBar(value: BarState): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: edgeEffect(value: EdgeEffect): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: edgeEffect(value: EdgeEffect): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} | null,
): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} | null,
): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: multiSelectable(value: boolean): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: multiSelectable(value: boolean): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: cachedCount(value: number): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: cachedCount(value: number): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: chainAnimation(value: boolean): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: chainAnimation(value: boolean): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: sticky(value: StickyStyle): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: sticky(value: StickyStyle): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onScrollIndex(event: (start: number, end: number, center: number) => void): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onScrollIndex(event: (start: number, end: number, center: number) => void): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onReachStart(event: () => void): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onReachStart(event: () => void): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onReachEnd(event: () => void): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onReachEnd(event: () => void): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onScrollStart(event: () => void): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onScrollStart(event: () => void): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onScrollStop(event: () => void): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onScrollStop(event: () => void): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onItemMove(event: (from: number, to: number) => boolean): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onItemMove(event: (from: number, to: number) => boolean): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) | void)): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) | void)): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: ListAttribute;
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;
Old version information:
Class name: ListAttribute;
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;
New version information: crossplatform
list.d.ts
Cross-platform capability changed Class name: SwipeEdgeEffect;
Method or attribute name: None
Old version information:
Class name: SwipeEdgeEffect;
Method or attribute name: None
New version information: crossplatform
list_item.d.ts
Cross-platform capability changed Class name: SwipeEdgeEffect;
Method or attribute name: declare enum SwipeEdgeEffect
Old version information:
Class name: SwipeEdgeEffect;
Method or attribute name: declare enum SwipeEdgeEffect
New version information: crossplatform
list_item.d.ts
Cross-platform capability changed Class name: SwipeEdgeEffect;
Method or attribute name: Spring
Old version information:
Class name: SwipeEdgeEffect;
Method or attribute name: Spring
New version information: crossplatform
list_item.d.ts
Cross-platform capability changed Class name: SwipeActionOptions;
Method or attribute name: declare interface SwipeActionOptions
Old version information:
Class name: SwipeActionOptions;
Method or attribute name: declare interface SwipeActionOptions
New version information: crossplatform
list_item.d.ts
Cross-platform capability 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: crossplatform
list_item.d.ts
Cross-platform capability 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: crossplatform
list_item.d.ts
Cross-platform capability 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: crossplatform
list_item.d.ts
Cross-platform capability changed Class name: ListItemInterface;
Method or attribute name: interface ListItemInterface
Old version information:
Class name: ListItemInterface;
Method or attribute name: interface ListItemInterface
New version information: crossplatform
list_item.d.ts
Cross-platform capability changed Class name: ListItemAttribute;
Method or attribute name: declare class ListItemAttribute
Old version information:
Class name: ListItemAttribute;
Method or attribute name: declare class ListItemAttribute
New version information: crossplatform
list_item.d.ts
Cross-platform capability changed Class name: ListItemAttribute;
Method or attribute name: selectable(value: boolean): ListItemAttribute;
Old version information:
Class name: ListItemAttribute;
Method or attribute name: selectable(value: boolean): ListItemAttribute;
New version information: crossplatform
list_item.d.ts
Cross-platform capability changed Class name: ListItemAttribute;
Method or attribute name: swipeAction(value: SwipeActionOptions): ListItemAttribute;
Old version information:
Class name: ListItemAttribute;
Method or attribute name: swipeAction(value: SwipeActionOptions): ListItemAttribute;
New version information: crossplatform
list_item.d.ts
Cross-platform capability changed Class name: ListItemAttribute;
Method or attribute name: onSelect(event: (isSelected: boolean) => void): ListItemAttribute;
Old version information:
Class name: ListItemAttribute;
Method or attribute name: onSelect(event: (isSelected: boolean) => void): ListItemAttribute;
New version information: crossplatform
list_item.d.ts
Cross-platform capability changed Class name: ListItemGroupOptions;
Method or attribute name: declare interface ListItemGroupOptions
Old version information:
Class name: ListItemGroupOptions;
Method or attribute name: declare interface ListItemGroupOptions
New version information: crossplatform
list_item_group.d.ts
Cross-platform capability 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: crossplatform
list_item_group.d.ts
Cross-platform capability 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: crossplatform
list_item_group.d.ts
Cross-platform capability 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: crossplatform
list_item_group.d.ts
Cross-platform capability changed Class name: ListItemGroupInterface;
Method or attribute name: interface ListItemGroupInterface
Old version information:
Class name: ListItemGroupInterface;
Method or attribute name: interface ListItemGroupInterface
New version information: crossplatform
list_item_group.d.ts
Cross-platform capability changed Class name: ListItemGroupInterface;
Method or attribute name: (options?: ListItemGroupOptions): ListItemGroupAttribute;
Old version information:
Class name: ListItemGroupInterface;
Method or attribute name: (options?: ListItemGroupOptions): ListItemGroupAttribute;
New version information: crossplatform
list_item_group.d.ts
Cross-platform capability changed Class name: ListItemGroupAttribute;
Method or attribute name: declare class ListItemGroupAttribute
Old version information:
Class name: ListItemGroupAttribute;
Method or attribute name: declare class ListItemGroupAttribute
New version information: crossplatform
list_item_group.d.ts
Cross-platform capability changed Class name: ListItemGroupAttribute;
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} | null,
): ListItemGroupAttribute;
Old version information:
Class name: ListItemGroupAttribute;
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} | null,
): ListItemGroupAttribute;
New version information: crossplatform
list_item_group.d.ts
Cross-platform capability changed Class name: LoadingProgressStyle;
Method or attribute name: declare enum LoadingProgressStyle
Old version information:
Class name: LoadingProgressStyle;
Method or attribute name: declare enum LoadingProgressStyle
New version information: crossplatform
loading_progress.d.ts
Cross-platform capability changed Class name: LoadingProgressStyle;
Method or attribute name: Default
Old version information:
Class name: LoadingProgressStyle;
Method or attribute name: Default
New version information: crossplatform
loading_progress.d.ts
Cross-platform capability changed Class name: LoadingProgressStyle;
Method or attribute name: Circular
Old version information:
Class name: LoadingProgressStyle;
Method or attribute name: Circular
New version information: crossplatform
loading_progress.d.ts
Cross-platform capability changed Class name: LoadingProgressStyle;
Method or attribute name: Orbital
Old version information:
Class name: LoadingProgressStyle;
Method or attribute name: Orbital
New version information: crossplatform
loading_progress.d.ts
Cross-platform capability changed Class name: LoadingProgressInterface;
Method or attribute name: interface LoadingProgressInterface
Old version information:
Class name: LoadingProgressInterface;
Method or attribute name: interface LoadingProgressInterface
New version information: crossplatform
loading_progress.d.ts
Cross-platform capability changed Class name: LoadingProgressInterface;
Method or attribute name: (): LoadingProgressAttribute;
Old version information:
Class name: LoadingProgressInterface;
Method or attribute name: (): LoadingProgressAttribute;
New version information: crossplatform
loading_progress.d.ts
Cross-platform capability changed Class name: LoadingProgressAttribute;
Method or attribute name: declare class LoadingProgressAttribute
Old version information:
Class name: LoadingProgressAttribute;
Method or attribute name: declare class LoadingProgressAttribute
New version information: crossplatform
loading_progress.d.ts
Cross-platform capability changed Class name: LoadingProgressAttribute;
Method or attribute name: color(value: ResourceColor): LoadingProgressAttribute;
Old version information:
Class name: LoadingProgressAttribute;
Method or attribute name: color(value: ResourceColor): LoadingProgressAttribute;
New version information: crossplatform
loading_progress.d.ts
Cross-platform capability changed Class name: MarqueeInterface;
Method or attribute name: interface MarqueeInterface
Old version information:
Class name: MarqueeInterface;
Method or attribute name: interface MarqueeInterface
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MarqueeInterface;
Method or attribute name: (value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;
Old version information:
Class name: MarqueeInterface;
Method or attribute name: (value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MarqueeAttribute;
Method or attribute name: declare class MarqueeAttribute
Old version information:
Class name: MarqueeAttribute;
Method or attribute name: declare class MarqueeAttribute
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MarqueeAttribute;
Method or attribute name: fontColor(value: ResourceColor): MarqueeAttribute;
Old version information:
Class name: MarqueeAttribute;
Method or attribute name: fontColor(value: ResourceColor): MarqueeAttribute;
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MarqueeAttribute;
Method or attribute name: fontSize(value: Length): MarqueeAttribute;
Old version information:
Class name: MarqueeAttribute;
Method or attribute name: fontSize(value: Length): MarqueeAttribute;
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MarqueeAttribute;
Method or attribute name: allowScale(value: boolean): MarqueeAttribute;
Old version information:
Class name: MarqueeAttribute;
Method or attribute name: allowScale(value: boolean): MarqueeAttribute;
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MarqueeAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): MarqueeAttribute;
Old version information:
Class name: MarqueeAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): MarqueeAttribute;
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MarqueeAttribute;
Method or attribute name: fontFamily(value: string | Resource): MarqueeAttribute;
Old version information:
Class name: MarqueeAttribute;
Method or attribute name: fontFamily(value: string | Resource): MarqueeAttribute;
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MarqueeAttribute;
Method or attribute name: onStart(event: () => void): MarqueeAttribute;
Old version information:
Class name: MarqueeAttribute;
Method or attribute name: onStart(event: () => void): MarqueeAttribute;
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MarqueeAttribute;
Method or attribute name: onBounce(event: () => void): MarqueeAttribute;
Old version information:
Class name: MarqueeAttribute;
Method or attribute name: onBounce(event: () => void): MarqueeAttribute;
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MarqueeAttribute;
Method or attribute name: onFinish(event: () => void): MarqueeAttribute;
Old version information:
Class name: MarqueeAttribute;
Method or attribute name: onFinish(event: () => void): MarqueeAttribute;
New version information: crossplatform
marquee.d.ts
Cross-platform capability changed Class name: MenuInterface;
Method or attribute name: interface MenuInterface
Old version information:
Class name: MenuInterface;
Method or attribute name: interface MenuInterface
New version information: crossplatform
menu.d.ts
Cross-platform capability changed Class name: MenuInterface;
Method or attribute name: (): MenuAttribute;
Old version information:
Class name: MenuInterface;
Method or attribute name: (): MenuAttribute;
New version information: crossplatform
menu.d.ts
Cross-platform capability changed Class name: MenuAttribute;
Method or attribute name: declare class MenuAttribute
Old version information:
Class name: MenuAttribute;
Method or attribute name: declare class MenuAttribute
New version information: crossplatform
menu.d.ts
Cross-platform capability changed Class name: MenuItemOptions;
Method or attribute name: declare interface MenuItemOptions
Old version information:
Class name: MenuItemOptions;
Method or attribute name: declare interface MenuItemOptions
New version information: crossplatform
menu_item.d.ts
Cross-platform capability 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: crossplatform
menu_item.d.ts
Cross-platform capability 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: crossplatform
menu_item.d.ts
Cross-platform capability 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: crossplatform
menu_item.d.ts
Cross-platform capability 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: crossplatform
menu_item.d.ts
Cross-platform capability 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: crossplatform
menu_item.d.ts
Cross-platform capability changed Class name: MenuItemInterface;
Method or attribute name: interface MenuItemInterface
Old version information:
Class name: MenuItemInterface;
Method or attribute name: interface MenuItemInterface
New version information: crossplatform
menu_item.d.ts
Cross-platform capability changed Class name: MenuItemInterface;
Method or attribute name: (value?: MenuItemOptions | CustomBuilder): MenuItemAttribute;
Old version information:
Class name: MenuItemInterface;
Method or attribute name: (value?: MenuItemOptions | CustomBuilder): MenuItemAttribute;
New version information: crossplatform
menu_item.d.ts
Cross-platform capability changed Class name: MenuItemAttribute;
Method or attribute name: declare class MenuItemAttribute
Old version information:
Class name: MenuItemAttribute;
Method or attribute name: declare class MenuItemAttribute
New version information: crossplatform
menu_item.d.ts
Cross-platform capability changed Class name: MenuItemAttribute;
Method or attribute name: selected(value: boolean): MenuItemAttribute;
Old version information:
Class name: MenuItemAttribute;
Method or attribute name: selected(value: boolean): MenuItemAttribute;
New version information: crossplatform
menu_item.d.ts
Cross-platform capability changed Class name: MenuItemAttribute;
Method or attribute name: selectIcon(value: boolean | ResourceStr): MenuItemAttribute;
Old version information:
Class name: MenuItemAttribute;
Method or attribute name: selectIcon(value: boolean | ResourceStr): MenuItemAttribute;
New version information: crossplatform
menu_item.d.ts
Cross-platform capability changed Class name: MenuItemAttribute;
Method or attribute name: onChange(callback: (selected: boolean) => void): MenuItemAttribute;
Old version information:
Class name: MenuItemAttribute;
Method or attribute name: onChange(callback: (selected: boolean) => void): MenuItemAttribute;
New version information: crossplatform
menu_item.d.ts
Cross-platform capability changed Class name: MenuItemGroupOptions;
Method or attribute name: declare interface MenuItemGroupOptions
Old version information:
Class name: MenuItemGroupOptions;
Method or attribute name: declare interface MenuItemGroupOptions
New version information: crossplatform
menu_item_group.d.ts
Cross-platform capability 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: crossplatform
menu_item_group.d.ts
Cross-platform capability 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: crossplatform
menu_item_group.d.ts
Cross-platform capability changed Class name: MenuItemGroupInterface;
Method or attribute name: interface MenuItemGroupInterface
Old version information:
Class name: MenuItemGroupInterface;
Method or attribute name: interface MenuItemGroupInterface
New version information: crossplatform
menu_item_group.d.ts
Cross-platform capability changed Class name: MenuItemGroupInterface;
Method or attribute name: (value?: MenuItemGroupOptions): MenuItemGroupAttribute;
Old version information:
Class name: MenuItemGroupInterface;
Method or attribute name: (value?: MenuItemGroupOptions): MenuItemGroupAttribute;
New version information: crossplatform
menu_item_group.d.ts
Cross-platform capability changed Class name: MenuItemGroupAttribute;
Method or attribute name: declare class MenuItemGroupAttribute
Old version information:
Class name: MenuItemGroupAttribute;
Method or attribute name: declare class MenuItemGroupAttribute
New version information: crossplatform
menu_item_group.d.ts
Cross-platform capability changed Class name: NavigationCommonTitle;
Method or attribute name: declare interface NavigationCommonTitle
Old version information:
Class name: NavigationCommonTitle;
Method or attribute name: declare interface NavigationCommonTitle
New version information: crossplatform
navigation.d.ts
Cross-platform capability 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: crossplatform
navigation.d.ts
Cross-platform capability 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: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationCustomTitle;
Method or attribute name: declare interface NavigationCustomTitle
Old version information:
Class name: NavigationCustomTitle;
Method or attribute name: declare interface NavigationCustomTitle
New version information: crossplatform
navigation.d.ts
Cross-platform capability 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: crossplatform
navigation.d.ts
Cross-platform capability 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: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationMode;
Method or attribute name: declare enum NavigationMode
Old version information:
Class name: NavigationMode;
Method or attribute name: declare enum NavigationMode
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationMode;
Method or attribute name: Stack
Old version information:
Class name: NavigationMode;
Method or attribute name: Stack
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationMode;
Method or attribute name: Split
Old version information:
Class name: NavigationMode;
Method or attribute name: Split
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationMode;
Method or attribute name: Auto
Old version information:
Class name: NavigationMode;
Method or attribute name: Auto
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavBarPosition;
Method or attribute name: declare enum NavBarPosition
Old version information:
Class name: NavBarPosition;
Method or attribute name: declare enum NavBarPosition
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavBarPosition;
Method or attribute name: Start
Old version information:
Class name: NavBarPosition;
Method or attribute name: Start
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavBarPosition;
Method or attribute name: End
Old version information:
Class name: NavBarPosition;
Method or attribute name: End
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationTitleMode;
Method or attribute name: declare enum NavigationTitleMode
Old version information:
Class name: NavigationTitleMode;
Method or attribute name: declare enum NavigationTitleMode
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationTitleMode;
Method or attribute name: Free = 0
Old version information:
Class name: NavigationTitleMode;
Method or attribute name: Free = 0
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationTitleMode;
Method or attribute name: Full
Old version information:
Class name: NavigationTitleMode;
Method or attribute name: Full
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationTitleMode;
Method or attribute name: Mini
Old version information:
Class name: NavigationTitleMode;
Method or attribute name: Mini
New version information: crossplatform
navigation.d.ts
Cross-platform capability 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: crossplatform
navigation.d.ts
Cross-platform capability 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: crossplatform
navigation.d.ts
Cross-platform capability 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: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationInterface;
Method or attribute name: interface NavigationInterface
Old version information:
Class name: NavigationInterface;
Method or attribute name: interface NavigationInterface
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationInterface;
Method or attribute name: (): NavigationAttribute;
Old version information:
Class name: NavigationInterface;
Method or attribute name: (): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: declare class NavigationAttribute
Old version information:
Class name: NavigationAttribute;
Method or attribute name: declare class NavigationAttribute
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: navBarWidth(value: Length): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: navBarWidth(value: Length): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: navBarPosition(value: NavBarPosition): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: navBarPosition(value: NavBarPosition): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: mode(value: NavigationMode): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: mode(value: NavigationMode): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: backButtonIcon(value: string | PixelMap | Resource): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: backButtonIcon(value: string | PixelMap | Resource): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: hideNavBar(value: boolean): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: hideNavBar(value: boolean): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: title(value: ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: title(value: ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: hideTitleBar(value: boolean): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: hideTitleBar(value: boolean): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: hideBackButton(value: boolean): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: hideBackButton(value: boolean): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: titleMode(value: NavigationTitleMode): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: titleMode(value: NavigationTitleMode): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: menus(value: Array<NavigationMenuItem> | CustomBuilder): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: menus(value: Array<NavigationMenuItem> | CustomBuilder): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: hideToolBar(value: boolean): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: hideToolBar(value: boolean): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationAttribute;
Method or attribute name: onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;
Old version information:
Class name: NavigationAttribute;
Method or attribute name: onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;
New version information: crossplatform
navigation.d.ts
Cross-platform capability changed Class name: NavigationType;
Method or attribute name: declare enum NavigationType
Old version information:
Class name: NavigationType;
Method or attribute name: declare enum NavigationType
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigationType;
Method or attribute name: Push
Old version information:
Class name: NavigationType;
Method or attribute name: Push
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigationType;
Method or attribute name: Back
Old version information:
Class name: NavigationType;
Method or attribute name: Back
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigationType;
Method or attribute name: Replace
Old version information:
Class name: NavigationType;
Method or attribute name: Replace
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigatorInterface;
Method or attribute name: interface NavigatorInterface
Old version information:
Class name: NavigatorInterface;
Method or attribute name: interface NavigatorInterface
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigatorInterface;
Method or attribute name: (value?: { target: string; type?: NavigationType }): NavigatorAttribute;
Old version information:
Class name: NavigatorInterface;
Method or attribute name: (value?: { target: string; type?: NavigationType }): NavigatorAttribute;
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigatorInterface;
Method or attribute name: (): NavigatorAttribute;
Old version information:
Class name: NavigatorInterface;
Method or attribute name: (): NavigatorAttribute;
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigatorAttribute;
Method or attribute name: declare class NavigatorAttribute
Old version information:
Class name: NavigatorAttribute;
Method or attribute name: declare class NavigatorAttribute
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigatorAttribute;
Method or attribute name: active(value: boolean): NavigatorAttribute;
Old version information:
Class name: NavigatorAttribute;
Method or attribute name: active(value: boolean): NavigatorAttribute;
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigatorAttribute;
Method or attribute name: type(value: NavigationType): NavigatorAttribute;
Old version information:
Class name: NavigatorAttribute;
Method or attribute name: type(value: NavigationType): NavigatorAttribute;
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigatorAttribute;
Method or attribute name: target(value: string): NavigatorAttribute;
Old version information:
Class name: NavigatorAttribute;
Method or attribute name: target(value: string): NavigatorAttribute;
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavigatorAttribute;
Method or attribute name: params(value: object): NavigatorAttribute;
Old version information:
Class name: NavigatorAttribute;
Method or attribute name: params(value: object): NavigatorAttribute;
New version information: crossplatform
navigator.d.ts
Cross-platform capability changed Class name: NavDestinationCommonTitle;
Method or attribute name: declare interface NavDestinationCommonTitle
Old version information:
Class name: NavDestinationCommonTitle;
Method or attribute name: declare interface NavDestinationCommonTitle
New version information: crossplatform
nav_destination.d.ts
Cross-platform capability 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: crossplatform
nav_destination.d.ts
Cross-platform capability 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: crossplatform
nav_destination.d.ts
Cross-platform capability changed Class name: NavDestinationCustomTitle;
Method or attribute name: declare interface NavDestinationCustomTitle
Old version information:
Class name: NavDestinationCustomTitle;
Method or attribute name: declare interface NavDestinationCustomTitle
New version information: crossplatform
nav_destination.d.ts
Cross-platform capability 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: crossplatform
nav_destination.d.ts
Cross-platform capability 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: crossplatform
nav_destination.d.ts
Cross-platform capability changed Class name: NavDestinationInterface;
Method or attribute name: declare interface NavDestinationInterface
Old version information:
Class name: NavDestinationInterface;
Method or attribute name: declare interface NavDestinationInterface
New version information: crossplatform
nav_destination.d.ts
Cross-platform capability changed Class name: NavDestinationInterface;
Method or attribute name: (): NavDestinationAttribute;
Old version information:
Class name: NavDestinationInterface;
Method or attribute name: (): NavDestinationAttribute;
New version information: crossplatform
nav_destination.d.ts
Cross-platform capability changed Class name: NavDestinationAttribute;
Method or attribute name: declare class NavDestinationAttribute
Old version information:
Class name: NavDestinationAttribute;
Method or attribute name: declare class NavDestinationAttribute
New version information: crossplatform
nav_destination.d.ts
Cross-platform capability changed Class name: NavDestinationAttribute;
Method or attribute name: title(value: string | CustomBuilder | NavDestinationCommonTitle | NavDestinationCustomTitle): NavDestinationAttribute;
Old version information:
Class name: NavDestinationAttribute;
Method or attribute name: title(value: string | CustomBuilder | NavDestinationCommonTitle | NavDestinationCustomTitle): NavDestinationAttribute;
New version information: crossplatform
nav_destination.d.ts
Cross-platform capability changed Class name: NavDestinationAttribute;
Method or attribute name: hideTitleBar(value: boolean): NavDestinationAttribute;
Old version information:
Class name: NavDestinationAttribute;
Method or attribute name: hideTitleBar(value: boolean): NavDestinationAttribute;
New version information: crossplatform
nav_destination.d.ts
Cross-platform capability changed Class name: NavRouterInterface;
Method or attribute name: declare interface NavRouterInterface
Old version information:
Class name: NavRouterInterface;
Method or attribute name: declare interface NavRouterInterface
New version information: crossplatform
nav_router.d.ts
Cross-platform capability changed Class name: NavRouterInterface;
Method or attribute name: (): NavRouterAttribute;
Old version information:
Class name: NavRouterInterface;
Method or attribute name: (): NavRouterAttribute;
New version information: crossplatform
nav_router.d.ts
Cross-platform capability changed Class name: NavRouterAttribute;
Method or attribute name: declare class NavRouterAttribute
Old version information:
Class name: NavRouterAttribute;
Method or attribute name: declare class NavRouterAttribute
New version information: crossplatform
nav_router.d.ts
Cross-platform capability changed Class name: NavRouterAttribute;
Method or attribute name: onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;
Old version information:
Class name: NavRouterAttribute;
Method or attribute name: onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;
New version information: crossplatform
nav_router.d.ts
Cross-platform capability changed Class name: RouteType;
Method or attribute name: declare enum RouteType
Old version information:
Class name: RouteType;
Method or attribute name: declare enum RouteType
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: RouteType;
Method or attribute name: None
Old version information:
Class name: RouteType;
Method or attribute name: None
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: RouteType;
Method or attribute name: Push
Old version information:
Class name: RouteType;
Method or attribute name: Push
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: RouteType;
Method or attribute name: Pop
Old version information:
Class name: RouteType;
Method or attribute name: Pop
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: SlideEffect;
Method or attribute name: declare enum SlideEffect
Old version information:
Class name: SlideEffect;
Method or attribute name: declare enum SlideEffect
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: SlideEffect;
Method or attribute name: Left
Old version information:
Class name: SlideEffect;
Method or attribute name: Left
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: SlideEffect;
Method or attribute name: Right
Old version information:
Class name: SlideEffect;
Method or attribute name: Right
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: SlideEffect;
Method or attribute name: Top
Old version information:
Class name: SlideEffect;
Method or attribute name: Top
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: SlideEffect;
Method or attribute name: Bottom
Old version information:
Class name: SlideEffect;
Method or attribute name: Bottom
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: CommonTransition;
Method or attribute name: declare class CommonTransition
Old version information:
Class name: CommonTransition;
Method or attribute name: declare class CommonTransition
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: CommonTransition;
Method or attribute name: constructor();
Old version information:
Class name: CommonTransition;
Method or attribute name: constructor();
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: CommonTransition;
Method or attribute name: slide(value: SlideEffect): T;
Old version information:
Class name: CommonTransition;
Method or attribute name: slide(value: SlideEffect): T;
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: CommonTransition;
Method or attribute name: translate(value: { x?: number | string; y?: number | string; z?: number | string }): T;
Old version information:
Class name: CommonTransition;
Method or attribute name: translate(value: { x?: number | string; y?: number | string; z?: number | string }): T;
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: CommonTransition;
Method or attribute name: scale(value: { x?: number; y?: number; z?: number; centerX?: number | string; centerY?: number | string }): T;
Old version information:
Class name: CommonTransition;
Method or attribute name: scale(value: { x?: number; y?: number; z?: number; centerX?: number | string; centerY?: number | string }): T;
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: CommonTransition;
Method or attribute name: opacity(value: number): T;
Old version information:
Class name: CommonTransition;
Method or attribute name: opacity(value: number): T;
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: PageTransitionEnterInterface;
Method or attribute name: interface PageTransitionEnterInterface
Old version information:
Class name: PageTransitionEnterInterface;
Method or attribute name: interface PageTransitionEnterInterface
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: PageTransitionEnterInterface;
Method or attribute name: (value: PageTransitionOptions): PageTransitionEnterInterface;
Old version information:
Class name: PageTransitionEnterInterface;
Method or attribute name: (value: PageTransitionOptions): PageTransitionEnterInterface;
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: PageTransitionEnterInterface;
Method or attribute name: onEnter(event: (type: RouteType, progress: number) => void): PageTransitionEnterInterface;
Old version information:
Class name: PageTransitionEnterInterface;
Method or attribute name: onEnter(event: (type: RouteType, progress: number) => void): PageTransitionEnterInterface;
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: PageTransitionExitInterface;
Method or attribute name: interface PageTransitionExitInterface
Old version information:
Class name: PageTransitionExitInterface;
Method or attribute name: interface PageTransitionExitInterface
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: PageTransitionExitInterface;
Method or attribute name: (value: PageTransitionOptions): PageTransitionExitInterface;
Old version information:
Class name: PageTransitionExitInterface;
Method or attribute name: (value: PageTransitionOptions): PageTransitionExitInterface;
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: PageTransitionExitInterface;
Method or attribute name: onExit(event: (type: RouteType, progress: number) => void): PageTransitionExitInterface;
Old version information:
Class name: PageTransitionExitInterface;
Method or attribute name: onExit(event: (type: RouteType, progress: number) => void): PageTransitionExitInterface;
New version information: crossplatform
page_transition.d.ts
Cross-platform capability changed Class name: PanelMode;
Method or attribute name: declare enum PanelMode
Old version information:
Class name: PanelMode;
Method or attribute name: declare enum PanelMode
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelMode;
Method or attribute name: Mini
Old version information:
Class name: PanelMode;
Method or attribute name: Mini
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelMode;
Method or attribute name: Half
Old version information:
Class name: PanelMode;
Method or attribute name: Half
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelMode;
Method or attribute name: Full
Old version information:
Class name: PanelMode;
Method or attribute name: Full
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelType;
Method or attribute name: declare enum PanelType
Old version information:
Class name: PanelType;
Method or attribute name: declare enum PanelType
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelType;
Method or attribute name: Minibar = 0
Old version information:
Class name: PanelType;
Method or attribute name: Minibar = 0
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelType;
Method or attribute name: Foldable = 1
Old version information:
Class name: PanelType;
Method or attribute name: Foldable = 1
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelType;
Method or attribute name: Temporary = 2
Old version information:
Class name: PanelType;
Method or attribute name: Temporary = 2
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelInterface;
Method or attribute name: interface PanelInterface
Old version information:
Class name: PanelInterface;
Method or attribute name: interface PanelInterface
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelInterface;
Method or attribute name: (show: boolean): PanelAttribute;
Old version information:
Class name: PanelInterface;
Method or attribute name: (show: boolean): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: declare class PanelAttribute
Old version information:
Class name: PanelAttribute;
Method or attribute name: declare class PanelAttribute
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: mode(value: PanelMode): PanelAttribute;
Old version information:
Class name: PanelAttribute;
Method or attribute name: mode(value: PanelMode): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: type(value: PanelType): PanelAttribute;
Old version information:
Class name: PanelAttribute;
Method or attribute name: type(value: PanelType): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: dragBar(value: boolean): PanelAttribute;
Old version information:
Class name: PanelAttribute;
Method or attribute name: dragBar(value: boolean): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: fullHeight(value: number | string): PanelAttribute;
Old version information:
Class name: PanelAttribute;
Method or attribute name: fullHeight(value: number | string): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: halfHeight(value: number | string): PanelAttribute;
Old version information:
Class name: PanelAttribute;
Method or attribute name: halfHeight(value: number | string): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: miniHeight(value: number | string): PanelAttribute;
Old version information:
Class name: PanelAttribute;
Method or attribute name: miniHeight(value: number | string): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: show(value: boolean): PanelAttribute;
Old version information:
Class name: PanelAttribute;
Method or attribute name: show(value: boolean): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: backgroundMask(color: ResourceColor): PanelAttribute;
Old version information:
Class name: PanelAttribute;
Method or attribute name: backgroundMask(color: ResourceColor): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: onChange(
event: (
/
* Width of content area.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
width: number,

/

* Height of content area.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
height: number,

/**
* Initial state.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
mode: PanelMode,
) => void,
): PanelAttribute;
Old version information:
Class name: PanelAttribute;
Method or attribute name: onChange(
event: (
/
* Width of content area.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
width: number,

/

* Height of content area.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
height: number,

/**
* Initial state.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @since 7
*/
mode: PanelMode,
) => void,
): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PanelAttribute;
Method or attribute name: onHeightChange(callback: (value: number) => void): PanelAttribute;
Old version information:
Class name: PanelAttribute;
Method or attribute name: onHeightChange(callback: (value: number) => void): PanelAttribute;
New version information: crossplatform
panel.d.ts
Cross-platform capability changed Class name: PathInterface;
Method or attribute name: interface PathInterface
Old version information:
Class name: PathInterface;
Method or attribute name: interface PathInterface
New version information: crossplatform
path.d.ts
Cross-platform capability changed Class name: PathInterface;
Method or attribute name: (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute;
Old version information:
Class name: PathInterface;
Method or attribute name: (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttribute;
New version information: crossplatform
path.d.ts
Cross-platform capability changed Class name: PathAttribute;
Method or attribute name: declare class PathAttribute
Old version information:
Class name: PathAttribute;
Method or attribute name: declare class PathAttribute
New version information: crossplatform
path.d.ts
Cross-platform capability changed Class name: PathAttribute;
Method or attribute name: commands(value: string): PathAttribute;
Old version information:
Class name: PathAttribute;
Method or attribute name: commands(value: string): PathAttribute;
New version information: crossplatform
path.d.ts
Cross-platform capability changed Class name: PatternLockController;
Method or attribute name: declare class PatternLockController
Old version information:
Class name: PatternLockController;
Method or attribute name: declare class PatternLockController
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockController;
Method or attribute name: constructor();
Old version information:
Class name: PatternLockController;
Method or attribute name: constructor();
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockController;
Method or attribute name: reset();
Old version information:
Class name: PatternLockController;
Method or attribute name: reset();
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockInterface;
Method or attribute name: interface PatternLockInterface
Old version information:
Class name: PatternLockInterface;
Method or attribute name: interface PatternLockInterface
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: declare class PatternLockAttribute
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: declare class PatternLockAttribute
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: sideLength(value: Length): PatternLockAttribute;
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: sideLength(value: Length): PatternLockAttribute;
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: circleRadius(value: Length): PatternLockAttribute;
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: circleRadius(value: Length): PatternLockAttribute;
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: backgroundColor(value: ResourceColor): PatternLockAttribute;
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: backgroundColor(value: ResourceColor): PatternLockAttribute;
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: regularColor(value: ResourceColor): PatternLockAttribute;
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: regularColor(value: ResourceColor): PatternLockAttribute;
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: selectedColor(value: ResourceColor): PatternLockAttribute;
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: selectedColor(value: ResourceColor): PatternLockAttribute;
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: activeColor(value: ResourceColor): PatternLockAttribute;
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: activeColor(value: ResourceColor): PatternLockAttribute;
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: pathColor(value: ResourceColor): PatternLockAttribute;
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: pathColor(value: ResourceColor): PatternLockAttribute;
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: pathStrokeWidth(value: number | string): PatternLockAttribute;
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: pathStrokeWidth(value: number | string): PatternLockAttribute;
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: onPatternComplete(callback: (input: Array<number>) => void): PatternLockAttribute;
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: onPatternComplete(callback: (input: Array<number>) => void): PatternLockAttribute;
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PatternLockAttribute;
Method or attribute name: autoReset(value: boolean): PatternLockAttribute;
Old version information:
Class name: PatternLockAttribute;
Method or attribute name: autoReset(value: boolean): PatternLockAttribute;
New version information: crossplatform
pattern_lock.d.ts
Cross-platform capability changed Class name: PolygonInterface;
Method or attribute name: interface PolygonInterface
Old version information:
Class name: PolygonInterface;
Method or attribute name: interface PolygonInterface
New version information: crossplatform
polygon.d.ts
Cross-platform capability changed Class name: PolygonInterface;
Method or attribute name: (value?: { width?: string | number; height?: string | number }): PolygonAttribute;
Old version information:
Class name: PolygonInterface;
Method or attribute name: (value?: { width?: string | number; height?: string | number }): PolygonAttribute;
New version information: crossplatform
polygon.d.ts
Cross-platform capability changed Class name: PolygonAttribute;
Method or attribute name: points(value: Array<any>): PolygonAttribute;
Old version information:
Class name: PolygonAttribute;
Method or attribute name: points(value: Array<any>): PolygonAttribute;
New version information: crossplatform
polygon.d.ts
Cross-platform capability changed Class name: PolylineInterface;
Method or attribute name: interface PolylineInterface
Old version information:
Class name: PolylineInterface;
Method or attribute name: interface PolylineInterface
New version information: crossplatform
polyline.d.ts
Cross-platform capability changed Class name: PolylineInterface;
Method or attribute name: (value?: { width?: string | number; height?: string | number }): PolylineAttribute;
Old version information:
Class name: PolylineInterface;
Method or attribute name: (value?: { width?: string | number; height?: string | number }): PolylineAttribute;
New version information: crossplatform
polyline.d.ts
Cross-platform capability changed Class name: PolylineAttribute;
Method or attribute name: declare class PolylineAttribute
Old version information:
Class name: PolylineAttribute;
Method or attribute name: declare class PolylineAttribute
New version information: crossplatform
polyline.d.ts
Cross-platform capability changed Class name: PolylineAttribute;
Method or attribute name: points(value: Array<any>): PolylineAttribute;
Old version information:
Class name: PolylineAttribute;
Method or attribute name: points(value: Array<any>): PolylineAttribute;
New version information: crossplatform
polyline.d.ts
Cross-platform capability changed Class name: ProgressOptions;
Method or attribute name: declare interface ProgressOptions
Old version information:
Class name: ProgressOptions;
Method or attribute name: declare interface ProgressOptions
New version information: crossplatform
progress.d.ts
Cross-platform capability 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: crossplatform
progress.d.ts
Cross-platform capability 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: crossplatform
progress.d.ts
Cross-platform capability 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: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressType;
Method or attribute name: declare enum ProgressType
Old version information:
Class name: ProgressType;
Method or attribute name: declare enum ProgressType
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressStyle;
Method or attribute name: Linear
Old version information:
Class name: ProgressStyle;
Method or attribute name: Linear
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressType;
Method or attribute name: Linear = 0
Old version information:
Class name: ProgressType;
Method or attribute name: Linear = 0
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressStyle;
Method or attribute name: Ring
Old version information:
Class name: ProgressStyle;
Method or attribute name: Ring
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressType;
Method or attribute name: Ring = 1
Old version information:
Class name: ProgressType;
Method or attribute name: Ring = 1
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressStyle;
Method or attribute name: Eclipse
Old version information:
Class name: ProgressStyle;
Method or attribute name: Eclipse
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressType;
Method or attribute name: Eclipse = 2
Old version information:
Class name: ProgressType;
Method or attribute name: Eclipse = 2
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressStyle;
Method or attribute name: ScaleRing
Old version information:
Class name: ProgressStyle;
Method or attribute name: ScaleRing
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressType;
Method or attribute name: ScaleRing = 3
Old version information:
Class name: ProgressType;
Method or attribute name: ScaleRing = 3
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressStyle;
Method or attribute name: Capsule
Old version information:
Class name: ProgressStyle;
Method or attribute name: Capsule
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressType;
Method or attribute name: Capsule = 4
Old version information:
Class name: ProgressType;
Method or attribute name: Capsule = 4
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressStyleOptions;
Method or attribute name: declare interface ProgressStyleOptions
Old version information:
Class name: ProgressStyleOptions;
Method or attribute name: declare interface ProgressStyleOptions
New version information: crossplatform
progress.d.ts
Cross-platform capability 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: crossplatform
progress.d.ts
Cross-platform capability 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: crossplatform
progress.d.ts
Cross-platform capability 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: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressStyle;
Method or attribute name: declare enum ProgressStyle
Old version information:
Class name: ProgressStyle;
Method or attribute name: declare enum ProgressStyle
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressInterface;
Method or attribute name: interface ProgressInterface
Old version information:
Class name: ProgressInterface;
Method or attribute name: interface ProgressInterface
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressInterface;
Method or attribute name: <Type extends keyof ProgressStyleMap>(options: ProgressOptions<Type>): ProgressAttribute<Type>;
Old version information:
Class name: ProgressInterface;
Method or attribute name: <Type extends keyof ProgressStyleMap>(options: ProgressOptions<Type>): ProgressAttribute<Type>;
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressAttribute;
Method or attribute name: declare class ProgressAttribute
Old version information:
Class name: ProgressAttribute;
Method or attribute name: declare class ProgressAttribute
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressAttribute;
Method or attribute name: value(value: number): ProgressAttribute<Type>;
Old version information:
Class name: ProgressAttribute;
Method or attribute name: value(value: number): ProgressAttribute<Type>;
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressAttribute;
Method or attribute name: color(value: ResourceColor | LinearGradient): ProgressAttribute<Type>;
Old version information:
Class name: ProgressAttribute;
Method or attribute name: color(value: ResourceColor | LinearGradient): ProgressAttribute<Type>;
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: ProgressAttribute;
Method or attribute name: style(value: Style): ProgressAttribute<Type>;
Old version information:
Class name: ProgressAttribute;
Method or attribute name: style(value: Style): ProgressAttribute<Type>;
New version information: crossplatform
progress.d.ts
Cross-platform capability changed Class name: QRCodeInterface;
Method or attribute name: interface QRCodeInterface
Old version information:
Class name: QRCodeInterface;
Method or attribute name: interface QRCodeInterface
New version information: crossplatform
qrcode.d.ts
Cross-platform capability changed Class name: QRCodeInterface;
Method or attribute name: (value: string): QRCodeAttribute;
Old version information:
Class name: QRCodeInterface;
Method or attribute name: (value: string): QRCodeAttribute;
New version information: crossplatform
qrcode.d.ts
Cross-platform capability changed Class name: QRCodeAttribute;
Method or attribute name: declare class QRCodeAttribute
Old version information:
Class name: QRCodeAttribute;
Method or attribute name: declare class QRCodeAttribute
New version information: crossplatform
qrcode.d.ts
Cross-platform capability changed Class name: QRCodeAttribute;
Method or attribute name: color(value: ResourceColor): QRCodeAttribute;
Old version information:
Class name: QRCodeAttribute;
Method or attribute name: color(value: ResourceColor): QRCodeAttribute;
New version information: crossplatform
qrcode.d.ts
Cross-platform capability changed Class name: QRCodeAttribute;
Method or attribute name: backgroundColor(value: ResourceColor): QRCodeAttribute;
Old version information:
Class name: QRCodeAttribute;
Method or attribute name: backgroundColor(value: ResourceColor): QRCodeAttribute;
New version information: crossplatform
qrcode.d.ts
Cross-platform capability changed Class name: RadioOptions;
Method or attribute name: declare interface RadioOptions
Old version information:
Class name: RadioOptions;
Method or attribute name: declare interface RadioOptions
New version information: crossplatform
radio.d.ts
Cross-platform capability 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: crossplatform
radio.d.ts
Cross-platform capability 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: crossplatform
radio.d.ts
Cross-platform capability changed Class name: RadioInterface;
Method or attribute name: interface RadioInterface
Old version information:
Class name: RadioInterface;
Method or attribute name: interface RadioInterface
New version information: crossplatform
radio.d.ts
Cross-platform capability changed Class name: RadioInterface;
Method or attribute name: (options: RadioOptions): RadioAttribute;
Old version information:
Class name: RadioInterface;
Method or attribute name: (options: RadioOptions): RadioAttribute;
New version information: crossplatform
radio.d.ts
Cross-platform capability changed Class name: RadioAttribute;
Method or attribute name: declare class RadioAttribute
Old version information:
Class name: RadioAttribute;
Method or attribute name: declare class RadioAttribute
New version information: crossplatform
radio.d.ts
Cross-platform capability changed Class name: RadioAttribute;
Method or attribute name: checked(value: boolean): RadioAttribute;
Old version information:
Class name: RadioAttribute;
Method or attribute name: checked(value: boolean): RadioAttribute;
New version information: crossplatform
radio.d.ts
Cross-platform capability changed Class name: RadioAttribute;
Method or attribute name: onChange(callback: (isChecked: boolean) => void): RadioAttribute;
Old version information:
Class name: RadioAttribute;
Method or attribute name: onChange(callback: (isChecked: boolean) => void): RadioAttribute;
New version information: crossplatform
radio.d.ts
Cross-platform capability changed Class name: RatingInterface;
Method or attribute name: interface RatingInterface
Old version information:
Class name: RatingInterface;
Method or attribute name: interface RatingInterface
New version information: crossplatform
rating.d.ts
Cross-platform capability changed Class name: RatingInterface;
Method or attribute name: (options?: { rating: number; indicator?: boolean }): RatingAttribute;
Old version information:
Class name: RatingInterface;
Method or attribute name: (options?: { rating: number; indicator?: boolean }): RatingAttribute;
New version information: crossplatform
rating.d.ts
Cross-platform capability changed Class name: RatingAttribute;
Method or attribute name: declare class RatingAttribute
Old version information:
Class name: RatingAttribute;
Method or attribute name: declare class RatingAttribute
New version information: crossplatform
rating.d.ts
Cross-platform capability changed Class name: RatingAttribute;
Method or attribute name: stars(value: number): RatingAttribute;
Old version information:
Class name: RatingAttribute;
Method or attribute name: stars(value: number): RatingAttribute;
New version information: crossplatform
rating.d.ts
Cross-platform capability changed Class name: RatingAttribute;
Method or attribute name: stepSize(value: number): RatingAttribute;
Old version information:
Class name: RatingAttribute;
Method or attribute name: stepSize(value: number): RatingAttribute;
New version information: crossplatform
rating.d.ts
Cross-platform capability changed Class name: RatingAttribute;
Method or attribute name: starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;
Old version information:
Class name: RatingAttribute;
Method or attribute name: starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;
New version information: crossplatform
rating.d.ts
Cross-platform capability changed Class name: RatingAttribute;
Method or attribute name: onChange(callback: (value: number) => void): RatingAttribute;
Old version information:
Class name: RatingAttribute;
Method or attribute name: onChange(callback: (value: number) => void): RatingAttribute;
New version information: crossplatform
rating.d.ts
Cross-platform capability changed Class name: RectInterface;
Method or attribute name: interface RectInterface
Old version information:
Class name: RectInterface;
Method or attribute name: interface RectInterface
New version information: crossplatform
rect.d.ts
Cross-platform capability changed Class name: RectInterface;
Method or attribute name: (
value?:
{
width?: number | string;
height?: number | string;
radius?: number | string | Array<any>;
}
| {
width?: number | string;
height?: number | string;
radiusWidth?: number | string;
radiusHeight?: number | string;
},
): RectAttribute;
Old version information:
Class name: RectInterface;
Method or attribute name: (
value?:
{
width?: number | string;
height?: number | string;
radius?: number | string | Array<any>;
}
| {
width?: number | string;
height?: number | string;
radiusWidth?: number | string;
radiusHeight?: number | string;
},
): RectAttribute;
New version information: crossplatform
rect.d.ts
Cross-platform capability changed Class name: RectAttribute;
Method or attribute name: declare class RectAttribute
Old version information:
Class name: RectAttribute;
Method or attribute name: declare class RectAttribute
New version information: crossplatform
rect.d.ts
Cross-platform capability changed Class name: RectAttribute;
Method or attribute name: radiusWidth(value: number | string): RectAttribute;
Old version information:
Class name: RectAttribute;
Method or attribute name: radiusWidth(value: number | string): RectAttribute;
New version information: crossplatform
rect.d.ts
Cross-platform capability changed Class name: RectAttribute;
Method or attribute name: radiusHeight(value: number | string): RectAttribute;
Old version information:
Class name: RectAttribute;
Method or attribute name: radiusHeight(value: number | string): RectAttribute;
New version information: crossplatform
rect.d.ts
Cross-platform capability changed Class name: RectAttribute;
Method or attribute name: radius(value: number | string | Array<any>): RectAttribute;
Old version information:
Class name: RectAttribute;
Method or attribute name: radius(value: number | string | Array<any>): RectAttribute;
New version information: crossplatform
rect.d.ts
Cross-platform capability changed Class name: RefreshStatus;
Method or attribute name: declare enum RefreshStatus
Old version information:
Class name: RefreshStatus;
Method or attribute name: declare enum RefreshStatus
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RefreshStatus;
Method or attribute name: Inactive
Old version information:
Class name: RefreshStatus;
Method or attribute name: Inactive
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RefreshStatus;
Method or attribute name: Drag
Old version information:
Class name: RefreshStatus;
Method or attribute name: Drag
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RefreshStatus;
Method or attribute name: OverDrag
Old version information:
Class name: RefreshStatus;
Method or attribute name: OverDrag
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RefreshStatus;
Method or attribute name: Refresh
Old version information:
Class name: RefreshStatus;
Method or attribute name: Refresh
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RefreshStatus;
Method or attribute name: Done
Old version information:
Class name: RefreshStatus;
Method or attribute name: Done
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RefreshInterface;
Method or attribute name: interface RefreshInterface
Old version information:
Class name: RefreshInterface;
Method or attribute name: interface RefreshInterface
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RefreshInterface;
Method or attribute name: (value: RefreshOptions): RefreshAttribute;
Old version information:
Class name: RefreshInterface;
Method or attribute name: (value: RefreshOptions): RefreshAttribute;
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RefreshAttribute;
Method or attribute name: declare class RefreshAttribute
Old version information:
Class name: RefreshAttribute;
Method or attribute name: declare class RefreshAttribute
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RefreshAttribute;
Method or attribute name: onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;
Old version information:
Class name: RefreshAttribute;
Method or attribute name: onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RefreshAttribute;
Method or attribute name: onRefreshing(callback: () => void): RefreshAttribute;
Old version information:
Class name: RefreshAttribute;
Method or attribute name: onRefreshing(callback: () => void): RefreshAttribute;
New version information: crossplatform
refresh.d.ts
Cross-platform capability changed Class name: RelativeContainerInterface;
Method or attribute name: interface RelativeContainerInterface
Old version information:
Class name: RelativeContainerInterface;
Method or attribute name: interface RelativeContainerInterface
New version information: crossplatform
relative_container.d.ts
Cross-platform capability changed Class name: RelativeContainerAttribute;
Method or attribute name: declare class RelativeContainerAttribute
Old version information:
Class name: RelativeContainerAttribute;
Method or attribute name: declare class RelativeContainerAttribute
New version information: crossplatform
relative_container.d.ts
Cross-platform capability changed Class name: RowInterface;
Method or attribute name: interface RowInterface
Old version information:
Class name: RowInterface;
Method or attribute name: interface RowInterface
New version information: crossplatform
row.d.ts
Cross-platform capability changed Class name: RowInterface;
Method or attribute name: (value?: { space?: string | number }): RowAttribute;
Old version information:
Class name: RowInterface;
Method or attribute name: (value?: { space?: string | number }): RowAttribute;
New version information: crossplatform
row.d.ts
Cross-platform capability changed Class name: RowAttribute;
Method or attribute name: declare class RowAttribute
Old version information:
Class name: RowAttribute;
Method or attribute name: declare class RowAttribute
New version information: crossplatform
row.d.ts
Cross-platform capability changed Class name: RowAttribute;
Method or attribute name: alignItems(value: VerticalAlign): RowAttribute;
Old version information:
Class name: RowAttribute;
Method or attribute name: alignItems(value: VerticalAlign): RowAttribute;
New version information: crossplatform
row.d.ts
Cross-platform capability changed Class name: RowAttribute;
Method or attribute name: justifyContent(value: FlexAlign): RowAttribute;
Old version information:
Class name: RowAttribute;
Method or attribute name: justifyContent(value: FlexAlign): RowAttribute;
New version information: crossplatform
row.d.ts
Cross-platform capability changed Class name: RowSplitInterface;
Method or attribute name: interface RowSplitInterface
Old version information:
Class name: RowSplitInterface;
Method or attribute name: interface RowSplitInterface
New version information: crossplatform
row_split.d.ts
Cross-platform capability changed Class name: RowSplitInterface;
Method or attribute name: (): RowSplitAttribute;
Old version information:
Class name: RowSplitInterface;
Method or attribute name: (): RowSplitAttribute;
New version information: crossplatform
row_split.d.ts
Cross-platform capability changed Class name: RowSplitAttribute;
Method or attribute name: declare class RowSplitAttribute
Old version information:
Class name: RowSplitAttribute;
Method or attribute name: declare class RowSplitAttribute
New version information: crossplatform
row_split.d.ts
Cross-platform capability changed Class name: RowSplitAttribute;
Method or attribute name: resizeable(value: boolean): RowSplitAttribute;
Old version information:
Class name: RowSplitAttribute;
Method or attribute name: resizeable(value: boolean): RowSplitAttribute;
New version information: crossplatform
row_split.d.ts
Cross-platform capability changed Class name: ScrollDirection;
Method or attribute name: declare enum ScrollDirection
Old version information:
Class name: ScrollDirection;
Method or attribute name: declare enum ScrollDirection
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollDirection;
Method or attribute name: Vertical
Old version information:
Class name: ScrollDirection;
Method or attribute name: Vertical
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollDirection;
Method or attribute name: Horizontal
Old version information:
Class name: ScrollDirection;
Method or attribute name: Horizontal
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollDirection;
Method or attribute name: None
Old version information:
Class name: ScrollDirection;
Method or attribute name: None
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: Scroller;
Method or attribute name: declare class Scroller
Old version information:
Class name: Scroller;
Method or attribute name: declare class Scroller
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: Scroller;
Method or attribute name: constructor();
Old version information:
Class name: Scroller;
Method or attribute name: constructor();
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: Scroller;
Method or attribute name: scrollTo(value: {
/
* The X-axis offset.
*
* @type { number | string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
xOffset: number | string;

/

* The Y-axis offset.
*
* @type { number | string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
yOffset: number | string;

/**
* Descriptive animation.
*
* @type { ?object } The object type provides custom animation parameters
* and the boolean type enables default spring animation.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
animation?: { duration?: number; curve?: Curve | ICurve } | boolean;
});
Old version information:
Class name: Scroller;
Method or attribute name: scrollTo(value: {
/
* The X-axis offset.
*
* @type { number | string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
xOffset: number | string;

/

* The Y-axis offset.
*
* @type { number | string }
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
yOffset: number | string;

/**
* Descriptive animation.
*
* @type { ?object } The object type provides custom animation parameters
* and the boolean type enables default spring animation.
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
animation?: { duration?: number; curve?: Curve | ICurve } | boolean;
});
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: Scroller;
Method or attribute name: scrollEdge(value: Edge);
Old version information:
Class name: Scroller;
Method or attribute name: scrollEdge(value: Edge);
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: Scroller;
Method or attribute name: scrollPage(value: { next: boolean });
Old version information:
Class name: Scroller;
Method or attribute name: scrollPage(value: { next: boolean });
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: Scroller;
Method or attribute name: currentOffset();
Old version information:
Class name: Scroller;
Method or attribute name: currentOffset();
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: Scroller;
Method or attribute name: scrollToIndex(value: number, smooth?: boolean, align?: ScrollAlign);
Old version information:
Class name: Scroller;
Method or attribute name: scrollToIndex(value: number, smooth?: boolean, align?: ScrollAlign);
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: Scroller;
Method or attribute name: scrollBy(dx: Length, dy: Length);
Old version information:
Class name: Scroller;
Method or attribute name: scrollBy(dx: Length, dy: Length);
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollInterface;
Method or attribute name: interface ScrollInterface
Old version information:
Class name: ScrollInterface;
Method or attribute name: interface ScrollInterface
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollInterface;
Method or attribute name: (scroller?: Scroller): ScrollAttribute;
Old version information:
Class name: ScrollInterface;
Method or attribute name: (scroller?: Scroller): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: declare class ScrollAttribute
Old version information:
Class name: ScrollAttribute;
Method or attribute name: declare class ScrollAttribute
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: scrollable(value: ScrollDirection): ScrollAttribute;
Old version information:
Class name: ScrollAttribute;
Method or attribute name: scrollable(value: ScrollDirection): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;
Old version information:
Class name: ScrollAttribute;
Method or attribute name: onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: onScrollEdge(event: (side: Edge) => void): ScrollAttribute;
Old version information:
Class name: ScrollAttribute;
Method or attribute name: onScrollEdge(event: (side: Edge) => void): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: onScrollStart(event: () => void): ScrollAttribute;
Old version information:
Class name: ScrollAttribute;
Method or attribute name: onScrollStart(event: () => void): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: onScrollStop(event: () => void): ScrollAttribute;
Old version information:
Class name: ScrollAttribute;
Method or attribute name: onScrollStop(event: () => void): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: scrollBar(barState: BarState): ScrollAttribute;
Old version information:
Class name: ScrollAttribute;
Method or attribute name: scrollBar(barState: BarState): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: scrollBarColor(color: Color | number | string): ScrollAttribute;
Old version information:
Class name: ScrollAttribute;
Method or attribute name: scrollBarColor(color: Color | number | string): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: scrollBarWidth(value: number | string): ScrollAttribute;
Old version information:
Class name: ScrollAttribute;
Method or attribute name: scrollBarWidth(value: number | string): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;
Old version information:
Class name: ScrollAttribute;
Method or attribute name: edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollAttribute;
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;
Old version information:
Class name: ScrollAttribute;
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;
New version information: crossplatform
scroll.d.ts
Cross-platform capability changed Class name: ScrollBarDirection;
Method or attribute name: declare enum ScrollBarDirection
Old version information:
Class name: ScrollBarDirection;
Method or attribute name: declare enum ScrollBarDirection
New version information: crossplatform
scroll_bar.d.ts
Cross-platform capability changed Class name: ScrollBarDirection;
Method or attribute name: Vertical
Old version information:
Class name: ScrollBarDirection;
Method or attribute name: Vertical
New version information: crossplatform
scroll_bar.d.ts
Cross-platform capability changed Class name: ScrollBarDirection;
Method or attribute name: Horizontal
Old version information:
Class name: ScrollBarDirection;
Method or attribute name: Horizontal
New version information: crossplatform
scroll_bar.d.ts
Cross-platform capability changed Class name: ScrollBarOptions;
Method or attribute name: declare interface ScrollBarOptions
Old version information:
Class name: ScrollBarOptions;
Method or attribute name: declare interface ScrollBarOptions
New version information: crossplatform
scroll_bar.d.ts
Cross-platform capability 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: crossplatform
scroll_bar.d.ts
Cross-platform capability 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: crossplatform
scroll_bar.d.ts
Cross-platform capability 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: crossplatform
scroll_bar.d.ts
Cross-platform capability changed Class name: ScrollBarInterface;
Method or attribute name: interface ScrollBarInterface
Old version information:
Class name: ScrollBarInterface;
Method or attribute name: interface ScrollBarInterface
New version information: crossplatform
scroll_bar.d.ts
Cross-platform capability changed Class name: ScrollBarInterface;
Method or attribute name: (value: ScrollBarOptions): ScrollBarAttribute;
Old version information:
Class name: ScrollBarInterface;
Method or attribute name: (value: ScrollBarOptions): ScrollBarAttribute;
New version information: crossplatform
scroll_bar.d.ts
Cross-platform capability changed Class name: ScrollBarAttribute;
Method or attribute name: declare class ScrollBarAttribute
Old version information:
Class name: ScrollBarAttribute;
Method or attribute name: declare class ScrollBarAttribute
New version information: crossplatform
scroll_bar.d.ts
Cross-platform capability changed Class name: SearchController;
Method or attribute name: declare class SearchController
Old version information:
Class name: SearchController;
Method or attribute name: declare class SearchController
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchController;
Method or attribute name: constructor();
Old version information:
Class name: SearchController;
Method or attribute name: constructor();
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchController;
Method or attribute name: caretPosition(value: number): void;
Old version information:
Class name: SearchController;
Method or attribute name: caretPosition(value: number): void;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchInterface;
Method or attribute name: interface SearchInterface
Old version information:
Class name: SearchInterface;
Method or attribute name: interface SearchInterface
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: declare class SearchAttribute
Old version information:
Class name: SearchAttribute;
Method or attribute name: declare class SearchAttribute
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: searchButton(value: string, option?: SearchButtonOptions): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: searchButton(value: string, option?: SearchButtonOptions): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: placeholderColor(value: ResourceColor): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: placeholderColor(value: ResourceColor): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: placeholderFont(value?: Font): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: placeholderFont(value?: Font): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: textFont(value?: Font): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: textFont(value?: Font): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: onSubmit(callback: (value: string) => void): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: onSubmit(callback: (value: string) => void): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: onChange(callback: (value: string) => void): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: onChange(callback: (value: string) => void): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: onCopy(callback: (value: string) => void): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: onCopy(callback: (value: string) => void): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: onCut(callback: (value: string) => void): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: onCut(callback: (value: string) => void): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: onPaste(callback: (value: string) => void): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: onPaste(callback: (value: string) => void): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: copyOption(value: CopyOptions): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: copyOption(value: CopyOptions): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SearchAttribute;
Method or attribute name: textAlign(value: TextAlign): SearchAttribute;
Old version information:
Class name: SearchAttribute;
Method or attribute name: textAlign(value: TextAlign): SearchAttribute;
New version information: crossplatform
search.d.ts
Cross-platform capability changed Class name: SelectOption;
Method or attribute name: declare interface SelectOption
Old version information:
Class name: SelectOption;
Method or attribute name: declare interface SelectOption
New version information: crossplatform
select.d.ts
Cross-platform capability 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: crossplatform
select.d.ts
Cross-platform capability 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: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectInterface;
Method or attribute name: interface SelectInterface
Old version information:
Class name: SelectInterface;
Method or attribute name: interface SelectInterface
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectInterface;
Method or attribute name: (options: Array<SelectOption>): SelectAttribute;
Old version information:
Class name: SelectInterface;
Method or attribute name: (options: Array<SelectOption>): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: declare class SelectAttribute
Old version information:
Class name: SelectAttribute;
Method or attribute name: declare class SelectAttribute
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: selected(value: number): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: selected(value: number): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: value(value: string): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: value(value: string): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: font(value: Font): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: font(value: Font): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: fontColor(value: ResourceColor): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: fontColor(value: ResourceColor): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: selectedOptionBgColor(value: ResourceColor): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: selectedOptionBgColor(value: ResourceColor): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: selectedOptionFont(value: Font): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: selectedOptionFont(value: Font): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: selectedOptionFontColor(value: ResourceColor): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: selectedOptionFontColor(value: ResourceColor): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: optionBgColor(value: ResourceColor): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: optionBgColor(value: ResourceColor): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: optionFont(value: Font): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: optionFont(value: Font): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: optionFontColor(value: ResourceColor): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: optionFontColor(value: ResourceColor): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: SelectAttribute;
Method or attribute name: onSelect(callback: (index: number, value: string) => void): SelectAttribute;
Old version information:
Class name: SelectAttribute;
Method or attribute name: onSelect(callback: (index: number, value: string) => void): SelectAttribute;
New version information: crossplatform
select.d.ts
Cross-platform capability changed Class name: ShapeInterface;
Method or attribute name: interface ShapeInterface
Old version information:
Class name: ShapeInterface;
Method or attribute name: interface ShapeInterface
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeInterface;
Method or attribute name: (value: PixelMap): ShapeAttribute;
Old version information:
Class name: ShapeInterface;
Method or attribute name: (value: PixelMap): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeInterface;
Method or attribute name: (): ShapeAttribute;
Old version information:
Class name: ShapeInterface;
Method or attribute name: (): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: declare class ShapeAttribute
Old version information:
Class name: ShapeAttribute;
Method or attribute name: declare class ShapeAttribute
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: viewPort(value: { x?: number | string; y?: number | string; width?: number | string; height?: number | string }): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: viewPort(value: { x?: number | string; y?: number | string; width?: number | string; height?: number | string }): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: stroke(value: ResourceColor): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: stroke(value: ResourceColor): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: fill(value: ResourceColor): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: fill(value: ResourceColor): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: strokeDashOffset(value: number | string): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: strokeDashOffset(value: number | string): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: strokeDashArray(value: Array<any>): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: strokeDashArray(value: Array<any>): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: strokeLineCap(value: LineCapStyle): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: strokeLineCap(value: LineCapStyle): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: strokeLineJoin(value: LineJoinStyle): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: strokeLineJoin(value: LineJoinStyle): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: strokeMiterLimit(value: number | string): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: strokeMiterLimit(value: number | string): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: strokeOpacity(value: number | string | Resource): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: strokeOpacity(value: number | string | Resource): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: fillOpacity(value: number | string | Resource): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: fillOpacity(value: number | string | Resource): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: strokeWidth(value: number | string): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: strokeWidth(value: number | string): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: antiAlias(value: boolean): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: antiAlias(value: boolean): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: ShapeAttribute;
Method or attribute name: mesh(value: Array<any>, column: number, row: number): ShapeAttribute;
Old version information:
Class name: ShapeAttribute;
Method or attribute name: mesh(value: Array<any>, column: number, row: number): ShapeAttribute;
New version information: crossplatform
shape.d.ts
Cross-platform capability changed Class name: SideBarContainerType;
Method or attribute name: declare enum SideBarContainerType
Old version information:
Class name: SideBarContainerType;
Method or attribute name: declare enum SideBarContainerType
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerType;
Method or attribute name: Embed
Old version information:
Class name: SideBarContainerType;
Method or attribute name: Embed
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerType;
Method or attribute name: Overlay
Old version information:
Class name: SideBarContainerType;
Method or attribute name: Overlay
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarPosition;
Method or attribute name: declare enum SideBarPosition
Old version information:
Class name: SideBarPosition;
Method or attribute name: declare enum SideBarPosition
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarPosition;
Method or attribute name: Start
Old version information:
Class name: SideBarPosition;
Method or attribute name: Start
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarPosition;
Method or attribute name: End
Old version information:
Class name: SideBarPosition;
Method or attribute name: End
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: ButtonStyle;
Method or attribute name: declare interface ButtonStyle
Old version information:
Class name: ButtonStyle;
Method or attribute name: declare interface ButtonStyle
New version information: crossplatform
sidebar.d.ts
Cross-platform capability 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: crossplatform
sidebar.d.ts
Cross-platform capability 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: crossplatform
sidebar.d.ts
Cross-platform capability 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: crossplatform
sidebar.d.ts
Cross-platform capability 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: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: ButtonStyle;
Method or attribute name: icons?: {
shown: string | PixelMap | Resource;
hidden: string | PixelMap | Resource;
switching?: string | PixelMap | Resource;
};
Old version information:
Class name: ButtonStyle;
Method or attribute name: icons?: {
shown: string | PixelMap | Resource;
hidden: string | PixelMap | Resource;
switching?: string | PixelMap | Resource;
};
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerInterface;
Method or attribute name: interface SideBarContainerInterface
Old version information:
Class name: SideBarContainerInterface;
Method or attribute name: interface SideBarContainerInterface
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerInterface;
Method or attribute name: (type?: SideBarContainerType): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerInterface;
Method or attribute name: (type?: SideBarContainerType): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: declare class SideBarContainerAttribute
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: declare class SideBarContainerAttribute
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: showSideBar(value: boolean): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: showSideBar(value: boolean): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: controlButton(value: ButtonStyle): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: controlButton(value: ButtonStyle): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: showControlButton(value: boolean): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: showControlButton(value: boolean): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: onChange(callback: (value: boolean) => void): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: onChange(callback: (value: boolean) => void): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: sideBarWidth(value: number): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: sideBarWidth(value: number): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: sideBarWidth(value: Length): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: sideBarWidth(value: Length): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: minSideBarWidth(value: number): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: minSideBarWidth(value: number): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: minSideBarWidth(value: Length): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: minSideBarWidth(value: Length): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: maxSideBarWidth(value: number): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: maxSideBarWidth(value: number): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: maxSideBarWidth(value: Length): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: maxSideBarWidth(value: Length): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: autoHide(value: boolean): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: autoHide(value: boolean): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SideBarContainerAttribute;
Method or attribute name: sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;
Old version information:
Class name: SideBarContainerAttribute;
Method or attribute name: sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;
New version information: crossplatform
sidebar.d.ts
Cross-platform capability changed Class name: SliderStyle;
Method or attribute name: declare enum SliderStyle
Old version information:
Class name: SliderStyle;
Method or attribute name: declare enum SliderStyle
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderStyle;
Method or attribute name: OutSet
Old version information:
Class name: SliderStyle;
Method or attribute name: OutSet
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderStyle;
Method or attribute name: InSet
Old version information:
Class name: SliderStyle;
Method or attribute name: InSet
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderChangeMode;
Method or attribute name: declare enum SliderChangeMode
Old version information:
Class name: SliderChangeMode;
Method or attribute name: declare enum SliderChangeMode
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderChangeMode;
Method or attribute name: Begin
Old version information:
Class name: SliderChangeMode;
Method or attribute name: Begin
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderChangeMode;
Method or attribute name: Moving
Old version information:
Class name: SliderChangeMode;
Method or attribute name: Moving
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderChangeMode;
Method or attribute name: End
Old version information:
Class name: SliderChangeMode;
Method or attribute name: End
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderChangeMode;
Method or attribute name: Click
Old version information:
Class name: SliderChangeMode;
Method or attribute name: Click
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderOptions;
Method or attribute name: declare interface SliderOptions
Old version information:
Class name: SliderOptions;
Method or attribute name: declare interface SliderOptions
New version information: crossplatform
slider.d.ts
Cross-platform capability 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: crossplatform
slider.d.ts
Cross-platform capability 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: crossplatform
slider.d.ts
Cross-platform capability 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: crossplatform
slider.d.ts
Cross-platform capability 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: crossplatform
slider.d.ts
Cross-platform capability 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: crossplatform
slider.d.ts
Cross-platform capability 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: crossplatform
slider.d.ts
Cross-platform capability 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: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderInterface;
Method or attribute name: interface SliderInterface
Old version information:
Class name: SliderInterface;
Method or attribute name: interface SliderInterface
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderInterface;
Method or attribute name: (options?: SliderOptions): SliderAttribute;
Old version information:
Class name: SliderInterface;
Method or attribute name: (options?: SliderOptions): SliderAttribute;
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderAttribute;
Method or attribute name: declare class SliderAttribute
Old version information:
Class name: SliderAttribute;
Method or attribute name: declare class SliderAttribute
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderAttribute;
Method or attribute name: blockColor(value: ResourceColor): SliderAttribute;
Old version information:
Class name: SliderAttribute;
Method or attribute name: blockColor(value: ResourceColor): SliderAttribute;
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderAttribute;
Method or attribute name: trackColor(value: ResourceColor): SliderAttribute;
Old version information:
Class name: SliderAttribute;
Method or attribute name: trackColor(value: ResourceColor): SliderAttribute;
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderAttribute;
Method or attribute name: selectedColor(value: ResourceColor): SliderAttribute;
Old version information:
Class name: SliderAttribute;
Method or attribute name: selectedColor(value: ResourceColor): SliderAttribute;
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderAttribute;
Method or attribute name: showSteps(value: boolean): SliderAttribute;
Old version information:
Class name: SliderAttribute;
Method or attribute name: showSteps(value: boolean): SliderAttribute;
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderAttribute;
Method or attribute name: showTips(value: boolean, content?: ResourceStr): SliderAttribute;
Old version information:
Class name: SliderAttribute;
Method or attribute name: showTips(value: boolean, content?: ResourceStr): SliderAttribute;
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderAttribute;
Method or attribute name: trackThickness(value: Length): SliderAttribute;
Old version information:
Class name: SliderAttribute;
Method or attribute name: trackThickness(value: Length): SliderAttribute;
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SliderAttribute;
Method or attribute name: onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;
Old version information:
Class name: SliderAttribute;
Method or attribute name: onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;
New version information: crossplatform
slider.d.ts
Cross-platform capability changed Class name: SpanInterface;
Method or attribute name: interface SpanInterface
Old version information:
Class name: SpanInterface;
Method or attribute name: interface SpanInterface
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: SpanInterface;
Method or attribute name: (value: string | Resource): SpanAttribute;
Old version information:
Class name: SpanInterface;
Method or attribute name: (value: string | Resource): SpanAttribute;
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: SpanAttribute;
Method or attribute name: declare class SpanAttribute
Old version information:
Class name: SpanAttribute;
Method or attribute name: declare class SpanAttribute
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: SpanAttribute;
Method or attribute name: fontColor(value: ResourceColor): SpanAttribute;
Old version information:
Class name: SpanAttribute;
Method or attribute name: fontColor(value: ResourceColor): SpanAttribute;
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: SpanAttribute;
Method or attribute name: fontSize(value: number | string | Resource): SpanAttribute;
Old version information:
Class name: SpanAttribute;
Method or attribute name: fontSize(value: number | string | Resource): SpanAttribute;
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: SpanAttribute;
Method or attribute name: fontStyle(value: FontStyle): SpanAttribute;
Old version information:
Class name: SpanAttribute;
Method or attribute name: fontStyle(value: FontStyle): SpanAttribute;
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: SpanAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): SpanAttribute;
Old version information:
Class name: SpanAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): SpanAttribute;
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: SpanAttribute;
Method or attribute name: fontFamily(value: string | Resource): SpanAttribute;
Old version information:
Class name: SpanAttribute;
Method or attribute name: fontFamily(value: string | Resource): SpanAttribute;
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: SpanAttribute;
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;
Old version information:
Class name: SpanAttribute;
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: SpanAttribute;
Method or attribute name: letterSpacing(value: number | string): SpanAttribute;
Old version information:
Class name: SpanAttribute;
Method or attribute name: letterSpacing(value: number | string): SpanAttribute;
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: SpanAttribute;
Method or attribute name: textCase(value: TextCase): SpanAttribute;
Old version information:
Class name: SpanAttribute;
Method or attribute name: textCase(value: TextCase): SpanAttribute;
New version information: crossplatform
span.d.ts
Cross-platform capability changed Class name: StackInterface;
Method or attribute name: interface StackInterface
Old version information:
Class name: StackInterface;
Method or attribute name: interface StackInterface
New version information: crossplatform
stack.d.ts
Cross-platform capability changed Class name: StackInterface;
Method or attribute name: (value?: { alignContent?: Alignment }): StackAttribute;
Old version information:
Class name: StackInterface;
Method or attribute name: (value?: { alignContent?: Alignment }): StackAttribute;
New version information: crossplatform
stack.d.ts
Cross-platform capability changed Class name: StackAttribute;
Method or attribute name: declare class StackAttribute
Old version information:
Class name: StackAttribute;
Method or attribute name: declare class StackAttribute
New version information: crossplatform
stack.d.ts
Cross-platform capability changed Class name: StackAttribute;
Method or attribute name: alignContent(value: Alignment): StackAttribute;
Old version information:
Class name: StackAttribute;
Method or attribute name: alignContent(value: Alignment): StackAttribute;
New version information: crossplatform
stack.d.ts
Cross-platform capability changed Class name: StepperInterface;
Method or attribute name: interface StepperInterface
Old version information:
Class name: StepperInterface;
Method or attribute name: interface StepperInterface
New version information: crossplatform
stepper.d.ts
Cross-platform capability changed Class name: StepperInterface;
Method or attribute name: (value?: { index?: number }): StepperAttribute;
Old version information:
Class name: StepperInterface;
Method or attribute name: (value?: { index?: number }): StepperAttribute;
New version information: crossplatform
stepper.d.ts
Cross-platform capability changed Class name: StepperAttribute;
Method or attribute name: declare class StepperAttribute
Old version information:
Class name: StepperAttribute;
Method or attribute name: declare class StepperAttribute
New version information: crossplatform
stepper.d.ts
Cross-platform capability changed Class name: StepperAttribute;
Method or attribute name: onFinish(callback: () => void): StepperAttribute;
Old version information:
Class name: StepperAttribute;
Method or attribute name: onFinish(callback: () => void): StepperAttribute;
New version information: crossplatform
stepper.d.ts
Cross-platform capability changed Class name: StepperAttribute;
Method or attribute name: onSkip(callback: () => void): StepperAttribute;
Old version information:
Class name: StepperAttribute;
Method or attribute name: onSkip(callback: () => void): StepperAttribute;
New version information: crossplatform
stepper.d.ts
Cross-platform capability changed Class name: StepperAttribute;
Method or attribute name: onChange(callback: (prevIndex: number, index: number) => void): StepperAttribute;
Old version information:
Class name: StepperAttribute;
Method or attribute name: onChange(callback: (prevIndex: number, index: number) => void): StepperAttribute;
New version information: crossplatform
stepper.d.ts
Cross-platform capability changed Class name: StepperAttribute;
Method or attribute name: onNext(callback: (index: number, pendingIndex: number) => void): StepperAttribute;
Old version information:
Class name: StepperAttribute;
Method or attribute name: onNext(callback: (index: number, pendingIndex: number) => void): StepperAttribute;
New version information: crossplatform
stepper.d.ts
Cross-platform capability changed Class name: StepperAttribute;
Method or attribute name: onPrevious(callback: (index: number, pendingIndex: number) => void): StepperAttribute;
Old version information:
Class name: StepperAttribute;
Method or attribute name: onPrevious(callback: (index: number, pendingIndex: number) => void): StepperAttribute;
New version information: crossplatform
stepper.d.ts
Cross-platform capability changed Class name: ItemState;
Method or attribute name: declare enum ItemState
Old version information:
Class name: ItemState;
Method or attribute name: declare enum ItemState
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: ItemState;
Method or attribute name: Normal
Old version information:
Class name: ItemState;
Method or attribute name: Normal
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: ItemState;
Method or attribute name: Disabled
Old version information:
Class name: ItemState;
Method or attribute name: Disabled
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: ItemState;
Method or attribute name: Waiting
Old version information:
Class name: ItemState;
Method or attribute name: Waiting
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: ItemState;
Method or attribute name: Skip
Old version information:
Class name: ItemState;
Method or attribute name: Skip
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: StepperItemInterface;
Method or attribute name: interface StepperItemInterface
Old version information:
Class name: StepperItemInterface;
Method or attribute name: interface StepperItemInterface
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: StepperItemInterface;
Method or attribute name: (): StepperItemAttribute;
Old version information:
Class name: StepperItemInterface;
Method or attribute name: (): StepperItemAttribute;
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: StepperItemAttribute;
Method or attribute name: declare class StepperItemAttribute
Old version information:
Class name: StepperItemAttribute;
Method or attribute name: declare class StepperItemAttribute
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: StepperItemAttribute;
Method or attribute name: prevLabel(value: string): StepperItemAttribute;
Old version information:
Class name: StepperItemAttribute;
Method or attribute name: prevLabel(value: string): StepperItemAttribute;
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: StepperItemAttribute;
Method or attribute name: nextLabel(value: string): StepperItemAttribute;
Old version information:
Class name: StepperItemAttribute;
Method or attribute name: nextLabel(value: string): StepperItemAttribute;
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: StepperItemAttribute;
Method or attribute name: status(value?: ItemState): StepperItemAttribute;
Old version information:
Class name: StepperItemAttribute;
Method or attribute name: status(value?: ItemState): StepperItemAttribute;
New version information: crossplatform
stepper_item.d.ts
Cross-platform capability changed Class name: SwiperController;
Method or attribute name: declare class SwiperController
Old version information:
Class name: SwiperController;
Method or attribute name: declare class SwiperController
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperController;
Method or attribute name: constructor();
Old version information:
Class name: SwiperController;
Method or attribute name: constructor();
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperController;
Method or attribute name: showNext();
Old version information:
Class name: SwiperController;
Method or attribute name: showNext();
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperController;
Method or attribute name: showPrevious();
Old version information:
Class name: SwiperController;
Method or attribute name: showPrevious();
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperController;
Method or attribute name: finishAnimation(callback?: () => void);
Old version information:
Class name: SwiperController;
Method or attribute name: finishAnimation(callback?: () => void);
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperDisplayMode;
Method or attribute name: declare enum SwiperDisplayMode
Old version information:
Class name: SwiperDisplayMode;
Method or attribute name: declare enum SwiperDisplayMode
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperInterface;
Method or attribute name: interface SwiperInterface
Old version information:
Class name: SwiperInterface;
Method or attribute name: interface SwiperInterface
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperInterface;
Method or attribute name: (controller?: SwiperController): SwiperAttribute;
Old version information:
Class name: SwiperInterface;
Method or attribute name: (controller?: SwiperController): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: declare class SwiperAttribute
Old version information:
Class name: SwiperAttribute;
Method or attribute name: declare class SwiperAttribute
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: index(value: number): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: index(value: number): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: autoPlay(value: boolean): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: autoPlay(value: boolean): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: interval(value: number): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: interval(value: number): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: indicator(value: DotIndicator | DigitIndicator | boolean): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: indicator(value: DotIndicator | DigitIndicator | boolean): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: loop(value: boolean): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: loop(value: boolean): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: duration(value: number): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: duration(value: number): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: vertical(value: boolean): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: vertical(value: boolean): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: itemSpace(value: number | string): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: itemSpace(value: number | string): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: cachedCount(value: number): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: cachedCount(value: number): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: displayCount(value: number | string | SwiperAutoFill): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: displayCount(value: number | string | SwiperAutoFill): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: curve(value: Curve | string | ICurve): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: curve(value: Curve | string | ICurve): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: onChange(event: (index: number) => void): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: onChange(event: (index: number) => void): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: SwiperAttribute;
Method or attribute name: onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
Old version information:
Class name: SwiperAttribute;
Method or attribute name: onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;
New version information: crossplatform
swiper.d.ts
Cross-platform capability changed Class name: BarMode;
Method or attribute name: declare enum BarMode
Old version information:
Class name: BarMode;
Method or attribute name: declare enum BarMode
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: BarMode;
Method or attribute name: Scrollable = 0
Old version information:
Class name: BarMode;
Method or attribute name: Scrollable = 0
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: BarMode;
Method or attribute name: Fixed = 1
Old version information:
Class name: BarMode;
Method or attribute name: Fixed = 1
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: BarPosition;
Method or attribute name: declare enum BarPosition
Old version information:
Class name: BarPosition;
Method or attribute name: declare enum BarPosition
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: BarPosition;
Method or attribute name: Start
Old version information:
Class name: BarPosition;
Method or attribute name: Start
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: BarPosition;
Method or attribute name: End
Old version information:
Class name: BarPosition;
Method or attribute name: End
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsController;
Method or attribute name: declare class TabsController
Old version information:
Class name: TabsController;
Method or attribute name: declare class TabsController
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsController;
Method or attribute name: constructor();
Old version information:
Class name: TabsController;
Method or attribute name: constructor();
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsController;
Method or attribute name: changeIndex(value: number): void;
Old version information:
Class name: TabsController;
Method or attribute name: changeIndex(value: number): void;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsInterface;
Method or attribute name: interface TabsInterface
Old version information:
Class name: TabsInterface;
Method or attribute name: interface TabsInterface
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsInterface;
Method or attribute name: (value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;
Old version information:
Class name: TabsInterface;
Method or attribute name: (value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: declare class TabsAttribute
Old version information:
Class name: TabsAttribute;
Method or attribute name: declare class TabsAttribute
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: vertical(value: boolean): TabsAttribute;
Old version information:
Class name: TabsAttribute;
Method or attribute name: vertical(value: boolean): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: barPosition(value: BarPosition): TabsAttribute;
Old version information:
Class name: TabsAttribute;
Method or attribute name: barPosition(value: BarPosition): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: scrollable(value: boolean): TabsAttribute;
Old version information:
Class name: TabsAttribute;
Method or attribute name: scrollable(value: boolean): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: barMode(value: BarMode.Fixed): TabsAttribute;
Old version information:
Class name: TabsAttribute;
Method or attribute name: barMode(value: BarMode.Fixed): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: barMode(value: BarMode.Scrollable, options: ScrollableBarModeOptions): TabsAttribute;
Old version information:
Class name: TabsAttribute;
Method or attribute name: barMode(value: BarMode.Scrollable, options: ScrollableBarModeOptions): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: barMode(value: BarMode, options?: ScrollableBarModeOptions): TabsAttribute;
Old version information:
Class name: TabsAttribute;
Method or attribute name: barMode(value: BarMode, options?: ScrollableBarModeOptions): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: barWidth(value: Length): TabsAttribute;
Old version information:
Class name: TabsAttribute;
Method or attribute name: barWidth(value: Length): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: barHeight(value: Length): TabsAttribute;
Old version information:
Class name: TabsAttribute;
Method or attribute name: barHeight(value: Length): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: animationDuration(value: number): TabsAttribute;
Old version information:
Class name: TabsAttribute;
Method or attribute name: animationDuration(value: number): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: TabsAttribute;
Method or attribute name: onChange(event: (index: number) => void): TabsAttribute;
Old version information:
Class name: TabsAttribute;
Method or attribute name: onChange(event: (index: number) => void): TabsAttribute;
New version information: crossplatform
tabs.d.ts
Cross-platform capability changed Class name: SubTabBarStyle;
Method or attribute name: declare class SubTabBarStyle
Old version information:
Class name: SubTabBarStyle;
Method or attribute name: declare class SubTabBarStyle
New version information: crossplatform
tab_content.d.ts
Cross-platform capability changed Class name: SubTabBarStyle;
Method or attribute name: constructor(content: ResourceStr);
Old version information:
Class name: SubTabBarStyle;
Method or attribute name: constructor(content: ResourceStr);
New version information: crossplatform
tab_content.d.ts
Cross-platform capability changed Class name: BottomTabBarStyle;
Method or attribute name: declare class BottomTabBarStyle
Old version information:
Class name: BottomTabBarStyle;
Method or attribute name: declare class BottomTabBarStyle
New version information: crossplatform
tab_content.d.ts
Cross-platform capability changed Class name: BottomTabBarStyle;
Method or attribute name: constructor(icon: ResourceStr, text: ResourceStr);
Old version information:
Class name: BottomTabBarStyle;
Method or attribute name: constructor(icon: ResourceStr, text: ResourceStr);
New version information: crossplatform
tab_content.d.ts
Cross-platform capability changed Class name: TabContentInterface;
Method or attribute name: interface TabContentInterface
Old version information:
Class name: TabContentInterface;
Method or attribute name: interface TabContentInterface
New version information: crossplatform
tab_content.d.ts
Cross-platform capability changed Class name: TabContentInterface;
Method or attribute name: (): TabContentAttribute;
Old version information:
Class name: TabContentInterface;
Method or attribute name: (): TabContentAttribute;
New version information: crossplatform
tab_content.d.ts
Cross-platform capability changed Class name: TabContentAttribute;
Method or attribute name: declare class TabContentAttribute
Old version information:
Class name: TabContentAttribute;
Method or attribute name: declare class TabContentAttribute
New version information: crossplatform
tab_content.d.ts
Cross-platform capability changed Class name: TabContentAttribute;
Method or attribute name: tabBar(value: string | Resource | CustomBuilder |
{ icon?: string | Resource; text?: string | Resource }): TabContentAttribute;
Old version information:
Class name: TabContentAttribute;
Method or attribute name: tabBar(value: string | Resource | CustomBuilder |
{ icon?: string | Resource; text?: string | Resource }): TabContentAttribute;
New version information: crossplatform
tab_content.d.ts
Cross-platform capability changed Class name: TabContentAttribute;
Method or attribute name: tabBar(value: SubTabBarStyle | BottomTabBarStyle): TabContentAttribute;
Old version information:
Class name: TabContentAttribute;
Method or attribute name: tabBar(value: SubTabBarStyle | BottomTabBarStyle): TabContentAttribute;
New version information: crossplatform
tab_content.d.ts
Cross-platform capability changed Class name: TextInterface;
Method or attribute name: interface TextInterface
Old version information:
Class name: TextInterface;
Method or attribute name: interface TextInterface
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextInterface;
Method or attribute name: (content?: string | Resource): TextAttribute;
Old version information:
Class name: TextInterface;
Method or attribute name: (content?: string | Resource): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: declare class TextAttribute
Old version information:
Class name: TextAttribute;
Method or attribute name: declare class TextAttribute
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: fontSize(value: number | string | Resource): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: fontSize(value: number | string | Resource): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: minFontSize(value: number | string | Resource): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: minFontSize(value: number | string | Resource): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: maxFontSize(value: number | string | Resource): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: maxFontSize(value: number | string | Resource): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: textAlign(value: TextAlign): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: textAlign(value: TextAlign): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: lineHeight(value: number | string | Resource): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: lineHeight(value: number | string | Resource): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: textOverflow(value: { overflow: TextOverflow }): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: textOverflow(value: { overflow: TextOverflow }): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: fontFamily(value: string | Resource): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: fontFamily(value: string | Resource): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: maxLines(value: number): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: maxLines(value: number): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: letterSpacing(value: number | string): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: letterSpacing(value: number | string): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: textCase(value: TextCase): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: textCase(value: TextCase): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: baselineOffset(value: number | string): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: baselineOffset(value: number | string): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAttribute;
Method or attribute name: copyOption(value: CopyOptions): TextAttribute;
Old version information:
Class name: TextAttribute;
Method or attribute name: copyOption(value: CopyOptions): TextAttribute;
New version information: crossplatform
text.d.ts
Cross-platform capability changed Class name: TextAreaController;
Method or attribute name: declare class TextAreaController
Old version information:
Class name: TextAreaController;
Method or attribute name: declare class TextAreaController
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaController;
Method or attribute name: constructor();
Old version information:
Class name: TextAreaController;
Method or attribute name: constructor();
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaController;
Method or attribute name: caretPosition(value: number): void;
Old version information:
Class name: TextAreaController;
Method or attribute name: caretPosition(value: number): void;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaOptions;
Method or attribute name: declare interface TextAreaOptions
Old version information:
Class name: TextAreaOptions;
Method or attribute name: declare interface TextAreaOptions
New version information: crossplatform
text_area.d.ts
Cross-platform capability 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: crossplatform
text_area.d.ts
Cross-platform capability 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: crossplatform
text_area.d.ts
Cross-platform capability 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: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaInterface;
Method or attribute name: interface TextAreaInterface
Old version information:
Class name: TextAreaInterface;
Method or attribute name: interface TextAreaInterface
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaInterface;
Method or attribute name: (value?: TextAreaOptions): TextAreaAttribute;
Old version information:
Class name: TextAreaInterface;
Method or attribute name: (value?: TextAreaOptions): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: declare class TextAreaAttribute
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: declare class TextAreaAttribute
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: placeholderColor(value: ResourceColor): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: placeholderColor(value: ResourceColor): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: placeholderFont(value: Font): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: placeholderFont(value: Font): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: textAlign(value: TextAlign): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: textAlign(value: TextAlign): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: caretColor(value: ResourceColor): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: caretColor(value: ResourceColor): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: fontSize(value: Length): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: fontSize(value: Length): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: fontFamily(value: ResourceStr): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: fontFamily(value: ResourceStr): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: onChange(callback: (value: string) => void): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: onChange(callback: (value: string) => void): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: onCopy(callback: (value: string) => void): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: onCopy(callback: (value: string) => void): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: onCut(callback: (value: string) => void): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: onCut(callback: (value: string) => void): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: onPaste(callback: (value: string) => void): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: onPaste(callback: (value: string) => void): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextAreaAttribute;
Method or attribute name: copyOption(value: CopyOptions): TextAreaAttribute;
Old version information:
Class name: TextAreaAttribute;
Method or attribute name: copyOption(value: CopyOptions): TextAreaAttribute;
New version information: crossplatform
text_area.d.ts
Cross-platform capability changed Class name: TextClockController;
Method or attribute name: declare class TextClockController
Old version information:
Class name: TextClockController;
Method or attribute name: declare class TextClockController
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockController;
Method or attribute name: constructor();
Old version information:
Class name: TextClockController;
Method or attribute name: constructor();
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockController;
Method or attribute name: start();
Old version information:
Class name: TextClockController;
Method or attribute name: start();
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockController;
Method or attribute name: stop();
Old version information:
Class name: TextClockController;
Method or attribute name: stop();
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockInterface;
Method or attribute name: interface TextClockInterface
Old version information:
Class name: TextClockInterface;
Method or attribute name: interface TextClockInterface
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockInterface;
Method or attribute name: (options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;
Old version information:
Class name: TextClockInterface;
Method or attribute name: (options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockAttribute;
Method or attribute name: format(value: string): TextClockAttribute;
Old version information:
Class name: TextClockAttribute;
Method or attribute name: format(value: string): TextClockAttribute;
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockAttribute;
Method or attribute name: onDateChange(event: (value: number) => void): TextClockAttribute;
Old version information:
Class name: TextClockAttribute;
Method or attribute name: onDateChange(event: (value: number) => void): TextClockAttribute;
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextClockAttribute;
Old version information:
Class name: TextClockAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextClockAttribute;
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockAttribute;
Method or attribute name: fontSize(value: Length): TextClockAttribute;
Old version information:
Class name: TextClockAttribute;
Method or attribute name: fontSize(value: Length): TextClockAttribute;
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextClockAttribute;
Old version information:
Class name: TextClockAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextClockAttribute;
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextClockAttribute;
Old version information:
Class name: TextClockAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextClockAttribute;
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: TextClockAttribute;
Method or attribute name: fontFamily(value: ResourceStr): TextClockAttribute;
Old version information:
Class name: TextClockAttribute;
Method or attribute name: fontFamily(value: ResourceStr): TextClockAttribute;
New version information: crossplatform
text_clock.d.ts
Cross-platform capability changed Class name: InputType;
Method or attribute name: declare enum InputType
Old version information:
Class name: InputType;
Method or attribute name: declare enum InputType
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: InputType;
Method or attribute name: Normal
Old version information:
Class name: InputType;
Method or attribute name: Normal
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: InputType;
Method or attribute name: Number
Old version information:
Class name: InputType;
Method or attribute name: Number
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: InputType;
Method or attribute name: PhoneNumber
Old version information:
Class name: InputType;
Method or attribute name: PhoneNumber
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: InputType;
Method or attribute name: Email
Old version information:
Class name: InputType;
Method or attribute name: Email
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: InputType;
Method or attribute name: Password
Old version information:
Class name: InputType;
Method or attribute name: Password
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: EnterKeyType;
Method or attribute name: declare enum EnterKeyType
Old version information:
Class name: EnterKeyType;
Method or attribute name: declare enum EnterKeyType
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: EnterKeyType;
Method or attribute name: Go
Old version information:
Class name: EnterKeyType;
Method or attribute name: Go
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: EnterKeyType;
Method or attribute name: Search
Old version information:
Class name: EnterKeyType;
Method or attribute name: Search
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: EnterKeyType;
Method or attribute name: Send
Old version information:
Class name: EnterKeyType;
Method or attribute name: Send
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: EnterKeyType;
Method or attribute name: Next
Old version information:
Class name: EnterKeyType;
Method or attribute name: Next
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: EnterKeyType;
Method or attribute name: Done
Old version information:
Class name: EnterKeyType;
Method or attribute name: Done
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputController;
Method or attribute name: declare class TextInputController
Old version information:
Class name: TextInputController;
Method or attribute name: declare class TextInputController
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputController;
Method or attribute name: constructor();
Old version information:
Class name: TextInputController;
Method or attribute name: constructor();
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputController;
Method or attribute name: caretPosition(value: number): void;
Old version information:
Class name: TextInputController;
Method or attribute name: caretPosition(value: number): void;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputOptions;
Method or attribute name: declare interface TextInputOptions
Old version information:
Class name: TextInputOptions;
Method or attribute name: declare interface TextInputOptions
New version information: crossplatform
text_input.d.ts
Cross-platform capability 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: crossplatform
text_input.d.ts
Cross-platform capability 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: crossplatform
text_input.d.ts
Cross-platform capability 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: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputStyle;
Method or attribute name: declare enum TextInputStyle
Old version information:
Class name: TextInputStyle;
Method or attribute name: declare enum TextInputStyle
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputStyle;
Method or attribute name: Default
Old version information:
Class name: TextInputStyle;
Method or attribute name: Default
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputStyle;
Method or attribute name: Inline
Old version information:
Class name: TextInputStyle;
Method or attribute name: Inline
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputInterface;
Method or attribute name: interface TextInputInterface
Old version information:
Class name: TextInputInterface;
Method or attribute name: interface TextInputInterface
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputInterface;
Method or attribute name: (value?: TextInputOptions): TextInputAttribute;
Old version information:
Class name: TextInputInterface;
Method or attribute name: (value?: TextInputOptions): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: declare class TextInputAttribute
Old version information:
Class name: TextInputAttribute;
Method or attribute name: declare class TextInputAttribute
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: type(value: InputType): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: type(value: InputType): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: placeholderColor(value: ResourceColor): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: placeholderColor(value: ResourceColor): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: placeholderFont(value?: Font): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: placeholderFont(value?: Font): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: enterKeyType(value: EnterKeyType): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: enterKeyType(value: EnterKeyType): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: caretColor(value: ResourceColor): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: caretColor(value: ResourceColor): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: onChange(callback: (value: string) => void): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: onChange(callback: (value: string) => void): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: maxLength(value: number): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: maxLength(value: number): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: fontSize(value: Length): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: fontSize(value: Length): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: fontFamily(value: ResourceStr): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: fontFamily(value: ResourceStr): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: onCopy(callback: (value: string) => void): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: onCopy(callback: (value: string) => void): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: onCut(callback: (value: string) => void): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: onCut(callback: (value: string) => void): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: onPaste(callback: (value: string) => void): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: onPaste(callback: (value: string) => void): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: copyOption(value: CopyOptions): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: copyOption(value: CopyOptions): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: showPasswordIcon(value: boolean): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: showPasswordIcon(value: boolean): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: textAlign(value: TextAlign): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: textAlign(value: TextAlign): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextInputAttribute;
Method or attribute name: style(value: TextInputStyle | TextContentStyle): TextInputAttribute;
Old version information:
Class name: TextInputAttribute;
Method or attribute name: style(value: TextInputStyle | TextContentStyle): TextInputAttribute;
New version information: crossplatform
text_input.d.ts
Cross-platform capability changed Class name: TextPickerOptions;
Method or attribute name: declare interface TextPickerOptions
Old version information:
Class name: TextPickerOptions;
Method or attribute name: declare interface TextPickerOptions
New version information: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerOptions;
Method or attribute name: range: string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[];
Old version information:
Class name: TextPickerOptions;
Method or attribute name: range: string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[];
New version information: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerOptions;
Method or attribute name: value?: string | string[];
Old version information:
Class name: TextPickerOptions;
Method or attribute name: value?: string | string[];
New version information: crossplatform
text_picker.d.ts
Cross-platform capability 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: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerInterface;
Method or attribute name: interface TextPickerInterface
Old version information:
Class name: TextPickerInterface;
Method or attribute name: interface TextPickerInterface
New version information: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerInterface;
Method or attribute name: (options?: TextPickerOptions): TextPickerAttribute;
Old version information:
Class name: TextPickerInterface;
Method or attribute name: (options?: TextPickerOptions): TextPickerAttribute;
New version information: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerAttribute;
Method or attribute name: declare class TextPickerAttribute
Old version information:
Class name: TextPickerAttribute;
Method or attribute name: declare class TextPickerAttribute
New version information: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerAttribute;
Method or attribute name: defaultPickerItemHeight(value: number | string): TextPickerAttribute;
Old version information:
Class name: TextPickerAttribute;
Method or attribute name: defaultPickerItemHeight(value: number | string): TextPickerAttribute;
New version information: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerAttribute;
Method or attribute name: onChange(callback: (value: string | string[], index: number | number[]) => void): TextPickerAttribute;
Old version information:
Class name: TextPickerAttribute;
Method or attribute name: onChange(callback: (value: string | string[], index: number | number[]) => void): TextPickerAttribute;
New version information: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerResult;
Method or attribute name: declare interface TextPickerResult
Old version information:
Class name: TextPickerResult;
Method or attribute name: declare interface TextPickerResult
New version information: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerResult;
Method or attribute name: value: string | string[];
Old version information:
Class name: TextPickerResult;
Method or attribute name: value: string | string[];
New version information: crossplatform
text_picker.d.ts
Cross-platform capability 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: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerDialogOptions;
Method or attribute name: declare interface TextPickerDialogOptions
Old version information:
Class name: TextPickerDialogOptions;
Method or attribute name: declare interface TextPickerDialogOptions
New version information: crossplatform
text_picker.d.ts
Cross-platform capability 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: crossplatform
text_picker.d.ts
Cross-platform capability 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: crossplatform
text_picker.d.ts
Cross-platform capability 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: crossplatform
text_picker.d.ts
Cross-platform capability 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: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerDialog;
Method or attribute name: declare class TextPickerDialog
Old version information:
Class name: TextPickerDialog;
Method or attribute name: declare class TextPickerDialog
New version information: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextPickerDialog;
Method or attribute name: static show(options?: TextPickerDialogOptions);
Old version information:
Class name: TextPickerDialog;
Method or attribute name: static show(options?: TextPickerDialogOptions);
New version information: crossplatform
text_picker.d.ts
Cross-platform capability changed Class name: TextTimerController;
Method or attribute name: declare class TextTimerController
Old version information:
Class name: TextTimerController;
Method or attribute name: declare class TextTimerController
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerController;
Method or attribute name: constructor();
Old version information:
Class name: TextTimerController;
Method or attribute name: constructor();
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerController;
Method or attribute name: start();
Old version information:
Class name: TextTimerController;
Method or attribute name: start();
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerController;
Method or attribute name: pause();
Old version information:
Class name: TextTimerController;
Method or attribute name: pause();
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerController;
Method or attribute name: reset();
Old version information:
Class name: TextTimerController;
Method or attribute name: reset();
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerOptions;
Method or attribute name: interface TextTimerOptions
Old version information:
Class name: TextTimerOptions;
Method or attribute name: interface TextTimerOptions
New version information: crossplatform
text_timer.d.ts
Cross-platform capability 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: crossplatform
text_timer.d.ts
Cross-platform capability 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: crossplatform
text_timer.d.ts
Cross-platform capability 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: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerInterface;
Method or attribute name: interface TextTimerInterface
Old version information:
Class name: TextTimerInterface;
Method or attribute name: interface TextTimerInterface
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerInterface;
Method or attribute name: (options?: TextTimerOptions): TextTimerAttribute;
Old version information:
Class name: TextTimerInterface;
Method or attribute name: (options?: TextTimerOptions): TextTimerAttribute;
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerAttribute;
Method or attribute name: declare class TextTimerAttribute
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: declare class TextTimerAttribute
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerAttribute;
Method or attribute name: format(value: string): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: format(value: string): TextTimerAttribute;
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerAttribute;
Method or attribute name: fontSize(value: Length): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: fontSize(value: Length): TextTimerAttribute;
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: fontWeight(value: number | FontWeight | string): TextTimerAttribute;
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerAttribute;
Method or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TextTimerAttribute;
Method or attribute name: onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
Old version information:
Class name: TextTimerAttribute;
Method or attribute name: onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
New version information: crossplatform
text_timer.d.ts
Cross-platform capability changed Class name: TimePickerResult;
Method or attribute name: declare interface TimePickerResult
Old version information:
Class name: TimePickerResult;
Method or attribute name: declare interface TimePickerResult
New version information: crossplatform
time_picker.d.ts
Cross-platform capability 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: crossplatform
time_picker.d.ts
Cross-platform capability 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: crossplatform
time_picker.d.ts
Cross-platform capability changed Class name: TimePickerOptions;
Method or attribute name: declare interface TimePickerOptions
Old version information:
Class name: TimePickerOptions;
Method or attribute name: declare interface TimePickerOptions
New version information: crossplatform
time_picker.d.ts
Cross-platform capability 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: crossplatform
time_picker.d.ts
Cross-platform capability changed Class name: TimePickerInterface;
Method or attribute name: interface TimePickerInterface
Old version information:
Class name: TimePickerInterface;
Method or attribute name: interface TimePickerInterface
New version information: crossplatform
time_picker.d.ts
Cross-platform capability changed Class name: TimePickerInterface;
Method or attribute name: (options?: TimePickerOptions): TimePickerAttribute;
Old version information:
Class name: TimePickerInterface;
Method or attribute name: (options?: TimePickerOptions): TimePickerAttribute;
New version information: crossplatform
time_picker.d.ts
Cross-platform capability changed Class name: TimePickerAttribute;
Method or attribute name: declare class TimePickerAttribute
Old version information:
Class name: TimePickerAttribute;
Method or attribute name: declare class TimePickerAttribute
New version information: crossplatform
time_picker.d.ts
Cross-platform capability changed Class name: TimePickerAttribute;
Method or attribute name: useMilitaryTime(value: boolean): TimePickerAttribute;
Old version information:
Class name: TimePickerAttribute;
Method or attribute name: useMilitaryTime(value: boolean): TimePickerAttribute;
New version information: crossplatform
time_picker.d.ts
Cross-platform capability changed Class name: TimePickerAttribute;
Method or attribute name: onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;
Old version information:
Class name: TimePickerAttribute;
Method or attribute name: onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;
New version information: crossplatform
time_picker.d.ts
Cross-platform capability changed Class name: TimePickerDialogOptions;
Method or attribute name: declare interface TimePickerDialogOptions
Old version information:
Class name: TimePickerDialogOptions;
Method or attribute name: declare interface TimePickerDialogOptions
New version information: crossplatform
time_picker.d.ts
Cross-platform capability 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: crossplatform
time_picker.d.ts
Cross-platform capability 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: crossplatform
time_picker.d.ts
Cross-platform capability 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: crossplatform
time_picker.d.ts
Cross-platform capability 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: crossplatform
time_picker.d.ts
Cross-platform capability changed Class name: TimePickerDialog;
Method or attribute name: declare class TimePickerDialog
Old version information:
Class name: TimePickerDialog;
Method or attribute name: declare class TimePickerDialog
New version information: crossplatform
time_picker.d.ts
Cross-platform capability changed Class name: TimePickerDialog;
Method or attribute name: static show(options?: TimePickerDialogOptions);
Old version information:
Class name: TimePickerDialog;
Method or attribute name: static show(options?: TimePickerDialogOptions);
New version information: crossplatform
time_picker.d.ts
Cross-platform capability changed Class name: ToggleType;
Method or attribute name: declare enum ToggleType
Old version information:
Class name: ToggleType;
Method or attribute name: declare enum ToggleType
New version information: crossplatform
toggle.d.ts
Cross-platform capability changed Class name: ToggleType;
Method or attribute name: Checkbox
Old version information:
Class name: ToggleType;
Method or attribute name: Checkbox
New version information: crossplatform
toggle.d.ts
Cross-platform capability changed Class name: ToggleType;
Method or attribute name: Switch
Old version information:
Class name: ToggleType;
Method or attribute name: Switch
New version information: crossplatform
toggle.d.ts
Cross-platform capability changed Class name: ToggleType;
Method or attribute name: Button
Old version information:
Class name: ToggleType;
Method or attribute name: Button
New version information: crossplatform
toggle.d.ts
Cross-platform capability changed Class name: ToggleInterface;
Method or attribute name: interface ToggleInterface
Old version information:
Class name: ToggleInterface;
Method or attribute name: interface ToggleInterface
New version information: crossplatform
toggle.d.ts
Cross-platform capability changed Class name: ToggleInterface;
Method or attribute name: (options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;
Old version information:
Class name: ToggleInterface;
Method or attribute name: (options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;
New version information: crossplatform
toggle.d.ts
Cross-platform capability changed Class name: ToggleAttribute;
Method or attribute name: declare class ToggleAttribute
Old version information:
Class name: ToggleAttribute;
Method or attribute name: declare class ToggleAttribute
New version information: crossplatform
toggle.d.ts
Cross-platform capability changed Class name: ToggleAttribute;
Method or attribute name: onChange(callback: (isOn: boolean) => void): ToggleAttribute;
Old version information:
Class name: ToggleAttribute;
Method or attribute name: onChange(callback: (isOn: boolean) => void): ToggleAttribute;
New version information: crossplatform
toggle.d.ts
Cross-platform capability changed Class name: ToggleAttribute;
Method or attribute name: selectedColor(value: ResourceColor): ToggleAttribute;
Old version information:
Class name: ToggleAttribute;
Method or attribute name: selectedColor(value: ResourceColor): ToggleAttribute;
New version information: crossplatform
toggle.d.ts
Cross-platform capability changed Class name: ToggleAttribute;
Method or attribute name: switchPointColor(color: ResourceColor): ToggleAttribute;
Old version information:
Class name: ToggleAttribute;
Method or attribute name: switchPointColor(color: ResourceColor): ToggleAttribute;
New version information: crossplatform
toggle.d.ts
Cross-platform capability changed Class name: Font;
Method or attribute name: declare interface Font
Old version information:
Class name: Font;
Method or attribute name: declare interface Font
New version information: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability changed Class name: Area;
Method or attribute name: declare interface Area
Old version information:
Class name: Area;
Method or attribute name: declare interface Area
New version information: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability changed Class name: Position;
Method or attribute name: declare interface Position
Old version information:
Class name: Position;
Method or attribute name: declare interface Position
New version information: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability changed Class name: ConstraintSizeOptions;
Method or attribute name: declare interface ConstraintSizeOptions
Old version information:
Class name: ConstraintSizeOptions;
Method or attribute name: declare interface ConstraintSizeOptions
New version information: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability changed Class name: SizeOptions;
Method or attribute name: declare interface SizeOptions
Old version information:
Class name: SizeOptions;
Method or attribute name: declare interface SizeOptions
New version information: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability 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: crossplatform
units.d.ts
Cross-platform capability changed Class name: BorderOptions;
Method or attribute name: declare interface BorderOptions
Old version information:
Class name: BorderOptions;
Method or attribute name: declare interface BorderOptions
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: BorderOptions;
Method or attribute name: width?: EdgeWidths | Length;
Old version information:
Class name: BorderOptions;
Method or attribute name: width?: EdgeWidths | Length;
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: BorderOptions;
Method or attribute name: color?: EdgeColors | ResourceColor;
Old version information:
Class name: BorderOptions;
Method or attribute name: color?: EdgeColors | ResourceColor;
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: BorderOptions;
Method or attribute name: radius?: BorderRadiuses | Length;
Old version information:
Class name: BorderOptions;
Method or attribute name: radius?: BorderRadiuses | Length;
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: BorderOptions;
Method or attribute name: style?: EdgeStyles | BorderStyle;
Old version information:
Class name: BorderOptions;
Method or attribute name: style?: EdgeStyles | BorderStyle;
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: ColorFilter;
Method or attribute name: declare class ColorFilter
Old version information:
Class name: ColorFilter;
Method or attribute name: declare class ColorFilter
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: ColorFilter;
Method or attribute name: constructor(value: number[]);
Old version information:
Class name: ColorFilter;
Method or attribute name: constructor(value: number[]);
New version information: crossplatform
units.d.ts
Cross-platform capability changed Class name: SeekMode;
Method or attribute name: declare enum SeekMode
Old version information:
Class name: SeekMode;
Method or attribute name: declare enum SeekMode
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: SeekMode;
Method or attribute name: PreviousKeyframe
Old version information:
Class name: SeekMode;
Method or attribute name: PreviousKeyframe
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: SeekMode;
Method or attribute name: NextKeyframe
Old version information:
Class name: SeekMode;
Method or attribute name: NextKeyframe
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: SeekMode;
Method or attribute name: ClosestKeyframe
Old version information:
Class name: SeekMode;
Method or attribute name: ClosestKeyframe
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: SeekMode;
Method or attribute name: Accurate
Old version information:
Class name: SeekMode;
Method or attribute name: Accurate
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: PlaybackSpeed;
Method or attribute name: declare enum PlaybackSpeed
Old version information:
Class name: PlaybackSpeed;
Method or attribute name: declare enum PlaybackSpeed
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: PlaybackSpeed;
Method or attribute name: Speed_Forward_0_75_X
Old version information:
Class name: PlaybackSpeed;
Method or attribute name: Speed_Forward_0_75_X
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: PlaybackSpeed;
Method or attribute name: Speed_Forward_1_00_X
Old version information:
Class name: PlaybackSpeed;
Method or attribute name: Speed_Forward_1_00_X
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: PlaybackSpeed;
Method or attribute name: Speed_Forward_1_25_X
Old version information:
Class name: PlaybackSpeed;
Method or attribute name: Speed_Forward_1_25_X
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: PlaybackSpeed;
Method or attribute name: Speed_Forward_1_75_X
Old version information:
Class name: PlaybackSpeed;
Method or attribute name: Speed_Forward_1_75_X
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: PlaybackSpeed;
Method or attribute name: Speed_Forward_2_00_X
Old version information:
Class name: PlaybackSpeed;
Method or attribute name: Speed_Forward_2_00_X
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoOptions;
Method or attribute name: declare interface VideoOptions
Old version information:
Class name: VideoOptions;
Method or attribute name: declare interface VideoOptions
New version information: crossplatform
video.d.ts
Cross-platform capability 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: crossplatform
video.d.ts
Cross-platform capability 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: crossplatform
video.d.ts
Cross-platform capability 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: crossplatform
video.d.ts
Cross-platform capability 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: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoController;
Method or attribute name: declare class VideoController
Old version information:
Class name: VideoController;
Method or attribute name: declare class VideoController
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoController;
Method or attribute name: constructor();
Old version information:
Class name: VideoController;
Method or attribute name: constructor();
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoController;
Method or attribute name: start();
Old version information:
Class name: VideoController;
Method or attribute name: start();
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoController;
Method or attribute name: pause();
Old version information:
Class name: VideoController;
Method or attribute name: pause();
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoController;
Method or attribute name: stop();
Old version information:
Class name: VideoController;
Method or attribute name: stop();
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoController;
Method or attribute name: setCurrentTime(value: number);
Old version information:
Class name: VideoController;
Method or attribute name: setCurrentTime(value: number);
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoController;
Method or attribute name: setCurrentTime(value: number, seekMode: SeekMode);
Old version information:
Class name: VideoController;
Method or attribute name: setCurrentTime(value: number, seekMode: SeekMode);
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoController;
Method or attribute name: requestFullscreen(value: boolean);
Old version information:
Class name: VideoController;
Method or attribute name: requestFullscreen(value: boolean);
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoController;
Method or attribute name: exitFullscreen();
Old version information:
Class name: VideoController;
Method or attribute name: exitFullscreen();
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoInterface;
Method or attribute name: interface VideoInterface
Old version information:
Class name: VideoInterface;
Method or attribute name: interface VideoInterface
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoInterface;
Method or attribute name: (value: VideoOptions): VideoAttribute;
Old version information:
Class name: VideoInterface;
Method or attribute name: (value: VideoOptions): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: declare class VideoAttribute
Old version information:
Class name: VideoAttribute;
Method or attribute name: declare class VideoAttribute
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: muted(value: boolean): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: muted(value: boolean): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: autoPlay(value: boolean): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: autoPlay(value: boolean): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: controls(value: boolean): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: controls(value: boolean): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: loop(value: boolean): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: loop(value: boolean): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: objectFit(value: ImageFit): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: objectFit(value: ImageFit): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: onStart(event: () => void): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: onStart(event: () => void): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: onPause(event: () => void): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: onPause(event: () => void): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: onFinish(event: () => void): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: onFinish(event: () => void): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: onFullscreenChange(callback: (event: {
/**
* Play the flag in full screen.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fullscreen: boolean
}) => void): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: onFullscreenChange(callback: (event: {
/**
* Play the flag in full screen.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
fullscreen: boolean
}) => void): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: onPrepared(callback: (event: {
/**
* Playback duration.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
duration: number
}) => void): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: onPrepared(callback: (event: {
/**
* Playback duration.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
duration: number
}) => void): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: onSeeking(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: onSeeking(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: onSeeked(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: onSeeked(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: onUpdate(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: onUpdate(callback: (event: {
/**
* Play time.
*
* @syscap SystemCapability.ArkUI.ArkUI.Full
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: VideoAttribute;
Method or attribute name: onError(event: () => void): VideoAttribute;
Old version information:
Class name: VideoAttribute;
Method or attribute name: onError(event: () => void): VideoAttribute;
New version information: crossplatform
video.d.ts
Cross-platform capability changed Class name: WaterFlowOptions;
Method or attribute name: declare interface WaterFlowOptions
Old version information:
Class name: WaterFlowOptions;
Method or attribute name: declare interface WaterFlowOptions
New version information: crossplatform
water_flow.d.ts
Cross-platform capability 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: crossplatform
water_flow.d.ts
Cross-platform capability 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: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowInterface;
Method or attribute name: interface WaterFlowInterface
Old version information:
Class name: WaterFlowInterface;
Method or attribute name: interface WaterFlowInterface
New version information: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowInterface;
Method or attribute name: (options?: WaterFlowOptions): WaterFlowAttribute;
Old version information:
Class name: WaterFlowInterface;
Method or attribute name: (options?: WaterFlowOptions): WaterFlowAttribute;
New version information: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowAttribute;
Method or attribute name: declare class WaterFlowAttribute
Old version information:
Class name: WaterFlowAttribute;
Method or attribute name: declare class WaterFlowAttribute
New version information: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowAttribute;
Method or attribute name: columnsTemplate(value: string): WaterFlowAttribute;
Old version information:
Class name: WaterFlowAttribute;
Method or attribute name: columnsTemplate(value: string): WaterFlowAttribute;
New version information: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowAttribute;
Method or attribute name: itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;
Old version information:
Class name: WaterFlowAttribute;
Method or attribute name: itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;
New version information: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowAttribute;
Method or attribute name: rowsTemplate(value: string): WaterFlowAttribute;
Old version information:
Class name: WaterFlowAttribute;
Method or attribute name: rowsTemplate(value: string): WaterFlowAttribute;
New version information: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowAttribute;
Method or attribute name: columnsGap(value: Length): WaterFlowAttribute;
Old version information:
Class name: WaterFlowAttribute;
Method or attribute name: columnsGap(value: Length): WaterFlowAttribute;
New version information: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowAttribute;
Method or attribute name: rowsGap(value: Length): WaterFlowAttribute;
Old version information:
Class name: WaterFlowAttribute;
Method or attribute name: rowsGap(value: Length): WaterFlowAttribute;
New version information: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowAttribute;
Method or attribute name: layoutDirection(value: FlexDirection): WaterFlowAttribute;
Old version information:
Class name: WaterFlowAttribute;
Method or attribute name: layoutDirection(value: FlexDirection): WaterFlowAttribute;
New version information: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowAttribute;
Method or attribute name: onReachStart(event: () => void): WaterFlowAttribute;
Old version information:
Class name: WaterFlowAttribute;
Method or attribute name: onReachStart(event: () => void): WaterFlowAttribute;
New version information: crossplatform
water_flow.d.ts
Cross-platform capability changed Class name: WaterFlowAttribute;
Method or attribute name: onReachEnd(event: () => void): WaterFlowAttribute;
Old version information:
Class name: WaterFlowAttribute;
Method or attribute name: onReachEnd(event: () => void): WaterFlowAttribute;
New version information: crossplatform
water_flow.d.ts