1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: NamedRouterOptions;<br>Method or attribute name: params?: Object;|@ohos.router.d.ts| 4|Added|NA|Class name: NamedRouterOptions;<br>Method or attribute name: name: string;|@ohos.router.d.ts| 5|Added|NA|Class name: componentSnapshot;<br>Method or attribute name: function get(id: string, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.arkui.componentSnapshot.d.ts| 6|Added|NA|Class name: componentSnapshot;<br>Method or attribute name: function get(id: string): Promise\<image.PixelMap>;|@ohos.arkui.componentSnapshot.d.ts| 7|Added|NA|Class name: componentSnapshot;<br>Method or attribute name: function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\<image.PixelMap>): void;|@ohos.arkui.componentSnapshot.d.ts| 8|Added|NA|Class name: componentSnapshot;<br>Method or attribute name: function createFromBuilder(builder: CustomBuilder): Promise\<image.PixelMap>;|@ohos.arkui.componentSnapshot.d.ts| 9|Added|NA|Class name: componentUtils;<br>Method or attribute name: type Matrix4Result = [<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> ];|@ohos.arkui.componentUtils.d.ts| 10|Added|NA|Class name: componentUtils;<br>Method or attribute name: function getRectangleById(id: string): ComponentInfo;|@ohos.arkui.componentUtils.d.ts| 11|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: size: Size|@ohos.arkui.componentUtils.d.ts| 12|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: localOffset: Offset|@ohos.arkui.componentUtils.d.ts| 13|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: windowOffset: Offset|@ohos.arkui.componentUtils.d.ts| 14|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: screenOffset: Offset|@ohos.arkui.componentUtils.d.ts| 15|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: translate: TranslateResult|@ohos.arkui.componentUtils.d.ts| 16|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: scale: ScaleResult|@ohos.arkui.componentUtils.d.ts| 17|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: rotate: RotateResult|@ohos.arkui.componentUtils.d.ts| 18|Added|NA|Class name: ComponentInfo;<br>Method or attribute name: transform: Matrix4Result|@ohos.arkui.componentUtils.d.ts| 19|Added|NA|Class name: Size;<br>Method or attribute name: width: number|@ohos.arkui.componentUtils.d.ts| 20|Added|NA|Class name: Size;<br>Method or attribute name: height: number|@ohos.arkui.componentUtils.d.ts| 21|Added|NA|Class name: Offset;<br>Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts| 22|Added|NA|Class name: TranslateResult;<br>Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts| 23|Added|NA|Class name: ScaleResult;<br>Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts| 24|Added|NA|Class name: RotateResult;<br>Method or attribute name: x: number|@ohos.arkui.componentUtils.d.ts| 25|Added|NA|Class name: Offset;<br>Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts| 26|Added|NA|Class name: TranslateResult;<br>Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts| 27|Added|NA|Class name: ScaleResult;<br>Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts| 28|Added|NA|Class name: RotateResult;<br>Method or attribute name: y: number|@ohos.arkui.componentUtils.d.ts| 29|Added|NA|Class name: TranslateResult;<br>Method or attribute name: z: number|@ohos.arkui.componentUtils.d.ts| 30|Added|NA|Class name: ScaleResult;<br>Method or attribute name: z: number|@ohos.arkui.componentUtils.d.ts| 31|Added|NA|Class name: RotateResult;<br>Method or attribute name: z: number|@ohos.arkui.componentUtils.d.ts| 32|Added|NA|Class name: ScaleResult;<br>Method or attribute name: centerX: number|@ohos.arkui.componentUtils.d.ts| 33|Added|NA|Class name: RotateResult;<br>Method or attribute name: centerX: number|@ohos.arkui.componentUtils.d.ts| 34|Added|NA|Class name: ScaleResult;<br>Method or attribute name: centerY: number|@ohos.arkui.componentUtils.d.ts| 35|Added|NA|Class name: RotateResult;<br>Method or attribute name: centerY: number|@ohos.arkui.componentUtils.d.ts| 36|Added|NA|Class name: RotateResult;<br>Method or attribute name: angle: number|@ohos.arkui.componentUtils.d.ts| 37|Added|NA|Class name: dragController;<br>Method or attribute name: function executeDrag(custom: CustomBuilder \| DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback\<{<br> event: DragEvent, extraParams: string<br> }>): void;|@ohos.arkui.dragController.d.ts| 38|Added|NA|Class name: dragController;<br>Method or attribute name: function executeDrag(custom: CustomBuilder \| DragItemInfo, dragInfo: DragInfo): Promise\<{<br> event: DragEvent, extraParams: string<br> }>;|@ohos.arkui.dragController.d.ts| 39|Added|NA|Class name: DragInfo;<br>Method or attribute name: pointerId: number;|@ohos.arkui.dragController.d.ts| 40|Added|NA|Class name: DragInfo;<br>Method or attribute name: data?: unifiedDataChannel.UnifiedData;|@ohos.arkui.dragController.d.ts| 41|Added|NA|Class name: DragInfo;<br>Method or attribute name: extraParams?: string;|@ohos.arkui.dragController.d.ts| 42|Added|NA|Class name: DrawableDescriptor;<br>Method or attribute name: constructor();|@ohos.arkui.drawableDescriptor.d.ts| 43|Added|NA|Class name: DrawableDescriptor;<br>Method or attribute name: getPixelMap(): image.PixelMap;|@ohos.arkui.drawableDescriptor.d.ts| 44|Added|NA|Class name: LayeredDrawableDescriptor;<br>Method or attribute name: getForeground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts| 45|Added|NA|Class name: LayeredDrawableDescriptor;<br>Method or attribute name: getBackground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts| 46|Added|NA|Class name: LayeredDrawableDescriptor;<br>Method or attribute name: getMask(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts| 47|Added|NA|Class name: LayeredDrawableDescriptor;<br>Method or attribute name: static getMaskClipPath(): string;|@ohos.arkui.drawableDescriptor.d.ts| 48|Added|NA|Class name: inspector;<br>Method or attribute name: function createComponentObserver(id: string): ComponentObserver;|@ohos.arkui.inspector.d.ts| 49|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: on(type: 'layout', callback: () => void): void;|@ohos.arkui.inspector.d.ts| 50|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: on(type: 'draw', callback: () => void): void;|@ohos.arkui.inspector.d.ts| 51|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: off(type: 'layout', callback?: () => void): void;|@ohos.arkui.inspector.d.ts| 52|Added|NA|Class name: ComponentObserver;<br>Method or attribute name: off(type: 'draw', callback?: () => void): void;|@ohos.arkui.inspector.d.ts| 53|Added|NA|Class name: performanceMonitor;<br>Method or attribute name: function begin(scene: string, startInputType: ActionType, note?: string): void;|@ohos.arkui.performanceMonitor.d.ts| 54|Added|NA|Class name: performanceMonitor;<br>Method or attribute name: function end(scene: string): void;|@ohos.arkui.performanceMonitor.d.ts| 55|Added|NA|Class name: ActionType;<br>Method or attribute name: LAST_DOWN = 0|@ohos.arkui.performanceMonitor.d.ts| 56|Added|NA|Class name: ActionType;<br>Method or attribute name: LAST_UP = 1|@ohos.arkui.performanceMonitor.d.ts| 57|Added|NA|Class name: ActionType;<br>Method or attribute name: FIRST_MOVE = 2|@ohos.arkui.performanceMonitor.d.ts| 58|Added|NA|Class name: Font;<br>Method or attribute name: registerFont(options: font.FontOptions): void;|@ohos.arkui.UIContext.d.ts| 59|Added|NA|Class name: Font;<br>Method or attribute name: getSystemFontList(): Array\<string>;|@ohos.arkui.UIContext.d.ts| 60|Added|NA|Class name: Font;<br>Method or attribute name: getFontByName(fontName: string): font.FontInfo;|@ohos.arkui.UIContext.d.ts| 61|Added|NA|Class name: MediaQuery;<br>Method or attribute name: matchMediaSync(condition: string): mediaQuery.MediaQueryListener;|@ohos.arkui.UIContext.d.ts| 62|Added|NA|Class name: UIInspector;<br>Method or attribute name: createComponentObserver(id: string): inspector.ComponentObserver;|@ohos.arkui.UIContext.d.ts| 63|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts| 64|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts| 65|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts| 66|Added|NA|Class name: Router;<br>Method or attribute name: pushUrl(options: router.RouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts| 67|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts| 68|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts| 69|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts| 70|Added|NA|Class name: Router;<br>Method or attribute name: replaceUrl(options: router.RouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts| 71|Added|NA|Class name: Router;<br>Method or attribute name: back(options?: router.RouterOptions): void;|@ohos.arkui.UIContext.d.ts| 72|Added|NA|Class name: Router;<br>Method or attribute name: clear(): void;|@ohos.arkui.UIContext.d.ts| 73|Added|NA|Class name: Router;<br>Method or attribute name: getLength(): string;|@ohos.arkui.UIContext.d.ts| 74|Added|NA|Class name: Router;<br>Method or attribute name: getState(): router.RouterState;|@ohos.arkui.UIContext.d.ts| 75|Added|NA|Class name: Router;<br>Method or attribute name: showAlertBeforeBackPage(options: router.EnableAlertOptions): void;|@ohos.arkui.UIContext.d.ts| 76|Added|NA|Class name: Router;<br>Method or attribute name: hideAlertBeforeBackPage(): void;|@ohos.arkui.UIContext.d.ts| 77|Added|NA|Class name: Router;<br>Method or attribute name: getParams(): Object;|@ohos.arkui.UIContext.d.ts| 78|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts| 79|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts| 80|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts| 81|Added|NA|Class name: Router;<br>Method or attribute name: pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts| 82|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts| 83|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions): Promise\<void>;|@ohos.arkui.UIContext.d.ts| 84|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback\<void>): void;|@ohos.arkui.UIContext.d.ts| 85|Added|NA|Class name: Router;<br>Method or attribute name: replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise\<void>;|@ohos.arkui.UIContext.d.ts| 86|Added|NA|Class name: PromptAction;<br>Method or attribute name: showToast(options: promptAction.ShowToastOptions): void;|@ohos.arkui.UIContext.d.ts| 87|Added|NA|Class name: PromptAction;<br>Method or attribute name: showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback\<promptAction.ShowDialogSuccessResponse>): void;|@ohos.arkui.UIContext.d.ts| 88|Added|NA|Class name: PromptAction;<br>Method or attribute name: showDialog(options: promptAction.ShowDialogOptions): Promise\<promptAction.ShowDialogSuccessResponse>;|@ohos.arkui.UIContext.d.ts| 89|Added|NA|Class name: PromptAction;<br>Method or attribute name: showActionMenu(options: promptAction.ActionMenuOptions, callback: promptAction.ActionMenuSuccessResponse): void;|@ohos.arkui.UIContext.d.ts| 90|Added|NA|Class name: PromptAction;<br>Method or attribute name: showActionMenu(options: promptAction.ActionMenuOptions): Promise\<promptAction.ActionMenuSuccessResponse>;|@ohos.arkui.UIContext.d.ts| 91|Added|NA|Class name: ComponentUtils;<br>Method or attribute name: getRectangleById(id: string): componentUtils.ComponentInfo;|@ohos.arkui.UIContext.d.ts| 92|Added|NA|Class name: UIContext;<br>Method or attribute name: getFont(): Font;|@ohos.arkui.UIContext.d.ts| 93|Added|NA|Class name: UIContext;<br>Method or attribute name: getMediaQuery(): MediaQuery;|@ohos.arkui.UIContext.d.ts| 94|Added|NA|Class name: UIContext;<br>Method or attribute name: getUIInspector(): UIInspector;|@ohos.arkui.UIContext.d.ts| 95|Added|NA|Class name: UIContext;<br>Method or attribute name: getRouter(): Router;|@ohos.arkui.UIContext.d.ts| 96|Added|NA|Class name: UIContext;<br>Method or attribute name: getPromptAction(): PromptAction;|@ohos.arkui.UIContext.d.ts| 97|Added|NA|Class name: UIContext;<br>Method or attribute name: getComponentUtils(): ComponentUtils;|@ohos.arkui.UIContext.d.ts| 98|Added|NA|Class name: UIContext;<br>Method or attribute name: createAnimator(options: AnimatorOptions): AnimatorResult;|@ohos.arkui.UIContext.d.ts| 99|Added|NA|Class name: UIContext;<br>Method or attribute name: animateTo(value: AnimateParam, event: () => void): void;|@ohos.arkui.UIContext.d.ts| 100|Added|NA|Class name: UIContext;<br>Method or attribute name: showAlertDialog(options: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons \| AlertDialogParamWithOptions): void;|@ohos.arkui.UIContext.d.ts| 101|Added|NA|Class name: UIContext;<br>Method or attribute name: showActionSheet(value: ActionSheetOptions): void;|@ohos.arkui.UIContext.d.ts| 102|Added|NA|Class name: UIContext;<br>Method or attribute name: showDatePickerDialog(options: DatePickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts| 103|Added|NA|Class name: UIContext;<br>Method or attribute name: showTimePickerDialog(options: TimePickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts| 104|Added|NA|Class name: UIContext;<br>Method or attribute name: showTextPickerDialog(options: TextPickerDialogOptions): void;|@ohos.arkui.UIContext.d.ts| 105|Added|NA|Class name: UIContext;<br>Method or attribute name: runScopedTask(callback: () => void): void;|@ohos.arkui.UIContext.d.ts| 106|Added|NA|Class name: curves;<br>Method or attribute name: function customCurve(interpolate: (fraction: number) => number): ICurve;|@ohos.curves.d.ts| 107|Added|NA|Class name: curves;<br>Method or attribute name: function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve;|@ohos.curves.d.ts| 108|Added|NA|Class name: font;<br>Method or attribute name: function getSystemFontList(): Array\<string>;|@ohos.font.d.ts| 109|Added|NA|Class name: font;<br>Method or attribute name: function getFontByName(fontName: string): FontInfo;|@ohos.font.d.ts| 110|Added|NA|Class name: FontInfo;<br>Method or attribute name: path: string;|@ohos.font.d.ts| 111|Added|NA|Class name: FontInfo;<br>Method or attribute name: postScriptName: string;|@ohos.font.d.ts| 112|Added|NA|Class name: FontInfo;<br>Method or attribute name: fullName: string;|@ohos.font.d.ts| 113|Added|NA|Class name: FontInfo;<br>Method or attribute name: family: string;|@ohos.font.d.ts| 114|Added|NA|Class name: FontInfo;<br>Method or attribute name: subfamily: string;|@ohos.font.d.ts| 115|Added|NA|Class name: FontInfo;<br>Method or attribute name: weight: number;|@ohos.font.d.ts| 116|Added|NA|Class name: FontInfo;<br>Method or attribute name: width: number;|@ohos.font.d.ts| 117|Added|NA|Class name: FontInfo;<br>Method or attribute name: italic: boolean;|@ohos.font.d.ts| 118|Added|NA|Class name: FontInfo;<br>Method or attribute name: monoSpace: boolean;|@ohos.font.d.ts| 119|Added|NA|Class name: FontInfo;<br>Method or attribute name: symbolic: boolean;|@ohos.font.d.ts| 120|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: constraintWidth?: number \| string \| Resource;|@ohos.measure.d.ts| 121|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: textAlign?: number \| TextAlign;|@ohos.measure.d.ts| 122|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: overflow?: number \| TextOverflow;|@ohos.measure.d.ts| 123|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: maxLines?: number;|@ohos.measure.d.ts| 124|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: lineHeight?: number \| string \| Resource;|@ohos.measure.d.ts| 125|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: baselineOffset?: number \| string;|@ohos.measure.d.ts| 126|Added|NA|Class name: MeasureOptions;<br>Method or attribute name: textCase?: number \| TextCase;|@ohos.measure.d.ts| 127|Added|NA|Class name: MeasureText;<br>Method or attribute name: static measureTextSize(options: MeasureOptions): SizeOptions;|@ohos.measure.d.ts| 128|Added|NA|Class name: ShowDialogOptions;<br>Method or attribute name: maskRect?: Rectangle;|@ohos.promptAction.d.ts| 129|Added|NA|Class name: ShowDialogOptions;<br>Method or attribute name: alignment?: DialogAlignment;|@ohos.promptAction.d.ts| 130|Added|NA|Class name: ShowDialogOptions;<br>Method or attribute name: offset?: Offset;|@ohos.promptAction.d.ts| 131|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts| 132|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions): Promise\<void>;|@ohos.router.d.ts| 133|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts| 134|Added|NA|Class name: router;<br>Method or attribute name: function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts| 135|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts| 136|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions): Promise\<void>;|@ohos.router.d.ts| 137|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;|@ohos.router.d.ts| 138|Added|NA|Class name: router;<br>Method or attribute name: function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise\<void>;|@ohos.router.d.ts| 139|Added|NA|Class name: uiAppearance;<br>Method or attribute name: function setDarkMode(mode: DarkMode, callback: AsyncCallback\<void>): void;|@ohos.uiAppearance.d.ts| 140|Added|NA|Class name: uiAppearance;<br>Method or attribute name: function setDarkMode(mode: DarkMode): Promise\<void>;|@ohos.uiAppearance.d.ts| 141|Added|NA|Class name: uiAppearance;<br>Method or attribute name: function getDarkMode(): DarkMode;|@ohos.uiAppearance.d.ts| 142|Added|NA|Class name: DarkMode;<br>Method or attribute name: ALWAYS_DARK = 0|@ohos.uiAppearance.d.ts| 143|Added|NA|Class name: DarkMode;<br>Method or attribute name: ALWAYS_LIGHT = 1|@ohos.uiAppearance.d.ts| 144|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function copy(): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function copy(): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts| 145|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function invert(): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function invert(): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts| 146|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function combine(options: Matrix4Transit): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function combine(options: Matrix4Transit): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts| 147|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function translate(options: TranslateOption): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function translate(options: TranslateOption): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts| 148|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function scale(options: ScaleOption): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function scale(options: ScaleOption): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts| 149|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function rotate(options: RotateOption): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function rotate(options: RotateOption): Matrix4Transit;<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts| 150|Deprecated version changed|Class name: matrix4;<br>Method or attribute name: function transformPoint(options: [number, number]): [number, number];<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function transformPoint(options: [number, number]): [number, number];<br>New version information: 10<br>Substitute API: |@ohos.matrix4.d.ts| 151|Deprecated version changed|Class name: ShowToastOptions;<br>Method or attribute name: export interface ShowToastOptions<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: export interface ShowToastOptions<br>New version information: 8<br>Substitute API: ohos.prompt|@system.prompt.d.ts| 152|Deprecated version changed|Class name: ShowToastOptions;<br>Method or attribute name: message: string;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: message: string;<br>New version information: 8<br>Substitute API: ohos.prompt|@system.prompt.d.ts| 153|Deprecated version changed|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information: 8<br>Substitute API: ohos.prompt|@system.prompt.d.ts| 154|Deprecated version changed|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information: 8<br>Substitute API: ohos.prompt|@system.prompt.d.ts| 155|Deprecated version changed|Class name: AbilityComponentInterface;<br>Method or attribute name: interface AbilityComponentInterface<br>Old version information: |Class name: AbilityComponentInterface;<br>Method or attribute name: interface AbilityComponentInterface<br>New version information: 10<br>Substitute API: UIExtensionComponentInterface|ability_component.d.ts| 156|Deprecated version changed|Class name: AbilityComponentInterface;<br>Method or attribute name: (value: { want: import('../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;<br>Old version information: |Class name: AbilityComponentInterface;<br>Method or attribute name: (value: { want: import('../api/@ohos.app.ability.Want').default }): AbilityComponentAttribute;<br>New version information: 10<br>Substitute API: UIExtensionComponentInterface|ability_component.d.ts| 157|Deprecated version changed|Class name: AbilityComponentAttribute;<br>Method or attribute name: declare class AbilityComponentAttribute<br>Old version information: |Class name: AbilityComponentAttribute;<br>Method or attribute name: declare class AbilityComponentAttribute<br>New version information: 10<br>Substitute API: UIExtensionComponentAttribute|ability_component.d.ts| 158|Deprecated version changed|Class name: AbilityComponentAttribute;<br>Method or attribute name: onConnect(callback: () => void): AbilityComponentAttribute;<br>Old version information: |Class name: AbilityComponentAttribute;<br>Method or attribute name: onConnect(callback: () => void): AbilityComponentAttribute;<br>New version information: 10<br>Substitute API: UIExtensionComponent#onRemoteReady|ability_component.d.ts| 159|Deprecated version changed|Class name: AbilityComponentAttribute;<br>Method or attribute name: onDisconnect(callback: () => void): AbilityComponentAttribute;<br>Old version information: |Class name: AbilityComponentAttribute;<br>Method or attribute name: onDisconnect(callback: () => void): AbilityComponentAttribute;<br>New version information: 10<br>Substitute API: UIExtensionComponent#onRelease|ability_component.d.ts| 160|Deprecated version changed|Class name: TransitionOptions;<br>Method or attribute name: declare interface TransitionOptions<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: declare interface TransitionOptions<br>New version information: 10<br>Substitute API: TransitionEffect|common.d.ts| 161|Deprecated version changed|Class name: TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>New version information: 10<br>Substitute API: TransitionEffect|common.d.ts| 162|Deprecated version changed|Class name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>New version information: 10<br>Substitute API: TransitionEffect|common.d.ts| 163|Deprecated version changed|Class name: TransitionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>New version information: 10<br>Substitute API: TransitionEffect|common.d.ts| 164|Deprecated version changed|Class name: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>New version information: 10<br>Substitute API: TransitionEffect|common.d.ts| 165|Deprecated version changed|Class name: TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>New version information: 10<br>Substitute API: TransitionEffect|common.d.ts| 166|Deprecated version changed|Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>New version information: 10<br>Substitute API: ClickEvent#windowX|common.d.ts| 167|Deprecated version changed|Class name: MouseEvent;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: screenX: number;<br>New version information: 10<br>Substitute API: MouseEvent#windowX|common.d.ts| 168|Deprecated version changed|Class name: TouchObject;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: screenX: number;<br>New version information: 10<br>Substitute API: TouchObject#windowX|common.d.ts| 169|Deprecated version changed|Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>New version information: 10<br>Substitute API: ClickEvent#windowY|common.d.ts| 170|Deprecated version changed|Class name: MouseEvent;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: screenY: number;<br>New version information: 10<br>Substitute API: MouseEvent#windowY|common.d.ts| 171|Deprecated version changed|Class name: TouchObject;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: screenY: number;<br>New version information: 10<br>Substitute API: TouchObject#windowY|common.d.ts| 172|Deprecated version changed|Class name: DragEvent;<br>Method or attribute name: getX(): number;<br>Old version information: |Class name: DragEvent;<br>Method or attribute name: getX(): number;<br>New version information: 10<br>Substitute API: DragEvent#getWindowX|common.d.ts| 173|Deprecated version changed|Class name: DragEvent;<br>Method or attribute name: getY(): number;<br>Old version information: |Class name: DragEvent;<br>Method or attribute name: getY(): number;<br>New version information: 10<br>Substitute API: DragEvent#getWindowY|common.d.ts| 174|Deprecated version changed|Class name: PopupOptions;<br>Method or attribute name: placementOnTop?: boolean;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: placementOnTop?: boolean;<br>New version information: 10<br>Substitute API: PopupOptions#placement|common.d.ts| 175|Deprecated version changed|Class name: CustomPopupOptions;<br>Method or attribute name: maskColor?: Color \| string \| Resource \| number;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: maskColor?: Color \| string \| Resource \| number;<br>New version information: 10<br>Substitute API: CustomPopupOptions#mask|common.d.ts| 176|Deprecated version changed|Class name: CommonMethod;<br>Method or attribute name: useSizeType(value: {<br> xs?: number \| { span: number; offset: number };<br> sm?: number \| { span: number; offset: number };<br> md?: number \| { span: number; offset: number };<br> lg?: number \| { span: number; offset: number };<br> }): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: useSizeType(value: {<br> xs?: number \| { span: number; offset: number };<br> sm?: number \| { span: number; offset: number };<br> md?: number \| { span: number; offset: number };<br> lg?: number \| { span: number; offset: number };<br> }): T;<br>New version information: 9<br>Substitute API: grid_col/[GridColColumnOption]|common.d.ts| 177|Deprecated version changed|Class name: CustomComponent;<br>Method or attribute name: onLayout?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: onLayout?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>New version information: 10<br>Substitute API: common[CustomComponent]#onPlaceChildren|common.d.ts| 178|Deprecated version changed|Class name: CustomComponent;<br>Method or attribute name: onMeasure?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: onMeasure?(children: Array\<LayoutChild>, constraint: ConstraintSizeOptions): void;<br>New version information: 10<br>Substitute API: common[CustomComponent]#onMeasureSize|common.d.ts| 179|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Link(propName: string): any;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Link(propName: string): any;<br>New version information: 10<br>Substitute API: AppStorage#link|common_ts_ets_api.d.ts| 180|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>New version information: 10<br>Substitute API: AppStorage#setAndLink|common_ts_ets_api.d.ts| 181|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Prop(propName: string): any;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Prop(propName: string): any;<br>New version information: 10<br>Substitute API: AppStorage#prop|common_ts_ets_api.d.ts| 182|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>New version information: 10<br>Substitute API: AppStorage#setAndProp|common_ts_ets_api.d.ts| 183|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Has(propName: string): boolean;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Has(propName: string): boolean;<br>New version information: 10<br>Substitute API: AppStorage#has|common_ts_ets_api.d.ts| 184|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Get\<T>(propName: string): T \| undefined;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Get\<T>(propName: string): T \| undefined;<br>New version information: 10<br>Substitute API: AppStorage#get|common_ts_ets_api.d.ts| 185|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Set\<T>(propName: string, newValue: T): boolean;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Set\<T>(propName: string, newValue: T): boolean;<br>New version information: 10<br>Substitute API: AppStorage#set|common_ts_ets_api.d.ts| 186|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static SetOrCreate\<T>(propName: string, newValue: T): void;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static SetOrCreate\<T>(propName: string, newValue: T): void;<br>New version information: 10<br>Substitute API: AppStorage#setOrCreate|common_ts_ets_api.d.ts| 187|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Delete(propName: string): boolean;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Delete(propName: string): boolean;<br>New version information: 10<br>Substitute API: AppStorage#delete|common_ts_ets_api.d.ts| 188|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Keys(): IterableIterator\<string>;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Keys(): IterableIterator\<string>;<br>New version information: 10<br>Substitute API: AppStorage#keys|common_ts_ets_api.d.ts| 189|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Clear(): boolean;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Clear(): boolean;<br>New version information: 10<br>Substitute API: AppStorage#clear|common_ts_ets_api.d.ts| 190|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static IsMutable(propName: string): boolean;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static IsMutable(propName: string): boolean;<br>New version information: 10<br>Substitute API: |common_ts_ets_api.d.ts| 191|Deprecated version changed|Class name: AppStorage;<br>Method or attribute name: static Size(): number;<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: static Size(): number;<br>New version information: 10<br>Substitute API: AppStorage#size|common_ts_ets_api.d.ts| 192|Deprecated version changed|Class name: Environment;<br>Method or attribute name: static EnvProp\<S>(key: string, value: S): boolean;<br>Old version information: |Class name: Environment;<br>Method or attribute name: static EnvProp\<S>(key: string, value: S): boolean;<br>New version information: 10<br>Substitute API: Environment#envProp|common_ts_ets_api.d.ts| 193|Deprecated version changed|Class name: Environment;<br>Method or attribute name: static EnvProps(<br> props: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>Old version information: |Class name: Environment;<br>Method or attribute name: static EnvProps(<br> props: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>New version information: 10<br>Substitute API: Environment#envProps|common_ts_ets_api.d.ts| 194|Deprecated version changed|Class name: Environment;<br>Method or attribute name: static Keys(): Array\<string>;<br>Old version information: |Class name: Environment;<br>Method or attribute name: static Keys(): Array\<string>;<br>New version information: 10<br>Substitute API: Environment#keys|common_ts_ets_api.d.ts| 195|Deprecated version changed|Class name: PersistentStorage;<br>Method or attribute name: static Keys(): Array\<string>;<br>Old version information: |Class name: PersistentStorage;<br>Method or attribute name: static Keys(): Array\<string>;<br>New version information: 10<br>Substitute API: PersistentStorage#keys|common_ts_ets_api.d.ts| 196|Deprecated version changed|Class name: PersistentStorage;<br>Method or attribute name: static PersistProp\<T>(key: string, defaultValue: T): void;<br>Old version information: |Class name: PersistentStorage;<br>Method or attribute name: static PersistProp\<T>(key: string, defaultValue: T): void;<br>New version information: 10<br>Substitute API: PersistentStorage#persistProp|common_ts_ets_api.d.ts| 197|Deprecated version changed|Class name: PersistentStorage;<br>Method or attribute name: static DeleteProp(key: string): void;<br>Old version information: |Class name: PersistentStorage;<br>Method or attribute name: static DeleteProp(key: string): void;<br>New version information: 10<br>Substitute API: PersistentStorage#deleteProp|common_ts_ets_api.d.ts| 198|Deprecated version changed|Class name: PersistentStorage;<br>Method or attribute name: static PersistProps(<br> properties: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>Old version information: |Class name: PersistentStorage;<br>Method or attribute name: static PersistProps(<br> properties: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>New version information: 10<br>Substitute API: PersistentStorage#PersistProps|common_ts_ets_api.d.ts| 199|Deprecated version changed|Class name: LocalStorage;<br>Method or attribute name: static GetShared(): LocalStorage;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: static GetShared(): LocalStorage;<br>New version information: 10<br>Substitute API: LocalStorage#getShared|common_ts_ets_api.d.ts| 200|Deprecated version changed|Class name: DatePickerAttribute;<br>Method or attribute name: onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;<br>Old version information: |Class name: DatePickerAttribute;<br>Method or attribute name: onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;<br>New version information: 10<br>Substitute API: datePicker/DatePickerAttribute#onDateChange|date_picker.d.ts| 201|Deprecated version changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>New version information: 10<br>Substitute API: datePicker/DatePickerDialogOptions#onDateAccept|date_picker.d.ts| 202|Deprecated version changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>New version information: 10<br>Substitute API: datePicker/DatePickerDialogOptions#onDateChange|date_picker.d.ts| 203|Deprecated version changed|Class name: SizeType;<br>Method or attribute name: declare enum SizeType<br>Old version information: |Class name: SizeType;<br>Method or attribute name: declare enum SizeType<br>New version information: 9<br>Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| 204|Deprecated version changed|Class name: SizeType;<br>Method or attribute name: Auto<br>Old version information: |Class name: SizeType;<br>Method or attribute name: Auto<br>New version information: 9<br>Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| 205|Deprecated version changed|Class name: SizeType;<br>Method or attribute name: XS<br>Old version information: |Class name: SizeType;<br>Method or attribute name: XS<br>New version information: 9<br>Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| 206|Deprecated version changed|Class name: SizeType;<br>Method or attribute name: SM<br>Old version information: |Class name: SizeType;<br>Method or attribute name: SM<br>New version information: 9<br>Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| 207|Deprecated version changed|Class name: SizeType;<br>Method or attribute name: MD<br>Old version information: |Class name: SizeType;<br>Method or attribute name: MD<br>New version information: 9<br>Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| 208|Deprecated version changed|Class name: SizeType;<br>Method or attribute name: LG<br>Old version information: |Class name: SizeType;<br>Method or attribute name: LG<br>New version information: 9<br>Substitute API: grid_col/[GridColColumnOption]|grid_container.d.ts| 209|Deprecated version changed|Class name: GridContainerOptions;<br>Method or attribute name: declare interface GridContainerOptions<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: declare interface GridContainerOptions<br>New version information: 9<br>Substitute API: grid_col/[GridColOptions]|grid_container.d.ts| 210|Deprecated version changed|Class name: GridContainerOptions;<br>Method or attribute name: columns?: number \| "auto";<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: columns?: number \| "auto";<br>New version information: 9<br>Substitute API: grid_col/[GridColOptions]|grid_container.d.ts| 211|Deprecated version changed|Class name: GridContainerOptions;<br>Method or attribute name: sizeType?: SizeType;<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: sizeType?: SizeType;<br>New version information: 9<br>Substitute API: grid_col/[GridColOptions]|grid_container.d.ts| 212|Deprecated version changed|Class name: GridContainerOptions;<br>Method or attribute name: gutter?: number \| string;<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: gutter?: number \| string;<br>New version information: 9<br>Substitute API: grid_col/[GridColOptions]|grid_container.d.ts| 213|Deprecated version changed|Class name: GridContainerOptions;<br>Method or attribute name: margin?: number \| string;<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: margin?: number \| string;<br>New version information: 9<br>Substitute API: grid_col/[GridColOptions]|grid_container.d.ts| 214|Deprecated version changed|Class name: GridContainerInterface;<br>Method or attribute name: interface GridContainerInterface<br>Old version information: |Class name: GridContainerInterface;<br>Method or attribute name: interface GridContainerInterface<br>New version information: 9<br>Substitute API: grid_col/[GridColInterface]|grid_container.d.ts| 215|Deprecated version changed|Class name: GridContainerInterface;<br>Method or attribute name: (value?: GridContainerOptions): GridContainerAttribute;<br>Old version information: |Class name: GridContainerInterface;<br>Method or attribute name: (value?: GridContainerOptions): GridContainerAttribute;<br>New version information: 9<br>Substitute API: grid_col/[GridColInterface]|grid_container.d.ts| 216|Deprecated version changed|Class name: GridContainerAttribute;<br>Method or attribute name: declare class GridContainerAttribute<br>Old version information: |Class name: GridContainerAttribute;<br>Method or attribute name: declare class GridContainerAttribute<br>New version information: 9<br>Substitute API: grid_col/[GridColAttribute]|grid_container.d.ts| 217|Deprecated version changed|Class name: Sticky;<br>Method or attribute name: declare enum Sticky<br>Old version information: |Class name: Sticky;<br>Method or attribute name: declare enum Sticky<br>New version information: 9<br>Substitute API: list/StickyStyle|list_item.d.ts| 218|Deprecated version changed|Class name: Sticky;<br>Method or attribute name: None<br>Old version information: |Class name: Sticky;<br>Method or attribute name: None<br>New version information: 9<br>Substitute API: list/StickyStyle|list_item.d.ts| 219|Deprecated version changed|Class name: Sticky;<br>Method or attribute name: Normal<br>Old version information: |Class name: Sticky;<br>Method or attribute name: Normal<br>New version information: 9<br>Substitute API: list/StickyStyle|list_item.d.ts| 220|Deprecated version changed|Class name: Sticky;<br>Method or attribute name: Opacity<br>Old version information: |Class name: Sticky;<br>Method or attribute name: Opacity<br>New version information: 9<br>Substitute API: list/StickyStyle|list_item.d.ts| 221|Deprecated version changed|Class name: ListItemInterface;<br>Method or attribute name: (value?: string): ListItemAttribute;<br>Old version information: |Class name: ListItemInterface;<br>Method or attribute name: (value?: string): ListItemAttribute;<br>New version information: 10<br>Substitute API: listItem/ListItemInterface|list_item.d.ts| 222|Deprecated version changed|Class name: ListItemAttribute;<br>Method or attribute name: sticky(value: Sticky): ListItemAttribute;<br>Old version information: |Class name: ListItemAttribute;<br>Method or attribute name: sticky(value: Sticky): ListItemAttribute;<br>New version information: 9<br>Substitute API: list/List#sticky|list_item.d.ts| 223|Deprecated version changed|Class name: MenuAttribute;<br>Method or attribute name: fontSize(value: Length): MenuAttribute;<br>Old version information: |Class name: MenuAttribute;<br>Method or attribute name: fontSize(value: Length): MenuAttribute;<br>New version information: 10<br>Substitute API: font|menu.d.ts| 224|Deprecated version changed|Class name: NavigationAttribute;<br>Method or attribute name: toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>New version information: 10<br>Substitute API: navigation/NavigationAttribute#toolbarConfiguration|navigation.d.ts| 225|Deprecated version changed|Class name: SwiperDisplayMode;<br>Method or attribute name: Stretch<br>Old version information: |Class name: SwiperDisplayMode;<br>Method or attribute name: Stretch<br>New version information: 10<br>Substitute API: SwiperDisplayMode#STRETCH|swiper.d.ts| 226|Deprecated version changed|Class name: SwiperDisplayMode;<br>Method or attribute name: AutoLinear<br>Old version information: |Class name: SwiperDisplayMode;<br>Method or attribute name: AutoLinear<br>New version information: 10<br>Substitute API: SwiperDisplayMode#AUTO_LINEAR|swiper.d.ts| 227|Deprecated version changed|Class name: IndicatorStyle;<br>Method or attribute name: declare interface IndicatorStyle<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: declare interface IndicatorStyle<br>New version information: 10<br>Substitute API: |swiper.d.ts| 228|Deprecated version changed|Class name: IndicatorStyle;<br>Method or attribute name: left?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: left?: Length;<br>New version information: 10<br>Substitute API: |swiper.d.ts| 229|Deprecated version changed|Class name: IndicatorStyle;<br>Method or attribute name: top?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: top?: Length;<br>New version information: 10<br>Substitute API: |swiper.d.ts| 230|Deprecated version changed|Class name: IndicatorStyle;<br>Method or attribute name: right?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: right?: Length;<br>New version information: 10<br>Substitute API: |swiper.d.ts| 231|Deprecated version changed|Class name: IndicatorStyle;<br>Method or attribute name: bottom?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: bottom?: Length;<br>New version information: 10<br>Substitute API: |swiper.d.ts| 232|Deprecated version changed|Class name: IndicatorStyle;<br>Method or attribute name: size?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: size?: Length;<br>New version information: 10<br>Substitute API: |swiper.d.ts| 233|Deprecated version changed|Class name: IndicatorStyle;<br>Method or attribute name: mask?: boolean;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: mask?: boolean;<br>New version information: 10<br>Substitute API: |swiper.d.ts| 234|Deprecated version changed|Class name: IndicatorStyle;<br>Method or attribute name: color?: ResourceColor;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information: 10<br>Substitute API: |swiper.d.ts| 235|Deprecated version changed|Class name: IndicatorStyle;<br>Method or attribute name: selectedColor?: ResourceColor;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: selectedColor?: ResourceColor;<br>New version information: 10<br>Substitute API: |swiper.d.ts| 236|Deprecated version changed|Class name: SwiperAttribute;<br>Method or attribute name: indicatorStyle(value?: IndicatorStyle): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: indicatorStyle(value?: IndicatorStyle): SwiperAttribute;<br>New version information: 10<br>Substitute API: |swiper.d.ts| 237|Deprecated version changed|Class name: TextPickerAttribute;<br>Method or attribute name: onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;<br>Old version information: |Class name: TextPickerAttribute;<br>Method or attribute name: onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;<br>New version information: 10<br>Substitute API: |text_picker.d.ts| 238|Deprecated version changed|Class name: TextPickerAttribute;<br>Method or attribute name: onCancel(callback: () => void): TextPickerAttribute;<br>Old version information: |Class name: TextPickerAttribute;<br>Method or attribute name: onCancel(callback: () => void): TextPickerAttribute;<br>New version information: 10<br>Substitute API: |text_picker.d.ts| 239|Access level changed|Class name: BlurStyle;<br>Method or attribute name: declare enum BlurStyle<br>Old version information: systemapi|Class name: BlurStyle;<br>Method or attribute name: declare enum BlurStyle<br>New version information: |common.d.ts| 240|Access level changed|Class name: SubscribedAbstractProperty;<br>Method or attribute name: info(): string;<br>Old version information: systemapi|Class name: SubscribedAbstractProperty;<br>Method or attribute name: info(): string;<br>New version information: |common_ts_ets_api.d.ts| 241|Access level changed|Class name: RRect;<br>Method or attribute name: left: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: left: number;<br>New version information: systemapi|remote_window.d.ts| 242|Access level changed|Class name: RRect;<br>Method or attribute name: top: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: top: number;<br>New version information: systemapi|remote_window.d.ts| 243|Access level changed|Class name: RRect;<br>Method or attribute name: width: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: width: number;<br>New version information: systemapi|remote_window.d.ts| 244|Access level changed|Class name: RRect;<br>Method or attribute name: height: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: height: number;<br>New version information: systemapi|remote_window.d.ts| 245|Access level changed|Class name: RRect;<br>Method or attribute name: radius: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: radius: number;<br>New version information: systemapi|remote_window.d.ts| 246|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>New version information: systemapi|remote_window.d.ts| 247|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>New version information: systemapi|remote_window.d.ts| 248|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>New version information: systemapi|remote_window.d.ts| 249|Access level changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>New version information: systemapi|remote_window.d.ts| 250|Type changed|Class name: Matrix2D;<br>Method or attribute name: scaleX?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: scaleX?: number;<br>New version information: ?number|canvaspattern.d.ts| 251|Type changed|Class name: Matrix2D;<br>Method or attribute name: rotateY?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: rotateY?: number;<br>New version information: ?number|canvaspattern.d.ts| 252|Type changed|Class name: Matrix2D;<br>Method or attribute name: rotateX?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: rotateX?: number;<br>New version information: ?number|canvaspattern.d.ts| 253|Type changed|Class name: Matrix2D;<br>Method or attribute name: scaleY?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: scaleY?: number;<br>New version information: ?number|canvaspattern.d.ts| 254|Type changed|Class name: Matrix2D;<br>Method or attribute name: translateX?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: translateX?: number;<br>New version information: ?number|canvaspattern.d.ts| 255|Type changed|Class name: Matrix2D;<br>Method or attribute name: translateY?: number;<br>Old version information: |Class name: Matrix2D;<br>Method or attribute name: translateY?: number;<br>New version information: ?number|canvaspattern.d.ts| 256|Type changed|Class name: FontOptions;<br>Method or attribute name: familyName: string \| Resource;<br>Old version information: |Class name: FontOptions;<br>Method or attribute name: familyName: string \| Resource;<br>New version information: string \| Resource|@ohos.font.d.ts| 257|Type changed|Class name: FontOptions;<br>Method or attribute name: familySrc: string \| Resource;<br>Old version information: |Class name: FontOptions;<br>Method or attribute name: familySrc: string \| Resource;<br>New version information: string \| Resource|@ohos.font.d.ts| 258|Type changed|Class name: TranslateOption;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: TranslateOption;<br>Method or attribute name: x?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 259|Type changed|Class name: ScaleOption;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: x?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 260|Type changed|Class name: RotateOption;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: x?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 261|Type changed|Class name: TranslateOption;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: TranslateOption;<br>Method or attribute name: y?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 262|Type changed|Class name: ScaleOption;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: y?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 263|Type changed|Class name: RotateOption;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: y?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 264|Type changed|Class name: TranslateOption;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: TranslateOption;<br>Method or attribute name: z?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 265|Type changed|Class name: ScaleOption;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: z?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 266|Type changed|Class name: RotateOption;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: z?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 267|Type changed|Class name: ScaleOption;<br>Method or attribute name: centerX?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: centerX?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 268|Type changed|Class name: RotateOption;<br>Method or attribute name: centerX?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: centerX?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 269|Type changed|Class name: ScaleOption;<br>Method or attribute name: centerY?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: centerY?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 270|Type changed|Class name: RotateOption;<br>Method or attribute name: centerY?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: centerY?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 271|Type changed|Class name: RotateOption;<br>Method or attribute name: angle?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: angle?: number;<br>New version information: ?number|@ohos.matrix4.d.ts| 272|Type changed|Class name: MeasureOptions;<br>Method or attribute name: textContent: string \| Resource;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: textContent: string \| Resource;<br>New version information: string \| Resource|@ohos.measure.d.ts| 273|Type changed|Class name: MeasureOptions;<br>Method or attribute name: fontSize?: number \| string \| Resource;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: fontSize?: number \| string \| Resource;<br>New version information: ?(number \| string \| Resource)|@ohos.measure.d.ts| 274|Type changed|Class name: MeasureOptions;<br>Method or attribute name: fontStyle?: number \| FontStyle;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: fontStyle?: number \| FontStyle;<br>New version information: ?(number \| FontStyle)|@ohos.measure.d.ts| 275|Type changed|Class name: MeasureOptions;<br>Method or attribute name: fontWeight?: number \| string \| FontWeight;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: fontWeight?: number \| string \| FontWeight;<br>New version information: ?(number \| string \| FontWeight)|@ohos.measure.d.ts| 276|Type changed|Class name: MeasureOptions;<br>Method or attribute name: fontFamily?: string \| Resource;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: fontFamily?: string \| Resource;<br>New version information: ?(string \| Resource)|@ohos.measure.d.ts| 277|Type changed|Class name: MeasureOptions;<br>Method or attribute name: letterSpacing?: number \| string;<br>Old version information: |Class name: MeasureOptions;<br>Method or attribute name: letterSpacing?: number \| string;<br>New version information: ?(number \| string)|@ohos.measure.d.ts| 278|Type changed|Class name: MediaQueryResult;<br>Method or attribute name: readonly matches: boolean;<br>Old version information: |Class name: MediaQueryResult;<br>Method or attribute name: readonly matches: boolean;<br>New version information: boolean|@ohos.mediaquery.d.ts| 279|Type changed|Class name: MediaQueryResult;<br>Method or attribute name: readonly media: string;<br>Old version information: |Class name: MediaQueryResult;<br>Method or attribute name: readonly media: string;<br>New version information: string|@ohos.mediaquery.d.ts| 280|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information: ?number|@ohos.prompt.d.ts| 281|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information: ?(string \| number)|@ohos.prompt.d.ts| 282|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>Old version information: string|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>New version information: ?string|@ohos.prompt.d.ts| 283|Type changed|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string;<br>Old version information: string|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string;<br>New version information: ?string|@ohos.prompt.d.ts| 284|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>Old version information: string|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>New version information: ?string|@ohos.prompt.d.ts| 285|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>New version information: ?[Button, Button?, Button?]|@ohos.prompt.d.ts| 286|Type changed|Class name: ActionMenuSuccessResponse;<br>Method or attribute name: index: number;<br>Old version information: |Class name: ActionMenuSuccessResponse;<br>Method or attribute name: index: number;<br>New version information: number|@ohos.prompt.d.ts| 287|Type changed|Class name: ActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>Old version information: |Class name: ActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>New version information: [Button, Button?, Button?, Button?, Button?, Button?]|@ohos.prompt.d.ts| 288|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>Old version information: number|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information: ?number|@ohos.promptAction.d.ts| 289|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>Old version information: string \| number|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information: ?string \| number|@ohos.promptAction.d.ts| 290|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string \| Resource;<br>Old version information: string \| Resource|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string \| Resource;<br>New version information: ?string \| Resource|@ohos.promptAction.d.ts| 291|Type changed|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string \| Resource;<br>Old version information: string \| Resource|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string \| Resource;<br>New version information: ?string \| Resource|@ohos.promptAction.d.ts| 292|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string \| Resource;<br>Old version information: string \| Resource|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string \| Resource;<br>New version information: ?string \| Resource|@ohos.promptAction.d.ts| 293|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: Array\<Button>;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: Array\<Button>;<br>New version information: ?Array\<Button>|@ohos.promptAction.d.ts| 294|Type changed|Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>Old version information: Object|Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>New version information: ?Object|@ohos.router.d.ts| 295|Type changed|Class name: AppResponse;<br>Method or attribute name: appID: string;<br>Old version information: |Class name: AppResponse;<br>Method or attribute name: appID: string;<br>New version information: string|@system.app.d.ts| 296|Type changed|Class name: AppResponse;<br>Method or attribute name: appName: string;<br>Old version information: |Class name: AppResponse;<br>Method or attribute name: appName: string;<br>New version information: string|@system.app.d.ts| 297|Type changed|Class name: AppResponse;<br>Method or attribute name: versionName: string;<br>Old version information: |Class name: AppResponse;<br>Method or attribute name: versionName: string;<br>New version information: string|@system.app.d.ts| 298|Type changed|Class name: AppResponse;<br>Method or attribute name: versionCode: number;<br>Old version information: |Class name: AppResponse;<br>Method or attribute name: versionCode: number;<br>New version information: number|@system.app.d.ts| 299|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: visible?: boolean;<br>Old version information: |Class name: ScreenOnVisibleOptions;<br>Method or attribute name: visible?: boolean;<br>New version information: ?boolean|@system.app.d.ts| 300|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: success?: () => void;<br>Old version information: |Class name: ScreenOnVisibleOptions;<br>Method or attribute name: success?: () => void;<br>New version information: ?function|@system.app.d.ts| 301|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>Old version information: |Class name: ScreenOnVisibleOptions;<br>Method or attribute name: fail?: (data: string, code: number) => void;<br>New version information: ?function|@system.app.d.ts| 302|Type changed|Class name: ScreenOnVisibleOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: ScreenOnVisibleOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: ?function|@system.app.d.ts| 303|Type changed|Class name: RequestFullWindowOptions;<br>Method or attribute name: duration: number;<br>Old version information: |Class name: RequestFullWindowOptions;<br>Method or attribute name: duration: number;<br>New version information: number|@system.app.d.ts| 304|Type changed|Class name: LocaleResponse;<br>Method or attribute name: language: string;<br>Old version information: |Class name: LocaleResponse;<br>Method or attribute name: language: string;<br>New version information: string|@system.configuration.d.ts| 305|Type changed|Class name: LocaleResponse;<br>Method or attribute name: countryOrRegion: string;<br>Old version information: |Class name: LocaleResponse;<br>Method or attribute name: countryOrRegion: string;<br>New version information: string|@system.configuration.d.ts| 306|Type changed|Class name: LocaleResponse;<br>Method or attribute name: dir: "ltr" \| "rtl";<br>Old version information: |Class name: LocaleResponse;<br>Method or attribute name: dir: "ltr" \| "rtl";<br>New version information: "ltr" \| "rtl"|@system.configuration.d.ts| 307|Type changed|Class name: MediaQueryEvent;<br>Method or attribute name: matches: boolean;<br>Old version information: |Class name: MediaQueryEvent;<br>Method or attribute name: matches: boolean;<br>New version information: boolean|@system.mediaquery.d.ts| 308|Type changed|Class name: MediaQueryList;<br>Method or attribute name: media?: string;<br>Old version information: |Class name: MediaQueryList;<br>Method or attribute name: media?: string;<br>New version information: ?string|@system.mediaquery.d.ts| 309|Type changed|Class name: MediaQueryList;<br>Method or attribute name: matches?: boolean;<br>Old version information: |Class name: MediaQueryList;<br>Method or attribute name: matches?: boolean;<br>New version information: ?boolean|@system.mediaquery.d.ts| 310|Type changed|Class name: MediaQueryList;<br>Method or attribute name: onchange?: (matches: boolean) => void;<br>Old version information: |Class name: MediaQueryList;<br>Method or attribute name: onchange?: (matches: boolean) => void;<br>New version information: ?function|@system.mediaquery.d.ts| 311|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: message: string;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: message: string;<br>New version information: string|@system.prompt.d.ts| 312|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information: ?number|@system.prompt.d.ts| 313|Type changed|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information: ?(string \| number)|@system.prompt.d.ts| 314|Type changed|Class name: Button;<br>Method or attribute name: text: string;<br>Old version information: |Class name: Button;<br>Method or attribute name: text: string;<br>New version information: string|@system.prompt.d.ts| 315|Type changed|Class name: Button;<br>Method or attribute name: color: string;<br>Old version information: |Class name: Button;<br>Method or attribute name: color: string;<br>New version information: string|@system.prompt.d.ts| 316|Type changed|Class name: ShowDialogSuccessResponse;<br>Method or attribute name: index: number;<br>Old version information: |Class name: ShowDialogSuccessResponse;<br>Method or attribute name: index: number;<br>New version information: number|@system.prompt.d.ts| 317|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: title?: string;<br>New version information: ?string|@system.prompt.d.ts| 318|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: title?: string;<br>Old version information: |Class name: ShowActionMenuOptions;<br>Method or attribute name: title?: string;<br>New version information: ?string|@system.prompt.d.ts| 319|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: message?: string;<br>New version information: ?string|@system.prompt.d.ts| 320|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];<br>New version information: ?[Button, Button?, Button?]|@system.prompt.d.ts| 321|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: success?: (data: ShowDialogSuccessResponse) => void;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: success?: (data: ShowDialogSuccessResponse) => void;<br>New version information: ?function|@system.prompt.d.ts| 322|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: cancel?: (data: string, code: string) => void;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: cancel?: (data: string, code: string) => void;<br>New version information: ?function|@system.prompt.d.ts| 323|Type changed|Class name: ShowDialogOptions;<br>Method or attribute name: complete?: (data: string) => void;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: complete?: (data: string) => void;<br>New version information: ?function|@system.prompt.d.ts| 324|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>Old version information: |Class name: ShowActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>New version information: [Button, Button?, Button?, Button?, Button?, Button?]|@system.prompt.d.ts| 325|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: success?: (tapIndex: number, errMsg: string) => void;<br>Old version information: |Class name: ShowActionMenuOptions;<br>Method or attribute name: success?: (tapIndex: number, errMsg: string) => void;<br>New version information: ?function|@system.prompt.d.ts| 326|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: fail?: (errMsg: string) => void;<br>Old version information: |Class name: ShowActionMenuOptions;<br>Method or attribute name: fail?: (errMsg: string) => void;<br>New version information: ?function|@system.prompt.d.ts| 327|Type changed|Class name: ShowActionMenuOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: ShowActionMenuOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: ?function|@system.prompt.d.ts| 328|Type changed|Class name: RouterOptions;<br>Method or attribute name: uri: string;<br>Old version information: |Class name: RouterOptions;<br>Method or attribute name: uri: string;<br>New version information: string|@system.router.d.ts| 329|Type changed|Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>Old version information: |Class name: RouterOptions;<br>Method or attribute name: params?: Object;<br>New version information: ?Object|@system.router.d.ts| 330|Type changed|Class name: BackRouterOptions;<br>Method or attribute name: params?: Object;<br>Old version information: |Class name: BackRouterOptions;<br>Method or attribute name: params?: Object;<br>New version information: ?Object|@system.router.d.ts| 331|Type changed|Class name: BackRouterOptions;<br>Method or attribute name: uri?: string;<br>Old version information: |Class name: BackRouterOptions;<br>Method or attribute name: uri?: string;<br>New version information: ?string|@system.router.d.ts| 332|Type changed|Class name: RouterState;<br>Method or attribute name: index: number;<br>Old version information: |Class name: RouterState;<br>Method or attribute name: index: number;<br>New version information: number|@system.router.d.ts| 333|Type changed|Class name: RouterState;<br>Method or attribute name: name: string;<br>Old version information: |Class name: RouterState;<br>Method or attribute name: name: string;<br>New version information: string|@system.router.d.ts| 334|Type changed|Class name: RouterState;<br>Method or attribute name: path: string;<br>Old version information: |Class name: RouterState;<br>Method or attribute name: path: string;<br>New version information: string|@system.router.d.ts| 335|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: message: string;<br>Old version information: |Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: message: string;<br>New version information: string|@system.router.d.ts| 336|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>Old version information: |Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>New version information: ?function|@system.router.d.ts| 337|Type changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>Old version information: |Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: success?: (errMsg: string) => void;<br>New version information: ?function|@system.router.d.ts| 338|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>Old version information: |Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>New version information: ?function|@system.router.d.ts| 339|Type changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>Old version information: |Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: cancel?: (errMsg: string) => void;<br>New version information: ?function|@system.router.d.ts| 340|Type changed|Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: EnableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: ?function|@system.router.d.ts| 341|Type changed|Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>Old version information: |Class name: DisableAlertBeforeBackPageOptions;<br>Method or attribute name: complete?: () => void;<br>New version information: ?function|@system.router.d.ts| 342|Type changed|Class name: SheetInfo;<br>Method or attribute name: title: string \| Resource;<br>Old version information: |Class name: SheetInfo;<br>Method or attribute name: title: string \| Resource;<br>New version information: string \| Resource|action_sheet.d.ts| 343|Type changed|Class name: SheetInfo;<br>Method or attribute name: icon?: string \| Resource;<br>Old version information: |Class name: SheetInfo;<br>Method or attribute name: icon?: string \| Resource;<br>New version information: ?(string \| Resource)|action_sheet.d.ts| 344|Type changed|Class name: SheetInfo;<br>Method or attribute name: action: () => void;<br>Old version information: |Class name: SheetInfo;<br>Method or attribute name: action: () => void;<br>New version information: function|action_sheet.d.ts| 345|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: title?: ResourceStr;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: title?: ResourceStr;<br>New version information: ?ResourceStr|alert_dialog.d.ts| 346|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: message: ResourceStr;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: message: ResourceStr;<br>New version information: ResourceStr|alert_dialog.d.ts| 347|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: autoCancel?: boolean;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: autoCancel?: boolean;<br>New version information: ?boolean|alert_dialog.d.ts| 348|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: cancel?: () => void;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: cancel?: () => void;<br>New version information: ?function|alert_dialog.d.ts| 349|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: alignment?: DialogAlignment;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: alignment?: DialogAlignment;<br>New version information: ?DialogAlignment|alert_dialog.d.ts| 350|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: offset?: Offset;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: offset?: Offset;<br>New version information: ?Offset|alert_dialog.d.ts| 351|Type changed|Class name: AlertDialogParam;<br>Method or attribute name: gridCount?: number;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: gridCount?: number;<br>New version information: ?number|alert_dialog.d.ts| 352|Type changed|Class name: AlertDialogParamWithConfirm;<br>Method or attribute name: confirm?: {<br> /**<br> * Enable switch of confirmation button<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of confirmation button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of confirmation button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>Old version information: |Class name: AlertDialogParamWithConfirm;<br>Method or attribute name: confirm?: {<br> /**<br> * Enable switch of confirmation button<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of confirmation button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of confirmation button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information: ?object|alert_dialog.d.ts| 353|Type changed|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: primaryButton: {<br> /**<br> * Enable switch of primaryButton<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of primaryButton button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of primaryButton button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>Old version information: |Class name: AlertDialogParamWithButtons;<br>Method or attribute name: primaryButton: {<br> /**<br> * Enable switch of primaryButton<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of primaryButton button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of primaryButton button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information: object|alert_dialog.d.ts| 354|Type changed|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: secondaryButton: {<br> /**<br> * Enable switch of secondaryButton<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of secondaryButton button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of secondaryButton button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>Old version information: |Class name: AlertDialogParamWithButtons;<br>Method or attribute name: secondaryButton: {<br> /**<br> * Enable switch of secondaryButton<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of secondaryButton button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of secondaryButton button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information: object|alert_dialog.d.ts| 355|Type changed|Class name: BadgeStyle;<br>Method or attribute name: color?: ResourceColor;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information: ?ResourceColor|badge.d.ts| 356|Type changed|Class name: BadgeStyle;<br>Method or attribute name: fontSize?: number \| string;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: fontSize?: number \| string;<br>New version information: ?(number \| string)|badge.d.ts| 357|Type changed|Class name: BadgeStyle;<br>Method or attribute name: badgeSize?: number \| string;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: badgeSize?: number \| string;<br>New version information: ?(number \| string)|badge.d.ts| 358|Type changed|Class name: BadgeStyle;<br>Method or attribute name: badgeColor?: ResourceColor;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: badgeColor?: ResourceColor;<br>New version information: ?ResourceColor|badge.d.ts| 359|Type changed|Class name: BadgeParam;<br>Method or attribute name: position?: BadgePosition \| Position;<br>Old version information: |Class name: BadgeParam;<br>Method or attribute name: position?: BadgePosition \| Position;<br>New version information: ?(BadgePosition \| Position)|badge.d.ts| 360|Type changed|Class name: BadgeParam;<br>Method or attribute name: style: BadgeStyle;<br>Old version information: |Class name: BadgeParam;<br>Method or attribute name: style: BadgeStyle;<br>New version information: BadgeStyle|badge.d.ts| 361|Type changed|Class name: BadgeParamWithNumber;<br>Method or attribute name: count: number;<br>Old version information: |Class name: BadgeParamWithNumber;<br>Method or attribute name: count: number;<br>New version information: number|badge.d.ts| 362|Type changed|Class name: BadgeParamWithNumber;<br>Method or attribute name: maxCount?: number;<br>Old version information: |Class name: BadgeParamWithNumber;<br>Method or attribute name: maxCount?: number;<br>New version information: ?number|badge.d.ts| 363|Type changed|Class name: BadgeParamWithString;<br>Method or attribute name: value: string;<br>Old version information: |Class name: BadgeParamWithString;<br>Method or attribute name: value: string;<br>New version information: string|badge.d.ts| 364|Type changed|Class name: ButtonOptions;<br>Method or attribute name: type?: ButtonType;<br>Old version information: |Class name: ButtonOptions;<br>Method or attribute name: type?: ButtonType;<br>New version information: ?ButtonType|button.d.ts| 365|Type changed|Class name: ButtonOptions;<br>Method or attribute name: stateEffect?: boolean;<br>Old version information: |Class name: ButtonOptions;<br>Method or attribute name: stateEffect?: boolean;<br>New version information: ?boolean|button.d.ts| 366|Type changed|Class name: CalendarDay;<br>Method or attribute name: index: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: index: number;<br>New version information: number|calendar.d.ts| 367|Type changed|Class name: CalendarDay;<br>Method or attribute name: lunarMonth: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: lunarMonth: string;<br>New version information: string|calendar.d.ts| 368|Type changed|Class name: CalendarDay;<br>Method or attribute name: lunarDay: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: lunarDay: string;<br>New version information: string|calendar.d.ts| 369|Type changed|Class name: CalendarDay;<br>Method or attribute name: dayMark: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: dayMark: string;<br>New version information: string|calendar.d.ts| 370|Type changed|Class name: CalendarDay;<br>Method or attribute name: dayMarkValue: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: dayMarkValue: string;<br>New version information: string|calendar.d.ts| 371|Type changed|Class name: CalendarDay;<br>Method or attribute name: year: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: year: number;<br>New version information: number|calendar.d.ts| 372|Type changed|Class name: MonthData;<br>Method or attribute name: year: number;<br>Old version information: |Class name: MonthData;<br>Method or attribute name: year: number;<br>New version information: number|calendar.d.ts| 373|Type changed|Class name: CalendarDay;<br>Method or attribute name: month: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: month: number;<br>New version information: number|calendar.d.ts| 374|Type changed|Class name: MonthData;<br>Method or attribute name: month: number;<br>Old version information: |Class name: MonthData;<br>Method or attribute name: month: number;<br>New version information: number|calendar.d.ts| 375|Type changed|Class name: CalendarDay;<br>Method or attribute name: day: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: day: number;<br>New version information: number|calendar.d.ts| 376|Type changed|Class name: CalendarDay;<br>Method or attribute name: isFirstOfLunar: boolean;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: isFirstOfLunar: boolean;<br>New version information: boolean|calendar.d.ts| 377|Type changed|Class name: CalendarDay;<br>Method or attribute name: hasSchedule: boolean;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: hasSchedule: boolean;<br>New version information: boolean|calendar.d.ts| 378|Type changed|Class name: CalendarDay;<br>Method or attribute name: markLunarDay: boolean;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: markLunarDay: boolean;<br>New version information: boolean|calendar.d.ts| 379|Type changed|Class name: MonthData;<br>Method or attribute name: data: CalendarDay[];<br>Old version information: |Class name: MonthData;<br>Method or attribute name: data: CalendarDay[];<br>New version information: CalendarDay[]|calendar.d.ts| 380|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayColor?: ResourceColor;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 381|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarColor?: ResourceColor;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 382|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: markLunarColor?: ResourceColor;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: markLunarColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 383|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayFontSize?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayFontSize?: number;<br>New version information: ?number|calendar.d.ts| 384|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayFontSize?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayFontSize?: number;<br>New version information: ?number|calendar.d.ts| 385|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayHeight?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayHeight?: number;<br>New version information: ?number|calendar.d.ts| 386|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayWidth?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayWidth?: number;<br>New version information: ?number|calendar.d.ts| 387|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: gregorianCalendarHeight?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: gregorianCalendarHeight?: number;<br>New version information: ?number|calendar.d.ts| 388|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayYAxisOffset?: number;<br>New version information: ?number|calendar.d.ts| 389|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayYAxisOffset?: number;<br>New version information: ?number|calendar.d.ts| 390|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreXAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreXAxisOffset?: number;<br>New version information: ?number|calendar.d.ts| 391|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreYAxisOffset?: number;<br>New version information: ?number|calendar.d.ts| 392|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerXAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerXAxisOffset?: number;<br>New version information: ?number|calendar.d.ts| 393|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerYAxisOffset?: number;<br>New version information: ?number|calendar.d.ts| 394|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: colSpace?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: colSpace?: number;<br>New version information: ?number|calendar.d.ts| 395|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dailyFiveRowSpace?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dailyFiveRowSpace?: number;<br>New version information: ?number|calendar.d.ts| 396|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: dailySixRowSpace?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dailySixRowSpace?: number;<br>New version information: ?number|calendar.d.ts| 397|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarHeight?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarHeight?: number;<br>New version information: ?number|calendar.d.ts| 398|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreWidth?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreWidth?: number;<br>New version information: ?number|calendar.d.ts| 399|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreLength?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreLength?: number;<br>New version information: ?number|calendar.d.ts| 400|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerRadius?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerRadius?: number;<br>New version information: ?number|calendar.d.ts| 401|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: boundaryRowOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: boundaryRowOffset?: number;<br>New version information: ?number|calendar.d.ts| 402|Type changed|Class name: CurrentDayStyle;<br>Method or attribute name: boundaryColOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: boundaryColOffset?: number;<br>New version information: ?number|calendar.d.ts| 403|Type changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 404|Type changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 405|Type changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 406|Type changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 407|Type changed|Class name: TodayStyle;<br>Method or attribute name: focusedDayColor?: ResourceColor;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedDayColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 408|Type changed|Class name: TodayStyle;<br>Method or attribute name: focusedLunarColor?: ResourceColor;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedLunarColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 409|Type changed|Class name: TodayStyle;<br>Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 410|Type changed|Class name: TodayStyle;<br>Method or attribute name: focusedAreaRadius?: number;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedAreaRadius?: number;<br>New version information: ?number|calendar.d.ts| 411|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekColor?: ResourceColor;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 412|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekendDayColor?: ResourceColor;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekendDayColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 413|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekendLunarColor?: ResourceColor;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekendLunarColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 414|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekFontSize?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekFontSize?: number;<br>New version information: ?number|calendar.d.ts| 415|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekHeight?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekHeight?: number;<br>New version information: ?number|calendar.d.ts| 416|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekWidth?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekWidth?: number;<br>New version information: ?number|calendar.d.ts| 417|Type changed|Class name: WeekStyle;<br>Method or attribute name: weekAndDayRowSpace?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekAndDayRowSpace?: number;<br>New version information: ?number|calendar.d.ts| 418|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkColor?: ResourceColor;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 419|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkColor?: ResourceColor;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkColor?: ResourceColor;<br>New version information: ?ResourceColor|calendar.d.ts| 420|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkSize?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkSize?: number;<br>New version information: ?number|calendar.d.ts| 421|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkSize?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkSize?: number;<br>New version information: ?number|calendar.d.ts| 422|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: workStateWidth?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workStateWidth?: number;<br>New version information: ?number|calendar.d.ts| 423|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: workStateHorizontalMovingDistance?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workStateHorizontalMovingDistance?: number;<br>New version information: ?number|calendar.d.ts| 424|Type changed|Class name: WorkStateStyle;<br>Method or attribute name: workStateVerticalMovingDistance?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workStateVerticalMovingDistance?: number;<br>New version information: ?number|calendar.d.ts| 425|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxAscent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxAscent: number;<br>New version information: number|canvas.d.ts| 426|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxDescent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxDescent: number;<br>New version information: number|canvas.d.ts| 427|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxLeft: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxLeft: number;<br>New version information: number|canvas.d.ts| 428|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxRight: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxRight: number;<br>New version information: number|canvas.d.ts| 429|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly alphabeticBaseline: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly alphabeticBaseline: number;<br>New version information: number|canvas.d.ts| 430|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly emHeightAscent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly emHeightAscent: number;<br>New version information: number|canvas.d.ts| 431|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly emHeightDescent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly emHeightDescent: number;<br>New version information: number|canvas.d.ts| 432|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxAscent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxAscent: number;<br>New version information: number|canvas.d.ts| 433|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxDescent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxDescent: number;<br>New version information: number|canvas.d.ts| 434|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly hangingBaseline: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly hangingBaseline: number;<br>New version information: number|canvas.d.ts| 435|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly ideographicBaseline: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly ideographicBaseline: number;<br>New version information: number|canvas.d.ts| 436|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly width: number;<br>New version information: number|canvas.d.ts| 437|Type changed|Class name: ImageBitmap;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: ImageBitmap;<br>Method or attribute name: readonly width: number;<br>New version information: number|canvas.d.ts| 438|Type changed|Class name: ImageData;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: ImageData;<br>Method or attribute name: readonly width: number;<br>New version information: number|canvas.d.ts| 439|Type changed|Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly width: number;<br>New version information: number|canvas.d.ts| 440|Type changed|Class name: TextMetrics;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly height: number;<br>New version information: number|canvas.d.ts| 441|Type changed|Class name: ImageBitmap;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: ImageBitmap;<br>Method or attribute name: readonly height: number;<br>New version information: number|canvas.d.ts| 442|Type changed|Class name: ImageData;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: ImageData;<br>Method or attribute name: readonly height: number;<br>New version information: number|canvas.d.ts| 443|Type changed|Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly height: number;<br>New version information: number|canvas.d.ts| 444|Type changed|Class name: ImageData;<br>Method or attribute name: readonly data: Uint8ClampedArray;<br>Old version information: |Class name: ImageData;<br>Method or attribute name: readonly data: Uint8ClampedArray;<br>New version information: Uint8ClampedArray|canvas.d.ts| 445|Type changed|Class name: RenderingContextSettings;<br>Method or attribute name: antialias?: boolean;<br>Old version information: |Class name: RenderingContextSettings;<br>Method or attribute name: antialias?: boolean;<br>New version information: ?boolean|canvas.d.ts| 446|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: globalAlpha: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: globalAlpha: number;<br>New version information: number|canvas.d.ts| 447|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: globalCompositeOperation: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: globalCompositeOperation: string;<br>New version information: string|canvas.d.ts| 448|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: fillStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: fillStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>New version information: string \| number \| CanvasGradient \| CanvasPattern|canvas.d.ts| 449|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>New version information: string \| number \| CanvasGradient \| CanvasPattern|canvas.d.ts| 450|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: filter: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: filter: string;<br>New version information: string|canvas.d.ts| 451|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingEnabled: boolean;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingEnabled: boolean;<br>New version information: boolean|canvas.d.ts| 452|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;<br>New version information: ImageSmoothingQuality|canvas.d.ts| 453|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: lineCap: CanvasLineCap;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineCap: CanvasLineCap;<br>New version information: CanvasLineCap|canvas.d.ts| 454|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: lineDashOffset: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineDashOffset: number;<br>New version information: number|canvas.d.ts| 455|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: lineJoin: CanvasLineJoin;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineJoin: CanvasLineJoin;<br>New version information: CanvasLineJoin|canvas.d.ts| 456|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: lineWidth: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineWidth: number;<br>New version information: number|canvas.d.ts| 457|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: miterLimit: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: miterLimit: number;<br>New version information: number|canvas.d.ts| 458|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowBlur: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowBlur: number;<br>New version information: number|canvas.d.ts| 459|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowColor: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowColor: string;<br>New version information: string|canvas.d.ts| 460|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetX: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetX: number;<br>New version information: number|canvas.d.ts| 461|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetY: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetY: number;<br>New version information: number|canvas.d.ts| 462|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: font: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: font: string;<br>New version information: string|canvas.d.ts| 463|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: textAlign: CanvasTextAlign;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: textAlign: CanvasTextAlign;<br>New version information: CanvasTextAlign|canvas.d.ts| 464|Type changed|Class name: CanvasRenderer;<br>Method or attribute name: textBaseline: CanvasTextBaseline;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: textBaseline: CanvasTextBaseline;<br>New version information: CanvasTextBaseline|canvas.d.ts| 465|Type changed|Class name: OffscreenCanvas;<br>Method or attribute name: height: number;<br>Old version information: |Class name: OffscreenCanvas;<br>Method or attribute name: height: number;<br>New version information: number|canvas.d.ts| 466|Type changed|Class name: OffscreenCanvas;<br>Method or attribute name: width: number;<br>Old version information: |Class name: OffscreenCanvas;<br>Method or attribute name: width: number;<br>New version information: number|canvas.d.ts| 467|Type changed|Class name: CheckboxOptions;<br>Method or attribute name: name?: string;<br>Old version information: |Class name: CheckboxOptions;<br>Method or attribute name: name?: string;<br>New version information: ?string|checkbox.d.ts| 468|Type changed|Class name: CheckboxOptions;<br>Method or attribute name: group?: string;<br>Old version information: |Class name: CheckboxOptions;<br>Method or attribute name: group?: string;<br>New version information: ?string|checkbox.d.ts| 469|Type changed|Class name: CheckboxGroupOptions;<br>Method or attribute name: group?: string;<br>Old version information: |Class name: CheckboxGroupOptions;<br>Method or attribute name: group?: string;<br>New version information: ?string|checkboxgroup.d.ts| 470|Type changed|Class name: CheckboxGroupResult;<br>Method or attribute name: name: Array\<string>;<br>Old version information: |Class name: CheckboxGroupResult;<br>Method or attribute name: name: Array\<string>;<br>New version information: Array\<string>|checkboxgroup.d.ts| 471|Type changed|Class name: CheckboxGroupResult;<br>Method or attribute name: status: SelectStatus;<br>Old version information: |Class name: CheckboxGroupResult;<br>Method or attribute name: status: SelectStatus;<br>New version information: SelectStatus|checkboxgroup.d.ts| 472|Type changed|Class name: CircleOptions;<br>Method or attribute name: width?: string \| number;<br>Old version information: |Class name: CircleOptions;<br>Method or attribute name: width?: string \| number;<br>New version information: ?(string \| number)|circle.d.ts| 473|Type changed|Class name: CircleOptions;<br>Method or attribute name: height?: string \| number;<br>Old version information: |Class name: CircleOptions;<br>Method or attribute name: height?: string \| number;<br>New version information: ?(string \| number)|circle.d.ts| 474|Type changed|Class name: Configuration;<br>Method or attribute name: readonly colorMode: string;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: readonly colorMode: string;<br>New version information: string|common.d.ts| 475|Type changed|Class name: Configuration;<br>Method or attribute name: readonly fontScale: number;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: readonly fontScale: number;<br>New version information: number|common.d.ts| 476|Type changed|Class name: Rectangle;<br>Method or attribute name: x?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: x?: Length;<br>New version information: ?Length|common.d.ts| 477|Type changed|Class name: Rectangle;<br>Method or attribute name: y?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: y?: Length;<br>New version information: ?Length|common.d.ts| 478|Type changed|Class name: Rectangle;<br>Method or attribute name: width?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: width?: Length;<br>New version information: ?Length|common.d.ts| 479|Type changed|Class name: Rectangle;<br>Method or attribute name: height?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: height?: Length;<br>New version information: ?Length|common.d.ts| 480|Type changed|Class name: AnimateParam;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: duration?: number;<br>New version information: ?number|common.d.ts| 481|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: duration?: number;<br>New version information: ?number|common.d.ts| 482|Type changed|Class name: AnimateParam;<br>Method or attribute name: tempo?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: tempo?: number;<br>New version information: ?number|common.d.ts| 483|Type changed|Class name: AnimateParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>Old version information: string \| Curve \| ICurve|Class name: AnimateParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version information: ?(Curve \| string \| ICurve)|common.d.ts| 484|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version information: ?(Curve \| string \| ICurve)|common.d.ts| 485|Type changed|Class name: AnimateParam;<br>Method or attribute name: delay?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: delay?: number;<br>New version information: ?number|common.d.ts| 486|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: delay?: number;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: delay?: number;<br>New version information: ?number|common.d.ts| 487|Type changed|Class name: AnimateParam;<br>Method or attribute name: iterations?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: iterations?: number;<br>New version information: ?number|common.d.ts| 488|Type changed|Class name: AnimateParam;<br>Method or attribute name: playMode?: PlayMode;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: playMode?: PlayMode;<br>New version information: ?PlayMode|common.d.ts| 489|Type changed|Class name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>New version information: ?function|common.d.ts| 490|Type changed|Class name: MotionPathOptions;<br>Method or attribute name: path: string;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: path: string;<br>New version information: string|common.d.ts| 491|Type changed|Class name: MotionPathOptions;<br>Method or attribute name: from?: number;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: from?: number;<br>New version information: ?number|common.d.ts| 492|Type changed|Class name: MotionPathOptions;<br>Method or attribute name: to?: number;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: to?: number;<br>New version information: ?number|common.d.ts| 493|Type changed|Class name: MotionPathOptions;<br>Method or attribute name: rotatable?: boolean;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: rotatable?: boolean;<br>New version information: ?boolean|common.d.ts| 494|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: motionPath?: MotionPathOptions;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: motionPath?: MotionPathOptions;<br>New version information: ?MotionPathOptions|common.d.ts| 495|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: zIndex?: number;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: zIndex?: number;<br>New version information: ?number|common.d.ts| 496|Type changed|Class name: sharedTransitionOptions;<br>Method or attribute name: type?: SharedTransitionEffectType;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: type?: SharedTransitionEffectType;<br>New version information: ?SharedTransitionEffectType|common.d.ts| 497|Type changed|Class name: TranslateOptions;<br>Method or attribute name: x?: number \| string;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: x?: number \| string;<br>New version information: ?(number \| string)|common.d.ts| 498|Type changed|Class name: TranslateOptions;<br>Method or attribute name: y?: number \| string;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: y?: number \| string;<br>New version information: ?(number \| string)|common.d.ts| 499|Type changed|Class name: TranslateOptions;<br>Method or attribute name: z?: number \| string;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: z?: number \| string;<br>New version information: ?(number \| string)|common.d.ts| 500|Type changed|Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>New version information: ?number|common.d.ts| 501|Type changed|Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>New version information: ?number|common.d.ts| 502|Type changed|Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>New version information: ?number|common.d.ts| 503|Type changed|Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>New version information: ?number|common.d.ts| 504|Type changed|Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>New version information: ?number|common.d.ts| 505|Type changed|Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>New version information: ?number|common.d.ts| 506|Type changed|Class name: ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version information: ?(number \| string)|common.d.ts| 507|Type changed|Class name: RotateOptions;<br>Method or attribute name: centerX?: number \| string;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version information: ?(number \| string)|common.d.ts| 508|Type changed|Class name: ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version information: ?(number \| string)|common.d.ts| 509|Type changed|Class name: RotateOptions;<br>Method or attribute name: centerY?: number \| string;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version information: ?(number \| string)|common.d.ts| 510|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: left?: { anchor: string, align: HorizontalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: left?: { anchor: string, align: HorizontalAlign };<br>New version information: ?object|common.d.ts| 511|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: right?: { anchor: string, align: HorizontalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: right?: { anchor: string, align: HorizontalAlign };<br>New version information: ?object|common.d.ts| 512|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };<br>New version information: ?object|common.d.ts| 513|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: top?: { anchor: string, align: VerticalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: top?: { anchor: string, align: VerticalAlign };<br>New version information: ?object|common.d.ts| 514|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };<br>New version information: ?object|common.d.ts| 515|Type changed|Class name: AlignRuleOption;<br>Method or attribute name: center?: { anchor: string, align: VerticalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: center?: { anchor: string, align: VerticalAlign };<br>New version information: ?object|common.d.ts| 516|Type changed|Class name: RotateOptions;<br>Method or attribute name: angle: number \| string;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: angle: number \| string;<br>New version information: number \| string|common.d.ts| 517|Type changed|Class name: TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>New version information: ?TransitionType|common.d.ts| 518|Type changed|Class name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>New version information: ?number|common.d.ts| 519|Type changed|Class name: TransitionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>New version information: ?TranslateOptions|common.d.ts| 520|Type changed|Class name: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>New version information: ?ScaleOptions|common.d.ts| 521|Type changed|Class name: TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>Old version information: |Class name: TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>New version information: ?RotateOptions|common.d.ts| 522|Type changed|Class name: PreviewParams;<br>Method or attribute name: title?: string;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: title?: string;<br>New version information: ?string|common.d.ts| 523|Type changed|Class name: PreviewParams;<br>Method or attribute name: width?: number;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: width?: number;<br>New version information: ?number|common.d.ts| 524|Type changed|Class name: PreviewParams;<br>Method or attribute name: height?: number;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: height?: number;<br>New version information: ?number|common.d.ts| 525|Type changed|Class name: PreviewParams;<br>Method or attribute name: locale?: string;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: locale?: string;<br>New version information: ?string|common.d.ts| 526|Type changed|Class name: PreviewParams;<br>Method or attribute name: colorMode?: string;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: colorMode?: string;<br>New version information: ?string|common.d.ts| 527|Type changed|Class name: PreviewParams;<br>Method or attribute name: deviceType?: string;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: deviceType?: string;<br>New version information: ?string|common.d.ts| 528|Type changed|Class name: PreviewParams;<br>Method or attribute name: dpi?: number;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: dpi?: number;<br>New version information: ?number|common.d.ts| 529|Type changed|Class name: PreviewParams;<br>Method or attribute name: orientation?: string;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: orientation?: string;<br>New version information: ?string|common.d.ts| 530|Type changed|Class name: PreviewParams;<br>Method or attribute name: roundScreen?: boolean;<br>Old version information: |Class name: PreviewParams;<br>Method or attribute name: roundScreen?: boolean;<br>New version information: ?boolean|common.d.ts| 531|Type changed|Class name: ItemDragInfo;<br>Method or attribute name: x: number;<br>Old version information: |Class name: ItemDragInfo;<br>Method or attribute name: x: number;<br>New version information: number|common.d.ts| 532|Type changed|Class name: ClickEvent;<br>Method or attribute name: x: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: x: number;<br>New version information: number|common.d.ts| 533|Type changed|Class name: MouseEvent;<br>Method or attribute name: x: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: x: number;<br>New version information: number|common.d.ts| 534|Type changed|Class name: TouchObject;<br>Method or attribute name: x: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: x: number;<br>New version information: number|common.d.ts| 535|Type changed|Class name: ItemDragInfo;<br>Method or attribute name: y: number;<br>Old version information: |Class name: ItemDragInfo;<br>Method or attribute name: y: number;<br>New version information: number|common.d.ts| 536|Type changed|Class name: ClickEvent;<br>Method or attribute name: y: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: y: number;<br>New version information: number|common.d.ts| 537|Type changed|Class name: MouseEvent;<br>Method or attribute name: y: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: y: number;<br>New version information: number|common.d.ts| 538|Type changed|Class name: TouchObject;<br>Method or attribute name: y: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: y: number;<br>New version information: number|common.d.ts| 539|Type changed|Class name: DragItemInfo;<br>Method or attribute name: pixelMap?: PixelMap;<br>Old version information: |Class name: DragItemInfo;<br>Method or attribute name: pixelMap?: PixelMap;<br>New version information: ?PixelMap|common.d.ts| 540|Type changed|Class name: DragItemInfo;<br>Method or attribute name: builder?: CustomBuilder;<br>Old version information: |Class name: DragItemInfo;<br>Method or attribute name: builder?: CustomBuilder;<br>New version information: ?CustomBuilder|common.d.ts| 541|Type changed|Class name: DragItemInfo;<br>Method or attribute name: extraInfo?: string;<br>Old version information: |Class name: DragItemInfo;<br>Method or attribute name: extraInfo?: string;<br>New version information: ?string|common.d.ts| 542|Type changed|Class name: EventTarget;<br>Method or attribute name: area: Area;<br>Old version information: |Class name: EventTarget;<br>Method or attribute name: area: Area;<br>New version information: Area|common.d.ts| 543|Type changed|Class name: BaseEvent;<br>Method or attribute name: target: EventTarget;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: target: EventTarget;<br>New version information: EventTarget|common.d.ts| 544|Type changed|Class name: BaseEvent;<br>Method or attribute name: timestamp: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: timestamp: number;<br>New version information: number|common.d.ts| 545|Type changed|Class name: KeyEvent;<br>Method or attribute name: timestamp: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: timestamp: number;<br>New version information: number|common.d.ts| 546|Type changed|Class name: BaseEvent;<br>Method or attribute name: source: SourceType;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: source: SourceType;<br>New version information: SourceType|common.d.ts| 547|Type changed|Class name: BaseEvent;<br>Method or attribute name: pressure: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: pressure: number;<br>New version information: number|common.d.ts| 548|Type changed|Class name: BaseEvent;<br>Method or attribute name: tiltX: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: tiltX: number;<br>New version information: number|common.d.ts| 549|Type changed|Class name: BaseEvent;<br>Method or attribute name: tiltY: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: tiltY: number;<br>New version information: number|common.d.ts| 550|Type changed|Class name: BaseEvent;<br>Method or attribute name: sourceTool: SourceTool;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: sourceTool: SourceTool;<br>New version information: SourceTool|common.d.ts| 551|Type changed|Class name: BorderImageOption;<br>Method or attribute name: slice?: Length \| EdgeWidths,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: slice?: Length \| EdgeWidths,<br>New version information: ?(Length \| EdgeWidths)|common.d.ts| 552|Type changed|Class name: BorderImageOption;<br>Method or attribute name: repeat?: RepeatMode,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: repeat?: RepeatMode,<br>New version information: ?RepeatMode|common.d.ts| 553|Type changed|Class name: BorderImageOption;<br>Method or attribute name: source?: string \| Resource \| LinearGradient,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: source?: string \| Resource \| LinearGradient,<br>New version information: ?(string \| Resource \| LinearGradient)|common.d.ts| 554|Type changed|Class name: BorderImageOption;<br>Method or attribute name: width?: Length \| EdgeWidths,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: width?: Length \| EdgeWidths,<br>New version information: ?(Length \| EdgeWidths)|common.d.ts| 555|Type changed|Class name: BorderImageOption;<br>Method or attribute name: outset?: Length \| EdgeWidths,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: outset?: Length \| EdgeWidths,<br>New version information: ?(Length \| EdgeWidths)|common.d.ts| 556|Type changed|Class name: BorderImageOption;<br>Method or attribute name: fill?: boolean<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: fill?: boolean<br>New version information: ?boolean|common.d.ts| 557|Type changed|Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>New version information: number|common.d.ts| 558|Type changed|Class name: MouseEvent;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: screenX: number;<br>New version information: number|common.d.ts| 559|Type changed|Class name: TouchObject;<br>Method or attribute name: screenX: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: screenX: number;<br>New version information: number|common.d.ts| 560|Type changed|Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>New version information: number|common.d.ts| 561|Type changed|Class name: MouseEvent;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: screenY: number;<br>New version information: number|common.d.ts| 562|Type changed|Class name: TouchObject;<br>Method or attribute name: screenY: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: screenY: number;<br>New version information: number|common.d.ts| 563|Type changed|Class name: MouseEvent;<br>Method or attribute name: button: MouseButton;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: button: MouseButton;<br>New version information: MouseButton|common.d.ts| 564|Type changed|Class name: MouseEvent;<br>Method or attribute name: action: MouseAction;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: action: MouseAction;<br>New version information: MouseAction|common.d.ts| 565|Type changed|Class name: MouseEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: |Class name: MouseEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: function|common.d.ts| 566|Type changed|Class name: TouchEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: function|common.d.ts| 567|Type changed|Class name: KeyEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: function|common.d.ts| 568|Type changed|Class name: TouchObject;<br>Method or attribute name: type: TouchType;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: type: TouchType;<br>New version information: TouchType|common.d.ts| 569|Type changed|Class name: TouchEvent;<br>Method or attribute name: type: TouchType;<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: type: TouchType;<br>New version information: TouchType|common.d.ts| 570|Type changed|Class name: TouchObject;<br>Method or attribute name: id: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: id: number;<br>New version information: number|common.d.ts| 571|Type changed|Class name: TouchEvent;<br>Method or attribute name: touches: TouchObject[];<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: touches: TouchObject[];<br>New version information: TouchObject[]|common.d.ts| 572|Type changed|Class name: TouchEvent;<br>Method or attribute name: changedTouches: TouchObject[];<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: changedTouches: TouchObject[];<br>New version information: TouchObject[]|common.d.ts| 573|Type changed|Class name: KeyEvent;<br>Method or attribute name: type: KeyType;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: type: KeyType;<br>New version information: KeyType|common.d.ts| 574|Type changed|Class name: KeyEvent;<br>Method or attribute name: keyCode: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: keyCode: number;<br>New version information: number|common.d.ts| 575|Type changed|Class name: KeyEvent;<br>Method or attribute name: keyText: string;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: keyText: string;<br>New version information: string|common.d.ts| 576|Type changed|Class name: KeyEvent;<br>Method or attribute name: keySource: KeySource;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: keySource: KeySource;<br>New version information: KeySource|common.d.ts| 577|Type changed|Class name: KeyEvent;<br>Method or attribute name: deviceId: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: deviceId: number;<br>New version information: number|common.d.ts| 578|Type changed|Class name: KeyEvent;<br>Method or attribute name: metaKey: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: metaKey: number;<br>New version information: number|common.d.ts| 579|Type changed|Class name: StateStyles;<br>Method or attribute name: normal?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: normal?: any;<br>New version information: ?any|common.d.ts| 580|Type changed|Class name: StateStyles;<br>Method or attribute name: pressed?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: pressed?: any;<br>New version information: ?any|common.d.ts| 581|Type changed|Class name: StateStyles;<br>Method or attribute name: disabled?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: disabled?: any;<br>New version information: ?any|common.d.ts| 582|Type changed|Class name: StateStyles;<br>Method or attribute name: focused?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: focused?: any;<br>New version information: ?any|common.d.ts| 583|Type changed|Class name: StateStyles;<br>Method or attribute name: clicked?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: clicked?: any;<br>New version information: ?any|common.d.ts| 584|Type changed|Class name: PopupOptions;<br>Method or attribute name: message: string;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: message: string;<br>New version information: string|common.d.ts| 585|Type changed|Class name: PopupOptions;<br>Method or attribute name: placementOnTop?: boolean;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: placementOnTop?: boolean;<br>New version information: ?boolean|common.d.ts| 586|Type changed|Class name: PopupOptions;<br>Method or attribute name: primaryButton?: {<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: string;<br><br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: primaryButton?: {<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: string;<br><br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information: ?object|common.d.ts| 587|Type changed|Class name: PopupOptions;<br>Method or attribute name: secondaryButton?: {<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: string;<br><br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: secondaryButton?: {<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: string;<br><br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information: ?object|common.d.ts| 588|Type changed|Class name: PopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br> /**<br> * is Visible.<br> *<br> * @type { boolean }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br> /**<br> * is Visible.<br> *<br> * @type { boolean }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>New version information: ?function|common.d.ts| 589|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br> /**<br> * is Visible.<br> *<br> * @type { boolean }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br> /**<br> * is Visible.<br> *<br> * @type { boolean }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>New version information: ?function|common.d.ts| 590|Type changed|Class name: PopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>New version information: ?Length|common.d.ts| 591|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>New version information: ?Length|common.d.ts| 592|Type changed|Class name: PopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information: ?boolean|common.d.ts| 593|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information: ?boolean|common.d.ts| 594|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: builder: CustomBuilder;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: builder: CustomBuilder;<br>New version information: CustomBuilder|common.d.ts| 595|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: placement?: Placement;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: placement?: Placement;<br>New version information: ?Placement|common.d.ts| 596|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: maskColor?: Color \| string \| Resource \| number;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: maskColor?: Color \| string \| Resource \| number;<br>New version information: ?(Color \| string \| Resource \| number)|common.d.ts| 597|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: popupColor?: Color \| string \| Resource \| number;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: popupColor?: Color \| string \| Resource \| number;<br>New version information: ?(Color \| string \| Resource \| number)|common.d.ts| 598|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: enableArrow?: boolean;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: enableArrow?: boolean;<br>New version information: ?boolean|common.d.ts| 599|Type changed|Class name: CustomPopupOptions;<br>Method or attribute name: autoCancel?: boolean;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: autoCancel?: boolean;<br>New version information: ?boolean|common.d.ts| 600|Type changed|Class name: LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>New version information: EdgeWidths|common.d.ts| 601|Type changed|Class name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>New version information: Margin|common.d.ts| 602|Type changed|Class name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>New version information: Padding|common.d.ts| 603|Type changed|Class name: LayoutInfo;<br>Method or attribute name: position: Position,<br>Old version information: |Class name: LayoutInfo;<br>Method or attribute name: position: Position,<br>New version information: Position|common.d.ts| 604|Type changed|Class name: LayoutChild;<br>Method or attribute name: position: Position,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: position: Position,<br>New version information: Position|common.d.ts| 605|Type changed|Class name: LayoutInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>Old version information: |Class name: LayoutInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information: ConstraintSizeOptions|common.d.ts| 606|Type changed|Class name: LayoutChild;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information: ConstraintSizeOptions|common.d.ts| 607|Type changed|Class name: LayoutChild;<br>Method or attribute name: name: string,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: name: string,<br>New version information: string|common.d.ts| 608|Type changed|Class name: LayoutChild;<br>Method or attribute name: id: string,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: id: string,<br>New version information: string|common.d.ts| 609|Type changed|Class name: LayoutChild;<br>Method or attribute name: borderInfo: LayoutBorderInfo,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: borderInfo: LayoutBorderInfo,<br>New version information: LayoutBorderInfo|common.d.ts| 610|Type changed|Class name: SubscribedAbstractProperty;<br>Method or attribute name: protected subscribers_: Set\<number>;<br>Old version information: |Class name: SubscribedAbstractProperty;<br>Method or attribute name: protected subscribers_: Set\<number>;<br>New version information: Set\<number>|common_ts_ets_api.d.ts| 611|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: builder: any;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: builder: any;<br>New version information: any|custom_dialog_controller.d.ts| 612|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: cancel?: () => void;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: cancel?: () => void;<br>New version information: ?function|custom_dialog_controller.d.ts| 613|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: autoCancel?: boolean;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: autoCancel?: boolean;<br>New version information: ?boolean|custom_dialog_controller.d.ts| 614|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: alignment?: DialogAlignment;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: alignment?: DialogAlignment;<br>New version information: ?DialogAlignment|custom_dialog_controller.d.ts| 615|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: offset?: Offset;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: offset?: Offset;<br>New version information: ?Offset|custom_dialog_controller.d.ts| 616|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: customStyle?: boolean;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: customStyle?: boolean;<br>New version information: ?boolean|custom_dialog_controller.d.ts| 617|Type changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: gridCount?: number;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: gridCount?: number;<br>New version information: ?number|custom_dialog_controller.d.ts| 618|Type changed|Class name: DataPanelOptions;<br>Method or attribute name: values: number[];<br>Old version information: |Class name: DataPanelOptions;<br>Method or attribute name: values: number[];<br>New version information: number[]|data_panel.d.ts| 619|Type changed|Class name: DataPanelOptions;<br>Method or attribute name: max?: number;<br>Old version information: |Class name: DataPanelOptions;<br>Method or attribute name: max?: number;<br>New version information: ?number|data_panel.d.ts| 620|Type changed|Class name: DataPanelOptions;<br>Method or attribute name: type?: DataPanelType;<br>Old version information: |Class name: DataPanelOptions;<br>Method or attribute name: type?: DataPanelType;<br>New version information: ?DataPanelType|data_panel.d.ts| 621|Type changed|Class name: DatePickerResult;<br>Method or attribute name: year?: number;<br>Old version information: |Class name: DatePickerResult;<br>Method or attribute name: year?: number;<br>New version information: ?number|date_picker.d.ts| 622|Type changed|Class name: DatePickerResult;<br>Method or attribute name: month?: number;<br>Old version information: |Class name: DatePickerResult;<br>Method or attribute name: month?: number;<br>New version information: ?number|date_picker.d.ts| 623|Type changed|Class name: DatePickerResult;<br>Method or attribute name: day?: number;<br>Old version information: |Class name: DatePickerResult;<br>Method or attribute name: day?: number;<br>New version information: ?number|date_picker.d.ts| 624|Type changed|Class name: DatePickerOptions;<br>Method or attribute name: start?: Date;<br>Old version information: |Class name: DatePickerOptions;<br>Method or attribute name: start?: Date;<br>New version information: ?Date|date_picker.d.ts| 625|Type changed|Class name: DatePickerOptions;<br>Method or attribute name: end?: Date;<br>Old version information: |Class name: DatePickerOptions;<br>Method or attribute name: end?: Date;<br>New version information: ?Date|date_picker.d.ts| 626|Type changed|Class name: DatePickerOptions;<br>Method or attribute name: selected?: Date;<br>Old version information: |Class name: DatePickerOptions;<br>Method or attribute name: selected?: Date;<br>New version information: ?Date|date_picker.d.ts| 627|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: lunar?: boolean;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: lunar?: boolean;<br>New version information: ?boolean|date_picker.d.ts| 628|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: DatePickerResult) => void;<br>New version information: ?function|date_picker.d.ts| 629|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: ?function|date_picker.d.ts| 630|Type changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: onChange?: (value: DatePickerResult) => void;<br>New version information: ?function|date_picker.d.ts| 631|Type changed|Class name: FlexOptions;<br>Method or attribute name: direction?: FlexDirection;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: direction?: FlexDirection;<br>New version information: ?FlexDirection|flex.d.ts| 632|Type changed|Class name: FlexOptions;<br>Method or attribute name: wrap?: FlexWrap;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: wrap?: FlexWrap;<br>New version information: ?FlexWrap|flex.d.ts| 633|Type changed|Class name: FlexOptions;<br>Method or attribute name: justifyContent?: FlexAlign;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: justifyContent?: FlexAlign;<br>New version information: ?FlexAlign|flex.d.ts| 634|Type changed|Class name: FlexOptions;<br>Method or attribute name: alignItems?: ItemAlign;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: alignItems?: ItemAlign;<br>New version information: ?ItemAlign|flex.d.ts| 635|Type changed|Class name: FlexOptions;<br>Method or attribute name: alignContent?: FlexAlign;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: alignContent?: FlexAlign;<br>New version information: ?FlexAlign|flex.d.ts| 636|Type changed|Class name: FingerInfo;<br>Method or attribute name: id: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: id: number;<br>New version information: number|gesture.d.ts| 637|Type changed|Class name: FingerInfo;<br>Method or attribute name: globalX: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: globalX: number;<br>New version information: number|gesture.d.ts| 638|Type changed|Class name: FingerInfo;<br>Method or attribute name: globalY: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: globalY: number;<br>New version information: number|gesture.d.ts| 639|Type changed|Class name: FingerInfo;<br>Method or attribute name: localX: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: localX: number;<br>New version information: number|gesture.d.ts| 640|Type changed|Class name: FingerInfo;<br>Method or attribute name: localY: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: localY: number;<br>New version information: number|gesture.d.ts| 641|Type changed|Class name: GestureEvent;<br>Method or attribute name: repeat: boolean;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: repeat: boolean;<br>New version information: boolean|gesture.d.ts| 642|Type changed|Class name: GestureEvent;<br>Method or attribute name: fingerList: FingerInfo[];<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: fingerList: FingerInfo[];<br>New version information: FingerInfo[]|gesture.d.ts| 643|Type changed|Class name: GestureEvent;<br>Method or attribute name: offsetX: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: offsetX: number;<br>New version information: number|gesture.d.ts| 644|Type changed|Class name: GestureEvent;<br>Method or attribute name: offsetY: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: offsetY: number;<br>New version information: number|gesture.d.ts| 645|Type changed|Class name: GestureEvent;<br>Method or attribute name: angle: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: angle: number;<br>New version information: number|gesture.d.ts| 646|Type changed|Class name: GestureEvent;<br>Method or attribute name: speed: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: speed: number;<br>New version information: number|gesture.d.ts| 647|Type changed|Class name: GestureEvent;<br>Method or attribute name: scale: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: scale: number;<br>New version information: number|gesture.d.ts| 648|Type changed|Class name: GestureEvent;<br>Method or attribute name: pinchCenterX: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: pinchCenterX: number;<br>New version information: number|gesture.d.ts| 649|Type changed|Class name: GestureEvent;<br>Method or attribute name: pinchCenterY: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: pinchCenterY: number;<br>New version information: number|gesture.d.ts| 650|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: xs?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: xs?: number,<br>New version information: ?number|grid_col.d.ts| 651|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: sm?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: sm?: number,<br>New version information: ?number|grid_col.d.ts| 652|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: md?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: md?: number,<br>New version information: ?number|grid_col.d.ts| 653|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: lg?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: lg?: number,<br>New version information: ?number|grid_col.d.ts| 654|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: xl?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: xl?: number,<br>New version information: ?number|grid_col.d.ts| 655|Type changed|Class name: GridColColumnOption;<br>Method or attribute name: xxl?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: xxl?: number,<br>New version information: ?number|grid_col.d.ts| 656|Type changed|Class name: GridColOptions;<br>Method or attribute name: span?: number \| GridColColumnOption;<br>Old version information: |Class name: GridColOptions;<br>Method or attribute name: span?: number \| GridColColumnOption;<br>New version information: ?(number \| GridColColumnOption)|grid_col.d.ts| 657|Type changed|Class name: GridColOptions;<br>Method or attribute name: offset?: number \| GridColColumnOption;<br>Old version information: |Class name: GridColOptions;<br>Method or attribute name: offset?: number \| GridColColumnOption;<br>New version information: ?(number \| GridColColumnOption)|grid_col.d.ts| 658|Type changed|Class name: GridColOptions;<br>Method or attribute name: order?: number \| GridColColumnOption;<br>Old version information: |Class name: GridColOptions;<br>Method or attribute name: order?: number \| GridColColumnOption;<br>New version information: ?(number \| GridColColumnOption)|grid_col.d.ts| 659|Type changed|Class name: GridContainerOptions;<br>Method or attribute name: columns?: number \| "auto";<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: columns?: number \| "auto";<br>New version information: ?(number \| "auto")|grid_container.d.ts| 660|Type changed|Class name: GridContainerOptions;<br>Method or attribute name: sizeType?: SizeType;<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: sizeType?: SizeType;<br>New version information: ?SizeType|grid_container.d.ts| 661|Type changed|Class name: GridContainerOptions;<br>Method or attribute name: gutter?: number \| string;<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: gutter?: number \| string;<br>New version information: ?(number \| string)|grid_container.d.ts| 662|Type changed|Class name: GridContainerOptions;<br>Method or attribute name: margin?: number \| string;<br>Old version information: |Class name: GridContainerOptions;<br>Method or attribute name: margin?: number \| string;<br>New version information: ?(number \| string)|grid_container.d.ts| 663|Type changed|Class name: GridRowSizeOption;<br>Method or attribute name: xs?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: xs?: Length,<br>New version information: ?Length|grid_row.d.ts| 664|Type changed|Class name: GridRowSizeOption;<br>Method or attribute name: sm?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: sm?: Length,<br>New version information: ?Length|grid_row.d.ts| 665|Type changed|Class name: GridRowSizeOption;<br>Method or attribute name: md?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: md?: Length,<br>New version information: ?Length|grid_row.d.ts| 666|Type changed|Class name: GridRowSizeOption;<br>Method or attribute name: lg?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: lg?: Length,<br>New version information: ?Length|grid_row.d.ts| 667|Type changed|Class name: GridRowSizeOption;<br>Method or attribute name: xl?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: xl?: Length,<br>New version information: ?Length|grid_row.d.ts| 668|Type changed|Class name: GridRowColumnOption;<br>Method or attribute name: xs?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: xs?: number,<br>New version information: ?number|grid_row.d.ts| 669|Type changed|Class name: GridRowColumnOption;<br>Method or attribute name: sm?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: sm?: number,<br>New version information: ?number|grid_row.d.ts| 670|Type changed|Class name: GridRowColumnOption;<br>Method or attribute name: md?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: md?: number,<br>New version information: ?number|grid_row.d.ts| 671|Type changed|Class name: GridRowColumnOption;<br>Method or attribute name: lg?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: lg?: number,<br>New version information: ?number|grid_row.d.ts| 672|Type changed|Class name: GridRowColumnOption;<br>Method or attribute name: xl?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: xl?: number,<br>New version information: ?number|grid_row.d.ts| 673|Type changed|Class name: GutterOption;<br>Method or attribute name: x?: Length \| GridRowSizeOption,<br>Old version information: |Class name: GutterOption;<br>Method or attribute name: x?: Length \| GridRowSizeOption,<br>New version information: ?(Length \| GridRowSizeOption)|grid_row.d.ts| 674|Type changed|Class name: GutterOption;<br>Method or attribute name: y?: Length \| GridRowSizeOption<br>Old version information: |Class name: GutterOption;<br>Method or attribute name: y?: Length \| GridRowSizeOption<br>New version information: ?(Length \| GridRowSizeOption)|grid_row.d.ts| 675|Type changed|Class name: BreakPoints;<br>Method or attribute name: value?: Array\<string>,<br>Old version information: |Class name: BreakPoints;<br>Method or attribute name: value?: Array\<string>,<br>New version information: ?Array\<string>|grid_row.d.ts| 676|Type changed|Class name: BreakPoints;<br>Method or attribute name: reference?: BreakpointsReference,<br>Old version information: |Class name: BreakPoints;<br>Method or attribute name: reference?: BreakpointsReference,<br>New version information: ?BreakpointsReference|grid_row.d.ts| 677|Type changed|Class name: GridRowOptions;<br>Method or attribute name: gutter?: Length \| GutterOption;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: gutter?: Length \| GutterOption;<br>New version information: ?(Length \| GutterOption)|grid_row.d.ts| 678|Type changed|Class name: GridRowOptions;<br>Method or attribute name: columns?: number \| GridRowColumnOption;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: columns?: number \| GridRowColumnOption;<br>New version information: ?(number \| GridRowColumnOption)|grid_row.d.ts| 679|Type changed|Class name: GridRowOptions;<br>Method or attribute name: breakpoints?: BreakPoints;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: breakpoints?: BreakPoints;<br>New version information: ?BreakPoints|grid_row.d.ts| 680|Type changed|Class name: GridRowOptions;<br>Method or attribute name: direction?: GridRowDirection;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: direction?: GridRowDirection;<br>New version information: ?GridRowDirection|grid_row.d.ts| 681|Type changed|Class name: ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>New version information: ?(number \| string)|image_animator.d.ts| 682|Type changed|Class name: ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>New version information: ?(number \| string)|image_animator.d.ts| 683|Type changed|Class name: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>New version information: ?(number \| string)|image_animator.d.ts| 684|Type changed|Class name: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>New version information: ?(number \| string)|image_animator.d.ts| 685|Type changed|Class name: ImageFrameInfo;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: duration?: number;<br>New version information: ?number|image_animator.d.ts| 686|Type changed|Class name: SwipeActionOptions;<br>Method or attribute name: start?: CustomBuilder \| SwipeActionItem;<br>Old version information: |Class name: SwipeActionOptions;<br>Method or attribute name: start?: CustomBuilder \| SwipeActionItem;<br>New version information: ?(CustomBuilder \| SwipeActionItem)|list_item.d.ts| 687|Type changed|Class name: SwipeActionOptions;<br>Method or attribute name: end?: CustomBuilder \| SwipeActionItem;<br>Old version information: |Class name: SwipeActionOptions;<br>Method or attribute name: end?: CustomBuilder \| SwipeActionItem;<br>New version information: ?(CustomBuilder \| SwipeActionItem)|list_item.d.ts| 688|Type changed|Class name: SwipeActionOptions;<br>Method or attribute name: edgeEffect?: SwipeEdgeEffect;<br>Old version information: |Class name: SwipeActionOptions;<br>Method or attribute name: edgeEffect?: SwipeEdgeEffect;<br>New version information: ?SwipeEdgeEffect|list_item.d.ts| 689|Type changed|Class name: ListItemGroupOptions;<br>Method or attribute name: header?: CustomBuilder;<br>Old version information: |Class name: ListItemGroupOptions;<br>Method or attribute name: header?: CustomBuilder;<br>New version information: ?CustomBuilder|list_item_group.d.ts| 690|Type changed|Class name: ListItemGroupOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>Old version information: |Class name: ListItemGroupOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>New version information: ?CustomBuilder|list_item_group.d.ts| 691|Type changed|Class name: ListItemGroupOptions;<br>Method or attribute name: space?: number \| string;<br>Old version information: |Class name: ListItemGroupOptions;<br>Method or attribute name: space?: number \| string;<br>New version information: ?(number \| string)|list_item_group.d.ts| 692|Type changed|Class name: MenuItemOptions;<br>Method or attribute name: startIcon?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: startIcon?: ResourceStr;<br>New version information: ?ResourceStr|menu_item.d.ts| 693|Type changed|Class name: MenuItemOptions;<br>Method or attribute name: content?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: content?: ResourceStr;<br>New version information: ?ResourceStr|menu_item.d.ts| 694|Type changed|Class name: MenuItemOptions;<br>Method or attribute name: endIcon?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: endIcon?: ResourceStr;<br>New version information: ?ResourceStr|menu_item.d.ts| 695|Type changed|Class name: MenuItemOptions;<br>Method or attribute name: labelInfo?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: labelInfo?: ResourceStr;<br>New version information: ?ResourceStr|menu_item.d.ts| 696|Type changed|Class name: MenuItemOptions;<br>Method or attribute name: builder?: CustomBuilder;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: builder?: CustomBuilder;<br>New version information: ?CustomBuilder|menu_item.d.ts| 697|Type changed|Class name: MenuItemGroupOptions;<br>Method or attribute name: header?: ResourceStr \| CustomBuilder;<br>Old version information: |Class name: MenuItemGroupOptions;<br>Method or attribute name: header?: ResourceStr \| CustomBuilder;<br>New version information: ?(ResourceStr \| CustomBuilder)|menu_item_group.d.ts| 698|Type changed|Class name: MenuItemGroupOptions;<br>Method or attribute name: footer?: ResourceStr \| CustomBuilder;<br>Old version information: |Class name: MenuItemGroupOptions;<br>Method or attribute name: footer?: ResourceStr \| CustomBuilder;<br>New version information: ?(ResourceStr \| CustomBuilder)|menu_item_group.d.ts| 699|Type changed|Class name: NavigationCommonTitle;<br>Method or attribute name: main: string;<br>Old version information: |Class name: NavigationCommonTitle;<br>Method or attribute name: main: string;<br>New version information: string|navigation.d.ts| 700|Type changed|Class name: NavigationCommonTitle;<br>Method or attribute name: sub: string;<br>Old version information: |Class name: NavigationCommonTitle;<br>Method or attribute name: sub: string;<br>New version information: string|navigation.d.ts| 701|Type changed|Class name: NavigationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>Old version information: |Class name: NavigationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>New version information: CustomBuilder|navigation.d.ts| 702|Type changed|Class name: NavigationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>Old version information: |Class name: NavigationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>New version information: TitleHeight \| Length|navigation.d.ts| 703|Type changed|Class name: NavigationMenuItem;<br>Method or attribute name: value: string;<br>Old version information: |Class name: NavigationMenuItem;<br>Method or attribute name: value: string;<br>New version information: string|navigation.d.ts| 704|Type changed|Class name: NavigationMenuItem;<br>Method or attribute name: icon?: string;<br>Old version information: |Class name: NavigationMenuItem;<br>Method or attribute name: icon?: string;<br>New version information: ?string|navigation.d.ts| 705|Type changed|Class name: NavigationMenuItem;<br>Method or attribute name: action?: () => void;<br>Old version information: |Class name: NavigationMenuItem;<br>Method or attribute name: action?: () => void;<br>New version information: ?function|navigation.d.ts| 706|Type changed|Class name: NavigationAttribute;<br>Method or attribute name: title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>Old version information: (string \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle)|Class name: NavigationAttribute;<br>Method or attribute name: title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>New version information: |navigation.d.ts| 707|Type changed|Class name: NavDestinationCommonTitle;<br>Method or attribute name: main: string;<br>Old version information: |Class name: NavDestinationCommonTitle;<br>Method or attribute name: main: string;<br>New version information: string|nav_destination.d.ts| 708|Type changed|Class name: NavDestinationCommonTitle;<br>Method or attribute name: sub: string;<br>Old version information: |Class name: NavDestinationCommonTitle;<br>Method or attribute name: sub: string;<br>New version information: string|nav_destination.d.ts| 709|Type changed|Class name: NavDestinationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>Old version information: |Class name: NavDestinationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>New version information: CustomBuilder|nav_destination.d.ts| 710|Type changed|Class name: NavDestinationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>Old version information: |Class name: NavDestinationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>New version information: TitleHeight \| Length|nav_destination.d.ts| 711|Type changed|Class name: PluginComponentTemplate;<br>Method or attribute name: source: string;<br>Old version information: |Class name: PluginComponentTemplate;<br>Method or attribute name: source: string;<br>New version information: string|plugin_component.d.ts| 712|Type changed|Class name: PluginComponentTemplate;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: PluginComponentTemplate;<br>Method or attribute name: bundleName: string;<br>New version information: string|plugin_component.d.ts| 713|Type changed|Class name: ProgressOptions;<br>Method or attribute name: value: number;<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: value: number;<br>New version information: number|progress.d.ts| 714|Type changed|Class name: ProgressOptions;<br>Method or attribute name: total?: number;<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: total?: number;<br>New version information: ?number|progress.d.ts| 715|Type changed|Class name: ProgressOptions;<br>Method or attribute name: style?: ProgressStyle<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: style?: ProgressStyle<br>New version information: ?ProgressStyle|progress.d.ts| 716|Type changed|Class name: ProgressOptions;<br>Method or attribute name: type?: Type<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: type?: Type<br>New version information: ?Type|progress.d.ts| 717|Type changed|Class name: ProgressStyleOptions;<br>Method or attribute name: strokeWidth?: Length;<br>Old version information: |Class name: ProgressStyleOptions;<br>Method or attribute name: strokeWidth?: Length;<br>New version information: ?Length|progress.d.ts| 718|Type changed|Class name: ProgressStyleOptions;<br>Method or attribute name: scaleCount?: number;<br>Old version information: |Class name: ProgressStyleOptions;<br>Method or attribute name: scaleCount?: number;<br>New version information: ?number|progress.d.ts| 719|Type changed|Class name: ProgressStyleOptions;<br>Method or attribute name: scaleWidth?: Length;<br>Old version information: |Class name: ProgressStyleOptions;<br>Method or attribute name: scaleWidth?: Length;<br>New version information: ?Length|progress.d.ts| 720|Type changed|Class name: RadioOptions;<br>Method or attribute name: group: string;<br>Old version information: |Class name: RadioOptions;<br>Method or attribute name: group: string;<br>New version information: string|radio.d.ts| 721|Type changed|Class name: RadioOptions;<br>Method or attribute name: value: string;<br>Old version information: |Class name: RadioOptions;<br>Method or attribute name: value: string;<br>New version information: string|radio.d.ts| 722|Type changed|Class name: RRect;<br>Method or attribute name: left: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: left: number;<br>New version information: number|remote_window.d.ts| 723|Type changed|Class name: RRect;<br>Method or attribute name: top: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: top: number;<br>New version information: number|remote_window.d.ts| 724|Type changed|Class name: RRect;<br>Method or attribute name: width: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: width: number;<br>New version information: number|remote_window.d.ts| 725|Type changed|Class name: RRect;<br>Method or attribute name: height: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: height: number;<br>New version information: number|remote_window.d.ts| 726|Type changed|Class name: RRect;<br>Method or attribute name: radius: number;<br>Old version information: |Class name: RRect;<br>Method or attribute name: radius: number;<br>New version information: number|remote_window.d.ts| 727|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly bundleName: string;<br>New version information: string|remote_window.d.ts| 728|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly abilityName: string;<br>New version information: string|remote_window.d.ts| 729|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly windowBounds: RRect;<br>New version information: RRect|remote_window.d.ts| 730|Type changed|Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>Old version information: |Class name: WindowAnimationTarget;<br>Method or attribute name: readonly missionId: number;<br>New version information: number|remote_window.d.ts| 731|Type changed|Class name: ScrollBarOptions;<br>Method or attribute name: scroller: Scroller;<br>Old version information: |Class name: ScrollBarOptions;<br>Method or attribute name: scroller: Scroller;<br>New version information: Scroller|scroll_bar.d.ts| 732|Type changed|Class name: ScrollBarOptions;<br>Method or attribute name: direction?: ScrollBarDirection;<br>Old version information: |Class name: ScrollBarOptions;<br>Method or attribute name: direction?: ScrollBarDirection;<br>New version information: ?ScrollBarDirection|scroll_bar.d.ts| 733|Type changed|Class name: ScrollBarOptions;<br>Method or attribute name: state?: BarState;<br>Old version information: |Class name: ScrollBarOptions;<br>Method or attribute name: state?: BarState;<br>New version information: ?BarState|scroll_bar.d.ts| 734|Type changed|Class name: SelectOption;<br>Method or attribute name: value: ResourceStr;<br>Old version information: |Class name: SelectOption;<br>Method or attribute name: value: ResourceStr;<br>New version information: ResourceStr|select.d.ts| 735|Type changed|Class name: SelectOption;<br>Method or attribute name: icon?: ResourceStr;<br>Old version information: |Class name: SelectOption;<br>Method or attribute name: icon?: ResourceStr;<br>New version information: ?ResourceStr|select.d.ts| 736|Type changed|Class name: ButtonStyle;<br>Method or attribute name: left?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: left?: number;<br>New version information: ?number|sidebar.d.ts| 737|Type changed|Class name: ButtonStyle;<br>Method or attribute name: top?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: top?: number;<br>New version information: ?number|sidebar.d.ts| 738|Type changed|Class name: ButtonStyle;<br>Method or attribute name: width?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: width?: number;<br>New version information: ?number|sidebar.d.ts| 739|Type changed|Class name: ButtonStyle;<br>Method or attribute name: height?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: height?: number;<br>New version information: ?number|sidebar.d.ts| 740|Type changed|Class name: SliderOptions;<br>Method or attribute name: value?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: value?: number;<br>New version information: ?number|slider.d.ts| 741|Type changed|Class name: SliderOptions;<br>Method or attribute name: min?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: min?: number;<br>New version information: ?number|slider.d.ts| 742|Type changed|Class name: SliderOptions;<br>Method or attribute name: max?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: max?: number;<br>New version information: ?number|slider.d.ts| 743|Type changed|Class name: SliderOptions;<br>Method or attribute name: step?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: step?: number;<br>New version information: ?number|slider.d.ts| 744|Type changed|Class name: SliderOptions;<br>Method or attribute name: style?: SliderStyle;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: style?: SliderStyle;<br>New version information: ?SliderStyle|slider.d.ts| 745|Type changed|Class name: SliderOptions;<br>Method or attribute name: direction?: Axis;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: direction?: Axis;<br>New version information: ?Axis|slider.d.ts| 746|Type changed|Class name: SliderOptions;<br>Method or attribute name: reverse?: boolean;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: reverse?: boolean;<br>New version information: ?boolean|slider.d.ts| 747|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: left?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: left?: Length;<br>New version information: ?Length|swiper.d.ts| 748|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: top?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: top?: Length;<br>New version information: ?Length|swiper.d.ts| 749|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: right?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: right?: Length;<br>New version information: ?Length|swiper.d.ts| 750|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: bottom?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: bottom?: Length;<br>New version information: ?Length|swiper.d.ts| 751|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: size?: Length;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: size?: Length;<br>New version information: ?Length|swiper.d.ts| 752|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: mask?: boolean;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: mask?: boolean;<br>New version information: ?boolean|swiper.d.ts| 753|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: color?: ResourceColor;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information: ?ResourceColor|swiper.d.ts| 754|Type changed|Class name: IndicatorStyle;<br>Method or attribute name: selectedColor?: ResourceColor;<br>Old version information: |Class name: IndicatorStyle;<br>Method or attribute name: selectedColor?: ResourceColor;<br>New version information: ?ResourceColor|swiper.d.ts| 755|Type changed|Class name: TextAreaOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>Old version information: |Class name: TextAreaOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>New version information: ?ResourceStr|text_area.d.ts| 756|Type changed|Class name: TextAreaOptions;<br>Method or attribute name: text?: ResourceStr;<br>Old version information: |Class name: TextAreaOptions;<br>Method or attribute name: text?: ResourceStr;<br>New version information: ?ResourceStr|text_area.d.ts| 757|Type changed|Class name: TextAreaOptions;<br>Method or attribute name: controller?: TextAreaController;<br>Old version information: |Class name: TextAreaOptions;<br>Method or attribute name: controller?: TextAreaController;<br>New version information: ?TextAreaController|text_area.d.ts| 758|Type changed|Class name: TextInputOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>Old version information: |Class name: TextInputOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>New version information: ?ResourceStr|text_input.d.ts| 759|Type changed|Class name: TextInputOptions;<br>Method or attribute name: text?: ResourceStr;<br>Old version information: |Class name: TextInputOptions;<br>Method or attribute name: text?: ResourceStr;<br>New version information: ?ResourceStr|text_input.d.ts| 760|Type changed|Class name: TextInputOptions;<br>Method or attribute name: controller?: TextInputController;<br>Old version information: |Class name: TextInputOptions;<br>Method or attribute name: controller?: TextInputController;<br>New version information: ?TextInputController|text_input.d.ts| 761|Type changed|Class name: TextPickerOptions;<br>Method or attribute name: range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>Old version information: |Class name: TextPickerOptions;<br>Method or attribute name: range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>New version information: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[]|text_picker.d.ts| 762|Type changed|Class name: TextPickerOptions;<br>Method or attribute name: value?: string \| string[];<br>Old version information: |Class name: TextPickerOptions;<br>Method or attribute name: value?: string \| string[];<br>New version information: ?(string \| string[])|text_picker.d.ts| 763|Type changed|Class name: TextPickerOptions;<br>Method or attribute name: selected?: number \| number[];<br>Old version information: |Class name: TextPickerOptions;<br>Method or attribute name: selected?: number \| number[];<br>New version information: ?(number \| number[])|text_picker.d.ts| 764|Type changed|Class name: TextPickerResult;<br>Method or attribute name: value: string \| string[];<br>Old version information: |Class name: TextPickerResult;<br>Method or attribute name: value: string \| string[];<br>New version information: string \| string[]|text_picker.d.ts| 765|Type changed|Class name: TextPickerResult;<br>Method or attribute name: index: number \| number[];<br>Old version information: |Class name: TextPickerResult;<br>Method or attribute name: index: number \| number[];<br>New version information: number \| number[]|text_picker.d.ts| 766|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: defaultPickerItemHeight?: number \| string;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: defaultPickerItemHeight?: number \| string;<br>New version information: ?(number \| string)|text_picker.d.ts| 767|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TextPickerResult) => void;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TextPickerResult) => void;<br>New version information: ?function|text_picker.d.ts| 768|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: ?function|text_picker.d.ts| 769|Type changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onChange?: (value: TextPickerResult) => void;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: onChange?: (value: TextPickerResult) => void;<br>New version information: ?function|text_picker.d.ts| 770|Type changed|Class name: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>New version information: ?boolean|text_timer.d.ts| 771|Type changed|Class name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>New version information: ?number|text_timer.d.ts| 772|Type changed|Class name: TextTimerOptions;<br>Method or attribute name: controller?: TextTimerController;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: controller?: TextTimerController;<br>New version information: ?TextTimerController|text_timer.d.ts| 773|Type changed|Class name: TimePickerResult;<br>Method or attribute name: hour?: number;<br>Old version information: |Class name: TimePickerResult;<br>Method or attribute name: hour?: number;<br>New version information: ?number|time_picker.d.ts| 774|Type changed|Class name: TimePickerResult;<br>Method or attribute name: minute?: number;<br>Old version information: |Class name: TimePickerResult;<br>Method or attribute name: minute?: number;<br>New version information: ?number|time_picker.d.ts| 775|Type changed|Class name: TimePickerOptions;<br>Method or attribute name: selected?: Date;<br>Old version information: |Class name: TimePickerOptions;<br>Method or attribute name: selected?: Date;<br>New version information: ?Date|time_picker.d.ts| 776|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: useMilitaryTime?: boolean;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: useMilitaryTime?: boolean;<br>New version information: ?boolean|time_picker.d.ts| 777|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TimePickerResult) => void;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TimePickerResult) => void;<br>New version information: ?function|time_picker.d.ts| 778|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: ?function|time_picker.d.ts| 779|Type changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onChange?: (value: TimePickerResult) => void;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: onChange?: (value: TimePickerResult) => void;<br>New version information: ?function|time_picker.d.ts| 780|Type changed|Class name: Font;<br>Method or attribute name: size?: Length;<br>Old version information: |Class name: Font;<br>Method or attribute name: size?: Length;<br>New version information: ?Length|units.d.ts| 781|Type changed|Class name: Font;<br>Method or attribute name: weight?: FontWeight \| number \| string;<br>Old version information: |Class name: Font;<br>Method or attribute name: weight?: FontWeight \| number \| string;<br>New version information: ?(FontWeight \| number \| string)|units.d.ts| 782|Type changed|Class name: Font;<br>Method or attribute name: family?: string \| Resource;<br>Old version information: |Class name: Font;<br>Method or attribute name: family?: string \| Resource;<br>New version information: ?(string \| Resource)|units.d.ts| 783|Type changed|Class name: Font;<br>Method or attribute name: style?: FontStyle;<br>Old version information: |Class name: Font;<br>Method or attribute name: style?: FontStyle;<br>New version information: ?FontStyle|units.d.ts| 784|Type changed|Class name: Area;<br>Method or attribute name: width: Length;<br>Old version information: |Class name: Area;<br>Method or attribute name: width: Length;<br>New version information: Length|units.d.ts| 785|Type changed|Class name: Area;<br>Method or attribute name: height: Length;<br>Old version information: |Class name: Area;<br>Method or attribute name: height: Length;<br>New version information: Length|units.d.ts| 786|Type changed|Class name: Area;<br>Method or attribute name: position: Position;<br>Old version information: |Class name: Area;<br>Method or attribute name: position: Position;<br>New version information: Position|units.d.ts| 787|Type changed|Class name: Area;<br>Method or attribute name: globalPosition: Position;<br>Old version information: |Class name: Area;<br>Method or attribute name: globalPosition: Position;<br>New version information: Position|units.d.ts| 788|Type changed|Class name: Position;<br>Method or attribute name: x?: Length;<br>Old version information: |Class name: Position;<br>Method or attribute name: x?: Length;<br>New version information: ?Length|units.d.ts| 789|Type changed|Class name: Position;<br>Method or attribute name: y?: Length;<br>Old version information: |Class name: Position;<br>Method or attribute name: y?: Length;<br>New version information: ?Length|units.d.ts| 790|Type changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>New version information: ?Length|units.d.ts| 791|Type changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>New version information: ?Length|units.d.ts| 792|Type changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>New version information: ?Length|units.d.ts| 793|Type changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>New version information: ?Length|units.d.ts| 794|Type changed|Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>Old version information: |Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>New version information: ?Length|units.d.ts| 795|Type changed|Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>Old version information: |Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>New version information: ?Length|units.d.ts| 796|Type changed|Class name: BorderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>Old version information: EdgeWidths \| Length|Class name: BorderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>New version information: ?(EdgeWidths \| Length)|units.d.ts| 797|Type changed|Class name: BorderOptions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>Old version information: EdgeColors \| ResourceColor|Class name: BorderOptions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>New version information: ?(EdgeColors \| ResourceColor)|units.d.ts| 798|Type changed|Class name: BorderOptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>Old version information: BorderRadiuses \| Length|Class name: BorderOptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>New version information: ?(BorderRadiuses \| Length)|units.d.ts| 799|Type changed|Class name: BorderOptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>Old version information: EdgeStyles \| BorderStyle|Class name: BorderOptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>New version information: ?(EdgeStyles \| BorderStyle)|units.d.ts| 800|Type changed|Class name: VideoOptions;<br>Method or attribute name: src?: string \| Resource;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: src?: string \| Resource;<br>New version information: ?(string \| Resource)|video.d.ts| 801|Type changed|Class name: VideoOptions;<br>Method or attribute name: currentProgressRate?: number \| string \| PlaybackSpeed;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: currentProgressRate?: number \| string \| PlaybackSpeed;<br>New version information: ?(number \| string \| PlaybackSpeed)|video.d.ts| 802|Type changed|Class name: VideoOptions;<br>Method or attribute name: previewUri?: string \| PixelMap \| Resource;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: previewUri?: string \| PixelMap \| Resource;<br>New version information: ?(string \| PixelMap \| Resource)|video.d.ts| 803|Type changed|Class name: VideoOptions;<br>Method or attribute name: controller?: VideoController;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: controller?: VideoController;<br>New version information: ?VideoController|video.d.ts| 804|Type changed|Class name: WaterFlowOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>Old version information: |Class name: WaterFlowOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>New version information: ?CustomBuilder|water_flow.d.ts| 805|Type changed|Class name: WaterFlowOptions;<br>Method or attribute name: scroller?: Scroller;<br>Old version information: |Class name: WaterFlowOptions;<br>Method or attribute name: scroller?: Scroller;<br>New version information: ?Scroller|water_flow.d.ts| 806|Function changed|Class name: FontOptions;<br>Method or attribute name: familyName: string;|Class name: FontOptions;<br>Method or attribute name: familyName: string \| Resource;|@ohos.font.d.ts| 807|Function changed|Class name: FontOptions;<br>Method or attribute name: familySrc: string;|Class name: FontOptions;<br>Method or attribute name: familySrc: string \| Resource;|@ohos.font.d.ts| 808|Function changed|Class name: MeasureOptions;<br>Method or attribute name: textContent: string;|Class name: MeasureOptions;<br>Method or attribute name: textContent: string \| Resource;|@ohos.measure.d.ts| 809|Function changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: [Button, Button?, Button?];|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: Array\<Button>;|@ohos.promptAction.d.ts| 810|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type Length = string \| number \| Resource;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type Length = string \| number \| Resource;<br>New version information: form|units.d.ts| 811|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type ResourceStr = string \| Resource;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type ResourceStr = string \| Resource;<br>New version information: form|units.d.ts| 812|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type Padding = {<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: Length;<br><br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: Length;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: Length;<br><br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type Padding = {<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: Length;<br><br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: Length;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: Length;<br><br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>New version information: form|units.d.ts| 813|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type Margin = Padding;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type Margin = Padding;<br>New version information: form|units.d.ts| 814|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type EdgeWidths = {<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: Length;<br><br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: Length;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: Length;<br><br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type EdgeWidths = {<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: Length;<br><br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: Length;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: Length;<br><br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>New version information: form|units.d.ts| 815|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type BorderRadiuses = {<br> /**<br> * top-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> topLeft?: Length;<br><br> /**<br> * top-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> topRight?: Length;<br><br> /**<br> * bottom-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottomLeft?: Length;<br><br> /**<br> * bottom-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottomRight?: Length;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type BorderRadiuses = {<br> /**<br> * top-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> topLeft?: Length;<br><br> /**<br> * top-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> topRight?: Length;<br><br> /**<br> * bottom-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottomLeft?: Length;<br><br> /**<br> * bottom-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottomRight?: Length;<br>};<br>New version information: form|units.d.ts| 816|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type EdgeColors = {<br> /**<br> * top property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: ResourceColor;<br><br> /**<br> * right property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: ResourceColor;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: ResourceColor;<br><br> /**<br> * left property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: ResourceColor;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type EdgeColors = {<br> /**<br> * top property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: ResourceColor;<br><br> /**<br> * right property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: ResourceColor;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: ResourceColor;<br><br> /**<br> * left property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: ResourceColor;<br>};<br>New version information: form|units.d.ts| 817|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type EdgeStyles = {<br> /**<br> * top property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: BorderStyle;<br><br> /**<br> * right property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: BorderStyle;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: BorderStyle;<br><br> /**<br> * left property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: BorderStyle;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type EdgeStyles = {<br> /**<br> * top property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: BorderStyle;<br><br> /**<br> * right property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: BorderStyle;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: BorderStyle;<br><br> /**<br> * left property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: BorderStyle;<br>};<br>New version information: form|units.d.ts| 818|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type ResourceColor = Color \| number \| string \| Resource;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type ResourceColor = Color \| number \| string \| Resource;<br>New version information: form|units.d.ts| 819|Widget support changed|Class name: sourcefile;<br>Method or attribute name: declare type LengthConstrain = {<br> /**<br> * minimum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * minimum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> minLength: Length;<br><br> /**<br> * maximum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * maximum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> maxLength: Length;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type LengthConstrain = {<br> /**<br> * minimum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * minimum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> minLength: Length;<br><br> /**<br> * maximum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * maximum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> maxLength: Length;<br>};<br>New version information: form|units.d.ts| 820|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: interface CalendarDay<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: interface CalendarDay<br>New version information: form|calendar.d.ts| 821|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: index: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: index: number;<br>New version information: form|calendar.d.ts| 822|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: lunarMonth: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: lunarMonth: string;<br>New version information: form|calendar.d.ts| 823|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: lunarDay: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: lunarDay: string;<br>New version information: form|calendar.d.ts| 824|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: dayMark: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: dayMark: string;<br>New version information: form|calendar.d.ts| 825|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: dayMarkValue: string;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: dayMarkValue: string;<br>New version information: form|calendar.d.ts| 826|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: year: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: year: number;<br>New version information: form|calendar.d.ts| 827|Widget support changed|Class name: MonthData;<br>Method or attribute name: year: number;<br>Old version information: |Class name: MonthData;<br>Method or attribute name: year: number;<br>New version information: form|calendar.d.ts| 828|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: month: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: month: number;<br>New version information: form|calendar.d.ts| 829|Widget support changed|Class name: MonthData;<br>Method or attribute name: month: number;<br>Old version information: |Class name: MonthData;<br>Method or attribute name: month: number;<br>New version information: form|calendar.d.ts| 830|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: day: number;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: day: number;<br>New version information: form|calendar.d.ts| 831|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: isFirstOfLunar: boolean;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: isFirstOfLunar: boolean;<br>New version information: form|calendar.d.ts| 832|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: hasSchedule: boolean;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: hasSchedule: boolean;<br>New version information: form|calendar.d.ts| 833|Widget support changed|Class name: CalendarDay;<br>Method or attribute name: markLunarDay: boolean;<br>Old version information: |Class name: CalendarDay;<br>Method or attribute name: markLunarDay: boolean;<br>New version information: form|calendar.d.ts| 834|Widget support changed|Class name: MonthData;<br>Method or attribute name: interface MonthData<br>Old version information: |Class name: MonthData;<br>Method or attribute name: interface MonthData<br>New version information: form|calendar.d.ts| 835|Widget support changed|Class name: MonthData;<br>Method or attribute name: data: CalendarDay[];<br>Old version information: |Class name: MonthData;<br>Method or attribute name: data: CalendarDay[];<br>New version information: form|calendar.d.ts| 836|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: interface CurrentDayStyle<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: interface CurrentDayStyle<br>New version information: form|calendar.d.ts| 837|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayColor?: ResourceColor;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 838|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarColor?: ResourceColor;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 839|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: markLunarColor?: ResourceColor;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: markLunarColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 840|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayFontSize?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayFontSize?: number;<br>New version information: form|calendar.d.ts| 841|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayFontSize?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayFontSize?: number;<br>New version information: form|calendar.d.ts| 842|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayHeight?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayHeight?: number;<br>New version information: form|calendar.d.ts| 843|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayWidth?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayWidth?: number;<br>New version information: form|calendar.d.ts| 844|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: gregorianCalendarHeight?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: gregorianCalendarHeight?: number;<br>New version information: form|calendar.d.ts| 845|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: dayYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dayYAxisOffset?: number;<br>New version information: form|calendar.d.ts| 846|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarDayYAxisOffset?: number;<br>New version information: form|calendar.d.ts| 847|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreXAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreXAxisOffset?: number;<br>New version information: form|calendar.d.ts| 848|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreYAxisOffset?: number;<br>New version information: form|calendar.d.ts| 849|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerXAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerXAxisOffset?: number;<br>New version information: form|calendar.d.ts| 850|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerYAxisOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerYAxisOffset?: number;<br>New version information: form|calendar.d.ts| 851|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: colSpace?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: colSpace?: number;<br>New version information: form|calendar.d.ts| 852|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: dailyFiveRowSpace?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dailyFiveRowSpace?: number;<br>New version information: form|calendar.d.ts| 853|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: dailySixRowSpace?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: dailySixRowSpace?: number;<br>New version information: form|calendar.d.ts| 854|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: lunarHeight?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: lunarHeight?: number;<br>New version information: form|calendar.d.ts| 855|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreWidth?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreWidth?: number;<br>New version information: form|calendar.d.ts| 856|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: underscoreLength?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: underscoreLength?: number;<br>New version information: form|calendar.d.ts| 857|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerRadius?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: scheduleMarkerRadius?: number;<br>New version information: form|calendar.d.ts| 858|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: boundaryRowOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: boundaryRowOffset?: number;<br>New version information: form|calendar.d.ts| 859|Widget support changed|Class name: CurrentDayStyle;<br>Method or attribute name: boundaryColOffset?: number;<br>Old version information: |Class name: CurrentDayStyle;<br>Method or attribute name: boundaryColOffset?: number;<br>New version information: form|calendar.d.ts| 860|Widget support changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: interface NonCurrentDayStyle<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: interface NonCurrentDayStyle<br>New version information: form|calendar.d.ts| 861|Widget support changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 862|Widget support changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 863|Widget support changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 864|Widget support changed|Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>Old version information: |Class name: NonCurrentDayStyle;<br>Method or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 865|Widget support changed|Class name: TodayStyle;<br>Method or attribute name: interface TodayStyle<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: interface TodayStyle<br>New version information: form|calendar.d.ts| 866|Widget support changed|Class name: TodayStyle;<br>Method or attribute name: focusedDayColor?: ResourceColor;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedDayColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 867|Widget support changed|Class name: TodayStyle;<br>Method or attribute name: focusedLunarColor?: ResourceColor;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedLunarColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 868|Widget support changed|Class name: TodayStyle;<br>Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 869|Widget support changed|Class name: TodayStyle;<br>Method or attribute name: focusedAreaRadius?: number;<br>Old version information: |Class name: TodayStyle;<br>Method or attribute name: focusedAreaRadius?: number;<br>New version information: form|calendar.d.ts| 870|Widget support changed|Class name: WeekStyle;<br>Method or attribute name: interface WeekStyle<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: interface WeekStyle<br>New version information: form|calendar.d.ts| 871|Widget support changed|Class name: WeekStyle;<br>Method or attribute name: weekColor?: ResourceColor;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 872|Widget support changed|Class name: WeekStyle;<br>Method or attribute name: weekendDayColor?: ResourceColor;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekendDayColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 873|Widget support changed|Class name: WeekStyle;<br>Method or attribute name: weekendLunarColor?: ResourceColor;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekendLunarColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 874|Widget support changed|Class name: WeekStyle;<br>Method or attribute name: weekFontSize?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekFontSize?: number;<br>New version information: form|calendar.d.ts| 875|Widget support changed|Class name: WeekStyle;<br>Method or attribute name: weekHeight?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekHeight?: number;<br>New version information: form|calendar.d.ts| 876|Widget support changed|Class name: WeekStyle;<br>Method or attribute name: weekWidth?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekWidth?: number;<br>New version information: form|calendar.d.ts| 877|Widget support changed|Class name: WeekStyle;<br>Method or attribute name: weekAndDayRowSpace?: number;<br>Old version information: |Class name: WeekStyle;<br>Method or attribute name: weekAndDayRowSpace?: number;<br>New version information: form|calendar.d.ts| 878|Widget support changed|Class name: WorkStateStyle;<br>Method or attribute name: interface WorkStateStyle<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: interface WorkStateStyle<br>New version information: form|calendar.d.ts| 879|Widget support changed|Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkColor?: ResourceColor;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 880|Widget support changed|Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkColor?: ResourceColor;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkColor?: ResourceColor;<br>New version information: form|calendar.d.ts| 881|Widget support changed|Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkSize?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workDayMarkSize?: number;<br>New version information: form|calendar.d.ts| 882|Widget support changed|Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkSize?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: offDayMarkSize?: number;<br>New version information: form|calendar.d.ts| 883|Widget support changed|Class name: WorkStateStyle;<br>Method or attribute name: workStateWidth?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workStateWidth?: number;<br>New version information: form|calendar.d.ts| 884|Widget support changed|Class name: WorkStateStyle;<br>Method or attribute name: workStateHorizontalMovingDistance?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workStateHorizontalMovingDistance?: number;<br>New version information: form|calendar.d.ts| 885|Widget support changed|Class name: WorkStateStyle;<br>Method or attribute name: workStateVerticalMovingDistance?: number;<br>Old version information: |Class name: WorkStateStyle;<br>Method or attribute name: workStateVerticalMovingDistance?: number;<br>New version information: form|calendar.d.ts| 886|Widget support changed|Class name: CalendarController;<br>Method or attribute name: declare class CalendarController<br>Old version information: |Class name: CalendarController;<br>Method or attribute name: declare class CalendarController<br>New version information: form|calendar.d.ts| 887|Widget support changed|Class name: CalendarController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: CalendarController;<br>Method or attribute name: constructor();<br>New version information: form|calendar.d.ts| 888|Widget support changed|Class name: CalendarController;<br>Method or attribute name: backToToday();<br>Old version information: |Class name: CalendarController;<br>Method or attribute name: backToToday();<br>New version information: form|calendar.d.ts| 889|Widget support changed|Class name: CalendarController;<br>Method or attribute name: goTo(value: { year: number; month: number; day: number });<br>Old version information: |Class name: CalendarController;<br>Method or attribute name: goTo(value: { year: number; month: number; day: number });<br>New version information: form|calendar.d.ts| 890|Widget support changed|Class name: CalendarInterface;<br>Method or attribute name: interface CalendarInterface<br>Old version information: |Class name: CalendarInterface;<br>Method or attribute name: interface CalendarInterface<br>New version information: form|calendar.d.ts| 891|Widget support changed|Class name: CalendarInterface;<br>Method or attribute name: (value: {<br> date: { year: number; month: number; day: number };<br> currentData: MonthData;<br> preData: MonthData;<br> nextData: MonthData;<br> controller?: CalendarController;<br> }): CalendarAttribute;<br>Old version information: |Class name: CalendarInterface;<br>Method or attribute name: (value: {<br> date: { year: number; month: number; day: number };<br> currentData: MonthData;<br> preData: MonthData;<br> nextData: MonthData;<br> controller?: CalendarController;<br> }): CalendarAttribute;<br>New version information: form|calendar.d.ts| 892|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: declare class CalendarAttribute<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: declare class CalendarAttribute<br>New version information: form|calendar.d.ts| 893|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: showLunar(value: boolean): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: showLunar(value: boolean): CalendarAttribute;<br>New version information: form|calendar.d.ts| 894|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: showHoliday(value: boolean): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: showHoliday(value: boolean): CalendarAttribute;<br>New version information: form|calendar.d.ts| 895|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: needSlide(value: boolean): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: needSlide(value: boolean): CalendarAttribute;<br>New version information: form|calendar.d.ts| 896|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: startOfWeek(value: number): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: startOfWeek(value: number): CalendarAttribute;<br>New version information: form|calendar.d.ts| 897|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: offDays(value: number): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: offDays(value: number): CalendarAttribute;<br>New version information: form|calendar.d.ts| 898|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: direction(value: Axis): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: direction(value: Axis): CalendarAttribute;<br>New version information: form|calendar.d.ts| 899|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: currentDayStyle(value: CurrentDayStyle): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: currentDayStyle(value: CurrentDayStyle): CalendarAttribute;<br>New version information: form|calendar.d.ts| 900|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;<br>New version information: form|calendar.d.ts| 901|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: todayStyle(value: TodayStyle): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: todayStyle(value: TodayStyle): CalendarAttribute;<br>New version information: form|calendar.d.ts| 902|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: weekStyle(value: WeekStyle): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: weekStyle(value: WeekStyle): CalendarAttribute;<br>New version information: form|calendar.d.ts| 903|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: workStateStyle(value: WorkStateStyle): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: workStateStyle(value: WorkStateStyle): CalendarAttribute;<br>New version information: form|calendar.d.ts| 904|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: onSelectChange(event: (event: CalendarSelectedDate) => void): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: onSelectChange(event: (event: CalendarSelectedDate) => void): CalendarAttribute;<br>New version information: form|calendar.d.ts| 905|Widget support changed|Class name: CalendarAttribute;<br>Method or attribute name: onRequestData(<br> event: (event: CalendarRequestedData) => void,<br> ): CalendarAttribute;<br>Old version information: |Class name: CalendarAttribute;<br>Method or attribute name: onRequestData(<br> event: (event: CalendarRequestedData) => void,<br> ): CalendarAttribute;<br>New version information: form|calendar.d.ts| 906|Widget support changed|Class name: RotateOptions;<br>Method or attribute name: declare interface RotateOptions<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: declare interface RotateOptions<br>New version information: form|common.d.ts| 907|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: declare interface TransitionOptions<br>Old version information: form|Class name: TransitionOptions;<br>Method or attribute name: declare interface TransitionOptions<br>New version information: |common.d.ts| 908|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>Old version information: form|Class name: TransitionOptions;<br>Method or attribute name: type?: TransitionType;<br>New version information: |common.d.ts| 909|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>Old version information: form|Class name: TransitionOptions;<br>Method or attribute name: opacity?: number;<br>New version information: |common.d.ts| 910|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>Old version information: form|Class name: TransitionOptions;<br>Method or attribute name: translate?: TranslateOptions;<br>New version information: |common.d.ts| 911|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>Old version information: form|Class name: TransitionOptions;<br>Method or attribute name: scale?: ScaleOptions;<br>New version information: |common.d.ts| 912|Widget support changed|Class name: TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>Old version information: form|Class name: TransitionOptions;<br>Method or attribute name: rotate?: RotateOptions;<br>New version information: |common.d.ts| 913|Widget support changed|Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>Old version information: form|Class name: ClickEvent;<br>Method or attribute name: screenX: number;<br>New version information: |common.d.ts| 914|Widget support changed|Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>Old version information: form|Class name: ClickEvent;<br>Method or attribute name: screenY: number;<br>New version information: |common.d.ts| 915|Widget support changed|Class name: LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>New version information: form|common.d.ts| 916|Widget support changed|Class name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>New version information: form|common.d.ts| 917|Widget support changed|Class name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>New version information: form|common.d.ts| 918|Widget support changed|Class name: LayoutInfo;<br>Method or attribute name: position: Position,<br>Old version information: |Class name: LayoutInfo;<br>Method or attribute name: position: Position,<br>New version information: form|common.d.ts| 919|Widget support changed|Class name: LayoutInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>Old version information: |Class name: LayoutInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information: form|common.d.ts| 920|Widget support changed|Class name: View;<br>Method or attribute name: create(value: any): any;<br>Old version information: |Class name: View;<br>Method or attribute name: create(value: any): any;<br>New version information: form|common.d.ts| 921|Widget support changed|Class name: SubscribedAbstractProperty;<br>Method or attribute name: declare abstract class SubscribedAbstractProperty<br>Old version information: |Class name: SubscribedAbstractProperty;<br>Method or attribute name: declare abstract class SubscribedAbstractProperty<br>New version information: form|common_ts_ets_api.d.ts| 922|Widget support changed|Class name: SubscribedAbstractProperty;<br>Method or attribute name: abstract get(): T;<br>Old version information: |Class name: SubscribedAbstractProperty;<br>Method or attribute name: abstract get(): T;<br>New version information: form|common_ts_ets_api.d.ts| 923|Widget support changed|Class name: SubscribedAbstractProperty;<br>Method or attribute name: abstract set(newValue: T): void;<br>Old version information: |Class name: SubscribedAbstractProperty;<br>Method or attribute name: abstract set(newValue: T): void;<br>New version information: form|common_ts_ets_api.d.ts| 924|Widget support changed|Class name: HitTestMode;<br>Method or attribute name: Transparent<br>Old version information: form|Class name: HitTestMode;<br>Method or attribute name: Transparent<br>New version information: |enums.d.ts| 925|Widget support changed|Class name: HoverEffect;<br>Method or attribute name: Auto<br>Old version information: form|Class name: HoverEffect;<br>Method or attribute name: Auto<br>New version information: |enums.d.ts| 926|Widget support changed|Class name: MouseButton;<br>Method or attribute name: None<br>Old version information: form|Class name: MouseButton;<br>Method or attribute name: None<br>New version information: |enums.d.ts| 927|Widget support changed|Class name: HoverEffect;<br>Method or attribute name: None<br>Old version information: form|Class name: HoverEffect;<br>Method or attribute name: None<br>New version information: |enums.d.ts| 928|Widget support changed|Class name: HitTestMode;<br>Method or attribute name: None<br>Old version information: form|Class name: HitTestMode;<br>Method or attribute name: None<br>New version information: |enums.d.ts| 929|Widget support changed|Class name: TouchType;<br>Method or attribute name: declare enum TouchType<br>Old version information: form|Class name: TouchType;<br>Method or attribute name: declare enum TouchType<br>New version information: |enums.d.ts| 930|Widget support changed|Class name: TouchType;<br>Method or attribute name: Down<br>Old version information: form|Class name: TouchType;<br>Method or attribute name: Down<br>New version information: |enums.d.ts| 931|Widget support changed|Class name: KeyType;<br>Method or attribute name: Down<br>Old version information: form|Class name: KeyType;<br>Method or attribute name: Down<br>New version information: |enums.d.ts| 932|Widget support changed|Class name: TouchType;<br>Method or attribute name: Up<br>Old version information: form|Class name: TouchType;<br>Method or attribute name: Up<br>New version information: |enums.d.ts| 933|Widget support changed|Class name: KeyType;<br>Method or attribute name: Up<br>Old version information: form|Class name: KeyType;<br>Method or attribute name: Up<br>New version information: |enums.d.ts| 934|Widget support changed|Class name: TouchType;<br>Method or attribute name: Move<br>Old version information: form|Class name: TouchType;<br>Method or attribute name: Move<br>New version information: |enums.d.ts| 935|Widget support changed|Class name: MouseAction;<br>Method or attribute name: Move<br>Old version information: form|Class name: MouseAction;<br>Method or attribute name: Move<br>New version information: |enums.d.ts| 936|Widget support changed|Class name: TouchType;<br>Method or attribute name: Cancel<br>Old version information: form|Class name: TouchType;<br>Method or attribute name: Cancel<br>New version information: |enums.d.ts| 937|Widget support changed|Class name: MouseButton;<br>Method or attribute name: declare enum MouseButton<br>Old version information: form|Class name: MouseButton;<br>Method or attribute name: declare enum MouseButton<br>New version information: |enums.d.ts| 938|Widget support changed|Class name: MouseButton;<br>Method or attribute name: Left<br>Old version information: form|Class name: MouseButton;<br>Method or attribute name: Left<br>New version information: |enums.d.ts| 939|Widget support changed|Class name: Placement;<br>Method or attribute name: Left<br>Old version information: form|Class name: Placement;<br>Method or attribute name: Left<br>New version information: |enums.d.ts| 940|Widget support changed|Class name: MouseButton;<br>Method or attribute name: Right<br>Old version information: form|Class name: MouseButton;<br>Method or attribute name: Right<br>New version information: |enums.d.ts| 941|Widget support changed|Class name: Placement;<br>Method or attribute name: Right<br>Old version information: form|Class name: Placement;<br>Method or attribute name: Right<br>New version information: |enums.d.ts| 942|Widget support changed|Class name: MouseButton;<br>Method or attribute name: Middle<br>Old version information: form|Class name: MouseButton;<br>Method or attribute name: Middle<br>New version information: |enums.d.ts| 943|Widget support changed|Class name: MouseButton;<br>Method or attribute name: Back<br>Old version information: form|Class name: MouseButton;<br>Method or attribute name: Back<br>New version information: |enums.d.ts| 944|Widget support changed|Class name: MouseButton;<br>Method or attribute name: Forward<br>Old version information: form|Class name: MouseButton;<br>Method or attribute name: Forward<br>New version information: |enums.d.ts| 945|Widget support changed|Class name: MouseAction;<br>Method or attribute name: declare enum MouseAction<br>Old version information: form|Class name: MouseAction;<br>Method or attribute name: declare enum MouseAction<br>New version information: |enums.d.ts| 946|Widget support changed|Class name: MouseAction;<br>Method or attribute name: Press<br>Old version information: form|Class name: MouseAction;<br>Method or attribute name: Press<br>New version information: |enums.d.ts| 947|Widget support changed|Class name: MouseAction;<br>Method or attribute name: Release<br>Old version information: form|Class name: MouseAction;<br>Method or attribute name: Release<br>New version information: |enums.d.ts| 948|Widget support changed|Class name: MouseAction;<br>Method or attribute name: Hover<br>Old version information: form|Class name: MouseAction;<br>Method or attribute name: Hover<br>New version information: |enums.d.ts| 949|Widget support changed|Class name: KeyType;<br>Method or attribute name: declare enum KeyType<br>Old version information: form|Class name: KeyType;<br>Method or attribute name: declare enum KeyType<br>New version information: |enums.d.ts| 950|Widget support changed|Class name: KeySource;<br>Method or attribute name: declare enum KeySource<br>Old version information: form|Class name: KeySource;<br>Method or attribute name: declare enum KeySource<br>New version information: |enums.d.ts| 951|Widget support changed|Class name: KeySource;<br>Method or attribute name: Unknown<br>Old version information: form|Class name: KeySource;<br>Method or attribute name: Unknown<br>New version information: |enums.d.ts| 952|Widget support changed|Class name: KeySource;<br>Method or attribute name: Keyboard<br>Old version information: form|Class name: KeySource;<br>Method or attribute name: Keyboard<br>New version information: |enums.d.ts| 953|Widget support changed|Class name: Edge;<br>Method or attribute name: declare enum Edge<br>Old version information: form|Class name: Edge;<br>Method or attribute name: declare enum Edge<br>New version information: |enums.d.ts| 954|Widget support changed|Class name: Edge;<br>Method or attribute name: Top<br>Old version information: form|Class name: Edge;<br>Method or attribute name: Top<br>New version information: |enums.d.ts| 955|Widget support changed|Class name: Placement;<br>Method or attribute name: Top<br>Old version information: form|Class name: Placement;<br>Method or attribute name: Top<br>New version information: |enums.d.ts| 956|Widget support changed|Class name: Edge;<br>Method or attribute name: Bottom<br>Old version information: form|Class name: Edge;<br>Method or attribute name: Bottom<br>New version information: |enums.d.ts| 957|Widget support changed|Class name: Placement;<br>Method or attribute name: Bottom<br>Old version information: form|Class name: Placement;<br>Method or attribute name: Bottom<br>New version information: |enums.d.ts| 958|Widget support changed|Class name: Edge;<br>Method or attribute name: Start<br>Old version information: form|Class name: Edge;<br>Method or attribute name: Start<br>New version information: |enums.d.ts| 959|Widget support changed|Class name: Edge;<br>Method or attribute name: End<br>Old version information: form|Class name: Edge;<br>Method or attribute name: End<br>New version information: |enums.d.ts| 960|Widget support changed|Class name: Week;<br>Method or attribute name: declare enum Week<br>Old version information: form|Class name: Week;<br>Method or attribute name: declare enum Week<br>New version information: |enums.d.ts| 961|Widget support changed|Class name: Week;<br>Method or attribute name: Mon<br>Old version information: form|Class name: Week;<br>Method or attribute name: Mon<br>New version information: |enums.d.ts| 962|Widget support changed|Class name: Week;<br>Method or attribute name: Tue<br>Old version information: form|Class name: Week;<br>Method or attribute name: Tue<br>New version information: |enums.d.ts| 963|Widget support changed|Class name: Week;<br>Method or attribute name: Wed<br>Old version information: form|Class name: Week;<br>Method or attribute name: Wed<br>New version information: |enums.d.ts| 964|Widget support changed|Class name: Week;<br>Method or attribute name: Thur<br>Old version information: form|Class name: Week;<br>Method or attribute name: Thur<br>New version information: |enums.d.ts| 965|Widget support changed|Class name: Week;<br>Method or attribute name: Fri<br>Old version information: form|Class name: Week;<br>Method or attribute name: Fri<br>New version information: |enums.d.ts| 966|Widget support changed|Class name: Week;<br>Method or attribute name: Sat<br>Old version information: form|Class name: Week;<br>Method or attribute name: Sat<br>New version information: |enums.d.ts| 967|Widget support changed|Class name: Week;<br>Method or attribute name: Sun<br>Old version information: form|Class name: Week;<br>Method or attribute name: Sun<br>New version information: |enums.d.ts| 968|Widget support changed|Class name: RelateType;<br>Method or attribute name: declare enum RelateType<br>Old version information: form|Class name: RelateType;<br>Method or attribute name: declare enum RelateType<br>New version information: |enums.d.ts| 969|Widget support changed|Class name: RelateType;<br>Method or attribute name: FILL<br>Old version information: form|Class name: RelateType;<br>Method or attribute name: FILL<br>New version information: |enums.d.ts| 970|Widget support changed|Class name: RelateType;<br>Method or attribute name: FIT<br>Old version information: form|Class name: RelateType;<br>Method or attribute name: FIT<br>New version information: |enums.d.ts| 971|Widget support changed|Class name: Placement;<br>Method or attribute name: LeftTop<br>Old version information: form|Class name: Placement;<br>Method or attribute name: LeftTop<br>New version information: |enums.d.ts| 972|Widget support changed|Class name: Placement;<br>Method or attribute name: LeftBottom<br>Old version information: form|Class name: Placement;<br>Method or attribute name: LeftBottom<br>New version information: |enums.d.ts| 973|Widget support changed|Class name: Placement;<br>Method or attribute name: RightTop<br>Old version information: form|Class name: Placement;<br>Method or attribute name: RightTop<br>New version information: |enums.d.ts| 974|Widget support changed|Class name: Placement;<br>Method or attribute name: RightBottom<br>Old version information: form|Class name: Placement;<br>Method or attribute name: RightBottom<br>New version information: |enums.d.ts| 975|Widget support changed|Class name: SharedTransitionEffectType;<br>Method or attribute name: declare enum SharedTransitionEffectType<br>Old version information: form|Class name: SharedTransitionEffectType;<br>Method or attribute name: declare enum SharedTransitionEffectType<br>New version information: |enums.d.ts| 976|Widget support changed|Class name: SharedTransitionEffectType;<br>Method or attribute name: Static<br>Old version information: form|Class name: SharedTransitionEffectType;<br>Method or attribute name: Static<br>New version information: |enums.d.ts| 977|Widget support changed|Class name: SharedTransitionEffectType;<br>Method or attribute name: Exchange<br>Old version information: form|Class name: SharedTransitionEffectType;<br>Method or attribute name: Exchange<br>New version information: |enums.d.ts| 978|Widget support changed|Class name: ResponseType;<br>Method or attribute name: declare enum ResponseType<br>Old version information: form|Class name: ResponseType;<br>Method or attribute name: declare enum ResponseType<br>New version information: |enums.d.ts| 979|Widget support changed|Class name: ResponseType;<br>Method or attribute name: RightClick<br>Old version information: form|Class name: ResponseType;<br>Method or attribute name: RightClick<br>New version information: |enums.d.ts| 980|Widget support changed|Class name: ResponseType;<br>Method or attribute name: LongPress<br>Old version information: form|Class name: ResponseType;<br>Method or attribute name: LongPress<br>New version information: |enums.d.ts| 981|Widget support changed|Class name: HoverEffect;<br>Method or attribute name: declare enum HoverEffect<br>Old version information: form|Class name: HoverEffect;<br>Method or attribute name: declare enum HoverEffect<br>New version information: |enums.d.ts| 982|Widget support changed|Class name: HoverEffect;<br>Method or attribute name: Scale<br>Old version information: form|Class name: HoverEffect;<br>Method or attribute name: Scale<br>New version information: |enums.d.ts| 983|Widget support changed|Class name: HoverEffect;<br>Method or attribute name: Highlight<br>Old version information: form|Class name: HoverEffect;<br>Method or attribute name: Highlight<br>New version information: |enums.d.ts| 984|Widget support changed|Class name: Placement;<br>Method or attribute name: declare enum Placement<br>Old version information: form|Class name: Placement;<br>Method or attribute name: declare enum Placement<br>New version information: |enums.d.ts| 985|Widget support changed|Class name: Placement;<br>Method or attribute name: TopLeft<br>Old version information: form|Class name: Placement;<br>Method or attribute name: TopLeft<br>New version information: |enums.d.ts| 986|Widget support changed|Class name: Placement;<br>Method or attribute name: TopRight<br>Old version information: form|Class name: Placement;<br>Method or attribute name: TopRight<br>New version information: |enums.d.ts| 987|Widget support changed|Class name: Placement;<br>Method or attribute name: BottomLeft<br>Old version information: form|Class name: Placement;<br>Method or attribute name: BottomLeft<br>New version information: |enums.d.ts| 988|Widget support changed|Class name: Placement;<br>Method or attribute name: BottomRight<br>Old version information: form|Class name: Placement;<br>Method or attribute name: BottomRight<br>New version information: |enums.d.ts| 989|Widget support changed|Class name: HitTestMode;<br>Method or attribute name: declare enum HitTestMode<br>Old version information: form|Class name: HitTestMode;<br>Method or attribute name: declare enum HitTestMode<br>New version information: |enums.d.ts| 990|Widget support changed|Class name: HitTestMode;<br>Method or attribute name: Default<br>Old version information: form|Class name: HitTestMode;<br>Method or attribute name: Default<br>New version information: |enums.d.ts| 991|Widget support changed|Class name: HitTestMode;<br>Method or attribute name: Block<br>Old version information: form|Class name: HitTestMode;<br>Method or attribute name: Block<br>New version information: |enums.d.ts| 992|Widget support changed|Class name: TitleHeight;<br>Method or attribute name: declare enum TitleHeight<br>Old version information: form|Class name: TitleHeight;<br>Method or attribute name: declare enum TitleHeight<br>New version information: |enums.d.ts| 993|Widget support changed|Class name: TitleHeight;<br>Method or attribute name: MainOnly<br>Old version information: form|Class name: TitleHeight;<br>Method or attribute name: MainOnly<br>New version information: |enums.d.ts| 994|Widget support changed|Class name: TitleHeight;<br>Method or attribute name: MainWithSub<br>Old version information: form|Class name: TitleHeight;<br>Method or attribute name: MainWithSub<br>New version information: |enums.d.ts| 995|Widget support changed|Class name: ImageAttribute;<br>Method or attribute name: draggable(value: boolean): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: draggable(value: boolean): ImageAttribute;<br>New version information: form|image.d.ts| 996|Widget support changed|Class name: ImageAnimatorInterface;<br>Method or attribute name: interface ImageAnimatorInterface<br>Old version information: |Class name: ImageAnimatorInterface;<br>Method or attribute name: interface ImageAnimatorInterface<br>New version information: form|image_animator.d.ts| 997|Widget support changed|Class name: ImageAnimatorInterface;<br>Method or attribute name: (): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorInterface;<br>Method or attribute name: (): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 998|Widget support changed|Class name: ImageFrameInfo;<br>Method or attribute name: interface ImageFrameInfo<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: interface ImageFrameInfo<br>New version information: form|image_animator.d.ts| 999|Widget support changed|Class name: ImageFrameInfo;<br>Method or attribute name: src: string \| Resource;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: src: string \| Resource;<br>New version information: form|image_animator.d.ts| 1000|Widget support changed|Class name: ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>New version information: form|image_animator.d.ts| 1001|Widget support changed|Class name: ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>New version information: form|image_animator.d.ts| 1002|Widget support changed|Class name: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>New version information: form|image_animator.d.ts| 1003|Widget support changed|Class name: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>New version information: form|image_animator.d.ts| 1004|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: declare class ImageAnimatorAttribute<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: declare class ImageAnimatorAttribute<br>New version information: form|image_animator.d.ts| 1005|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 1006|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 1007|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: duration(value: number): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: duration(value: number): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 1008|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: reverse(value: boolean): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: reverse(value: boolean): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 1009|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 1010|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 1011|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: onStart(event: () => void): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: onStart(event: () => void): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 1012|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: onPause(event: () => void): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: onPause(event: () => void): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 1013|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 1014|Widget support changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;<br>New version information: form|image_animator.d.ts| 1015|Widget support changed|Class name: ListItemAttribute;<br>Method or attribute name: selectable(value: boolean): ListItemAttribute;<br>Old version information: |Class name: ListItemAttribute;<br>Method or attribute name: selectable(value: boolean): ListItemAttribute;<br>New version information: form|list_item.d.ts| 1016|Widget support changed|Class name: SwiperController;<br>Method or attribute name: declare class SwiperController<br>Old version information: |Class name: SwiperController;<br>Method or attribute name: declare class SwiperController<br>New version information: form|swiper.d.ts| 1017|Widget support changed|Class name: SwiperController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: SwiperController;<br>Method or attribute name: constructor();<br>New version information: form|swiper.d.ts| 1018|Widget support changed|Class name: SwiperController;<br>Method or attribute name: showNext();<br>Old version information: |Class name: SwiperController;<br>Method or attribute name: showNext();<br>New version information: form|swiper.d.ts| 1019|Widget support changed|Class name: SwiperController;<br>Method or attribute name: showPrevious();<br>Old version information: |Class name: SwiperController;<br>Method or attribute name: showPrevious();<br>New version information: form|swiper.d.ts| 1020|Widget support changed|Class name: SwiperController;<br>Method or attribute name: finishAnimation(callback?: () => void);<br>Old version information: |Class name: SwiperController;<br>Method or attribute name: finishAnimation(callback?: () => void);<br>New version information: form|swiper.d.ts| 1021|Widget support changed|Class name: SwiperDisplayMode;<br>Method or attribute name: declare enum SwiperDisplayMode<br>Old version information: |Class name: SwiperDisplayMode;<br>Method or attribute name: declare enum SwiperDisplayMode<br>New version information: form|swiper.d.ts| 1022|Widget support changed|Class name: SwiperDisplayMode;<br>Method or attribute name: Stretch<br>Old version information: |Class name: SwiperDisplayMode;<br>Method or attribute name: Stretch<br>New version information: form|swiper.d.ts| 1023|Widget support changed|Class name: SwiperDisplayMode;<br>Method or attribute name: AutoLinear<br>Old version information: |Class name: SwiperDisplayMode;<br>Method or attribute name: AutoLinear<br>New version information: form|swiper.d.ts| 1024|Widget support changed|Class name: SwiperInterface;<br>Method or attribute name: interface SwiperInterface<br>Old version information: |Class name: SwiperInterface;<br>Method or attribute name: interface SwiperInterface<br>New version information: form|swiper.d.ts| 1025|Widget support changed|Class name: SwiperInterface;<br>Method or attribute name: (controller?: SwiperController): SwiperAttribute;<br>Old version information: |Class name: SwiperInterface;<br>Method or attribute name: (controller?: SwiperController): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1026|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: declare class SwiperAttribute<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: declare class SwiperAttribute<br>New version information: form|swiper.d.ts| 1027|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: index(value: number): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: index(value: number): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1028|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: autoPlay(value: boolean): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: autoPlay(value: boolean): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1029|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: interval(value: number): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: interval(value: number): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1030|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1031|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: loop(value: boolean): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: loop(value: boolean): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1032|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: vertical(value: boolean): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: vertical(value: boolean): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1033|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: itemSpace(value: number \| string): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: itemSpace(value: number \| string): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1034|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1035|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: cachedCount(value: number): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: cachedCount(value: number): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1036|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: displayCount(value: number \| string \| SwiperAutoFill): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: displayCount(value: number \| string \| SwiperAutoFill): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1037|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1038|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1039|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1040|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: onChange(event: (index: number) => void): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: onChange(event: (index: number) => void): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1041|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1042|Widget support changed|Class name: SwiperAttribute;<br>Method or attribute name: onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>New version information: form|swiper.d.ts| 1043|Widget support changed|Class name: TextTimerController;<br>Method or attribute name: declare class TextTimerController<br>Old version information: |Class name: TextTimerController;<br>Method or attribute name: declare class TextTimerController<br>New version information: form|text_timer.d.ts| 1044|Widget support changed|Class name: TextTimerController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: TextTimerController;<br>Method or attribute name: constructor();<br>New version information: form|text_timer.d.ts| 1045|Widget support changed|Class name: TextTimerController;<br>Method or attribute name: start();<br>Old version information: |Class name: TextTimerController;<br>Method or attribute name: start();<br>New version information: form|text_timer.d.ts| 1046|Widget support changed|Class name: TextTimerController;<br>Method or attribute name: pause();<br>Old version information: |Class name: TextTimerController;<br>Method or attribute name: pause();<br>New version information: form|text_timer.d.ts| 1047|Widget support changed|Class name: TextTimerController;<br>Method or attribute name: reset();<br>Old version information: |Class name: TextTimerController;<br>Method or attribute name: reset();<br>New version information: form|text_timer.d.ts| 1048|Widget support changed|Class name: TextTimerOptions;<br>Method or attribute name: interface TextTimerOptions<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: interface TextTimerOptions<br>New version information: form|text_timer.d.ts| 1049|Widget support changed|Class name: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>New version information: form|text_timer.d.ts| 1050|Widget support changed|Class name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>New version information: form|text_timer.d.ts| 1051|Widget support changed|Class name: TextTimerOptions;<br>Method or attribute name: controller?: TextTimerController;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: controller?: TextTimerController;<br>New version information: form|text_timer.d.ts| 1052|Widget support changed|Class name: TextTimerInterface;<br>Method or attribute name: interface TextTimerInterface<br>Old version information: |Class name: TextTimerInterface;<br>Method or attribute name: interface TextTimerInterface<br>New version information: form|text_timer.d.ts| 1053|Widget support changed|Class name: TextTimerInterface;<br>Method or attribute name: (options?: TextTimerOptions): TextTimerAttribute;<br>Old version information: |Class name: TextTimerInterface;<br>Method or attribute name: (options?: TextTimerOptions): TextTimerAttribute;<br>New version information: form|text_timer.d.ts| 1054|Widget support changed|Class name: TextTimerAttribute;<br>Method or attribute name: declare class TextTimerAttribute<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: declare class TextTimerAttribute<br>New version information: form|text_timer.d.ts| 1055|Widget support changed|Class name: TextTimerAttribute;<br>Method or attribute name: format(value: string): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: format(value: string): TextTimerAttribute;<br>New version information: form|text_timer.d.ts| 1056|Widget support changed|Class name: TextTimerAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;<br>New version information: form|text_timer.d.ts| 1057|Widget support changed|Class name: TextTimerAttribute;<br>Method or attribute name: fontSize(value: Length): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: fontSize(value: Length): TextTimerAttribute;<br>New version information: form|text_timer.d.ts| 1058|Widget support changed|Class name: TextTimerAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;<br>New version information: form|text_timer.d.ts| 1059|Widget support changed|Class name: TextTimerAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;<br>New version information: form|text_timer.d.ts| 1060|Widget support changed|Class name: TextTimerAttribute;<br>Method or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;<br>New version information: form|text_timer.d.ts| 1061|Widget support changed|Class name: TextTimerAttribute;<br>Method or attribute name: onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;<br>New version information: form|text_timer.d.ts| 1062|Widget support changed|Class name: Area;<br>Method or attribute name: declare interface Area<br>Old version information: |Class name: Area;<br>Method or attribute name: declare interface Area<br>New version information: form|units.d.ts| 1063|Widget support changed|Class name: Area;<br>Method or attribute name: width: Length;<br>Old version information: |Class name: Area;<br>Method or attribute name: width: Length;<br>New version information: form|units.d.ts| 1064|Widget support changed|Class name: Area;<br>Method or attribute name: height: Length;<br>Old version information: |Class name: Area;<br>Method or attribute name: height: Length;<br>New version information: form|units.d.ts| 1065|Widget support changed|Class name: Area;<br>Method or attribute name: position: Position;<br>Old version information: |Class name: Area;<br>Method or attribute name: position: Position;<br>New version information: form|units.d.ts| 1066|Widget support changed|Class name: Area;<br>Method or attribute name: globalPosition: Position;<br>Old version information: |Class name: Area;<br>Method or attribute name: globalPosition: Position;<br>New version information: form|units.d.ts| 1067|Widget support changed|Class name: Position;<br>Method or attribute name: declare interface Position<br>Old version information: |Class name: Position;<br>Method or attribute name: declare interface Position<br>New version information: form|units.d.ts| 1068|Widget support changed|Class name: Position;<br>Method or attribute name: x?: Length;<br>Old version information: |Class name: Position;<br>Method or attribute name: x?: Length;<br>New version information: form|units.d.ts| 1069|Widget support changed|Class name: Position;<br>Method or attribute name: y?: Length;<br>Old version information: |Class name: Position;<br>Method or attribute name: y?: Length;<br>New version information: form|units.d.ts| 1070|Widget support changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: declare interface ConstraintSizeOptions<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: declare interface ConstraintSizeOptions<br>New version information: form|units.d.ts| 1071|Widget support changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>New version information: form|units.d.ts| 1072|Widget support changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>New version information: form|units.d.ts| 1073|Widget support changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>New version information: form|units.d.ts| 1074|Widget support changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>New version information: form|units.d.ts| 1075|Widget support changed|Class name: SizeOptions;<br>Method or attribute name: declare interface SizeOptions<br>Old version information: |Class name: SizeOptions;<br>Method or attribute name: declare interface SizeOptions<br>New version information: form|units.d.ts| 1076|Widget support changed|Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>Old version information: |Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>New version information: form|units.d.ts| 1077|Widget support changed|Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>Old version information: |Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>New version information: form|units.d.ts| 1078|Widget support changed|Class name: BorderOptions;<br>Method or attribute name: declare interface BorderOptions<br>Old version information: |Class name: BorderOptions;<br>Method or attribute name: declare interface BorderOptions<br>New version information: form|units.d.ts| 1079|Widget support changed|Class name: BorderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>Old version information: |Class name: BorderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>New version information: form|units.d.ts| 1080|Widget support changed|Class name: BorderOptions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>Old version information: |Class name: BorderOptions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>New version information: form|units.d.ts| 1081|Widget support changed|Class name: BorderOptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>Old version information: |Class name: BorderOptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>New version information: form|units.d.ts| 1082|Widget support changed|Class name: BorderOptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>Old version information: |Class name: BorderOptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>New version information: form|units.d.ts| 1083|Widget support changed|Class name: ColorFilter;<br>Method or attribute name: declare class ColorFilter<br>Old version information: |Class name: ColorFilter;<br>Method or attribute name: declare class ColorFilter<br>New version information: form|units.d.ts| 1084|Widget support changed|Class name: ColorFilter;<br>Method or attribute name: constructor(value: number[]);<br>Old version information: |Class name: ColorFilter;<br>Method or attribute name: constructor(value: number[]);<br>New version information: form|units.d.ts| 1085|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function setInterval(handler: Function \| string, delay: number, ...arguments: any[]): number;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function setInterval(handler: Function \| string, delay: number, ...arguments: any[]): number;<br>New version information: crossplatform|global.d.ts| 1086|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function setTimeout(handler: Function \| string, delay?: number, ...arguments: any[]): number;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function setTimeout(handler: Function \| string, delay?: number, ...arguments: any[]): number;<br>New version information: crossplatform|global.d.ts| 1087|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function clearInterval(intervalID?: number): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function clearInterval(intervalID?: number): void;<br>New version information: crossplatform|global.d.ts| 1088|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function clearTimeout(timeoutID?: number): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function clearTimeout(timeoutID?: number): void;<br>New version information: crossplatform|global.d.ts| 1089|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function canIUse(syscap: string): boolean;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function canIUse(syscap: string): boolean;<br>New version information: crossplatform|global.d.ts| 1090|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function getInspectorByKey(id: string): string;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function getInspectorByKey(id: string): string;<br>New version information: crossplatform|global.d.ts| 1091|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function getInspectorTree(): Object;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function getInspectorTree(): Object;<br>New version information: crossplatform|global.d.ts| 1092|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function sendEventByKey(id: string, action: number, params: string): boolean;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function sendEventByKey(id: string, action: number, params: string): boolean;<br>New version information: crossplatform|global.d.ts| 1093|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function sendTouchEvent(event: TouchObject): boolean;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function sendTouchEvent(event: TouchObject): boolean;<br>New version information: crossplatform|global.d.ts| 1094|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function sendKeyEvent(event: KeyEvent): boolean;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function sendKeyEvent(event: KeyEvent): boolean;<br>New version information: crossplatform|global.d.ts| 1095|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: export declare function sendMouseEvent(event: MouseEvent): boolean;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: export declare function sendMouseEvent(event: MouseEvent): boolean;<br>New version information: crossplatform|global.d.ts| 1096|Cross-platform capability changed|Class name: console;<br>Method or attribute name: export declare class console<br>Old version information: |Class name: console;<br>Method or attribute name: export declare class console<br>New version information: crossplatform|global.d.ts| 1097|Cross-platform capability changed|Class name: console;<br>Method or attribute name: static debug(message: string, ...arguments: any[]): void;<br>Old version information: |Class name: console;<br>Method or attribute name: static debug(message: string, ...arguments: any[]): void;<br>New version information: crossplatform|global.d.ts| 1098|Cross-platform capability changed|Class name: console;<br>Method or attribute name: static log(message: string, ...arguments: any[]): void;<br>Old version information: |Class name: console;<br>Method or attribute name: static log(message: string, ...arguments: any[]): void;<br>New version information: crossplatform|global.d.ts| 1099|Cross-platform capability changed|Class name: console;<br>Method or attribute name: static info(message: string, ...arguments: any[]): void;<br>Old version information: |Class name: console;<br>Method or attribute name: static info(message: string, ...arguments: any[]): void;<br>New version information: crossplatform|global.d.ts| 1100|Cross-platform capability changed|Class name: console;<br>Method or attribute name: static warn(message: string, ...arguments: any[]): void;<br>Old version information: |Class name: console;<br>Method or attribute name: static warn(message: string, ...arguments: any[]): void;<br>New version information: crossplatform|global.d.ts| 1101|Cross-platform capability changed|Class name: console;<br>Method or attribute name: static error(message: string, ...arguments: any[]): void;<br>Old version information: |Class name: console;<br>Method or attribute name: static error(message: string, ...arguments: any[]): void;<br>New version information: crossplatform|global.d.ts| 1102|Cross-platform capability changed|Class name: AnimatorOptions;<br>Method or attribute name: export interface AnimatorOptions<br>Old version information: |Class name: AnimatorOptions;<br>Method or attribute name: export interface AnimatorOptions<br>New version information: crossplatform|@ohos.animator.d.ts| 1103|Cross-platform capability changed|Class name: AnimatorOptions;<br>Method or attribute name: duration: number;<br>Old version information: |Class name: AnimatorOptions;<br>Method or attribute name: duration: number;<br>New version information: crossplatform|@ohos.animator.d.ts| 1104|Cross-platform capability changed|Class name: AnimatorOptions;<br>Method or attribute name: easing: string;<br>Old version information: |Class name: AnimatorOptions;<br>Method or attribute name: easing: string;<br>New version information: crossplatform|@ohos.animator.d.ts| 1105|Cross-platform capability changed|Class name: AnimatorOptions;<br>Method or attribute name: delay: number;<br>Old version information: |Class name: AnimatorOptions;<br>Method or attribute name: delay: number;<br>New version information: crossplatform|@ohos.animator.d.ts| 1106|Cross-platform capability changed|Class name: AnimatorOptions;<br>Method or attribute name: fill: "none" \| "forwards" \| "backwards" \| "both";<br>Old version information: |Class name: AnimatorOptions;<br>Method or attribute name: fill: "none" \| "forwards" \| "backwards" \| "both";<br>New version information: crossplatform|@ohos.animator.d.ts| 1107|Cross-platform capability changed|Class name: AnimatorOptions;<br>Method or attribute name: direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";<br>Old version information: |Class name: AnimatorOptions;<br>Method or attribute name: direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";<br>New version information: crossplatform|@ohos.animator.d.ts| 1108|Cross-platform capability changed|Class name: AnimatorOptions;<br>Method or attribute name: iterations: number;<br>Old version information: |Class name: AnimatorOptions;<br>Method or attribute name: iterations: number;<br>New version information: crossplatform|@ohos.animator.d.ts| 1109|Cross-platform capability changed|Class name: AnimatorOptions;<br>Method or attribute name: begin: number;<br>Old version information: |Class name: AnimatorOptions;<br>Method or attribute name: begin: number;<br>New version information: crossplatform|@ohos.animator.d.ts| 1110|Cross-platform capability changed|Class name: AnimatorOptions;<br>Method or attribute name: end: number;<br>Old version information: |Class name: AnimatorOptions;<br>Method or attribute name: end: number;<br>New version information: crossplatform|@ohos.animator.d.ts| 1111|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: export interface AnimatorResult<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: export interface AnimatorResult<br>New version information: crossplatform|@ohos.animator.d.ts| 1112|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: reset(options: AnimatorOptions): void;<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: reset(options: AnimatorOptions): void;<br>New version information: crossplatform|@ohos.animator.d.ts| 1113|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: play(): void;<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: play(): void;<br>New version information: crossplatform|@ohos.animator.d.ts| 1114|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: finish(): void;<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: finish(): void;<br>New version information: crossplatform|@ohos.animator.d.ts| 1115|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: pause(): void;<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: pause(): void;<br>New version information: crossplatform|@ohos.animator.d.ts| 1116|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: cancel(): void;<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: cancel(): void;<br>New version information: crossplatform|@ohos.animator.d.ts| 1117|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: reverse(): void;<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: reverse(): void;<br>New version information: crossplatform|@ohos.animator.d.ts| 1118|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: onframe: (progress: number) => void;<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: onframe: (progress: number) => void;<br>New version information: crossplatform|@ohos.animator.d.ts| 1119|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: onfinish: () => void;<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: onfinish: () => void;<br>New version information: crossplatform|@ohos.animator.d.ts| 1120|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: oncancel: () => void;<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: oncancel: () => void;<br>New version information: crossplatform|@ohos.animator.d.ts| 1121|Cross-platform capability changed|Class name: AnimatorResult;<br>Method or attribute name: onrepeat: () => void;<br>Old version information: |Class name: AnimatorResult;<br>Method or attribute name: onrepeat: () => void;<br>New version information: crossplatform|@ohos.animator.d.ts| 1122|Cross-platform capability changed|Class name: Animator;<br>Method or attribute name: export default class Animator<br>Old version information: |Class name: Animator;<br>Method or attribute name: export default class Animator<br>New version information: crossplatform|@ohos.animator.d.ts| 1123|Cross-platform capability changed|Class name: Animator;<br>Method or attribute name: static create(options: AnimatorOptions): AnimatorResult;<br>Old version information: |Class name: Animator;<br>Method or attribute name: static create(options: AnimatorOptions): AnimatorResult;<br>New version information: crossplatform|@ohos.animator.d.ts| 1124|Cross-platform capability changed|Class name: curves;<br>Method or attribute name: declare curves<br>Old version information: |Class name: curves;<br>Method or attribute name: declare curves<br>New version information: crossplatform|@ohos.curves.d.ts| 1125|Cross-platform capability changed|Class name: curves;<br>Method or attribute name: function initCurve(curve?: Curve): ICurve;<br>Old version information: |Class name: curves;<br>Method or attribute name: function initCurve(curve?: Curve): ICurve;<br>New version information: crossplatform|@ohos.curves.d.ts| 1126|Cross-platform capability changed|Class name: curves;<br>Method or attribute name: function stepsCurve(count: number, end: boolean): ICurve;<br>Old version information: |Class name: curves;<br>Method or attribute name: function stepsCurve(count: number, end: boolean): ICurve;<br>New version information: crossplatform|@ohos.curves.d.ts| 1127|Cross-platform capability changed|Class name: curves;<br>Method or attribute name: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;<br>Old version information: |Class name: curves;<br>Method or attribute name: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;<br>New version information: crossplatform|@ohos.curves.d.ts| 1128|Cross-platform capability changed|Class name: curves;<br>Method or attribute name: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;<br>Old version information: |Class name: curves;<br>Method or attribute name: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;<br>New version information: crossplatform|@ohos.curves.d.ts| 1129|Cross-platform capability changed|Class name: curves;<br>Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;<br>Old version information: |Class name: curves;<br>Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;<br>New version information: crossplatform|@ohos.curves.d.ts| 1130|Cross-platform capability changed|Class name: curves;<br>Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;<br>Old version information: |Class name: curves;<br>Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;<br>New version information: crossplatform|@ohos.curves.d.ts| 1131|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: enum Curve<br>Old version information: |Class name: Curve;<br>Method or attribute name: enum Curve<br>New version information: crossplatform|@ohos.curves.d.ts| 1132|Cross-platform capability changed|Class name: ICurve;<br>Method or attribute name: interface ICurve<br>Old version information: |Class name: ICurve;<br>Method or attribute name: interface ICurve<br>New version information: crossplatform|@ohos.curves.d.ts| 1133|Cross-platform capability changed|Class name: ICurve;<br>Method or attribute name: interpolate(fraction: number): number;<br>Old version information: |Class name: ICurve;<br>Method or attribute name: interpolate(fraction: number): number;<br>New version information: crossplatform|@ohos.curves.d.ts| 1134|Cross-platform capability changed|Class name: matrix4;<br>Method or attribute name: declare matrix4<br>Old version information: |Class name: matrix4;<br>Method or attribute name: declare matrix4<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1135|Cross-platform capability changed|Class name: matrix4;<br>Method or attribute name: function init(<br> options: [<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number<br> ]<br> ): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function init(<br> options: [<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number,<br> number<br> ]<br> ): Matrix4Transit;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1136|Cross-platform capability changed|Class name: matrix4;<br>Method or attribute name: function identity(): Matrix4Transit;<br>Old version information: |Class name: matrix4;<br>Method or attribute name: function identity(): Matrix4Transit;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1137|Cross-platform capability changed|Class name: TranslateOption;<br>Method or attribute name: interface TranslateOption<br>Old version information: |Class name: TranslateOption;<br>Method or attribute name: interface TranslateOption<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1138|Cross-platform capability changed|Class name: TranslateOption;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: TranslateOption;<br>Method or attribute name: x?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1139|Cross-platform capability changed|Class name: ScaleOption;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: x?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1140|Cross-platform capability changed|Class name: RotateOption;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: x?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1141|Cross-platform capability changed|Class name: TranslateOption;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: TranslateOption;<br>Method or attribute name: y?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1142|Cross-platform capability changed|Class name: ScaleOption;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: y?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1143|Cross-platform capability changed|Class name: RotateOption;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: y?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1144|Cross-platform capability changed|Class name: TranslateOption;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: TranslateOption;<br>Method or attribute name: z?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1145|Cross-platform capability changed|Class name: ScaleOption;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: z?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1146|Cross-platform capability changed|Class name: RotateOption;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: z?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1147|Cross-platform capability changed|Class name: ScaleOption;<br>Method or attribute name: interface ScaleOption<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: interface ScaleOption<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1148|Cross-platform capability changed|Class name: ScaleOption;<br>Method or attribute name: centerX?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: centerX?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1149|Cross-platform capability changed|Class name: RotateOption;<br>Method or attribute name: centerX?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: centerX?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1150|Cross-platform capability changed|Class name: ScaleOption;<br>Method or attribute name: centerY?: number;<br>Old version information: |Class name: ScaleOption;<br>Method or attribute name: centerY?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1151|Cross-platform capability changed|Class name: RotateOption;<br>Method or attribute name: centerY?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: centerY?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1152|Cross-platform capability changed|Class name: RotateOption;<br>Method or attribute name: interface RotateOption<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: interface RotateOption<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1153|Cross-platform capability changed|Class name: RotateOption;<br>Method or attribute name: angle?: number;<br>Old version information: |Class name: RotateOption;<br>Method or attribute name: angle?: number;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1154|Cross-platform capability changed|Class name: Matrix4Transit;<br>Method or attribute name: interface Matrix4Transit<br>Old version information: |Class name: Matrix4Transit;<br>Method or attribute name: interface Matrix4Transit<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1155|Cross-platform capability changed|Class name: Matrix4Transit;<br>Method or attribute name: copy(): Matrix4Transit;<br>Old version information: |Class name: Matrix4Transit;<br>Method or attribute name: copy(): Matrix4Transit;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1156|Cross-platform capability changed|Class name: Matrix4Transit;<br>Method or attribute name: invert(): Matrix4Transit;<br>Old version information: |Class name: Matrix4Transit;<br>Method or attribute name: invert(): Matrix4Transit;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1157|Cross-platform capability changed|Class name: Matrix4Transit;<br>Method or attribute name: combine(options: Matrix4Transit): Matrix4Transit;<br>Old version information: |Class name: Matrix4Transit;<br>Method or attribute name: combine(options: Matrix4Transit): Matrix4Transit;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1158|Cross-platform capability changed|Class name: Matrix4Transit;<br>Method or attribute name: translate(options: TranslateOption): Matrix4Transit;<br>Old version information: |Class name: Matrix4Transit;<br>Method or attribute name: translate(options: TranslateOption): Matrix4Transit;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1159|Cross-platform capability changed|Class name: Matrix4Transit;<br>Method or attribute name: scale(options: ScaleOption): Matrix4Transit;<br>Old version information: |Class name: Matrix4Transit;<br>Method or attribute name: scale(options: ScaleOption): Matrix4Transit;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1160|Cross-platform capability changed|Class name: Matrix4Transit;<br>Method or attribute name: rotate(options: RotateOption): Matrix4Transit;<br>Old version information: |Class name: Matrix4Transit;<br>Method or attribute name: rotate(options: RotateOption): Matrix4Transit;<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1161|Cross-platform capability changed|Class name: Matrix4Transit;<br>Method or attribute name: transformPoint(options: [number, number]): [number, number];<br>Old version information: |Class name: Matrix4Transit;<br>Method or attribute name: transformPoint(options: [number, number]): [number, number];<br>New version information: crossplatform|@ohos.matrix4.d.ts| 1162|Cross-platform capability changed|Class name: mediaquery;<br>Method or attribute name: declare mediaquery<br>Old version information: |Class name: mediaquery;<br>Method or attribute name: declare mediaquery<br>New version information: crossplatform|@ohos.mediaquery.d.ts| 1163|Cross-platform capability changed|Class name: mediaquery;<br>Method or attribute name: function matchMediaSync(condition: string): MediaQueryListener;<br>Old version information: |Class name: mediaquery;<br>Method or attribute name: function matchMediaSync(condition: string): MediaQueryListener;<br>New version information: crossplatform|@ohos.mediaquery.d.ts| 1164|Cross-platform capability changed|Class name: MediaQueryResult;<br>Method or attribute name: readonly matches: boolean;<br>Old version information: |Class name: MediaQueryResult;<br>Method or attribute name: readonly matches: boolean;<br>New version information: crossplatform|@ohos.mediaquery.d.ts| 1165|Cross-platform capability changed|Class name: MediaQueryResult;<br>Method or attribute name: readonly media: string;<br>Old version information: |Class name: MediaQueryResult;<br>Method or attribute name: readonly media: string;<br>New version information: crossplatform|@ohos.mediaquery.d.ts| 1166|Cross-platform capability changed|Class name: MediaQueryListener;<br>Method or attribute name: on(type: 'change', callback: Callback\<MediaQueryResult>): void;<br>Old version information: |Class name: MediaQueryListener;<br>Method or attribute name: on(type: 'change', callback: Callback\<MediaQueryResult>): void;<br>New version information: crossplatform|@ohos.mediaquery.d.ts| 1167|Cross-platform capability changed|Class name: MediaQueryListener;<br>Method or attribute name: off(type: 'change', callback?: Callback\<MediaQueryResult>): void;<br>Old version information: |Class name: MediaQueryListener;<br>Method or attribute name: off(type: 'change', callback?: Callback\<MediaQueryResult>): void;<br>New version information: crossplatform|@ohos.mediaquery.d.ts| 1168|Cross-platform capability changed|Class name: promptAction;<br>Method or attribute name: declare promptAction<br>Old version information: |Class name: promptAction;<br>Method or attribute name: declare promptAction<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1169|Cross-platform capability changed|Class name: promptAction;<br>Method or attribute name: function showToast(options: ShowToastOptions): void;<br>Old version information: |Class name: promptAction;<br>Method or attribute name: function showToast(options: ShowToastOptions): void;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1170|Cross-platform capability changed|Class name: promptAction;<br>Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback\<ShowDialogSuccessResponse>): void;<br>Old version information: |Class name: promptAction;<br>Method or attribute name: function showDialog(options: ShowDialogOptions, callback: AsyncCallback\<ShowDialogSuccessResponse>): void;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1171|Cross-platform capability changed|Class name: promptAction;<br>Method or attribute name: function showDialog(options: ShowDialogOptions): Promise\<ShowDialogSuccessResponse>;<br>Old version information: |Class name: promptAction;<br>Method or attribute name: function showDialog(options: ShowDialogOptions): Promise\<ShowDialogSuccessResponse>;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1172|Cross-platform capability changed|Class name: promptAction;<br>Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback\<ActionMenuSuccessResponse>): void;<br>Old version information: |Class name: promptAction;<br>Method or attribute name: function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback\<ActionMenuSuccessResponse>): void;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1173|Cross-platform capability changed|Class name: promptAction;<br>Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise\<ActionMenuSuccessResponse>;<br>Old version information: |Class name: promptAction;<br>Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise\<ActionMenuSuccessResponse>;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1174|Cross-platform capability changed|Class name: ShowToastOptions;<br>Method or attribute name: interface ShowToastOptions<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: interface ShowToastOptions<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1175|Cross-platform capability changed|Class name: ShowToastOptions;<br>Method or attribute name: message: string \| Resource;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: message: string \| Resource;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1176|Cross-platform capability changed|Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: duration?: number;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1177|Cross-platform capability changed|Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>Old version information: |Class name: ShowToastOptions;<br>Method or attribute name: bottom?: string \| number;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1178|Cross-platform capability changed|Class name: Button;<br>Method or attribute name: interface Button<br>Old version information: |Class name: Button;<br>Method or attribute name: interface Button<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1179|Cross-platform capability changed|Class name: Button;<br>Method or attribute name: text: string \| Resource;<br>Old version information: |Class name: Button;<br>Method or attribute name: text: string \| Resource;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1180|Cross-platform capability changed|Class name: Button;<br>Method or attribute name: color: string \| Resource;<br>Old version information: |Class name: Button;<br>Method or attribute name: color: string \| Resource;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1181|Cross-platform capability changed|Class name: ShowDialogSuccessResponse;<br>Method or attribute name: interface ShowDialogSuccessResponse<br>Old version information: |Class name: ShowDialogSuccessResponse;<br>Method or attribute name: interface ShowDialogSuccessResponse<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1182|Cross-platform capability changed|Class name: ShowDialogSuccessResponse;<br>Method or attribute name: index: number;<br>Old version information: |Class name: ShowDialogSuccessResponse;<br>Method or attribute name: index: number;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1183|Cross-platform capability changed|Class name: ActionMenuSuccessResponse;<br>Method or attribute name: index: number;<br>Old version information: |Class name: ActionMenuSuccessResponse;<br>Method or attribute name: index: number;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1184|Cross-platform capability changed|Class name: ShowDialogOptions;<br>Method or attribute name: interface ShowDialogOptions<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: interface ShowDialogOptions<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1185|Cross-platform capability changed|Class name: ShowDialogOptions;<br>Method or attribute name: title?: string \| Resource;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: title?: string \| Resource;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1186|Cross-platform capability changed|Class name: ActionMenuOptions;<br>Method or attribute name: title?: string \| Resource;<br>Old version information: |Class name: ActionMenuOptions;<br>Method or attribute name: title?: string \| Resource;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1187|Cross-platform capability changed|Class name: ShowDialogOptions;<br>Method or attribute name: message?: string \| Resource;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: message?: string \| Resource;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1188|Cross-platform capability changed|Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: Array\<Button>;<br>Old version information: |Class name: ShowDialogOptions;<br>Method or attribute name: buttons?: Array\<Button>;<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1189|Cross-platform capability changed|Class name: ActionMenuSuccessResponse;<br>Method or attribute name: interface ActionMenuSuccessResponse<br>Old version information: |Class name: ActionMenuSuccessResponse;<br>Method or attribute name: interface ActionMenuSuccessResponse<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1190|Cross-platform capability changed|Class name: ActionMenuOptions;<br>Method or attribute name: interface ActionMenuOptions<br>Old version information: |Class name: ActionMenuOptions;<br>Method or attribute name: interface ActionMenuOptions<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1191|Cross-platform capability changed|Class name: ActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>Old version information: |Class name: ActionMenuOptions;<br>Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];<br>New version information: crossplatform|@ohos.promptAction.d.ts| 1192|Cross-platform capability changed|Class name: router;<br>Method or attribute name: declare router<br>Old version information: |Class name: router;<br>Method or attribute name: declare router<br>New version information: crossplatform|@ohos.router.d.ts| 1193|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.router.d.ts| 1194|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions): Promise\<void>;<br>Old version information: |Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions): Promise\<void>;<br>New version information: crossplatform|@ohos.router.d.ts| 1195|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback\<void>): void;<br>New version information: crossplatform|@ohos.router.d.ts| 1196|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode): Promise\<void>;<br>Old version information: |Class name: router;<br>Method or attribute name: function pushUrl(options: RouterOptions, mode: RouterMode): Promise\<void>;<br>New version information: crossplatform|@ohos.router.d.ts| 1197|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function back(options?: RouterOptions): void;<br>Old version information: |Class name: router;<br>Method or attribute name: function back(options?: RouterOptions): void;<br>New version information: crossplatform|@ohos.router.d.ts| 1198|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function clear(): void;<br>Old version information: |Class name: router;<br>Method or attribute name: function clear(): void;<br>New version information: crossplatform|@ohos.router.d.ts| 1199|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function getLength(): string;<br>Old version information: |Class name: router;<br>Method or attribute name: function getLength(): string;<br>New version information: crossplatform|@ohos.router.d.ts| 1200|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function getState(): RouterState;<br>Old version information: |Class name: router;<br>Method or attribute name: function getState(): RouterState;<br>New version information: crossplatform|@ohos.router.d.ts| 1201|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function showAlertBeforeBackPage(options: EnableAlertOptions): void;<br>Old version information: |Class name: router;<br>Method or attribute name: function showAlertBeforeBackPage(options: EnableAlertOptions): void;<br>New version information: crossplatform|@ohos.router.d.ts| 1202|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function hideAlertBeforeBackPage(): void;<br>Old version information: |Class name: router;<br>Method or attribute name: function hideAlertBeforeBackPage(): void;<br>New version information: crossplatform|@ohos.router.d.ts| 1203|Cross-platform capability changed|Class name: router;<br>Method or attribute name: function getParams(): Object;<br>Old version information: |Class name: router;<br>Method or attribute name: function getParams(): Object;<br>New version information: crossplatform|@ohos.router.d.ts| 1204|Cross-platform capability changed|Class name: RouterMode;<br>Method or attribute name: export enum RouterMode<br>Old version information: |Class name: RouterMode;<br>Method or attribute name: export enum RouterMode<br>New version information: crossplatform|@ohos.router.d.ts| 1205|Cross-platform capability changed|Class name: RouterMode;<br>Method or attribute name: Standard<br>Old version information: |Class name: RouterMode;<br>Method or attribute name: Standard<br>New version information: crossplatform|@ohos.router.d.ts| 1206|Cross-platform capability changed|Class name: RouterMode;<br>Method or attribute name: Single<br>Old version information: |Class name: RouterMode;<br>Method or attribute name: Single<br>New version information: crossplatform|@ohos.router.d.ts| 1207|Cross-platform capability changed|Class name: RouterState;<br>Method or attribute name: interface RouterState<br>Old version information: |Class name: RouterState;<br>Method or attribute name: interface RouterState<br>New version information: crossplatform|@ohos.router.d.ts| 1208|Cross-platform capability changed|Class name: RouterState;<br>Method or attribute name: index: number;<br>Old version information: |Class name: RouterState;<br>Method or attribute name: index: number;<br>New version information: crossplatform|@ohos.router.d.ts| 1209|Cross-platform capability changed|Class name: RouterState;<br>Method or attribute name: name: string;<br>Old version information: |Class name: RouterState;<br>Method or attribute name: name: string;<br>New version information: crossplatform|@ohos.router.d.ts| 1210|Cross-platform capability changed|Class name: RouterState;<br>Method or attribute name: path: string;<br>Old version information: |Class name: RouterState;<br>Method or attribute name: path: string;<br>New version information: crossplatform|@ohos.router.d.ts| 1211|Cross-platform capability changed|Class name: EnableAlertOptions;<br>Method or attribute name: interface EnableAlertOptions<br>Old version information: |Class name: EnableAlertOptions;<br>Method or attribute name: interface EnableAlertOptions<br>New version information: crossplatform|@ohos.router.d.ts| 1212|Cross-platform capability changed|Class name: EnableAlertOptions;<br>Method or attribute name: message: string;<br>Old version information: |Class name: EnableAlertOptions;<br>Method or attribute name: message: string;<br>New version information: crossplatform|@ohos.router.d.ts| 1213|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type CanvasFillRule = "evenodd" \| "nonzero";<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type CanvasFillRule = "evenodd" \| "nonzero";<br>New version information: crossplatform|canvas.d.ts| 1214|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type CanvasLineCap = "butt" \| "round" \| "square";<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type CanvasLineCap = "butt" \| "round" \| "square";<br>New version information: crossplatform|canvas.d.ts| 1215|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type CanvasLineJoin = "bevel" \| "miter" \| "round";<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type CanvasLineJoin = "bevel" \| "miter" \| "round";<br>New version information: crossplatform|canvas.d.ts| 1216|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type CanvasDirection = "inherit" \| "ltr" \| "rtl";<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type CanvasDirection = "inherit" \| "ltr" \| "rtl";<br>New version information: crossplatform|canvas.d.ts| 1217|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type CanvasTextAlign = "center" \| "end" \| "left" \| "right" \| "start";<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type CanvasTextAlign = "center" \| "end" \| "left" \| "right" \| "start";<br>New version information: crossplatform|canvas.d.ts| 1218|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type CanvasTextBaseline = "alphabetic" \| "bottom" \| "hanging" \| "ideographic" \| "middle" \| "top";<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type CanvasTextBaseline = "alphabetic" \| "bottom" \| "hanging" \| "ideographic" \| "middle" \| "top";<br>New version information: crossplatform|canvas.d.ts| 1219|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type ImageSmoothingQuality = "high" \| "low" \| "medium";<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type ImageSmoothingQuality = "high" \| "low" \| "medium";<br>New version information: crossplatform|canvas.d.ts| 1220|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function getContext(component?: Object): Context;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function getContext(component?: Object): Context;<br>New version information: crossplatform|common.d.ts| 1221|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type Context = import('../api/application/Context').default;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type Context = import('../api/application/Context').default;<br>New version information: crossplatform|common.d.ts| 1222|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function postCardAction(component: Object, action: Object): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function postCardAction(component: Object, action: Object): void;<br>New version information: crossplatform|common.d.ts| 1223|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function $r(value: string, ...params: any[]): Resource;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function $r(value: string, ...params: any[]): Resource;<br>New version information: crossplatform|common.d.ts| 1224|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function $rawfile(value: string): Resource;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function $rawfile(value: string): Resource;<br>New version information: crossplatform|common.d.ts| 1225|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function animateTo(value: AnimateParam, event: () => void): void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function animateTo(value: AnimateParam, event: () => void): void;<br>New version information: crossplatform|common.d.ts| 1226|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function vp2px(value: number): number;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function vp2px(value: number): number;<br>New version information: crossplatform|common.d.ts| 1227|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function px2vp(value: number): number;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function px2vp(value: number): number;<br>New version information: crossplatform|common.d.ts| 1228|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function fp2px(value: number): number;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function fp2px(value: number): number;<br>New version information: crossplatform|common.d.ts| 1229|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function px2fp(value: number): number;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function px2fp(value: number): number;<br>New version information: crossplatform|common.d.ts| 1230|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function lpx2px(value: number): number;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function lpx2px(value: number): number;<br>New version information: crossplatform|common.d.ts| 1231|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare function px2lpx(value: number): number;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare function px2lpx(value: number): number;<br>New version information: crossplatform|common.d.ts| 1232|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type PixelMap = import('../api/@ohos.multimedia.image').default.PixelMap;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type PixelMap = import('../api/@ohos.multimedia.image').default.PixelMap;<br>New version information: crossplatform|common.d.ts| 1233|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type CustomBuilder = (() => any) \| void;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type CustomBuilder = (() => any) \| void;<br>New version information: crossplatform|common.d.ts| 1234|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type GestureType =<br> TapGestureInterface<br> \| LongPressGestureInterface<br> \| PanGestureInterface<br> \| PinchGestureInterface<br> \| SwipeGestureInterface<br> \| RotationGestureInterface<br> \| GestureGroupInterface;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type GestureType =<br> TapGestureInterface<br> \| LongPressGestureInterface<br> \| PanGestureInterface<br> \| PinchGestureInterface<br> \| SwipeGestureInterface<br> \| RotationGestureInterface<br> \| GestureGroupInterface;<br>New version information: crossplatform|gesture.d.ts| 1235|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type Length = string \| number \| Resource;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type Length = string \| number \| Resource;<br>New version information: crossplatform|units.d.ts| 1236|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type ResourceStr = string \| Resource;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type ResourceStr = string \| Resource;<br>New version information: crossplatform|units.d.ts| 1237|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type Padding = {<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: Length;<br><br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: Length;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: Length;<br><br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type Padding = {<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: Length;<br><br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: Length;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: Length;<br><br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>New version information: crossplatform|units.d.ts| 1238|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type Margin = Padding;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type Margin = Padding;<br>New version information: crossplatform|units.d.ts| 1239|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type EdgeWidths = {<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: Length;<br><br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: Length;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: Length;<br><br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type EdgeWidths = {<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: Length;<br><br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: Length;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: Length;<br><br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: Length;<br>};<br>New version information: crossplatform|units.d.ts| 1240|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type BorderRadiuses = {<br> /**<br> * top-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> topLeft?: Length;<br><br> /**<br> * top-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> topRight?: Length;<br><br> /**<br> * bottom-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottomLeft?: Length;<br><br> /**<br> * bottom-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottomRight?: Length;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type BorderRadiuses = {<br> /**<br> * top-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> topLeft?: Length;<br><br> /**<br> * top-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> topRight?: Length;<br><br> /**<br> * bottom-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom-left property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottomLeft?: Length;<br><br> /**<br> * bottom-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom-right property.<br> *<br> * @type { ?Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottomRight?: Length;<br>};<br>New version information: crossplatform|units.d.ts| 1241|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type EdgeColors = {<br> /**<br> * top property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: ResourceColor;<br><br> /**<br> * right property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: ResourceColor;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: ResourceColor;<br><br> /**<br> * left property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: ResourceColor;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type EdgeColors = {<br> /**<br> * top property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: ResourceColor;<br><br> /**<br> * right property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: ResourceColor;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: ResourceColor;<br><br> /**<br> * left property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: ResourceColor;<br>};<br>New version information: crossplatform|units.d.ts| 1242|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type EdgeStyles = {<br> /**<br> * top property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: BorderStyle;<br><br> /**<br> * right property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: BorderStyle;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: BorderStyle;<br><br> /**<br> * left property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: BorderStyle;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type EdgeStyles = {<br> /**<br> * top property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * top property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> top?: BorderStyle;<br><br> /**<br> * right property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * right property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> right?: BorderStyle;<br><br> /**<br> * bottom property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * bottom property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> bottom?: BorderStyle;<br><br> /**<br> * left property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * left property.<br> *<br> * @type { ?BorderStyle }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> left?: BorderStyle;<br>};<br>New version information: crossplatform|units.d.ts| 1243|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type Offset = {<br> /**<br> * dx property.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * dx property.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> dx: Length;<br><br> /**<br> * dy property.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * dy property.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> dy: Length;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type Offset = {<br> /**<br> * dx property.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * dx property.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> dx: Length;<br><br> /**<br> * dy property.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * dy property.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> dy: Length;<br>};<br>New version information: crossplatform|units.d.ts| 1244|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type ResourceColor = Color \| number \| string \| Resource;<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type ResourceColor = Color \| number \| string \| Resource;<br>New version information: crossplatform|units.d.ts| 1245|Cross-platform capability changed|Class name: sourcefile;<br>Method or attribute name: declare type LengthConstrain = {<br> /**<br> * minimum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * minimum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> minLength: Length;<br><br> /**<br> * maximum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * maximum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> maxLength: Length;<br>};<br>Old version information: |Class name: sourcefile;<br>Method or attribute name: declare type LengthConstrain = {<br> /**<br> * minimum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * minimum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> minLength: Length;<br><br> /**<br> * maximum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 9<br> * @form<br> */<br> /**<br> * maximum length.<br> *<br> * @type { Length }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> * @form<br> */<br> maxLength: Length;<br>};<br>New version information: crossplatform|units.d.ts| 1246|Cross-platform capability changed|Class name: SheetInfo;<br>Method or attribute name: interface SheetInfo<br>Old version information: |Class name: SheetInfo;<br>Method or attribute name: interface SheetInfo<br>New version information: crossplatform|action_sheet.d.ts| 1247|Cross-platform capability changed|Class name: SheetInfo;<br>Method or attribute name: title: string \| Resource;<br>Old version information: |Class name: SheetInfo;<br>Method or attribute name: title: string \| Resource;<br>New version information: crossplatform|action_sheet.d.ts| 1248|Cross-platform capability changed|Class name: SheetInfo;<br>Method or attribute name: icon?: string \| Resource;<br>Old version information: |Class name: SheetInfo;<br>Method or attribute name: icon?: string \| Resource;<br>New version information: crossplatform|action_sheet.d.ts| 1249|Cross-platform capability changed|Class name: SheetInfo;<br>Method or attribute name: action: () => void;<br>Old version information: |Class name: SheetInfo;<br>Method or attribute name: action: () => void;<br>New version information: crossplatform|action_sheet.d.ts| 1250|Cross-platform capability changed|Class name: ActionSheet;<br>Method or attribute name: declare class ActionSheet<br>Old version information: |Class name: ActionSheet;<br>Method or attribute name: declare class ActionSheet<br>New version information: crossplatform|action_sheet.d.ts| 1251|Cross-platform capability changed|Class name: ActionSheet;<br>Method or attribute name: static show(value: ActionSheetOptions);<br>Old version information: |Class name: ActionSheet;<br>Method or attribute name: static show(value: ActionSheetOptions);<br>New version information: crossplatform|action_sheet.d.ts| 1252|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: declare enum DialogAlignment<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: declare enum DialogAlignment<br>New version information: crossplatform|alert_dialog.d.ts| 1253|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: Top<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: Top<br>New version information: crossplatform|alert_dialog.d.ts| 1254|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: Center<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: Center<br>New version information: crossplatform|alert_dialog.d.ts| 1255|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: Bottom<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: Bottom<br>New version information: crossplatform|alert_dialog.d.ts| 1256|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: Default<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: Default<br>New version information: crossplatform|alert_dialog.d.ts| 1257|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: TopStart<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: TopStart<br>New version information: crossplatform|alert_dialog.d.ts| 1258|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: TopEnd<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: TopEnd<br>New version information: crossplatform|alert_dialog.d.ts| 1259|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: CenterStart<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: CenterStart<br>New version information: crossplatform|alert_dialog.d.ts| 1260|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: CenterEnd<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: CenterEnd<br>New version information: crossplatform|alert_dialog.d.ts| 1261|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: BottomStart<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: BottomStart<br>New version information: crossplatform|alert_dialog.d.ts| 1262|Cross-platform capability changed|Class name: DialogAlignment;<br>Method or attribute name: BottomEnd<br>Old version information: |Class name: DialogAlignment;<br>Method or attribute name: BottomEnd<br>New version information: crossplatform|alert_dialog.d.ts| 1263|Cross-platform capability changed|Class name: AlertDialogParam;<br>Method or attribute name: declare interface AlertDialogParam<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: declare interface AlertDialogParam<br>New version information: crossplatform|alert_dialog.d.ts| 1264|Cross-platform capability changed|Class name: AlertDialogParam;<br>Method or attribute name: title?: ResourceStr;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: title?: ResourceStr;<br>New version information: crossplatform|alert_dialog.d.ts| 1265|Cross-platform capability changed|Class name: AlertDialogParam;<br>Method or attribute name: message: ResourceStr;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: message: ResourceStr;<br>New version information: crossplatform|alert_dialog.d.ts| 1266|Cross-platform capability changed|Class name: AlertDialogParam;<br>Method or attribute name: autoCancel?: boolean;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: autoCancel?: boolean;<br>New version information: crossplatform|alert_dialog.d.ts| 1267|Cross-platform capability changed|Class name: AlertDialogParam;<br>Method or attribute name: cancel?: () => void;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: cancel?: () => void;<br>New version information: crossplatform|alert_dialog.d.ts| 1268|Cross-platform capability changed|Class name: AlertDialogParam;<br>Method or attribute name: alignment?: DialogAlignment;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: alignment?: DialogAlignment;<br>New version information: crossplatform|alert_dialog.d.ts| 1269|Cross-platform capability changed|Class name: AlertDialogParam;<br>Method or attribute name: offset?: Offset;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: offset?: Offset;<br>New version information: crossplatform|alert_dialog.d.ts| 1270|Cross-platform capability changed|Class name: AlertDialogParam;<br>Method or attribute name: gridCount?: number;<br>Old version information: |Class name: AlertDialogParam;<br>Method or attribute name: gridCount?: number;<br>New version information: crossplatform|alert_dialog.d.ts| 1271|Cross-platform capability changed|Class name: AlertDialogParamWithConfirm;<br>Method or attribute name: declare interface AlertDialogParamWithConfirm<br>Old version information: |Class name: AlertDialogParamWithConfirm;<br>Method or attribute name: declare interface AlertDialogParamWithConfirm<br>New version information: crossplatform|alert_dialog.d.ts| 1272|Cross-platform capability changed|Class name: AlertDialogParamWithConfirm;<br>Method or attribute name: confirm?: {<br> /**<br> * Enable switch of confirmation button<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of confirmation button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of confirmation button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>Old version information: |Class name: AlertDialogParamWithConfirm;<br>Method or attribute name: confirm?: {<br> /**<br> * Enable switch of confirmation button<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of confirmation button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of confirmation button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information: crossplatform|alert_dialog.d.ts| 1273|Cross-platform capability changed|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: declare interface AlertDialogParamWithButtons<br>Old version information: |Class name: AlertDialogParamWithButtons;<br>Method or attribute name: declare interface AlertDialogParamWithButtons<br>New version information: crossplatform|alert_dialog.d.ts| 1274|Cross-platform capability changed|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: primaryButton: {<br> /**<br> * Enable switch of primaryButton<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of primaryButton button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of primaryButton button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>Old version information: |Class name: AlertDialogParamWithButtons;<br>Method or attribute name: primaryButton: {<br> /**<br> * Enable switch of primaryButton<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of primaryButton button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of primaryButton button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information: crossplatform|alert_dialog.d.ts| 1275|Cross-platform capability changed|Class name: AlertDialogParamWithButtons;<br>Method or attribute name: secondaryButton: {<br> /**<br> * Enable switch of secondaryButton<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of secondaryButton button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of secondaryButton button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>Old version information: |Class name: AlertDialogParamWithButtons;<br>Method or attribute name: secondaryButton: {<br> /**<br> * Enable switch of secondaryButton<br> * @type { ?boolean }<br> * @default true<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> enabled?: boolean;<br><br> /**<br> * Default focus switch of secondaryButton button<br> * @type { ?boolean }<br> * @default false<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> defaultFocus?: boolean;<br> <br> /**<br> * Style of secondaryButton button.<br> * @type { ?DialogButtonStyle }<br> * @default DialogButtonStyle.DEFAULT<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> style?: DialogButtonStyle;<br><br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text content of the confirmation button.<br> *<br> * @type { ResourceStr }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: ResourceStr;<br><br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Text color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fontColor?: ResourceColor;<br><br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Background color of the confirmation button.<br> *<br> * @type { ?ResourceColor }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> backgroundColor?: ResourceColor;<br><br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Method executed by the callback.<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information: crossplatform|alert_dialog.d.ts| 1276|Cross-platform capability changed|Class name: AlertDialog;<br>Method or attribute name: declare class AlertDialog<br>Old version information: |Class name: AlertDialog;<br>Method or attribute name: declare class AlertDialog<br>New version information: crossplatform|alert_dialog.d.ts| 1277|Cross-platform capability changed|Class name: AlertDialog;<br>Method or attribute name: static show(value: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons \| AlertDialogParamWithOptions);<br>Old version information: |Class name: AlertDialog;<br>Method or attribute name: static show(value: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons \| AlertDialogParamWithOptions);<br>New version information: crossplatform|alert_dialog.d.ts| 1278|Cross-platform capability changed|Class name: IndexerAlign;<br>Method or attribute name: declare enum IndexerAlign<br>Old version information: |Class name: IndexerAlign;<br>Method or attribute name: declare enum IndexerAlign<br>New version information: crossplatform|alphabet_indexer.d.ts| 1279|Cross-platform capability changed|Class name: IndexerAlign;<br>Method or attribute name: Left<br>Old version information: |Class name: IndexerAlign;<br>Method or attribute name: Left<br>New version information: crossplatform|alphabet_indexer.d.ts| 1280|Cross-platform capability changed|Class name: IndexerAlign;<br>Method or attribute name: Right<br>Old version information: |Class name: IndexerAlign;<br>Method or attribute name: Right<br>New version information: crossplatform|alphabet_indexer.d.ts| 1281|Cross-platform capability changed|Class name: AlphabetIndexerInterface;<br>Method or attribute name: interface AlphabetIndexerInterface<br>Old version information: |Class name: AlphabetIndexerInterface;<br>Method or attribute name: interface AlphabetIndexerInterface<br>New version information: crossplatform|alphabet_indexer.d.ts| 1282|Cross-platform capability changed|Class name: AlphabetIndexerInterface;<br>Method or attribute name: (value: { arrayValue: Array\<string>; selected: number }): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerInterface;<br>Method or attribute name: (value: { arrayValue: Array\<string>; selected: number }): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1283|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: declare class AlphabetIndexerAttribute<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: declare class AlphabetIndexerAttribute<br>New version information: crossplatform|alphabet_indexer.d.ts| 1284|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: color(value: ResourceColor): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: color(value: ResourceColor): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1285|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1286|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: popupColor(value: ResourceColor): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: popupColor(value: ResourceColor): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1287|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1288|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: popupBackground(value: ResourceColor): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: popupBackground(value: ResourceColor): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1289|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: usingPopup(value: boolean): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: usingPopup(value: boolean): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1290|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: selectedFont(value: Font): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: selectedFont(value: Font): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1291|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: popupFont(value: Font): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: popupFont(value: Font): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1292|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: itemSize(value: string \| number): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: itemSize(value: string \| number): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1293|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: font(value: Font): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: font(value: Font): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1294|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1295|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1296|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: onRequestPopupData(callback: (index: number) => Array\<string>): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: onRequestPopupData(callback: (index: number) => Array\<string>): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1297|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1298|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: selected(index: number): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: selected(index: number): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1299|Cross-platform capability changed|Class name: AlphabetIndexerAttribute;<br>Method or attribute name: popupPosition(value: Position): AlphabetIndexerAttribute;<br>Old version information: |Class name: AlphabetIndexerAttribute;<br>Method or attribute name: popupPosition(value: Position): AlphabetIndexerAttribute;<br>New version information: crossplatform|alphabet_indexer.d.ts| 1300|Cross-platform capability changed|Class name: BadgePosition;<br>Method or attribute name: declare enum BadgePosition<br>Old version information: |Class name: BadgePosition;<br>Method or attribute name: declare enum BadgePosition<br>New version information: crossplatform|badge.d.ts| 1301|Cross-platform capability changed|Class name: BadgePosition;<br>Method or attribute name: RightTop<br>Old version information: |Class name: BadgePosition;<br>Method or attribute name: RightTop<br>New version information: crossplatform|badge.d.ts| 1302|Cross-platform capability changed|Class name: BadgePosition;<br>Method or attribute name: Right<br>Old version information: |Class name: BadgePosition;<br>Method or attribute name: Right<br>New version information: crossplatform|badge.d.ts| 1303|Cross-platform capability changed|Class name: BadgePosition;<br>Method or attribute name: Left<br>Old version information: |Class name: BadgePosition;<br>Method or attribute name: Left<br>New version information: crossplatform|badge.d.ts| 1304|Cross-platform capability changed|Class name: BadgeStyle;<br>Method or attribute name: declare interface BadgeStyle<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: declare interface BadgeStyle<br>New version information: crossplatform|badge.d.ts| 1305|Cross-platform capability changed|Class name: BadgeStyle;<br>Method or attribute name: color?: ResourceColor;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: color?: ResourceColor;<br>New version information: crossplatform|badge.d.ts| 1306|Cross-platform capability changed|Class name: BadgeStyle;<br>Method or attribute name: fontSize?: number \| string;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: fontSize?: number \| string;<br>New version information: crossplatform|badge.d.ts| 1307|Cross-platform capability changed|Class name: BadgeStyle;<br>Method or attribute name: badgeSize?: number \| string;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: badgeSize?: number \| string;<br>New version information: crossplatform|badge.d.ts| 1308|Cross-platform capability changed|Class name: BadgeStyle;<br>Method or attribute name: badgeColor?: ResourceColor;<br>Old version information: |Class name: BadgeStyle;<br>Method or attribute name: badgeColor?: ResourceColor;<br>New version information: crossplatform|badge.d.ts| 1309|Cross-platform capability changed|Class name: BadgeParam;<br>Method or attribute name: declare interface BadgeParam<br>Old version information: |Class name: BadgeParam;<br>Method or attribute name: declare interface BadgeParam<br>New version information: crossplatform|badge.d.ts| 1310|Cross-platform capability changed|Class name: BadgeParam;<br>Method or attribute name: position?: BadgePosition \| Position;<br>Old version information: |Class name: BadgeParam;<br>Method or attribute name: position?: BadgePosition \| Position;<br>New version information: crossplatform|badge.d.ts| 1311|Cross-platform capability changed|Class name: BadgeParam;<br>Method or attribute name: style: BadgeStyle;<br>Old version information: |Class name: BadgeParam;<br>Method or attribute name: style: BadgeStyle;<br>New version information: crossplatform|badge.d.ts| 1312|Cross-platform capability changed|Class name: BadgeParamWithNumber;<br>Method or attribute name: declare interface BadgeParamWithNumber<br>Old version information: |Class name: BadgeParamWithNumber;<br>Method or attribute name: declare interface BadgeParamWithNumber<br>New version information: crossplatform|badge.d.ts| 1313|Cross-platform capability changed|Class name: BadgeParamWithNumber;<br>Method or attribute name: count: number;<br>Old version information: |Class name: BadgeParamWithNumber;<br>Method or attribute name: count: number;<br>New version information: crossplatform|badge.d.ts| 1314|Cross-platform capability changed|Class name: BadgeParamWithNumber;<br>Method or attribute name: maxCount?: number;<br>Old version information: |Class name: BadgeParamWithNumber;<br>Method or attribute name: maxCount?: number;<br>New version information: crossplatform|badge.d.ts| 1315|Cross-platform capability changed|Class name: BadgeParamWithString;<br>Method or attribute name: declare interface BadgeParamWithString<br>Old version information: |Class name: BadgeParamWithString;<br>Method or attribute name: declare interface BadgeParamWithString<br>New version information: crossplatform|badge.d.ts| 1316|Cross-platform capability changed|Class name: BadgeParamWithString;<br>Method or attribute name: value: string;<br>Old version information: |Class name: BadgeParamWithString;<br>Method or attribute name: value: string;<br>New version information: crossplatform|badge.d.ts| 1317|Cross-platform capability changed|Class name: BadgeInterface;<br>Method or attribute name: interface BadgeInterface<br>Old version information: |Class name: BadgeInterface;<br>Method or attribute name: interface BadgeInterface<br>New version information: crossplatform|badge.d.ts| 1318|Cross-platform capability changed|Class name: BadgeInterface;<br>Method or attribute name: (value: BadgeParamWithNumber): BadgeAttribute;<br>Old version information: |Class name: BadgeInterface;<br>Method or attribute name: (value: BadgeParamWithNumber): BadgeAttribute;<br>New version information: crossplatform|badge.d.ts| 1319|Cross-platform capability changed|Class name: BadgeInterface;<br>Method or attribute name: (value: BadgeParamWithString): BadgeAttribute;<br>Old version information: |Class name: BadgeInterface;<br>Method or attribute name: (value: BadgeParamWithString): BadgeAttribute;<br>New version information: crossplatform|badge.d.ts| 1320|Cross-platform capability changed|Class name: BadgeAttribute;<br>Method or attribute name: declare class BadgeAttribute<br>Old version information: |Class name: BadgeAttribute;<br>Method or attribute name: declare class BadgeAttribute<br>New version information: crossplatform|badge.d.ts| 1321|Cross-platform capability changed|Class name: BlankInterface;<br>Method or attribute name: interface BlankInterface<br>Old version information: |Class name: BlankInterface;<br>Method or attribute name: interface BlankInterface<br>New version information: crossplatform|blank.d.ts| 1322|Cross-platform capability changed|Class name: BlankInterface;<br>Method or attribute name: (min?: number \| string): BlankAttribute;<br>Old version information: |Class name: BlankInterface;<br>Method or attribute name: (min?: number \| string): BlankAttribute;<br>New version information: crossplatform|blank.d.ts| 1323|Cross-platform capability changed|Class name: BlankAttribute;<br>Method or attribute name: declare class BlankAttribute<br>Old version information: |Class name: BlankAttribute;<br>Method or attribute name: declare class BlankAttribute<br>New version information: crossplatform|blank.d.ts| 1324|Cross-platform capability changed|Class name: BlankAttribute;<br>Method or attribute name: color(value: ResourceColor): BlankAttribute;<br>Old version information: |Class name: BlankAttribute;<br>Method or attribute name: color(value: ResourceColor): BlankAttribute;<br>New version information: crossplatform|blank.d.ts| 1325|Cross-platform capability changed|Class name: ButtonType;<br>Method or attribute name: declare enum ButtonType<br>Old version information: |Class name: ButtonType;<br>Method or attribute name: declare enum ButtonType<br>New version information: crossplatform|button.d.ts| 1326|Cross-platform capability changed|Class name: ButtonType;<br>Method or attribute name: Capsule<br>Old version information: |Class name: ButtonType;<br>Method or attribute name: Capsule<br>New version information: crossplatform|button.d.ts| 1327|Cross-platform capability changed|Class name: ButtonType;<br>Method or attribute name: Circle<br>Old version information: |Class name: ButtonType;<br>Method or attribute name: Circle<br>New version information: crossplatform|button.d.ts| 1328|Cross-platform capability changed|Class name: ButtonType;<br>Method or attribute name: Normal<br>Old version information: |Class name: ButtonType;<br>Method or attribute name: Normal<br>New version information: crossplatform|button.d.ts| 1329|Cross-platform capability changed|Class name: ButtonOptions;<br>Method or attribute name: declare interface ButtonOptions<br>Old version information: |Class name: ButtonOptions;<br>Method or attribute name: declare interface ButtonOptions<br>New version information: crossplatform|button.d.ts| 1330|Cross-platform capability changed|Class name: ButtonOptions;<br>Method or attribute name: type?: ButtonType;<br>Old version information: |Class name: ButtonOptions;<br>Method or attribute name: type?: ButtonType;<br>New version information: crossplatform|button.d.ts| 1331|Cross-platform capability changed|Class name: ButtonOptions;<br>Method or attribute name: stateEffect?: boolean;<br>Old version information: |Class name: ButtonOptions;<br>Method or attribute name: stateEffect?: boolean;<br>New version information: crossplatform|button.d.ts| 1332|Cross-platform capability changed|Class name: ButtonInterface;<br>Method or attribute name: interface ButtonInterface<br>Old version information: |Class name: ButtonInterface;<br>Method or attribute name: interface ButtonInterface<br>New version information: crossplatform|button.d.ts| 1333|Cross-platform capability changed|Class name: ButtonInterface;<br>Method or attribute name: (): ButtonAttribute;<br>Old version information: |Class name: ButtonInterface;<br>Method or attribute name: (): ButtonAttribute;<br>New version information: crossplatform|button.d.ts| 1334|Cross-platform capability changed|Class name: ButtonInterface;<br>Method or attribute name: (options: ButtonOptions): ButtonAttribute;<br>Old version information: |Class name: ButtonInterface;<br>Method or attribute name: (options: ButtonOptions): ButtonAttribute;<br>New version information: crossplatform|button.d.ts| 1335|Cross-platform capability changed|Class name: ButtonInterface;<br>Method or attribute name: (label: ResourceStr, options?: ButtonOptions): ButtonAttribute;<br>Old version information: |Class name: ButtonInterface;<br>Method or attribute name: (label: ResourceStr, options?: ButtonOptions): ButtonAttribute;<br>New version information: crossplatform|button.d.ts| 1336|Cross-platform capability changed|Class name: ButtonAttribute;<br>Method or attribute name: declare class ButtonAttribute<br>Old version information: |Class name: ButtonAttribute;<br>Method or attribute name: declare class ButtonAttribute<br>New version information: crossplatform|button.d.ts| 1337|Cross-platform capability changed|Class name: ButtonAttribute;<br>Method or attribute name: type(value: ButtonType): ButtonAttribute;<br>Old version information: |Class name: ButtonAttribute;<br>Method or attribute name: type(value: ButtonType): ButtonAttribute;<br>New version information: crossplatform|button.d.ts| 1338|Cross-platform capability changed|Class name: ButtonAttribute;<br>Method or attribute name: stateEffect(value: boolean): ButtonAttribute;<br>Old version information: |Class name: ButtonAttribute;<br>Method or attribute name: stateEffect(value: boolean): ButtonAttribute;<br>New version information: crossplatform|button.d.ts| 1339|Cross-platform capability changed|Class name: ButtonAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): ButtonAttribute;<br>Old version information: |Class name: ButtonAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): ButtonAttribute;<br>New version information: crossplatform|button.d.ts| 1340|Cross-platform capability changed|Class name: ButtonAttribute;<br>Method or attribute name: fontSize(value: Length): ButtonAttribute;<br>Old version information: |Class name: ButtonAttribute;<br>Method or attribute name: fontSize(value: Length): ButtonAttribute;<br>New version information: crossplatform|button.d.ts| 1341|Cross-platform capability changed|Class name: ButtonAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): ButtonAttribute;<br>Old version information: |Class name: ButtonAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): ButtonAttribute;<br>New version information: crossplatform|button.d.ts| 1342|Cross-platform capability changed|Class name: ButtonAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): ButtonAttribute;<br>Old version information: |Class name: ButtonAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): ButtonAttribute;<br>New version information: crossplatform|button.d.ts| 1343|Cross-platform capability changed|Class name: ButtonAttribute;<br>Method or attribute name: fontFamily(value: string \| Resource): ButtonAttribute;<br>Old version information: |Class name: ButtonAttribute;<br>Method or attribute name: fontFamily(value: string \| Resource): ButtonAttribute;<br>New version information: crossplatform|button.d.ts| 1344|Cross-platform capability changed|Class name: CanvasGradient;<br>Method or attribute name: declare class CanvasGradient<br>Old version information: |Class name: CanvasGradient;<br>Method or attribute name: declare class CanvasGradient<br>New version information: crossplatform|canvas.d.ts| 1345|Cross-platform capability changed|Class name: CanvasGradient;<br>Method or attribute name: addColorStop(offset: number, color: string): void;<br>Old version information: |Class name: CanvasGradient;<br>Method or attribute name: addColorStop(offset: number, color: string): void;<br>New version information: crossplatform|canvas.d.ts| 1346|Cross-platform capability changed|Class name: CanvasPath;<br>Method or attribute name: declare class CanvasPath<br>Old version information: |Class name: CanvasPath;<br>Method or attribute name: declare class CanvasPath<br>New version information: crossplatform|canvas.d.ts| 1347|Cross-platform capability changed|Class name: CanvasPath;<br>Method or attribute name: arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;<br>Old version information: |Class name: CanvasPath;<br>Method or attribute name: arc(x: number, y: number, radius: number, startAngle: number, endAngle: number, counterclockwise?: boolean): void;<br>New version information: crossplatform|canvas.d.ts| 1348|Cross-platform capability changed|Class name: CanvasPath;<br>Method or attribute name: arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;<br>Old version information: |Class name: CanvasPath;<br>Method or attribute name: arcTo(x1: number, y1: number, x2: number, y2: number, radius: number): void;<br>New version information: crossplatform|canvas.d.ts| 1349|Cross-platform capability changed|Class name: CanvasPath;<br>Method or attribute name: bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;<br>Old version information: |Class name: CanvasPath;<br>Method or attribute name: bezierCurveTo(cp1x: number, cp1y: number, cp2x: number, cp2y: number, x: number, y: number): void;<br>New version information: crossplatform|canvas.d.ts| 1350|Cross-platform capability changed|Class name: CanvasPath;<br>Method or attribute name: closePath(): void;<br>Old version information: |Class name: CanvasPath;<br>Method or attribute name: closePath(): void;<br>New version information: crossplatform|canvas.d.ts| 1351|Cross-platform capability changed|Class name: CanvasPath;<br>Method or attribute name: ellipse(<br> x: number,<br> y: number,<br> radiusX: number,<br> radiusY: number,<br> rotation: number,<br> startAngle: number,<br> endAngle: number,<br> counterclockwise?: boolean,<br> ): void;<br>Old version information: |Class name: CanvasPath;<br>Method or attribute name: ellipse(<br> x: number,<br> y: number,<br> radiusX: number,<br> radiusY: number,<br> rotation: number,<br> startAngle: number,<br> endAngle: number,<br> counterclockwise?: boolean,<br> ): void;<br>New version information: crossplatform|canvas.d.ts| 1352|Cross-platform capability changed|Class name: CanvasPath;<br>Method or attribute name: lineTo(x: number, y: number): void;<br>Old version information: |Class name: CanvasPath;<br>Method or attribute name: lineTo(x: number, y: number): void;<br>New version information: crossplatform|canvas.d.ts| 1353|Cross-platform capability changed|Class name: CanvasPath;<br>Method or attribute name: moveTo(x: number, y: number): void;<br>Old version information: |Class name: CanvasPath;<br>Method or attribute name: moveTo(x: number, y: number): void;<br>New version information: crossplatform|canvas.d.ts| 1354|Cross-platform capability changed|Class name: CanvasPath;<br>Method or attribute name: quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;<br>Old version information: |Class name: CanvasPath;<br>Method or attribute name: quadraticCurveTo(cpx: number, cpy: number, x: number, y: number): void;<br>New version information: crossplatform|canvas.d.ts| 1355|Cross-platform capability changed|Class name: CanvasPath;<br>Method or attribute name: rect(x: number, y: number, w: number, h: number): void;<br>Old version information: |Class name: CanvasPath;<br>Method or attribute name: rect(x: number, y: number, w: number, h: number): void;<br>New version information: crossplatform|canvas.d.ts| 1356|Cross-platform capability changed|Class name: Path2D;<br>Method or attribute name: declare class Path2D<br>Old version information: |Class name: Path2D;<br>Method or attribute name: declare class Path2D<br>New version information: crossplatform|canvas.d.ts| 1357|Cross-platform capability changed|Class name: Path2D;<br>Method or attribute name: addPath(path: Path2D, transform?: Matrix2D): void;<br>Old version information: |Class name: Path2D;<br>Method or attribute name: addPath(path: Path2D, transform?: Matrix2D): void;<br>New version information: crossplatform|canvas.d.ts| 1358|Cross-platform capability changed|Class name: Path2D;<br>Method or attribute name: constructor();<br>Old version information: |Class name: Path2D;<br>Method or attribute name: constructor();<br>New version information: crossplatform|canvas.d.ts| 1359|Cross-platform capability changed|Class name: Path2D;<br>Method or attribute name: constructor(path: Path2D);<br>Old version information: |Class name: Path2D;<br>Method or attribute name: constructor(path: Path2D);<br>New version information: crossplatform|canvas.d.ts| 1360|Cross-platform capability changed|Class name: Path2D;<br>Method or attribute name: constructor(d: string);<br>Old version information: |Class name: Path2D;<br>Method or attribute name: constructor(d: string);<br>New version information: crossplatform|canvas.d.ts| 1361|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: declare interface TextMetrics<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: declare interface TextMetrics<br>New version information: crossplatform|canvas.d.ts| 1362|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxAscent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxAscent: number;<br>New version information: crossplatform|canvas.d.ts| 1363|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxDescent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxDescent: number;<br>New version information: crossplatform|canvas.d.ts| 1364|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxLeft: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxLeft: number;<br>New version information: crossplatform|canvas.d.ts| 1365|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxRight: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly actualBoundingBoxRight: number;<br>New version information: crossplatform|canvas.d.ts| 1366|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly alphabeticBaseline: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly alphabeticBaseline: number;<br>New version information: crossplatform|canvas.d.ts| 1367|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly emHeightAscent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly emHeightAscent: number;<br>New version information: crossplatform|canvas.d.ts| 1368|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly emHeightDescent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly emHeightDescent: number;<br>New version information: crossplatform|canvas.d.ts| 1369|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxAscent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxAscent: number;<br>New version information: crossplatform|canvas.d.ts| 1370|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxDescent: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly fontBoundingBoxDescent: number;<br>New version information: crossplatform|canvas.d.ts| 1371|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly hangingBaseline: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly hangingBaseline: number;<br>New version information: crossplatform|canvas.d.ts| 1372|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly ideographicBaseline: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly ideographicBaseline: number;<br>New version information: crossplatform|canvas.d.ts| 1373|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly width: number;<br>New version information: crossplatform|canvas.d.ts| 1374|Cross-platform capability changed|Class name: ImageBitmap;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: ImageBitmap;<br>Method or attribute name: readonly width: number;<br>New version information: crossplatform|canvas.d.ts| 1375|Cross-platform capability changed|Class name: ImageData;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: ImageData;<br>Method or attribute name: readonly width: number;<br>New version information: crossplatform|canvas.d.ts| 1376|Cross-platform capability changed|Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly width: number;<br>Old version information: |Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly width: number;<br>New version information: crossplatform|canvas.d.ts| 1377|Cross-platform capability changed|Class name: TextMetrics;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: TextMetrics;<br>Method or attribute name: readonly height: number;<br>New version information: crossplatform|canvas.d.ts| 1378|Cross-platform capability changed|Class name: ImageBitmap;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: ImageBitmap;<br>Method or attribute name: readonly height: number;<br>New version information: crossplatform|canvas.d.ts| 1379|Cross-platform capability changed|Class name: ImageData;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: ImageData;<br>Method or attribute name: readonly height: number;<br>New version information: crossplatform|canvas.d.ts| 1380|Cross-platform capability changed|Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly height: number;<br>Old version information: |Class name: CanvasRenderingContext2D;<br>Method or attribute name: readonly height: number;<br>New version information: crossplatform|canvas.d.ts| 1381|Cross-platform capability changed|Class name: ImageBitmap;<br>Method or attribute name: declare class ImageBitmap<br>Old version information: |Class name: ImageBitmap;<br>Method or attribute name: declare class ImageBitmap<br>New version information: crossplatform|canvas.d.ts| 1382|Cross-platform capability changed|Class name: ImageBitmap;<br>Method or attribute name: close(): void;<br>Old version information: |Class name: ImageBitmap;<br>Method or attribute name: close(): void;<br>New version information: crossplatform|canvas.d.ts| 1383|Cross-platform capability changed|Class name: ImageBitmap;<br>Method or attribute name: constructor(src: string);<br>Old version information: |Class name: ImageBitmap;<br>Method or attribute name: constructor(src: string);<br>New version information: crossplatform|canvas.d.ts| 1384|Cross-platform capability changed|Class name: ImageBitmap;<br>Method or attribute name: constructor(data: PixelMap);<br>Old version information: |Class name: ImageBitmap;<br>Method or attribute name: constructor(data: PixelMap);<br>New version information: crossplatform|canvas.d.ts| 1385|Cross-platform capability changed|Class name: ImageData;<br>Method or attribute name: declare class ImageData<br>Old version information: |Class name: ImageData;<br>Method or attribute name: declare class ImageData<br>New version information: crossplatform|canvas.d.ts| 1386|Cross-platform capability changed|Class name: ImageData;<br>Method or attribute name: readonly data: Uint8ClampedArray;<br>Old version information: |Class name: ImageData;<br>Method or attribute name: readonly data: Uint8ClampedArray;<br>New version information: crossplatform|canvas.d.ts| 1387|Cross-platform capability changed|Class name: ImageData;<br>Method or attribute name: constructor(width: number, height: number, data?: Uint8ClampedArray);<br>Old version information: |Class name: ImageData;<br>Method or attribute name: constructor(width: number, height: number, data?: Uint8ClampedArray);<br>New version information: crossplatform|canvas.d.ts| 1388|Cross-platform capability changed|Class name: RenderingContextSettings;<br>Method or attribute name: declare class RenderingContextSettings<br>Old version information: |Class name: RenderingContextSettings;<br>Method or attribute name: declare class RenderingContextSettings<br>New version information: crossplatform|canvas.d.ts| 1389|Cross-platform capability changed|Class name: RenderingContextSettings;<br>Method or attribute name: antialias?: boolean;<br>Old version information: |Class name: RenderingContextSettings;<br>Method or attribute name: antialias?: boolean;<br>New version information: crossplatform|canvas.d.ts| 1390|Cross-platform capability changed|Class name: RenderingContextSettings;<br>Method or attribute name: constructor(antialias?: boolean);<br>Old version information: |Class name: RenderingContextSettings;<br>Method or attribute name: constructor(antialias?: boolean);<br>New version information: crossplatform|canvas.d.ts| 1391|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: declare class CanvasRenderer<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: declare class CanvasRenderer<br>New version information: crossplatform|canvas.d.ts| 1392|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: globalAlpha: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: globalAlpha: number;<br>New version information: crossplatform|canvas.d.ts| 1393|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: globalCompositeOperation: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: globalCompositeOperation: string;<br>New version information: crossplatform|canvas.d.ts| 1394|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number): void;<br>New version information: crossplatform|canvas.d.ts| 1395|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: drawImage(image: ImageBitmap \| PixelMap, dx: number, dy: number, dw: number, dh: number): void;<br>New version information: crossplatform|canvas.d.ts| 1396|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: drawImage(<br> image: ImageBitmap \| PixelMap,<br> sx: number,<br> sy: number,<br> sw: number,<br> sh: number,<br> dx: number,<br> dy: number,<br> dw: number,<br> dh: number,<br> ): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: drawImage(<br> image: ImageBitmap \| PixelMap,<br> sx: number,<br> sy: number,<br> sw: number,<br> sh: number,<br> dx: number,<br> dy: number,<br> dw: number,<br> dh: number,<br> ): void;<br>New version information: crossplatform|canvas.d.ts| 1397|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: beginPath(): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: beginPath(): void;<br>New version information: crossplatform|canvas.d.ts| 1398|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: clip(fillRule?: CanvasFillRule): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: clip(fillRule?: CanvasFillRule): void;<br>New version information: crossplatform|canvas.d.ts| 1399|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: clip(path: Path2D, fillRule?: CanvasFillRule): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: clip(path: Path2D, fillRule?: CanvasFillRule): void;<br>New version information: crossplatform|canvas.d.ts| 1400|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: fill(fillRule?: CanvasFillRule): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: fill(fillRule?: CanvasFillRule): void;<br>New version information: crossplatform|canvas.d.ts| 1401|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: fill(path: Path2D, fillRule?: CanvasFillRule): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: fill(path: Path2D, fillRule?: CanvasFillRule): void;<br>New version information: crossplatform|canvas.d.ts| 1402|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: stroke(): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: stroke(): void;<br>New version information: crossplatform|canvas.d.ts| 1403|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: stroke(path: Path2D): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: stroke(path: Path2D): void;<br>New version information: crossplatform|canvas.d.ts| 1404|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: fillStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: fillStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>New version information: crossplatform|canvas.d.ts| 1405|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;<br>New version information: crossplatform|canvas.d.ts| 1406|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: createLinearGradient(x0: number, y0: number, x1: number, y1: number): CanvasGradient;<br>New version information: crossplatform|canvas.d.ts| 1407|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: createPattern(image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: createPattern(image: ImageBitmap, repetition: string \| null): CanvasPattern \| null;<br>New version information: crossplatform|canvas.d.ts| 1408|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: createRadialGradient(x0: number, y0: number, r0: number, x1: number, y1: number, r1: number): CanvasGradient;<br>New version information: crossplatform|canvas.d.ts| 1409|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: filter: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: filter: string;<br>New version information: crossplatform|canvas.d.ts| 1410|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: createImageData(sw: number, sh: number): ImageData;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: createImageData(sw: number, sh: number): ImageData;<br>New version information: crossplatform|canvas.d.ts| 1411|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: createImageData(imagedata: ImageData): ImageData;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: createImageData(imagedata: ImageData): ImageData;<br>New version information: crossplatform|canvas.d.ts| 1412|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: getImageData(sx: number, sy: number, sw: number, sh: number): ImageData;<br>New version information: crossplatform|canvas.d.ts| 1413|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;<br>New version information: crossplatform|canvas.d.ts| 1414|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingEnabled: boolean;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingEnabled: boolean;<br>New version information: crossplatform|canvas.d.ts| 1415|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: imageSmoothingQuality: ImageSmoothingQuality;<br>New version information: crossplatform|canvas.d.ts| 1416|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: lineCap: CanvasLineCap;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineCap: CanvasLineCap;<br>New version information: crossplatform|canvas.d.ts| 1417|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: lineDashOffset: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineDashOffset: number;<br>New version information: crossplatform|canvas.d.ts| 1418|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: lineJoin: CanvasLineJoin;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineJoin: CanvasLineJoin;<br>New version information: crossplatform|canvas.d.ts| 1419|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: lineWidth: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: lineWidth: number;<br>New version information: crossplatform|canvas.d.ts| 1420|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: miterLimit: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: miterLimit: number;<br>New version information: crossplatform|canvas.d.ts| 1421|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: getLineDash(): number[];<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: getLineDash(): number[];<br>New version information: crossplatform|canvas.d.ts| 1422|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: setLineDash(segments: number[]): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: setLineDash(segments: number[]): void;<br>New version information: crossplatform|canvas.d.ts| 1423|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: clearRect(x: number, y: number, w: number, h: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: clearRect(x: number, y: number, w: number, h: number): void;<br>New version information: crossplatform|canvas.d.ts| 1424|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: fillRect(x: number, y: number, w: number, h: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: fillRect(x: number, y: number, w: number, h: number): void;<br>New version information: crossplatform|canvas.d.ts| 1425|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: strokeRect(x: number, y: number, w: number, h: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: strokeRect(x: number, y: number, w: number, h: number): void;<br>New version information: crossplatform|canvas.d.ts| 1426|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowBlur: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowBlur: number;<br>New version information: crossplatform|canvas.d.ts| 1427|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowColor: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowColor: string;<br>New version information: crossplatform|canvas.d.ts| 1428|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetX: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetX: number;<br>New version information: crossplatform|canvas.d.ts| 1429|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetY: number;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: shadowOffsetY: number;<br>New version information: crossplatform|canvas.d.ts| 1430|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: restore(): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: restore(): void;<br>New version information: crossplatform|canvas.d.ts| 1431|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: save(): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: save(): void;<br>New version information: crossplatform|canvas.d.ts| 1432|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: fillText(text: string, x: number, y: number, maxWidth?: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: fillText(text: string, x: number, y: number, maxWidth?: number): void;<br>New version information: crossplatform|canvas.d.ts| 1433|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: measureText(text: string): TextMetrics;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: measureText(text: string): TextMetrics;<br>New version information: crossplatform|canvas.d.ts| 1434|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: strokeText(text: string, x: number, y: number, maxWidth?: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: strokeText(text: string, x: number, y: number, maxWidth?: number): void;<br>New version information: crossplatform|canvas.d.ts| 1435|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: direction: CanvasDirection;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: direction: CanvasDirection;<br>New version information: crossplatform|canvas.d.ts| 1436|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: font: string;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: font: string;<br>New version information: crossplatform|canvas.d.ts| 1437|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: textAlign: CanvasTextAlign;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: textAlign: CanvasTextAlign;<br>New version information: crossplatform|canvas.d.ts| 1438|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: textBaseline: CanvasTextBaseline;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: textBaseline: CanvasTextBaseline;<br>New version information: crossplatform|canvas.d.ts| 1439|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: getTransform(): Matrix2D;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: getTransform(): Matrix2D;<br>New version information: crossplatform|canvas.d.ts| 1440|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: resetTransform(): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: resetTransform(): void;<br>New version information: crossplatform|canvas.d.ts| 1441|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: rotate(angle: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: rotate(angle: number): void;<br>New version information: crossplatform|canvas.d.ts| 1442|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: scale(x: number, y: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: scale(x: number, y: number): void;<br>New version information: crossplatform|canvas.d.ts| 1443|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>New version information: crossplatform|canvas.d.ts| 1444|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: setTransform(transform?: Matrix2D): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: setTransform(transform?: Matrix2D): void;<br>New version information: crossplatform|canvas.d.ts| 1445|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: transform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: transform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>New version information: crossplatform|canvas.d.ts| 1446|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: translate(x: number, y: number): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: translate(x: number, y: number): void;<br>New version information: crossplatform|canvas.d.ts| 1447|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: setPixelMap(value?: PixelMap): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: setPixelMap(value?: PixelMap): void;<br>New version information: crossplatform|canvas.d.ts| 1448|Cross-platform capability changed|Class name: CanvasRenderer;<br>Method or attribute name: transferFromImageBitmap(bitmap: ImageBitmap): void;<br>Old version information: |Class name: CanvasRenderer;<br>Method or attribute name: transferFromImageBitmap(bitmap: ImageBitmap): void;<br>New version information: crossplatform|canvas.d.ts| 1449|Cross-platform capability changed|Class name: CanvasRenderingContext2D;<br>Method or attribute name: declare class CanvasRenderingContext2D<br>Old version information: |Class name: CanvasRenderingContext2D;<br>Method or attribute name: declare class CanvasRenderingContext2D<br>New version information: crossplatform|canvas.d.ts| 1450|Cross-platform capability changed|Class name: CanvasRenderingContext2D;<br>Method or attribute name: toDataURL(type?: string, quality?: any): string;<br>Old version information: |Class name: CanvasRenderingContext2D;<br>Method or attribute name: toDataURL(type?: string, quality?: any): string;<br>New version information: crossplatform|canvas.d.ts| 1451|Cross-platform capability changed|Class name: OffscreenCanvasRenderingContext2D;<br>Method or attribute name: toDataURL(type?: string, quality?: any): string;<br>Old version information: |Class name: OffscreenCanvasRenderingContext2D;<br>Method or attribute name: toDataURL(type?: string, quality?: any): string;<br>New version information: crossplatform|canvas.d.ts| 1452|Cross-platform capability changed|Class name: CanvasRenderingContext2D;<br>Method or attribute name: constructor(settings?: RenderingContextSettings);<br>Old version information: |Class name: CanvasRenderingContext2D;<br>Method or attribute name: constructor(settings?: RenderingContextSettings);<br>New version information: crossplatform|canvas.d.ts| 1453|Cross-platform capability changed|Class name: OffscreenCanvasRenderingContext2D;<br>Method or attribute name: declare class OffscreenCanvasRenderingContext2D<br>Old version information: |Class name: OffscreenCanvasRenderingContext2D;<br>Method or attribute name: declare class OffscreenCanvasRenderingContext2D<br>New version information: crossplatform|canvas.d.ts| 1454|Cross-platform capability changed|Class name: OffscreenCanvasRenderingContext2D;<br>Method or attribute name: transferToImageBitmap(): ImageBitmap;<br>Old version information: |Class name: OffscreenCanvasRenderingContext2D;<br>Method or attribute name: transferToImageBitmap(): ImageBitmap;<br>New version information: crossplatform|canvas.d.ts| 1455|Cross-platform capability changed|Class name: OffscreenCanvas;<br>Method or attribute name: transferToImageBitmap(): ImageBitmap;<br>Old version information: |Class name: OffscreenCanvas;<br>Method or attribute name: transferToImageBitmap(): ImageBitmap;<br>New version information: crossplatform|canvas.d.ts| 1456|Cross-platform capability changed|Class name: OffscreenCanvasRenderingContext2D;<br>Method or attribute name: constructor(width: number, height: number, settings?: RenderingContextSettings);<br>Old version information: |Class name: OffscreenCanvasRenderingContext2D;<br>Method or attribute name: constructor(width: number, height: number, settings?: RenderingContextSettings);<br>New version information: crossplatform|canvas.d.ts| 1457|Cross-platform capability changed|Class name: OffscreenCanvas;<br>Method or attribute name: declare class OffscreenCanvas<br>Old version information: |Class name: OffscreenCanvas;<br>Method or attribute name: declare class OffscreenCanvas<br>New version information: crossplatform|canvas.d.ts| 1458|Cross-platform capability changed|Class name: OffscreenCanvas;<br>Method or attribute name: height: number;<br>Old version information: |Class name: OffscreenCanvas;<br>Method or attribute name: height: number;<br>New version information: crossplatform|canvas.d.ts| 1459|Cross-platform capability changed|Class name: OffscreenCanvas;<br>Method or attribute name: width: number;<br>Old version information: |Class name: OffscreenCanvas;<br>Method or attribute name: width: number;<br>New version information: crossplatform|canvas.d.ts| 1460|Cross-platform capability changed|Class name: OffscreenCanvas;<br>Method or attribute name: constructor(width: number, height: number);<br>Old version information: |Class name: OffscreenCanvas;<br>Method or attribute name: constructor(width: number, height: number);<br>New version information: crossplatform|canvas.d.ts| 1461|Cross-platform capability changed|Class name: CanvasInterface;<br>Method or attribute name: interface CanvasInterface<br>Old version information: |Class name: CanvasInterface;<br>Method or attribute name: interface CanvasInterface<br>New version information: crossplatform|canvas.d.ts| 1462|Cross-platform capability changed|Class name: CanvasInterface;<br>Method or attribute name: (context?: CanvasRenderingContext2D): CanvasAttribute;<br>Old version information: |Class name: CanvasInterface;<br>Method or attribute name: (context?: CanvasRenderingContext2D): CanvasAttribute;<br>New version information: crossplatform|canvas.d.ts| 1463|Cross-platform capability changed|Class name: CanvasAttribute;<br>Method or attribute name: onReady(event: () => void): CanvasAttribute;<br>Old version information: |Class name: CanvasAttribute;<br>Method or attribute name: onReady(event: () => void): CanvasAttribute;<br>New version information: crossplatform|canvas.d.ts| 1464|Cross-platform capability changed|Class name: CheckboxOptions;<br>Method or attribute name: declare interface CheckboxOptions<br>Old version information: |Class name: CheckboxOptions;<br>Method or attribute name: declare interface CheckboxOptions<br>New version information: crossplatform|checkbox.d.ts| 1465|Cross-platform capability changed|Class name: CheckboxOptions;<br>Method or attribute name: name?: string;<br>Old version information: |Class name: CheckboxOptions;<br>Method or attribute name: name?: string;<br>New version information: crossplatform|checkbox.d.ts| 1466|Cross-platform capability changed|Class name: CheckboxOptions;<br>Method or attribute name: group?: string;<br>Old version information: |Class name: CheckboxOptions;<br>Method or attribute name: group?: string;<br>New version information: crossplatform|checkbox.d.ts| 1467|Cross-platform capability changed|Class name: CheckboxInterface;<br>Method or attribute name: interface CheckboxInterface<br>Old version information: |Class name: CheckboxInterface;<br>Method or attribute name: interface CheckboxInterface<br>New version information: crossplatform|checkbox.d.ts| 1468|Cross-platform capability changed|Class name: CheckboxInterface;<br>Method or attribute name: (options?: CheckboxOptions): CheckboxAttribute;<br>Old version information: |Class name: CheckboxInterface;<br>Method or attribute name: (options?: CheckboxOptions): CheckboxAttribute;<br>New version information: crossplatform|checkbox.d.ts| 1469|Cross-platform capability changed|Class name: CheckboxAttribute;<br>Method or attribute name: declare class CheckboxAttribute<br>Old version information: |Class name: CheckboxAttribute;<br>Method or attribute name: declare class CheckboxAttribute<br>New version information: crossplatform|checkbox.d.ts| 1470|Cross-platform capability changed|Class name: CheckboxAttribute;<br>Method or attribute name: select(value: boolean): CheckboxAttribute;<br>Old version information: |Class name: CheckboxAttribute;<br>Method or attribute name: select(value: boolean): CheckboxAttribute;<br>New version information: crossplatform|checkbox.d.ts| 1471|Cross-platform capability changed|Class name: CheckboxAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): CheckboxAttribute;<br>Old version information: |Class name: CheckboxAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): CheckboxAttribute;<br>New version information: crossplatform|checkbox.d.ts| 1472|Cross-platform capability changed|Class name: CheckboxAttribute;<br>Method or attribute name: onChange(callback: (value: boolean) => void): CheckboxAttribute;<br>Old version information: |Class name: CheckboxAttribute;<br>Method or attribute name: onChange(callback: (value: boolean) => void): CheckboxAttribute;<br>New version information: crossplatform|checkbox.d.ts| 1473|Cross-platform capability changed|Class name: SelectStatus;<br>Method or attribute name: declare enum SelectStatus<br>Old version information: |Class name: SelectStatus;<br>Method or attribute name: declare enum SelectStatus<br>New version information: crossplatform|checkboxgroup.d.ts| 1474|Cross-platform capability changed|Class name: SelectStatus;<br>Method or attribute name: All<br>Old version information: |Class name: SelectStatus;<br>Method or attribute name: All<br>New version information: crossplatform|checkboxgroup.d.ts| 1475|Cross-platform capability changed|Class name: SelectStatus;<br>Method or attribute name: Part<br>Old version information: |Class name: SelectStatus;<br>Method or attribute name: Part<br>New version information: crossplatform|checkboxgroup.d.ts| 1476|Cross-platform capability changed|Class name: SelectStatus;<br>Method or attribute name: None<br>Old version information: |Class name: SelectStatus;<br>Method or attribute name: None<br>New version information: crossplatform|checkboxgroup.d.ts| 1477|Cross-platform capability changed|Class name: CheckboxGroupOptions;<br>Method or attribute name: declare interface CheckboxGroupOptions<br>Old version information: |Class name: CheckboxGroupOptions;<br>Method or attribute name: declare interface CheckboxGroupOptions<br>New version information: crossplatform|checkboxgroup.d.ts| 1478|Cross-platform capability changed|Class name: CheckboxGroupOptions;<br>Method or attribute name: group?: string;<br>Old version information: |Class name: CheckboxGroupOptions;<br>Method or attribute name: group?: string;<br>New version information: crossplatform|checkboxgroup.d.ts| 1479|Cross-platform capability changed|Class name: CheckboxGroupResult;<br>Method or attribute name: declare interface CheckboxGroupResult<br>Old version information: |Class name: CheckboxGroupResult;<br>Method or attribute name: declare interface CheckboxGroupResult<br>New version information: crossplatform|checkboxgroup.d.ts| 1480|Cross-platform capability changed|Class name: CheckboxGroupResult;<br>Method or attribute name: name: Array\<string>;<br>Old version information: |Class name: CheckboxGroupResult;<br>Method or attribute name: name: Array\<string>;<br>New version information: crossplatform|checkboxgroup.d.ts| 1481|Cross-platform capability changed|Class name: CheckboxGroupResult;<br>Method or attribute name: status: SelectStatus;<br>Old version information: |Class name: CheckboxGroupResult;<br>Method or attribute name: status: SelectStatus;<br>New version information: crossplatform|checkboxgroup.d.ts| 1482|Cross-platform capability changed|Class name: CheckboxGroupInterface;<br>Method or attribute name: interface CheckboxGroupInterface<br>Old version information: |Class name: CheckboxGroupInterface;<br>Method or attribute name: interface CheckboxGroupInterface<br>New version information: crossplatform|checkboxgroup.d.ts| 1483|Cross-platform capability changed|Class name: CheckboxGroupInterface;<br>Method or attribute name: (options?: CheckboxGroupOptions): CheckboxGroupAttribute;<br>Old version information: |Class name: CheckboxGroupInterface;<br>Method or attribute name: (options?: CheckboxGroupOptions): CheckboxGroupAttribute;<br>New version information: crossplatform|checkboxgroup.d.ts| 1484|Cross-platform capability changed|Class name: CheckboxGroupAttribute;<br>Method or attribute name: declare class CheckboxGroupAttribute<br>Old version information: |Class name: CheckboxGroupAttribute;<br>Method or attribute name: declare class CheckboxGroupAttribute<br>New version information: crossplatform|checkboxgroup.d.ts| 1485|Cross-platform capability changed|Class name: CheckboxGroupAttribute;<br>Method or attribute name: selectAll(value: boolean): CheckboxGroupAttribute;<br>Old version information: |Class name: CheckboxGroupAttribute;<br>Method or attribute name: selectAll(value: boolean): CheckboxGroupAttribute;<br>New version information: crossplatform|checkboxgroup.d.ts| 1486|Cross-platform capability changed|Class name: CheckboxGroupAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): CheckboxGroupAttribute;<br>Old version information: |Class name: CheckboxGroupAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): CheckboxGroupAttribute;<br>New version information: crossplatform|checkboxgroup.d.ts| 1487|Cross-platform capability changed|Class name: CheckboxGroupAttribute;<br>Method or attribute name: onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;<br>Old version information: |Class name: CheckboxGroupAttribute;<br>Method or attribute name: onChange(callback: (event: CheckboxGroupResult) => void): CheckboxGroupAttribute;<br>New version information: crossplatform|checkboxgroup.d.ts| 1488|Cross-platform capability changed|Class name: CircleOptions;<br>Method or attribute name: declare interface CircleOptions<br>Old version information: |Class name: CircleOptions;<br>Method or attribute name: declare interface CircleOptions<br>New version information: crossplatform|circle.d.ts| 1489|Cross-platform capability changed|Class name: CircleOptions;<br>Method or attribute name: width?: string \| number;<br>Old version information: |Class name: CircleOptions;<br>Method or attribute name: width?: string \| number;<br>New version information: crossplatform|circle.d.ts| 1490|Cross-platform capability changed|Class name: CircleOptions;<br>Method or attribute name: height?: string \| number;<br>Old version information: |Class name: CircleOptions;<br>Method or attribute name: height?: string \| number;<br>New version information: crossplatform|circle.d.ts| 1491|Cross-platform capability changed|Class name: CircleInterface;<br>Method or attribute name: interface CircleInterface<br>Old version information: |Class name: CircleInterface;<br>Method or attribute name: interface CircleInterface<br>New version information: crossplatform|circle.d.ts| 1492|Cross-platform capability changed|Class name: CircleInterface;<br>Method or attribute name: (value?: CircleOptions): CircleAttribute;<br>Old version information: |Class name: CircleInterface;<br>Method or attribute name: (value?: CircleOptions): CircleAttribute;<br>New version information: crossplatform|circle.d.ts| 1493|Cross-platform capability changed|Class name: CircleAttribute;<br>Method or attribute name: declare class CircleAttribute<br>Old version information: |Class name: CircleAttribute;<br>Method or attribute name: declare class CircleAttribute<br>New version information: crossplatform|circle.d.ts| 1494|Cross-platform capability changed|Class name: ColumnInterface;<br>Method or attribute name: interface ColumnInterface<br>Old version information: |Class name: ColumnInterface;<br>Method or attribute name: interface ColumnInterface<br>New version information: crossplatform|column.d.ts| 1495|Cross-platform capability changed|Class name: ColumnInterface;<br>Method or attribute name: (value?: { space?: string \| number }): ColumnAttribute;<br>Old version information: |Class name: ColumnInterface;<br>Method or attribute name: (value?: { space?: string \| number }): ColumnAttribute;<br>New version information: crossplatform|column.d.ts| 1496|Cross-platform capability changed|Class name: ColumnAttribute;<br>Method or attribute name: declare class ColumnAttribute<br>Old version information: |Class name: ColumnAttribute;<br>Method or attribute name: declare class ColumnAttribute<br>New version information: crossplatform|column.d.ts| 1497|Cross-platform capability changed|Class name: ColumnAttribute;<br>Method or attribute name: alignItems(value: HorizontalAlign): ColumnAttribute;<br>Old version information: |Class name: ColumnAttribute;<br>Method or attribute name: alignItems(value: HorizontalAlign): ColumnAttribute;<br>New version information: crossplatform|column.d.ts| 1498|Cross-platform capability changed|Class name: ColumnAttribute;<br>Method or attribute name: justifyContent(value: FlexAlign): ColumnAttribute;<br>Old version information: |Class name: ColumnAttribute;<br>Method or attribute name: justifyContent(value: FlexAlign): ColumnAttribute;<br>New version information: crossplatform|column.d.ts| 1499|Cross-platform capability changed|Class name: ColumnSplitInterface;<br>Method or attribute name: interface ColumnSplitInterface<br>Old version information: |Class name: ColumnSplitInterface;<br>Method or attribute name: interface ColumnSplitInterface<br>New version information: crossplatform|column_split.d.ts| 1500|Cross-platform capability changed|Class name: ColumnSplitInterface;<br>Method or attribute name: (): ColumnSplitAttribute;<br>Old version information: |Class name: ColumnSplitInterface;<br>Method or attribute name: (): ColumnSplitAttribute;<br>New version information: crossplatform|column_split.d.ts| 1501|Cross-platform capability changed|Class name: ColumnSplitAttribute;<br>Method or attribute name: declare class ColumnSplitAttribute<br>Old version information: |Class name: ColumnSplitAttribute;<br>Method or attribute name: declare class ColumnSplitAttribute<br>New version information: crossplatform|column_split.d.ts| 1502|Cross-platform capability changed|Class name: ColumnSplitAttribute;<br>Method or attribute name: resizeable(value: boolean): ColumnSplitAttribute;<br>Old version information: |Class name: ColumnSplitAttribute;<br>Method or attribute name: resizeable(value: boolean): ColumnSplitAttribute;<br>New version information: crossplatform|column_split.d.ts| 1503|Cross-platform capability changed|Class name: Configuration;<br>Method or attribute name: declare interface Configuration<br>Old version information: |Class name: Configuration;<br>Method or attribute name: declare interface Configuration<br>New version information: crossplatform|common.d.ts| 1504|Cross-platform capability changed|Class name: Configuration;<br>Method or attribute name: readonly colorMode: string;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: readonly colorMode: string;<br>New version information: crossplatform|common.d.ts| 1505|Cross-platform capability changed|Class name: Configuration;<br>Method or attribute name: readonly fontScale: number;<br>Old version information: |Class name: Configuration;<br>Method or attribute name: readonly fontScale: number;<br>New version information: crossplatform|common.d.ts| 1506|Cross-platform capability changed|Class name: Rectangle;<br>Method or attribute name: declare interface Rectangle<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: declare interface Rectangle<br>New version information: crossplatform|common.d.ts| 1507|Cross-platform capability changed|Class name: Rectangle;<br>Method or attribute name: x?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: x?: Length;<br>New version information: crossplatform|common.d.ts| 1508|Cross-platform capability changed|Class name: Rectangle;<br>Method or attribute name: y?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: y?: Length;<br>New version information: crossplatform|common.d.ts| 1509|Cross-platform capability changed|Class name: Rectangle;<br>Method or attribute name: width?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: width?: Length;<br>New version information: crossplatform|common.d.ts| 1510|Cross-platform capability changed|Class name: Rectangle;<br>Method or attribute name: height?: Length;<br>Old version information: |Class name: Rectangle;<br>Method or attribute name: height?: Length;<br>New version information: crossplatform|common.d.ts| 1511|Cross-platform capability changed|Class name: AnimateParam;<br>Method or attribute name: declare interface AnimateParam<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: declare interface AnimateParam<br>New version information: crossplatform|common.d.ts| 1512|Cross-platform capability changed|Class name: AnimateParam;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: duration?: number;<br>New version information: crossplatform|common.d.ts| 1513|Cross-platform capability changed|Class name: sharedTransitionOptions;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: duration?: number;<br>New version information: crossplatform|common.d.ts| 1514|Cross-platform capability changed|Class name: AnimateParam;<br>Method or attribute name: tempo?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: tempo?: number;<br>New version information: crossplatform|common.d.ts| 1515|Cross-platform capability changed|Class name: AnimateParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version information: crossplatform|common.d.ts| 1516|Cross-platform capability changed|Class name: sharedTransitionOptions;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: curve?: Curve \| string \| ICurve;<br>New version information: crossplatform|common.d.ts| 1517|Cross-platform capability changed|Class name: AnimateParam;<br>Method or attribute name: delay?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: delay?: number;<br>New version information: crossplatform|common.d.ts| 1518|Cross-platform capability changed|Class name: sharedTransitionOptions;<br>Method or attribute name: delay?: number;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: delay?: number;<br>New version information: crossplatform|common.d.ts| 1519|Cross-platform capability changed|Class name: AnimateParam;<br>Method or attribute name: iterations?: number;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: iterations?: number;<br>New version information: crossplatform|common.d.ts| 1520|Cross-platform capability changed|Class name: AnimateParam;<br>Method or attribute name: playMode?: PlayMode;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: playMode?: PlayMode;<br>New version information: crossplatform|common.d.ts| 1521|Cross-platform capability changed|Class name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>Old version information: |Class name: AnimateParam;<br>Method or attribute name: onFinish?: () => void;<br>New version information: crossplatform|common.d.ts| 1522|Cross-platform capability changed|Class name: ICurve;<br>Method or attribute name: interface ICurve<br>Old version information: |Class name: ICurve;<br>Method or attribute name: interface ICurve<br>New version information: crossplatform|common.d.ts| 1523|Cross-platform capability changed|Class name: ICurve;<br>Method or attribute name: interpolate(fraction: number): number;<br>Old version information: |Class name: ICurve;<br>Method or attribute name: interpolate(fraction: number): number;<br>New version information: crossplatform|common.d.ts| 1524|Cross-platform capability changed|Class name: MotionPathOptions;<br>Method or attribute name: declare interface MotionPathOptions<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: declare interface MotionPathOptions<br>New version information: crossplatform|common.d.ts| 1525|Cross-platform capability changed|Class name: MotionPathOptions;<br>Method or attribute name: path: string;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: path: string;<br>New version information: crossplatform|common.d.ts| 1526|Cross-platform capability changed|Class name: MotionPathOptions;<br>Method or attribute name: from?: number;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: from?: number;<br>New version information: crossplatform|common.d.ts| 1527|Cross-platform capability changed|Class name: MotionPathOptions;<br>Method or attribute name: to?: number;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: to?: number;<br>New version information: crossplatform|common.d.ts| 1528|Cross-platform capability changed|Class name: MotionPathOptions;<br>Method or attribute name: rotatable?: boolean;<br>Old version information: |Class name: MotionPathOptions;<br>Method or attribute name: rotatable?: boolean;<br>New version information: crossplatform|common.d.ts| 1529|Cross-platform capability changed|Class name: sharedTransitionOptions;<br>Method or attribute name: declare interface sharedTransitionOptions<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: declare interface sharedTransitionOptions<br>New version information: crossplatform|common.d.ts| 1530|Cross-platform capability changed|Class name: sharedTransitionOptions;<br>Method or attribute name: motionPath?: MotionPathOptions;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: motionPath?: MotionPathOptions;<br>New version information: crossplatform|common.d.ts| 1531|Cross-platform capability changed|Class name: sharedTransitionOptions;<br>Method or attribute name: zIndex?: number;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: zIndex?: number;<br>New version information: crossplatform|common.d.ts| 1532|Cross-platform capability changed|Class name: sharedTransitionOptions;<br>Method or attribute name: type?: SharedTransitionEffectType;<br>Old version information: |Class name: sharedTransitionOptions;<br>Method or attribute name: type?: SharedTransitionEffectType;<br>New version information: crossplatform|common.d.ts| 1533|Cross-platform capability changed|Class name: TranslateOptions;<br>Method or attribute name: declare interface TranslateOptions<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: declare interface TranslateOptions<br>New version information: crossplatform|common.d.ts| 1534|Cross-platform capability changed|Class name: TranslateOptions;<br>Method or attribute name: x?: number \| string;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: x?: number \| string;<br>New version information: crossplatform|common.d.ts| 1535|Cross-platform capability changed|Class name: TranslateOptions;<br>Method or attribute name: y?: number \| string;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: y?: number \| string;<br>New version information: crossplatform|common.d.ts| 1536|Cross-platform capability changed|Class name: TranslateOptions;<br>Method or attribute name: z?: number \| string;<br>Old version information: |Class name: TranslateOptions;<br>Method or attribute name: z?: number \| string;<br>New version information: crossplatform|common.d.ts| 1537|Cross-platform capability changed|Class name: ScaleOptions;<br>Method or attribute name: declare interface ScaleOptions<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: declare interface ScaleOptions<br>New version information: crossplatform|common.d.ts| 1538|Cross-platform capability changed|Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>New version information: crossplatform|common.d.ts| 1539|Cross-platform capability changed|Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: x?: number;<br>New version information: crossplatform|common.d.ts| 1540|Cross-platform capability changed|Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>New version information: crossplatform|common.d.ts| 1541|Cross-platform capability changed|Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: y?: number;<br>New version information: crossplatform|common.d.ts| 1542|Cross-platform capability changed|Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>New version information: crossplatform|common.d.ts| 1543|Cross-platform capability changed|Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: z?: number;<br>New version information: crossplatform|common.d.ts| 1544|Cross-platform capability changed|Class name: ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version information: crossplatform|common.d.ts| 1545|Cross-platform capability changed|Class name: RotateOptions;<br>Method or attribute name: centerX?: number \| string;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: centerX?: number \| string;<br>New version information: crossplatform|common.d.ts| 1546|Cross-platform capability changed|Class name: ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>Old version information: |Class name: ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version information: crossplatform|common.d.ts| 1547|Cross-platform capability changed|Class name: RotateOptions;<br>Method or attribute name: centerY?: number \| string;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: centerY?: number \| string;<br>New version information: crossplatform|common.d.ts| 1548|Cross-platform capability changed|Class name: AlignRuleOption;<br>Method or attribute name: declare interface AlignRuleOption<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: declare interface AlignRuleOption<br>New version information: crossplatform|common.d.ts| 1549|Cross-platform capability changed|Class name: AlignRuleOption;<br>Method or attribute name: left?: { anchor: string, align: HorizontalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: left?: { anchor: string, align: HorizontalAlign };<br>New version information: crossplatform|common.d.ts| 1550|Cross-platform capability changed|Class name: AlignRuleOption;<br>Method or attribute name: right?: { anchor: string, align: HorizontalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: right?: { anchor: string, align: HorizontalAlign };<br>New version information: crossplatform|common.d.ts| 1551|Cross-platform capability changed|Class name: AlignRuleOption;<br>Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };<br>New version information: crossplatform|common.d.ts| 1552|Cross-platform capability changed|Class name: AlignRuleOption;<br>Method or attribute name: top?: { anchor: string, align: VerticalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: top?: { anchor: string, align: VerticalAlign };<br>New version information: crossplatform|common.d.ts| 1553|Cross-platform capability changed|Class name: AlignRuleOption;<br>Method or attribute name: center?: { anchor: string, align: VerticalAlign };<br>Old version information: |Class name: AlignRuleOption;<br>Method or attribute name: center?: { anchor: string, align: VerticalAlign };<br>New version information: crossplatform|common.d.ts| 1554|Cross-platform capability changed|Class name: RotateOptions;<br>Method or attribute name: declare interface RotateOptions<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: declare interface RotateOptions<br>New version information: crossplatform|common.d.ts| 1555|Cross-platform capability changed|Class name: RotateOptions;<br>Method or attribute name: angle: number \| string;<br>Old version information: |Class name: RotateOptions;<br>Method or attribute name: angle: number \| string;<br>New version information: crossplatform|common.d.ts| 1556|Cross-platform capability changed|Class name: ItemDragInfo;<br>Method or attribute name: declare interface ItemDragInfo<br>Old version information: |Class name: ItemDragInfo;<br>Method or attribute name: declare interface ItemDragInfo<br>New version information: crossplatform|common.d.ts| 1557|Cross-platform capability changed|Class name: ItemDragInfo;<br>Method or attribute name: x: number;<br>Old version information: |Class name: ItemDragInfo;<br>Method or attribute name: x: number;<br>New version information: crossplatform|common.d.ts| 1558|Cross-platform capability changed|Class name: ClickEvent;<br>Method or attribute name: x: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: x: number;<br>New version information: crossplatform|common.d.ts| 1559|Cross-platform capability changed|Class name: TouchObject;<br>Method or attribute name: x: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: x: number;<br>New version information: crossplatform|common.d.ts| 1560|Cross-platform capability changed|Class name: ItemDragInfo;<br>Method or attribute name: y: number;<br>Old version information: |Class name: ItemDragInfo;<br>Method or attribute name: y: number;<br>New version information: crossplatform|common.d.ts| 1561|Cross-platform capability changed|Class name: ClickEvent;<br>Method or attribute name: y: number;<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: y: number;<br>New version information: crossplatform|common.d.ts| 1562|Cross-platform capability changed|Class name: TouchObject;<br>Method or attribute name: y: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: y: number;<br>New version information: crossplatform|common.d.ts| 1563|Cross-platform capability changed|Class name: focusControl;<br>Method or attribute name: function requestFocus(value: string): boolean;<br>Old version information: |Class name: focusControl;<br>Method or attribute name: function requestFocus(value: string): boolean;<br>New version information: crossplatform|common.d.ts| 1564|Cross-platform capability changed|Class name: EventTarget;<br>Method or attribute name: declare interface EventTarget<br>Old version information: |Class name: EventTarget;<br>Method or attribute name: declare interface EventTarget<br>New version information: crossplatform|common.d.ts| 1565|Cross-platform capability changed|Class name: EventTarget;<br>Method or attribute name: area: Area;<br>Old version information: |Class name: EventTarget;<br>Method or attribute name: area: Area;<br>New version information: crossplatform|common.d.ts| 1566|Cross-platform capability changed|Class name: SourceType;<br>Method or attribute name: declare enum SourceType<br>Old version information: |Class name: SourceType;<br>Method or attribute name: declare enum SourceType<br>New version information: crossplatform|common.d.ts| 1567|Cross-platform capability changed|Class name: SourceType;<br>Method or attribute name: Unknown<br>Old version information: |Class name: SourceType;<br>Method or attribute name: Unknown<br>New version information: crossplatform|common.d.ts| 1568|Cross-platform capability changed|Class name: SourceTool;<br>Method or attribute name: Unknown<br>Old version information: |Class name: SourceTool;<br>Method or attribute name: Unknown<br>New version information: crossplatform|common.d.ts| 1569|Cross-platform capability changed|Class name: SourceType;<br>Method or attribute name: Mouse<br>Old version information: |Class name: SourceType;<br>Method or attribute name: Mouse<br>New version information: crossplatform|common.d.ts| 1570|Cross-platform capability changed|Class name: SourceType;<br>Method or attribute name: TouchScreen<br>Old version information: |Class name: SourceType;<br>Method or attribute name: TouchScreen<br>New version information: crossplatform|common.d.ts| 1571|Cross-platform capability changed|Class name: SourceTool;<br>Method or attribute name: declare enum SourceTool<br>Old version information: |Class name: SourceTool;<br>Method or attribute name: declare enum SourceTool<br>New version information: crossplatform|common.d.ts| 1572|Cross-platform capability changed|Class name: RepeatMode;<br>Method or attribute name: declare enum RepeatMode<br>Old version information: |Class name: RepeatMode;<br>Method or attribute name: declare enum RepeatMode<br>New version information: crossplatform|common.d.ts| 1573|Cross-platform capability changed|Class name: RepeatMode;<br>Method or attribute name: Repeat<br>Old version information: |Class name: RepeatMode;<br>Method or attribute name: Repeat<br>New version information: crossplatform|common.d.ts| 1574|Cross-platform capability changed|Class name: RepeatMode;<br>Method or attribute name: Stretch<br>Old version information: |Class name: RepeatMode;<br>Method or attribute name: Stretch<br>New version information: crossplatform|common.d.ts| 1575|Cross-platform capability changed|Class name: RepeatMode;<br>Method or attribute name: Round<br>Old version information: |Class name: RepeatMode;<br>Method or attribute name: Round<br>New version information: crossplatform|common.d.ts| 1576|Cross-platform capability changed|Class name: RepeatMode;<br>Method or attribute name: Space<br>Old version information: |Class name: RepeatMode;<br>Method or attribute name: Space<br>New version information: crossplatform|common.d.ts| 1577|Cross-platform capability changed|Class name: BlurStyle;<br>Method or attribute name: declare enum BlurStyle<br>Old version information: |Class name: BlurStyle;<br>Method or attribute name: declare enum BlurStyle<br>New version information: crossplatform|common.d.ts| 1578|Cross-platform capability changed|Class name: BlurStyle;<br>Method or attribute name: Thin<br>Old version information: |Class name: BlurStyle;<br>Method or attribute name: Thin<br>New version information: crossplatform|common.d.ts| 1579|Cross-platform capability changed|Class name: BlurStyle;<br>Method or attribute name: Regular<br>Old version information: |Class name: BlurStyle;<br>Method or attribute name: Regular<br>New version information: crossplatform|common.d.ts| 1580|Cross-platform capability changed|Class name: BlurStyle;<br>Method or attribute name: Thick<br>Old version information: |Class name: BlurStyle;<br>Method or attribute name: Thick<br>New version information: crossplatform|common.d.ts| 1581|Cross-platform capability changed|Class name: BaseEvent;<br>Method or attribute name: declare interface BaseEvent<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: declare interface BaseEvent<br>New version information: crossplatform|common.d.ts| 1582|Cross-platform capability changed|Class name: BaseEvent;<br>Method or attribute name: target: EventTarget;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: target: EventTarget;<br>New version information: crossplatform|common.d.ts| 1583|Cross-platform capability changed|Class name: BaseEvent;<br>Method or attribute name: timestamp: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: timestamp: number;<br>New version information: crossplatform|common.d.ts| 1584|Cross-platform capability changed|Class name: KeyEvent;<br>Method or attribute name: timestamp: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: timestamp: number;<br>New version information: crossplatform|common.d.ts| 1585|Cross-platform capability changed|Class name: BaseEvent;<br>Method or attribute name: source: SourceType;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: source: SourceType;<br>New version information: crossplatform|common.d.ts| 1586|Cross-platform capability changed|Class name: BaseEvent;<br>Method or attribute name: pressure: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: pressure: number;<br>New version information: crossplatform|common.d.ts| 1587|Cross-platform capability changed|Class name: BaseEvent;<br>Method or attribute name: tiltX: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: tiltX: number;<br>New version information: crossplatform|common.d.ts| 1588|Cross-platform capability changed|Class name: BaseEvent;<br>Method or attribute name: tiltY: number;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: tiltY: number;<br>New version information: crossplatform|common.d.ts| 1589|Cross-platform capability changed|Class name: BaseEvent;<br>Method or attribute name: sourceTool: SourceTool;<br>Old version information: |Class name: BaseEvent;<br>Method or attribute name: sourceTool: SourceTool;<br>New version information: crossplatform|common.d.ts| 1590|Cross-platform capability changed|Class name: BorderImageOption;<br>Method or attribute name: declare interface BorderImageOption<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: declare interface BorderImageOption<br>New version information: crossplatform|common.d.ts| 1591|Cross-platform capability changed|Class name: BorderImageOption;<br>Method or attribute name: slice?: Length \| EdgeWidths,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: slice?: Length \| EdgeWidths,<br>New version information: crossplatform|common.d.ts| 1592|Cross-platform capability changed|Class name: BorderImageOption;<br>Method or attribute name: repeat?: RepeatMode,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: repeat?: RepeatMode,<br>New version information: crossplatform|common.d.ts| 1593|Cross-platform capability changed|Class name: BorderImageOption;<br>Method or attribute name: source?: string \| Resource \| LinearGradient,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: source?: string \| Resource \| LinearGradient,<br>New version information: crossplatform|common.d.ts| 1594|Cross-platform capability changed|Class name: BorderImageOption;<br>Method or attribute name: width?: Length \| EdgeWidths,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: width?: Length \| EdgeWidths,<br>New version information: crossplatform|common.d.ts| 1595|Cross-platform capability changed|Class name: BorderImageOption;<br>Method or attribute name: outset?: Length \| EdgeWidths,<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: outset?: Length \| EdgeWidths,<br>New version information: crossplatform|common.d.ts| 1596|Cross-platform capability changed|Class name: BorderImageOption;<br>Method or attribute name: fill?: boolean<br>Old version information: |Class name: BorderImageOption;<br>Method or attribute name: fill?: boolean<br>New version information: crossplatform|common.d.ts| 1597|Cross-platform capability changed|Class name: ClickEvent;<br>Method or attribute name: declare interface ClickEvent<br>Old version information: |Class name: ClickEvent;<br>Method or attribute name: declare interface ClickEvent<br>New version information: crossplatform|common.d.ts| 1598|Cross-platform capability changed|Class name: TouchEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: crossplatform|common.d.ts| 1599|Cross-platform capability changed|Class name: KeyEvent;<br>Method or attribute name: stopPropagation: () => void;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: stopPropagation: () => void;<br>New version information: crossplatform|common.d.ts| 1600|Cross-platform capability changed|Class name: TouchObject;<br>Method or attribute name: declare interface TouchObject<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: declare interface TouchObject<br>New version information: crossplatform|common.d.ts| 1601|Cross-platform capability changed|Class name: TouchObject;<br>Method or attribute name: type: TouchType;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: type: TouchType;<br>New version information: crossplatform|common.d.ts| 1602|Cross-platform capability changed|Class name: TouchEvent;<br>Method or attribute name: type: TouchType;<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: type: TouchType;<br>New version information: crossplatform|common.d.ts| 1603|Cross-platform capability changed|Class name: TouchObject;<br>Method or attribute name: id: number;<br>Old version information: |Class name: TouchObject;<br>Method or attribute name: id: number;<br>New version information: crossplatform|common.d.ts| 1604|Cross-platform capability changed|Class name: TouchEvent;<br>Method or attribute name: declare interface TouchEvent<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: declare interface TouchEvent<br>New version information: crossplatform|common.d.ts| 1605|Cross-platform capability changed|Class name: TouchEvent;<br>Method or attribute name: touches: TouchObject[];<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: touches: TouchObject[];<br>New version information: crossplatform|common.d.ts| 1606|Cross-platform capability changed|Class name: TouchEvent;<br>Method or attribute name: changedTouches: TouchObject[];<br>Old version information: |Class name: TouchEvent;<br>Method or attribute name: changedTouches: TouchObject[];<br>New version information: crossplatform|common.d.ts| 1607|Cross-platform capability changed|Class name: KeyEvent;<br>Method or attribute name: declare interface KeyEvent<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: declare interface KeyEvent<br>New version information: crossplatform|common.d.ts| 1608|Cross-platform capability changed|Class name: KeyEvent;<br>Method or attribute name: type: KeyType;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: type: KeyType;<br>New version information: crossplatform|common.d.ts| 1609|Cross-platform capability changed|Class name: KeyEvent;<br>Method or attribute name: keyCode: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: keyCode: number;<br>New version information: crossplatform|common.d.ts| 1610|Cross-platform capability changed|Class name: KeyEvent;<br>Method or attribute name: keyText: string;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: keyText: string;<br>New version information: crossplatform|common.d.ts| 1611|Cross-platform capability changed|Class name: KeyEvent;<br>Method or attribute name: keySource: KeySource;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: keySource: KeySource;<br>New version information: crossplatform|common.d.ts| 1612|Cross-platform capability changed|Class name: KeyEvent;<br>Method or attribute name: deviceId: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: deviceId: number;<br>New version information: crossplatform|common.d.ts| 1613|Cross-platform capability changed|Class name: KeyEvent;<br>Method or attribute name: metaKey: number;<br>Old version information: |Class name: KeyEvent;<br>Method or attribute name: metaKey: number;<br>New version information: crossplatform|common.d.ts| 1614|Cross-platform capability changed|Class name: StateStyles;<br>Method or attribute name: declare interface StateStyles<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: declare interface StateStyles<br>New version information: crossplatform|common.d.ts| 1615|Cross-platform capability changed|Class name: StateStyles;<br>Method or attribute name: normal?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: normal?: any;<br>New version information: crossplatform|common.d.ts| 1616|Cross-platform capability changed|Class name: StateStyles;<br>Method or attribute name: pressed?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: pressed?: any;<br>New version information: crossplatform|common.d.ts| 1617|Cross-platform capability changed|Class name: StateStyles;<br>Method or attribute name: disabled?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: disabled?: any;<br>New version information: crossplatform|common.d.ts| 1618|Cross-platform capability changed|Class name: StateStyles;<br>Method or attribute name: focused?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: focused?: any;<br>New version information: crossplatform|common.d.ts| 1619|Cross-platform capability changed|Class name: StateStyles;<br>Method or attribute name: clicked?: any;<br>Old version information: |Class name: StateStyles;<br>Method or attribute name: clicked?: any;<br>New version information: crossplatform|common.d.ts| 1620|Cross-platform capability changed|Class name: PopupOptions;<br>Method or attribute name: declare interface PopupOptions<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: declare interface PopupOptions<br>New version information: crossplatform|common.d.ts| 1621|Cross-platform capability changed|Class name: PopupOptions;<br>Method or attribute name: message: string;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: message: string;<br>New version information: crossplatform|common.d.ts| 1622|Cross-platform capability changed|Class name: PopupOptions;<br>Method or attribute name: primaryButton?: {<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: string;<br><br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: primaryButton?: {<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: string;<br><br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information: crossplatform|common.d.ts| 1623|Cross-platform capability changed|Class name: PopupOptions;<br>Method or attribute name: secondaryButton?: {<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: string;<br><br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: secondaryButton?: {<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * Button text value<br> *<br> * @type { string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> value: string;<br><br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> /**<br> * action<br> *<br> * @type { function }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> action: () => void;<br> };<br>New version information: crossplatform|common.d.ts| 1624|Cross-platform capability changed|Class name: PopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br> /**<br> * is Visible.<br> *<br> * @type { boolean }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br> /**<br> * is Visible.<br> *<br> * @type { boolean }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>New version information: crossplatform|common.d.ts| 1625|Cross-platform capability changed|Class name: CustomPopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br> /**<br> * is Visible.<br> *<br> * @type { boolean }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: onStateChange?: (event: {<br> /**<br> * is Visible.<br> *<br> * @type { boolean }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> isVisible: boolean<br> }) => void;<br>New version information: crossplatform|common.d.ts| 1626|Cross-platform capability changed|Class name: PopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>New version information: crossplatform|common.d.ts| 1627|Cross-platform capability changed|Class name: CustomPopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: arrowOffset?: Length;<br>New version information: crossplatform|common.d.ts| 1628|Cross-platform capability changed|Class name: PopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>Old version information: |Class name: PopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information: crossplatform|common.d.ts| 1629|Cross-platform capability changed|Class name: CustomPopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: showInSubWindow?: boolean;<br>New version information: crossplatform|common.d.ts| 1630|Cross-platform capability changed|Class name: CustomPopupOptions;<br>Method or attribute name: declare interface CustomPopupOptions<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: declare interface CustomPopupOptions<br>New version information: crossplatform|common.d.ts| 1631|Cross-platform capability changed|Class name: CustomPopupOptions;<br>Method or attribute name: builder: CustomBuilder;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: builder: CustomBuilder;<br>New version information: crossplatform|common.d.ts| 1632|Cross-platform capability changed|Class name: CustomPopupOptions;<br>Method or attribute name: placement?: Placement;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: placement?: Placement;<br>New version information: crossplatform|common.d.ts| 1633|Cross-platform capability changed|Class name: CustomPopupOptions;<br>Method or attribute name: popupColor?: Color \| string \| Resource \| number;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: popupColor?: Color \| string \| Resource \| number;<br>New version information: crossplatform|common.d.ts| 1634|Cross-platform capability changed|Class name: CustomPopupOptions;<br>Method or attribute name: enableArrow?: boolean;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: enableArrow?: boolean;<br>New version information: crossplatform|common.d.ts| 1635|Cross-platform capability changed|Class name: CustomPopupOptions;<br>Method or attribute name: autoCancel?: boolean;<br>Old version information: |Class name: CustomPopupOptions;<br>Method or attribute name: autoCancel?: boolean;<br>New version information: crossplatform|common.d.ts| 1636|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: declare class CommonMethod<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: declare class CommonMethod<br>New version information: crossplatform|common.d.ts| 1637|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: width(value: Length): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: width(value: Length): T;<br>New version information: crossplatform|common.d.ts| 1638|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: height(value: Length): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: height(value: Length): T;<br>New version information: crossplatform|common.d.ts| 1639|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: responseRegion(value: Array\<Rectangle> \| Rectangle): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: responseRegion(value: Array\<Rectangle> \| Rectangle): T;<br>New version information: crossplatform|common.d.ts| 1640|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: size(value: SizeOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: size(value: SizeOptions): T;<br>New version information: crossplatform|common.d.ts| 1641|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: constraintSize(value: ConstraintSizeOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: constraintSize(value: ConstraintSizeOptions): T;<br>New version information: crossplatform|common.d.ts| 1642|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: hitTestBehavior(value: HitTestMode): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: hitTestBehavior(value: HitTestMode): T;<br>New version information: crossplatform|common.d.ts| 1643|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: layoutWeight(value: number \| string): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: layoutWeight(value: number \| string): T;<br>New version information: crossplatform|common.d.ts| 1644|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: padding(value: Padding \| Length): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: padding(value: Padding \| Length): T;<br>New version information: crossplatform|common.d.ts| 1645|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: margin(value: Margin \| Length): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: margin(value: Margin \| Length): T;<br>New version information: crossplatform|common.d.ts| 1646|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: backgroundColor(value: ResourceColor): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: backgroundColor(value: ResourceColor): T;<br>New version information: crossplatform|common.d.ts| 1647|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: backgroundImage(src: ResourceStr, repeat?: ImageRepeat): T;<br>New version information: crossplatform|common.d.ts| 1648|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: backgroundImageSize(value: SizeOptions \| ImageSize): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: backgroundImageSize(value: SizeOptions \| ImageSize): T;<br>New version information: crossplatform|common.d.ts| 1649|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: backgroundImagePosition(value: Position \| Alignment): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: backgroundImagePosition(value: Position \| Alignment): T;<br>New version information: crossplatform|common.d.ts| 1650|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;<br>New version information: crossplatform|common.d.ts| 1651|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: opacity(value: number \| Resource): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: opacity(value: number \| Resource): T;<br>New version information: crossplatform|common.d.ts| 1652|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: border(value: BorderOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: border(value: BorderOptions): T;<br>New version information: crossplatform|common.d.ts| 1653|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: borderStyle(value: BorderStyle \| EdgeStyles): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: borderStyle(value: BorderStyle \| EdgeStyles): T;<br>New version information: crossplatform|common.d.ts| 1654|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: borderWidth(value: Length \| EdgeWidths): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: borderWidth(value: Length \| EdgeWidths): T;<br>New version information: crossplatform|common.d.ts| 1655|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: borderColor(value: ResourceColor \| EdgeColors): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: borderColor(value: ResourceColor \| EdgeColors): T;<br>New version information: crossplatform|common.d.ts| 1656|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: borderRadius(value: Length \| BorderRadiuses): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: borderRadius(value: Length \| BorderRadiuses): T;<br>New version information: crossplatform|common.d.ts| 1657|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: borderImage(value: BorderImageOption): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: borderImage(value: BorderImageOption): T;<br>New version information: crossplatform|common.d.ts| 1658|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onClick(event: (event: ClickEvent) => void): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: onClick(event: (event: ClickEvent) => void): T;<br>New version information: crossplatform|common.d.ts| 1659|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: hoverEffect(value: HoverEffect): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: hoverEffect(value: HoverEffect): T;<br>New version information: crossplatform|common.d.ts| 1660|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onTouch(event: (event: TouchEvent) => void): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: onTouch(event: (event: TouchEvent) => void): T;<br>New version information: crossplatform|common.d.ts| 1661|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onKeyEvent(event: (event: KeyEvent) => void): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: onKeyEvent(event: (event: KeyEvent) => void): T;<br>New version information: crossplatform|common.d.ts| 1662|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: focusable(value: boolean): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: focusable(value: boolean): T;<br>New version information: crossplatform|common.d.ts| 1663|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onFocus(event: () => void): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: onFocus(event: () => void): T;<br>New version information: crossplatform|common.d.ts| 1664|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onBlur(event: () => void): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: onBlur(event: () => void): T;<br>New version information: crossplatform|common.d.ts| 1665|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: tabIndex(index: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: tabIndex(index: number): T;<br>New version information: crossplatform|common.d.ts| 1666|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: defaultFocus(value: boolean): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: defaultFocus(value: boolean): T;<br>New version information: crossplatform|common.d.ts| 1667|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: groupDefaultFocus(value: boolean): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: groupDefaultFocus(value: boolean): T;<br>New version information: crossplatform|common.d.ts| 1668|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: focusOnTouch(value: boolean): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: focusOnTouch(value: boolean): T;<br>New version information: crossplatform|common.d.ts| 1669|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: animation(value: AnimateParam): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: animation(value: AnimateParam): T;<br>New version information: crossplatform|common.d.ts| 1670|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: transition(value: TransitionOptions \| TransitionEffect): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: transition(value: TransitionOptions \| TransitionEffect): T;<br>New version information: crossplatform|common.d.ts| 1671|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: gesture(gesture: GestureType, mask?: GestureMask): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: gesture(gesture: GestureType, mask?: GestureMask): T;<br>New version information: crossplatform|common.d.ts| 1672|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: priorityGesture(gesture: GestureType, mask?: GestureMask): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: priorityGesture(gesture: GestureType, mask?: GestureMask): T;<br>New version information: crossplatform|common.d.ts| 1673|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: parallelGesture(gesture: GestureType, mask?: GestureMask): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: parallelGesture(gesture: GestureType, mask?: GestureMask): T;<br>New version information: crossplatform|common.d.ts| 1674|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: blur(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: blur(value: number): T;<br>New version information: crossplatform|common.d.ts| 1675|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: brightness(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: brightness(value: number): T;<br>New version information: crossplatform|common.d.ts| 1676|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: contrast(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: contrast(value: number): T;<br>New version information: crossplatform|common.d.ts| 1677|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: grayscale(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: grayscale(value: number): T;<br>New version information: crossplatform|common.d.ts| 1678|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: colorBlend(value: Color \| string \| Resource): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: colorBlend(value: Color \| string \| Resource): T;<br>New version information: crossplatform|common.d.ts| 1679|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: saturate(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: saturate(value: number): T;<br>New version information: crossplatform|common.d.ts| 1680|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: sepia(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: sepia(value: number): T;<br>New version information: crossplatform|common.d.ts| 1681|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: invert(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: invert(value: number): T;<br>New version information: crossplatform|common.d.ts| 1682|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: hueRotate(value: number \| string): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: hueRotate(value: number \| string): T;<br>New version information: crossplatform|common.d.ts| 1683|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: backdropBlur(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: backdropBlur(value: number): T;<br>New version information: crossplatform|common.d.ts| 1684|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: translate(value: TranslateOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: translate(value: TranslateOptions): T;<br>New version information: crossplatform|common.d.ts| 1685|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: scale(value: ScaleOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: scale(value: ScaleOptions): T;<br>New version information: crossplatform|common.d.ts| 1686|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: gridSpan(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: gridSpan(value: number): T;<br>New version information: crossplatform|common.d.ts| 1687|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: gridOffset(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: gridOffset(value: number): T;<br>New version information: crossplatform|common.d.ts| 1688|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: rotate(value: RotateOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: rotate(value: RotateOptions): T;<br>New version information: crossplatform|common.d.ts| 1689|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: transform(value: object): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: transform(value: object): T;<br>New version information: crossplatform|common.d.ts| 1690|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onAppear(event: () => void): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: onAppear(event: () => void): T;<br>New version information: crossplatform|common.d.ts| 1691|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onDisAppear(event: () => void): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: onDisAppear(event: () => void): T;<br>New version information: crossplatform|common.d.ts| 1692|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;<br>New version information: crossplatform|common.d.ts| 1693|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: visibility(value: Visibility): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: visibility(value: Visibility): T;<br>New version information: crossplatform|common.d.ts| 1694|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: flexGrow(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: flexGrow(value: number): T;<br>New version information: crossplatform|common.d.ts| 1695|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: flexShrink(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: flexShrink(value: number): T;<br>New version information: crossplatform|common.d.ts| 1696|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: flexBasis(value: number \| string): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: flexBasis(value: number \| string): T;<br>New version information: crossplatform|common.d.ts| 1697|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: alignSelf(value: ItemAlign): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: alignSelf(value: ItemAlign): T;<br>New version information: crossplatform|common.d.ts| 1698|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: displayPriority(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: displayPriority(value: number): T;<br>New version information: crossplatform|common.d.ts| 1699|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: zIndex(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: zIndex(value: number): T;<br>New version information: crossplatform|common.d.ts| 1700|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: sharedTransition(id: string, options?: sharedTransitionOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: sharedTransition(id: string, options?: sharedTransitionOptions): T;<br>New version information: crossplatform|common.d.ts| 1701|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: direction(value: Direction): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: direction(value: Direction): T;<br>New version information: crossplatform|common.d.ts| 1702|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: align(value: Alignment): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: align(value: Alignment): T;<br>New version information: crossplatform|common.d.ts| 1703|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: position(value: Position): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: position(value: Position): T;<br>New version information: crossplatform|common.d.ts| 1704|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: markAnchor(value: Position): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: markAnchor(value: Position): T;<br>New version information: crossplatform|common.d.ts| 1705|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: offset(value: Position): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: offset(value: Position): T;<br>New version information: crossplatform|common.d.ts| 1706|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: enabled(value: boolean): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: enabled(value: boolean): T;<br>New version information: crossplatform|common.d.ts| 1707|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: alignRules(value: AlignRuleOption): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: alignRules(value: AlignRuleOption): T;<br>New version information: crossplatform|common.d.ts| 1708|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: aspectRatio(value: number): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: aspectRatio(value: number): T;<br>New version information: crossplatform|common.d.ts| 1709|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: overlay(value: string \| CustomBuilder, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: overlay(value: string \| CustomBuilder, options?: { align?: Alignment; offset?: { x?: number; y?: number } }): T;<br>New version information: crossplatform|common.d.ts| 1710|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: linearGradient(value: {<br> angle?: number \| string;<br> direction?: GradientDirection;<br> colors: Array\<any>;<br> repeating?: boolean;<br> }): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: linearGradient(value: {<br> angle?: number \| string;<br> direction?: GradientDirection;<br> colors: Array\<any>;<br> repeating?: boolean;<br> }): T;<br>New version information: crossplatform|common.d.ts| 1711|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: sweepGradient(value: {<br> center: Array\<any>;<br> start?: number \| string;<br> end?: number \| string;<br> rotation?: number \| string;<br> colors: Array\<any>;<br> repeating?: boolean;<br> }): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: sweepGradient(value: {<br> center: Array\<any>;<br> start?: number \| string;<br> end?: number \| string;<br> rotation?: number \| string;<br> colors: Array\<any>;<br> repeating?: boolean;<br> }): T;<br>New version information: crossplatform|common.d.ts| 1712|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: radialGradient(value: { center: Array\<any>; radius: number \| string; colors: Array\<any>; repeating?: boolean }): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: radialGradient(value: { center: Array\<any>; radius: number \| string; colors: Array\<any>; repeating?: boolean }): T;<br>New version information: crossplatform|common.d.ts| 1713|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: motionPath(value: MotionPathOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: motionPath(value: MotionPathOptions): T;<br>New version information: crossplatform|common.d.ts| 1714|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: shadow(value: ShadowOptions \| ShadowStyle): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: shadow(value: ShadowOptions \| ShadowStyle): T;<br>New version information: crossplatform|common.d.ts| 1715|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: clip(value: boolean \| CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;<br>New version information: crossplatform|common.d.ts| 1716|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute \| ProgressMask): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute \| ProgressMask): T;<br>New version information: crossplatform|common.d.ts| 1717|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: id(value: string): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: id(value: string): T;<br>New version information: crossplatform|common.d.ts| 1718|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: geometryTransition(id: string): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: geometryTransition(id: string): T;<br>New version information: crossplatform|common.d.ts| 1719|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: bindMenu(<br> content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] \| CustomBuilder,<br> options?: MenuOptions<br> ): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: bindMenu(<br> content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] \| CustomBuilder,<br> options?: MenuOptions<br> ): T;<br>New version information: crossplatform|common.d.ts| 1720|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;<br>New version information: crossplatform|common.d.ts| 1721|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: stateStyles(value: StateStyles): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: stateStyles(value: StateStyles): T;<br>New version information: crossplatform|common.d.ts| 1722|Cross-platform capability changed|Class name: CommonMethod;<br>Method or attribute name: onVisibleAreaChange(ratios: Array\<number>, event: (isVisible: boolean, currentRatio: number) => void): T;<br>Old version information: |Class name: CommonMethod;<br>Method or attribute name: onVisibleAreaChange(ratios: Array\<number>, event: (isVisible: boolean, currentRatio: number) => void): T;<br>New version information: crossplatform|common.d.ts| 1723|Cross-platform capability changed|Class name: CommonAttribute;<br>Method or attribute name: declare class CommonAttribute<br>Old version information: |Class name: CommonAttribute;<br>Method or attribute name: declare class CommonAttribute<br>New version information: crossplatform|common.d.ts| 1724|Cross-platform capability changed|Class name: CommonInterface;<br>Method or attribute name: interface CommonInterface<br>Old version information: |Class name: CommonInterface;<br>Method or attribute name: interface CommonInterface<br>New version information: crossplatform|common.d.ts| 1725|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: declare class CommonShapeMethod<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: declare class CommonShapeMethod<br>New version information: crossplatform|common.d.ts| 1726|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: stroke(value: ResourceColor): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: stroke(value: ResourceColor): T;<br>New version information: crossplatform|common.d.ts| 1727|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: fill(value: ResourceColor): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: fill(value: ResourceColor): T;<br>New version information: crossplatform|common.d.ts| 1728|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeDashOffset(value: number \| string): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeDashOffset(value: number \| string): T;<br>New version information: crossplatform|common.d.ts| 1729|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeLineCap(value: LineCapStyle): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeLineCap(value: LineCapStyle): T;<br>New version information: crossplatform|common.d.ts| 1730|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeLineJoin(value: LineJoinStyle): T;<br>New version information: crossplatform|common.d.ts| 1731|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeMiterLimit(value: number \| string): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeMiterLimit(value: number \| string): T;<br>New version information: crossplatform|common.d.ts| 1732|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeOpacity(value: number \| string \| Resource): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeOpacity(value: number \| string \| Resource): T;<br>New version information: crossplatform|common.d.ts| 1733|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: fillOpacity(value: number \| string \| Resource): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: fillOpacity(value: number \| string \| Resource): T;<br>New version information: crossplatform|common.d.ts| 1734|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeWidth(value: Length): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeWidth(value: Length): T;<br>New version information: crossplatform|common.d.ts| 1735|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: antiAlias(value: boolean): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: antiAlias(value: boolean): T;<br>New version information: crossplatform|common.d.ts| 1736|Cross-platform capability changed|Class name: CommonShapeMethod;<br>Method or attribute name: strokeDashArray(value: Array\<any>): T;<br>Old version information: |Class name: CommonShapeMethod;<br>Method or attribute name: strokeDashArray(value: Array\<any>): T;<br>New version information: crossplatform|common.d.ts| 1737|Cross-platform capability changed|Class name: LinearGradient;<br>Method or attribute name: declare interface LinearGradient<br>Old version information: |Class name: LinearGradient;<br>Method or attribute name: declare interface LinearGradient<br>New version information: crossplatform|common.d.ts| 1738|Cross-platform capability changed|Class name: LayoutBorderInfo;<br>Method or attribute name: declare interface LayoutBorderInfo<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: declare interface LayoutBorderInfo<br>New version information: crossplatform|common.d.ts| 1739|Cross-platform capability changed|Class name: LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: borderWidth: EdgeWidths;<br>New version information: crossplatform|common.d.ts| 1740|Cross-platform capability changed|Class name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: margin: Margin,<br>New version information: crossplatform|common.d.ts| 1741|Cross-platform capability changed|Class name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>Old version information: |Class name: LayoutBorderInfo;<br>Method or attribute name: padding: Padding,<br>New version information: crossplatform|common.d.ts| 1742|Cross-platform capability changed|Class name: LayoutInfo;<br>Method or attribute name: declare interface LayoutInfo<br>Old version information: |Class name: LayoutInfo;<br>Method or attribute name: declare interface LayoutInfo<br>New version information: crossplatform|common.d.ts| 1743|Cross-platform capability changed|Class name: LayoutInfo;<br>Method or attribute name: position: Position,<br>Old version information: |Class name: LayoutInfo;<br>Method or attribute name: position: Position,<br>New version information: crossplatform|common.d.ts| 1744|Cross-platform capability changed|Class name: LayoutChild;<br>Method or attribute name: position: Position,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: position: Position,<br>New version information: crossplatform|common.d.ts| 1745|Cross-platform capability changed|Class name: LayoutInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>Old version information: |Class name: LayoutInfo;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information: crossplatform|common.d.ts| 1746|Cross-platform capability changed|Class name: LayoutChild;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: constraint: ConstraintSizeOptions,<br>New version information: crossplatform|common.d.ts| 1747|Cross-platform capability changed|Class name: LayoutChild;<br>Method or attribute name: declare interface LayoutChild<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: declare interface LayoutChild<br>New version information: crossplatform|common.d.ts| 1748|Cross-platform capability changed|Class name: LayoutChild;<br>Method or attribute name: name: string,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: name: string,<br>New version information: crossplatform|common.d.ts| 1749|Cross-platform capability changed|Class name: LayoutChild;<br>Method or attribute name: id: string,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: id: string,<br>New version information: crossplatform|common.d.ts| 1750|Cross-platform capability changed|Class name: LayoutChild;<br>Method or attribute name: borderInfo: LayoutBorderInfo,<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: borderInfo: LayoutBorderInfo,<br>New version information: crossplatform|common.d.ts| 1751|Cross-platform capability changed|Class name: LayoutChild;<br>Method or attribute name: measure(childConstraint: ConstraintSizeOptions),<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: measure(childConstraint: ConstraintSizeOptions),<br>New version information: crossplatform|common.d.ts| 1752|Cross-platform capability changed|Class name: LayoutChild;<br>Method or attribute name: layout(childLayoutInfo: LayoutInfo),<br>Old version information: |Class name: LayoutChild;<br>Method or attribute name: layout(childLayoutInfo: LayoutInfo),<br>New version information: crossplatform|common.d.ts| 1753|Cross-platform capability changed|Class name: CustomComponent;<br>Method or attribute name: declare class CustomComponent<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: declare class CustomComponent<br>New version information: crossplatform|common.d.ts| 1754|Cross-platform capability changed|Class name: CustomComponent;<br>Method or attribute name: build(): void;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: build(): void;<br>New version information: crossplatform|common.d.ts| 1755|Cross-platform capability changed|Class name: CustomComponent;<br>Method or attribute name: aboutToAppear?(): void;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: aboutToAppear?(): void;<br>New version information: crossplatform|common.d.ts| 1756|Cross-platform capability changed|Class name: CustomComponent;<br>Method or attribute name: aboutToDisappear?(): void;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: aboutToDisappear?(): void;<br>New version information: crossplatform|common.d.ts| 1757|Cross-platform capability changed|Class name: CustomComponent;<br>Method or attribute name: onPageShow?(): void;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: onPageShow?(): void;<br>New version information: crossplatform|common.d.ts| 1758|Cross-platform capability changed|Class name: CustomComponent;<br>Method or attribute name: onPageHide?(): void;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: onPageHide?(): void;<br>New version information: crossplatform|common.d.ts| 1759|Cross-platform capability changed|Class name: CustomComponent;<br>Method or attribute name: onBackPress?(): void \| boolean;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: onBackPress?(): void \| boolean;<br>New version information: crossplatform|common.d.ts| 1760|Cross-platform capability changed|Class name: CustomComponent;<br>Method or attribute name: pageTransition?(): void;<br>Old version information: |Class name: CustomComponent;<br>Method or attribute name: pageTransition?(): void;<br>New version information: crossplatform|common.d.ts| 1761|Cross-platform capability changed|Class name: AppStorage;<br>Method or attribute name: declare class AppStorage<br>Old version information: |Class name: AppStorage;<br>Method or attribute name: declare class AppStorage<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1762|Cross-platform capability changed|Class name: SubscribedAbstractProperty;<br>Method or attribute name: declare abstract class SubscribedAbstractProperty<br>Old version information: |Class name: SubscribedAbstractProperty;<br>Method or attribute name: declare abstract class SubscribedAbstractProperty<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1763|Cross-platform capability changed|Class name: SubscribedAbstractProperty;<br>Method or attribute name: info(): string;<br>Old version information: |Class name: SubscribedAbstractProperty;<br>Method or attribute name: info(): string;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1764|Cross-platform capability changed|Class name: SubscribedAbstractProperty;<br>Method or attribute name: abstract get(): T;<br>Old version information: |Class name: SubscribedAbstractProperty;<br>Method or attribute name: abstract get(): T;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1765|Cross-platform capability changed|Class name: SubscribedAbstractProperty;<br>Method or attribute name: abstract set(newValue: T): void;<br>Old version information: |Class name: SubscribedAbstractProperty;<br>Method or attribute name: abstract set(newValue: T): void;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1766|Cross-platform capability changed|Class name: Environment;<br>Method or attribute name: declare class Environment<br>Old version information: |Class name: Environment;<br>Method or attribute name: declare class Environment<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1767|Cross-platform capability changed|Class name: PersistentStorage;<br>Method or attribute name: declare class PersistentStorage<br>Old version information: |Class name: PersistentStorage;<br>Method or attribute name: declare class PersistentStorage<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1768|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: declare class LocalStorage<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: declare class LocalStorage<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1769|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: constructor(initializingProperties?: Object);<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: constructor(initializingProperties?: Object);<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1770|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: has(propName: string): boolean;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: has(propName: string): boolean;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1771|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: keys(): IterableIterator\<string>;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: keys(): IterableIterator\<string>;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1772|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: size(): number;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: size(): number;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1773|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: get\<T>(propName: string): T \| undefined;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: get\<T>(propName: string): T \| undefined;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1774|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: set\<T>(propName: string, newValue: T): boolean;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: set\<T>(propName: string, newValue: T): boolean;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1775|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: setOrCreate\<T>(propName: string, newValue: T): boolean;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: setOrCreate\<T>(propName: string, newValue: T): boolean;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1776|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: link\<T>(propName: string): SubscribedAbstractProperty\<T>;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: link\<T>(propName: string): SubscribedAbstractProperty\<T>;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1777|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: setAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: setAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1778|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: prop\<S>(propName: string): SubscribedAbstractProperty\<S>;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: prop\<S>(propName: string): SubscribedAbstractProperty\<S>;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1779|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: setAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: setAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1780|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: delete(propName: string): boolean;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: delete(propName: string): boolean;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1781|Cross-platform capability changed|Class name: LocalStorage;<br>Method or attribute name: clear(): boolean;<br>Old version information: |Class name: LocalStorage;<br>Method or attribute name: clear(): boolean;<br>New version information: crossplatform|common_ts_ets_api.d.ts| 1782|Cross-platform capability changed|Class name: ContextMenu;<br>Method or attribute name: declare class ContextMenu<br>Old version information: |Class name: ContextMenu;<br>Method or attribute name: declare class ContextMenu<br>New version information: crossplatform|context_menu.d.ts| 1783|Cross-platform capability changed|Class name: ContextMenu;<br>Method or attribute name: static close();<br>Old version information: |Class name: ContextMenu;<br>Method or attribute name: static close();<br>New version information: crossplatform|context_menu.d.ts| 1784|Cross-platform capability changed|Class name: CounterInterface;<br>Method or attribute name: interface CounterInterface<br>Old version information: |Class name: CounterInterface;<br>Method or attribute name: interface CounterInterface<br>New version information: crossplatform|counter.d.ts| 1785|Cross-platform capability changed|Class name: CounterInterface;<br>Method or attribute name: (): CounterAttribute;<br>Old version information: |Class name: CounterInterface;<br>Method or attribute name: (): CounterAttribute;<br>New version information: crossplatform|counter.d.ts| 1786|Cross-platform capability changed|Class name: CounterAttribute;<br>Method or attribute name: declare class CounterAttribute<br>Old version information: |Class name: CounterAttribute;<br>Method or attribute name: declare class CounterAttribute<br>New version information: crossplatform|counter.d.ts| 1787|Cross-platform capability changed|Class name: CounterAttribute;<br>Method or attribute name: onInc(event: () => void): CounterAttribute;<br>Old version information: |Class name: CounterAttribute;<br>Method or attribute name: onInc(event: () => void): CounterAttribute;<br>New version information: crossplatform|counter.d.ts| 1788|Cross-platform capability changed|Class name: CounterAttribute;<br>Method or attribute name: onDec(event: () => void): CounterAttribute;<br>Old version information: |Class name: CounterAttribute;<br>Method or attribute name: onDec(event: () => void): CounterAttribute;<br>New version information: crossplatform|counter.d.ts| 1789|Cross-platform capability changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: declare interface CustomDialogControllerOptions<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: declare interface CustomDialogControllerOptions<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1790|Cross-platform capability changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: builder: any;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: builder: any;<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1791|Cross-platform capability changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: cancel?: () => void;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: cancel?: () => void;<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1792|Cross-platform capability changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: autoCancel?: boolean;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: autoCancel?: boolean;<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1793|Cross-platform capability changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: alignment?: DialogAlignment;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: alignment?: DialogAlignment;<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1794|Cross-platform capability changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: offset?: Offset;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: offset?: Offset;<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1795|Cross-platform capability changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: customStyle?: boolean;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: customStyle?: boolean;<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1796|Cross-platform capability changed|Class name: CustomDialogControllerOptions;<br>Method or attribute name: gridCount?: number;<br>Old version information: |Class name: CustomDialogControllerOptions;<br>Method or attribute name: gridCount?: number;<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1797|Cross-platform capability changed|Class name: CustomDialogController;<br>Method or attribute name: declare class CustomDialogController<br>Old version information: |Class name: CustomDialogController;<br>Method or attribute name: declare class CustomDialogController<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1798|Cross-platform capability changed|Class name: CustomDialogController;<br>Method or attribute name: constructor(value: CustomDialogControllerOptions);<br>Old version information: |Class name: CustomDialogController;<br>Method or attribute name: constructor(value: CustomDialogControllerOptions);<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1799|Cross-platform capability changed|Class name: CustomDialogController;<br>Method or attribute name: open();<br>Old version information: |Class name: CustomDialogController;<br>Method or attribute name: open();<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1800|Cross-platform capability changed|Class name: CustomDialogController;<br>Method or attribute name: close();<br>Old version information: |Class name: CustomDialogController;<br>Method or attribute name: close();<br>New version information: crossplatform|custom_dialog_controller.d.ts| 1801|Cross-platform capability changed|Class name: DataPanelType;<br>Method or attribute name: declare enum DataPanelType<br>Old version information: |Class name: DataPanelType;<br>Method or attribute name: declare enum DataPanelType<br>New version information: crossplatform|data_panel.d.ts| 1802|Cross-platform capability changed|Class name: DataPanelType;<br>Method or attribute name: Line<br>Old version information: |Class name: DataPanelType;<br>Method or attribute name: Line<br>New version information: crossplatform|data_panel.d.ts| 1803|Cross-platform capability changed|Class name: DataPanelType;<br>Method or attribute name: Circle<br>Old version information: |Class name: DataPanelType;<br>Method or attribute name: Circle<br>New version information: crossplatform|data_panel.d.ts| 1804|Cross-platform capability changed|Class name: DataPanelOptions;<br>Method or attribute name: declare interface DataPanelOptions<br>Old version information: |Class name: DataPanelOptions;<br>Method or attribute name: declare interface DataPanelOptions<br>New version information: crossplatform|data_panel.d.ts| 1805|Cross-platform capability changed|Class name: DataPanelOptions;<br>Method or attribute name: values: number[];<br>Old version information: |Class name: DataPanelOptions;<br>Method or attribute name: values: number[];<br>New version information: crossplatform|data_panel.d.ts| 1806|Cross-platform capability changed|Class name: DataPanelOptions;<br>Method or attribute name: max?: number;<br>Old version information: |Class name: DataPanelOptions;<br>Method or attribute name: max?: number;<br>New version information: crossplatform|data_panel.d.ts| 1807|Cross-platform capability changed|Class name: DataPanelOptions;<br>Method or attribute name: type?: DataPanelType;<br>Old version information: |Class name: DataPanelOptions;<br>Method or attribute name: type?: DataPanelType;<br>New version information: crossplatform|data_panel.d.ts| 1808|Cross-platform capability changed|Class name: DataPanelInterface;<br>Method or attribute name: interface DataPanelInterface<br>Old version information: |Class name: DataPanelInterface;<br>Method or attribute name: interface DataPanelInterface<br>New version information: crossplatform|data_panel.d.ts| 1809|Cross-platform capability changed|Class name: DataPanelInterface;<br>Method or attribute name: (options: DataPanelOptions): DataPanelAttribute;<br>Old version information: |Class name: DataPanelInterface;<br>Method or attribute name: (options: DataPanelOptions): DataPanelAttribute;<br>New version information: crossplatform|data_panel.d.ts| 1810|Cross-platform capability changed|Class name: DataPanelAttribute;<br>Method or attribute name: declare class DataPanelAttribute<br>Old version information: |Class name: DataPanelAttribute;<br>Method or attribute name: declare class DataPanelAttribute<br>New version information: crossplatform|data_panel.d.ts| 1811|Cross-platform capability changed|Class name: DataPanelAttribute;<br>Method or attribute name: closeEffect(value: boolean): DataPanelAttribute;<br>Old version information: |Class name: DataPanelAttribute;<br>Method or attribute name: closeEffect(value: boolean): DataPanelAttribute;<br>New version information: crossplatform|data_panel.d.ts| 1812|Cross-platform capability changed|Class name: DatePickerResult;<br>Method or attribute name: declare interface DatePickerResult<br>Old version information: |Class name: DatePickerResult;<br>Method or attribute name: declare interface DatePickerResult<br>New version information: crossplatform|date_picker.d.ts| 1813|Cross-platform capability changed|Class name: DatePickerResult;<br>Method or attribute name: year?: number;<br>Old version information: |Class name: DatePickerResult;<br>Method or attribute name: year?: number;<br>New version information: crossplatform|date_picker.d.ts| 1814|Cross-platform capability changed|Class name: DatePickerResult;<br>Method or attribute name: month?: number;<br>Old version information: |Class name: DatePickerResult;<br>Method or attribute name: month?: number;<br>New version information: crossplatform|date_picker.d.ts| 1815|Cross-platform capability changed|Class name: DatePickerResult;<br>Method or attribute name: day?: number;<br>Old version information: |Class name: DatePickerResult;<br>Method or attribute name: day?: number;<br>New version information: crossplatform|date_picker.d.ts| 1816|Cross-platform capability changed|Class name: DatePickerOptions;<br>Method or attribute name: declare interface DatePickerOptions<br>Old version information: |Class name: DatePickerOptions;<br>Method or attribute name: declare interface DatePickerOptions<br>New version information: crossplatform|date_picker.d.ts| 1817|Cross-platform capability changed|Class name: DatePickerOptions;<br>Method or attribute name: start?: Date;<br>Old version information: |Class name: DatePickerOptions;<br>Method or attribute name: start?: Date;<br>New version information: crossplatform|date_picker.d.ts| 1818|Cross-platform capability changed|Class name: DatePickerOptions;<br>Method or attribute name: end?: Date;<br>Old version information: |Class name: DatePickerOptions;<br>Method or attribute name: end?: Date;<br>New version information: crossplatform|date_picker.d.ts| 1819|Cross-platform capability changed|Class name: DatePickerOptions;<br>Method or attribute name: selected?: Date;<br>Old version information: |Class name: DatePickerOptions;<br>Method or attribute name: selected?: Date;<br>New version information: crossplatform|date_picker.d.ts| 1820|Cross-platform capability changed|Class name: DatePickerInterface;<br>Method or attribute name: interface DatePickerInterface<br>Old version information: |Class name: DatePickerInterface;<br>Method or attribute name: interface DatePickerInterface<br>New version information: crossplatform|date_picker.d.ts| 1821|Cross-platform capability changed|Class name: DatePickerInterface;<br>Method or attribute name: (options?: DatePickerOptions): DatePickerAttribute;<br>Old version information: |Class name: DatePickerInterface;<br>Method or attribute name: (options?: DatePickerOptions): DatePickerAttribute;<br>New version information: crossplatform|date_picker.d.ts| 1822|Cross-platform capability changed|Class name: DatePickerAttribute;<br>Method or attribute name: declare class DatePickerAttribute<br>Old version information: |Class name: DatePickerAttribute;<br>Method or attribute name: declare class DatePickerAttribute<br>New version information: crossplatform|date_picker.d.ts| 1823|Cross-platform capability changed|Class name: DatePickerAttribute;<br>Method or attribute name: lunar(value: boolean): DatePickerAttribute;<br>Old version information: |Class name: DatePickerAttribute;<br>Method or attribute name: lunar(value: boolean): DatePickerAttribute;<br>New version information: crossplatform|date_picker.d.ts| 1824|Cross-platform capability changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: declare interface DatePickerDialogOptions<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: declare interface DatePickerDialogOptions<br>New version information: crossplatform|date_picker.d.ts| 1825|Cross-platform capability changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: lunar?: boolean;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: lunar?: boolean;<br>New version information: crossplatform|date_picker.d.ts| 1826|Cross-platform capability changed|Class name: DatePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: |Class name: DatePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: crossplatform|date_picker.d.ts| 1827|Cross-platform capability changed|Class name: DatePickerDialog;<br>Method or attribute name: declare class DatePickerDialog<br>Old version information: |Class name: DatePickerDialog;<br>Method or attribute name: declare class DatePickerDialog<br>New version information: crossplatform|date_picker.d.ts| 1828|Cross-platform capability changed|Class name: DatePickerDialog;<br>Method or attribute name: static show(options?: DatePickerDialogOptions);<br>Old version information: |Class name: DatePickerDialog;<br>Method or attribute name: static show(options?: DatePickerDialogOptions);<br>New version information: crossplatform|date_picker.d.ts| 1829|Cross-platform capability changed|Class name: DividerInterface;<br>Method or attribute name: interface DividerInterface<br>Old version information: |Class name: DividerInterface;<br>Method or attribute name: interface DividerInterface<br>New version information: crossplatform|divider.d.ts| 1830|Cross-platform capability changed|Class name: DividerInterface;<br>Method or attribute name: (): DividerAttribute;<br>Old version information: |Class name: DividerInterface;<br>Method or attribute name: (): DividerAttribute;<br>New version information: crossplatform|divider.d.ts| 1831|Cross-platform capability changed|Class name: DividerAttribute;<br>Method or attribute name: declare class DividerAttribute<br>Old version information: |Class name: DividerAttribute;<br>Method or attribute name: declare class DividerAttribute<br>New version information: crossplatform|divider.d.ts| 1832|Cross-platform capability changed|Class name: DividerAttribute;<br>Method or attribute name: vertical(value: boolean): DividerAttribute;<br>Old version information: |Class name: DividerAttribute;<br>Method or attribute name: vertical(value: boolean): DividerAttribute;<br>New version information: crossplatform|divider.d.ts| 1833|Cross-platform capability changed|Class name: DividerAttribute;<br>Method or attribute name: color(value: ResourceColor): DividerAttribute;<br>Old version information: |Class name: DividerAttribute;<br>Method or attribute name: color(value: ResourceColor): DividerAttribute;<br>New version information: crossplatform|divider.d.ts| 1834|Cross-platform capability changed|Class name: DividerAttribute;<br>Method or attribute name: strokeWidth(value: number \| string): DividerAttribute;<br>Old version information: |Class name: DividerAttribute;<br>Method or attribute name: strokeWidth(value: number \| string): DividerAttribute;<br>New version information: crossplatform|divider.d.ts| 1835|Cross-platform capability changed|Class name: DividerAttribute;<br>Method or attribute name: lineCap(value: LineCapStyle): DividerAttribute;<br>Old version information: |Class name: DividerAttribute;<br>Method or attribute name: lineCap(value: LineCapStyle): DividerAttribute;<br>New version information: crossplatform|divider.d.ts| 1836|Cross-platform capability changed|Class name: EllipseInterface;<br>Method or attribute name: interface EllipseInterface<br>Old version information: |Class name: EllipseInterface;<br>Method or attribute name: interface EllipseInterface<br>New version information: crossplatform|ellipse.d.ts| 1837|Cross-platform capability changed|Class name: EllipseInterface;<br>Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;<br>Old version information: |Class name: EllipseInterface;<br>Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): EllipseAttribute;<br>New version information: crossplatform|ellipse.d.ts| 1838|Cross-platform capability changed|Class name: EllipseAttribute;<br>Method or attribute name: declare class EllipseAttribute<br>Old version information: |Class name: EllipseAttribute;<br>Method or attribute name: declare class EllipseAttribute<br>New version information: crossplatform|ellipse.d.ts| 1839|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: declare enum Color<br>Old version information: |Class name: Color;<br>Method or attribute name: declare enum Color<br>New version information: crossplatform|enums.d.ts| 1840|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: White<br>Old version information: |Class name: Color;<br>Method or attribute name: White<br>New version information: crossplatform|enums.d.ts| 1841|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Black<br>Old version information: |Class name: Color;<br>Method or attribute name: Black<br>New version information: crossplatform|enums.d.ts| 1842|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Blue<br>Old version information: |Class name: Color;<br>Method or attribute name: Blue<br>New version information: crossplatform|enums.d.ts| 1843|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Brown<br>Old version information: |Class name: Color;<br>Method or attribute name: Brown<br>New version information: crossplatform|enums.d.ts| 1844|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Gray<br>Old version information: |Class name: Color;<br>Method or attribute name: Gray<br>New version information: crossplatform|enums.d.ts| 1845|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Green<br>Old version information: |Class name: Color;<br>Method or attribute name: Green<br>New version information: crossplatform|enums.d.ts| 1846|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Grey<br>Old version information: |Class name: Color;<br>Method or attribute name: Grey<br>New version information: crossplatform|enums.d.ts| 1847|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Orange<br>Old version information: |Class name: Color;<br>Method or attribute name: Orange<br>New version information: crossplatform|enums.d.ts| 1848|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Pink<br>Old version information: |Class name: Color;<br>Method or attribute name: Pink<br>New version information: crossplatform|enums.d.ts| 1849|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Red<br>Old version information: |Class name: Color;<br>Method or attribute name: Red<br>New version information: crossplatform|enums.d.ts| 1850|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Yellow<br>Old version information: |Class name: Color;<br>Method or attribute name: Yellow<br>New version information: crossplatform|enums.d.ts| 1851|Cross-platform capability changed|Class name: Color;<br>Method or attribute name: Transparent<br>Old version information: |Class name: Color;<br>Method or attribute name: Transparent<br>New version information: crossplatform|enums.d.ts| 1852|Cross-platform capability changed|Class name: HitTestMode;<br>Method or attribute name: Transparent<br>Old version information: |Class name: HitTestMode;<br>Method or attribute name: Transparent<br>New version information: crossplatform|enums.d.ts| 1853|Cross-platform capability changed|Class name: ImageFit;<br>Method or attribute name: declare enum ImageFit<br>Old version information: |Class name: ImageFit;<br>Method or attribute name: declare enum ImageFit<br>New version information: crossplatform|enums.d.ts| 1854|Cross-platform capability changed|Class name: ImageFit;<br>Method or attribute name: Contain<br>Old version information: |Class name: ImageFit;<br>Method or attribute name: Contain<br>New version information: crossplatform|enums.d.ts| 1855|Cross-platform capability changed|Class name: ImageSize;<br>Method or attribute name: Contain<br>Old version information: |Class name: ImageSize;<br>Method or attribute name: Contain<br>New version information: crossplatform|enums.d.ts| 1856|Cross-platform capability changed|Class name: ImageFit;<br>Method or attribute name: Cover<br>Old version information: |Class name: ImageFit;<br>Method or attribute name: Cover<br>New version information: crossplatform|enums.d.ts| 1857|Cross-platform capability changed|Class name: ImageSize;<br>Method or attribute name: Cover<br>Old version information: |Class name: ImageSize;<br>Method or attribute name: Cover<br>New version information: crossplatform|enums.d.ts| 1858|Cross-platform capability changed|Class name: ImageFit;<br>Method or attribute name: Auto<br>Old version information: |Class name: ImageFit;<br>Method or attribute name: Auto<br>New version information: crossplatform|enums.d.ts| 1859|Cross-platform capability changed|Class name: Direction;<br>Method or attribute name: Auto<br>Old version information: |Class name: Direction;<br>Method or attribute name: Auto<br>New version information: crossplatform|enums.d.ts| 1860|Cross-platform capability changed|Class name: BarState;<br>Method or attribute name: Auto<br>Old version information: |Class name: BarState;<br>Method or attribute name: Auto<br>New version information: crossplatform|enums.d.ts| 1861|Cross-platform capability changed|Class name: ItemAlign;<br>Method or attribute name: Auto<br>Old version information: |Class name: ItemAlign;<br>Method or attribute name: Auto<br>New version information: crossplatform|enums.d.ts| 1862|Cross-platform capability changed|Class name: ImageSize;<br>Method or attribute name: Auto<br>Old version information: |Class name: ImageSize;<br>Method or attribute name: Auto<br>New version information: crossplatform|enums.d.ts| 1863|Cross-platform capability changed|Class name: HoverEffect;<br>Method or attribute name: Auto<br>Old version information: |Class name: HoverEffect;<br>Method or attribute name: Auto<br>New version information: crossplatform|enums.d.ts| 1864|Cross-platform capability changed|Class name: ImageFit;<br>Method or attribute name: Fill<br>Old version information: |Class name: ImageFit;<br>Method or attribute name: Fill<br>New version information: crossplatform|enums.d.ts| 1865|Cross-platform capability changed|Class name: ImageFit;<br>Method or attribute name: ScaleDown<br>Old version information: |Class name: ImageFit;<br>Method or attribute name: ScaleDown<br>New version information: crossplatform|enums.d.ts| 1866|Cross-platform capability changed|Class name: ImageFit;<br>Method or attribute name: None<br>Old version information: |Class name: ImageFit;<br>Method or attribute name: None<br>New version information: crossplatform|enums.d.ts| 1867|Cross-platform capability changed|Class name: MouseButton;<br>Method or attribute name: None<br>Old version information: |Class name: MouseButton;<br>Method or attribute name: None<br>New version information: crossplatform|enums.d.ts| 1868|Cross-platform capability changed|Class name: FillMode;<br>Method or attribute name: None<br>Old version information: |Class name: FillMode;<br>Method or attribute name: None<br>New version information: crossplatform|enums.d.ts| 1869|Cross-platform capability changed|Class name: EdgeEffect;<br>Method or attribute name: None<br>Old version information: |Class name: EdgeEffect;<br>Method or attribute name: None<br>New version information: crossplatform|enums.d.ts| 1870|Cross-platform capability changed|Class name: Visibility;<br>Method or attribute name: None<br>Old version information: |Class name: Visibility;<br>Method or attribute name: None<br>New version information: crossplatform|enums.d.ts| 1871|Cross-platform capability changed|Class name: GradientDirection;<br>Method or attribute name: None<br>Old version information: |Class name: GradientDirection;<br>Method or attribute name: None<br>New version information: crossplatform|enums.d.ts| 1872|Cross-platform capability changed|Class name: TextOverflow;<br>Method or attribute name: None<br>Old version information: |Class name: TextOverflow;<br>Method or attribute name: None<br>New version information: crossplatform|enums.d.ts| 1873|Cross-platform capability changed|Class name: TextDecorationType;<br>Method or attribute name: None<br>Old version information: |Class name: TextDecorationType;<br>Method or attribute name: None<br>New version information: crossplatform|enums.d.ts| 1874|Cross-platform capability changed|Class name: HoverEffect;<br>Method or attribute name: None<br>Old version information: |Class name: HoverEffect;<br>Method or attribute name: None<br>New version information: crossplatform|enums.d.ts| 1875|Cross-platform capability changed|Class name: HitTestMode;<br>Method or attribute name: None<br>Old version information: |Class name: HitTestMode;<br>Method or attribute name: None<br>New version information: crossplatform|enums.d.ts| 1876|Cross-platform capability changed|Class name: BorderStyle;<br>Method or attribute name: declare enum BorderStyle<br>Old version information: |Class name: BorderStyle;<br>Method or attribute name: declare enum BorderStyle<br>New version information: crossplatform|enums.d.ts| 1877|Cross-platform capability changed|Class name: BorderStyle;<br>Method or attribute name: Dotted<br>Old version information: |Class name: BorderStyle;<br>Method or attribute name: Dotted<br>New version information: crossplatform|enums.d.ts| 1878|Cross-platform capability changed|Class name: BorderStyle;<br>Method or attribute name: Dashed<br>Old version information: |Class name: BorderStyle;<br>Method or attribute name: Dashed<br>New version information: crossplatform|enums.d.ts| 1879|Cross-platform capability changed|Class name: BorderStyle;<br>Method or attribute name: Solid<br>Old version information: |Class name: BorderStyle;<br>Method or attribute name: Solid<br>New version information: crossplatform|enums.d.ts| 1880|Cross-platform capability changed|Class name: LineJoinStyle;<br>Method or attribute name: declare enum LineJoinStyle<br>Old version information: |Class name: LineJoinStyle;<br>Method or attribute name: declare enum LineJoinStyle<br>New version information: crossplatform|enums.d.ts| 1881|Cross-platform capability changed|Class name: LineJoinStyle;<br>Method or attribute name: Miter<br>Old version information: |Class name: LineJoinStyle;<br>Method or attribute name: Miter<br>New version information: crossplatform|enums.d.ts| 1882|Cross-platform capability changed|Class name: LineJoinStyle;<br>Method or attribute name: Round<br>Old version information: |Class name: LineJoinStyle;<br>Method or attribute name: Round<br>New version information: crossplatform|enums.d.ts| 1883|Cross-platform capability changed|Class name: LineCapStyle;<br>Method or attribute name: Round<br>Old version information: |Class name: LineCapStyle;<br>Method or attribute name: Round<br>New version information: crossplatform|enums.d.ts| 1884|Cross-platform capability changed|Class name: LineJoinStyle;<br>Method or attribute name: Bevel<br>Old version information: |Class name: LineJoinStyle;<br>Method or attribute name: Bevel<br>New version information: crossplatform|enums.d.ts| 1885|Cross-platform capability changed|Class name: TouchType;<br>Method or attribute name: declare enum TouchType<br>Old version information: |Class name: TouchType;<br>Method or attribute name: declare enum TouchType<br>New version information: crossplatform|enums.d.ts| 1886|Cross-platform capability changed|Class name: TouchType;<br>Method or attribute name: Down<br>Old version information: |Class name: TouchType;<br>Method or attribute name: Down<br>New version information: crossplatform|enums.d.ts| 1887|Cross-platform capability changed|Class name: KeyType;<br>Method or attribute name: Down<br>Old version information: |Class name: KeyType;<br>Method or attribute name: Down<br>New version information: crossplatform|enums.d.ts| 1888|Cross-platform capability changed|Class name: TouchType;<br>Method or attribute name: Up<br>Old version information: |Class name: TouchType;<br>Method or attribute name: Up<br>New version information: crossplatform|enums.d.ts| 1889|Cross-platform capability changed|Class name: KeyType;<br>Method or attribute name: Up<br>Old version information: |Class name: KeyType;<br>Method or attribute name: Up<br>New version information: crossplatform|enums.d.ts| 1890|Cross-platform capability changed|Class name: TouchType;<br>Method or attribute name: Move<br>Old version information: |Class name: TouchType;<br>Method or attribute name: Move<br>New version information: crossplatform|enums.d.ts| 1891|Cross-platform capability changed|Class name: MouseAction;<br>Method or attribute name: Move<br>Old version information: |Class name: MouseAction;<br>Method or attribute name: Move<br>New version information: crossplatform|enums.d.ts| 1892|Cross-platform capability changed|Class name: TouchType;<br>Method or attribute name: Cancel<br>Old version information: |Class name: TouchType;<br>Method or attribute name: Cancel<br>New version information: crossplatform|enums.d.ts| 1893|Cross-platform capability changed|Class name: MouseButton;<br>Method or attribute name: declare enum MouseButton<br>Old version information: |Class name: MouseButton;<br>Method or attribute name: declare enum MouseButton<br>New version information: crossplatform|enums.d.ts| 1894|Cross-platform capability changed|Class name: MouseButton;<br>Method or attribute name: Left<br>Old version information: |Class name: MouseButton;<br>Method or attribute name: Left<br>New version information: crossplatform|enums.d.ts| 1895|Cross-platform capability changed|Class name: GradientDirection;<br>Method or attribute name: Left<br>Old version information: |Class name: GradientDirection;<br>Method or attribute name: Left<br>New version information: crossplatform|enums.d.ts| 1896|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: Left<br>Old version information: |Class name: Placement;<br>Method or attribute name: Left<br>New version information: crossplatform|enums.d.ts| 1897|Cross-platform capability changed|Class name: MouseButton;<br>Method or attribute name: Right<br>Old version information: |Class name: MouseButton;<br>Method or attribute name: Right<br>New version information: crossplatform|enums.d.ts| 1898|Cross-platform capability changed|Class name: GradientDirection;<br>Method or attribute name: Right<br>Old version information: |Class name: GradientDirection;<br>Method or attribute name: Right<br>New version information: crossplatform|enums.d.ts| 1899|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: Right<br>Old version information: |Class name: Placement;<br>Method or attribute name: Right<br>New version information: crossplatform|enums.d.ts| 1900|Cross-platform capability changed|Class name: MouseButton;<br>Method or attribute name: Middle<br>Old version information: |Class name: MouseButton;<br>Method or attribute name: Middle<br>New version information: crossplatform|enums.d.ts| 1901|Cross-platform capability changed|Class name: MouseButton;<br>Method or attribute name: Back<br>Old version information: |Class name: MouseButton;<br>Method or attribute name: Back<br>New version information: crossplatform|enums.d.ts| 1902|Cross-platform capability changed|Class name: MouseButton;<br>Method or attribute name: Forward<br>Old version information: |Class name: MouseButton;<br>Method or attribute name: Forward<br>New version information: crossplatform|enums.d.ts| 1903|Cross-platform capability changed|Class name: MouseAction;<br>Method or attribute name: declare enum MouseAction<br>Old version information: |Class name: MouseAction;<br>Method or attribute name: declare enum MouseAction<br>New version information: crossplatform|enums.d.ts| 1904|Cross-platform capability changed|Class name: MouseAction;<br>Method or attribute name: Press<br>Old version information: |Class name: MouseAction;<br>Method or attribute name: Press<br>New version information: crossplatform|enums.d.ts| 1905|Cross-platform capability changed|Class name: MouseAction;<br>Method or attribute name: Release<br>Old version information: |Class name: MouseAction;<br>Method or attribute name: Release<br>New version information: crossplatform|enums.d.ts| 1906|Cross-platform capability changed|Class name: MouseAction;<br>Method or attribute name: Hover<br>Old version information: |Class name: MouseAction;<br>Method or attribute name: Hover<br>New version information: crossplatform|enums.d.ts| 1907|Cross-platform capability changed|Class name: AnimationStatus;<br>Method or attribute name: declare enum AnimationStatus<br>Old version information: |Class name: AnimationStatus;<br>Method or attribute name: declare enum AnimationStatus<br>New version information: crossplatform|enums.d.ts| 1908|Cross-platform capability changed|Class name: AnimationStatus;<br>Method or attribute name: Initial<br>Old version information: |Class name: AnimationStatus;<br>Method or attribute name: Initial<br>New version information: crossplatform|enums.d.ts| 1909|Cross-platform capability changed|Class name: AnimationStatus;<br>Method or attribute name: Running<br>Old version information: |Class name: AnimationStatus;<br>Method or attribute name: Running<br>New version information: crossplatform|enums.d.ts| 1910|Cross-platform capability changed|Class name: AnimationStatus;<br>Method or attribute name: Paused<br>Old version information: |Class name: AnimationStatus;<br>Method or attribute name: Paused<br>New version information: crossplatform|enums.d.ts| 1911|Cross-platform capability changed|Class name: AnimationStatus;<br>Method or attribute name: Stopped<br>Old version information: |Class name: AnimationStatus;<br>Method or attribute name: Stopped<br>New version information: crossplatform|enums.d.ts| 1912|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: declare enum Curve<br>Old version information: |Class name: Curve;<br>Method or attribute name: declare enum Curve<br>New version information: crossplatform|enums.d.ts| 1913|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: Linear<br>Old version information: |Class name: Curve;<br>Method or attribute name: Linear<br>New version information: crossplatform|enums.d.ts| 1914|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: Ease<br>Old version information: |Class name: Curve;<br>Method or attribute name: Ease<br>New version information: crossplatform|enums.d.ts| 1915|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: EaseIn<br>Old version information: |Class name: Curve;<br>Method or attribute name: EaseIn<br>New version information: crossplatform|enums.d.ts| 1916|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: EaseOut<br>Old version information: |Class name: Curve;<br>Method or attribute name: EaseOut<br>New version information: crossplatform|enums.d.ts| 1917|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: EaseInOut<br>Old version information: |Class name: Curve;<br>Method or attribute name: EaseInOut<br>New version information: crossplatform|enums.d.ts| 1918|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: FastOutSlowIn<br>Old version information: |Class name: Curve;<br>Method or attribute name: FastOutSlowIn<br>New version information: crossplatform|enums.d.ts| 1919|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: LinearOutSlowIn<br>Old version information: |Class name: Curve;<br>Method or attribute name: LinearOutSlowIn<br>New version information: crossplatform|enums.d.ts| 1920|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: FastOutLinearIn<br>Old version information: |Class name: Curve;<br>Method or attribute name: FastOutLinearIn<br>New version information: crossplatform|enums.d.ts| 1921|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: ExtremeDeceleration<br>Old version information: |Class name: Curve;<br>Method or attribute name: ExtremeDeceleration<br>New version information: crossplatform|enums.d.ts| 1922|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: Sharp<br>Old version information: |Class name: Curve;<br>Method or attribute name: Sharp<br>New version information: crossplatform|enums.d.ts| 1923|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: Rhythm<br>Old version information: |Class name: Curve;<br>Method or attribute name: Rhythm<br>New version information: crossplatform|enums.d.ts| 1924|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: Smooth<br>Old version information: |Class name: Curve;<br>Method or attribute name: Smooth<br>New version information: crossplatform|enums.d.ts| 1925|Cross-platform capability changed|Class name: Curve;<br>Method or attribute name: Friction<br>Old version information: |Class name: Curve;<br>Method or attribute name: Friction<br>New version information: crossplatform|enums.d.ts| 1926|Cross-platform capability changed|Class name: FillMode;<br>Method or attribute name: declare enum FillMode<br>Old version information: |Class name: FillMode;<br>Method or attribute name: declare enum FillMode<br>New version information: crossplatform|enums.d.ts| 1927|Cross-platform capability changed|Class name: FillMode;<br>Method or attribute name: Forwards<br>Old version information: |Class name: FillMode;<br>Method or attribute name: Forwards<br>New version information: crossplatform|enums.d.ts| 1928|Cross-platform capability changed|Class name: FillMode;<br>Method or attribute name: Backwards<br>Old version information: |Class name: FillMode;<br>Method or attribute name: Backwards<br>New version information: crossplatform|enums.d.ts| 1929|Cross-platform capability changed|Class name: FillMode;<br>Method or attribute name: Both<br>Old version information: |Class name: FillMode;<br>Method or attribute name: Both<br>New version information: crossplatform|enums.d.ts| 1930|Cross-platform capability changed|Class name: PlayMode;<br>Method or attribute name: declare enum PlayMode<br>Old version information: |Class name: PlayMode;<br>Method or attribute name: declare enum PlayMode<br>New version information: crossplatform|enums.d.ts| 1931|Cross-platform capability changed|Class name: PlayMode;<br>Method or attribute name: Normal<br>Old version information: |Class name: PlayMode;<br>Method or attribute name: Normal<br>New version information: crossplatform|enums.d.ts| 1932|Cross-platform capability changed|Class name: FontStyle;<br>Method or attribute name: Normal<br>Old version information: |Class name: FontStyle;<br>Method or attribute name: Normal<br>New version information: crossplatform|enums.d.ts| 1933|Cross-platform capability changed|Class name: FontWeight;<br>Method or attribute name: Normal<br>Old version information: |Class name: FontWeight;<br>Method or attribute name: Normal<br>New version information: crossplatform|enums.d.ts| 1934|Cross-platform capability changed|Class name: TextCase;<br>Method or attribute name: Normal<br>Old version information: |Class name: TextCase;<br>Method or attribute name: Normal<br>New version information: crossplatform|enums.d.ts| 1935|Cross-platform capability changed|Class name: PlayMode;<br>Method or attribute name: Reverse<br>Old version information: |Class name: PlayMode;<br>Method or attribute name: Reverse<br>New version information: crossplatform|enums.d.ts| 1936|Cross-platform capability changed|Class name: PlayMode;<br>Method or attribute name: Alternate<br>Old version information: |Class name: PlayMode;<br>Method or attribute name: Alternate<br>New version information: crossplatform|enums.d.ts| 1937|Cross-platform capability changed|Class name: PlayMode;<br>Method or attribute name: AlternateReverse<br>Old version information: |Class name: PlayMode;<br>Method or attribute name: AlternateReverse<br>New version information: crossplatform|enums.d.ts| 1938|Cross-platform capability changed|Class name: KeyType;<br>Method or attribute name: declare enum KeyType<br>Old version information: |Class name: KeyType;<br>Method or attribute name: declare enum KeyType<br>New version information: crossplatform|enums.d.ts| 1939|Cross-platform capability changed|Class name: KeySource;<br>Method or attribute name: declare enum KeySource<br>Old version information: |Class name: KeySource;<br>Method or attribute name: declare enum KeySource<br>New version information: crossplatform|enums.d.ts| 1940|Cross-platform capability changed|Class name: KeySource;<br>Method or attribute name: Unknown<br>Old version information: |Class name: KeySource;<br>Method or attribute name: Unknown<br>New version information: crossplatform|enums.d.ts| 1941|Cross-platform capability changed|Class name: KeySource;<br>Method or attribute name: Keyboard<br>Old version information: |Class name: KeySource;<br>Method or attribute name: Keyboard<br>New version information: crossplatform|enums.d.ts| 1942|Cross-platform capability changed|Class name: Edge;<br>Method or attribute name: declare enum Edge<br>Old version information: |Class name: Edge;<br>Method or attribute name: declare enum Edge<br>New version information: crossplatform|enums.d.ts| 1943|Cross-platform capability changed|Class name: Edge;<br>Method or attribute name: Top<br>Old version information: |Class name: Edge;<br>Method or attribute name: Top<br>New version information: crossplatform|enums.d.ts| 1944|Cross-platform capability changed|Class name: Alignment;<br>Method or attribute name: Top<br>Old version information: |Class name: Alignment;<br>Method or attribute name: Top<br>New version information: crossplatform|enums.d.ts| 1945|Cross-platform capability changed|Class name: VerticalAlign;<br>Method or attribute name: Top<br>Old version information: |Class name: VerticalAlign;<br>Method or attribute name: Top<br>New version information: crossplatform|enums.d.ts| 1946|Cross-platform capability changed|Class name: GradientDirection;<br>Method or attribute name: Top<br>Old version information: |Class name: GradientDirection;<br>Method or attribute name: Top<br>New version information: crossplatform|enums.d.ts| 1947|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: Top<br>Old version information: |Class name: Placement;<br>Method or attribute name: Top<br>New version information: crossplatform|enums.d.ts| 1948|Cross-platform capability changed|Class name: Edge;<br>Method or attribute name: Bottom<br>Old version information: |Class name: Edge;<br>Method or attribute name: Bottom<br>New version information: crossplatform|enums.d.ts| 1949|Cross-platform capability changed|Class name: Alignment;<br>Method or attribute name: Bottom<br>Old version information: |Class name: Alignment;<br>Method or attribute name: Bottom<br>New version information: crossplatform|enums.d.ts| 1950|Cross-platform capability changed|Class name: VerticalAlign;<br>Method or attribute name: Bottom<br>Old version information: |Class name: VerticalAlign;<br>Method or attribute name: Bottom<br>New version information: crossplatform|enums.d.ts| 1951|Cross-platform capability changed|Class name: GradientDirection;<br>Method or attribute name: Bottom<br>Old version information: |Class name: GradientDirection;<br>Method or attribute name: Bottom<br>New version information: crossplatform|enums.d.ts| 1952|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: Bottom<br>Old version information: |Class name: Placement;<br>Method or attribute name: Bottom<br>New version information: crossplatform|enums.d.ts| 1953|Cross-platform capability changed|Class name: Edge;<br>Method or attribute name: Start<br>Old version information: |Class name: Edge;<br>Method or attribute name: Start<br>New version information: crossplatform|enums.d.ts| 1954|Cross-platform capability changed|Class name: Alignment;<br>Method or attribute name: Start<br>Old version information: |Class name: Alignment;<br>Method or attribute name: Start<br>New version information: crossplatform|enums.d.ts| 1955|Cross-platform capability changed|Class name: HorizontalAlign;<br>Method or attribute name: Start<br>Old version information: |Class name: HorizontalAlign;<br>Method or attribute name: Start<br>New version information: crossplatform|enums.d.ts| 1956|Cross-platform capability changed|Class name: FlexAlign;<br>Method or attribute name: Start<br>Old version information: |Class name: FlexAlign;<br>Method or attribute name: Start<br>New version information: crossplatform|enums.d.ts| 1957|Cross-platform capability changed|Class name: ItemAlign;<br>Method or attribute name: Start<br>Old version information: |Class name: ItemAlign;<br>Method or attribute name: Start<br>New version information: crossplatform|enums.d.ts| 1958|Cross-platform capability changed|Class name: TextAlign;<br>Method or attribute name: Start<br>Old version information: |Class name: TextAlign;<br>Method or attribute name: Start<br>New version information: crossplatform|enums.d.ts| 1959|Cross-platform capability changed|Class name: Edge;<br>Method or attribute name: End<br>Old version information: |Class name: Edge;<br>Method or attribute name: End<br>New version information: crossplatform|enums.d.ts| 1960|Cross-platform capability changed|Class name: Alignment;<br>Method or attribute name: End<br>Old version information: |Class name: Alignment;<br>Method or attribute name: End<br>New version information: crossplatform|enums.d.ts| 1961|Cross-platform capability changed|Class name: HorizontalAlign;<br>Method or attribute name: End<br>Old version information: |Class name: HorizontalAlign;<br>Method or attribute name: End<br>New version information: crossplatform|enums.d.ts| 1962|Cross-platform capability changed|Class name: FlexAlign;<br>Method or attribute name: End<br>Old version information: |Class name: FlexAlign;<br>Method or attribute name: End<br>New version information: crossplatform|enums.d.ts| 1963|Cross-platform capability changed|Class name: ItemAlign;<br>Method or attribute name: End<br>Old version information: |Class name: ItemAlign;<br>Method or attribute name: End<br>New version information: crossplatform|enums.d.ts| 1964|Cross-platform capability changed|Class name: TextAlign;<br>Method or attribute name: End<br>Old version information: |Class name: TextAlign;<br>Method or attribute name: End<br>New version information: crossplatform|enums.d.ts| 1965|Cross-platform capability changed|Class name: Week;<br>Method or attribute name: declare enum Week<br>Old version information: |Class name: Week;<br>Method or attribute name: declare enum Week<br>New version information: crossplatform|enums.d.ts| 1966|Cross-platform capability changed|Class name: Week;<br>Method or attribute name: Mon<br>Old version information: |Class name: Week;<br>Method or attribute name: Mon<br>New version information: crossplatform|enums.d.ts| 1967|Cross-platform capability changed|Class name: Week;<br>Method or attribute name: Tue<br>Old version information: |Class name: Week;<br>Method or attribute name: Tue<br>New version information: crossplatform|enums.d.ts| 1968|Cross-platform capability changed|Class name: Week;<br>Method or attribute name: Wed<br>Old version information: |Class name: Week;<br>Method or attribute name: Wed<br>New version information: crossplatform|enums.d.ts| 1969|Cross-platform capability changed|Class name: Week;<br>Method or attribute name: Thur<br>Old version information: |Class name: Week;<br>Method or attribute name: Thur<br>New version information: crossplatform|enums.d.ts| 1970|Cross-platform capability changed|Class name: Week;<br>Method or attribute name: Fri<br>Old version information: |Class name: Week;<br>Method or attribute name: Fri<br>New version information: crossplatform|enums.d.ts| 1971|Cross-platform capability changed|Class name: Week;<br>Method or attribute name: Sat<br>Old version information: |Class name: Week;<br>Method or attribute name: Sat<br>New version information: crossplatform|enums.d.ts| 1972|Cross-platform capability changed|Class name: Week;<br>Method or attribute name: Sun<br>Old version information: |Class name: Week;<br>Method or attribute name: Sun<br>New version information: crossplatform|enums.d.ts| 1973|Cross-platform capability changed|Class name: Direction;<br>Method or attribute name: declare enum Direction<br>Old version information: |Class name: Direction;<br>Method or attribute name: declare enum Direction<br>New version information: crossplatform|enums.d.ts| 1974|Cross-platform capability changed|Class name: Direction;<br>Method or attribute name: Ltr<br>Old version information: |Class name: Direction;<br>Method or attribute name: Ltr<br>New version information: crossplatform|enums.d.ts| 1975|Cross-platform capability changed|Class name: Direction;<br>Method or attribute name: Rtl<br>Old version information: |Class name: Direction;<br>Method or attribute name: Rtl<br>New version information: crossplatform|enums.d.ts| 1976|Cross-platform capability changed|Class name: BarState;<br>Method or attribute name: declare enum BarState<br>Old version information: |Class name: BarState;<br>Method or attribute name: declare enum BarState<br>New version information: crossplatform|enums.d.ts| 1977|Cross-platform capability changed|Class name: BarState;<br>Method or attribute name: Off<br>Old version information: |Class name: BarState;<br>Method or attribute name: Off<br>New version information: crossplatform|enums.d.ts| 1978|Cross-platform capability changed|Class name: BarState;<br>Method or attribute name: On<br>Old version information: |Class name: BarState;<br>Method or attribute name: On<br>New version information: crossplatform|enums.d.ts| 1979|Cross-platform capability changed|Class name: EdgeEffect;<br>Method or attribute name: declare enum EdgeEffect<br>Old version information: |Class name: EdgeEffect;<br>Method or attribute name: declare enum EdgeEffect<br>New version information: crossplatform|enums.d.ts| 1980|Cross-platform capability changed|Class name: EdgeEffect;<br>Method or attribute name: Spring<br>Old version information: |Class name: EdgeEffect;<br>Method or attribute name: Spring<br>New version information: crossplatform|enums.d.ts| 1981|Cross-platform capability changed|Class name: EdgeEffect;<br>Method or attribute name: Fade<br>Old version information: |Class name: EdgeEffect;<br>Method or attribute name: Fade<br>New version information: crossplatform|enums.d.ts| 1982|Cross-platform capability changed|Class name: Alignment;<br>Method or attribute name: declare enum Alignment<br>Old version information: |Class name: Alignment;<br>Method or attribute name: declare enum Alignment<br>New version information: crossplatform|enums.d.ts| 1983|Cross-platform capability changed|Class name: Alignment;<br>Method or attribute name: TopStart<br>Old version information: |Class name: Alignment;<br>Method or attribute name: TopStart<br>New version information: crossplatform|enums.d.ts| 1984|Cross-platform capability changed|Class name: Alignment;<br>Method or attribute name: TopEnd<br>Old version information: |Class name: Alignment;<br>Method or attribute name: TopEnd<br>New version information: crossplatform|enums.d.ts| 1985|Cross-platform capability changed|Class name: Alignment;<br>Method or attribute name: Center<br>Old version information: |Class name: Alignment;<br>Method or attribute name: Center<br>New version information: crossplatform|enums.d.ts| 1986|Cross-platform capability changed|Class name: HorizontalAlign;<br>Method or attribute name: Center<br>Old version information: |Class name: HorizontalAlign;<br>Method or attribute name: Center<br>New version information: crossplatform|enums.d.ts| 1987|Cross-platform capability changed|Class name: FlexAlign;<br>Method or attribute name: Center<br>Old version information: |Class name: FlexAlign;<br>Method or attribute name: Center<br>New version information: crossplatform|enums.d.ts| 1988|Cross-platform capability changed|Class name: ItemAlign;<br>Method or attribute name: Center<br>Old version information: |Class name: ItemAlign;<br>Method or attribute name: Center<br>New version information: crossplatform|enums.d.ts| 1989|Cross-platform capability changed|Class name: VerticalAlign;<br>Method or attribute name: Center<br>Old version information: |Class name: VerticalAlign;<br>Method or attribute name: Center<br>New version information: crossplatform|enums.d.ts| 1990|Cross-platform capability changed|Class name: TextAlign;<br>Method or attribute name: Center<br>Old version information: |Class name: TextAlign;<br>Method or attribute name: Center<br>New version information: crossplatform|enums.d.ts| 1991|Cross-platform capability changed|Class name: Alignment;<br>Method or attribute name: BottomStart<br>Old version information: |Class name: Alignment;<br>Method or attribute name: BottomStart<br>New version information: crossplatform|enums.d.ts| 1992|Cross-platform capability changed|Class name: Alignment;<br>Method or attribute name: BottomEnd<br>Old version information: |Class name: Alignment;<br>Method or attribute name: BottomEnd<br>New version information: crossplatform|enums.d.ts| 1993|Cross-platform capability changed|Class name: TransitionType;<br>Method or attribute name: declare enum TransitionType<br>Old version information: |Class name: TransitionType;<br>Method or attribute name: declare enum TransitionType<br>New version information: crossplatform|enums.d.ts| 1994|Cross-platform capability changed|Class name: TransitionType;<br>Method or attribute name: All<br>Old version information: |Class name: TransitionType;<br>Method or attribute name: All<br>New version information: crossplatform|enums.d.ts| 1995|Cross-platform capability changed|Class name: TransitionType;<br>Method or attribute name: Insert<br>Old version information: |Class name: TransitionType;<br>Method or attribute name: Insert<br>New version information: crossplatform|enums.d.ts| 1996|Cross-platform capability changed|Class name: TransitionType;<br>Method or attribute name: Delete<br>Old version information: |Class name: TransitionType;<br>Method or attribute name: Delete<br>New version information: crossplatform|enums.d.ts| 1997|Cross-platform capability changed|Class name: RelateType;<br>Method or attribute name: declare enum RelateType<br>Old version information: |Class name: RelateType;<br>Method or attribute name: declare enum RelateType<br>New version information: crossplatform|enums.d.ts| 1998|Cross-platform capability changed|Class name: RelateType;<br>Method or attribute name: FILL<br>Old version information: |Class name: RelateType;<br>Method or attribute name: FILL<br>New version information: crossplatform|enums.d.ts| 1999|Cross-platform capability changed|Class name: RelateType;<br>Method or attribute name: FIT<br>Old version information: |Class name: RelateType;<br>Method or attribute name: FIT<br>New version information: crossplatform|enums.d.ts| 2000|Cross-platform capability changed|Class name: Visibility;<br>Method or attribute name: declare enum Visibility<br>Old version information: |Class name: Visibility;<br>Method or attribute name: declare enum Visibility<br>New version information: crossplatform|enums.d.ts| 2001|Cross-platform capability changed|Class name: Visibility;<br>Method or attribute name: Visible<br>Old version information: |Class name: Visibility;<br>Method or attribute name: Visible<br>New version information: crossplatform|enums.d.ts| 2002|Cross-platform capability changed|Class name: Visibility;<br>Method or attribute name: Hidden<br>Old version information: |Class name: Visibility;<br>Method or attribute name: Hidden<br>New version information: crossplatform|enums.d.ts| 2003|Cross-platform capability changed|Class name: LineCapStyle;<br>Method or attribute name: declare enum LineCapStyle<br>Old version information: |Class name: LineCapStyle;<br>Method or attribute name: declare enum LineCapStyle<br>New version information: crossplatform|enums.d.ts| 2004|Cross-platform capability changed|Class name: LineCapStyle;<br>Method or attribute name: Butt<br>Old version information: |Class name: LineCapStyle;<br>Method or attribute name: Butt<br>New version information: crossplatform|enums.d.ts| 2005|Cross-platform capability changed|Class name: LineCapStyle;<br>Method or attribute name: Square<br>Old version information: |Class name: LineCapStyle;<br>Method or attribute name: Square<br>New version information: crossplatform|enums.d.ts| 2006|Cross-platform capability changed|Class name: Axis;<br>Method or attribute name: declare enum Axis<br>Old version information: |Class name: Axis;<br>Method or attribute name: declare enum Axis<br>New version information: crossplatform|enums.d.ts| 2007|Cross-platform capability changed|Class name: Axis;<br>Method or attribute name: Vertical<br>Old version information: |Class name: Axis;<br>Method or attribute name: Vertical<br>New version information: crossplatform|enums.d.ts| 2008|Cross-platform capability changed|Class name: Axis;<br>Method or attribute name: Horizontal<br>Old version information: |Class name: Axis;<br>Method or attribute name: Horizontal<br>New version information: crossplatform|enums.d.ts| 2009|Cross-platform capability changed|Class name: HorizontalAlign;<br>Method or attribute name: declare enum HorizontalAlign<br>Old version information: |Class name: HorizontalAlign;<br>Method or attribute name: declare enum HorizontalAlign<br>New version information: crossplatform|enums.d.ts| 2010|Cross-platform capability changed|Class name: FlexAlign;<br>Method or attribute name: declare enum FlexAlign<br>Old version information: |Class name: FlexAlign;<br>Method or attribute name: declare enum FlexAlign<br>New version information: crossplatform|enums.d.ts| 2011|Cross-platform capability changed|Class name: FlexAlign;<br>Method or attribute name: SpaceBetween<br>Old version information: |Class name: FlexAlign;<br>Method or attribute name: SpaceBetween<br>New version information: crossplatform|enums.d.ts| 2012|Cross-platform capability changed|Class name: FlexAlign;<br>Method or attribute name: SpaceAround<br>Old version information: |Class name: FlexAlign;<br>Method or attribute name: SpaceAround<br>New version information: crossplatform|enums.d.ts| 2013|Cross-platform capability changed|Class name: FlexAlign;<br>Method or attribute name: SpaceEvenly<br>Old version information: |Class name: FlexAlign;<br>Method or attribute name: SpaceEvenly<br>New version information: crossplatform|enums.d.ts| 2014|Cross-platform capability changed|Class name: ItemAlign;<br>Method or attribute name: declare enum ItemAlign<br>Old version information: |Class name: ItemAlign;<br>Method or attribute name: declare enum ItemAlign<br>New version information: crossplatform|enums.d.ts| 2015|Cross-platform capability changed|Class name: ItemAlign;<br>Method or attribute name: Baseline<br>Old version information: |Class name: ItemAlign;<br>Method or attribute name: Baseline<br>New version information: crossplatform|enums.d.ts| 2016|Cross-platform capability changed|Class name: ItemAlign;<br>Method or attribute name: Stretch<br>Old version information: |Class name: ItemAlign;<br>Method or attribute name: Stretch<br>New version information: crossplatform|enums.d.ts| 2017|Cross-platform capability changed|Class name: FlexDirection;<br>Method or attribute name: declare enum FlexDirection<br>Old version information: |Class name: FlexDirection;<br>Method or attribute name: declare enum FlexDirection<br>New version information: crossplatform|enums.d.ts| 2018|Cross-platform capability changed|Class name: FlexDirection;<br>Method or attribute name: Row<br>Old version information: |Class name: FlexDirection;<br>Method or attribute name: Row<br>New version information: crossplatform|enums.d.ts| 2019|Cross-platform capability changed|Class name: FlexDirection;<br>Method or attribute name: Column<br>Old version information: |Class name: FlexDirection;<br>Method or attribute name: Column<br>New version information: crossplatform|enums.d.ts| 2020|Cross-platform capability changed|Class name: FlexDirection;<br>Method or attribute name: RowReverse<br>Old version information: |Class name: FlexDirection;<br>Method or attribute name: RowReverse<br>New version information: crossplatform|enums.d.ts| 2021|Cross-platform capability changed|Class name: FlexDirection;<br>Method or attribute name: ColumnReverse<br>Old version information: |Class name: FlexDirection;<br>Method or attribute name: ColumnReverse<br>New version information: crossplatform|enums.d.ts| 2022|Cross-platform capability changed|Class name: FlexWrap;<br>Method or attribute name: declare enum FlexWrap<br>Old version information: |Class name: FlexWrap;<br>Method or attribute name: declare enum FlexWrap<br>New version information: crossplatform|enums.d.ts| 2023|Cross-platform capability changed|Class name: FlexWrap;<br>Method or attribute name: NoWrap<br>Old version information: |Class name: FlexWrap;<br>Method or attribute name: NoWrap<br>New version information: crossplatform|enums.d.ts| 2024|Cross-platform capability changed|Class name: FlexWrap;<br>Method or attribute name: Wrap<br>Old version information: |Class name: FlexWrap;<br>Method or attribute name: Wrap<br>New version information: crossplatform|enums.d.ts| 2025|Cross-platform capability changed|Class name: FlexWrap;<br>Method or attribute name: WrapReverse<br>Old version information: |Class name: FlexWrap;<br>Method or attribute name: WrapReverse<br>New version information: crossplatform|enums.d.ts| 2026|Cross-platform capability changed|Class name: VerticalAlign;<br>Method or attribute name: declare enum VerticalAlign<br>Old version information: |Class name: VerticalAlign;<br>Method or attribute name: declare enum VerticalAlign<br>New version information: crossplatform|enums.d.ts| 2027|Cross-platform capability changed|Class name: ImageRepeat;<br>Method or attribute name: declare enum ImageRepeat<br>Old version information: |Class name: ImageRepeat;<br>Method or attribute name: declare enum ImageRepeat<br>New version information: crossplatform|enums.d.ts| 2028|Cross-platform capability changed|Class name: ImageRepeat;<br>Method or attribute name: NoRepeat<br>Old version information: |Class name: ImageRepeat;<br>Method or attribute name: NoRepeat<br>New version information: crossplatform|enums.d.ts| 2029|Cross-platform capability changed|Class name: ImageRepeat;<br>Method or attribute name: X<br>Old version information: |Class name: ImageRepeat;<br>Method or attribute name: X<br>New version information: crossplatform|enums.d.ts| 2030|Cross-platform capability changed|Class name: ImageRepeat;<br>Method or attribute name: Y<br>Old version information: |Class name: ImageRepeat;<br>Method or attribute name: Y<br>New version information: crossplatform|enums.d.ts| 2031|Cross-platform capability changed|Class name: ImageRepeat;<br>Method or attribute name: XY<br>Old version information: |Class name: ImageRepeat;<br>Method or attribute name: XY<br>New version information: crossplatform|enums.d.ts| 2032|Cross-platform capability changed|Class name: ImageSize;<br>Method or attribute name: declare enum ImageSize<br>Old version information: |Class name: ImageSize;<br>Method or attribute name: declare enum ImageSize<br>New version information: crossplatform|enums.d.ts| 2033|Cross-platform capability changed|Class name: GradientDirection;<br>Method or attribute name: declare enum GradientDirection<br>Old version information: |Class name: GradientDirection;<br>Method or attribute name: declare enum GradientDirection<br>New version information: crossplatform|enums.d.ts| 2034|Cross-platform capability changed|Class name: GradientDirection;<br>Method or attribute name: LeftTop<br>Old version information: |Class name: GradientDirection;<br>Method or attribute name: LeftTop<br>New version information: crossplatform|enums.d.ts| 2035|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: LeftTop<br>Old version information: |Class name: Placement;<br>Method or attribute name: LeftTop<br>New version information: crossplatform|enums.d.ts| 2036|Cross-platform capability changed|Class name: GradientDirection;<br>Method or attribute name: LeftBottom<br>Old version information: |Class name: GradientDirection;<br>Method or attribute name: LeftBottom<br>New version information: crossplatform|enums.d.ts| 2037|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: LeftBottom<br>Old version information: |Class name: Placement;<br>Method or attribute name: LeftBottom<br>New version information: crossplatform|enums.d.ts| 2038|Cross-platform capability changed|Class name: GradientDirection;<br>Method or attribute name: RightTop<br>Old version information: |Class name: GradientDirection;<br>Method or attribute name: RightTop<br>New version information: crossplatform|enums.d.ts| 2039|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: RightTop<br>Old version information: |Class name: Placement;<br>Method or attribute name: RightTop<br>New version information: crossplatform|enums.d.ts| 2040|Cross-platform capability changed|Class name: GradientDirection;<br>Method or attribute name: RightBottom<br>Old version information: |Class name: GradientDirection;<br>Method or attribute name: RightBottom<br>New version information: crossplatform|enums.d.ts| 2041|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: RightBottom<br>Old version information: |Class name: Placement;<br>Method or attribute name: RightBottom<br>New version information: crossplatform|enums.d.ts| 2042|Cross-platform capability changed|Class name: SharedTransitionEffectType;<br>Method or attribute name: declare enum SharedTransitionEffectType<br>Old version information: |Class name: SharedTransitionEffectType;<br>Method or attribute name: declare enum SharedTransitionEffectType<br>New version information: crossplatform|enums.d.ts| 2043|Cross-platform capability changed|Class name: SharedTransitionEffectType;<br>Method or attribute name: Static<br>Old version information: |Class name: SharedTransitionEffectType;<br>Method or attribute name: Static<br>New version information: crossplatform|enums.d.ts| 2044|Cross-platform capability changed|Class name: SharedTransitionEffectType;<br>Method or attribute name: Exchange<br>Old version information: |Class name: SharedTransitionEffectType;<br>Method or attribute name: Exchange<br>New version information: crossplatform|enums.d.ts| 2045|Cross-platform capability changed|Class name: FontStyle;<br>Method or attribute name: declare enum FontStyle<br>Old version information: |Class name: FontStyle;<br>Method or attribute name: declare enum FontStyle<br>New version information: crossplatform|enums.d.ts| 2046|Cross-platform capability changed|Class name: FontStyle;<br>Method or attribute name: Italic<br>Old version information: |Class name: FontStyle;<br>Method or attribute name: Italic<br>New version information: crossplatform|enums.d.ts| 2047|Cross-platform capability changed|Class name: FontWeight;<br>Method or attribute name: declare enum FontWeight<br>Old version information: |Class name: FontWeight;<br>Method or attribute name: declare enum FontWeight<br>New version information: crossplatform|enums.d.ts| 2048|Cross-platform capability changed|Class name: FontWeight;<br>Method or attribute name: Lighter<br>Old version information: |Class name: FontWeight;<br>Method or attribute name: Lighter<br>New version information: crossplatform|enums.d.ts| 2049|Cross-platform capability changed|Class name: FontWeight;<br>Method or attribute name: Regular<br>Old version information: |Class name: FontWeight;<br>Method or attribute name: Regular<br>New version information: crossplatform|enums.d.ts| 2050|Cross-platform capability changed|Class name: FontWeight;<br>Method or attribute name: Medium<br>Old version information: |Class name: FontWeight;<br>Method or attribute name: Medium<br>New version information: crossplatform|enums.d.ts| 2051|Cross-platform capability changed|Class name: FontWeight;<br>Method or attribute name: Bold<br>Old version information: |Class name: FontWeight;<br>Method or attribute name: Bold<br>New version information: crossplatform|enums.d.ts| 2052|Cross-platform capability changed|Class name: FontWeight;<br>Method or attribute name: Bolder<br>Old version information: |Class name: FontWeight;<br>Method or attribute name: Bolder<br>New version information: crossplatform|enums.d.ts| 2053|Cross-platform capability changed|Class name: TextAlign;<br>Method or attribute name: declare enum TextAlign<br>Old version information: |Class name: TextAlign;<br>Method or attribute name: declare enum TextAlign<br>New version information: crossplatform|enums.d.ts| 2054|Cross-platform capability changed|Class name: TextOverflow;<br>Method or attribute name: declare enum TextOverflow<br>Old version information: |Class name: TextOverflow;<br>Method or attribute name: declare enum TextOverflow<br>New version information: crossplatform|enums.d.ts| 2055|Cross-platform capability changed|Class name: TextOverflow;<br>Method or attribute name: Clip<br>Old version information: |Class name: TextOverflow;<br>Method or attribute name: Clip<br>New version information: crossplatform|enums.d.ts| 2056|Cross-platform capability changed|Class name: TextOverflow;<br>Method or attribute name: Ellipsis<br>Old version information: |Class name: TextOverflow;<br>Method or attribute name: Ellipsis<br>New version information: crossplatform|enums.d.ts| 2057|Cross-platform capability changed|Class name: TextDecorationType;<br>Method or attribute name: declare enum TextDecorationType<br>Old version information: |Class name: TextDecorationType;<br>Method or attribute name: declare enum TextDecorationType<br>New version information: crossplatform|enums.d.ts| 2058|Cross-platform capability changed|Class name: TextDecorationType;<br>Method or attribute name: Underline<br>Old version information: |Class name: TextDecorationType;<br>Method or attribute name: Underline<br>New version information: crossplatform|enums.d.ts| 2059|Cross-platform capability changed|Class name: TextDecorationType;<br>Method or attribute name: Overline<br>Old version information: |Class name: TextDecorationType;<br>Method or attribute name: Overline<br>New version information: crossplatform|enums.d.ts| 2060|Cross-platform capability changed|Class name: TextDecorationType;<br>Method or attribute name: LineThrough<br>Old version information: |Class name: TextDecorationType;<br>Method or attribute name: LineThrough<br>New version information: crossplatform|enums.d.ts| 2061|Cross-platform capability changed|Class name: TextCase;<br>Method or attribute name: declare enum TextCase<br>Old version information: |Class name: TextCase;<br>Method or attribute name: declare enum TextCase<br>New version information: crossplatform|enums.d.ts| 2062|Cross-platform capability changed|Class name: TextCase;<br>Method or attribute name: LowerCase<br>Old version information: |Class name: TextCase;<br>Method or attribute name: LowerCase<br>New version information: crossplatform|enums.d.ts| 2063|Cross-platform capability changed|Class name: TextCase;<br>Method or attribute name: UpperCase<br>Old version information: |Class name: TextCase;<br>Method or attribute name: UpperCase<br>New version information: crossplatform|enums.d.ts| 2064|Cross-platform capability changed|Class name: ResponseType;<br>Method or attribute name: declare enum ResponseType<br>Old version information: |Class name: ResponseType;<br>Method or attribute name: declare enum ResponseType<br>New version information: crossplatform|enums.d.ts| 2065|Cross-platform capability changed|Class name: ResponseType;<br>Method or attribute name: RightClick<br>Old version information: |Class name: ResponseType;<br>Method or attribute name: RightClick<br>New version information: crossplatform|enums.d.ts| 2066|Cross-platform capability changed|Class name: ResponseType;<br>Method or attribute name: LongPress<br>Old version information: |Class name: ResponseType;<br>Method or attribute name: LongPress<br>New version information: crossplatform|enums.d.ts| 2067|Cross-platform capability changed|Class name: HoverEffect;<br>Method or attribute name: declare enum HoverEffect<br>Old version information: |Class name: HoverEffect;<br>Method or attribute name: declare enum HoverEffect<br>New version information: crossplatform|enums.d.ts| 2068|Cross-platform capability changed|Class name: HoverEffect;<br>Method or attribute name: Scale<br>Old version information: |Class name: HoverEffect;<br>Method or attribute name: Scale<br>New version information: crossplatform|enums.d.ts| 2069|Cross-platform capability changed|Class name: HoverEffect;<br>Method or attribute name: Highlight<br>Old version information: |Class name: HoverEffect;<br>Method or attribute name: Highlight<br>New version information: crossplatform|enums.d.ts| 2070|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: declare enum Placement<br>Old version information: |Class name: Placement;<br>Method or attribute name: declare enum Placement<br>New version information: crossplatform|enums.d.ts| 2071|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: TopLeft<br>Old version information: |Class name: Placement;<br>Method or attribute name: TopLeft<br>New version information: crossplatform|enums.d.ts| 2072|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: TopRight<br>Old version information: |Class name: Placement;<br>Method or attribute name: TopRight<br>New version information: crossplatform|enums.d.ts| 2073|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: BottomLeft<br>Old version information: |Class name: Placement;<br>Method or attribute name: BottomLeft<br>New version information: crossplatform|enums.d.ts| 2074|Cross-platform capability changed|Class name: Placement;<br>Method or attribute name: BottomRight<br>Old version information: |Class name: Placement;<br>Method or attribute name: BottomRight<br>New version information: crossplatform|enums.d.ts| 2075|Cross-platform capability changed|Class name: CopyOptions;<br>Method or attribute name: declare enum CopyOptions<br>Old version information: |Class name: CopyOptions;<br>Method or attribute name: declare enum CopyOptions<br>New version information: crossplatform|enums.d.ts| 2076|Cross-platform capability changed|Class name: CopyOptions;<br>Method or attribute name: None = 0<br>Old version information: |Class name: CopyOptions;<br>Method or attribute name: None = 0<br>New version information: crossplatform|enums.d.ts| 2077|Cross-platform capability changed|Class name: CopyOptions;<br>Method or attribute name: InApp = 1<br>Old version information: |Class name: CopyOptions;<br>Method or attribute name: InApp = 1<br>New version information: crossplatform|enums.d.ts| 2078|Cross-platform capability changed|Class name: CopyOptions;<br>Method or attribute name: LocalDevice = 2<br>Old version information: |Class name: CopyOptions;<br>Method or attribute name: LocalDevice = 2<br>New version information: crossplatform|enums.d.ts| 2079|Cross-platform capability changed|Class name: HitTestMode;<br>Method or attribute name: declare enum HitTestMode<br>Old version information: |Class name: HitTestMode;<br>Method or attribute name: declare enum HitTestMode<br>New version information: crossplatform|enums.d.ts| 2080|Cross-platform capability changed|Class name: HitTestMode;<br>Method or attribute name: Default<br>Old version information: |Class name: HitTestMode;<br>Method or attribute name: Default<br>New version information: crossplatform|enums.d.ts| 2081|Cross-platform capability changed|Class name: HitTestMode;<br>Method or attribute name: Block<br>Old version information: |Class name: HitTestMode;<br>Method or attribute name: Block<br>New version information: crossplatform|enums.d.ts| 2082|Cross-platform capability changed|Class name: TitleHeight;<br>Method or attribute name: declare enum TitleHeight<br>Old version information: |Class name: TitleHeight;<br>Method or attribute name: declare enum TitleHeight<br>New version information: crossplatform|enums.d.ts| 2083|Cross-platform capability changed|Class name: TitleHeight;<br>Method or attribute name: MainOnly<br>Old version information: |Class name: TitleHeight;<br>Method or attribute name: MainOnly<br>New version information: crossplatform|enums.d.ts| 2084|Cross-platform capability changed|Class name: TitleHeight;<br>Method or attribute name: MainWithSub<br>Old version information: |Class name: TitleHeight;<br>Method or attribute name: MainWithSub<br>New version information: crossplatform|enums.d.ts| 2085|Cross-platform capability changed|Class name: FlexOptions;<br>Method or attribute name: declare interface FlexOptions<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: declare interface FlexOptions<br>New version information: crossplatform|flex.d.ts| 2086|Cross-platform capability changed|Class name: FlexOptions;<br>Method or attribute name: direction?: FlexDirection;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: direction?: FlexDirection;<br>New version information: crossplatform|flex.d.ts| 2087|Cross-platform capability changed|Class name: FlexOptions;<br>Method or attribute name: wrap?: FlexWrap;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: wrap?: FlexWrap;<br>New version information: crossplatform|flex.d.ts| 2088|Cross-platform capability changed|Class name: FlexOptions;<br>Method or attribute name: justifyContent?: FlexAlign;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: justifyContent?: FlexAlign;<br>New version information: crossplatform|flex.d.ts| 2089|Cross-platform capability changed|Class name: FlexOptions;<br>Method or attribute name: alignItems?: ItemAlign;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: alignItems?: ItemAlign;<br>New version information: crossplatform|flex.d.ts| 2090|Cross-platform capability changed|Class name: FlexOptions;<br>Method or attribute name: alignContent?: FlexAlign;<br>Old version information: |Class name: FlexOptions;<br>Method or attribute name: alignContent?: FlexAlign;<br>New version information: crossplatform|flex.d.ts| 2091|Cross-platform capability changed|Class name: FlexInterface;<br>Method or attribute name: interface FlexInterface<br>Old version information: |Class name: FlexInterface;<br>Method or attribute name: interface FlexInterface<br>New version information: crossplatform|flex.d.ts| 2092|Cross-platform capability changed|Class name: FlexInterface;<br>Method or attribute name: (value?: FlexOptions): FlexAttribute;<br>Old version information: |Class name: FlexInterface;<br>Method or attribute name: (value?: FlexOptions): FlexAttribute;<br>New version information: crossplatform|flex.d.ts| 2093|Cross-platform capability changed|Class name: FlexAttribute;<br>Method or attribute name: declare class FlexAttribute<br>Old version information: |Class name: FlexAttribute;<br>Method or attribute name: declare class FlexAttribute<br>New version information: crossplatform|flex.d.ts| 2094|Cross-platform capability changed|Class name: FlowItemInterface;<br>Method or attribute name: interface FlowItemInterface<br>Old version information: |Class name: FlowItemInterface;<br>Method or attribute name: interface FlowItemInterface<br>New version information: crossplatform|flow_item.d.ts| 2095|Cross-platform capability changed|Class name: FlowItemInterface;<br>Method or attribute name: (): FlowItemAttribute;<br>Old version information: |Class name: FlowItemInterface;<br>Method or attribute name: (): FlowItemAttribute;<br>New version information: crossplatform|flow_item.d.ts| 2096|Cross-platform capability changed|Class name: FlowItemAttribute;<br>Method or attribute name: declare class FlowItemAttribute<br>Old version information: |Class name: FlowItemAttribute;<br>Method or attribute name: declare class FlowItemAttribute<br>New version information: crossplatform|flow_item.d.ts| 2097|Cross-platform capability changed|Class name: ForEachInterface;<br>Method or attribute name: interface ForEachInterface<br>Old version information: |Class name: ForEachInterface;<br>Method or attribute name: interface ForEachInterface<br>New version information: crossplatform|for_each.d.ts| 2098|Cross-platform capability changed|Class name: ForEachInterface;<br>Method or attribute name: (<br> arr: Array\<any>,<br> itemGenerator: (item: any, index: number) => void,<br> keyGenerator?: (item: any, index: number) => string,<br> ): ForEachInterface;<br>Old version information: |Class name: ForEachInterface;<br>Method or attribute name: (<br> arr: Array\<any>,<br> itemGenerator: (item: any, index: number) => void,<br> keyGenerator?: (item: any, index: number) => string,<br> ): ForEachInterface;<br>New version information: crossplatform|for_each.d.ts| 2099|Cross-platform capability changed|Class name: GaugeInterface;<br>Method or attribute name: interface GaugeInterface<br>Old version information: |Class name: GaugeInterface;<br>Method or attribute name: interface GaugeInterface<br>New version information: crossplatform|gauge.d.ts| 2100|Cross-platform capability changed|Class name: GaugeInterface;<br>Method or attribute name: (options: { value: number; min?: number; max?: number }): GaugeAttribute;<br>Old version information: |Class name: GaugeInterface;<br>Method or attribute name: (options: { value: number; min?: number; max?: number }): GaugeAttribute;<br>New version information: crossplatform|gauge.d.ts| 2101|Cross-platform capability changed|Class name: GaugeAttribute;<br>Method or attribute name: declare class GaugeAttribute<br>Old version information: |Class name: GaugeAttribute;<br>Method or attribute name: declare class GaugeAttribute<br>New version information: crossplatform|gauge.d.ts| 2102|Cross-platform capability changed|Class name: GaugeAttribute;<br>Method or attribute name: value(value: number): GaugeAttribute;<br>Old version information: |Class name: GaugeAttribute;<br>Method or attribute name: value(value: number): GaugeAttribute;<br>New version information: crossplatform|gauge.d.ts| 2103|Cross-platform capability changed|Class name: GaugeAttribute;<br>Method or attribute name: startAngle(angle: number): GaugeAttribute;<br>Old version information: |Class name: GaugeAttribute;<br>Method or attribute name: startAngle(angle: number): GaugeAttribute;<br>New version information: crossplatform|gauge.d.ts| 2104|Cross-platform capability changed|Class name: GaugeAttribute;<br>Method or attribute name: endAngle(angle: number): GaugeAttribute;<br>Old version information: |Class name: GaugeAttribute;<br>Method or attribute name: endAngle(angle: number): GaugeAttribute;<br>New version information: crossplatform|gauge.d.ts| 2105|Cross-platform capability changed|Class name: GaugeAttribute;<br>Method or attribute name: colors(colors: Array\<[ResourceColor, number]>): GaugeAttribute;<br>Old version information: |Class name: GaugeAttribute;<br>Method or attribute name: colors(colors: Array\<[ResourceColor, number]>): GaugeAttribute;<br>New version information: crossplatform|gauge.d.ts| 2106|Cross-platform capability changed|Class name: GaugeAttribute;<br>Method or attribute name: strokeWidth(length: Length): GaugeAttribute;<br>Old version information: |Class name: GaugeAttribute;<br>Method or attribute name: strokeWidth(length: Length): GaugeAttribute;<br>New version information: crossplatform|gauge.d.ts| 2107|Cross-platform capability changed|Class name: PanDirection;<br>Method or attribute name: declare enum PanDirection<br>Old version information: |Class name: PanDirection;<br>Method or attribute name: declare enum PanDirection<br>New version information: crossplatform|gesture.d.ts| 2108|Cross-platform capability changed|Class name: PanDirection;<br>Method or attribute name: None<br>Old version information: |Class name: PanDirection;<br>Method or attribute name: None<br>New version information: crossplatform|gesture.d.ts| 2109|Cross-platform capability changed|Class name: SwipeDirection;<br>Method or attribute name: None<br>Old version information: |Class name: SwipeDirection;<br>Method or attribute name: None<br>New version information: crossplatform|gesture.d.ts| 2110|Cross-platform capability changed|Class name: PanDirection;<br>Method or attribute name: Horizontal<br>Old version information: |Class name: PanDirection;<br>Method or attribute name: Horizontal<br>New version information: crossplatform|gesture.d.ts| 2111|Cross-platform capability changed|Class name: SwipeDirection;<br>Method or attribute name: Horizontal<br>Old version information: |Class name: SwipeDirection;<br>Method or attribute name: Horizontal<br>New version information: crossplatform|gesture.d.ts| 2112|Cross-platform capability changed|Class name: PanDirection;<br>Method or attribute name: Left<br>Old version information: |Class name: PanDirection;<br>Method or attribute name: Left<br>New version information: crossplatform|gesture.d.ts| 2113|Cross-platform capability changed|Class name: PanDirection;<br>Method or attribute name: Right<br>Old version information: |Class name: PanDirection;<br>Method or attribute name: Right<br>New version information: crossplatform|gesture.d.ts| 2114|Cross-platform capability changed|Class name: PanDirection;<br>Method or attribute name: Vertical<br>Old version information: |Class name: PanDirection;<br>Method or attribute name: Vertical<br>New version information: crossplatform|gesture.d.ts| 2115|Cross-platform capability changed|Class name: SwipeDirection;<br>Method or attribute name: Vertical<br>Old version information: |Class name: SwipeDirection;<br>Method or attribute name: Vertical<br>New version information: crossplatform|gesture.d.ts| 2116|Cross-platform capability changed|Class name: PanDirection;<br>Method or attribute name: Up<br>Old version information: |Class name: PanDirection;<br>Method or attribute name: Up<br>New version information: crossplatform|gesture.d.ts| 2117|Cross-platform capability changed|Class name: PanDirection;<br>Method or attribute name: Down<br>Old version information: |Class name: PanDirection;<br>Method or attribute name: Down<br>New version information: crossplatform|gesture.d.ts| 2118|Cross-platform capability changed|Class name: PanDirection;<br>Method or attribute name: All<br>Old version information: |Class name: PanDirection;<br>Method or attribute name: All<br>New version information: crossplatform|gesture.d.ts| 2119|Cross-platform capability changed|Class name: SwipeDirection;<br>Method or attribute name: All<br>Old version information: |Class name: SwipeDirection;<br>Method or attribute name: All<br>New version information: crossplatform|gesture.d.ts| 2120|Cross-platform capability changed|Class name: SwipeDirection;<br>Method or attribute name: declare enum SwipeDirection<br>Old version information: |Class name: SwipeDirection;<br>Method or attribute name: declare enum SwipeDirection<br>New version information: crossplatform|gesture.d.ts| 2121|Cross-platform capability changed|Class name: GestureMode;<br>Method or attribute name: declare enum GestureMode<br>Old version information: |Class name: GestureMode;<br>Method or attribute name: declare enum GestureMode<br>New version information: crossplatform|gesture.d.ts| 2122|Cross-platform capability changed|Class name: GestureMode;<br>Method or attribute name: Sequence<br>Old version information: |Class name: GestureMode;<br>Method or attribute name: Sequence<br>New version information: crossplatform|gesture.d.ts| 2123|Cross-platform capability changed|Class name: GestureMode;<br>Method or attribute name: Parallel<br>Old version information: |Class name: GestureMode;<br>Method or attribute name: Parallel<br>New version information: crossplatform|gesture.d.ts| 2124|Cross-platform capability changed|Class name: GestureMode;<br>Method or attribute name: Exclusive<br>Old version information: |Class name: GestureMode;<br>Method or attribute name: Exclusive<br>New version information: crossplatform|gesture.d.ts| 2125|Cross-platform capability changed|Class name: GestureMask;<br>Method or attribute name: declare enum GestureMask<br>Old version information: |Class name: GestureMask;<br>Method or attribute name: declare enum GestureMask<br>New version information: crossplatform|gesture.d.ts| 2126|Cross-platform capability changed|Class name: GestureMask;<br>Method or attribute name: Normal<br>Old version information: |Class name: GestureMask;<br>Method or attribute name: Normal<br>New version information: crossplatform|gesture.d.ts| 2127|Cross-platform capability changed|Class name: GestureMask;<br>Method or attribute name: IgnoreInternal<br>Old version information: |Class name: GestureMask;<br>Method or attribute name: IgnoreInternal<br>New version information: crossplatform|gesture.d.ts| 2128|Cross-platform capability changed|Class name: FingerInfo;<br>Method or attribute name: interface FingerInfo<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: interface FingerInfo<br>New version information: crossplatform|gesture.d.ts| 2129|Cross-platform capability changed|Class name: FingerInfo;<br>Method or attribute name: id: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: id: number;<br>New version information: crossplatform|gesture.d.ts| 2130|Cross-platform capability changed|Class name: FingerInfo;<br>Method or attribute name: globalX: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: globalX: number;<br>New version information: crossplatform|gesture.d.ts| 2131|Cross-platform capability changed|Class name: FingerInfo;<br>Method or attribute name: globalY: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: globalY: number;<br>New version information: crossplatform|gesture.d.ts| 2132|Cross-platform capability changed|Class name: FingerInfo;<br>Method or attribute name: localX: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: localX: number;<br>New version information: crossplatform|gesture.d.ts| 2133|Cross-platform capability changed|Class name: FingerInfo;<br>Method or attribute name: localY: number;<br>Old version information: |Class name: FingerInfo;<br>Method or attribute name: localY: number;<br>New version information: crossplatform|gesture.d.ts| 2134|Cross-platform capability changed|Class name: GestureEvent;<br>Method or attribute name: interface GestureEvent<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: interface GestureEvent<br>New version information: crossplatform|gesture.d.ts| 2135|Cross-platform capability changed|Class name: GestureEvent;<br>Method or attribute name: repeat: boolean;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: repeat: boolean;<br>New version information: crossplatform|gesture.d.ts| 2136|Cross-platform capability changed|Class name: GestureEvent;<br>Method or attribute name: fingerList: FingerInfo[];<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: fingerList: FingerInfo[];<br>New version information: crossplatform|gesture.d.ts| 2137|Cross-platform capability changed|Class name: GestureEvent;<br>Method or attribute name: offsetX: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: offsetX: number;<br>New version information: crossplatform|gesture.d.ts| 2138|Cross-platform capability changed|Class name: GestureEvent;<br>Method or attribute name: offsetY: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: offsetY: number;<br>New version information: crossplatform|gesture.d.ts| 2139|Cross-platform capability changed|Class name: GestureEvent;<br>Method or attribute name: angle: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: angle: number;<br>New version information: crossplatform|gesture.d.ts| 2140|Cross-platform capability changed|Class name: GestureEvent;<br>Method or attribute name: speed: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: speed: number;<br>New version information: crossplatform|gesture.d.ts| 2141|Cross-platform capability changed|Class name: GestureEvent;<br>Method or attribute name: scale: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: scale: number;<br>New version information: crossplatform|gesture.d.ts| 2142|Cross-platform capability changed|Class name: GestureEvent;<br>Method or attribute name: pinchCenterX: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: pinchCenterX: number;<br>New version information: crossplatform|gesture.d.ts| 2143|Cross-platform capability changed|Class name: GestureEvent;<br>Method or attribute name: pinchCenterY: number;<br>Old version information: |Class name: GestureEvent;<br>Method or attribute name: pinchCenterY: number;<br>New version information: crossplatform|gesture.d.ts| 2144|Cross-platform capability changed|Class name: TapGestureInterface;<br>Method or attribute name: interface TapGestureInterface<br>Old version information: |Class name: TapGestureInterface;<br>Method or attribute name: interface TapGestureInterface<br>New version information: crossplatform|gesture.d.ts| 2145|Cross-platform capability changed|Class name: TapGestureInterface;<br>Method or attribute name: (value?: { count?: number; fingers?: number }): TapGestureInterface;<br>Old version information: |Class name: TapGestureInterface;<br>Method or attribute name: (value?: { count?: number; fingers?: number }): TapGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2146|Cross-platform capability changed|Class name: TapGestureInterface;<br>Method or attribute name: onAction(event: (event: GestureEvent) => void): TapGestureInterface;<br>Old version information: |Class name: TapGestureInterface;<br>Method or attribute name: onAction(event: (event: GestureEvent) => void): TapGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2147|Cross-platform capability changed|Class name: LongPressGestureInterface;<br>Method or attribute name: interface LongPressGestureInterface<br>Old version information: |Class name: LongPressGestureInterface;<br>Method or attribute name: interface LongPressGestureInterface<br>New version information: crossplatform|gesture.d.ts| 2148|Cross-platform capability changed|Class name: LongPressGestureInterface;<br>Method or attribute name: (value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;<br>Old version information: |Class name: LongPressGestureInterface;<br>Method or attribute name: (value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2149|Cross-platform capability changed|Class name: LongPressGestureInterface;<br>Method or attribute name: onAction(event: (event: GestureEvent) => void): LongPressGestureInterface;<br>Old version information: |Class name: LongPressGestureInterface;<br>Method or attribute name: onAction(event: (event: GestureEvent) => void): LongPressGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2150|Cross-platform capability changed|Class name: LongPressGestureInterface;<br>Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): LongPressGestureInterface;<br>Old version information: |Class name: LongPressGestureInterface;<br>Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): LongPressGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2151|Cross-platform capability changed|Class name: LongPressGestureInterface;<br>Method or attribute name: onActionCancel(event: () => void): LongPressGestureInterface;<br>Old version information: |Class name: LongPressGestureInterface;<br>Method or attribute name: onActionCancel(event: () => void): LongPressGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2152|Cross-platform capability changed|Class name: PanGestureOptions;<br>Method or attribute name: declare class PanGestureOptions<br>Old version information: |Class name: PanGestureOptions;<br>Method or attribute name: declare class PanGestureOptions<br>New version information: crossplatform|gesture.d.ts| 2153|Cross-platform capability changed|Class name: PanGestureOptions;<br>Method or attribute name: constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });<br>Old version information: |Class name: PanGestureOptions;<br>Method or attribute name: constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });<br>New version information: crossplatform|gesture.d.ts| 2154|Cross-platform capability changed|Class name: PanGestureOptions;<br>Method or attribute name: setDirection(value: PanDirection);<br>Old version information: |Class name: PanGestureOptions;<br>Method or attribute name: setDirection(value: PanDirection);<br>New version information: crossplatform|gesture.d.ts| 2155|Cross-platform capability changed|Class name: PanGestureOptions;<br>Method or attribute name: setDistance(value: number);<br>Old version information: |Class name: PanGestureOptions;<br>Method or attribute name: setDistance(value: number);<br>New version information: crossplatform|gesture.d.ts| 2156|Cross-platform capability changed|Class name: PanGestureOptions;<br>Method or attribute name: setFingers(value: number);<br>Old version information: |Class name: PanGestureOptions;<br>Method or attribute name: setFingers(value: number);<br>New version information: crossplatform|gesture.d.ts| 2157|Cross-platform capability changed|Class name: PanGestureInterface;<br>Method or attribute name: interface PanGestureInterface<br>Old version information: |Class name: PanGestureInterface;<br>Method or attribute name: interface PanGestureInterface<br>New version information: crossplatform|gesture.d.ts| 2158|Cross-platform capability changed|Class name: PanGestureInterface;<br>Method or attribute name: (value?: { fingers?: number; direction?: PanDirection; distance?: number } \| PanGestureOptions): PanGestureInterface;<br>Old version information: |Class name: PanGestureInterface;<br>Method or attribute name: (value?: { fingers?: number; direction?: PanDirection; distance?: number } \| PanGestureOptions): PanGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2159|Cross-platform capability changed|Class name: PanGestureInterface;<br>Method or attribute name: onActionStart(event: (event: GestureEvent) => void): PanGestureInterface;<br>Old version information: |Class name: PanGestureInterface;<br>Method or attribute name: onActionStart(event: (event: GestureEvent) => void): PanGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2160|Cross-platform capability changed|Class name: PanGestureInterface;<br>Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): PanGestureInterface;<br>Old version information: |Class name: PanGestureInterface;<br>Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): PanGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2161|Cross-platform capability changed|Class name: PanGestureInterface;<br>Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): PanGestureInterface;<br>Old version information: |Class name: PanGestureInterface;<br>Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): PanGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2162|Cross-platform capability changed|Class name: PanGestureInterface;<br>Method or attribute name: onActionCancel(event: () => void): PanGestureInterface;<br>Old version information: |Class name: PanGestureInterface;<br>Method or attribute name: onActionCancel(event: () => void): PanGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2163|Cross-platform capability changed|Class name: SwipeGestureInterface;<br>Method or attribute name: interface SwipeGestureInterface<br>Old version information: |Class name: SwipeGestureInterface;<br>Method or attribute name: interface SwipeGestureInterface<br>New version information: crossplatform|gesture.d.ts| 2164|Cross-platform capability changed|Class name: SwipeGestureInterface;<br>Method or attribute name: (value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;<br>Old version information: |Class name: SwipeGestureInterface;<br>Method or attribute name: (value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2165|Cross-platform capability changed|Class name: SwipeGestureInterface;<br>Method or attribute name: onAction(event: (event: GestureEvent) => void): SwipeGestureInterface;<br>Old version information: |Class name: SwipeGestureInterface;<br>Method or attribute name: onAction(event: (event: GestureEvent) => void): SwipeGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2166|Cross-platform capability changed|Class name: PinchGestureInterface;<br>Method or attribute name: interface PinchGestureInterface<br>Old version information: |Class name: PinchGestureInterface;<br>Method or attribute name: interface PinchGestureInterface<br>New version information: crossplatform|gesture.d.ts| 2167|Cross-platform capability changed|Class name: PinchGestureInterface;<br>Method or attribute name: (value?: { fingers?: number; distance?: number }): PinchGestureInterface;<br>Old version information: |Class name: PinchGestureInterface;<br>Method or attribute name: (value?: { fingers?: number; distance?: number }): PinchGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2168|Cross-platform capability changed|Class name: PinchGestureInterface;<br>Method or attribute name: onActionStart(event: (event: GestureEvent) => void): PinchGestureInterface;<br>Old version information: |Class name: PinchGestureInterface;<br>Method or attribute name: onActionStart(event: (event: GestureEvent) => void): PinchGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2169|Cross-platform capability changed|Class name: PinchGestureInterface;<br>Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): PinchGestureInterface;<br>Old version information: |Class name: PinchGestureInterface;<br>Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): PinchGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2170|Cross-platform capability changed|Class name: PinchGestureInterface;<br>Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): PinchGestureInterface;<br>Old version information: |Class name: PinchGestureInterface;<br>Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): PinchGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2171|Cross-platform capability changed|Class name: PinchGestureInterface;<br>Method or attribute name: onActionCancel(event: () => void): PinchGestureInterface;<br>Old version information: |Class name: PinchGestureInterface;<br>Method or attribute name: onActionCancel(event: () => void): PinchGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2172|Cross-platform capability changed|Class name: RotationGestureInterface;<br>Method or attribute name: interface RotationGestureInterface<br>Old version information: |Class name: RotationGestureInterface;<br>Method or attribute name: interface RotationGestureInterface<br>New version information: crossplatform|gesture.d.ts| 2173|Cross-platform capability changed|Class name: RotationGestureInterface;<br>Method or attribute name: (value?: { fingers?: number; angle?: number }): RotationGestureInterface;<br>Old version information: |Class name: RotationGestureInterface;<br>Method or attribute name: (value?: { fingers?: number; angle?: number }): RotationGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2174|Cross-platform capability changed|Class name: RotationGestureInterface;<br>Method or attribute name: onActionStart(event: (event: GestureEvent) => void): RotationGestureInterface;<br>Old version information: |Class name: RotationGestureInterface;<br>Method or attribute name: onActionStart(event: (event: GestureEvent) => void): RotationGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2175|Cross-platform capability changed|Class name: RotationGestureInterface;<br>Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): RotationGestureInterface;<br>Old version information: |Class name: RotationGestureInterface;<br>Method or attribute name: onActionUpdate(event: (event: GestureEvent) => void): RotationGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2176|Cross-platform capability changed|Class name: RotationGestureInterface;<br>Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): RotationGestureInterface;<br>Old version information: |Class name: RotationGestureInterface;<br>Method or attribute name: onActionEnd(event: (event: GestureEvent) => void): RotationGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2177|Cross-platform capability changed|Class name: RotationGestureInterface;<br>Method or attribute name: onActionCancel(event: () => void): RotationGestureInterface;<br>Old version information: |Class name: RotationGestureInterface;<br>Method or attribute name: onActionCancel(event: () => void): RotationGestureInterface;<br>New version information: crossplatform|gesture.d.ts| 2178|Cross-platform capability changed|Class name: GestureGroupInterface;<br>Method or attribute name: interface GestureGroupInterface<br>Old version information: |Class name: GestureGroupInterface;<br>Method or attribute name: interface GestureGroupInterface<br>New version information: crossplatform|gesture.d.ts| 2179|Cross-platform capability changed|Class name: GestureGroupInterface;<br>Method or attribute name: (mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;<br>Old version information: |Class name: GestureGroupInterface;<br>Method or attribute name: (mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;<br>New version information: crossplatform|gesture.d.ts| 2180|Cross-platform capability changed|Class name: GestureGroupInterface;<br>Method or attribute name: onCancel(event: () => void): GestureGroupInterface;<br>Old version information: |Class name: GestureGroupInterface;<br>Method or attribute name: onCancel(event: () => void): GestureGroupInterface;<br>New version information: crossplatform|gesture.d.ts| 2181|Cross-platform capability changed|Class name: GridInterface;<br>Method or attribute name: interface GridInterface<br>Old version information: |Class name: GridInterface;<br>Method or attribute name: interface GridInterface<br>New version information: crossplatform|grid.d.ts| 2182|Cross-platform capability changed|Class name: GridInterface;<br>Method or attribute name: (scroller?: Scroller, layoutOptions?: GridLayoutOptions): GridAttribute;<br>Old version information: |Class name: GridInterface;<br>Method or attribute name: (scroller?: Scroller, layoutOptions?: GridLayoutOptions): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2183|Cross-platform capability changed|Class name: GridDirection;<br>Method or attribute name: declare enum GridDirection<br>Old version information: |Class name: GridDirection;<br>Method or attribute name: declare enum GridDirection<br>New version information: crossplatform|grid.d.ts| 2184|Cross-platform capability changed|Class name: GridDirection;<br>Method or attribute name: Row<br>Old version information: |Class name: GridDirection;<br>Method or attribute name: Row<br>New version information: crossplatform|grid.d.ts| 2185|Cross-platform capability changed|Class name: GridDirection;<br>Method or attribute name: Column<br>Old version information: |Class name: GridDirection;<br>Method or attribute name: Column<br>New version information: crossplatform|grid.d.ts| 2186|Cross-platform capability changed|Class name: GridDirection;<br>Method or attribute name: RowReverse<br>Old version information: |Class name: GridDirection;<br>Method or attribute name: RowReverse<br>New version information: crossplatform|grid.d.ts| 2187|Cross-platform capability changed|Class name: GridDirection;<br>Method or attribute name: ColumnReverse<br>Old version information: |Class name: GridDirection;<br>Method or attribute name: ColumnReverse<br>New version information: crossplatform|grid.d.ts| 2188|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: declare class GridAttribute<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: declare class GridAttribute<br>New version information: crossplatform|grid.d.ts| 2189|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: columnsTemplate(value: string): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: columnsTemplate(value: string): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2190|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: rowsTemplate(value: string): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: rowsTemplate(value: string): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2191|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: columnsGap(value: Length): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: columnsGap(value: Length): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2192|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: rowsGap(value: Length): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: rowsGap(value: Length): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2193|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: scrollBarWidth(value: number \| string): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: scrollBarWidth(value: number \| string): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2194|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: scrollBarColor(value: Color \| number \| string): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: scrollBarColor(value: Color \| number \| string): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2195|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: scrollBar(value: BarState): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: scrollBar(value: BarState): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2196|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: onScrollIndex(event: (first: number, last: number) => void): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: onScrollIndex(event: (first: number, last: number) => void): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2197|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: cachedCount(value: number): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: cachedCount(value: number): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2198|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: editMode(value: boolean): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: editMode(value: boolean): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2199|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: multiSelectable(value: boolean): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: multiSelectable(value: boolean): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2200|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: maxCount(value: number): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: maxCount(value: number): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2201|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: minCount(value: number): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: minCount(value: number): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2202|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: cellLength(value: number): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: cellLength(value: number): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2203|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: layoutDirection(value: GridDirection): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: layoutDirection(value: GridDirection): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2204|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: supportAnimation(value: boolean): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: supportAnimation(value: boolean): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2205|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2206|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2207|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2208|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2209|Cross-platform capability changed|Class name: GridAttribute;<br>Method or attribute name: onItemDrop(<br> event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,<br> ): GridAttribute;<br>Old version information: |Class name: GridAttribute;<br>Method or attribute name: onItemDrop(<br> event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,<br> ): GridAttribute;<br>New version information: crossplatform|grid.d.ts| 2210|Cross-platform capability changed|Class name: GridItemInterface;<br>Method or attribute name: interface GridItemInterface<br>Old version information: |Class name: GridItemInterface;<br>Method or attribute name: interface GridItemInterface<br>New version information: crossplatform|gridItem.d.ts| 2211|Cross-platform capability changed|Class name: GridItemInterface;<br>Method or attribute name: (): GridItemAttribute;<br>Old version information: |Class name: GridItemInterface;<br>Method or attribute name: (): GridItemAttribute;<br>New version information: crossplatform|gridItem.d.ts| 2212|Cross-platform capability changed|Class name: GridItemAttribute;<br>Method or attribute name: declare class GridItemAttribute<br>Old version information: |Class name: GridItemAttribute;<br>Method or attribute name: declare class GridItemAttribute<br>New version information: crossplatform|gridItem.d.ts| 2213|Cross-platform capability changed|Class name: GridItemAttribute;<br>Method or attribute name: rowStart(value: number): GridItemAttribute;<br>Old version information: |Class name: GridItemAttribute;<br>Method or attribute name: rowStart(value: number): GridItemAttribute;<br>New version information: crossplatform|gridItem.d.ts| 2214|Cross-platform capability changed|Class name: GridItemAttribute;<br>Method or attribute name: rowEnd(value: number): GridItemAttribute;<br>Old version information: |Class name: GridItemAttribute;<br>Method or attribute name: rowEnd(value: number): GridItemAttribute;<br>New version information: crossplatform|gridItem.d.ts| 2215|Cross-platform capability changed|Class name: GridItemAttribute;<br>Method or attribute name: columnStart(value: number): GridItemAttribute;<br>Old version information: |Class name: GridItemAttribute;<br>Method or attribute name: columnStart(value: number): GridItemAttribute;<br>New version information: crossplatform|gridItem.d.ts| 2216|Cross-platform capability changed|Class name: GridItemAttribute;<br>Method or attribute name: columnEnd(value: number): GridItemAttribute;<br>Old version information: |Class name: GridItemAttribute;<br>Method or attribute name: columnEnd(value: number): GridItemAttribute;<br>New version information: crossplatform|gridItem.d.ts| 2217|Cross-platform capability changed|Class name: GridItemAttribute;<br>Method or attribute name: selectable(value: boolean): GridItemAttribute;<br>Old version information: |Class name: GridItemAttribute;<br>Method or attribute name: selectable(value: boolean): GridItemAttribute;<br>New version information: crossplatform|gridItem.d.ts| 2218|Cross-platform capability changed|Class name: GridItemAttribute;<br>Method or attribute name: onSelect(event: (isSelected: boolean) => void): GridItemAttribute;<br>Old version information: |Class name: GridItemAttribute;<br>Method or attribute name: onSelect(event: (isSelected: boolean) => void): GridItemAttribute;<br>New version information: crossplatform|gridItem.d.ts| 2219|Cross-platform capability changed|Class name: GridColColumnOption;<br>Method or attribute name: declare interface GridColColumnOption<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: declare interface GridColColumnOption<br>New version information: crossplatform|grid_col.d.ts| 2220|Cross-platform capability changed|Class name: GridColColumnOption;<br>Method or attribute name: xs?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: xs?: number,<br>New version information: crossplatform|grid_col.d.ts| 2221|Cross-platform capability changed|Class name: GridColColumnOption;<br>Method or attribute name: sm?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: sm?: number,<br>New version information: crossplatform|grid_col.d.ts| 2222|Cross-platform capability changed|Class name: GridColColumnOption;<br>Method or attribute name: md?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: md?: number,<br>New version information: crossplatform|grid_col.d.ts| 2223|Cross-platform capability changed|Class name: GridColColumnOption;<br>Method or attribute name: lg?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: lg?: number,<br>New version information: crossplatform|grid_col.d.ts| 2224|Cross-platform capability changed|Class name: GridColColumnOption;<br>Method or attribute name: xl?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: xl?: number,<br>New version information: crossplatform|grid_col.d.ts| 2225|Cross-platform capability changed|Class name: GridColColumnOption;<br>Method or attribute name: xxl?: number,<br>Old version information: |Class name: GridColColumnOption;<br>Method or attribute name: xxl?: number,<br>New version information: crossplatform|grid_col.d.ts| 2226|Cross-platform capability changed|Class name: GridColOptions;<br>Method or attribute name: declare interface GridColOptions<br>Old version information: |Class name: GridColOptions;<br>Method or attribute name: declare interface GridColOptions<br>New version information: crossplatform|grid_col.d.ts| 2227|Cross-platform capability changed|Class name: GridColOptions;<br>Method or attribute name: span?: number \| GridColColumnOption;<br>Old version information: |Class name: GridColOptions;<br>Method or attribute name: span?: number \| GridColColumnOption;<br>New version information: crossplatform|grid_col.d.ts| 2228|Cross-platform capability changed|Class name: GridColOptions;<br>Method or attribute name: offset?: number \| GridColColumnOption;<br>Old version information: |Class name: GridColOptions;<br>Method or attribute name: offset?: number \| GridColColumnOption;<br>New version information: crossplatform|grid_col.d.ts| 2229|Cross-platform capability changed|Class name: GridColOptions;<br>Method or attribute name: order?: number \| GridColColumnOption;<br>Old version information: |Class name: GridColOptions;<br>Method or attribute name: order?: number \| GridColColumnOption;<br>New version information: crossplatform|grid_col.d.ts| 2230|Cross-platform capability changed|Class name: GridColInterface;<br>Method or attribute name: interface GridColInterface<br>Old version information: |Class name: GridColInterface;<br>Method or attribute name: interface GridColInterface<br>New version information: crossplatform|grid_col.d.ts| 2231|Cross-platform capability changed|Class name: GridColInterface;<br>Method or attribute name: (option?: GridColOptions): GridColAttribute;<br>Old version information: |Class name: GridColInterface;<br>Method or attribute name: (option?: GridColOptions): GridColAttribute;<br>New version information: crossplatform|grid_col.d.ts| 2232|Cross-platform capability changed|Class name: GridColAttribute;<br>Method or attribute name: span(value: number \| GridColColumnOption): GridColAttribute;<br>Old version information: |Class name: GridColAttribute;<br>Method or attribute name: span(value: number \| GridColColumnOption): GridColAttribute;<br>New version information: crossplatform|grid_col.d.ts| 2233|Cross-platform capability changed|Class name: GridColAttribute;<br>Method or attribute name: gridColOffset(value: number \| GridColColumnOption): GridColAttribute;<br>Old version information: |Class name: GridColAttribute;<br>Method or attribute name: gridColOffset(value: number \| GridColColumnOption): GridColAttribute;<br>New version information: crossplatform|grid_col.d.ts| 2234|Cross-platform capability changed|Class name: GridColAttribute;<br>Method or attribute name: order(value: number \| GridColColumnOption): GridColAttribute;<br>Old version information: |Class name: GridColAttribute;<br>Method or attribute name: order(value: number \| GridColColumnOption): GridColAttribute;<br>New version information: crossplatform|grid_col.d.ts| 2235|Cross-platform capability changed|Class name: GridRowSizeOption;<br>Method or attribute name: declare interface GridRowSizeOption<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: declare interface GridRowSizeOption<br>New version information: crossplatform|grid_row.d.ts| 2236|Cross-platform capability changed|Class name: GridRowSizeOption;<br>Method or attribute name: xs?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: xs?: Length,<br>New version information: crossplatform|grid_row.d.ts| 2237|Cross-platform capability changed|Class name: GridRowSizeOption;<br>Method or attribute name: sm?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: sm?: Length,<br>New version information: crossplatform|grid_row.d.ts| 2238|Cross-platform capability changed|Class name: GridRowSizeOption;<br>Method or attribute name: md?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: md?: Length,<br>New version information: crossplatform|grid_row.d.ts| 2239|Cross-platform capability changed|Class name: GridRowSizeOption;<br>Method or attribute name: lg?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: lg?: Length,<br>New version information: crossplatform|grid_row.d.ts| 2240|Cross-platform capability changed|Class name: GridRowSizeOption;<br>Method or attribute name: xl?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: xl?: Length,<br>New version information: crossplatform|grid_row.d.ts| 2241|Cross-platform capability changed|Class name: GridRowSizeOption;<br>Method or attribute name: xxl?: Length,<br>Old version information: |Class name: GridRowSizeOption;<br>Method or attribute name: xxl?: Length,<br>New version information: crossplatform|grid_row.d.ts| 2242|Cross-platform capability changed|Class name: GridRowColumnOption;<br>Method or attribute name: declare interface GridRowColumnOption<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: declare interface GridRowColumnOption<br>New version information: crossplatform|grid_row.d.ts| 2243|Cross-platform capability changed|Class name: GridRowColumnOption;<br>Method or attribute name: xs?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: xs?: number,<br>New version information: crossplatform|grid_row.d.ts| 2244|Cross-platform capability changed|Class name: GridRowColumnOption;<br>Method or attribute name: sm?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: sm?: number,<br>New version information: crossplatform|grid_row.d.ts| 2245|Cross-platform capability changed|Class name: GridRowColumnOption;<br>Method or attribute name: md?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: md?: number,<br>New version information: crossplatform|grid_row.d.ts| 2246|Cross-platform capability changed|Class name: GridRowColumnOption;<br>Method or attribute name: lg?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: lg?: number,<br>New version information: crossplatform|grid_row.d.ts| 2247|Cross-platform capability changed|Class name: GridRowColumnOption;<br>Method or attribute name: xl?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: xl?: number,<br>New version information: crossplatform|grid_row.d.ts| 2248|Cross-platform capability changed|Class name: GridRowColumnOption;<br>Method or attribute name: xxl?: number,<br>Old version information: |Class name: GridRowColumnOption;<br>Method or attribute name: xxl?: number,<br>New version information: crossplatform|grid_row.d.ts| 2249|Cross-platform capability changed|Class name: GutterOption;<br>Method or attribute name: declare interface GutterOption<br>Old version information: |Class name: GutterOption;<br>Method or attribute name: declare interface GutterOption<br>New version information: crossplatform|grid_row.d.ts| 2250|Cross-platform capability changed|Class name: GutterOption;<br>Method or attribute name: x?: Length \| GridRowSizeOption,<br>Old version information: |Class name: GutterOption;<br>Method or attribute name: x?: Length \| GridRowSizeOption,<br>New version information: crossplatform|grid_row.d.ts| 2251|Cross-platform capability changed|Class name: GutterOption;<br>Method or attribute name: y?: Length \| GridRowSizeOption<br>Old version information: |Class name: GutterOption;<br>Method or attribute name: y?: Length \| GridRowSizeOption<br>New version information: crossplatform|grid_row.d.ts| 2252|Cross-platform capability changed|Class name: BreakpointsReference;<br>Method or attribute name: declare enum BreakpointsReference<br>Old version information: |Class name: BreakpointsReference;<br>Method or attribute name: declare enum BreakpointsReference<br>New version information: crossplatform|grid_row.d.ts| 2253|Cross-platform capability changed|Class name: BreakpointsReference;<br>Method or attribute name: WindowSize<br>Old version information: |Class name: BreakpointsReference;<br>Method or attribute name: WindowSize<br>New version information: crossplatform|grid_row.d.ts| 2254|Cross-platform capability changed|Class name: BreakpointsReference;<br>Method or attribute name: ComponentSize<br>Old version information: |Class name: BreakpointsReference;<br>Method or attribute name: ComponentSize<br>New version information: crossplatform|grid_row.d.ts| 2255|Cross-platform capability changed|Class name: GridRowDirection;<br>Method or attribute name: declare enum GridRowDirection<br>Old version information: |Class name: GridRowDirection;<br>Method or attribute name: declare enum GridRowDirection<br>New version information: crossplatform|grid_row.d.ts| 2256|Cross-platform capability changed|Class name: GridRowDirection;<br>Method or attribute name: Row<br>Old version information: |Class name: GridRowDirection;<br>Method or attribute name: Row<br>New version information: crossplatform|grid_row.d.ts| 2257|Cross-platform capability changed|Class name: GridRowDirection;<br>Method or attribute name: RowReverse<br>Old version information: |Class name: GridRowDirection;<br>Method or attribute name: RowReverse<br>New version information: crossplatform|grid_row.d.ts| 2258|Cross-platform capability changed|Class name: BreakPoints;<br>Method or attribute name: declare interface BreakPoints<br>Old version information: |Class name: BreakPoints;<br>Method or attribute name: declare interface BreakPoints<br>New version information: crossplatform|grid_row.d.ts| 2259|Cross-platform capability changed|Class name: BreakPoints;<br>Method or attribute name: value?: Array\<string>,<br>Old version information: |Class name: BreakPoints;<br>Method or attribute name: value?: Array\<string>,<br>New version information: crossplatform|grid_row.d.ts| 2260|Cross-platform capability changed|Class name: BreakPoints;<br>Method or attribute name: reference?: BreakpointsReference,<br>Old version information: |Class name: BreakPoints;<br>Method or attribute name: reference?: BreakpointsReference,<br>New version information: crossplatform|grid_row.d.ts| 2261|Cross-platform capability changed|Class name: GridRowOptions;<br>Method or attribute name: declare interface GridRowOptions<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: declare interface GridRowOptions<br>New version information: crossplatform|grid_row.d.ts| 2262|Cross-platform capability changed|Class name: GridRowOptions;<br>Method or attribute name: gutter?: Length \| GutterOption;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: gutter?: Length \| GutterOption;<br>New version information: crossplatform|grid_row.d.ts| 2263|Cross-platform capability changed|Class name: GridRowOptions;<br>Method or attribute name: columns?: number \| GridRowColumnOption;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: columns?: number \| GridRowColumnOption;<br>New version information: crossplatform|grid_row.d.ts| 2264|Cross-platform capability changed|Class name: GridRowOptions;<br>Method or attribute name: breakpoints?: BreakPoints;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: breakpoints?: BreakPoints;<br>New version information: crossplatform|grid_row.d.ts| 2265|Cross-platform capability changed|Class name: GridRowOptions;<br>Method or attribute name: direction?: GridRowDirection;<br>Old version information: |Class name: GridRowOptions;<br>Method or attribute name: direction?: GridRowDirection;<br>New version information: crossplatform|grid_row.d.ts| 2266|Cross-platform capability changed|Class name: GridRowInterface;<br>Method or attribute name: interface GridRowInterface<br>Old version information: |Class name: GridRowInterface;<br>Method or attribute name: interface GridRowInterface<br>New version information: crossplatform|grid_row.d.ts| 2267|Cross-platform capability changed|Class name: GridRowInterface;<br>Method or attribute name: (option?: GridRowOptions): GridRowAttribute;<br>Old version information: |Class name: GridRowInterface;<br>Method or attribute name: (option?: GridRowOptions): GridRowAttribute;<br>New version information: crossplatform|grid_row.d.ts| 2268|Cross-platform capability changed|Class name: GridRowAttribute;<br>Method or attribute name: onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;<br>Old version information: |Class name: GridRowAttribute;<br>Method or attribute name: onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;<br>New version information: crossplatform|grid_row.d.ts| 2269|Cross-platform capability changed|Class name: ImageRenderMode;<br>Method or attribute name: declare enum ImageRenderMode<br>Old version information: |Class name: ImageRenderMode;<br>Method or attribute name: declare enum ImageRenderMode<br>New version information: crossplatform|image.d.ts| 2270|Cross-platform capability changed|Class name: ImageRenderMode;<br>Method or attribute name: Original<br>Old version information: |Class name: ImageRenderMode;<br>Method or attribute name: Original<br>New version information: crossplatform|image.d.ts| 2271|Cross-platform capability changed|Class name: ImageRenderMode;<br>Method or attribute name: Template<br>Old version information: |Class name: ImageRenderMode;<br>Method or attribute name: Template<br>New version information: crossplatform|image.d.ts| 2272|Cross-platform capability changed|Class name: ImageInterpolation;<br>Method or attribute name: declare enum ImageInterpolation<br>Old version information: |Class name: ImageInterpolation;<br>Method or attribute name: declare enum ImageInterpolation<br>New version information: crossplatform|image.d.ts| 2273|Cross-platform capability changed|Class name: ImageInterpolation;<br>Method or attribute name: None<br>Old version information: |Class name: ImageInterpolation;<br>Method or attribute name: None<br>New version information: crossplatform|image.d.ts| 2274|Cross-platform capability changed|Class name: ImageInterpolation;<br>Method or attribute name: Low<br>Old version information: |Class name: ImageInterpolation;<br>Method or attribute name: Low<br>New version information: crossplatform|image.d.ts| 2275|Cross-platform capability changed|Class name: ImageInterpolation;<br>Method or attribute name: Medium<br>Old version information: |Class name: ImageInterpolation;<br>Method or attribute name: Medium<br>New version information: crossplatform|image.d.ts| 2276|Cross-platform capability changed|Class name: ImageInterpolation;<br>Method or attribute name: High<br>Old version information: |Class name: ImageInterpolation;<br>Method or attribute name: High<br>New version information: crossplatform|image.d.ts| 2277|Cross-platform capability changed|Class name: ImageInterface;<br>Method or attribute name: interface ImageInterface<br>Old version information: |Class name: ImageInterface;<br>Method or attribute name: interface ImageInterface<br>New version information: crossplatform|image.d.ts| 2278|Cross-platform capability changed|Class name: ImageInterface;<br>Method or attribute name: (src: PixelMap \| ResourceStr \| DrawableDescriptor): ImageAttribute;<br>Old version information: |Class name: ImageInterface;<br>Method or attribute name: (src: PixelMap \| ResourceStr \| DrawableDescriptor): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2279|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: declare class ImageAttribute<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: declare class ImageAttribute<br>New version information: crossplatform|image.d.ts| 2280|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: alt(value: string \| Resource): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: alt(value: string \| Resource): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2281|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: matchTextDirection(value: boolean): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: matchTextDirection(value: boolean): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2282|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: fitOriginalSize(value: boolean): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: fitOriginalSize(value: boolean): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2283|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: fillColor(value: ResourceColor): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: fillColor(value: ResourceColor): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2284|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: objectFit(value: ImageFit): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: objectFit(value: ImageFit): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2285|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: objectRepeat(value: ImageRepeat): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: objectRepeat(value: ImageRepeat): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2286|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: autoResize(value: boolean): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: autoResize(value: boolean): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2287|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: renderMode(value: ImageRenderMode): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: renderMode(value: ImageRenderMode): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2288|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: interpolation(value: ImageInterpolation): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: interpolation(value: ImageInterpolation): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2289|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: sourceSize(value: { width: number; height: number }): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: sourceSize(value: { width: number; height: number }): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2290|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: syncLoad(value: boolean): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: syncLoad(value: boolean): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2291|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: colorFilter(value: ColorFilter): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: colorFilter(value: ColorFilter): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2292|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: copyOption(value: CopyOptions): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: copyOption(value: CopyOptions): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2293|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: onComplete(<br> callback: (event?: {<br> width: number;<br> height: number;<br> componentWidth: number;<br> componentHeight: number;<br> loadingStatus: number;<br> contentWidth: number;<br> contentHeight: number;<br> contentOffsetX: number;<br> contentOffsetY: number;<br> }) => void,<br> ): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: onComplete(<br> callback: (event?: {<br> width: number;<br> height: number;<br> componentWidth: number;<br> componentHeight: number;<br> loadingStatus: number;<br> contentWidth: number;<br> contentHeight: number;<br> contentOffsetX: number;<br> contentOffsetY: number;<br> }) => void,<br> ): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2294|Cross-platform capability changed|Class name: ImageAttribute;<br>Method or attribute name: onFinish(event: () => void): ImageAttribute;<br>Old version information: |Class name: ImageAttribute;<br>Method or attribute name: onFinish(event: () => void): ImageAttribute;<br>New version information: crossplatform|image.d.ts| 2295|Cross-platform capability changed|Class name: ImageAnimatorInterface;<br>Method or attribute name: interface ImageAnimatorInterface<br>Old version information: |Class name: ImageAnimatorInterface;<br>Method or attribute name: interface ImageAnimatorInterface<br>New version information: crossplatform|image_animator.d.ts| 2296|Cross-platform capability changed|Class name: ImageAnimatorInterface;<br>Method or attribute name: (): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorInterface;<br>Method or attribute name: (): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2297|Cross-platform capability changed|Class name: ImageFrameInfo;<br>Method or attribute name: interface ImageFrameInfo<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: interface ImageFrameInfo<br>New version information: crossplatform|image_animator.d.ts| 2298|Cross-platform capability changed|Class name: ImageFrameInfo;<br>Method or attribute name: src: string \| Resource;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: src: string \| Resource;<br>New version information: crossplatform|image_animator.d.ts| 2299|Cross-platform capability changed|Class name: ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: width?: number \| string;<br>New version information: crossplatform|image_animator.d.ts| 2300|Cross-platform capability changed|Class name: ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: height?: number \| string;<br>New version information: crossplatform|image_animator.d.ts| 2301|Cross-platform capability changed|Class name: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: top?: number \| string;<br>New version information: crossplatform|image_animator.d.ts| 2302|Cross-platform capability changed|Class name: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: left?: number \| string;<br>New version information: crossplatform|image_animator.d.ts| 2303|Cross-platform capability changed|Class name: ImageFrameInfo;<br>Method or attribute name: duration?: number;<br>Old version information: |Class name: ImageFrameInfo;<br>Method or attribute name: duration?: number;<br>New version information: crossplatform|image_animator.d.ts| 2304|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: declare class ImageAnimatorAttribute<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: declare class ImageAnimatorAttribute<br>New version information: crossplatform|image_animator.d.ts| 2305|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: images(value: Array\<ImageFrameInfo>): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2306|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2307|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: duration(value: number): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: duration(value: number): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2308|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: reverse(value: boolean): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: reverse(value: boolean): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2309|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2310|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2311|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: iterations(value: number): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: iterations(value: number): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2312|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: onStart(event: () => void): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: onStart(event: () => void): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2313|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: onPause(event: () => void): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: onPause(event: () => void): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2314|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: onRepeat(event: () => void): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: onRepeat(event: () => void): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2315|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2316|Cross-platform capability changed|Class name: ImageAnimatorAttribute;<br>Method or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;<br>Old version information: |Class name: ImageAnimatorAttribute;<br>Method or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;<br>New version information: crossplatform|image_animator.d.ts| 2317|Cross-platform capability changed|Class name: DataChangeListener;<br>Method or attribute name: declare interface DataChangeListener<br>Old version information: |Class name: DataChangeListener;<br>Method or attribute name: declare interface DataChangeListener<br>New version information: crossplatform|lazy_for_each.d.ts| 2318|Cross-platform capability changed|Class name: DataChangeListener;<br>Method or attribute name: onDataReloaded(): void;<br>Old version information: |Class name: DataChangeListener;<br>Method or attribute name: onDataReloaded(): void;<br>New version information: crossplatform|lazy_for_each.d.ts| 2319|Cross-platform capability changed|Class name: DataChangeListener;<br>Method or attribute name: onDataAdd(index: number): void;<br>Old version information: |Class name: DataChangeListener;<br>Method or attribute name: onDataAdd(index: number): void;<br>New version information: crossplatform|lazy_for_each.d.ts| 2320|Cross-platform capability changed|Class name: DataChangeListener;<br>Method or attribute name: onDataMove(from: number, to: number): void;<br>Old version information: |Class name: DataChangeListener;<br>Method or attribute name: onDataMove(from: number, to: number): void;<br>New version information: crossplatform|lazy_for_each.d.ts| 2321|Cross-platform capability changed|Class name: DataChangeListener;<br>Method or attribute name: onDataDelete(index: number): void;<br>Old version information: |Class name: DataChangeListener;<br>Method or attribute name: onDataDelete(index: number): void;<br>New version information: crossplatform|lazy_for_each.d.ts| 2322|Cross-platform capability changed|Class name: DataChangeListener;<br>Method or attribute name: onDataChange(index: number): void;<br>Old version information: |Class name: DataChangeListener;<br>Method or attribute name: onDataChange(index: number): void;<br>New version information: crossplatform|lazy_for_each.d.ts| 2323|Cross-platform capability changed|Class name: IDataSource;<br>Method or attribute name: declare interface IDataSource<br>Old version information: |Class name: IDataSource;<br>Method or attribute name: declare interface IDataSource<br>New version information: crossplatform|lazy_for_each.d.ts| 2324|Cross-platform capability changed|Class name: IDataSource;<br>Method or attribute name: totalCount(): number;<br>Old version information: |Class name: IDataSource;<br>Method or attribute name: totalCount(): number;<br>New version information: crossplatform|lazy_for_each.d.ts| 2325|Cross-platform capability changed|Class name: IDataSource;<br>Method or attribute name: getData(index: number): any;<br>Old version information: |Class name: IDataSource;<br>Method or attribute name: getData(index: number): any;<br>New version information: crossplatform|lazy_for_each.d.ts| 2326|Cross-platform capability changed|Class name: IDataSource;<br>Method or attribute name: registerDataChangeListener(listener: DataChangeListener): void;<br>Old version information: |Class name: IDataSource;<br>Method or attribute name: registerDataChangeListener(listener: DataChangeListener): void;<br>New version information: crossplatform|lazy_for_each.d.ts| 2327|Cross-platform capability changed|Class name: IDataSource;<br>Method or attribute name: unregisterDataChangeListener(listener: DataChangeListener): void;<br>Old version information: |Class name: IDataSource;<br>Method or attribute name: unregisterDataChangeListener(listener: DataChangeListener): void;<br>New version information: crossplatform|lazy_for_each.d.ts| 2328|Cross-platform capability changed|Class name: LazyForEachInterface;<br>Method or attribute name: interface LazyForEachInterface<br>Old version information: |Class name: LazyForEachInterface;<br>Method or attribute name: interface LazyForEachInterface<br>New version information: crossplatform|lazy_for_each.d.ts| 2329|Cross-platform capability changed|Class name: LazyForEachInterface;<br>Method or attribute name: (<br> dataSource: IDataSource,<br> itemGenerator: (item: any, index: number) => void,<br> keyGenerator?: (item: any, index: number) => string,<br> ): LazyForEachInterface;<br>Old version information: |Class name: LazyForEachInterface;<br>Method or attribute name: (<br> dataSource: IDataSource,<br> itemGenerator: (item: any, index: number) => void,<br> keyGenerator?: (item: any, index: number) => string,<br> ): LazyForEachInterface;<br>New version information: crossplatform|lazy_for_each.d.ts| 2330|Cross-platform capability changed|Class name: LineInterface;<br>Method or attribute name: interface LineInterface<br>Old version information: |Class name: LineInterface;<br>Method or attribute name: interface LineInterface<br>New version information: crossplatform|line.d.ts| 2331|Cross-platform capability changed|Class name: LineInterface;<br>Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): LineAttribute;<br>Old version information: |Class name: LineInterface;<br>Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): LineAttribute;<br>New version information: crossplatform|line.d.ts| 2332|Cross-platform capability changed|Class name: LineAttribute;<br>Method or attribute name: declare class LineAttribute<br>Old version information: |Class name: LineAttribute;<br>Method or attribute name: declare class LineAttribute<br>New version information: crossplatform|line.d.ts| 2333|Cross-platform capability changed|Class name: LineAttribute;<br>Method or attribute name: startPoint(value: Array\<any>): LineAttribute;<br>Old version information: |Class name: LineAttribute;<br>Method or attribute name: startPoint(value: Array\<any>): LineAttribute;<br>New version information: crossplatform|line.d.ts| 2334|Cross-platform capability changed|Class name: LineAttribute;<br>Method or attribute name: endPoint(value: Array\<any>): LineAttribute;<br>Old version information: |Class name: LineAttribute;<br>Method or attribute name: endPoint(value: Array\<any>): LineAttribute;<br>New version information: crossplatform|line.d.ts| 2335|Cross-platform capability changed|Class name: ScrollState;<br>Method or attribute name: declare enum ScrollState<br>Old version information: |Class name: ScrollState;<br>Method or attribute name: declare enum ScrollState<br>New version information: crossplatform|list.d.ts| 2336|Cross-platform capability changed|Class name: ScrollState;<br>Method or attribute name: Idle<br>Old version information: |Class name: ScrollState;<br>Method or attribute name: Idle<br>New version information: crossplatform|list.d.ts| 2337|Cross-platform capability changed|Class name: ScrollState;<br>Method or attribute name: Scroll<br>Old version information: |Class name: ScrollState;<br>Method or attribute name: Scroll<br>New version information: crossplatform|list.d.ts| 2338|Cross-platform capability changed|Class name: ScrollState;<br>Method or attribute name: Fling<br>Old version information: |Class name: ScrollState;<br>Method or attribute name: Fling<br>New version information: crossplatform|list.d.ts| 2339|Cross-platform capability changed|Class name: ListItemAlign;<br>Method or attribute name: declare enum ListItemAlign<br>Old version information: |Class name: ListItemAlign;<br>Method or attribute name: declare enum ListItemAlign<br>New version information: crossplatform|list.d.ts| 2340|Cross-platform capability changed|Class name: ListItemAlign;<br>Method or attribute name: Start<br>Old version information: |Class name: ListItemAlign;<br>Method or attribute name: Start<br>New version information: crossplatform|list.d.ts| 2341|Cross-platform capability changed|Class name: ListItemAlign;<br>Method or attribute name: Center<br>Old version information: |Class name: ListItemAlign;<br>Method or attribute name: Center<br>New version information: crossplatform|list.d.ts| 2342|Cross-platform capability changed|Class name: ListItemAlign;<br>Method or attribute name: End<br>Old version information: |Class name: ListItemAlign;<br>Method or attribute name: End<br>New version information: crossplatform|list.d.ts| 2343|Cross-platform capability changed|Class name: StickyStyle;<br>Method or attribute name: declare enum StickyStyle<br>Old version information: |Class name: StickyStyle;<br>Method or attribute name: declare enum StickyStyle<br>New version information: crossplatform|list.d.ts| 2344|Cross-platform capability changed|Class name: StickyStyle;<br>Method or attribute name: None = 0<br>Old version information: |Class name: StickyStyle;<br>Method or attribute name: None = 0<br>New version information: crossplatform|list.d.ts| 2345|Cross-platform capability changed|Class name: StickyStyle;<br>Method or attribute name: Header = 1<br>Old version information: |Class name: StickyStyle;<br>Method or attribute name: Header = 1<br>New version information: crossplatform|list.d.ts| 2346|Cross-platform capability changed|Class name: StickyStyle;<br>Method or attribute name: Footer = 2<br>Old version information: |Class name: StickyStyle;<br>Method or attribute name: Footer = 2<br>New version information: crossplatform|list.d.ts| 2347|Cross-platform capability changed|Class name: ListInterface;<br>Method or attribute name: interface ListInterface<br>Old version information: |Class name: ListInterface;<br>Method or attribute name: interface ListInterface<br>New version information: crossplatform|list.d.ts| 2348|Cross-platform capability changed|Class name: ListInterface;<br>Method or attribute name: (value?: { initialIndex?: number; space?: number \| string; scroller?: Scroller }): ListAttribute;<br>Old version information: |Class name: ListInterface;<br>Method or attribute name: (value?: { initialIndex?: number; space?: number \| string; scroller?: Scroller }): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2349|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: declare class ListAttribute<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: declare class ListAttribute<br>New version information: crossplatform|list.d.ts| 2350|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: lanes(value: number \| LengthConstrain, gutter?: Dimension): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: lanes(value: number \| LengthConstrain, gutter?: Dimension): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2351|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: alignListItem(value: ListItemAlign): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: alignListItem(value: ListItemAlign): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2352|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: listDirection(value: Axis): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: listDirection(value: Axis): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2353|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: scrollBar(value: BarState): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: scrollBar(value: BarState): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2354|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: edgeEffect(value: EdgeEffect): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: edgeEffect(value: EdgeEffect): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2355|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: divider(<br> value: {<br> strokeWidth: Length;<br> color?: ResourceColor;<br> startMargin?: Length;<br> endMargin?: Length;<br> } \| null,<br> ): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: divider(<br> value: {<br> strokeWidth: Length;<br> color?: ResourceColor;<br> startMargin?: Length;<br> endMargin?: Length;<br> } \| null,<br> ): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2356|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: multiSelectable(value: boolean): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: multiSelectable(value: boolean): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2357|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: cachedCount(value: number): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: cachedCount(value: number): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2358|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: chainAnimation(value: boolean): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: chainAnimation(value: boolean): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2359|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: sticky(value: StickyStyle): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: sticky(value: StickyStyle): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2360|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onScroll(event: (scrollOffset: number, scrollState: ScrollState) => void): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2361|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onScrollIndex(event: (start: number, end: number, center: number) => void): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onScrollIndex(event: (start: number, end: number, center: number) => void): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2362|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onReachStart(event: () => void): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onReachStart(event: () => void): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2363|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onReachEnd(event: () => void): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onReachEnd(event: () => void): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2364|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onScrollStart(event: () => void): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onScrollStart(event: () => void): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2365|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onScrollStop(event: () => void): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onScrollStop(event: () => void): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2366|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onItemMove(event: (from: number, to: number) => boolean): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onItemMove(event: (from: number, to: number) => boolean): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2367|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2368|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2369|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2370|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2371|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2372|Cross-platform capability changed|Class name: ListAttribute;<br>Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;<br>Old version information: |Class name: ListAttribute;<br>Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;<br>New version information: crossplatform|list.d.ts| 2373|Cross-platform capability changed|Class name: SwipeEdgeEffect;<br>Method or attribute name: None<br>Old version information: |Class name: SwipeEdgeEffect;<br>Method or attribute name: None<br>New version information: crossplatform|list_item.d.ts| 2374|Cross-platform capability changed|Class name: SwipeEdgeEffect;<br>Method or attribute name: declare enum SwipeEdgeEffect<br>Old version information: |Class name: SwipeEdgeEffect;<br>Method or attribute name: declare enum SwipeEdgeEffect<br>New version information: crossplatform|list_item.d.ts| 2375|Cross-platform capability changed|Class name: SwipeEdgeEffect;<br>Method or attribute name: Spring<br>Old version information: |Class name: SwipeEdgeEffect;<br>Method or attribute name: Spring<br>New version information: crossplatform|list_item.d.ts| 2376|Cross-platform capability changed|Class name: SwipeActionOptions;<br>Method or attribute name: declare interface SwipeActionOptions<br>Old version information: |Class name: SwipeActionOptions;<br>Method or attribute name: declare interface SwipeActionOptions<br>New version information: crossplatform|list_item.d.ts| 2377|Cross-platform capability changed|Class name: SwipeActionOptions;<br>Method or attribute name: start?: CustomBuilder \| SwipeActionItem;<br>Old version information: |Class name: SwipeActionOptions;<br>Method or attribute name: start?: CustomBuilder \| SwipeActionItem;<br>New version information: crossplatform|list_item.d.ts| 2378|Cross-platform capability changed|Class name: SwipeActionOptions;<br>Method or attribute name: end?: CustomBuilder \| SwipeActionItem;<br>Old version information: |Class name: SwipeActionOptions;<br>Method or attribute name: end?: CustomBuilder \| SwipeActionItem;<br>New version information: crossplatform|list_item.d.ts| 2379|Cross-platform capability changed|Class name: SwipeActionOptions;<br>Method or attribute name: edgeEffect?: SwipeEdgeEffect;<br>Old version information: |Class name: SwipeActionOptions;<br>Method or attribute name: edgeEffect?: SwipeEdgeEffect;<br>New version information: crossplatform|list_item.d.ts| 2380|Cross-platform capability changed|Class name: ListItemInterface;<br>Method or attribute name: interface ListItemInterface<br>Old version information: |Class name: ListItemInterface;<br>Method or attribute name: interface ListItemInterface<br>New version information: crossplatform|list_item.d.ts| 2381|Cross-platform capability changed|Class name: ListItemAttribute;<br>Method or attribute name: declare class ListItemAttribute<br>Old version information: |Class name: ListItemAttribute;<br>Method or attribute name: declare class ListItemAttribute<br>New version information: crossplatform|list_item.d.ts| 2382|Cross-platform capability changed|Class name: ListItemAttribute;<br>Method or attribute name: selectable(value: boolean): ListItemAttribute;<br>Old version information: |Class name: ListItemAttribute;<br>Method or attribute name: selectable(value: boolean): ListItemAttribute;<br>New version information: crossplatform|list_item.d.ts| 2383|Cross-platform capability changed|Class name: ListItemAttribute;<br>Method or attribute name: swipeAction(value: SwipeActionOptions): ListItemAttribute;<br>Old version information: |Class name: ListItemAttribute;<br>Method or attribute name: swipeAction(value: SwipeActionOptions): ListItemAttribute;<br>New version information: crossplatform|list_item.d.ts| 2384|Cross-platform capability changed|Class name: ListItemAttribute;<br>Method or attribute name: onSelect(event: (isSelected: boolean) => void): ListItemAttribute;<br>Old version information: |Class name: ListItemAttribute;<br>Method or attribute name: onSelect(event: (isSelected: boolean) => void): ListItemAttribute;<br>New version information: crossplatform|list_item.d.ts| 2385|Cross-platform capability changed|Class name: ListItemGroupOptions;<br>Method or attribute name: declare interface ListItemGroupOptions<br>Old version information: |Class name: ListItemGroupOptions;<br>Method or attribute name: declare interface ListItemGroupOptions<br>New version information: crossplatform|list_item_group.d.ts| 2386|Cross-platform capability changed|Class name: ListItemGroupOptions;<br>Method or attribute name: header?: CustomBuilder;<br>Old version information: |Class name: ListItemGroupOptions;<br>Method or attribute name: header?: CustomBuilder;<br>New version information: crossplatform|list_item_group.d.ts| 2387|Cross-platform capability changed|Class name: ListItemGroupOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>Old version information: |Class name: ListItemGroupOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>New version information: crossplatform|list_item_group.d.ts| 2388|Cross-platform capability changed|Class name: ListItemGroupOptions;<br>Method or attribute name: space?: number \| string;<br>Old version information: |Class name: ListItemGroupOptions;<br>Method or attribute name: space?: number \| string;<br>New version information: crossplatform|list_item_group.d.ts| 2389|Cross-platform capability changed|Class name: ListItemGroupInterface;<br>Method or attribute name: interface ListItemGroupInterface<br>Old version information: |Class name: ListItemGroupInterface;<br>Method or attribute name: interface ListItemGroupInterface<br>New version information: crossplatform|list_item_group.d.ts| 2390|Cross-platform capability changed|Class name: ListItemGroupInterface;<br>Method or attribute name: (options?: ListItemGroupOptions): ListItemGroupAttribute;<br>Old version information: |Class name: ListItemGroupInterface;<br>Method or attribute name: (options?: ListItemGroupOptions): ListItemGroupAttribute;<br>New version information: crossplatform|list_item_group.d.ts| 2391|Cross-platform capability changed|Class name: ListItemGroupAttribute;<br>Method or attribute name: declare class ListItemGroupAttribute<br>Old version information: |Class name: ListItemGroupAttribute;<br>Method or attribute name: declare class ListItemGroupAttribute<br>New version information: crossplatform|list_item_group.d.ts| 2392|Cross-platform capability changed|Class name: ListItemGroupAttribute;<br>Method or attribute name: divider(<br> value: {<br> strokeWidth: Length;<br> color?: ResourceColor;<br> startMargin?: Length;<br> endMargin?: Length;<br> } \| null,<br> ): ListItemGroupAttribute;<br>Old version information: |Class name: ListItemGroupAttribute;<br>Method or attribute name: divider(<br> value: {<br> strokeWidth: Length;<br> color?: ResourceColor;<br> startMargin?: Length;<br> endMargin?: Length;<br> } \| null,<br> ): ListItemGroupAttribute;<br>New version information: crossplatform|list_item_group.d.ts| 2393|Cross-platform capability changed|Class name: LoadingProgressStyle;<br>Method or attribute name: declare enum LoadingProgressStyle<br>Old version information: |Class name: LoadingProgressStyle;<br>Method or attribute name: declare enum LoadingProgressStyle<br>New version information: crossplatform|loading_progress.d.ts| 2394|Cross-platform capability changed|Class name: LoadingProgressStyle;<br>Method or attribute name: Default<br>Old version information: |Class name: LoadingProgressStyle;<br>Method or attribute name: Default<br>New version information: crossplatform|loading_progress.d.ts| 2395|Cross-platform capability changed|Class name: LoadingProgressStyle;<br>Method or attribute name: Circular<br>Old version information: |Class name: LoadingProgressStyle;<br>Method or attribute name: Circular<br>New version information: crossplatform|loading_progress.d.ts| 2396|Cross-platform capability changed|Class name: LoadingProgressStyle;<br>Method or attribute name: Orbital<br>Old version information: |Class name: LoadingProgressStyle;<br>Method or attribute name: Orbital<br>New version information: crossplatform|loading_progress.d.ts| 2397|Cross-platform capability changed|Class name: LoadingProgressInterface;<br>Method or attribute name: interface LoadingProgressInterface<br>Old version information: |Class name: LoadingProgressInterface;<br>Method or attribute name: interface LoadingProgressInterface<br>New version information: crossplatform|loading_progress.d.ts| 2398|Cross-platform capability changed|Class name: LoadingProgressInterface;<br>Method or attribute name: (): LoadingProgressAttribute;<br>Old version information: |Class name: LoadingProgressInterface;<br>Method or attribute name: (): LoadingProgressAttribute;<br>New version information: crossplatform|loading_progress.d.ts| 2399|Cross-platform capability changed|Class name: LoadingProgressAttribute;<br>Method or attribute name: declare class LoadingProgressAttribute<br>Old version information: |Class name: LoadingProgressAttribute;<br>Method or attribute name: declare class LoadingProgressAttribute<br>New version information: crossplatform|loading_progress.d.ts| 2400|Cross-platform capability changed|Class name: LoadingProgressAttribute;<br>Method or attribute name: color(value: ResourceColor): LoadingProgressAttribute;<br>Old version information: |Class name: LoadingProgressAttribute;<br>Method or attribute name: color(value: ResourceColor): LoadingProgressAttribute;<br>New version information: crossplatform|loading_progress.d.ts| 2401|Cross-platform capability changed|Class name: MarqueeInterface;<br>Method or attribute name: interface MarqueeInterface<br>Old version information: |Class name: MarqueeInterface;<br>Method or attribute name: interface MarqueeInterface<br>New version information: crossplatform|marquee.d.ts| 2402|Cross-platform capability changed|Class name: MarqueeInterface;<br>Method or attribute name: (value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;<br>Old version information: |Class name: MarqueeInterface;<br>Method or attribute name: (value: { start: boolean; step?: number; loop?: number; fromStart?: boolean; src: string }): MarqueeAttribute;<br>New version information: crossplatform|marquee.d.ts| 2403|Cross-platform capability changed|Class name: MarqueeAttribute;<br>Method or attribute name: declare class MarqueeAttribute<br>Old version information: |Class name: MarqueeAttribute;<br>Method or attribute name: declare class MarqueeAttribute<br>New version information: crossplatform|marquee.d.ts| 2404|Cross-platform capability changed|Class name: MarqueeAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): MarqueeAttribute;<br>Old version information: |Class name: MarqueeAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): MarqueeAttribute;<br>New version information: crossplatform|marquee.d.ts| 2405|Cross-platform capability changed|Class name: MarqueeAttribute;<br>Method or attribute name: fontSize(value: Length): MarqueeAttribute;<br>Old version information: |Class name: MarqueeAttribute;<br>Method or attribute name: fontSize(value: Length): MarqueeAttribute;<br>New version information: crossplatform|marquee.d.ts| 2406|Cross-platform capability changed|Class name: MarqueeAttribute;<br>Method or attribute name: allowScale(value: boolean): MarqueeAttribute;<br>Old version information: |Class name: MarqueeAttribute;<br>Method or attribute name: allowScale(value: boolean): MarqueeAttribute;<br>New version information: crossplatform|marquee.d.ts| 2407|Cross-platform capability changed|Class name: MarqueeAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;<br>Old version information: |Class name: MarqueeAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): MarqueeAttribute;<br>New version information: crossplatform|marquee.d.ts| 2408|Cross-platform capability changed|Class name: MarqueeAttribute;<br>Method or attribute name: fontFamily(value: string \| Resource): MarqueeAttribute;<br>Old version information: |Class name: MarqueeAttribute;<br>Method or attribute name: fontFamily(value: string \| Resource): MarqueeAttribute;<br>New version information: crossplatform|marquee.d.ts| 2409|Cross-platform capability changed|Class name: MarqueeAttribute;<br>Method or attribute name: onStart(event: () => void): MarqueeAttribute;<br>Old version information: |Class name: MarqueeAttribute;<br>Method or attribute name: onStart(event: () => void): MarqueeAttribute;<br>New version information: crossplatform|marquee.d.ts| 2410|Cross-platform capability changed|Class name: MarqueeAttribute;<br>Method or attribute name: onBounce(event: () => void): MarqueeAttribute;<br>Old version information: |Class name: MarqueeAttribute;<br>Method or attribute name: onBounce(event: () => void): MarqueeAttribute;<br>New version information: crossplatform|marquee.d.ts| 2411|Cross-platform capability changed|Class name: MarqueeAttribute;<br>Method or attribute name: onFinish(event: () => void): MarqueeAttribute;<br>Old version information: |Class name: MarqueeAttribute;<br>Method or attribute name: onFinish(event: () => void): MarqueeAttribute;<br>New version information: crossplatform|marquee.d.ts| 2412|Cross-platform capability changed|Class name: MenuInterface;<br>Method or attribute name: interface MenuInterface<br>Old version information: |Class name: MenuInterface;<br>Method or attribute name: interface MenuInterface<br>New version information: crossplatform|menu.d.ts| 2413|Cross-platform capability changed|Class name: MenuInterface;<br>Method or attribute name: (): MenuAttribute;<br>Old version information: |Class name: MenuInterface;<br>Method or attribute name: (): MenuAttribute;<br>New version information: crossplatform|menu.d.ts| 2414|Cross-platform capability changed|Class name: MenuAttribute;<br>Method or attribute name: declare class MenuAttribute<br>Old version information: |Class name: MenuAttribute;<br>Method or attribute name: declare class MenuAttribute<br>New version information: crossplatform|menu.d.ts| 2415|Cross-platform capability changed|Class name: MenuItemOptions;<br>Method or attribute name: declare interface MenuItemOptions<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: declare interface MenuItemOptions<br>New version information: crossplatform|menu_item.d.ts| 2416|Cross-platform capability changed|Class name: MenuItemOptions;<br>Method or attribute name: startIcon?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: startIcon?: ResourceStr;<br>New version information: crossplatform|menu_item.d.ts| 2417|Cross-platform capability changed|Class name: MenuItemOptions;<br>Method or attribute name: content?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: content?: ResourceStr;<br>New version information: crossplatform|menu_item.d.ts| 2418|Cross-platform capability changed|Class name: MenuItemOptions;<br>Method or attribute name: endIcon?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: endIcon?: ResourceStr;<br>New version information: crossplatform|menu_item.d.ts| 2419|Cross-platform capability changed|Class name: MenuItemOptions;<br>Method or attribute name: labelInfo?: ResourceStr;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: labelInfo?: ResourceStr;<br>New version information: crossplatform|menu_item.d.ts| 2420|Cross-platform capability changed|Class name: MenuItemOptions;<br>Method or attribute name: builder?: CustomBuilder;<br>Old version information: |Class name: MenuItemOptions;<br>Method or attribute name: builder?: CustomBuilder;<br>New version information: crossplatform|menu_item.d.ts| 2421|Cross-platform capability changed|Class name: MenuItemInterface;<br>Method or attribute name: interface MenuItemInterface<br>Old version information: |Class name: MenuItemInterface;<br>Method or attribute name: interface MenuItemInterface<br>New version information: crossplatform|menu_item.d.ts| 2422|Cross-platform capability changed|Class name: MenuItemInterface;<br>Method or attribute name: (value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;<br>Old version information: |Class name: MenuItemInterface;<br>Method or attribute name: (value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;<br>New version information: crossplatform|menu_item.d.ts| 2423|Cross-platform capability changed|Class name: MenuItemAttribute;<br>Method or attribute name: declare class MenuItemAttribute<br>Old version information: |Class name: MenuItemAttribute;<br>Method or attribute name: declare class MenuItemAttribute<br>New version information: crossplatform|menu_item.d.ts| 2424|Cross-platform capability changed|Class name: MenuItemAttribute;<br>Method or attribute name: selected(value: boolean): MenuItemAttribute;<br>Old version information: |Class name: MenuItemAttribute;<br>Method or attribute name: selected(value: boolean): MenuItemAttribute;<br>New version information: crossplatform|menu_item.d.ts| 2425|Cross-platform capability changed|Class name: MenuItemAttribute;<br>Method or attribute name: selectIcon(value: boolean \| ResourceStr): MenuItemAttribute;<br>Old version information: |Class name: MenuItemAttribute;<br>Method or attribute name: selectIcon(value: boolean \| ResourceStr): MenuItemAttribute;<br>New version information: crossplatform|menu_item.d.ts| 2426|Cross-platform capability changed|Class name: MenuItemAttribute;<br>Method or attribute name: onChange(callback: (selected: boolean) => void): MenuItemAttribute;<br>Old version information: |Class name: MenuItemAttribute;<br>Method or attribute name: onChange(callback: (selected: boolean) => void): MenuItemAttribute;<br>New version information: crossplatform|menu_item.d.ts| 2427|Cross-platform capability changed|Class name: MenuItemGroupOptions;<br>Method or attribute name: declare interface MenuItemGroupOptions<br>Old version information: |Class name: MenuItemGroupOptions;<br>Method or attribute name: declare interface MenuItemGroupOptions<br>New version information: crossplatform|menu_item_group.d.ts| 2428|Cross-platform capability changed|Class name: MenuItemGroupOptions;<br>Method or attribute name: header?: ResourceStr \| CustomBuilder;<br>Old version information: |Class name: MenuItemGroupOptions;<br>Method or attribute name: header?: ResourceStr \| CustomBuilder;<br>New version information: crossplatform|menu_item_group.d.ts| 2429|Cross-platform capability changed|Class name: MenuItemGroupOptions;<br>Method or attribute name: footer?: ResourceStr \| CustomBuilder;<br>Old version information: |Class name: MenuItemGroupOptions;<br>Method or attribute name: footer?: ResourceStr \| CustomBuilder;<br>New version information: crossplatform|menu_item_group.d.ts| 2430|Cross-platform capability changed|Class name: MenuItemGroupInterface;<br>Method or attribute name: interface MenuItemGroupInterface<br>Old version information: |Class name: MenuItemGroupInterface;<br>Method or attribute name: interface MenuItemGroupInterface<br>New version information: crossplatform|menu_item_group.d.ts| 2431|Cross-platform capability changed|Class name: MenuItemGroupInterface;<br>Method or attribute name: (value?: MenuItemGroupOptions): MenuItemGroupAttribute;<br>Old version information: |Class name: MenuItemGroupInterface;<br>Method or attribute name: (value?: MenuItemGroupOptions): MenuItemGroupAttribute;<br>New version information: crossplatform|menu_item_group.d.ts| 2432|Cross-platform capability changed|Class name: MenuItemGroupAttribute;<br>Method or attribute name: declare class MenuItemGroupAttribute<br>Old version information: |Class name: MenuItemGroupAttribute;<br>Method or attribute name: declare class MenuItemGroupAttribute<br>New version information: crossplatform|menu_item_group.d.ts| 2433|Cross-platform capability changed|Class name: NavigationCommonTitle;<br>Method or attribute name: declare interface NavigationCommonTitle<br>Old version information: |Class name: NavigationCommonTitle;<br>Method or attribute name: declare interface NavigationCommonTitle<br>New version information: crossplatform|navigation.d.ts| 2434|Cross-platform capability changed|Class name: NavigationCommonTitle;<br>Method or attribute name: main: string;<br>Old version information: |Class name: NavigationCommonTitle;<br>Method or attribute name: main: string;<br>New version information: crossplatform|navigation.d.ts| 2435|Cross-platform capability changed|Class name: NavigationCommonTitle;<br>Method or attribute name: sub: string;<br>Old version information: |Class name: NavigationCommonTitle;<br>Method or attribute name: sub: string;<br>New version information: crossplatform|navigation.d.ts| 2436|Cross-platform capability changed|Class name: NavigationCustomTitle;<br>Method or attribute name: declare interface NavigationCustomTitle<br>Old version information: |Class name: NavigationCustomTitle;<br>Method or attribute name: declare interface NavigationCustomTitle<br>New version information: crossplatform|navigation.d.ts| 2437|Cross-platform capability changed|Class name: NavigationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>Old version information: |Class name: NavigationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>New version information: crossplatform|navigation.d.ts| 2438|Cross-platform capability changed|Class name: NavigationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>Old version information: |Class name: NavigationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>New version information: crossplatform|navigation.d.ts| 2439|Cross-platform capability changed|Class name: NavigationMode;<br>Method or attribute name: declare enum NavigationMode<br>Old version information: |Class name: NavigationMode;<br>Method or attribute name: declare enum NavigationMode<br>New version information: crossplatform|navigation.d.ts| 2440|Cross-platform capability changed|Class name: NavigationMode;<br>Method or attribute name: Stack<br>Old version information: |Class name: NavigationMode;<br>Method or attribute name: Stack<br>New version information: crossplatform|navigation.d.ts| 2441|Cross-platform capability changed|Class name: NavigationMode;<br>Method or attribute name: Split<br>Old version information: |Class name: NavigationMode;<br>Method or attribute name: Split<br>New version information: crossplatform|navigation.d.ts| 2442|Cross-platform capability changed|Class name: NavigationMode;<br>Method or attribute name: Auto<br>Old version information: |Class name: NavigationMode;<br>Method or attribute name: Auto<br>New version information: crossplatform|navigation.d.ts| 2443|Cross-platform capability changed|Class name: NavBarPosition;<br>Method or attribute name: declare enum NavBarPosition<br>Old version information: |Class name: NavBarPosition;<br>Method or attribute name: declare enum NavBarPosition<br>New version information: crossplatform|navigation.d.ts| 2444|Cross-platform capability changed|Class name: NavBarPosition;<br>Method or attribute name: Start<br>Old version information: |Class name: NavBarPosition;<br>Method or attribute name: Start<br>New version information: crossplatform|navigation.d.ts| 2445|Cross-platform capability changed|Class name: NavBarPosition;<br>Method or attribute name: End<br>Old version information: |Class name: NavBarPosition;<br>Method or attribute name: End<br>New version information: crossplatform|navigation.d.ts| 2446|Cross-platform capability changed|Class name: NavigationTitleMode;<br>Method or attribute name: declare enum NavigationTitleMode<br>Old version information: |Class name: NavigationTitleMode;<br>Method or attribute name: declare enum NavigationTitleMode<br>New version information: crossplatform|navigation.d.ts| 2447|Cross-platform capability changed|Class name: NavigationTitleMode;<br>Method or attribute name: Free = 0<br>Old version information: |Class name: NavigationTitleMode;<br>Method or attribute name: Free = 0<br>New version information: crossplatform|navigation.d.ts| 2448|Cross-platform capability changed|Class name: NavigationTitleMode;<br>Method or attribute name: Full<br>Old version information: |Class name: NavigationTitleMode;<br>Method or attribute name: Full<br>New version information: crossplatform|navigation.d.ts| 2449|Cross-platform capability changed|Class name: NavigationTitleMode;<br>Method or attribute name: Mini<br>Old version information: |Class name: NavigationTitleMode;<br>Method or attribute name: Mini<br>New version information: crossplatform|navigation.d.ts| 2450|Cross-platform capability changed|Class name: NavigationMenuItem;<br>Method or attribute name: value: string;<br>Old version information: |Class name: NavigationMenuItem;<br>Method or attribute name: value: string;<br>New version information: crossplatform|navigation.d.ts| 2451|Cross-platform capability changed|Class name: NavigationMenuItem;<br>Method or attribute name: icon?: string;<br>Old version information: |Class name: NavigationMenuItem;<br>Method or attribute name: icon?: string;<br>New version information: crossplatform|navigation.d.ts| 2452|Cross-platform capability changed|Class name: NavigationMenuItem;<br>Method or attribute name: action?: () => void;<br>Old version information: |Class name: NavigationMenuItem;<br>Method or attribute name: action?: () => void;<br>New version information: crossplatform|navigation.d.ts| 2453|Cross-platform capability changed|Class name: NavigationInterface;<br>Method or attribute name: interface NavigationInterface<br>Old version information: |Class name: NavigationInterface;<br>Method or attribute name: interface NavigationInterface<br>New version information: crossplatform|navigation.d.ts| 2454|Cross-platform capability changed|Class name: NavigationInterface;<br>Method or attribute name: (): NavigationAttribute;<br>Old version information: |Class name: NavigationInterface;<br>Method or attribute name: (): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2455|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: declare class NavigationAttribute<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: declare class NavigationAttribute<br>New version information: crossplatform|navigation.d.ts| 2456|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: navBarWidth(value: Length): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: navBarWidth(value: Length): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2457|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: navBarPosition(value: NavBarPosition): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: navBarPosition(value: NavBarPosition): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2458|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: mode(value: NavigationMode): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: mode(value: NavigationMode): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2459|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2460|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: hideNavBar(value: boolean): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: hideNavBar(value: boolean): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2461|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2462|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: hideTitleBar(value: boolean): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: hideTitleBar(value: boolean): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2463|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: hideBackButton(value: boolean): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: hideBackButton(value: boolean): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2464|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: titleMode(value: NavigationTitleMode): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: titleMode(value: NavigationTitleMode): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2465|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: menus(value: Array\<NavigationMenuItem> \| CustomBuilder): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: menus(value: Array\<NavigationMenuItem> \| CustomBuilder): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2466|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: hideToolBar(value: boolean): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: hideToolBar(value: boolean): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2467|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2468|Cross-platform capability changed|Class name: NavigationAttribute;<br>Method or attribute name: onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;<br>Old version information: |Class name: NavigationAttribute;<br>Method or attribute name: onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;<br>New version information: crossplatform|navigation.d.ts| 2469|Cross-platform capability changed|Class name: NavigationType;<br>Method or attribute name: declare enum NavigationType<br>Old version information: |Class name: NavigationType;<br>Method or attribute name: declare enum NavigationType<br>New version information: crossplatform|navigator.d.ts| 2470|Cross-platform capability changed|Class name: NavigationType;<br>Method or attribute name: Push<br>Old version information: |Class name: NavigationType;<br>Method or attribute name: Push<br>New version information: crossplatform|navigator.d.ts| 2471|Cross-platform capability changed|Class name: NavigationType;<br>Method or attribute name: Back<br>Old version information: |Class name: NavigationType;<br>Method or attribute name: Back<br>New version information: crossplatform|navigator.d.ts| 2472|Cross-platform capability changed|Class name: NavigationType;<br>Method or attribute name: Replace<br>Old version information: |Class name: NavigationType;<br>Method or attribute name: Replace<br>New version information: crossplatform|navigator.d.ts| 2473|Cross-platform capability changed|Class name: NavigatorInterface;<br>Method or attribute name: interface NavigatorInterface<br>Old version information: |Class name: NavigatorInterface;<br>Method or attribute name: interface NavigatorInterface<br>New version information: crossplatform|navigator.d.ts| 2474|Cross-platform capability changed|Class name: NavigatorInterface;<br>Method or attribute name: (value?: { target: string; type?: NavigationType }): NavigatorAttribute;<br>Old version information: |Class name: NavigatorInterface;<br>Method or attribute name: (value?: { target: string; type?: NavigationType }): NavigatorAttribute;<br>New version information: crossplatform|navigator.d.ts| 2475|Cross-platform capability changed|Class name: NavigatorInterface;<br>Method or attribute name: (): NavigatorAttribute;<br>Old version information: |Class name: NavigatorInterface;<br>Method or attribute name: (): NavigatorAttribute;<br>New version information: crossplatform|navigator.d.ts| 2476|Cross-platform capability changed|Class name: NavigatorAttribute;<br>Method or attribute name: declare class NavigatorAttribute<br>Old version information: |Class name: NavigatorAttribute;<br>Method or attribute name: declare class NavigatorAttribute<br>New version information: crossplatform|navigator.d.ts| 2477|Cross-platform capability changed|Class name: NavigatorAttribute;<br>Method or attribute name: active(value: boolean): NavigatorAttribute;<br>Old version information: |Class name: NavigatorAttribute;<br>Method or attribute name: active(value: boolean): NavigatorAttribute;<br>New version information: crossplatform|navigator.d.ts| 2478|Cross-platform capability changed|Class name: NavigatorAttribute;<br>Method or attribute name: type(value: NavigationType): NavigatorAttribute;<br>Old version information: |Class name: NavigatorAttribute;<br>Method or attribute name: type(value: NavigationType): NavigatorAttribute;<br>New version information: crossplatform|navigator.d.ts| 2479|Cross-platform capability changed|Class name: NavigatorAttribute;<br>Method or attribute name: target(value: string): NavigatorAttribute;<br>Old version information: |Class name: NavigatorAttribute;<br>Method or attribute name: target(value: string): NavigatorAttribute;<br>New version information: crossplatform|navigator.d.ts| 2480|Cross-platform capability changed|Class name: NavigatorAttribute;<br>Method or attribute name: params(value: object): NavigatorAttribute;<br>Old version information: |Class name: NavigatorAttribute;<br>Method or attribute name: params(value: object): NavigatorAttribute;<br>New version information: crossplatform|navigator.d.ts| 2481|Cross-platform capability changed|Class name: NavDestinationCommonTitle;<br>Method or attribute name: declare interface NavDestinationCommonTitle<br>Old version information: |Class name: NavDestinationCommonTitle;<br>Method or attribute name: declare interface NavDestinationCommonTitle<br>New version information: crossplatform|nav_destination.d.ts| 2482|Cross-platform capability changed|Class name: NavDestinationCommonTitle;<br>Method or attribute name: main: string;<br>Old version information: |Class name: NavDestinationCommonTitle;<br>Method or attribute name: main: string;<br>New version information: crossplatform|nav_destination.d.ts| 2483|Cross-platform capability changed|Class name: NavDestinationCommonTitle;<br>Method or attribute name: sub: string;<br>Old version information: |Class name: NavDestinationCommonTitle;<br>Method or attribute name: sub: string;<br>New version information: crossplatform|nav_destination.d.ts| 2484|Cross-platform capability changed|Class name: NavDestinationCustomTitle;<br>Method or attribute name: declare interface NavDestinationCustomTitle<br>Old version information: |Class name: NavDestinationCustomTitle;<br>Method or attribute name: declare interface NavDestinationCustomTitle<br>New version information: crossplatform|nav_destination.d.ts| 2485|Cross-platform capability changed|Class name: NavDestinationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>Old version information: |Class name: NavDestinationCustomTitle;<br>Method or attribute name: builder: CustomBuilder;<br>New version information: crossplatform|nav_destination.d.ts| 2486|Cross-platform capability changed|Class name: NavDestinationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>Old version information: |Class name: NavDestinationCustomTitle;<br>Method or attribute name: height: TitleHeight \| Length;<br>New version information: crossplatform|nav_destination.d.ts| 2487|Cross-platform capability changed|Class name: NavDestinationInterface;<br>Method or attribute name: declare interface NavDestinationInterface<br>Old version information: |Class name: NavDestinationInterface;<br>Method or attribute name: declare interface NavDestinationInterface<br>New version information: crossplatform|nav_destination.d.ts| 2488|Cross-platform capability changed|Class name: NavDestinationInterface;<br>Method or attribute name: (): NavDestinationAttribute;<br>Old version information: |Class name: NavDestinationInterface;<br>Method or attribute name: (): NavDestinationAttribute;<br>New version information: crossplatform|nav_destination.d.ts| 2489|Cross-platform capability changed|Class name: NavDestinationAttribute;<br>Method or attribute name: declare class NavDestinationAttribute<br>Old version information: |Class name: NavDestinationAttribute;<br>Method or attribute name: declare class NavDestinationAttribute<br>New version information: crossplatform|nav_destination.d.ts| 2490|Cross-platform capability changed|Class name: NavDestinationAttribute;<br>Method or attribute name: title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;<br>Old version information: |Class name: NavDestinationAttribute;<br>Method or attribute name: title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;<br>New version information: crossplatform|nav_destination.d.ts| 2491|Cross-platform capability changed|Class name: NavDestinationAttribute;<br>Method or attribute name: hideTitleBar(value: boolean): NavDestinationAttribute;<br>Old version information: |Class name: NavDestinationAttribute;<br>Method or attribute name: hideTitleBar(value: boolean): NavDestinationAttribute;<br>New version information: crossplatform|nav_destination.d.ts| 2492|Cross-platform capability changed|Class name: NavRouterInterface;<br>Method or attribute name: declare interface NavRouterInterface<br>Old version information: |Class name: NavRouterInterface;<br>Method or attribute name: declare interface NavRouterInterface<br>New version information: crossplatform|nav_router.d.ts| 2493|Cross-platform capability changed|Class name: NavRouterInterface;<br>Method or attribute name: (): NavRouterAttribute;<br>Old version information: |Class name: NavRouterInterface;<br>Method or attribute name: (): NavRouterAttribute;<br>New version information: crossplatform|nav_router.d.ts| 2494|Cross-platform capability changed|Class name: NavRouterAttribute;<br>Method or attribute name: declare class NavRouterAttribute<br>Old version information: |Class name: NavRouterAttribute;<br>Method or attribute name: declare class NavRouterAttribute<br>New version information: crossplatform|nav_router.d.ts| 2495|Cross-platform capability changed|Class name: NavRouterAttribute;<br>Method or attribute name: onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;<br>Old version information: |Class name: NavRouterAttribute;<br>Method or attribute name: onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;<br>New version information: crossplatform|nav_router.d.ts| 2496|Cross-platform capability changed|Class name: RouteType;<br>Method or attribute name: declare enum RouteType<br>Old version information: |Class name: RouteType;<br>Method or attribute name: declare enum RouteType<br>New version information: crossplatform|page_transition.d.ts| 2497|Cross-platform capability changed|Class name: RouteType;<br>Method or attribute name: None<br>Old version information: |Class name: RouteType;<br>Method or attribute name: None<br>New version information: crossplatform|page_transition.d.ts| 2498|Cross-platform capability changed|Class name: RouteType;<br>Method or attribute name: Push<br>Old version information: |Class name: RouteType;<br>Method or attribute name: Push<br>New version information: crossplatform|page_transition.d.ts| 2499|Cross-platform capability changed|Class name: RouteType;<br>Method or attribute name: Pop<br>Old version information: |Class name: RouteType;<br>Method or attribute name: Pop<br>New version information: crossplatform|page_transition.d.ts| 2500|Cross-platform capability changed|Class name: SlideEffect;<br>Method or attribute name: declare enum SlideEffect<br>Old version information: |Class name: SlideEffect;<br>Method or attribute name: declare enum SlideEffect<br>New version information: crossplatform|page_transition.d.ts| 2501|Cross-platform capability changed|Class name: SlideEffect;<br>Method or attribute name: Left<br>Old version information: |Class name: SlideEffect;<br>Method or attribute name: Left<br>New version information: crossplatform|page_transition.d.ts| 2502|Cross-platform capability changed|Class name: SlideEffect;<br>Method or attribute name: Right<br>Old version information: |Class name: SlideEffect;<br>Method or attribute name: Right<br>New version information: crossplatform|page_transition.d.ts| 2503|Cross-platform capability changed|Class name: SlideEffect;<br>Method or attribute name: Top<br>Old version information: |Class name: SlideEffect;<br>Method or attribute name: Top<br>New version information: crossplatform|page_transition.d.ts| 2504|Cross-platform capability changed|Class name: SlideEffect;<br>Method or attribute name: Bottom<br>Old version information: |Class name: SlideEffect;<br>Method or attribute name: Bottom<br>New version information: crossplatform|page_transition.d.ts| 2505|Cross-platform capability changed|Class name: CommonTransition;<br>Method or attribute name: declare class CommonTransition<br>Old version information: |Class name: CommonTransition;<br>Method or attribute name: declare class CommonTransition<br>New version information: crossplatform|page_transition.d.ts| 2506|Cross-platform capability changed|Class name: CommonTransition;<br>Method or attribute name: constructor();<br>Old version information: |Class name: CommonTransition;<br>Method or attribute name: constructor();<br>New version information: crossplatform|page_transition.d.ts| 2507|Cross-platform capability changed|Class name: CommonTransition;<br>Method or attribute name: slide(value: SlideEffect): T;<br>Old version information: |Class name: CommonTransition;<br>Method or attribute name: slide(value: SlideEffect): T;<br>New version information: crossplatform|page_transition.d.ts| 2508|Cross-platform capability changed|Class name: CommonTransition;<br>Method or attribute name: translate(value: { x?: number \| string; y?: number \| string; z?: number \| string }): T;<br>Old version information: |Class name: CommonTransition;<br>Method or attribute name: translate(value: { x?: number \| string; y?: number \| string; z?: number \| string }): T;<br>New version information: crossplatform|page_transition.d.ts| 2509|Cross-platform capability changed|Class name: CommonTransition;<br>Method or attribute name: scale(value: { x?: number; y?: number; z?: number; centerX?: number \| string; centerY?: number \| string }): T;<br>Old version information: |Class name: CommonTransition;<br>Method or attribute name: scale(value: { x?: number; y?: number; z?: number; centerX?: number \| string; centerY?: number \| string }): T;<br>New version information: crossplatform|page_transition.d.ts| 2510|Cross-platform capability changed|Class name: CommonTransition;<br>Method or attribute name: opacity(value: number): T;<br>Old version information: |Class name: CommonTransition;<br>Method or attribute name: opacity(value: number): T;<br>New version information: crossplatform|page_transition.d.ts| 2511|Cross-platform capability changed|Class name: PageTransitionEnterInterface;<br>Method or attribute name: interface PageTransitionEnterInterface<br>Old version information: |Class name: PageTransitionEnterInterface;<br>Method or attribute name: interface PageTransitionEnterInterface<br>New version information: crossplatform|page_transition.d.ts| 2512|Cross-platform capability changed|Class name: PageTransitionEnterInterface;<br>Method or attribute name: (value: PageTransitionOptions): PageTransitionEnterInterface;<br>Old version information: |Class name: PageTransitionEnterInterface;<br>Method or attribute name: (value: PageTransitionOptions): PageTransitionEnterInterface;<br>New version information: crossplatform|page_transition.d.ts| 2513|Cross-platform capability changed|Class name: PageTransitionEnterInterface;<br>Method or attribute name: onEnter(event: (type: RouteType, progress: number) => void): PageTransitionEnterInterface;<br>Old version information: |Class name: PageTransitionEnterInterface;<br>Method or attribute name: onEnter(event: (type: RouteType, progress: number) => void): PageTransitionEnterInterface;<br>New version information: crossplatform|page_transition.d.ts| 2514|Cross-platform capability changed|Class name: PageTransitionExitInterface;<br>Method or attribute name: interface PageTransitionExitInterface<br>Old version information: |Class name: PageTransitionExitInterface;<br>Method or attribute name: interface PageTransitionExitInterface<br>New version information: crossplatform|page_transition.d.ts| 2515|Cross-platform capability changed|Class name: PageTransitionExitInterface;<br>Method or attribute name: (value: PageTransitionOptions): PageTransitionExitInterface;<br>Old version information: |Class name: PageTransitionExitInterface;<br>Method or attribute name: (value: PageTransitionOptions): PageTransitionExitInterface;<br>New version information: crossplatform|page_transition.d.ts| 2516|Cross-platform capability changed|Class name: PageTransitionExitInterface;<br>Method or attribute name: onExit(event: (type: RouteType, progress: number) => void): PageTransitionExitInterface;<br>Old version information: |Class name: PageTransitionExitInterface;<br>Method or attribute name: onExit(event: (type: RouteType, progress: number) => void): PageTransitionExitInterface;<br>New version information: crossplatform|page_transition.d.ts| 2517|Cross-platform capability changed|Class name: PanelMode;<br>Method or attribute name: declare enum PanelMode<br>Old version information: |Class name: PanelMode;<br>Method or attribute name: declare enum PanelMode<br>New version information: crossplatform|panel.d.ts| 2518|Cross-platform capability changed|Class name: PanelMode;<br>Method or attribute name: Mini<br>Old version information: |Class name: PanelMode;<br>Method or attribute name: Mini<br>New version information: crossplatform|panel.d.ts| 2519|Cross-platform capability changed|Class name: PanelMode;<br>Method or attribute name: Half<br>Old version information: |Class name: PanelMode;<br>Method or attribute name: Half<br>New version information: crossplatform|panel.d.ts| 2520|Cross-platform capability changed|Class name: PanelMode;<br>Method or attribute name: Full<br>Old version information: |Class name: PanelMode;<br>Method or attribute name: Full<br>New version information: crossplatform|panel.d.ts| 2521|Cross-platform capability changed|Class name: PanelType;<br>Method or attribute name: declare enum PanelType<br>Old version information: |Class name: PanelType;<br>Method or attribute name: declare enum PanelType<br>New version information: crossplatform|panel.d.ts| 2522|Cross-platform capability changed|Class name: PanelType;<br>Method or attribute name: Minibar = 0<br>Old version information: |Class name: PanelType;<br>Method or attribute name: Minibar = 0<br>New version information: crossplatform|panel.d.ts| 2523|Cross-platform capability changed|Class name: PanelType;<br>Method or attribute name: Foldable = 1<br>Old version information: |Class name: PanelType;<br>Method or attribute name: Foldable = 1<br>New version information: crossplatform|panel.d.ts| 2524|Cross-platform capability changed|Class name: PanelType;<br>Method or attribute name: Temporary = 2<br>Old version information: |Class name: PanelType;<br>Method or attribute name: Temporary = 2<br>New version information: crossplatform|panel.d.ts| 2525|Cross-platform capability changed|Class name: PanelInterface;<br>Method or attribute name: interface PanelInterface<br>Old version information: |Class name: PanelInterface;<br>Method or attribute name: interface PanelInterface<br>New version information: crossplatform|panel.d.ts| 2526|Cross-platform capability changed|Class name: PanelInterface;<br>Method or attribute name: (show: boolean): PanelAttribute;<br>Old version information: |Class name: PanelInterface;<br>Method or attribute name: (show: boolean): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2527|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: declare class PanelAttribute<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: declare class PanelAttribute<br>New version information: crossplatform|panel.d.ts| 2528|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: mode(value: PanelMode): PanelAttribute;<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: mode(value: PanelMode): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2529|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: type(value: PanelType): PanelAttribute;<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: type(value: PanelType): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2530|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: dragBar(value: boolean): PanelAttribute;<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: dragBar(value: boolean): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2531|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: fullHeight(value: number \| string): PanelAttribute;<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: fullHeight(value: number \| string): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2532|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: halfHeight(value: number \| string): PanelAttribute;<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: halfHeight(value: number \| string): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2533|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: miniHeight(value: number \| string): PanelAttribute;<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: miniHeight(value: number \| string): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2534|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: show(value: boolean): PanelAttribute;<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: show(value: boolean): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2535|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: backgroundMask(color: ResourceColor): PanelAttribute;<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: backgroundMask(color: ResourceColor): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2536|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: onChange(<br> event: (<br> /**<br> * Width of content area.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> width: number,<br><br> /**<br> * Height of content area.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> height: number,<br><br> /**<br> * Initial state.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> mode: PanelMode,<br> ) => void,<br> ): PanelAttribute;<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: onChange(<br> event: (<br> /**<br> * Width of content area.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> width: number,<br><br> /**<br> * Height of content area.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> height: number,<br><br> /**<br> * Initial state.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @since 7<br> */<br> mode: PanelMode,<br> ) => void,<br> ): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2537|Cross-platform capability changed|Class name: PanelAttribute;<br>Method or attribute name: onHeightChange(callback: (value: number) => void): PanelAttribute;<br>Old version information: |Class name: PanelAttribute;<br>Method or attribute name: onHeightChange(callback: (value: number) => void): PanelAttribute;<br>New version information: crossplatform|panel.d.ts| 2538|Cross-platform capability changed|Class name: PathInterface;<br>Method or attribute name: interface PathInterface<br>Old version information: |Class name: PathInterface;<br>Method or attribute name: interface PathInterface<br>New version information: crossplatform|path.d.ts| 2539|Cross-platform capability changed|Class name: PathInterface;<br>Method or attribute name: (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;<br>Old version information: |Class name: PathInterface;<br>Method or attribute name: (value?: { width?: number \| string; height?: number \| string; commands?: string }): PathAttribute;<br>New version information: crossplatform|path.d.ts| 2540|Cross-platform capability changed|Class name: PathAttribute;<br>Method or attribute name: declare class PathAttribute<br>Old version information: |Class name: PathAttribute;<br>Method or attribute name: declare class PathAttribute<br>New version information: crossplatform|path.d.ts| 2541|Cross-platform capability changed|Class name: PathAttribute;<br>Method or attribute name: commands(value: string): PathAttribute;<br>Old version information: |Class name: PathAttribute;<br>Method or attribute name: commands(value: string): PathAttribute;<br>New version information: crossplatform|path.d.ts| 2542|Cross-platform capability changed|Class name: PatternLockController;<br>Method or attribute name: declare class PatternLockController<br>Old version information: |Class name: PatternLockController;<br>Method or attribute name: declare class PatternLockController<br>New version information: crossplatform|pattern_lock.d.ts| 2543|Cross-platform capability changed|Class name: PatternLockController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: PatternLockController;<br>Method or attribute name: constructor();<br>New version information: crossplatform|pattern_lock.d.ts| 2544|Cross-platform capability changed|Class name: PatternLockController;<br>Method or attribute name: reset();<br>Old version information: |Class name: PatternLockController;<br>Method or attribute name: reset();<br>New version information: crossplatform|pattern_lock.d.ts| 2545|Cross-platform capability changed|Class name: PatternLockInterface;<br>Method or attribute name: interface PatternLockInterface<br>Old version information: |Class name: PatternLockInterface;<br>Method or attribute name: interface PatternLockInterface<br>New version information: crossplatform|pattern_lock.d.ts| 2546|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: declare class PatternLockAttribute<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: declare class PatternLockAttribute<br>New version information: crossplatform|pattern_lock.d.ts| 2547|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: sideLength(value: Length): PatternLockAttribute;<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: sideLength(value: Length): PatternLockAttribute;<br>New version information: crossplatform|pattern_lock.d.ts| 2548|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: circleRadius(value: Length): PatternLockAttribute;<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: circleRadius(value: Length): PatternLockAttribute;<br>New version information: crossplatform|pattern_lock.d.ts| 2549|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: backgroundColor(value: ResourceColor): PatternLockAttribute;<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: backgroundColor(value: ResourceColor): PatternLockAttribute;<br>New version information: crossplatform|pattern_lock.d.ts| 2550|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: regularColor(value: ResourceColor): PatternLockAttribute;<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: regularColor(value: ResourceColor): PatternLockAttribute;<br>New version information: crossplatform|pattern_lock.d.ts| 2551|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): PatternLockAttribute;<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): PatternLockAttribute;<br>New version information: crossplatform|pattern_lock.d.ts| 2552|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: activeColor(value: ResourceColor): PatternLockAttribute;<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: activeColor(value: ResourceColor): PatternLockAttribute;<br>New version information: crossplatform|pattern_lock.d.ts| 2553|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: pathColor(value: ResourceColor): PatternLockAttribute;<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: pathColor(value: ResourceColor): PatternLockAttribute;<br>New version information: crossplatform|pattern_lock.d.ts| 2554|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: pathStrokeWidth(value: number \| string): PatternLockAttribute;<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: pathStrokeWidth(value: number \| string): PatternLockAttribute;<br>New version information: crossplatform|pattern_lock.d.ts| 2555|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: onPatternComplete(callback: (input: Array\<number>) => void): PatternLockAttribute;<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: onPatternComplete(callback: (input: Array\<number>) => void): PatternLockAttribute;<br>New version information: crossplatform|pattern_lock.d.ts| 2556|Cross-platform capability changed|Class name: PatternLockAttribute;<br>Method or attribute name: autoReset(value: boolean): PatternLockAttribute;<br>Old version information: |Class name: PatternLockAttribute;<br>Method or attribute name: autoReset(value: boolean): PatternLockAttribute;<br>New version information: crossplatform|pattern_lock.d.ts| 2557|Cross-platform capability changed|Class name: PolygonInterface;<br>Method or attribute name: interface PolygonInterface<br>Old version information: |Class name: PolygonInterface;<br>Method or attribute name: interface PolygonInterface<br>New version information: crossplatform|polygon.d.ts| 2558|Cross-platform capability changed|Class name: PolygonInterface;<br>Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;<br>Old version information: |Class name: PolygonInterface;<br>Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolygonAttribute;<br>New version information: crossplatform|polygon.d.ts| 2559|Cross-platform capability changed|Class name: PolygonAttribute;<br>Method or attribute name: points(value: Array\<any>): PolygonAttribute;<br>Old version information: |Class name: PolygonAttribute;<br>Method or attribute name: points(value: Array\<any>): PolygonAttribute;<br>New version information: crossplatform|polygon.d.ts| 2560|Cross-platform capability changed|Class name: PolylineInterface;<br>Method or attribute name: interface PolylineInterface<br>Old version information: |Class name: PolylineInterface;<br>Method or attribute name: interface PolylineInterface<br>New version information: crossplatform|polyline.d.ts| 2561|Cross-platform capability changed|Class name: PolylineInterface;<br>Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;<br>Old version information: |Class name: PolylineInterface;<br>Method or attribute name: (value?: { width?: string \| number; height?: string \| number }): PolylineAttribute;<br>New version information: crossplatform|polyline.d.ts| 2562|Cross-platform capability changed|Class name: PolylineAttribute;<br>Method or attribute name: declare class PolylineAttribute<br>Old version information: |Class name: PolylineAttribute;<br>Method or attribute name: declare class PolylineAttribute<br>New version information: crossplatform|polyline.d.ts| 2563|Cross-platform capability changed|Class name: PolylineAttribute;<br>Method or attribute name: points(value: Array\<any>): PolylineAttribute;<br>Old version information: |Class name: PolylineAttribute;<br>Method or attribute name: points(value: Array\<any>): PolylineAttribute;<br>New version information: crossplatform|polyline.d.ts| 2564|Cross-platform capability changed|Class name: ProgressOptions;<br>Method or attribute name: declare interface ProgressOptions<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: declare interface ProgressOptions<br>New version information: crossplatform|progress.d.ts| 2565|Cross-platform capability changed|Class name: ProgressOptions;<br>Method or attribute name: value: number;<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: value: number;<br>New version information: crossplatform|progress.d.ts| 2566|Cross-platform capability changed|Class name: ProgressOptions;<br>Method or attribute name: total?: number;<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: total?: number;<br>New version information: crossplatform|progress.d.ts| 2567|Cross-platform capability changed|Class name: ProgressOptions;<br>Method or attribute name: type?: Type<br>Old version information: |Class name: ProgressOptions;<br>Method or attribute name: type?: Type<br>New version information: crossplatform|progress.d.ts| 2568|Cross-platform capability changed|Class name: ProgressType;<br>Method or attribute name: declare enum ProgressType<br>Old version information: |Class name: ProgressType;<br>Method or attribute name: declare enum ProgressType<br>New version information: crossplatform|progress.d.ts| 2569|Cross-platform capability changed|Class name: ProgressStyle;<br>Method or attribute name: Linear<br>Old version information: |Class name: ProgressStyle;<br>Method or attribute name: Linear<br>New version information: crossplatform|progress.d.ts| 2570|Cross-platform capability changed|Class name: ProgressType;<br>Method or attribute name: Linear = 0<br>Old version information: |Class name: ProgressType;<br>Method or attribute name: Linear = 0<br>New version information: crossplatform|progress.d.ts| 2571|Cross-platform capability changed|Class name: ProgressStyle;<br>Method or attribute name: Ring<br>Old version information: |Class name: ProgressStyle;<br>Method or attribute name: Ring<br>New version information: crossplatform|progress.d.ts| 2572|Cross-platform capability changed|Class name: ProgressType;<br>Method or attribute name: Ring = 1<br>Old version information: |Class name: ProgressType;<br>Method or attribute name: Ring = 1<br>New version information: crossplatform|progress.d.ts| 2573|Cross-platform capability changed|Class name: ProgressStyle;<br>Method or attribute name: Eclipse<br>Old version information: |Class name: ProgressStyle;<br>Method or attribute name: Eclipse<br>New version information: crossplatform|progress.d.ts| 2574|Cross-platform capability changed|Class name: ProgressType;<br>Method or attribute name: Eclipse = 2<br>Old version information: |Class name: ProgressType;<br>Method or attribute name: Eclipse = 2<br>New version information: crossplatform|progress.d.ts| 2575|Cross-platform capability changed|Class name: ProgressStyle;<br>Method or attribute name: ScaleRing<br>Old version information: |Class name: ProgressStyle;<br>Method or attribute name: ScaleRing<br>New version information: crossplatform|progress.d.ts| 2576|Cross-platform capability changed|Class name: ProgressType;<br>Method or attribute name: ScaleRing = 3<br>Old version information: |Class name: ProgressType;<br>Method or attribute name: ScaleRing = 3<br>New version information: crossplatform|progress.d.ts| 2577|Cross-platform capability changed|Class name: ProgressStyle;<br>Method or attribute name: Capsule<br>Old version information: |Class name: ProgressStyle;<br>Method or attribute name: Capsule<br>New version information: crossplatform|progress.d.ts| 2578|Cross-platform capability changed|Class name: ProgressType;<br>Method or attribute name: Capsule = 4<br>Old version information: |Class name: ProgressType;<br>Method or attribute name: Capsule = 4<br>New version information: crossplatform|progress.d.ts| 2579|Cross-platform capability changed|Class name: ProgressStyleOptions;<br>Method or attribute name: declare interface ProgressStyleOptions<br>Old version information: |Class name: ProgressStyleOptions;<br>Method or attribute name: declare interface ProgressStyleOptions<br>New version information: crossplatform|progress.d.ts| 2580|Cross-platform capability changed|Class name: ProgressStyleOptions;<br>Method or attribute name: strokeWidth?: Length;<br>Old version information: |Class name: ProgressStyleOptions;<br>Method or attribute name: strokeWidth?: Length;<br>New version information: crossplatform|progress.d.ts| 2581|Cross-platform capability changed|Class name: ProgressStyleOptions;<br>Method or attribute name: scaleCount?: number;<br>Old version information: |Class name: ProgressStyleOptions;<br>Method or attribute name: scaleCount?: number;<br>New version information: crossplatform|progress.d.ts| 2582|Cross-platform capability changed|Class name: ProgressStyleOptions;<br>Method or attribute name: scaleWidth?: Length;<br>Old version information: |Class name: ProgressStyleOptions;<br>Method or attribute name: scaleWidth?: Length;<br>New version information: crossplatform|progress.d.ts| 2583|Cross-platform capability changed|Class name: ProgressStyle;<br>Method or attribute name: declare enum ProgressStyle<br>Old version information: |Class name: ProgressStyle;<br>Method or attribute name: declare enum ProgressStyle<br>New version information: crossplatform|progress.d.ts| 2584|Cross-platform capability changed|Class name: ProgressInterface;<br>Method or attribute name: interface ProgressInterface<br>Old version information: |Class name: ProgressInterface;<br>Method or attribute name: interface ProgressInterface<br>New version information: crossplatform|progress.d.ts| 2585|Cross-platform capability changed|Class name: ProgressInterface;<br>Method or attribute name: \<Type extends keyof ProgressStyleMap>(options: ProgressOptions\<Type>): ProgressAttribute\<Type>;<br>Old version information: |Class name: ProgressInterface;<br>Method or attribute name: \<Type extends keyof ProgressStyleMap>(options: ProgressOptions\<Type>): ProgressAttribute\<Type>;<br>New version information: crossplatform|progress.d.ts| 2586|Cross-platform capability changed|Class name: ProgressAttribute;<br>Method or attribute name: declare class ProgressAttribute<br>Old version information: |Class name: ProgressAttribute;<br>Method or attribute name: declare class ProgressAttribute<br>New version information: crossplatform|progress.d.ts| 2587|Cross-platform capability changed|Class name: ProgressAttribute;<br>Method or attribute name: value(value: number): ProgressAttribute\<Type>;<br>Old version information: |Class name: ProgressAttribute;<br>Method or attribute name: value(value: number): ProgressAttribute\<Type>;<br>New version information: crossplatform|progress.d.ts| 2588|Cross-platform capability changed|Class name: ProgressAttribute;<br>Method or attribute name: color(value: ResourceColor \| LinearGradient): ProgressAttribute\<Type>;<br>Old version information: |Class name: ProgressAttribute;<br>Method or attribute name: color(value: ResourceColor \| LinearGradient): ProgressAttribute\<Type>;<br>New version information: crossplatform|progress.d.ts| 2589|Cross-platform capability changed|Class name: ProgressAttribute;<br>Method or attribute name: style(value: Style): ProgressAttribute\<Type>;<br>Old version information: |Class name: ProgressAttribute;<br>Method or attribute name: style(value: Style): ProgressAttribute\<Type>;<br>New version information: crossplatform|progress.d.ts| 2590|Cross-platform capability changed|Class name: QRCodeInterface;<br>Method or attribute name: interface QRCodeInterface<br>Old version information: |Class name: QRCodeInterface;<br>Method or attribute name: interface QRCodeInterface<br>New version information: crossplatform|qrcode.d.ts| 2591|Cross-platform capability changed|Class name: QRCodeInterface;<br>Method or attribute name: (value: string): QRCodeAttribute;<br>Old version information: |Class name: QRCodeInterface;<br>Method or attribute name: (value: string): QRCodeAttribute;<br>New version information: crossplatform|qrcode.d.ts| 2592|Cross-platform capability changed|Class name: QRCodeAttribute;<br>Method or attribute name: declare class QRCodeAttribute<br>Old version information: |Class name: QRCodeAttribute;<br>Method or attribute name: declare class QRCodeAttribute<br>New version information: crossplatform|qrcode.d.ts| 2593|Cross-platform capability changed|Class name: QRCodeAttribute;<br>Method or attribute name: color(value: ResourceColor): QRCodeAttribute;<br>Old version information: |Class name: QRCodeAttribute;<br>Method or attribute name: color(value: ResourceColor): QRCodeAttribute;<br>New version information: crossplatform|qrcode.d.ts| 2594|Cross-platform capability changed|Class name: QRCodeAttribute;<br>Method or attribute name: backgroundColor(value: ResourceColor): QRCodeAttribute;<br>Old version information: |Class name: QRCodeAttribute;<br>Method or attribute name: backgroundColor(value: ResourceColor): QRCodeAttribute;<br>New version information: crossplatform|qrcode.d.ts| 2595|Cross-platform capability changed|Class name: RadioOptions;<br>Method or attribute name: declare interface RadioOptions<br>Old version information: |Class name: RadioOptions;<br>Method or attribute name: declare interface RadioOptions<br>New version information: crossplatform|radio.d.ts| 2596|Cross-platform capability changed|Class name: RadioOptions;<br>Method or attribute name: group: string;<br>Old version information: |Class name: RadioOptions;<br>Method or attribute name: group: string;<br>New version information: crossplatform|radio.d.ts| 2597|Cross-platform capability changed|Class name: RadioOptions;<br>Method or attribute name: value: string;<br>Old version information: |Class name: RadioOptions;<br>Method or attribute name: value: string;<br>New version information: crossplatform|radio.d.ts| 2598|Cross-platform capability changed|Class name: RadioInterface;<br>Method or attribute name: interface RadioInterface<br>Old version information: |Class name: RadioInterface;<br>Method or attribute name: interface RadioInterface<br>New version information: crossplatform|radio.d.ts| 2599|Cross-platform capability changed|Class name: RadioInterface;<br>Method or attribute name: (options: RadioOptions): RadioAttribute;<br>Old version information: |Class name: RadioInterface;<br>Method or attribute name: (options: RadioOptions): RadioAttribute;<br>New version information: crossplatform|radio.d.ts| 2600|Cross-platform capability changed|Class name: RadioAttribute;<br>Method or attribute name: declare class RadioAttribute<br>Old version information: |Class name: RadioAttribute;<br>Method or attribute name: declare class RadioAttribute<br>New version information: crossplatform|radio.d.ts| 2601|Cross-platform capability changed|Class name: RadioAttribute;<br>Method or attribute name: checked(value: boolean): RadioAttribute;<br>Old version information: |Class name: RadioAttribute;<br>Method or attribute name: checked(value: boolean): RadioAttribute;<br>New version information: crossplatform|radio.d.ts| 2602|Cross-platform capability changed|Class name: RadioAttribute;<br>Method or attribute name: onChange(callback: (isChecked: boolean) => void): RadioAttribute;<br>Old version information: |Class name: RadioAttribute;<br>Method or attribute name: onChange(callback: (isChecked: boolean) => void): RadioAttribute;<br>New version information: crossplatform|radio.d.ts| 2603|Cross-platform capability changed|Class name: RatingInterface;<br>Method or attribute name: interface RatingInterface<br>Old version information: |Class name: RatingInterface;<br>Method or attribute name: interface RatingInterface<br>New version information: crossplatform|rating.d.ts| 2604|Cross-platform capability changed|Class name: RatingInterface;<br>Method or attribute name: (options?: { rating: number; indicator?: boolean }): RatingAttribute;<br>Old version information: |Class name: RatingInterface;<br>Method or attribute name: (options?: { rating: number; indicator?: boolean }): RatingAttribute;<br>New version information: crossplatform|rating.d.ts| 2605|Cross-platform capability changed|Class name: RatingAttribute;<br>Method or attribute name: declare class RatingAttribute<br>Old version information: |Class name: RatingAttribute;<br>Method or attribute name: declare class RatingAttribute<br>New version information: crossplatform|rating.d.ts| 2606|Cross-platform capability changed|Class name: RatingAttribute;<br>Method or attribute name: stars(value: number): RatingAttribute;<br>Old version information: |Class name: RatingAttribute;<br>Method or attribute name: stars(value: number): RatingAttribute;<br>New version information: crossplatform|rating.d.ts| 2607|Cross-platform capability changed|Class name: RatingAttribute;<br>Method or attribute name: stepSize(value: number): RatingAttribute;<br>Old version information: |Class name: RatingAttribute;<br>Method or attribute name: stepSize(value: number): RatingAttribute;<br>New version information: crossplatform|rating.d.ts| 2608|Cross-platform capability changed|Class name: RatingAttribute;<br>Method or attribute name: starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;<br>Old version information: |Class name: RatingAttribute;<br>Method or attribute name: starStyle(value: { backgroundUri: string; foregroundUri: string; secondaryUri?: string }): RatingAttribute;<br>New version information: crossplatform|rating.d.ts| 2609|Cross-platform capability changed|Class name: RatingAttribute;<br>Method or attribute name: onChange(callback: (value: number) => void): RatingAttribute;<br>Old version information: |Class name: RatingAttribute;<br>Method or attribute name: onChange(callback: (value: number) => void): RatingAttribute;<br>New version information: crossplatform|rating.d.ts| 2610|Cross-platform capability changed|Class name: RectInterface;<br>Method or attribute name: interface RectInterface<br>Old version information: |Class name: RectInterface;<br>Method or attribute name: interface RectInterface<br>New version information: crossplatform|rect.d.ts| 2611|Cross-platform capability changed|Class name: RectInterface;<br>Method or attribute name: (<br> value?:<br> {<br> width?: number \| string;<br> height?: number \| string;<br> radius?: number \| string \| Array\<any>;<br> }<br> \| {<br> width?: number \| string;<br> height?: number \| string;<br> radiusWidth?: number \| string;<br> radiusHeight?: number \| string;<br> },<br> ): RectAttribute;<br>Old version information: |Class name: RectInterface;<br>Method or attribute name: (<br> value?:<br> {<br> width?: number \| string;<br> height?: number \| string;<br> radius?: number \| string \| Array\<any>;<br> }<br> \| {<br> width?: number \| string;<br> height?: number \| string;<br> radiusWidth?: number \| string;<br> radiusHeight?: number \| string;<br> },<br> ): RectAttribute;<br>New version information: crossplatform|rect.d.ts| 2612|Cross-platform capability changed|Class name: RectAttribute;<br>Method or attribute name: declare class RectAttribute<br>Old version information: |Class name: RectAttribute;<br>Method or attribute name: declare class RectAttribute<br>New version information: crossplatform|rect.d.ts| 2613|Cross-platform capability changed|Class name: RectAttribute;<br>Method or attribute name: radiusWidth(value: number \| string): RectAttribute;<br>Old version information: |Class name: RectAttribute;<br>Method or attribute name: radiusWidth(value: number \| string): RectAttribute;<br>New version information: crossplatform|rect.d.ts| 2614|Cross-platform capability changed|Class name: RectAttribute;<br>Method or attribute name: radiusHeight(value: number \| string): RectAttribute;<br>Old version information: |Class name: RectAttribute;<br>Method or attribute name: radiusHeight(value: number \| string): RectAttribute;<br>New version information: crossplatform|rect.d.ts| 2615|Cross-platform capability changed|Class name: RectAttribute;<br>Method or attribute name: radius(value: number \| string \| Array\<any>): RectAttribute;<br>Old version information: |Class name: RectAttribute;<br>Method or attribute name: radius(value: number \| string \| Array\<any>): RectAttribute;<br>New version information: crossplatform|rect.d.ts| 2616|Cross-platform capability changed|Class name: RefreshStatus;<br>Method or attribute name: declare enum RefreshStatus<br>Old version information: |Class name: RefreshStatus;<br>Method or attribute name: declare enum RefreshStatus<br>New version information: crossplatform|refresh.d.ts| 2617|Cross-platform capability changed|Class name: RefreshStatus;<br>Method or attribute name: Inactive<br>Old version information: |Class name: RefreshStatus;<br>Method or attribute name: Inactive<br>New version information: crossplatform|refresh.d.ts| 2618|Cross-platform capability changed|Class name: RefreshStatus;<br>Method or attribute name: Drag<br>Old version information: |Class name: RefreshStatus;<br>Method or attribute name: Drag<br>New version information: crossplatform|refresh.d.ts| 2619|Cross-platform capability changed|Class name: RefreshStatus;<br>Method or attribute name: OverDrag<br>Old version information: |Class name: RefreshStatus;<br>Method or attribute name: OverDrag<br>New version information: crossplatform|refresh.d.ts| 2620|Cross-platform capability changed|Class name: RefreshStatus;<br>Method or attribute name: Refresh<br>Old version information: |Class name: RefreshStatus;<br>Method or attribute name: Refresh<br>New version information: crossplatform|refresh.d.ts| 2621|Cross-platform capability changed|Class name: RefreshStatus;<br>Method or attribute name: Done<br>Old version information: |Class name: RefreshStatus;<br>Method or attribute name: Done<br>New version information: crossplatform|refresh.d.ts| 2622|Cross-platform capability changed|Class name: RefreshInterface;<br>Method or attribute name: interface RefreshInterface<br>Old version information: |Class name: RefreshInterface;<br>Method or attribute name: interface RefreshInterface<br>New version information: crossplatform|refresh.d.ts| 2623|Cross-platform capability changed|Class name: RefreshInterface;<br>Method or attribute name: (value: RefreshOptions): RefreshAttribute;<br>Old version information: |Class name: RefreshInterface;<br>Method or attribute name: (value: RefreshOptions): RefreshAttribute;<br>New version information: crossplatform|refresh.d.ts| 2624|Cross-platform capability changed|Class name: RefreshAttribute;<br>Method or attribute name: declare class RefreshAttribute<br>Old version information: |Class name: RefreshAttribute;<br>Method or attribute name: declare class RefreshAttribute<br>New version information: crossplatform|refresh.d.ts| 2625|Cross-platform capability changed|Class name: RefreshAttribute;<br>Method or attribute name: onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;<br>Old version information: |Class name: RefreshAttribute;<br>Method or attribute name: onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;<br>New version information: crossplatform|refresh.d.ts| 2626|Cross-platform capability changed|Class name: RefreshAttribute;<br>Method or attribute name: onRefreshing(callback: () => void): RefreshAttribute;<br>Old version information: |Class name: RefreshAttribute;<br>Method or attribute name: onRefreshing(callback: () => void): RefreshAttribute;<br>New version information: crossplatform|refresh.d.ts| 2627|Cross-platform capability changed|Class name: RelativeContainerInterface;<br>Method or attribute name: interface RelativeContainerInterface<br>Old version information: |Class name: RelativeContainerInterface;<br>Method or attribute name: interface RelativeContainerInterface<br>New version information: crossplatform|relative_container.d.ts| 2628|Cross-platform capability changed|Class name: RelativeContainerAttribute;<br>Method or attribute name: declare class RelativeContainerAttribute<br>Old version information: |Class name: RelativeContainerAttribute;<br>Method or attribute name: declare class RelativeContainerAttribute<br>New version information: crossplatform|relative_container.d.ts| 2629|Cross-platform capability changed|Class name: RowInterface;<br>Method or attribute name: interface RowInterface<br>Old version information: |Class name: RowInterface;<br>Method or attribute name: interface RowInterface<br>New version information: crossplatform|row.d.ts| 2630|Cross-platform capability changed|Class name: RowInterface;<br>Method or attribute name: (value?: { space?: string \| number }): RowAttribute;<br>Old version information: |Class name: RowInterface;<br>Method or attribute name: (value?: { space?: string \| number }): RowAttribute;<br>New version information: crossplatform|row.d.ts| 2631|Cross-platform capability changed|Class name: RowAttribute;<br>Method or attribute name: declare class RowAttribute<br>Old version information: |Class name: RowAttribute;<br>Method or attribute name: declare class RowAttribute<br>New version information: crossplatform|row.d.ts| 2632|Cross-platform capability changed|Class name: RowAttribute;<br>Method or attribute name: alignItems(value: VerticalAlign): RowAttribute;<br>Old version information: |Class name: RowAttribute;<br>Method or attribute name: alignItems(value: VerticalAlign): RowAttribute;<br>New version information: crossplatform|row.d.ts| 2633|Cross-platform capability changed|Class name: RowAttribute;<br>Method or attribute name: justifyContent(value: FlexAlign): RowAttribute;<br>Old version information: |Class name: RowAttribute;<br>Method or attribute name: justifyContent(value: FlexAlign): RowAttribute;<br>New version information: crossplatform|row.d.ts| 2634|Cross-platform capability changed|Class name: RowSplitInterface;<br>Method or attribute name: interface RowSplitInterface<br>Old version information: |Class name: RowSplitInterface;<br>Method or attribute name: interface RowSplitInterface<br>New version information: crossplatform|row_split.d.ts| 2635|Cross-platform capability changed|Class name: RowSplitInterface;<br>Method or attribute name: (): RowSplitAttribute;<br>Old version information: |Class name: RowSplitInterface;<br>Method or attribute name: (): RowSplitAttribute;<br>New version information: crossplatform|row_split.d.ts| 2636|Cross-platform capability changed|Class name: RowSplitAttribute;<br>Method or attribute name: declare class RowSplitAttribute<br>Old version information: |Class name: RowSplitAttribute;<br>Method or attribute name: declare class RowSplitAttribute<br>New version information: crossplatform|row_split.d.ts| 2637|Cross-platform capability changed|Class name: RowSplitAttribute;<br>Method or attribute name: resizeable(value: boolean): RowSplitAttribute;<br>Old version information: |Class name: RowSplitAttribute;<br>Method or attribute name: resizeable(value: boolean): RowSplitAttribute;<br>New version information: crossplatform|row_split.d.ts| 2638|Cross-platform capability changed|Class name: ScrollDirection;<br>Method or attribute name: declare enum ScrollDirection<br>Old version information: |Class name: ScrollDirection;<br>Method or attribute name: declare enum ScrollDirection<br>New version information: crossplatform|scroll.d.ts| 2639|Cross-platform capability changed|Class name: ScrollDirection;<br>Method or attribute name: Vertical<br>Old version information: |Class name: ScrollDirection;<br>Method or attribute name: Vertical<br>New version information: crossplatform|scroll.d.ts| 2640|Cross-platform capability changed|Class name: ScrollDirection;<br>Method or attribute name: Horizontal<br>Old version information: |Class name: ScrollDirection;<br>Method or attribute name: Horizontal<br>New version information: crossplatform|scroll.d.ts| 2641|Cross-platform capability changed|Class name: ScrollDirection;<br>Method or attribute name: None<br>Old version information: |Class name: ScrollDirection;<br>Method or attribute name: None<br>New version information: crossplatform|scroll.d.ts| 2642|Cross-platform capability changed|Class name: Scroller;<br>Method or attribute name: declare class Scroller<br>Old version information: |Class name: Scroller;<br>Method or attribute name: declare class Scroller<br>New version information: crossplatform|scroll.d.ts| 2643|Cross-platform capability changed|Class name: Scroller;<br>Method or attribute name: constructor();<br>Old version information: |Class name: Scroller;<br>Method or attribute name: constructor();<br>New version information: crossplatform|scroll.d.ts| 2644|Cross-platform capability changed|Class name: Scroller;<br>Method or attribute name: scrollTo(value: {<br> /**<br> * The X-axis offset.<br> *<br> * @type { number \| string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> xOffset: number \| string;<br><br> /**<br> * The Y-axis offset.<br> *<br> * @type { number \| string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> yOffset: number \| string;<br><br> /**<br> * Descriptive animation.<br> *<br> * @type { ?object } The object type provides custom animation parameters<br> * and the boolean type enables default spring animation.<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> animation?: { duration?: number; curve?: Curve \| ICurve } \| boolean;<br> });<br>Old version information: |Class name: Scroller;<br>Method or attribute name: scrollTo(value: {<br> /**<br> * The X-axis offset.<br> *<br> * @type { number \| string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> xOffset: number \| string;<br><br> /**<br> * The Y-axis offset.<br> *<br> * @type { number \| string }<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> yOffset: number \| string;<br><br> /**<br> * Descriptive animation.<br> *<br> * @type { ?object } The object type provides custom animation parameters<br> * and the boolean type enables default spring animation.<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> animation?: { duration?: number; curve?: Curve \| ICurve } \| boolean;<br> });<br>New version information: crossplatform|scroll.d.ts| 2645|Cross-platform capability changed|Class name: Scroller;<br>Method or attribute name: scrollEdge(value: Edge);<br>Old version information: |Class name: Scroller;<br>Method or attribute name: scrollEdge(value: Edge);<br>New version information: crossplatform|scroll.d.ts| 2646|Cross-platform capability changed|Class name: Scroller;<br>Method or attribute name: scrollPage(value: { next: boolean });<br>Old version information: |Class name: Scroller;<br>Method or attribute name: scrollPage(value: { next: boolean });<br>New version information: crossplatform|scroll.d.ts| 2647|Cross-platform capability changed|Class name: Scroller;<br>Method or attribute name: currentOffset();<br>Old version information: |Class name: Scroller;<br>Method or attribute name: currentOffset();<br>New version information: crossplatform|scroll.d.ts| 2648|Cross-platform capability changed|Class name: Scroller;<br>Method or attribute name: scrollToIndex(value: number, smooth?: boolean, align?: ScrollAlign);<br>Old version information: |Class name: Scroller;<br>Method or attribute name: scrollToIndex(value: number, smooth?: boolean, align?: ScrollAlign);<br>New version information: crossplatform|scroll.d.ts| 2649|Cross-platform capability changed|Class name: Scroller;<br>Method or attribute name: scrollBy(dx: Length, dy: Length);<br>Old version information: |Class name: Scroller;<br>Method or attribute name: scrollBy(dx: Length, dy: Length);<br>New version information: crossplatform|scroll.d.ts| 2650|Cross-platform capability changed|Class name: ScrollInterface;<br>Method or attribute name: interface ScrollInterface<br>Old version information: |Class name: ScrollInterface;<br>Method or attribute name: interface ScrollInterface<br>New version information: crossplatform|scroll.d.ts| 2651|Cross-platform capability changed|Class name: ScrollInterface;<br>Method or attribute name: (scroller?: Scroller): ScrollAttribute;<br>Old version information: |Class name: ScrollInterface;<br>Method or attribute name: (scroller?: Scroller): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2652|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: declare class ScrollAttribute<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: declare class ScrollAttribute<br>New version information: crossplatform|scroll.d.ts| 2653|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: scrollable(value: ScrollDirection): ScrollAttribute;<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: scrollable(value: ScrollDirection): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2654|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2655|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: onScrollEdge(event: (side: Edge) => void): ScrollAttribute;<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: onScrollEdge(event: (side: Edge) => void): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2656|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: onScrollStart(event: () => void): ScrollAttribute;<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: onScrollStart(event: () => void): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2657|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: onScrollStop(event: () => void): ScrollAttribute;<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: onScrollStop(event: () => void): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2658|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: scrollBar(barState: BarState): ScrollAttribute;<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: scrollBar(barState: BarState): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2659|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: scrollBarColor(color: Color \| number \| string): ScrollAttribute;<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: scrollBarColor(color: Color \| number \| string): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2660|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: scrollBarWidth(value: number \| string): ScrollAttribute;<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: scrollBarWidth(value: number \| string): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2661|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2662|Cross-platform capability changed|Class name: ScrollAttribute;<br>Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;<br>Old version information: |Class name: ScrollAttribute;<br>Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;<br>New version information: crossplatform|scroll.d.ts| 2663|Cross-platform capability changed|Class name: ScrollBarDirection;<br>Method or attribute name: declare enum ScrollBarDirection<br>Old version information: |Class name: ScrollBarDirection;<br>Method or attribute name: declare enum ScrollBarDirection<br>New version information: crossplatform|scroll_bar.d.ts| 2664|Cross-platform capability changed|Class name: ScrollBarDirection;<br>Method or attribute name: Vertical<br>Old version information: |Class name: ScrollBarDirection;<br>Method or attribute name: Vertical<br>New version information: crossplatform|scroll_bar.d.ts| 2665|Cross-platform capability changed|Class name: ScrollBarDirection;<br>Method or attribute name: Horizontal<br>Old version information: |Class name: ScrollBarDirection;<br>Method or attribute name: Horizontal<br>New version information: crossplatform|scroll_bar.d.ts| 2666|Cross-platform capability changed|Class name: ScrollBarOptions;<br>Method or attribute name: declare interface ScrollBarOptions<br>Old version information: |Class name: ScrollBarOptions;<br>Method or attribute name: declare interface ScrollBarOptions<br>New version information: crossplatform|scroll_bar.d.ts| 2667|Cross-platform capability changed|Class name: ScrollBarOptions;<br>Method or attribute name: scroller: Scroller;<br>Old version information: |Class name: ScrollBarOptions;<br>Method or attribute name: scroller: Scroller;<br>New version information: crossplatform|scroll_bar.d.ts| 2668|Cross-platform capability changed|Class name: ScrollBarOptions;<br>Method or attribute name: direction?: ScrollBarDirection;<br>Old version information: |Class name: ScrollBarOptions;<br>Method or attribute name: direction?: ScrollBarDirection;<br>New version information: crossplatform|scroll_bar.d.ts| 2669|Cross-platform capability changed|Class name: ScrollBarOptions;<br>Method or attribute name: state?: BarState;<br>Old version information: |Class name: ScrollBarOptions;<br>Method or attribute name: state?: BarState;<br>New version information: crossplatform|scroll_bar.d.ts| 2670|Cross-platform capability changed|Class name: ScrollBarInterface;<br>Method or attribute name: interface ScrollBarInterface<br>Old version information: |Class name: ScrollBarInterface;<br>Method or attribute name: interface ScrollBarInterface<br>New version information: crossplatform|scroll_bar.d.ts| 2671|Cross-platform capability changed|Class name: ScrollBarInterface;<br>Method or attribute name: (value: ScrollBarOptions): ScrollBarAttribute;<br>Old version information: |Class name: ScrollBarInterface;<br>Method or attribute name: (value: ScrollBarOptions): ScrollBarAttribute;<br>New version information: crossplatform|scroll_bar.d.ts| 2672|Cross-platform capability changed|Class name: ScrollBarAttribute;<br>Method or attribute name: declare class ScrollBarAttribute<br>Old version information: |Class name: ScrollBarAttribute;<br>Method or attribute name: declare class ScrollBarAttribute<br>New version information: crossplatform|scroll_bar.d.ts| 2673|Cross-platform capability changed|Class name: SearchController;<br>Method or attribute name: declare class SearchController<br>Old version information: |Class name: SearchController;<br>Method or attribute name: declare class SearchController<br>New version information: crossplatform|search.d.ts| 2674|Cross-platform capability changed|Class name: SearchController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: SearchController;<br>Method or attribute name: constructor();<br>New version information: crossplatform|search.d.ts| 2675|Cross-platform capability changed|Class name: SearchController;<br>Method or attribute name: caretPosition(value: number): void;<br>Old version information: |Class name: SearchController;<br>Method or attribute name: caretPosition(value: number): void;<br>New version information: crossplatform|search.d.ts| 2676|Cross-platform capability changed|Class name: SearchInterface;<br>Method or attribute name: interface SearchInterface<br>Old version information: |Class name: SearchInterface;<br>Method or attribute name: interface SearchInterface<br>New version information: crossplatform|search.d.ts| 2677|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: declare class SearchAttribute<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: declare class SearchAttribute<br>New version information: crossplatform|search.d.ts| 2678|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: searchButton(value: string, option?: SearchButtonOptions): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: searchButton(value: string, option?: SearchButtonOptions): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2679|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: placeholderColor(value: ResourceColor): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: placeholderColor(value: ResourceColor): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2680|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: placeholderFont(value?: Font): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: placeholderFont(value?: Font): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2681|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: textFont(value?: Font): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: textFont(value?: Font): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2682|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: onSubmit(callback: (value: string) => void): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: onSubmit(callback: (value: string) => void): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2683|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: onChange(callback: (value: string) => void): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: onChange(callback: (value: string) => void): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2684|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: onCopy(callback: (value: string) => void): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: onCopy(callback: (value: string) => void): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2685|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: onCut(callback: (value: string) => void): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: onCut(callback: (value: string) => void): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2686|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: onPaste(callback: (value: string) => void): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: onPaste(callback: (value: string) => void): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2687|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: copyOption(value: CopyOptions): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: copyOption(value: CopyOptions): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2688|Cross-platform capability changed|Class name: SearchAttribute;<br>Method or attribute name: textAlign(value: TextAlign): SearchAttribute;<br>Old version information: |Class name: SearchAttribute;<br>Method or attribute name: textAlign(value: TextAlign): SearchAttribute;<br>New version information: crossplatform|search.d.ts| 2689|Cross-platform capability changed|Class name: SelectOption;<br>Method or attribute name: declare interface SelectOption<br>Old version information: |Class name: SelectOption;<br>Method or attribute name: declare interface SelectOption<br>New version information: crossplatform|select.d.ts| 2690|Cross-platform capability changed|Class name: SelectOption;<br>Method or attribute name: value: ResourceStr;<br>Old version information: |Class name: SelectOption;<br>Method or attribute name: value: ResourceStr;<br>New version information: crossplatform|select.d.ts| 2691|Cross-platform capability changed|Class name: SelectOption;<br>Method or attribute name: icon?: ResourceStr;<br>Old version information: |Class name: SelectOption;<br>Method or attribute name: icon?: ResourceStr;<br>New version information: crossplatform|select.d.ts| 2692|Cross-platform capability changed|Class name: SelectInterface;<br>Method or attribute name: interface SelectInterface<br>Old version information: |Class name: SelectInterface;<br>Method or attribute name: interface SelectInterface<br>New version information: crossplatform|select.d.ts| 2693|Cross-platform capability changed|Class name: SelectInterface;<br>Method or attribute name: (options: Array\<SelectOption>): SelectAttribute;<br>Old version information: |Class name: SelectInterface;<br>Method or attribute name: (options: Array\<SelectOption>): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2694|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: declare class SelectAttribute<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: declare class SelectAttribute<br>New version information: crossplatform|select.d.ts| 2695|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: selected(value: number): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: selected(value: number): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2696|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: value(value: string): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: value(value: string): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2697|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: font(value: Font): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: font(value: Font): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2698|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2699|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: selectedOptionBgColor(value: ResourceColor): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: selectedOptionBgColor(value: ResourceColor): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2700|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: selectedOptionFont(value: Font): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: selectedOptionFont(value: Font): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2701|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: selectedOptionFontColor(value: ResourceColor): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: selectedOptionFontColor(value: ResourceColor): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2702|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: optionBgColor(value: ResourceColor): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: optionBgColor(value: ResourceColor): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2703|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: optionFont(value: Font): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: optionFont(value: Font): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2704|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: optionFontColor(value: ResourceColor): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: optionFontColor(value: ResourceColor): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2705|Cross-platform capability changed|Class name: SelectAttribute;<br>Method or attribute name: onSelect(callback: (index: number, value: string) => void): SelectAttribute;<br>Old version information: |Class name: SelectAttribute;<br>Method or attribute name: onSelect(callback: (index: number, value: string) => void): SelectAttribute;<br>New version information: crossplatform|select.d.ts| 2706|Cross-platform capability changed|Class name: ShapeInterface;<br>Method or attribute name: interface ShapeInterface<br>Old version information: |Class name: ShapeInterface;<br>Method or attribute name: interface ShapeInterface<br>New version information: crossplatform|shape.d.ts| 2707|Cross-platform capability changed|Class name: ShapeInterface;<br>Method or attribute name: (value: PixelMap): ShapeAttribute;<br>Old version information: |Class name: ShapeInterface;<br>Method or attribute name: (value: PixelMap): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2708|Cross-platform capability changed|Class name: ShapeInterface;<br>Method or attribute name: (): ShapeAttribute;<br>Old version information: |Class name: ShapeInterface;<br>Method or attribute name: (): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2709|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: declare class ShapeAttribute<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: declare class ShapeAttribute<br>New version information: crossplatform|shape.d.ts| 2710|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: viewPort(value: { x?: number \| string; y?: number \| string; width?: number \| string; height?: number \| string }): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2711|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: stroke(value: ResourceColor): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: stroke(value: ResourceColor): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2712|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: fill(value: ResourceColor): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: fill(value: ResourceColor): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2713|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: strokeDashOffset(value: number \| string): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: strokeDashOffset(value: number \| string): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2714|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: strokeDashArray(value: Array\<any>): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: strokeDashArray(value: Array\<any>): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2715|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: strokeLineCap(value: LineCapStyle): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: strokeLineCap(value: LineCapStyle): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2716|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: strokeLineJoin(value: LineJoinStyle): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: strokeLineJoin(value: LineJoinStyle): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2717|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: strokeMiterLimit(value: number \| string): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: strokeMiterLimit(value: number \| string): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2718|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: strokeOpacity(value: number \| string \| Resource): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: strokeOpacity(value: number \| string \| Resource): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2719|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: fillOpacity(value: number \| string \| Resource): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: fillOpacity(value: number \| string \| Resource): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2720|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: strokeWidth(value: number \| string): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: strokeWidth(value: number \| string): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2721|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: antiAlias(value: boolean): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: antiAlias(value: boolean): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2722|Cross-platform capability changed|Class name: ShapeAttribute;<br>Method or attribute name: mesh(value: Array\<any>, column: number, row: number): ShapeAttribute;<br>Old version information: |Class name: ShapeAttribute;<br>Method or attribute name: mesh(value: Array\<any>, column: number, row: number): ShapeAttribute;<br>New version information: crossplatform|shape.d.ts| 2723|Cross-platform capability changed|Class name: SideBarContainerType;<br>Method or attribute name: declare enum SideBarContainerType<br>Old version information: |Class name: SideBarContainerType;<br>Method or attribute name: declare enum SideBarContainerType<br>New version information: crossplatform|sidebar.d.ts| 2724|Cross-platform capability changed|Class name: SideBarContainerType;<br>Method or attribute name: Embed<br>Old version information: |Class name: SideBarContainerType;<br>Method or attribute name: Embed<br>New version information: crossplatform|sidebar.d.ts| 2725|Cross-platform capability changed|Class name: SideBarContainerType;<br>Method or attribute name: Overlay<br>Old version information: |Class name: SideBarContainerType;<br>Method or attribute name: Overlay<br>New version information: crossplatform|sidebar.d.ts| 2726|Cross-platform capability changed|Class name: SideBarPosition;<br>Method or attribute name: declare enum SideBarPosition<br>Old version information: |Class name: SideBarPosition;<br>Method or attribute name: declare enum SideBarPosition<br>New version information: crossplatform|sidebar.d.ts| 2727|Cross-platform capability changed|Class name: SideBarPosition;<br>Method or attribute name: Start<br>Old version information: |Class name: SideBarPosition;<br>Method or attribute name: Start<br>New version information: crossplatform|sidebar.d.ts| 2728|Cross-platform capability changed|Class name: SideBarPosition;<br>Method or attribute name: End<br>Old version information: |Class name: SideBarPosition;<br>Method or attribute name: End<br>New version information: crossplatform|sidebar.d.ts| 2729|Cross-platform capability changed|Class name: ButtonStyle;<br>Method or attribute name: declare interface ButtonStyle<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: declare interface ButtonStyle<br>New version information: crossplatform|sidebar.d.ts| 2730|Cross-platform capability changed|Class name: ButtonStyle;<br>Method or attribute name: left?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: left?: number;<br>New version information: crossplatform|sidebar.d.ts| 2731|Cross-platform capability changed|Class name: ButtonStyle;<br>Method or attribute name: top?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: top?: number;<br>New version information: crossplatform|sidebar.d.ts| 2732|Cross-platform capability changed|Class name: ButtonStyle;<br>Method or attribute name: width?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: width?: number;<br>New version information: crossplatform|sidebar.d.ts| 2733|Cross-platform capability changed|Class name: ButtonStyle;<br>Method or attribute name: height?: number;<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: height?: number;<br>New version information: crossplatform|sidebar.d.ts| 2734|Cross-platform capability changed|Class name: ButtonStyle;<br>Method or attribute name: icons?: {<br> shown: string \| PixelMap \| Resource;<br> hidden: string \| PixelMap \| Resource;<br> switching?: string \| PixelMap \| Resource;<br> };<br>Old version information: |Class name: ButtonStyle;<br>Method or attribute name: icons?: {<br> shown: string \| PixelMap \| Resource;<br> hidden: string \| PixelMap \| Resource;<br> switching?: string \| PixelMap \| Resource;<br> };<br>New version information: crossplatform|sidebar.d.ts| 2735|Cross-platform capability changed|Class name: SideBarContainerInterface;<br>Method or attribute name: interface SideBarContainerInterface<br>Old version information: |Class name: SideBarContainerInterface;<br>Method or attribute name: interface SideBarContainerInterface<br>New version information: crossplatform|sidebar.d.ts| 2736|Cross-platform capability changed|Class name: SideBarContainerInterface;<br>Method or attribute name: (type?: SideBarContainerType): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerInterface;<br>Method or attribute name: (type?: SideBarContainerType): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2737|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: declare class SideBarContainerAttribute<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: declare class SideBarContainerAttribute<br>New version information: crossplatform|sidebar.d.ts| 2738|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: showSideBar(value: boolean): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: showSideBar(value: boolean): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2739|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: controlButton(value: ButtonStyle): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: controlButton(value: ButtonStyle): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2740|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: showControlButton(value: boolean): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: showControlButton(value: boolean): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2741|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: onChange(callback: (value: boolean) => void): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: onChange(callback: (value: boolean) => void): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2742|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: sideBarWidth(value: number): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: sideBarWidth(value: number): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2743|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: sideBarWidth(value: Length): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: sideBarWidth(value: Length): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2744|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: minSideBarWidth(value: number): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: minSideBarWidth(value: number): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2745|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: minSideBarWidth(value: Length): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: minSideBarWidth(value: Length): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2746|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: maxSideBarWidth(value: number): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: maxSideBarWidth(value: number): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2747|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: maxSideBarWidth(value: Length): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: maxSideBarWidth(value: Length): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2748|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: autoHide(value: boolean): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: autoHide(value: boolean): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2749|Cross-platform capability changed|Class name: SideBarContainerAttribute;<br>Method or attribute name: sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;<br>Old version information: |Class name: SideBarContainerAttribute;<br>Method or attribute name: sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;<br>New version information: crossplatform|sidebar.d.ts| 2750|Cross-platform capability changed|Class name: SliderStyle;<br>Method or attribute name: declare enum SliderStyle<br>Old version information: |Class name: SliderStyle;<br>Method or attribute name: declare enum SliderStyle<br>New version information: crossplatform|slider.d.ts| 2751|Cross-platform capability changed|Class name: SliderStyle;<br>Method or attribute name: OutSet<br>Old version information: |Class name: SliderStyle;<br>Method or attribute name: OutSet<br>New version information: crossplatform|slider.d.ts| 2752|Cross-platform capability changed|Class name: SliderStyle;<br>Method or attribute name: InSet<br>Old version information: |Class name: SliderStyle;<br>Method or attribute name: InSet<br>New version information: crossplatform|slider.d.ts| 2753|Cross-platform capability changed|Class name: SliderChangeMode;<br>Method or attribute name: declare enum SliderChangeMode<br>Old version information: |Class name: SliderChangeMode;<br>Method or attribute name: declare enum SliderChangeMode<br>New version information: crossplatform|slider.d.ts| 2754|Cross-platform capability changed|Class name: SliderChangeMode;<br>Method or attribute name: Begin<br>Old version information: |Class name: SliderChangeMode;<br>Method or attribute name: Begin<br>New version information: crossplatform|slider.d.ts| 2755|Cross-platform capability changed|Class name: SliderChangeMode;<br>Method or attribute name: Moving<br>Old version information: |Class name: SliderChangeMode;<br>Method or attribute name: Moving<br>New version information: crossplatform|slider.d.ts| 2756|Cross-platform capability changed|Class name: SliderChangeMode;<br>Method or attribute name: End<br>Old version information: |Class name: SliderChangeMode;<br>Method or attribute name: End<br>New version information: crossplatform|slider.d.ts| 2757|Cross-platform capability changed|Class name: SliderChangeMode;<br>Method or attribute name: Click<br>Old version information: |Class name: SliderChangeMode;<br>Method or attribute name: Click<br>New version information: crossplatform|slider.d.ts| 2758|Cross-platform capability changed|Class name: SliderOptions;<br>Method or attribute name: declare interface SliderOptions<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: declare interface SliderOptions<br>New version information: crossplatform|slider.d.ts| 2759|Cross-platform capability changed|Class name: SliderOptions;<br>Method or attribute name: value?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: value?: number;<br>New version information: crossplatform|slider.d.ts| 2760|Cross-platform capability changed|Class name: SliderOptions;<br>Method or attribute name: min?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: min?: number;<br>New version information: crossplatform|slider.d.ts| 2761|Cross-platform capability changed|Class name: SliderOptions;<br>Method or attribute name: max?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: max?: number;<br>New version information: crossplatform|slider.d.ts| 2762|Cross-platform capability changed|Class name: SliderOptions;<br>Method or attribute name: step?: number;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: step?: number;<br>New version information: crossplatform|slider.d.ts| 2763|Cross-platform capability changed|Class name: SliderOptions;<br>Method or attribute name: style?: SliderStyle;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: style?: SliderStyle;<br>New version information: crossplatform|slider.d.ts| 2764|Cross-platform capability changed|Class name: SliderOptions;<br>Method or attribute name: direction?: Axis;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: direction?: Axis;<br>New version information: crossplatform|slider.d.ts| 2765|Cross-platform capability changed|Class name: SliderOptions;<br>Method or attribute name: reverse?: boolean;<br>Old version information: |Class name: SliderOptions;<br>Method or attribute name: reverse?: boolean;<br>New version information: crossplatform|slider.d.ts| 2766|Cross-platform capability changed|Class name: SliderInterface;<br>Method or attribute name: interface SliderInterface<br>Old version information: |Class name: SliderInterface;<br>Method or attribute name: interface SliderInterface<br>New version information: crossplatform|slider.d.ts| 2767|Cross-platform capability changed|Class name: SliderInterface;<br>Method or attribute name: (options?: SliderOptions): SliderAttribute;<br>Old version information: |Class name: SliderInterface;<br>Method or attribute name: (options?: SliderOptions): SliderAttribute;<br>New version information: crossplatform|slider.d.ts| 2768|Cross-platform capability changed|Class name: SliderAttribute;<br>Method or attribute name: declare class SliderAttribute<br>Old version information: |Class name: SliderAttribute;<br>Method or attribute name: declare class SliderAttribute<br>New version information: crossplatform|slider.d.ts| 2769|Cross-platform capability changed|Class name: SliderAttribute;<br>Method or attribute name: blockColor(value: ResourceColor): SliderAttribute;<br>Old version information: |Class name: SliderAttribute;<br>Method or attribute name: blockColor(value: ResourceColor): SliderAttribute;<br>New version information: crossplatform|slider.d.ts| 2770|Cross-platform capability changed|Class name: SliderAttribute;<br>Method or attribute name: trackColor(value: ResourceColor): SliderAttribute;<br>Old version information: |Class name: SliderAttribute;<br>Method or attribute name: trackColor(value: ResourceColor): SliderAttribute;<br>New version information: crossplatform|slider.d.ts| 2771|Cross-platform capability changed|Class name: SliderAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): SliderAttribute;<br>Old version information: |Class name: SliderAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): SliderAttribute;<br>New version information: crossplatform|slider.d.ts| 2772|Cross-platform capability changed|Class name: SliderAttribute;<br>Method or attribute name: showSteps(value: boolean): SliderAttribute;<br>Old version information: |Class name: SliderAttribute;<br>Method or attribute name: showSteps(value: boolean): SliderAttribute;<br>New version information: crossplatform|slider.d.ts| 2773|Cross-platform capability changed|Class name: SliderAttribute;<br>Method or attribute name: showTips(value: boolean, content?: ResourceStr): SliderAttribute;<br>Old version information: |Class name: SliderAttribute;<br>Method or attribute name: showTips(value: boolean, content?: ResourceStr): SliderAttribute;<br>New version information: crossplatform|slider.d.ts| 2774|Cross-platform capability changed|Class name: SliderAttribute;<br>Method or attribute name: trackThickness(value: Length): SliderAttribute;<br>Old version information: |Class name: SliderAttribute;<br>Method or attribute name: trackThickness(value: Length): SliderAttribute;<br>New version information: crossplatform|slider.d.ts| 2775|Cross-platform capability changed|Class name: SliderAttribute;<br>Method or attribute name: onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;<br>Old version information: |Class name: SliderAttribute;<br>Method or attribute name: onChange(callback: (value: number, mode: SliderChangeMode) => void): SliderAttribute;<br>New version information: crossplatform|slider.d.ts| 2776|Cross-platform capability changed|Class name: SpanInterface;<br>Method or attribute name: interface SpanInterface<br>Old version information: |Class name: SpanInterface;<br>Method or attribute name: interface SpanInterface<br>New version information: crossplatform|span.d.ts| 2777|Cross-platform capability changed|Class name: SpanInterface;<br>Method or attribute name: (value: string \| Resource): SpanAttribute;<br>Old version information: |Class name: SpanInterface;<br>Method or attribute name: (value: string \| Resource): SpanAttribute;<br>New version information: crossplatform|span.d.ts| 2778|Cross-platform capability changed|Class name: SpanAttribute;<br>Method or attribute name: declare class SpanAttribute<br>Old version information: |Class name: SpanAttribute;<br>Method or attribute name: declare class SpanAttribute<br>New version information: crossplatform|span.d.ts| 2779|Cross-platform capability changed|Class name: SpanAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): SpanAttribute;<br>Old version information: |Class name: SpanAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): SpanAttribute;<br>New version information: crossplatform|span.d.ts| 2780|Cross-platform capability changed|Class name: SpanAttribute;<br>Method or attribute name: fontSize(value: number \| string \| Resource): SpanAttribute;<br>Old version information: |Class name: SpanAttribute;<br>Method or attribute name: fontSize(value: number \| string \| Resource): SpanAttribute;<br>New version information: crossplatform|span.d.ts| 2781|Cross-platform capability changed|Class name: SpanAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): SpanAttribute;<br>Old version information: |Class name: SpanAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): SpanAttribute;<br>New version information: crossplatform|span.d.ts| 2782|Cross-platform capability changed|Class name: SpanAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): SpanAttribute;<br>Old version information: |Class name: SpanAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): SpanAttribute;<br>New version information: crossplatform|span.d.ts| 2783|Cross-platform capability changed|Class name: SpanAttribute;<br>Method or attribute name: fontFamily(value: string \| Resource): SpanAttribute;<br>Old version information: |Class name: SpanAttribute;<br>Method or attribute name: fontFamily(value: string \| Resource): SpanAttribute;<br>New version information: crossplatform|span.d.ts| 2784|Cross-platform capability changed|Class name: SpanAttribute;<br>Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;<br>Old version information: |Class name: SpanAttribute;<br>Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): SpanAttribute;<br>New version information: crossplatform|span.d.ts| 2785|Cross-platform capability changed|Class name: SpanAttribute;<br>Method or attribute name: letterSpacing(value: number \| string): SpanAttribute;<br>Old version information: |Class name: SpanAttribute;<br>Method or attribute name: letterSpacing(value: number \| string): SpanAttribute;<br>New version information: crossplatform|span.d.ts| 2786|Cross-platform capability changed|Class name: SpanAttribute;<br>Method or attribute name: textCase(value: TextCase): SpanAttribute;<br>Old version information: |Class name: SpanAttribute;<br>Method or attribute name: textCase(value: TextCase): SpanAttribute;<br>New version information: crossplatform|span.d.ts| 2787|Cross-platform capability changed|Class name: StackInterface;<br>Method or attribute name: interface StackInterface<br>Old version information: |Class name: StackInterface;<br>Method or attribute name: interface StackInterface<br>New version information: crossplatform|stack.d.ts| 2788|Cross-platform capability changed|Class name: StackInterface;<br>Method or attribute name: (value?: { alignContent?: Alignment }): StackAttribute;<br>Old version information: |Class name: StackInterface;<br>Method or attribute name: (value?: { alignContent?: Alignment }): StackAttribute;<br>New version information: crossplatform|stack.d.ts| 2789|Cross-platform capability changed|Class name: StackAttribute;<br>Method or attribute name: declare class StackAttribute<br>Old version information: |Class name: StackAttribute;<br>Method or attribute name: declare class StackAttribute<br>New version information: crossplatform|stack.d.ts| 2790|Cross-platform capability changed|Class name: StackAttribute;<br>Method or attribute name: alignContent(value: Alignment): StackAttribute;<br>Old version information: |Class name: StackAttribute;<br>Method or attribute name: alignContent(value: Alignment): StackAttribute;<br>New version information: crossplatform|stack.d.ts| 2791|Cross-platform capability changed|Class name: StepperInterface;<br>Method or attribute name: interface StepperInterface<br>Old version information: |Class name: StepperInterface;<br>Method or attribute name: interface StepperInterface<br>New version information: crossplatform|stepper.d.ts| 2792|Cross-platform capability changed|Class name: StepperInterface;<br>Method or attribute name: (value?: { index?: number }): StepperAttribute;<br>Old version information: |Class name: StepperInterface;<br>Method or attribute name: (value?: { index?: number }): StepperAttribute;<br>New version information: crossplatform|stepper.d.ts| 2793|Cross-platform capability changed|Class name: StepperAttribute;<br>Method or attribute name: declare class StepperAttribute<br>Old version information: |Class name: StepperAttribute;<br>Method or attribute name: declare class StepperAttribute<br>New version information: crossplatform|stepper.d.ts| 2794|Cross-platform capability changed|Class name: StepperAttribute;<br>Method or attribute name: onFinish(callback: () => void): StepperAttribute;<br>Old version information: |Class name: StepperAttribute;<br>Method or attribute name: onFinish(callback: () => void): StepperAttribute;<br>New version information: crossplatform|stepper.d.ts| 2795|Cross-platform capability changed|Class name: StepperAttribute;<br>Method or attribute name: onSkip(callback: () => void): StepperAttribute;<br>Old version information: |Class name: StepperAttribute;<br>Method or attribute name: onSkip(callback: () => void): StepperAttribute;<br>New version information: crossplatform|stepper.d.ts| 2796|Cross-platform capability changed|Class name: StepperAttribute;<br>Method or attribute name: onChange(callback: (prevIndex: number, index: number) => void): StepperAttribute;<br>Old version information: |Class name: StepperAttribute;<br>Method or attribute name: onChange(callback: (prevIndex: number, index: number) => void): StepperAttribute;<br>New version information: crossplatform|stepper.d.ts| 2797|Cross-platform capability changed|Class name: StepperAttribute;<br>Method or attribute name: onNext(callback: (index: number, pendingIndex: number) => void): StepperAttribute;<br>Old version information: |Class name: StepperAttribute;<br>Method or attribute name: onNext(callback: (index: number, pendingIndex: number) => void): StepperAttribute;<br>New version information: crossplatform|stepper.d.ts| 2798|Cross-platform capability changed|Class name: StepperAttribute;<br>Method or attribute name: onPrevious(callback: (index: number, pendingIndex: number) => void): StepperAttribute;<br>Old version information: |Class name: StepperAttribute;<br>Method or attribute name: onPrevious(callback: (index: number, pendingIndex: number) => void): StepperAttribute;<br>New version information: crossplatform|stepper.d.ts| 2799|Cross-platform capability changed|Class name: ItemState;<br>Method or attribute name: declare enum ItemState<br>Old version information: |Class name: ItemState;<br>Method or attribute name: declare enum ItemState<br>New version information: crossplatform|stepper_item.d.ts| 2800|Cross-platform capability changed|Class name: ItemState;<br>Method or attribute name: Normal<br>Old version information: |Class name: ItemState;<br>Method or attribute name: Normal<br>New version information: crossplatform|stepper_item.d.ts| 2801|Cross-platform capability changed|Class name: ItemState;<br>Method or attribute name: Disabled<br>Old version information: |Class name: ItemState;<br>Method or attribute name: Disabled<br>New version information: crossplatform|stepper_item.d.ts| 2802|Cross-platform capability changed|Class name: ItemState;<br>Method or attribute name: Waiting<br>Old version information: |Class name: ItemState;<br>Method or attribute name: Waiting<br>New version information: crossplatform|stepper_item.d.ts| 2803|Cross-platform capability changed|Class name: ItemState;<br>Method or attribute name: Skip<br>Old version information: |Class name: ItemState;<br>Method or attribute name: Skip<br>New version information: crossplatform|stepper_item.d.ts| 2804|Cross-platform capability changed|Class name: StepperItemInterface;<br>Method or attribute name: interface StepperItemInterface<br>Old version information: |Class name: StepperItemInterface;<br>Method or attribute name: interface StepperItemInterface<br>New version information: crossplatform|stepper_item.d.ts| 2805|Cross-platform capability changed|Class name: StepperItemInterface;<br>Method or attribute name: (): StepperItemAttribute;<br>Old version information: |Class name: StepperItemInterface;<br>Method or attribute name: (): StepperItemAttribute;<br>New version information: crossplatform|stepper_item.d.ts| 2806|Cross-platform capability changed|Class name: StepperItemAttribute;<br>Method or attribute name: declare class StepperItemAttribute<br>Old version information: |Class name: StepperItemAttribute;<br>Method or attribute name: declare class StepperItemAttribute<br>New version information: crossplatform|stepper_item.d.ts| 2807|Cross-platform capability changed|Class name: StepperItemAttribute;<br>Method or attribute name: prevLabel(value: string): StepperItemAttribute;<br>Old version information: |Class name: StepperItemAttribute;<br>Method or attribute name: prevLabel(value: string): StepperItemAttribute;<br>New version information: crossplatform|stepper_item.d.ts| 2808|Cross-platform capability changed|Class name: StepperItemAttribute;<br>Method or attribute name: nextLabel(value: string): StepperItemAttribute;<br>Old version information: |Class name: StepperItemAttribute;<br>Method or attribute name: nextLabel(value: string): StepperItemAttribute;<br>New version information: crossplatform|stepper_item.d.ts| 2809|Cross-platform capability changed|Class name: StepperItemAttribute;<br>Method or attribute name: status(value?: ItemState): StepperItemAttribute;<br>Old version information: |Class name: StepperItemAttribute;<br>Method or attribute name: status(value?: ItemState): StepperItemAttribute;<br>New version information: crossplatform|stepper_item.d.ts| 2810|Cross-platform capability changed|Class name: SwiperController;<br>Method or attribute name: declare class SwiperController<br>Old version information: |Class name: SwiperController;<br>Method or attribute name: declare class SwiperController<br>New version information: crossplatform|swiper.d.ts| 2811|Cross-platform capability changed|Class name: SwiperController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: SwiperController;<br>Method or attribute name: constructor();<br>New version information: crossplatform|swiper.d.ts| 2812|Cross-platform capability changed|Class name: SwiperController;<br>Method or attribute name: showNext();<br>Old version information: |Class name: SwiperController;<br>Method or attribute name: showNext();<br>New version information: crossplatform|swiper.d.ts| 2813|Cross-platform capability changed|Class name: SwiperController;<br>Method or attribute name: showPrevious();<br>Old version information: |Class name: SwiperController;<br>Method or attribute name: showPrevious();<br>New version information: crossplatform|swiper.d.ts| 2814|Cross-platform capability changed|Class name: SwiperController;<br>Method or attribute name: finishAnimation(callback?: () => void);<br>Old version information: |Class name: SwiperController;<br>Method or attribute name: finishAnimation(callback?: () => void);<br>New version information: crossplatform|swiper.d.ts| 2815|Cross-platform capability changed|Class name: SwiperDisplayMode;<br>Method or attribute name: declare enum SwiperDisplayMode<br>Old version information: |Class name: SwiperDisplayMode;<br>Method or attribute name: declare enum SwiperDisplayMode<br>New version information: crossplatform|swiper.d.ts| 2816|Cross-platform capability changed|Class name: SwiperInterface;<br>Method or attribute name: interface SwiperInterface<br>Old version information: |Class name: SwiperInterface;<br>Method or attribute name: interface SwiperInterface<br>New version information: crossplatform|swiper.d.ts| 2817|Cross-platform capability changed|Class name: SwiperInterface;<br>Method or attribute name: (controller?: SwiperController): SwiperAttribute;<br>Old version information: |Class name: SwiperInterface;<br>Method or attribute name: (controller?: SwiperController): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2818|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: declare class SwiperAttribute<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: declare class SwiperAttribute<br>New version information: crossplatform|swiper.d.ts| 2819|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: index(value: number): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: index(value: number): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2820|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: autoPlay(value: boolean): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: autoPlay(value: boolean): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2821|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: interval(value: number): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: interval(value: number): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2822|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2823|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: loop(value: boolean): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: loop(value: boolean): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2824|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: duration(value: number): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: duration(value: number): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2825|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: vertical(value: boolean): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: vertical(value: boolean): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2826|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: itemSpace(value: number \| string): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: itemSpace(value: number \| string): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2827|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2828|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: cachedCount(value: number): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: cachedCount(value: number): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2829|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: displayCount(value: number \| string \| SwiperAutoFill): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: displayCount(value: number \| string \| SwiperAutoFill): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2830|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2831|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2832|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2833|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: onChange(event: (index: number) => void): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: onChange(event: (index: number) => void): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2834|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2835|Cross-platform capability changed|Class name: SwiperAttribute;<br>Method or attribute name: onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>Old version information: |Class name: SwiperAttribute;<br>Method or attribute name: onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute;<br>New version information: crossplatform|swiper.d.ts| 2836|Cross-platform capability changed|Class name: BarMode;<br>Method or attribute name: declare enum BarMode<br>Old version information: |Class name: BarMode;<br>Method or attribute name: declare enum BarMode<br>New version information: crossplatform|tabs.d.ts| 2837|Cross-platform capability changed|Class name: BarMode;<br>Method or attribute name: Scrollable = 0<br>Old version information: |Class name: BarMode;<br>Method or attribute name: Scrollable = 0<br>New version information: crossplatform|tabs.d.ts| 2838|Cross-platform capability changed|Class name: BarMode;<br>Method or attribute name: Fixed = 1<br>Old version information: |Class name: BarMode;<br>Method or attribute name: Fixed = 1<br>New version information: crossplatform|tabs.d.ts| 2839|Cross-platform capability changed|Class name: BarPosition;<br>Method or attribute name: declare enum BarPosition<br>Old version information: |Class name: BarPosition;<br>Method or attribute name: declare enum BarPosition<br>New version information: crossplatform|tabs.d.ts| 2840|Cross-platform capability changed|Class name: BarPosition;<br>Method or attribute name: Start<br>Old version information: |Class name: BarPosition;<br>Method or attribute name: Start<br>New version information: crossplatform|tabs.d.ts| 2841|Cross-platform capability changed|Class name: BarPosition;<br>Method or attribute name: End<br>Old version information: |Class name: BarPosition;<br>Method or attribute name: End<br>New version information: crossplatform|tabs.d.ts| 2842|Cross-platform capability changed|Class name: TabsController;<br>Method or attribute name: declare class TabsController<br>Old version information: |Class name: TabsController;<br>Method or attribute name: declare class TabsController<br>New version information: crossplatform|tabs.d.ts| 2843|Cross-platform capability changed|Class name: TabsController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: TabsController;<br>Method or attribute name: constructor();<br>New version information: crossplatform|tabs.d.ts| 2844|Cross-platform capability changed|Class name: TabsController;<br>Method or attribute name: changeIndex(value: number): void;<br>Old version information: |Class name: TabsController;<br>Method or attribute name: changeIndex(value: number): void;<br>New version information: crossplatform|tabs.d.ts| 2845|Cross-platform capability changed|Class name: TabsInterface;<br>Method or attribute name: interface TabsInterface<br>Old version information: |Class name: TabsInterface;<br>Method or attribute name: interface TabsInterface<br>New version information: crossplatform|tabs.d.ts| 2846|Cross-platform capability changed|Class name: TabsInterface;<br>Method or attribute name: (value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;<br>Old version information: |Class name: TabsInterface;<br>Method or attribute name: (value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2847|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: declare class TabsAttribute<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: declare class TabsAttribute<br>New version information: crossplatform|tabs.d.ts| 2848|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: vertical(value: boolean): TabsAttribute;<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: vertical(value: boolean): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2849|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: barPosition(value: BarPosition): TabsAttribute;<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: barPosition(value: BarPosition): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2850|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: scrollable(value: boolean): TabsAttribute;<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: scrollable(value: boolean): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2851|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: barMode(value: BarMode.Fixed): TabsAttribute;<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: barMode(value: BarMode.Fixed): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2852|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: barMode(value: BarMode.Scrollable, options: ScrollableBarModeOptions): TabsAttribute;<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: barMode(value: BarMode.Scrollable, options: ScrollableBarModeOptions): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2853|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: barMode(value: BarMode, options?: ScrollableBarModeOptions): TabsAttribute;<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: barMode(value: BarMode, options?: ScrollableBarModeOptions): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2854|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: barWidth(value: Length): TabsAttribute;<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: barWidth(value: Length): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2855|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: barHeight(value: Length): TabsAttribute;<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: barHeight(value: Length): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2856|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: animationDuration(value: number): TabsAttribute;<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: animationDuration(value: number): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2857|Cross-platform capability changed|Class name: TabsAttribute;<br>Method or attribute name: onChange(event: (index: number) => void): TabsAttribute;<br>Old version information: |Class name: TabsAttribute;<br>Method or attribute name: onChange(event: (index: number) => void): TabsAttribute;<br>New version information: crossplatform|tabs.d.ts| 2858|Cross-platform capability changed|Class name: SubTabBarStyle;<br>Method or attribute name: declare class SubTabBarStyle<br>Old version information: |Class name: SubTabBarStyle;<br>Method or attribute name: declare class SubTabBarStyle<br>New version information: crossplatform|tab_content.d.ts| 2859|Cross-platform capability changed|Class name: SubTabBarStyle;<br>Method or attribute name: constructor(content: ResourceStr);<br>Old version information: |Class name: SubTabBarStyle;<br>Method or attribute name: constructor(content: ResourceStr);<br>New version information: crossplatform|tab_content.d.ts| 2860|Cross-platform capability changed|Class name: BottomTabBarStyle;<br>Method or attribute name: declare class BottomTabBarStyle<br>Old version information: |Class name: BottomTabBarStyle;<br>Method or attribute name: declare class BottomTabBarStyle<br>New version information: crossplatform|tab_content.d.ts| 2861|Cross-platform capability changed|Class name: BottomTabBarStyle;<br>Method or attribute name: constructor(icon: ResourceStr, text: ResourceStr);<br>Old version information: |Class name: BottomTabBarStyle;<br>Method or attribute name: constructor(icon: ResourceStr, text: ResourceStr);<br>New version information: crossplatform|tab_content.d.ts| 2862|Cross-platform capability changed|Class name: TabContentInterface;<br>Method or attribute name: interface TabContentInterface<br>Old version information: |Class name: TabContentInterface;<br>Method or attribute name: interface TabContentInterface<br>New version information: crossplatform|tab_content.d.ts| 2863|Cross-platform capability changed|Class name: TabContentInterface;<br>Method or attribute name: (): TabContentAttribute;<br>Old version information: |Class name: TabContentInterface;<br>Method or attribute name: (): TabContentAttribute;<br>New version information: crossplatform|tab_content.d.ts| 2864|Cross-platform capability changed|Class name: TabContentAttribute;<br>Method or attribute name: declare class TabContentAttribute<br>Old version information: |Class name: TabContentAttribute;<br>Method or attribute name: declare class TabContentAttribute<br>New version information: crossplatform|tab_content.d.ts| 2865|Cross-platform capability changed|Class name: TabContentAttribute;<br>Method or attribute name: tabBar(value: string \| Resource \| CustomBuilder \|<br> { icon?: string \| Resource; text?: string \| Resource }): TabContentAttribute;<br>Old version information: |Class name: TabContentAttribute;<br>Method or attribute name: tabBar(value: string \| Resource \| CustomBuilder \|<br> { icon?: string \| Resource; text?: string \| Resource }): TabContentAttribute;<br>New version information: crossplatform|tab_content.d.ts| 2866|Cross-platform capability changed|Class name: TabContentAttribute;<br>Method or attribute name: tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;<br>Old version information: |Class name: TabContentAttribute;<br>Method or attribute name: tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;<br>New version information: crossplatform|tab_content.d.ts| 2867|Cross-platform capability changed|Class name: TextInterface;<br>Method or attribute name: interface TextInterface<br>Old version information: |Class name: TextInterface;<br>Method or attribute name: interface TextInterface<br>New version information: crossplatform|text.d.ts| 2868|Cross-platform capability changed|Class name: TextInterface;<br>Method or attribute name: (content?: string \| Resource): TextAttribute;<br>Old version information: |Class name: TextInterface;<br>Method or attribute name: (content?: string \| Resource): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2869|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: declare class TextAttribute<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: declare class TextAttribute<br>New version information: crossplatform|text.d.ts| 2870|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2871|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: fontSize(value: number \| string \| Resource): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: fontSize(value: number \| string \| Resource): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2872|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: minFontSize(value: number \| string \| Resource): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: minFontSize(value: number \| string \| Resource): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2873|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: maxFontSize(value: number \| string \| Resource): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: maxFontSize(value: number \| string \| Resource): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2874|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2875|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2876|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: textAlign(value: TextAlign): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: textAlign(value: TextAlign): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2877|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: lineHeight(value: number \| string \| Resource): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: lineHeight(value: number \| string \| Resource): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2878|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: textOverflow(value: { overflow: TextOverflow }): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: textOverflow(value: { overflow: TextOverflow }): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2879|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: fontFamily(value: string \| Resource): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: fontFamily(value: string \| Resource): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2880|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: maxLines(value: number): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: maxLines(value: number): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2881|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: decoration(value: { type: TextDecorationType; color?: ResourceColor }): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2882|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: letterSpacing(value: number \| string): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: letterSpacing(value: number \| string): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2883|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: textCase(value: TextCase): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: textCase(value: TextCase): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2884|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: baselineOffset(value: number \| string): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: baselineOffset(value: number \| string): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2885|Cross-platform capability changed|Class name: TextAttribute;<br>Method or attribute name: copyOption(value: CopyOptions): TextAttribute;<br>Old version information: |Class name: TextAttribute;<br>Method or attribute name: copyOption(value: CopyOptions): TextAttribute;<br>New version information: crossplatform|text.d.ts| 2886|Cross-platform capability changed|Class name: TextAreaController;<br>Method or attribute name: declare class TextAreaController<br>Old version information: |Class name: TextAreaController;<br>Method or attribute name: declare class TextAreaController<br>New version information: crossplatform|text_area.d.ts| 2887|Cross-platform capability changed|Class name: TextAreaController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: TextAreaController;<br>Method or attribute name: constructor();<br>New version information: crossplatform|text_area.d.ts| 2888|Cross-platform capability changed|Class name: TextAreaController;<br>Method or attribute name: caretPosition(value: number): void;<br>Old version information: |Class name: TextAreaController;<br>Method or attribute name: caretPosition(value: number): void;<br>New version information: crossplatform|text_area.d.ts| 2889|Cross-platform capability changed|Class name: TextAreaOptions;<br>Method or attribute name: declare interface TextAreaOptions<br>Old version information: |Class name: TextAreaOptions;<br>Method or attribute name: declare interface TextAreaOptions<br>New version information: crossplatform|text_area.d.ts| 2890|Cross-platform capability changed|Class name: TextAreaOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>Old version information: |Class name: TextAreaOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>New version information: crossplatform|text_area.d.ts| 2891|Cross-platform capability changed|Class name: TextAreaOptions;<br>Method or attribute name: text?: ResourceStr;<br>Old version information: |Class name: TextAreaOptions;<br>Method or attribute name: text?: ResourceStr;<br>New version information: crossplatform|text_area.d.ts| 2892|Cross-platform capability changed|Class name: TextAreaOptions;<br>Method or attribute name: controller?: TextAreaController;<br>Old version information: |Class name: TextAreaOptions;<br>Method or attribute name: controller?: TextAreaController;<br>New version information: crossplatform|text_area.d.ts| 2893|Cross-platform capability changed|Class name: TextAreaInterface;<br>Method or attribute name: interface TextAreaInterface<br>Old version information: |Class name: TextAreaInterface;<br>Method or attribute name: interface TextAreaInterface<br>New version information: crossplatform|text_area.d.ts| 2894|Cross-platform capability changed|Class name: TextAreaInterface;<br>Method or attribute name: (value?: TextAreaOptions): TextAreaAttribute;<br>Old version information: |Class name: TextAreaInterface;<br>Method or attribute name: (value?: TextAreaOptions): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2895|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: declare class TextAreaAttribute<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: declare class TextAreaAttribute<br>New version information: crossplatform|text_area.d.ts| 2896|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: placeholderColor(value: ResourceColor): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: placeholderColor(value: ResourceColor): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2897|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: placeholderFont(value: Font): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: placeholderFont(value: Font): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2898|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: textAlign(value: TextAlign): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: textAlign(value: TextAlign): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2899|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: caretColor(value: ResourceColor): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: caretColor(value: ResourceColor): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2900|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2901|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: fontSize(value: Length): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: fontSize(value: Length): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2902|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2903|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2904|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: fontFamily(value: ResourceStr): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: fontFamily(value: ResourceStr): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2905|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2906|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: onChange(callback: (value: string) => void): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: onChange(callback: (value: string) => void): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2907|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: onCopy(callback: (value: string) => void): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: onCopy(callback: (value: string) => void): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2908|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: onCut(callback: (value: string) => void): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: onCut(callback: (value: string) => void): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2909|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: onPaste(callback: (value: string) => void): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: onPaste(callback: (value: string) => void): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2910|Cross-platform capability changed|Class name: TextAreaAttribute;<br>Method or attribute name: copyOption(value: CopyOptions): TextAreaAttribute;<br>Old version information: |Class name: TextAreaAttribute;<br>Method or attribute name: copyOption(value: CopyOptions): TextAreaAttribute;<br>New version information: crossplatform|text_area.d.ts| 2911|Cross-platform capability changed|Class name: TextClockController;<br>Method or attribute name: declare class TextClockController<br>Old version information: |Class name: TextClockController;<br>Method or attribute name: declare class TextClockController<br>New version information: crossplatform|text_clock.d.ts| 2912|Cross-platform capability changed|Class name: TextClockController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: TextClockController;<br>Method or attribute name: constructor();<br>New version information: crossplatform|text_clock.d.ts| 2913|Cross-platform capability changed|Class name: TextClockController;<br>Method or attribute name: start();<br>Old version information: |Class name: TextClockController;<br>Method or attribute name: start();<br>New version information: crossplatform|text_clock.d.ts| 2914|Cross-platform capability changed|Class name: TextClockController;<br>Method or attribute name: stop();<br>Old version information: |Class name: TextClockController;<br>Method or attribute name: stop();<br>New version information: crossplatform|text_clock.d.ts| 2915|Cross-platform capability changed|Class name: TextClockInterface;<br>Method or attribute name: interface TextClockInterface<br>Old version information: |Class name: TextClockInterface;<br>Method or attribute name: interface TextClockInterface<br>New version information: crossplatform|text_clock.d.ts| 2916|Cross-platform capability changed|Class name: TextClockInterface;<br>Method or attribute name: (options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;<br>Old version information: |Class name: TextClockInterface;<br>Method or attribute name: (options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;<br>New version information: crossplatform|text_clock.d.ts| 2917|Cross-platform capability changed|Class name: TextClockAttribute;<br>Method or attribute name: format(value: string): TextClockAttribute;<br>Old version information: |Class name: TextClockAttribute;<br>Method or attribute name: format(value: string): TextClockAttribute;<br>New version information: crossplatform|text_clock.d.ts| 2918|Cross-platform capability changed|Class name: TextClockAttribute;<br>Method or attribute name: onDateChange(event: (value: number) => void): TextClockAttribute;<br>Old version information: |Class name: TextClockAttribute;<br>Method or attribute name: onDateChange(event: (value: number) => void): TextClockAttribute;<br>New version information: crossplatform|text_clock.d.ts| 2919|Cross-platform capability changed|Class name: TextClockAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextClockAttribute;<br>Old version information: |Class name: TextClockAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextClockAttribute;<br>New version information: crossplatform|text_clock.d.ts| 2920|Cross-platform capability changed|Class name: TextClockAttribute;<br>Method or attribute name: fontSize(value: Length): TextClockAttribute;<br>Old version information: |Class name: TextClockAttribute;<br>Method or attribute name: fontSize(value: Length): TextClockAttribute;<br>New version information: crossplatform|text_clock.d.ts| 2921|Cross-platform capability changed|Class name: TextClockAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextClockAttribute;<br>Old version information: |Class name: TextClockAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextClockAttribute;<br>New version information: crossplatform|text_clock.d.ts| 2922|Cross-platform capability changed|Class name: TextClockAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextClockAttribute;<br>Old version information: |Class name: TextClockAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextClockAttribute;<br>New version information: crossplatform|text_clock.d.ts| 2923|Cross-platform capability changed|Class name: TextClockAttribute;<br>Method or attribute name: fontFamily(value: ResourceStr): TextClockAttribute;<br>Old version information: |Class name: TextClockAttribute;<br>Method or attribute name: fontFamily(value: ResourceStr): TextClockAttribute;<br>New version information: crossplatform|text_clock.d.ts| 2924|Cross-platform capability changed|Class name: InputType;<br>Method or attribute name: declare enum InputType<br>Old version information: |Class name: InputType;<br>Method or attribute name: declare enum InputType<br>New version information: crossplatform|text_input.d.ts| 2925|Cross-platform capability changed|Class name: InputType;<br>Method or attribute name: Normal<br>Old version information: |Class name: InputType;<br>Method or attribute name: Normal<br>New version information: crossplatform|text_input.d.ts| 2926|Cross-platform capability changed|Class name: InputType;<br>Method or attribute name: Number<br>Old version information: |Class name: InputType;<br>Method or attribute name: Number<br>New version information: crossplatform|text_input.d.ts| 2927|Cross-platform capability changed|Class name: InputType;<br>Method or attribute name: PhoneNumber<br>Old version information: |Class name: InputType;<br>Method or attribute name: PhoneNumber<br>New version information: crossplatform|text_input.d.ts| 2928|Cross-platform capability changed|Class name: InputType;<br>Method or attribute name: Email<br>Old version information: |Class name: InputType;<br>Method or attribute name: Email<br>New version information: crossplatform|text_input.d.ts| 2929|Cross-platform capability changed|Class name: InputType;<br>Method or attribute name: Password<br>Old version information: |Class name: InputType;<br>Method or attribute name: Password<br>New version information: crossplatform|text_input.d.ts| 2930|Cross-platform capability changed|Class name: EnterKeyType;<br>Method or attribute name: declare enum EnterKeyType<br>Old version information: |Class name: EnterKeyType;<br>Method or attribute name: declare enum EnterKeyType<br>New version information: crossplatform|text_input.d.ts| 2931|Cross-platform capability changed|Class name: EnterKeyType;<br>Method or attribute name: Go<br>Old version information: |Class name: EnterKeyType;<br>Method or attribute name: Go<br>New version information: crossplatform|text_input.d.ts| 2932|Cross-platform capability changed|Class name: EnterKeyType;<br>Method or attribute name: Search<br>Old version information: |Class name: EnterKeyType;<br>Method or attribute name: Search<br>New version information: crossplatform|text_input.d.ts| 2933|Cross-platform capability changed|Class name: EnterKeyType;<br>Method or attribute name: Send<br>Old version information: |Class name: EnterKeyType;<br>Method or attribute name: Send<br>New version information: crossplatform|text_input.d.ts| 2934|Cross-platform capability changed|Class name: EnterKeyType;<br>Method or attribute name: Next<br>Old version information: |Class name: EnterKeyType;<br>Method or attribute name: Next<br>New version information: crossplatform|text_input.d.ts| 2935|Cross-platform capability changed|Class name: EnterKeyType;<br>Method or attribute name: Done<br>Old version information: |Class name: EnterKeyType;<br>Method or attribute name: Done<br>New version information: crossplatform|text_input.d.ts| 2936|Cross-platform capability changed|Class name: TextInputController;<br>Method or attribute name: declare class TextInputController<br>Old version information: |Class name: TextInputController;<br>Method or attribute name: declare class TextInputController<br>New version information: crossplatform|text_input.d.ts| 2937|Cross-platform capability changed|Class name: TextInputController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: TextInputController;<br>Method or attribute name: constructor();<br>New version information: crossplatform|text_input.d.ts| 2938|Cross-platform capability changed|Class name: TextInputController;<br>Method or attribute name: caretPosition(value: number): void;<br>Old version information: |Class name: TextInputController;<br>Method or attribute name: caretPosition(value: number): void;<br>New version information: crossplatform|text_input.d.ts| 2939|Cross-platform capability changed|Class name: TextInputOptions;<br>Method or attribute name: declare interface TextInputOptions<br>Old version information: |Class name: TextInputOptions;<br>Method or attribute name: declare interface TextInputOptions<br>New version information: crossplatform|text_input.d.ts| 2940|Cross-platform capability changed|Class name: TextInputOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>Old version information: |Class name: TextInputOptions;<br>Method or attribute name: placeholder?: ResourceStr;<br>New version information: crossplatform|text_input.d.ts| 2941|Cross-platform capability changed|Class name: TextInputOptions;<br>Method or attribute name: text?: ResourceStr;<br>Old version information: |Class name: TextInputOptions;<br>Method or attribute name: text?: ResourceStr;<br>New version information: crossplatform|text_input.d.ts| 2942|Cross-platform capability changed|Class name: TextInputOptions;<br>Method or attribute name: controller?: TextInputController;<br>Old version information: |Class name: TextInputOptions;<br>Method or attribute name: controller?: TextInputController;<br>New version information: crossplatform|text_input.d.ts| 2943|Cross-platform capability changed|Class name: TextInputStyle;<br>Method or attribute name: declare enum TextInputStyle<br>Old version information: |Class name: TextInputStyle;<br>Method or attribute name: declare enum TextInputStyle<br>New version information: crossplatform|text_input.d.ts| 2944|Cross-platform capability changed|Class name: TextInputStyle;<br>Method or attribute name: Default<br>Old version information: |Class name: TextInputStyle;<br>Method or attribute name: Default<br>New version information: crossplatform|text_input.d.ts| 2945|Cross-platform capability changed|Class name: TextInputStyle;<br>Method or attribute name: Inline<br>Old version information: |Class name: TextInputStyle;<br>Method or attribute name: Inline<br>New version information: crossplatform|text_input.d.ts| 2946|Cross-platform capability changed|Class name: TextInputInterface;<br>Method or attribute name: interface TextInputInterface<br>Old version information: |Class name: TextInputInterface;<br>Method or attribute name: interface TextInputInterface<br>New version information: crossplatform|text_input.d.ts| 2947|Cross-platform capability changed|Class name: TextInputInterface;<br>Method or attribute name: (value?: TextInputOptions): TextInputAttribute;<br>Old version information: |Class name: TextInputInterface;<br>Method or attribute name: (value?: TextInputOptions): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2948|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: declare class TextInputAttribute<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: declare class TextInputAttribute<br>New version information: crossplatform|text_input.d.ts| 2949|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: type(value: InputType): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: type(value: InputType): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2950|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: placeholderColor(value: ResourceColor): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: placeholderColor(value: ResourceColor): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2951|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: placeholderFont(value?: Font): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: placeholderFont(value?: Font): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2952|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: enterKeyType(value: EnterKeyType): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: enterKeyType(value: EnterKeyType): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2953|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: caretColor(value: ResourceColor): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: caretColor(value: ResourceColor): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2954|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2955|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2956|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: onChange(callback: (value: string) => void): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: onChange(callback: (value: string) => void): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2957|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: maxLength(value: number): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: maxLength(value: number): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2958|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2959|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: fontSize(value: Length): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: fontSize(value: Length): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2960|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2961|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2962|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: fontFamily(value: ResourceStr): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: fontFamily(value: ResourceStr): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2963|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2964|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: onCopy(callback: (value: string) => void): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: onCopy(callback: (value: string) => void): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2965|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: onCut(callback: (value: string) => void): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: onCut(callback: (value: string) => void): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2966|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: onPaste(callback: (value: string) => void): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: onPaste(callback: (value: string) => void): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2967|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: copyOption(value: CopyOptions): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: copyOption(value: CopyOptions): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2968|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: showPasswordIcon(value: boolean): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: showPasswordIcon(value: boolean): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2969|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: textAlign(value: TextAlign): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: textAlign(value: TextAlign): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2970|Cross-platform capability changed|Class name: TextInputAttribute;<br>Method or attribute name: style(value: TextInputStyle \| TextContentStyle): TextInputAttribute;<br>Old version information: |Class name: TextInputAttribute;<br>Method or attribute name: style(value: TextInputStyle \| TextContentStyle): TextInputAttribute;<br>New version information: crossplatform|text_input.d.ts| 2971|Cross-platform capability changed|Class name: TextPickerOptions;<br>Method or attribute name: declare interface TextPickerOptions<br>Old version information: |Class name: TextPickerOptions;<br>Method or attribute name: declare interface TextPickerOptions<br>New version information: crossplatform|text_picker.d.ts| 2972|Cross-platform capability changed|Class name: TextPickerOptions;<br>Method or attribute name: range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>Old version information: |Class name: TextPickerOptions;<br>Method or attribute name: range: string[] \| string[][] \| Resource \| TextPickerRangeContent[] \| TextCascadePickerRangeContent[];<br>New version information: crossplatform|text_picker.d.ts| 2973|Cross-platform capability changed|Class name: TextPickerOptions;<br>Method or attribute name: value?: string \| string[];<br>Old version information: |Class name: TextPickerOptions;<br>Method or attribute name: value?: string \| string[];<br>New version information: crossplatform|text_picker.d.ts| 2974|Cross-platform capability changed|Class name: TextPickerOptions;<br>Method or attribute name: selected?: number \| number[];<br>Old version information: |Class name: TextPickerOptions;<br>Method or attribute name: selected?: number \| number[];<br>New version information: crossplatform|text_picker.d.ts| 2975|Cross-platform capability changed|Class name: TextPickerInterface;<br>Method or attribute name: interface TextPickerInterface<br>Old version information: |Class name: TextPickerInterface;<br>Method or attribute name: interface TextPickerInterface<br>New version information: crossplatform|text_picker.d.ts| 2976|Cross-platform capability changed|Class name: TextPickerInterface;<br>Method or attribute name: (options?: TextPickerOptions): TextPickerAttribute;<br>Old version information: |Class name: TextPickerInterface;<br>Method or attribute name: (options?: TextPickerOptions): TextPickerAttribute;<br>New version information: crossplatform|text_picker.d.ts| 2977|Cross-platform capability changed|Class name: TextPickerAttribute;<br>Method or attribute name: declare class TextPickerAttribute<br>Old version information: |Class name: TextPickerAttribute;<br>Method or attribute name: declare class TextPickerAttribute<br>New version information: crossplatform|text_picker.d.ts| 2978|Cross-platform capability changed|Class name: TextPickerAttribute;<br>Method or attribute name: defaultPickerItemHeight(value: number \| string): TextPickerAttribute;<br>Old version information: |Class name: TextPickerAttribute;<br>Method or attribute name: defaultPickerItemHeight(value: number \| string): TextPickerAttribute;<br>New version information: crossplatform|text_picker.d.ts| 2979|Cross-platform capability changed|Class name: TextPickerAttribute;<br>Method or attribute name: onChange(callback: (value: string \| string[], index: number \| number[]) => void): TextPickerAttribute;<br>Old version information: |Class name: TextPickerAttribute;<br>Method or attribute name: onChange(callback: (value: string \| string[], index: number \| number[]) => void): TextPickerAttribute;<br>New version information: crossplatform|text_picker.d.ts| 2980|Cross-platform capability changed|Class name: TextPickerResult;<br>Method or attribute name: declare interface TextPickerResult<br>Old version information: |Class name: TextPickerResult;<br>Method or attribute name: declare interface TextPickerResult<br>New version information: crossplatform|text_picker.d.ts| 2981|Cross-platform capability changed|Class name: TextPickerResult;<br>Method or attribute name: value: string \| string[];<br>Old version information: |Class name: TextPickerResult;<br>Method or attribute name: value: string \| string[];<br>New version information: crossplatform|text_picker.d.ts| 2982|Cross-platform capability changed|Class name: TextPickerResult;<br>Method or attribute name: index: number \| number[];<br>Old version information: |Class name: TextPickerResult;<br>Method or attribute name: index: number \| number[];<br>New version information: crossplatform|text_picker.d.ts| 2983|Cross-platform capability changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: declare interface TextPickerDialogOptions<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: declare interface TextPickerDialogOptions<br>New version information: crossplatform|text_picker.d.ts| 2984|Cross-platform capability changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: defaultPickerItemHeight?: number \| string;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: defaultPickerItemHeight?: number \| string;<br>New version information: crossplatform|text_picker.d.ts| 2985|Cross-platform capability changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TextPickerResult) => void;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TextPickerResult) => void;<br>New version information: crossplatform|text_picker.d.ts| 2986|Cross-platform capability changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: crossplatform|text_picker.d.ts| 2987|Cross-platform capability changed|Class name: TextPickerDialogOptions;<br>Method or attribute name: onChange?: (value: TextPickerResult) => void;<br>Old version information: |Class name: TextPickerDialogOptions;<br>Method or attribute name: onChange?: (value: TextPickerResult) => void;<br>New version information: crossplatform|text_picker.d.ts| 2988|Cross-platform capability changed|Class name: TextPickerDialog;<br>Method or attribute name: declare class TextPickerDialog<br>Old version information: |Class name: TextPickerDialog;<br>Method or attribute name: declare class TextPickerDialog<br>New version information: crossplatform|text_picker.d.ts| 2989|Cross-platform capability changed|Class name: TextPickerDialog;<br>Method or attribute name: static show(options?: TextPickerDialogOptions);<br>Old version information: |Class name: TextPickerDialog;<br>Method or attribute name: static show(options?: TextPickerDialogOptions);<br>New version information: crossplatform|text_picker.d.ts| 2990|Cross-platform capability changed|Class name: TextTimerController;<br>Method or attribute name: declare class TextTimerController<br>Old version information: |Class name: TextTimerController;<br>Method or attribute name: declare class TextTimerController<br>New version information: crossplatform|text_timer.d.ts| 2991|Cross-platform capability changed|Class name: TextTimerController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: TextTimerController;<br>Method or attribute name: constructor();<br>New version information: crossplatform|text_timer.d.ts| 2992|Cross-platform capability changed|Class name: TextTimerController;<br>Method or attribute name: start();<br>Old version information: |Class name: TextTimerController;<br>Method or attribute name: start();<br>New version information: crossplatform|text_timer.d.ts| 2993|Cross-platform capability changed|Class name: TextTimerController;<br>Method or attribute name: pause();<br>Old version information: |Class name: TextTimerController;<br>Method or attribute name: pause();<br>New version information: crossplatform|text_timer.d.ts| 2994|Cross-platform capability changed|Class name: TextTimerController;<br>Method or attribute name: reset();<br>Old version information: |Class name: TextTimerController;<br>Method or attribute name: reset();<br>New version information: crossplatform|text_timer.d.ts| 2995|Cross-platform capability changed|Class name: TextTimerOptions;<br>Method or attribute name: interface TextTimerOptions<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: interface TextTimerOptions<br>New version information: crossplatform|text_timer.d.ts| 2996|Cross-platform capability changed|Class name: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: isCountDown?: boolean;<br>New version information: crossplatform|text_timer.d.ts| 2997|Cross-platform capability changed|Class name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: count?: number;<br>New version information: crossplatform|text_timer.d.ts| 2998|Cross-platform capability changed|Class name: TextTimerOptions;<br>Method or attribute name: controller?: TextTimerController;<br>Old version information: |Class name: TextTimerOptions;<br>Method or attribute name: controller?: TextTimerController;<br>New version information: crossplatform|text_timer.d.ts| 2999|Cross-platform capability changed|Class name: TextTimerInterface;<br>Method or attribute name: interface TextTimerInterface<br>Old version information: |Class name: TextTimerInterface;<br>Method or attribute name: interface TextTimerInterface<br>New version information: crossplatform|text_timer.d.ts| 3000|Cross-platform capability changed|Class name: TextTimerInterface;<br>Method or attribute name: (options?: TextTimerOptions): TextTimerAttribute;<br>Old version information: |Class name: TextTimerInterface;<br>Method or attribute name: (options?: TextTimerOptions): TextTimerAttribute;<br>New version information: crossplatform|text_timer.d.ts| 3001|Cross-platform capability changed|Class name: TextTimerAttribute;<br>Method or attribute name: declare class TextTimerAttribute<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: declare class TextTimerAttribute<br>New version information: crossplatform|text_timer.d.ts| 3002|Cross-platform capability changed|Class name: TextTimerAttribute;<br>Method or attribute name: format(value: string): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: format(value: string): TextTimerAttribute;<br>New version information: crossplatform|text_timer.d.ts| 3003|Cross-platform capability changed|Class name: TextTimerAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;<br>New version information: crossplatform|text_timer.d.ts| 3004|Cross-platform capability changed|Class name: TextTimerAttribute;<br>Method or attribute name: fontSize(value: Length): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: fontSize(value: Length): TextTimerAttribute;<br>New version information: crossplatform|text_timer.d.ts| 3005|Cross-platform capability changed|Class name: TextTimerAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;<br>New version information: crossplatform|text_timer.d.ts| 3006|Cross-platform capability changed|Class name: TextTimerAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;<br>New version information: crossplatform|text_timer.d.ts| 3007|Cross-platform capability changed|Class name: TextTimerAttribute;<br>Method or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;<br>New version information: crossplatform|text_timer.d.ts| 3008|Cross-platform capability changed|Class name: TextTimerAttribute;<br>Method or attribute name: onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;<br>Old version information: |Class name: TextTimerAttribute;<br>Method or attribute name: onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;<br>New version information: crossplatform|text_timer.d.ts| 3009|Cross-platform capability changed|Class name: TimePickerResult;<br>Method or attribute name: declare interface TimePickerResult<br>Old version information: |Class name: TimePickerResult;<br>Method or attribute name: declare interface TimePickerResult<br>New version information: crossplatform|time_picker.d.ts| 3010|Cross-platform capability changed|Class name: TimePickerResult;<br>Method or attribute name: hour?: number;<br>Old version information: |Class name: TimePickerResult;<br>Method or attribute name: hour?: number;<br>New version information: crossplatform|time_picker.d.ts| 3011|Cross-platform capability changed|Class name: TimePickerResult;<br>Method or attribute name: minute?: number;<br>Old version information: |Class name: TimePickerResult;<br>Method or attribute name: minute?: number;<br>New version information: crossplatform|time_picker.d.ts| 3012|Cross-platform capability changed|Class name: TimePickerOptions;<br>Method or attribute name: declare interface TimePickerOptions<br>Old version information: |Class name: TimePickerOptions;<br>Method or attribute name: declare interface TimePickerOptions<br>New version information: crossplatform|time_picker.d.ts| 3013|Cross-platform capability changed|Class name: TimePickerOptions;<br>Method or attribute name: selected?: Date;<br>Old version information: |Class name: TimePickerOptions;<br>Method or attribute name: selected?: Date;<br>New version information: crossplatform|time_picker.d.ts| 3014|Cross-platform capability changed|Class name: TimePickerInterface;<br>Method or attribute name: interface TimePickerInterface<br>Old version information: |Class name: TimePickerInterface;<br>Method or attribute name: interface TimePickerInterface<br>New version information: crossplatform|time_picker.d.ts| 3015|Cross-platform capability changed|Class name: TimePickerInterface;<br>Method or attribute name: (options?: TimePickerOptions): TimePickerAttribute;<br>Old version information: |Class name: TimePickerInterface;<br>Method or attribute name: (options?: TimePickerOptions): TimePickerAttribute;<br>New version information: crossplatform|time_picker.d.ts| 3016|Cross-platform capability changed|Class name: TimePickerAttribute;<br>Method or attribute name: declare class TimePickerAttribute<br>Old version information: |Class name: TimePickerAttribute;<br>Method or attribute name: declare class TimePickerAttribute<br>New version information: crossplatform|time_picker.d.ts| 3017|Cross-platform capability changed|Class name: TimePickerAttribute;<br>Method or attribute name: useMilitaryTime(value: boolean): TimePickerAttribute;<br>Old version information: |Class name: TimePickerAttribute;<br>Method or attribute name: useMilitaryTime(value: boolean): TimePickerAttribute;<br>New version information: crossplatform|time_picker.d.ts| 3018|Cross-platform capability changed|Class name: TimePickerAttribute;<br>Method or attribute name: onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;<br>Old version information: |Class name: TimePickerAttribute;<br>Method or attribute name: onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;<br>New version information: crossplatform|time_picker.d.ts| 3019|Cross-platform capability changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: declare interface TimePickerDialogOptions<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: declare interface TimePickerDialogOptions<br>New version information: crossplatform|time_picker.d.ts| 3020|Cross-platform capability changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: useMilitaryTime?: boolean;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: useMilitaryTime?: boolean;<br>New version information: crossplatform|time_picker.d.ts| 3021|Cross-platform capability changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TimePickerResult) => void;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: onAccept?: (value: TimePickerResult) => void;<br>New version information: crossplatform|time_picker.d.ts| 3022|Cross-platform capability changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: onCancel?: () => void;<br>New version information: crossplatform|time_picker.d.ts| 3023|Cross-platform capability changed|Class name: TimePickerDialogOptions;<br>Method or attribute name: onChange?: (value: TimePickerResult) => void;<br>Old version information: |Class name: TimePickerDialogOptions;<br>Method or attribute name: onChange?: (value: TimePickerResult) => void;<br>New version information: crossplatform|time_picker.d.ts| 3024|Cross-platform capability changed|Class name: TimePickerDialog;<br>Method or attribute name: declare class TimePickerDialog<br>Old version information: |Class name: TimePickerDialog;<br>Method or attribute name: declare class TimePickerDialog<br>New version information: crossplatform|time_picker.d.ts| 3025|Cross-platform capability changed|Class name: TimePickerDialog;<br>Method or attribute name: static show(options?: TimePickerDialogOptions);<br>Old version information: |Class name: TimePickerDialog;<br>Method or attribute name: static show(options?: TimePickerDialogOptions);<br>New version information: crossplatform|time_picker.d.ts| 3026|Cross-platform capability changed|Class name: ToggleType;<br>Method or attribute name: declare enum ToggleType<br>Old version information: |Class name: ToggleType;<br>Method or attribute name: declare enum ToggleType<br>New version information: crossplatform|toggle.d.ts| 3027|Cross-platform capability changed|Class name: ToggleType;<br>Method or attribute name: Checkbox<br>Old version information: |Class name: ToggleType;<br>Method or attribute name: Checkbox<br>New version information: crossplatform|toggle.d.ts| 3028|Cross-platform capability changed|Class name: ToggleType;<br>Method or attribute name: Switch<br>Old version information: |Class name: ToggleType;<br>Method or attribute name: Switch<br>New version information: crossplatform|toggle.d.ts| 3029|Cross-platform capability changed|Class name: ToggleType;<br>Method or attribute name: Button<br>Old version information: |Class name: ToggleType;<br>Method or attribute name: Button<br>New version information: crossplatform|toggle.d.ts| 3030|Cross-platform capability changed|Class name: ToggleInterface;<br>Method or attribute name: interface ToggleInterface<br>Old version information: |Class name: ToggleInterface;<br>Method or attribute name: interface ToggleInterface<br>New version information: crossplatform|toggle.d.ts| 3031|Cross-platform capability changed|Class name: ToggleInterface;<br>Method or attribute name: (options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;<br>Old version information: |Class name: ToggleInterface;<br>Method or attribute name: (options: { type: ToggleType; isOn?: boolean }): ToggleAttribute;<br>New version information: crossplatform|toggle.d.ts| 3032|Cross-platform capability changed|Class name: ToggleAttribute;<br>Method or attribute name: declare class ToggleAttribute<br>Old version information: |Class name: ToggleAttribute;<br>Method or attribute name: declare class ToggleAttribute<br>New version information: crossplatform|toggle.d.ts| 3033|Cross-platform capability changed|Class name: ToggleAttribute;<br>Method or attribute name: onChange(callback: (isOn: boolean) => void): ToggleAttribute;<br>Old version information: |Class name: ToggleAttribute;<br>Method or attribute name: onChange(callback: (isOn: boolean) => void): ToggleAttribute;<br>New version information: crossplatform|toggle.d.ts| 3034|Cross-platform capability changed|Class name: ToggleAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): ToggleAttribute;<br>Old version information: |Class name: ToggleAttribute;<br>Method or attribute name: selectedColor(value: ResourceColor): ToggleAttribute;<br>New version information: crossplatform|toggle.d.ts| 3035|Cross-platform capability changed|Class name: ToggleAttribute;<br>Method or attribute name: switchPointColor(color: ResourceColor): ToggleAttribute;<br>Old version information: |Class name: ToggleAttribute;<br>Method or attribute name: switchPointColor(color: ResourceColor): ToggleAttribute;<br>New version information: crossplatform|toggle.d.ts| 3036|Cross-platform capability changed|Class name: Font;<br>Method or attribute name: declare interface Font<br>Old version information: |Class name: Font;<br>Method or attribute name: declare interface Font<br>New version information: crossplatform|units.d.ts| 3037|Cross-platform capability changed|Class name: Font;<br>Method or attribute name: size?: Length;<br>Old version information: |Class name: Font;<br>Method or attribute name: size?: Length;<br>New version information: crossplatform|units.d.ts| 3038|Cross-platform capability changed|Class name: Font;<br>Method or attribute name: weight?: FontWeight \| number \| string;<br>Old version information: |Class name: Font;<br>Method or attribute name: weight?: FontWeight \| number \| string;<br>New version information: crossplatform|units.d.ts| 3039|Cross-platform capability changed|Class name: Font;<br>Method or attribute name: family?: string \| Resource;<br>Old version information: |Class name: Font;<br>Method or attribute name: family?: string \| Resource;<br>New version information: crossplatform|units.d.ts| 3040|Cross-platform capability changed|Class name: Font;<br>Method or attribute name: style?: FontStyle;<br>Old version information: |Class name: Font;<br>Method or attribute name: style?: FontStyle;<br>New version information: crossplatform|units.d.ts| 3041|Cross-platform capability changed|Class name: Area;<br>Method or attribute name: declare interface Area<br>Old version information: |Class name: Area;<br>Method or attribute name: declare interface Area<br>New version information: crossplatform|units.d.ts| 3042|Cross-platform capability changed|Class name: Area;<br>Method or attribute name: width: Length;<br>Old version information: |Class name: Area;<br>Method or attribute name: width: Length;<br>New version information: crossplatform|units.d.ts| 3043|Cross-platform capability changed|Class name: Area;<br>Method or attribute name: height: Length;<br>Old version information: |Class name: Area;<br>Method or attribute name: height: Length;<br>New version information: crossplatform|units.d.ts| 3044|Cross-platform capability changed|Class name: Area;<br>Method or attribute name: position: Position;<br>Old version information: |Class name: Area;<br>Method or attribute name: position: Position;<br>New version information: crossplatform|units.d.ts| 3045|Cross-platform capability changed|Class name: Area;<br>Method or attribute name: globalPosition: Position;<br>Old version information: |Class name: Area;<br>Method or attribute name: globalPosition: Position;<br>New version information: crossplatform|units.d.ts| 3046|Cross-platform capability changed|Class name: Position;<br>Method or attribute name: declare interface Position<br>Old version information: |Class name: Position;<br>Method or attribute name: declare interface Position<br>New version information: crossplatform|units.d.ts| 3047|Cross-platform capability changed|Class name: Position;<br>Method or attribute name: x?: Length;<br>Old version information: |Class name: Position;<br>Method or attribute name: x?: Length;<br>New version information: crossplatform|units.d.ts| 3048|Cross-platform capability changed|Class name: Position;<br>Method or attribute name: y?: Length;<br>Old version information: |Class name: Position;<br>Method or attribute name: y?: Length;<br>New version information: crossplatform|units.d.ts| 3049|Cross-platform capability changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: declare interface ConstraintSizeOptions<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: declare interface ConstraintSizeOptions<br>New version information: crossplatform|units.d.ts| 3050|Cross-platform capability changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: minWidth?: Length;<br>New version information: crossplatform|units.d.ts| 3051|Cross-platform capability changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: maxWidth?: Length;<br>New version information: crossplatform|units.d.ts| 3052|Cross-platform capability changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: minHeight?: Length;<br>New version information: crossplatform|units.d.ts| 3053|Cross-platform capability changed|Class name: ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>Old version information: |Class name: ConstraintSizeOptions;<br>Method or attribute name: maxHeight?: Length;<br>New version information: crossplatform|units.d.ts| 3054|Cross-platform capability changed|Class name: SizeOptions;<br>Method or attribute name: declare interface SizeOptions<br>Old version information: |Class name: SizeOptions;<br>Method or attribute name: declare interface SizeOptions<br>New version information: crossplatform|units.d.ts| 3055|Cross-platform capability changed|Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>Old version information: |Class name: SizeOptions;<br>Method or attribute name: width?: Length;<br>New version information: crossplatform|units.d.ts| 3056|Cross-platform capability changed|Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>Old version information: |Class name: SizeOptions;<br>Method or attribute name: height?: Length;<br>New version information: crossplatform|units.d.ts| 3057|Cross-platform capability changed|Class name: BorderOptions;<br>Method or attribute name: declare interface BorderOptions<br>Old version information: |Class name: BorderOptions;<br>Method or attribute name: declare interface BorderOptions<br>New version information: crossplatform|units.d.ts| 3058|Cross-platform capability changed|Class name: BorderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>Old version information: |Class name: BorderOptions;<br>Method or attribute name: width?: EdgeWidths \| Length;<br>New version information: crossplatform|units.d.ts| 3059|Cross-platform capability changed|Class name: BorderOptions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>Old version information: |Class name: BorderOptions;<br>Method or attribute name: color?: EdgeColors \| ResourceColor;<br>New version information: crossplatform|units.d.ts| 3060|Cross-platform capability changed|Class name: BorderOptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>Old version information: |Class name: BorderOptions;<br>Method or attribute name: radius?: BorderRadiuses \| Length;<br>New version information: crossplatform|units.d.ts| 3061|Cross-platform capability changed|Class name: BorderOptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>Old version information: |Class name: BorderOptions;<br>Method or attribute name: style?: EdgeStyles \| BorderStyle;<br>New version information: crossplatform|units.d.ts| 3062|Cross-platform capability changed|Class name: ColorFilter;<br>Method or attribute name: declare class ColorFilter<br>Old version information: |Class name: ColorFilter;<br>Method or attribute name: declare class ColorFilter<br>New version information: crossplatform|units.d.ts| 3063|Cross-platform capability changed|Class name: ColorFilter;<br>Method or attribute name: constructor(value: number[]);<br>Old version information: |Class name: ColorFilter;<br>Method or attribute name: constructor(value: number[]);<br>New version information: crossplatform|units.d.ts| 3064|Cross-platform capability changed|Class name: SeekMode;<br>Method or attribute name: declare enum SeekMode<br>Old version information: |Class name: SeekMode;<br>Method or attribute name: declare enum SeekMode<br>New version information: crossplatform|video.d.ts| 3065|Cross-platform capability changed|Class name: SeekMode;<br>Method or attribute name: PreviousKeyframe<br>Old version information: |Class name: SeekMode;<br>Method or attribute name: PreviousKeyframe<br>New version information: crossplatform|video.d.ts| 3066|Cross-platform capability changed|Class name: SeekMode;<br>Method or attribute name: NextKeyframe<br>Old version information: |Class name: SeekMode;<br>Method or attribute name: NextKeyframe<br>New version information: crossplatform|video.d.ts| 3067|Cross-platform capability changed|Class name: SeekMode;<br>Method or attribute name: ClosestKeyframe<br>Old version information: |Class name: SeekMode;<br>Method or attribute name: ClosestKeyframe<br>New version information: crossplatform|video.d.ts| 3068|Cross-platform capability changed|Class name: SeekMode;<br>Method or attribute name: Accurate<br>Old version information: |Class name: SeekMode;<br>Method or attribute name: Accurate<br>New version information: crossplatform|video.d.ts| 3069|Cross-platform capability changed|Class name: PlaybackSpeed;<br>Method or attribute name: declare enum PlaybackSpeed<br>Old version information: |Class name: PlaybackSpeed;<br>Method or attribute name: declare enum PlaybackSpeed<br>New version information: crossplatform|video.d.ts| 3070|Cross-platform capability changed|Class name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_0_75_X<br>Old version information: |Class name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_0_75_X<br>New version information: crossplatform|video.d.ts| 3071|Cross-platform capability changed|Class name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_1_00_X<br>Old version information: |Class name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_1_00_X<br>New version information: crossplatform|video.d.ts| 3072|Cross-platform capability changed|Class name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_1_25_X<br>Old version information: |Class name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_1_25_X<br>New version information: crossplatform|video.d.ts| 3073|Cross-platform capability changed|Class name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_1_75_X<br>Old version information: |Class name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_1_75_X<br>New version information: crossplatform|video.d.ts| 3074|Cross-platform capability changed|Class name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_2_00_X<br>Old version information: |Class name: PlaybackSpeed;<br>Method or attribute name: Speed_Forward_2_00_X<br>New version information: crossplatform|video.d.ts| 3075|Cross-platform capability changed|Class name: VideoOptions;<br>Method or attribute name: declare interface VideoOptions<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: declare interface VideoOptions<br>New version information: crossplatform|video.d.ts| 3076|Cross-platform capability changed|Class name: VideoOptions;<br>Method or attribute name: src?: string \| Resource;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: src?: string \| Resource;<br>New version information: crossplatform|video.d.ts| 3077|Cross-platform capability changed|Class name: VideoOptions;<br>Method or attribute name: currentProgressRate?: number \| string \| PlaybackSpeed;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: currentProgressRate?: number \| string \| PlaybackSpeed;<br>New version information: crossplatform|video.d.ts| 3078|Cross-platform capability changed|Class name: VideoOptions;<br>Method or attribute name: previewUri?: string \| PixelMap \| Resource;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: previewUri?: string \| PixelMap \| Resource;<br>New version information: crossplatform|video.d.ts| 3079|Cross-platform capability changed|Class name: VideoOptions;<br>Method or attribute name: controller?: VideoController;<br>Old version information: |Class name: VideoOptions;<br>Method or attribute name: controller?: VideoController;<br>New version information: crossplatform|video.d.ts| 3080|Cross-platform capability changed|Class name: VideoController;<br>Method or attribute name: declare class VideoController<br>Old version information: |Class name: VideoController;<br>Method or attribute name: declare class VideoController<br>New version information: crossplatform|video.d.ts| 3081|Cross-platform capability changed|Class name: VideoController;<br>Method or attribute name: constructor();<br>Old version information: |Class name: VideoController;<br>Method or attribute name: constructor();<br>New version information: crossplatform|video.d.ts| 3082|Cross-platform capability changed|Class name: VideoController;<br>Method or attribute name: start();<br>Old version information: |Class name: VideoController;<br>Method or attribute name: start();<br>New version information: crossplatform|video.d.ts| 3083|Cross-platform capability changed|Class name: VideoController;<br>Method or attribute name: pause();<br>Old version information: |Class name: VideoController;<br>Method or attribute name: pause();<br>New version information: crossplatform|video.d.ts| 3084|Cross-platform capability changed|Class name: VideoController;<br>Method or attribute name: stop();<br>Old version information: |Class name: VideoController;<br>Method or attribute name: stop();<br>New version information: crossplatform|video.d.ts| 3085|Cross-platform capability changed|Class name: VideoController;<br>Method or attribute name: setCurrentTime(value: number);<br>Old version information: |Class name: VideoController;<br>Method or attribute name: setCurrentTime(value: number);<br>New version information: crossplatform|video.d.ts| 3086|Cross-platform capability changed|Class name: VideoController;<br>Method or attribute name: setCurrentTime(value: number, seekMode: SeekMode);<br>Old version information: |Class name: VideoController;<br>Method or attribute name: setCurrentTime(value: number, seekMode: SeekMode);<br>New version information: crossplatform|video.d.ts| 3087|Cross-platform capability changed|Class name: VideoController;<br>Method or attribute name: requestFullscreen(value: boolean);<br>Old version information: |Class name: VideoController;<br>Method or attribute name: requestFullscreen(value: boolean);<br>New version information: crossplatform|video.d.ts| 3088|Cross-platform capability changed|Class name: VideoController;<br>Method or attribute name: exitFullscreen();<br>Old version information: |Class name: VideoController;<br>Method or attribute name: exitFullscreen();<br>New version information: crossplatform|video.d.ts| 3089|Cross-platform capability changed|Class name: VideoInterface;<br>Method or attribute name: interface VideoInterface<br>Old version information: |Class name: VideoInterface;<br>Method or attribute name: interface VideoInterface<br>New version information: crossplatform|video.d.ts| 3090|Cross-platform capability changed|Class name: VideoInterface;<br>Method or attribute name: (value: VideoOptions): VideoAttribute;<br>Old version information: |Class name: VideoInterface;<br>Method or attribute name: (value: VideoOptions): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3091|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: declare class VideoAttribute<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: declare class VideoAttribute<br>New version information: crossplatform|video.d.ts| 3092|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: muted(value: boolean): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: muted(value: boolean): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3093|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: autoPlay(value: boolean): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: autoPlay(value: boolean): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3094|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: controls(value: boolean): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: controls(value: boolean): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3095|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: loop(value: boolean): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: loop(value: boolean): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3096|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: objectFit(value: ImageFit): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: objectFit(value: ImageFit): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3097|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: onStart(event: () => void): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: onStart(event: () => void): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3098|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: onPause(event: () => void): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: onPause(event: () => void): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3099|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: onFinish(event: () => void): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: onFinish(event: () => void): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3100|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: onFullscreenChange(callback: (event: {<br> /**<br> * Play the flag in full screen.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fullscreen: boolean<br> }) => void): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: onFullscreenChange(callback: (event: {<br> /**<br> * Play the flag in full screen.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> fullscreen: boolean<br> }) => void): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3101|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: onPrepared(callback: (event: {<br> /**<br> * Playback duration.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> duration: number<br> }) => void): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: onPrepared(callback: (event: {<br> /**<br> * Playback duration.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> duration: number<br> }) => void): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3102|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: onSeeking(callback: (event: {<br> /**<br> * Play time.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> time: number<br> }) => void): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: onSeeking(callback: (event: {<br> /**<br> * Play time.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> time: number<br> }) => void): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3103|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: onSeeked(callback: (event: {<br> /**<br> * Play time.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> time: number<br> }) => void): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: onSeeked(callback: (event: {<br> /**<br> * Play time.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> time: number<br> }) => void): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3104|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: onUpdate(callback: (event: {<br> /**<br> * Play time.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> time: number<br> }) => void): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: onUpdate(callback: (event: {<br> /**<br> * Play time.<br> *<br> * @syscap SystemCapability.ArkUI.ArkUI.Full<br> * @crossplatform<br> * @since 10<br> */<br> time: number<br> }) => void): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3105|Cross-platform capability changed|Class name: VideoAttribute;<br>Method or attribute name: onError(event: () => void): VideoAttribute;<br>Old version information: |Class name: VideoAttribute;<br>Method or attribute name: onError(event: () => void): VideoAttribute;<br>New version information: crossplatform|video.d.ts| 3106|Cross-platform capability changed|Class name: WaterFlowOptions;<br>Method or attribute name: declare interface WaterFlowOptions<br>Old version information: |Class name: WaterFlowOptions;<br>Method or attribute name: declare interface WaterFlowOptions<br>New version information: crossplatform|water_flow.d.ts| 3107|Cross-platform capability changed|Class name: WaterFlowOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>Old version information: |Class name: WaterFlowOptions;<br>Method or attribute name: footer?: CustomBuilder;<br>New version information: crossplatform|water_flow.d.ts| 3108|Cross-platform capability changed|Class name: WaterFlowOptions;<br>Method or attribute name: scroller?: Scroller;<br>Old version information: |Class name: WaterFlowOptions;<br>Method or attribute name: scroller?: Scroller;<br>New version information: crossplatform|water_flow.d.ts| 3109|Cross-platform capability changed|Class name: WaterFlowInterface;<br>Method or attribute name: interface WaterFlowInterface<br>Old version information: |Class name: WaterFlowInterface;<br>Method or attribute name: interface WaterFlowInterface<br>New version information: crossplatform|water_flow.d.ts| 3110|Cross-platform capability changed|Class name: WaterFlowInterface;<br>Method or attribute name: (options?: WaterFlowOptions): WaterFlowAttribute;<br>Old version information: |Class name: WaterFlowInterface;<br>Method or attribute name: (options?: WaterFlowOptions): WaterFlowAttribute;<br>New version information: crossplatform|water_flow.d.ts| 3111|Cross-platform capability changed|Class name: WaterFlowAttribute;<br>Method or attribute name: declare class WaterFlowAttribute<br>Old version information: |Class name: WaterFlowAttribute;<br>Method or attribute name: declare class WaterFlowAttribute<br>New version information: crossplatform|water_flow.d.ts| 3112|Cross-platform capability changed|Class name: WaterFlowAttribute;<br>Method or attribute name: columnsTemplate(value: string): WaterFlowAttribute;<br>Old version information: |Class name: WaterFlowAttribute;<br>Method or attribute name: columnsTemplate(value: string): WaterFlowAttribute;<br>New version information: crossplatform|water_flow.d.ts| 3113|Cross-platform capability changed|Class name: WaterFlowAttribute;<br>Method or attribute name: itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;<br>Old version information: |Class name: WaterFlowAttribute;<br>Method or attribute name: itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;<br>New version information: crossplatform|water_flow.d.ts| 3114|Cross-platform capability changed|Class name: WaterFlowAttribute;<br>Method or attribute name: rowsTemplate(value: string): WaterFlowAttribute;<br>Old version information: |Class name: WaterFlowAttribute;<br>Method or attribute name: rowsTemplate(value: string): WaterFlowAttribute;<br>New version information: crossplatform|water_flow.d.ts| 3115|Cross-platform capability changed|Class name: WaterFlowAttribute;<br>Method or attribute name: columnsGap(value: Length): WaterFlowAttribute;<br>Old version information: |Class name: WaterFlowAttribute;<br>Method or attribute name: columnsGap(value: Length): WaterFlowAttribute;<br>New version information: crossplatform|water_flow.d.ts| 3116|Cross-platform capability changed|Class name: WaterFlowAttribute;<br>Method or attribute name: rowsGap(value: Length): WaterFlowAttribute;<br>Old version information: |Class name: WaterFlowAttribute;<br>Method or attribute name: rowsGap(value: Length): WaterFlowAttribute;<br>New version information: crossplatform|water_flow.d.ts| 3117|Cross-platform capability changed|Class name: WaterFlowAttribute;<br>Method or attribute name: layoutDirection(value: FlexDirection): WaterFlowAttribute;<br>Old version information: |Class name: WaterFlowAttribute;<br>Method or attribute name: layoutDirection(value: FlexDirection): WaterFlowAttribute;<br>New version information: crossplatform|water_flow.d.ts| 3118|Cross-platform capability changed|Class name: WaterFlowAttribute;<br>Method or attribute name: onReachStart(event: () => void): WaterFlowAttribute;<br>Old version information: |Class name: WaterFlowAttribute;<br>Method or attribute name: onReachStart(event: () => void): WaterFlowAttribute;<br>New version information: crossplatform|water_flow.d.ts| 3119|Cross-platform capability changed|Class name: WaterFlowAttribute;<br>Method or attribute name: onReachEnd(event: () => void): WaterFlowAttribute;<br>Old version information: |Class name: WaterFlowAttribute;<br>Method or attribute name: onReachEnd(event: () => void): WaterFlowAttribute;<br>New version information: crossplatform|water_flow.d.ts| 3120