操作 | 旧版本 | 新版本 | d.ts文件 |
---|---|---|---|
新增 | NA | 类名:NamedRouterOptions; 方法or属性:params?: Object; |
@ohos.router.d.ts |
新增 | NA | 类名:dragController; 方法or属性:function executeDrag(custom: CustomBuilder | DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback<{ event: DragEvent, extraParams: string }>): void; |
@ohos.arkui.dragController.d.ts |
新增 | NA | 类名:dragController; 方法or属性:function executeDrag(custom: CustomBuilder | DragItemInfo, dragInfo: DragInfo): Promise<{ event: DragEvent, extraParams: string }>; |
@ohos.arkui.dragController.d.ts |
新增 | NA | 类名:DragInfo; 方法or属性:pointerId: number; |
@ohos.arkui.dragController.d.ts |
新增 | NA | 类名:DragInfo; 方法or属性:data?: UDMF.UnifiedData; |
@ohos.arkui.dragController.d.ts |
新增 | NA | 类名:DragInfo; 方法or属性:extraParams?: string; |
@ohos.arkui.dragController.d.ts |
新增 | NA | 类名:LayeredDrawableDescriptor; 方法or属性:static getMaskClipPath(): string; |
@ohos.arkui.drawableDescriptor.d.ts |
新增 | NA | 类名:inspector; 方法or属性:function createComponentObserver(id: string): ComponentObserver; |
@ohos.arkui.inspector.d.ts |
新增 | NA | 类名:ComponentObserver; 方法or属性:on(type: 'layout', callback: () => void): void; |
@ohos.arkui.inspector.d.ts |
新增 | NA | 类名:ComponentObserver; 方法or属性:on(type: 'draw', callback: () => void): void; |
@ohos.arkui.inspector.d.ts |
新增 | NA | 类名:ComponentObserver; 方法or属性:off(type: 'layout', callback?: () => void): void; |
@ohos.arkui.inspector.d.ts |
新增 | NA | 类名:ComponentObserver; 方法or属性:off(type: 'draw', callback?: () => void): void; |
@ohos.arkui.inspector.d.ts |
新增 | NA | 类名:performanceMonitor; 方法or属性:function begin(scene: string, startInputType: ActionType, note?: string): void; |
@ohos.arkui.performanceMonitor.d.ts |
新增 | NA | 类名:performanceMonitor; 方法or属性:function end(scene: string): void; |
@ohos.arkui.performanceMonitor.d.ts |
新增 | NA | 类名:ActionType; 方法or属性:LAST_DOWN = 0 |
@ohos.arkui.performanceMonitor.d.ts |
新增 | NA | 类名:ActionType; 方法or属性:LAST_UP = 1 |
@ohos.arkui.performanceMonitor.d.ts |
新增 | NA | 类名:ActionType; 方法or属性:FIRST_MOVE = 2 |
@ohos.arkui.performanceMonitor.d.ts |
新增 | NA | 类名:Font; 方法or属性:registerFont(options: font.FontOptions): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Font; 方法or属性:getSystemFontList(): Array<string>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Font; 方法or属性:getFontByName(fontName: string): font.FontInfo; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:MediaQuery; 方法or属性:matchMediaSync(condition: string): mediaQuery.MediaQueryListener; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIInspector; 方法or属性:createComponentObserver(id: string): inspector.ComponentObserver; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:pushUrl(options: router.RouterOptions, callback: AsyncCallback<void>): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:pushUrl(options: router.RouterOptions): Promise<void>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:pushUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:pushUrl(options: router.RouterOptions, mode: router.RouterMode): Promise<void>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:replaceUrl(options: router.RouterOptions, callback: AsyncCallback<void>): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:replaceUrl(options: router.RouterOptions): Promise<void>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:replaceUrl(options: router.RouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:replaceUrl(options: router.RouterOptions, mode: router.RouterMode): Promise<void>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:back(options: router.RouterOptions): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:clear(): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:getLength(): string; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:getState(): router.RouterState; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:showAlertBeforeBackPage(options: router.EnableAlertOptions): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:hideAlertBeforeBackPage(): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:getParams(): Object; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:pushNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback<void>): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:pushNamedRoute(options: router.NamedRouterOptions): Promise<void>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:pushNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise<void>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:replaceNamedRoute(options: router.NamedRouterOptions, callback: AsyncCallback<void>): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:replaceNamedRoute(options: router.NamedRouterOptions): Promise<void>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode, callback: AsyncCallback<void>): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:Router; 方法or属性:replaceNamedRoute(options: router.NamedRouterOptions, mode: router.RouterMode): Promise<void>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:PromptAction; 方法or属性:showToast(options: promptAction.ShowToastOptions): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:PromptAction; 方法or属性:showDialog(options: promptAction.ShowDialogOptions, callback: AsyncCallback<promptAction.ShowDialogSuccessResponse>): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:PromptAction; 方法or属性:showDialog(options: promptAction.ShowDialogOptions): Promise<promptAction.ShowDialogSuccessResponse>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:PromptAction; 方法or属性:showActionMenu(options: promptAction.ActionMenuOptions, callback: promptAction.ActionMenuSuccessResponse): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:PromptAction; 方法or属性:showActionMenu(options: promptAction.ActionMenuOptions): Promise<promptAction.ActionMenuSuccessResponse>; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:ComponentUtils; 方法or属性:getRectangleById(id: string): componentUtils.ComponentInfo; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:getFont(): Font; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:getMediaQuery(): MediaQuery; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:getUIInspector(): UIInspector; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:getRouter(): Router; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:getPromptAction(): PromptAction; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:getComponentUtils(): ComponentUtils; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:createAnimator(options: AnimatorOptions): AnimatorResult; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:animateTo(value: AnimateParam, event: () => void): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:showAlertDialog(options: AlertDialogParamWithConfirm | AlertDialogParamWithButtons): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:showActionSheet(value: ActionSheetOptions): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:showDatePickerDialog(options: DatePickerDialogOptions): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:showTimePickerDialog(options: TimePickerDialogOptions): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:showTextPickerDialog(options: TextPickerDialogOptions): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:UIContext; 方法or属性:runScopedTask(callback: () => void): void; |
@ohos.arkui.UIContext.d.ts |
新增 | NA | 类名:componentUtils; 方法or属性:type Matrix4Result = [ number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, ]; |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:componentUtils; 方法or属性:function getRectangleById(id: string): ComponentInfo; |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ComponentInfo; 方法or属性:size: Size |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ComponentInfo; 方法or属性:localOffset: Offset |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ComponentInfo; 方法or属性:windowOffset: Offset |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ComponentInfo; 方法or属性:screenOffset: Offset |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ComponentInfo; 方法or属性:translate: TranslateResult |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ComponentInfo; 方法or属性:scale: ScaleResult |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ComponentInfo; 方法or属性:rotate: RotateResult |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ComponentInfo; 方法or属性:transform: Matrix4Result |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:Size; 方法or属性:width: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:Size; 方法or属性:height: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:Offset; 方法or属性:x: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:TranslateResult; 方法or属性:x: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ScaleResult; 方法or属性:x: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:RotateResult; 方法or属性:x: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:Offset; 方法or属性:y: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:TranslateResult; 方法or属性:y: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ScaleResult; 方法or属性:y: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:RotateResult; 方法or属性:y: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:TranslateResult; 方法or属性:z: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ScaleResult; 方法or属性:z: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:RotateResult; 方法or属性:z: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ScaleResult; 方法or属性:centerX: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:RotateResult; 方法or属性:centerX: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:ScaleResult; 方法or属性:centerY: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:RotateResult; 方法or属性:centerY: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:RotateResult; 方法or属性:angle: number |
@ohos.componentUtils.d.ts |
新增 | NA | 类名:curves; 方法or属性:function customCurve(interpolate: (fraction: number) => number): ICurve; |
@ohos.curves.d.ts |
新增 | NA | 类名:font; 方法or属性:function getSystemFontList(): Array<string>; |
@ohos.font.d.ts |
新增 | NA | 类名:font; 方法or属性:function getFontByName(fontName: string): FontInfo; |
@ohos.font.d.ts |
新增 | NA | 类名:FontInfo; 方法or属性:path: string; |
@ohos.font.d.ts |
新增 | NA | 类名:FontInfo; 方法or属性:postScriptName: string; |
@ohos.font.d.ts |
新增 | NA | 类名:FontInfo; 方法or属性:fullName: string; |
@ohos.font.d.ts |
新增 | NA | 类名:FontInfo; 方法or属性:family: string; |
@ohos.font.d.ts |
新增 | NA | 类名:FontInfo; 方法or属性:subfamily: string; |
@ohos.font.d.ts |
新增 | NA | 类名:FontInfo; 方法or属性:weight: number; |
@ohos.font.d.ts |
新增 | NA | 类名:FontInfo; 方法or属性:width: number; |
@ohos.font.d.ts |
新增 | NA | 类名:FontInfo; 方法or属性:italic: boolean; |
@ohos.font.d.ts |
新增 | NA | 类名:FontInfo; 方法or属性:monoSpace: boolean; |
@ohos.font.d.ts |
新增 | NA | 类名:FontInfo; 方法or属性:symbolic: boolean; |
@ohos.font.d.ts |
新增 | NA | 类名:router; 方法or属性:function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void; |
@ohos.router.d.ts |
新增 | NA | 类名:router; 方法or属性:function pushNamedRoute(options: NamedRouterOptions): Promise<void>; |
@ohos.router.d.ts |
新增 | NA | 类名:router; 方法or属性:function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void; |
@ohos.router.d.ts |
新增 | NA | 类名:router; 方法or属性:function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>; |
@ohos.router.d.ts |
新增 | NA | 类名:router; 方法or属性:function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void; |
@ohos.router.d.ts |
新增 | NA | 类名:router; 方法or属性:function replaceNamedRoute(options: NamedRouterOptions): Promise<void>; |
@ohos.router.d.ts |
新增 | NA | 类名:router; 方法or属性:function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void; |
@ohos.router.d.ts |
新增 | NA | 类名:router; 方法or属性:function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>; |
@ohos.router.d.ts |
新增 | NA | 类名:NamedRouterOptions; 方法or属性:name: string; |
@ohos.router.d.ts |
废弃版本有变化 | 类名:matrix4; 方法or属性:function copy(): Matrix4Transit; 旧版本信息: |
类名:matrix4; 方法or属性:function copy(): Matrix4Transit; 新版本信息:10 代替接口: |
@ohos.matrix4.d.ts |
废弃版本有变化 | 类名:matrix4; 方法or属性:function invert(): Matrix4Transit; 旧版本信息: |
类名:matrix4; 方法or属性:function invert(): Matrix4Transit; 新版本信息:10 代替接口: |
@ohos.matrix4.d.ts |
废弃版本有变化 | 类名:matrix4; 方法or属性:function combine(options: Matrix4Transit): Matrix4Transit; 旧版本信息: |
类名:matrix4; 方法or属性:function combine(options: Matrix4Transit): Matrix4Transit; 新版本信息:10 代替接口: |
@ohos.matrix4.d.ts |
废弃版本有变化 | 类名:matrix4; 方法or属性:function translate(options: TranslateOption): Matrix4Transit; 旧版本信息: |
类名:matrix4; 方法or属性:function translate(options: TranslateOption): Matrix4Transit; 新版本信息:10 代替接口: |
@ohos.matrix4.d.ts |
废弃版本有变化 | 类名:matrix4; 方法or属性:function scale(options: ScaleOption): Matrix4Transit; 旧版本信息: |
类名:matrix4; 方法or属性:function scale(options: ScaleOption): Matrix4Transit; 新版本信息:10 代替接口: |
@ohos.matrix4.d.ts |
废弃版本有变化 | 类名:matrix4; 方法or属性:function rotate(options: RotateOption): Matrix4Transit; 旧版本信息: |
类名:matrix4; 方法or属性:function rotate(options: RotateOption): Matrix4Transit; 新版本信息:10 代替接口: |
@ohos.matrix4.d.ts |
废弃版本有变化 | 类名:matrix4; 方法or属性:function transformPoint(options: [number, number]): [number, number]; 旧版本信息: |
类名:matrix4; 方法or属性:function transformPoint(options: [number, number]): [number, number]; 新版本信息:10 代替接口: |
@ohos.matrix4.d.ts |
废弃版本有变化 | 类名:ClickEvent; 方法or属性:screenX: number; 旧版本信息: |
类名:ClickEvent; 方法or属性:screenX: number; 新版本信息:10 代替接口: ClickEvent#windowX |
common.d.ts |
废弃版本有变化 | 类名:MouseEvent; 方法or属性:screenX: number; 旧版本信息: |
类名:MouseEvent; 方法or属性:screenX: number; 新版本信息:10 代替接口: MouseEvent#windowX |
common.d.ts |
废弃版本有变化 | 类名:TouchObject; 方法or属性:screenX: number; 旧版本信息: |
类名:TouchObject; 方法or属性:screenX: number; 新版本信息:10 代替接口: TouchObject#windowX |
common.d.ts |
废弃版本有变化 | 类名:ClickEvent; 方法or属性:screenY: number; 旧版本信息: |
类名:ClickEvent; 方法or属性:screenY: number; 新版本信息:10 代替接口: ClickEvent#windowY |
common.d.ts |
废弃版本有变化 | 类名:MouseEvent; 方法or属性:screenY: number; 旧版本信息: |
类名:MouseEvent; 方法or属性:screenY: number; 新版本信息:10 代替接口: MouseEvent#windowY |
common.d.ts |
废弃版本有变化 | 类名:TouchObject; 方法or属性:screenY: number; 旧版本信息: |
类名:TouchObject; 方法or属性:screenY: number; 新版本信息:10 代替接口: TouchObject#windowY |
common.d.ts |
废弃版本有变化 | 类名:DragEvent; 方法or属性:getX(): number; 旧版本信息: |
类名:DragEvent; 方法or属性:getX(): number; 新版本信息:10 代替接口: DragEvent#getWindowX() |
common.d.ts |
废弃版本有变化 | 类名:DragEvent; 方法or属性:getY(): number; 旧版本信息: |
类名:DragEvent; 方法or属性:getY(): number; 新版本信息:10 代替接口: DragEvent#getWindowY() |
common.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static Link(propName: string): any; 旧版本信息: |
类名:AppStorage; 方法or属性:static Link(propName: string): any; 新版本信息:10 代替接口: AppStorage#link |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static SetAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>; 旧版本信息: |
类名:AppStorage; 方法or属性:static SetAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>; 新版本信息:10 代替接口: AppStorage#setAndLink |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static Prop(propName: string): any; 旧版本信息: |
类名:AppStorage; 方法or属性:static Prop(propName: string): any; 新版本信息:10 代替接口: AppStorage#prop |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static SetAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>; 旧版本信息: |
类名:AppStorage; 方法or属性:static SetAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>; 新版本信息:10 代替接口: AppStorage#setAndProp |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static Has(propName: string): boolean; 旧版本信息: |
类名:AppStorage; 方法or属性:static Has(propName: string): boolean; 新版本信息:10 代替接口: AppStorage#has |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static Get<T>(propName: string): T | undefined; 旧版本信息: |
类名:AppStorage; 方法or属性:static Get<T>(propName: string): T | undefined; 新版本信息:10 代替接口: AppStorage#get |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static Set<T>(propName: string, newValue: T): boolean; 旧版本信息: |
类名:AppStorage; 方法or属性:static Set<T>(propName: string, newValue: T): boolean; 新版本信息:10 代替接口: AppStorage#set |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static SetOrCreate<T>(propName: string, newValue: T): void; 旧版本信息: |
类名:AppStorage; 方法or属性:static SetOrCreate<T>(propName: string, newValue: T): void; 新版本信息:10 代替接口: AppStorage#setOrCreate |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static Delete(propName: string): boolean; 旧版本信息: |
类名:AppStorage; 方法or属性:static Delete(propName: string): boolean; 新版本信息:10 代替接口: AppStorage#delete |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static Keys(): IterableIterator<string>; 旧版本信息: |
类名:AppStorage; 方法or属性:static Keys(): IterableIterator<string>; 新版本信息:10 代替接口: AppStorage#keys |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static Clear(): boolean; 旧版本信息: |
类名:AppStorage; 方法or属性:static Clear(): boolean; 新版本信息:10 代替接口: AppStorage#clear |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static IsMutable(propName: string): boolean; 旧版本信息: |
类名:AppStorage; 方法or属性:static IsMutable(propName: string): boolean; 新版本信息:10 代替接口: |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:AppStorage; 方法or属性:static Size(): number; 旧版本信息: |
类名:AppStorage; 方法or属性:static Size(): number; 新版本信息:10 代替接口: AppStorage#size |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:Environment; 方法or属性:static EnvProp<S>(key: string, value: S): boolean; 旧版本信息: |
类名:Environment; 方法or属性:static EnvProp<S>(key: string, value: S): boolean; 新版本信息:10 代替接口: Environment#envProp |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:Environment; 方法or属性:static EnvProps( props: { key: string; defaultValue: any; }[], ): void; 旧版本信息: |
类名:Environment; 方法or属性:static EnvProps( props: { key: string; defaultValue: any; }[], ): void; 新版本信息:10 代替接口: Environment#envProps |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:Environment; 方法or属性:static Keys(): Array<string>; 旧版本信息: |
类名:Environment; 方法or属性:static Keys(): Array<string>; 新版本信息:10 代替接口: Environment#keys |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:PersistentStorage; 方法or属性:static Keys(): Array<string>; 旧版本信息: |
类名:PersistentStorage; 方法or属性:static Keys(): Array<string>; 新版本信息:10 代替接口: PersistentStorage#keys |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:PersistentStorage; 方法or属性:static PersistProp<T>(key: string, defaultValue: T): void; 旧版本信息: |
类名:PersistentStorage; 方法or属性:static PersistProp<T>(key: string, defaultValue: T): void; 新版本信息:10 代替接口: PersistentStorage#persistProp |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:PersistentStorage; 方法or属性:static DeleteProp(key: string): void; 旧版本信息: |
类名:PersistentStorage; 方法or属性:static DeleteProp(key: string): void; 新版本信息:10 代替接口: PersistentStorage#deleteProp |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:PersistentStorage; 方法or属性:static PersistProps( properties: { key: string; defaultValue: any; }[], ): void; 旧版本信息: |
类名:PersistentStorage; 方法or属性:static PersistProps( properties: { key: string; defaultValue: any; }[], ): void; 新版本信息:10 代替接口: PersistentStorage#PersistProps |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:LocalStorage; 方法or属性:static GetShared(): LocalStorage; 旧版本信息: |
类名:LocalStorage; 方法or属性:static GetShared(): LocalStorage; 新版本信息:10 代替接口: LocalStorage#getShared |
common_ts_ets_api.d.ts |
废弃版本有变化 | 类名:ListItemInterface; 方法or属性:(value?: string): ListItemAttribute; 旧版本信息: |
类名:ListItemInterface; 方法or属性:(value?: string): ListItemAttribute; 新版本信息:10 代替接口: listItem/ListItemInterface |
list_item.d.ts |
废弃版本有变化 | 类名:NavigationAttribute; 方法or属性:toolBar(value: object | CustomBuilder): NavigationAttribute; 旧版本信息: |
类名:NavigationAttribute; 方法or属性:toolBar(value: object | CustomBuilder): NavigationAttribute; 新版本信息:10 代替接口: navigation/NavigationAttribute#toolbarConfiguration |
navigation.d.ts |
废弃版本有变化 | 类名:WebAttribute; 方法or属性:password(password: boolean): WebAttribute; 旧版本信息: |
类名:WebAttribute; 方法or属性:password(password: boolean): WebAttribute; 新版本信息:10 代替接口: |
web.d.ts |
废弃版本有变化 | 类名:WebAttribute; 方法or属性:tableData(tableData: boolean): WebAttribute; 旧版本信息: |
类名:WebAttribute; 方法or属性:tableData(tableData: boolean): WebAttribute; 新版本信息:10 代替接口: |
web.d.ts |
废弃版本有变化 | 类名:WebAttribute; 方法or属性:wideViewModeAccess(wideViewModeAccess: boolean): WebAttribute; 旧版本信息: |
类名:WebAttribute; 方法or属性:wideViewModeAccess(wideViewModeAccess: boolean): WebAttribute; 新版本信息:10 代替接口: |
web.d.ts |
访问级别有变化 | 类名:uiAppearance; 方法or属性:declare uiAppearance 旧版本信息: |
类名:uiAppearance; 方法or属性:declare uiAppearance 新版本信息:systemapi |
@ohos.uiAppearance.d.ts |
访问级别有变化 | 类名:DarkMode; 方法or属性:enum DarkMode 旧版本信息: |
类名:DarkMode; 方法or属性:enum DarkMode 新版本信息:systemapi |
@ohos.uiAppearance.d.ts |
访问级别有变化 | 类名:DarkMode; 方法or属性:ALWAYS_DARK = 0 旧版本信息: |
类名:DarkMode; 方法or属性:ALWAYS_DARK = 0 新版本信息:systemapi |
@ohos.uiAppearance.d.ts |
访问级别有变化 | 类名:DarkMode; 方法or属性:ALWAYS_LIGHT = 1 旧版本信息: |
类名:DarkMode; 方法or属性:ALWAYS_LIGHT = 1 新版本信息:systemapi |
@ohos.uiAppearance.d.ts |
访问级别有变化 | 类名:CommonMethod; 方法or属性:sphericalEffect(value: number): T; 旧版本信息: |
类名:CommonMethod; 方法or属性:sphericalEffect(value: number): T; 新版本信息:systemapi |
common.d.ts |
访问级别有变化 | 类名:CommonMethod; 方法or属性:lightUpEffect(value: number): T; 旧版本信息: |
类名:CommonMethod; 方法or属性:lightUpEffect(value: number): T; 新版本信息:systemapi |
common.d.ts |
访问级别有变化 | 类名:CommonMethod; 方法or属性:pixelStretchEffect(options: PixelStretchEffectOptions): T; 旧版本信息: |
类名:CommonMethod; 方法or属性:pixelStretchEffect(options: PixelStretchEffectOptions): T; 新版本信息:systemapi |
common.d.ts |
访问级别有变化 | 类名:ChainEdgeEffect; 方法or属性:DEFAULT 旧版本信息: |
类名:ChainEdgeEffect; 方法or属性:DEFAULT 新版本信息:systemapi |
list.d.ts |
访问级别有变化 | 类名:ChainEdgeEffect; 方法or属性:STRETCH 旧版本信息: |
类名:ChainEdgeEffect; 方法or属性:STRETCH 新版本信息:systemapi |
list.d.ts |
访问级别有变化 | 类名:ChainAnimationOptions; 方法or属性:minSpace: Length; 旧版本信息: |
类名:ChainAnimationOptions; 方法or属性:minSpace: Length; 新版本信息:systemapi |
list.d.ts |
访问级别有变化 | 类名:ChainAnimationOptions; 方法or属性:maxSpace: Length; 旧版本信息: |
类名:ChainAnimationOptions; 方法or属性:maxSpace: Length; 新版本信息:systemapi |
list.d.ts |
访问级别有变化 | 类名:ChainAnimationOptions; 方法or属性:conductivity?: number; 旧版本信息: |
类名:ChainAnimationOptions; 方法or属性:conductivity?: number; 新版本信息:systemapi |
list.d.ts |
访问级别有变化 | 类名:ChainAnimationOptions; 方法or属性:intensity?: number; 旧版本信息: |
类名:ChainAnimationOptions; 方法or属性:intensity?: number; 新版本信息:systemapi |
list.d.ts |
访问级别有变化 | 类名:ChainAnimationOptions; 方法or属性:edgeEffect?: ChainEdgeEffect; 旧版本信息: |
类名:ChainAnimationOptions; 方法or属性:edgeEffect?: ChainEdgeEffect; 新版本信息:systemapi |
list.d.ts |
访问级别有变化 | 类名:RRect; 方法or属性:left: number; 旧版本信息: |
类名:RRect; 方法or属性:left: number; 新版本信息:systemapi |
remote_window.d.ts |
访问级别有变化 | 类名:RRect; 方法or属性:top: number; 旧版本信息: |
类名:RRect; 方法or属性:top: number; 新版本信息:systemapi |
remote_window.d.ts |
访问级别有变化 | 类名:RRect; 方法or属性:width: number; 旧版本信息: |
类名:RRect; 方法or属性:width: number; 新版本信息:systemapi |
remote_window.d.ts |
访问级别有变化 | 类名:RRect; 方法or属性:height: number; 旧版本信息: |
类名:RRect; 方法or属性:height: number; 新版本信息:systemapi |
remote_window.d.ts |
访问级别有变化 | 类名:RRect; 方法or属性:radius: number; 旧版本信息: |
类名:RRect; 方法or属性:radius: number; 新版本信息:systemapi |
remote_window.d.ts |
访问级别有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly bundleName: string; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly bundleName: string; 新版本信息:systemapi |
remote_window.d.ts |
访问级别有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly abilityName: string; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly abilityName: string; 新版本信息:systemapi |
remote_window.d.ts |
访问级别有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly windowBounds: RRect; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly windowBounds: RRect; 新版本信息:systemapi |
remote_window.d.ts |
访问级别有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly missionId: number; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly missionId: number; 新版本信息:systemapi |
remote_window.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:scaleX?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:scaleX?: number; 新版本信息:number |
canvaspattern.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:rotateY?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:rotateY?: number; 新版本信息:number |
canvaspattern.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:rotateX?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:rotateX?: number; 新版本信息:number |
canvaspattern.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:scaleY?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:scaleY?: number; 新版本信息:number |
canvaspattern.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:translateX?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:translateX?: number; 新版本信息:number |
canvaspattern.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:translateY?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:translateY?: number; 新版本信息:number |
canvaspattern.d.ts |
type有变化 | 类名:FontOptions; 方法or属性:familyName: string | Resource; 旧版本信息: |
类名:FontOptions; 方法or属性:familyName: string | Resource; 新版本信息:string | Resource |
@ohos.font.d.ts |
type有变化 | 类名:FontOptions; 方法or属性:familySrc: string | Resource; 旧版本信息: |
类名:FontOptions; 方法or属性:familySrc: string | Resource; 新版本信息:string | Resource |
@ohos.font.d.ts |
type有变化 | 类名:TranslateOption; 方法or属性:x?: number; 旧版本信息: |
类名:TranslateOption; 方法or属性:x?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:ScaleOption; 方法or属性:x?: number; 旧版本信息: |
类名:ScaleOption; 方法or属性:x?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:RotateOption; 方法or属性:x?: number; 旧版本信息: |
类名:RotateOption; 方法or属性:x?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:TranslateOption; 方法or属性:y?: number; 旧版本信息: |
类名:TranslateOption; 方法or属性:y?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:ScaleOption; 方法or属性:y?: number; 旧版本信息: |
类名:ScaleOption; 方法or属性:y?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:RotateOption; 方法or属性:y?: number; 旧版本信息: |
类名:RotateOption; 方法or属性:y?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:TranslateOption; 方法or属性:z?: number; 旧版本信息: |
类名:TranslateOption; 方法or属性:z?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:ScaleOption; 方法or属性:z?: number; 旧版本信息: |
类名:ScaleOption; 方法or属性:z?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:RotateOption; 方法or属性:z?: number; 旧版本信息: |
类名:RotateOption; 方法or属性:z?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:ScaleOption; 方法or属性:centerX?: number; 旧版本信息: |
类名:ScaleOption; 方法or属性:centerX?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:RotateOption; 方法or属性:centerX?: number; 旧版本信息: |
类名:RotateOption; 方法or属性:centerX?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:ScaleOption; 方法or属性:centerY?: number; 旧版本信息: |
类名:ScaleOption; 方法or属性:centerY?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:RotateOption; 方法or属性:centerY?: number; 旧版本信息: |
类名:RotateOption; 方法or属性:centerY?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:RotateOption; 方法or属性:angle?: number; 旧版本信息: |
类名:RotateOption; 方法or属性:angle?: number; 新版本信息:?number |
@ohos.matrix4.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:textContent: string | Resource; 旧版本信息:( string | Resource ) |
类名:MeasureOptions; 方法or属性:textContent: string | Resource; 新版本信息:string | Resource |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:constraintWidth?: number | string | Resource; 旧版本信息: |
类名:MeasureOptions; 方法or属性:constraintWidth?: number | string | Resource; 新版本信息:?(number | string | Resource) |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:fontSize?: number | string | Resource; 旧版本信息: |
类名:MeasureOptions; 方法or属性:fontSize?: number | string | Resource; 新版本信息:?(number | string | Resource) |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:fontStyle?: number | FontStyle; 旧版本信息: |
类名:MeasureOptions; 方法or属性:fontStyle?: number | FontStyle; 新版本信息:?(number | FontStyle) |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:fontWeight?: number | string | FontWeight; 旧版本信息: |
类名:MeasureOptions; 方法or属性:fontWeight?: number | string | FontWeight; 新版本信息:?(number | string | FontWeight) |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:fontFamily?: string | Resource; 旧版本信息: |
类名:MeasureOptions; 方法or属性:fontFamily?: string | Resource; 新版本信息:?(number | Resource) |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:letterSpacing?: number | string; 旧版本信息: |
类名:MeasureOptions; 方法or属性:letterSpacing?: number | string; 新版本信息:?(number | string) |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:textAlign?: number | TextAlign; 旧版本信息: |
类名:MeasureOptions; 方法or属性:textAlign?: number | TextAlign; 新版本信息:?(number | TextAlign) |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:overflow?: number | TextOverflow; 旧版本信息: |
类名:MeasureOptions; 方法or属性:overflow?: number | TextOverflow; 新版本信息:?(number | TextOverflow) |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:maxLines?: number; 旧版本信息: |
类名:MeasureOptions; 方法or属性:maxLines?: number; 新版本信息:?number |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:lineHeight?: number | string | Resource; 旧版本信息: |
类名:MeasureOptions; 方法or属性:lineHeight?: number | string | Resource; 新版本信息:?(number | string | Resource) |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:baselineOffset?: number | string; 旧版本信息: |
类名:MeasureOptions; 方法or属性:baselineOffset?: number | string; 新版本信息:?(number | string) |
@ohos.measure.d.ts |
type有变化 | 类名:MeasureOptions; 方法or属性:textCase?: number | TextCase; 旧版本信息: |
类名:MeasureOptions; 方法or属性:textCase?: number | TextCase; 新版本信息:?(number | TextCase) |
@ohos.measure.d.ts |
type有变化 | 类名:MediaQueryResult; 方法or属性:readonly matches: boolean; 旧版本信息: |
类名:MediaQueryResult; 方法or属性:readonly matches: boolean; 新版本信息:boolean |
@ohos.mediaquery.d.ts |
type有变化 | 类名:MediaQueryResult; 方法or属性:readonly media: string; 旧版本信息: |
类名:MediaQueryResult; 方法or属性:readonly media: string; 新版本信息:string |
@ohos.mediaquery.d.ts |
type有变化 | 类名:ShowToastOptions; 方法or属性:duration?: number; 旧版本信息: |
类名:ShowToastOptions; 方法or属性:duration?: number; 新版本信息:?number |
@ohos.prompt.d.ts |
type有变化 | 类名:ShowToastOptions; 方法or属性:bottom?: string | number; 旧版本信息: |
类名:ShowToastOptions; 方法or属性:bottom?: string | number; 新版本信息:?(string | number) |
@ohos.prompt.d.ts |
type有变化 | 类名:ShowDialogOptions; 方法or属性:title?: string; 旧版本信息:string |
类名:ShowDialogOptions; 方法or属性:title?: string; 新版本信息:?string |
@ohos.prompt.d.ts |
type有变化 | 类名:ActionMenuOptions; 方法or属性:title?: string; 旧版本信息:string |
类名:ActionMenuOptions; 方法or属性:title?: string; 新版本信息:?string |
@ohos.prompt.d.ts |
type有变化 | 类名:ShowDialogOptions; 方法or属性:message?: string; 旧版本信息:string |
类名:ShowDialogOptions; 方法or属性:message?: string; 新版本信息:?string |
@ohos.prompt.d.ts |
type有变化 | 类名:ShowDialogOptions; 方法or属性:buttons?: [Button, Button?, Button?]; 旧版本信息: |
类名:ShowDialogOptions; 方法or属性:buttons?: [Button, Button?, Button?]; 新版本信息:?([Button, Button?, Button?]) |
@ohos.prompt.d.ts |
type有变化 | 类名:ActionMenuSuccessResponse; 方法or属性:index: number; 旧版本信息: |
类名:ActionMenuSuccessResponse; 方法or属性:index: number; 新版本信息:number |
@ohos.prompt.d.ts |
type有变化 | 类名:ActionMenuOptions; 方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?]; 旧版本信息: |
类名:ActionMenuOptions; 方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?]; 新版本信息:[Button, Button?, Button?, Button?, Button?, Button?] |
@ohos.prompt.d.ts |
type有变化 | 类名:ShowToastOptions; 方法or属性:duration?: number; 旧版本信息:number |
类名:ShowToastOptions; 方法or属性:duration?: number; 新版本信息:?number |
@ohos.promptAction.d.ts |
type有变化 | 类名:ShowToastOptions; 方法or属性:bottom?: string | number; 旧版本信息:string | number |
类名:ShowToastOptions; 方法or属性:bottom?: string | number; 新版本信息:?string | number |
@ohos.promptAction.d.ts |
type有变化 | 类名:ShowDialogOptions; 方法or属性:title?: string | Resource; 旧版本信息:string | Resource |
类名:ShowDialogOptions; 方法or属性:title?: string | Resource; 新版本信息:?string | Resource |
@ohos.promptAction.d.ts |
type有变化 | 类名:ActionMenuOptions; 方法or属性:title?: string | Resource; 旧版本信息:string | Resource |
类名:ActionMenuOptions; 方法or属性:title?: string | Resource; 新版本信息:?string | Resource |
@ohos.promptAction.d.ts |
type有变化 | 类名:ShowDialogOptions; 方法or属性:message?: string | Resource; 旧版本信息:string | Resource |
类名:ShowDialogOptions; 方法or属性:message?: string | Resource; 新版本信息:?string | Resource |
@ohos.promptAction.d.ts |
type有变化 | 类名:RouterOptions; 方法or属性:params?: Object; 旧版本信息:Object |
类名:RouterOptions; 方法or属性:params?: Object; 新版本信息:?Object |
@ohos.router.d.ts |
type有变化 | 类名:AppResponse; 方法or属性:appID: string; 旧版本信息: |
类名:AppResponse; 方法or属性:appID: string; 新版本信息:string |
@system.app.d.ts |
type有变化 | 类名:AppResponse; 方法or属性:appName: string; 旧版本信息: |
类名:AppResponse; 方法or属性:appName: string; 新版本信息:string |
@system.app.d.ts |
type有变化 | 类名:AppResponse; 方法or属性:versionName: string; 旧版本信息: |
类名:AppResponse; 方法or属性:versionName: string; 新版本信息:string |
@system.app.d.ts |
type有变化 | 类名:AppResponse; 方法or属性:versionCode: number; 旧版本信息: |
类名:AppResponse; 方法or属性:versionCode: number; 新版本信息:string |
@system.app.d.ts |
type有变化 | 类名:ScreenOnVisibleOptions; 方法or属性:visible?: boolean; 旧版本信息: |
类名:ScreenOnVisibleOptions; 方法or属性:visible?: boolean; 新版本信息:?string |
@system.app.d.ts |
type有变化 | 类名:ScreenOnVisibleOptions; 方法or属性:success?: () => void; 旧版本信息: |
类名:ScreenOnVisibleOptions; 方法or属性:success?: () => void; 新版本信息:?(() => void) |
@system.app.d.ts |
type有变化 | 类名:ScreenOnVisibleOptions; 方法or属性:fail?: (data: string, code: number) => void; 旧版本信息: |
类名:ScreenOnVisibleOptions; 方法or属性:fail?: (data: string, code: number) => void; 新版本信息:?((data: string, code: number) => void) |
@system.app.d.ts |
type有变化 | 类名:ScreenOnVisibleOptions; 方法or属性:complete?: () => void; 旧版本信息: |
类名:ScreenOnVisibleOptions; 方法or属性:complete?: () => void; 新版本信息:?(() => void) |
@system.app.d.ts |
type有变化 | 类名:RequestFullWindowOptions; 方法or属性:duration: number; 旧版本信息: |
类名:RequestFullWindowOptions; 方法or属性:duration: number; 新版本信息:number |
@system.app.d.ts |
type有变化 | 类名:LocaleResponse; 方法or属性:language: string; 旧版本信息: |
类名:LocaleResponse; 方法or属性:language: string; 新版本信息:string |
@system.configuration.d.ts |
type有变化 | 类名:LocaleResponse; 方法or属性:countryOrRegion: string; 旧版本信息: |
类名:LocaleResponse; 方法or属性:countryOrRegion: string; 新版本信息:string |
@system.configuration.d.ts |
type有变化 | 类名:LocaleResponse; 方法or属性:dir: "ltr" | "rtl"; 旧版本信息: |
类名:LocaleResponse; 方法or属性:dir: "ltr" | "rtl"; 新版本信息:'ltr' | 'rtl' |
@system.configuration.d.ts |
type有变化 | 类名:MediaQueryEvent; 方法or属性:matches: boolean; 旧版本信息: |
类名:MediaQueryEvent; 方法or属性:matches: boolean; 新版本信息:boolean |
@system.mediaquery.d.ts |
type有变化 | 类名:MediaQueryList; 方法or属性:media?: string; 旧版本信息: |
类名:MediaQueryList; 方法or属性:media?: string; 新版本信息:?string |
@system.mediaquery.d.ts |
type有变化 | 类名:MediaQueryList; 方法or属性:matches?: boolean; 旧版本信息: |
类名:MediaQueryList; 方法or属性:matches?: boolean; 新版本信息:?boolean |
@system.mediaquery.d.ts |
type有变化 | 类名:MediaQueryList; 方法or属性:onchange?: (matches: boolean) => void; 旧版本信息: |
类名:MediaQueryList; 方法or属性:onchange?: (matches: boolean) => void; 新版本信息:?((matches: boolean) => void) |
@system.mediaquery.d.ts |
type有变化 | 类名:ShowToastOptions; 方法or属性:message: string; 旧版本信息: |
类名:ShowToastOptions; 方法or属性:message: string; 新版本信息:string |
@system.prompt.d.ts |
type有变化 | 类名:ShowToastOptions; 方法or属性:duration?: number; 旧版本信息: |
类名:ShowToastOptions; 方法or属性:duration?: number; 新版本信息:number |
@system.prompt.d.ts |
type有变化 | 类名:ShowToastOptions; 方法or属性:bottom?: string | number; 旧版本信息: |
类名:ShowToastOptions; 方法or属性:bottom?: string | number; 新版本信息:string | number |
@system.prompt.d.ts |
type有变化 | 类名:Button; 方法or属性:text: string; 旧版本信息: |
类名:Button; 方法or属性:text: string; 新版本信息:string |
@system.prompt.d.ts |
type有变化 | 类名:Button; 方法or属性:color: string; 旧版本信息: |
类名:Button; 方法or属性:color: string; 新版本信息:string |
@system.prompt.d.ts |
type有变化 | 类名:ShowDialogSuccessResponse; 方法or属性:index: number; 旧版本信息: |
类名:ShowDialogSuccessResponse; 方法or属性:index: number; 新版本信息:number |
@system.prompt.d.ts |
type有变化 | 类名:ShowDialogOptions; 方法or属性:title?: string; 旧版本信息: |
类名:ShowDialogOptions; 方法or属性:title?: string; 新版本信息:?string |
@system.prompt.d.ts |
type有变化 | 类名:ShowActionMenuOptions; 方法or属性:title?: string; 旧版本信息: |
类名:ShowActionMenuOptions; 方法or属性:title?: string; 新版本信息:?string |
@system.prompt.d.ts |
type有变化 | 类名:ShowDialogOptions; 方法or属性:message?: string; 旧版本信息: |
类名:ShowDialogOptions; 方法or属性:message?: string; 新版本信息:?string |
@system.prompt.d.ts |
type有变化 | 类名:ShowDialogOptions; 方法or属性:buttons?: [Button, Button?, Button?]; 旧版本信息: |
类名:ShowDialogOptions; 方法or属性:buttons?: [Button, Button?, Button?]; 新版本信息:[Button, Button?, Button?] |
@system.prompt.d.ts |
type有变化 | 类名:ShowActionMenuOptions; 方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?]; 旧版本信息: |
类名:ShowActionMenuOptions; 方法or属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?]; 新版本信息:[Button, Button?, Button?, Button?, Button?, Button?] |
@system.prompt.d.ts |
type有变化 | 类名:ShowActionMenuOptions; 方法or属性:success?: (tapIndex: number, errMsg: string) => void; 旧版本信息: |
类名:ShowActionMenuOptions; 方法or属性:success?: (tapIndex: number, errMsg: string) => void; 新版本信息:?((tapIndex: number, errMsg: string) => void) |
@system.prompt.d.ts |
type有变化 | 类名:ShowActionMenuOptions; 方法or属性:fail?: (errMsg: string) => void; 旧版本信息: |
类名:ShowActionMenuOptions; 方法or属性:fail?: (errMsg: string) => void; 新版本信息:?((errMsg: string) => void) |
@system.prompt.d.ts |
type有变化 | 类名:ShowActionMenuOptions; 方法or属性:complete?: () => void; 旧版本信息: |
类名:ShowActionMenuOptions; 方法or属性:complete?: () => void; 新版本信息:?(() => void) |
@system.prompt.d.ts |
type有变化 | 类名:RouterOptions; 方法or属性:uri: string; 旧版本信息: |
类名:RouterOptions; 方法or属性:uri: string; 新版本信息:string |
@system.router.d.ts |
type有变化 | 类名:RouterOptions; 方法or属性:params?: Object; 旧版本信息: |
类名:RouterOptions; 方法or属性:params?: Object; 新版本信息:?Object |
@system.router.d.ts |
type有变化 | 类名:BackRouterOptions; 方法or属性:params?: Object; 旧版本信息: |
类名:BackRouterOptions; 方法or属性:params?: Object; 新版本信息:?Object |
@system.router.d.ts |
type有变化 | 类名:BackRouterOptions; 方法or属性:uri?: string; 旧版本信息: |
类名:BackRouterOptions; 方法or属性:uri?: string; 新版本信息:?string |
@system.router.d.ts |
type有变化 | 类名:RouterState; 方法or属性:index: number; 旧版本信息: |
类名:RouterState; 方法or属性:index: number; 新版本信息:number |
@system.router.d.ts |
type有变化 | 类名:RouterState; 方法or属性:name: string; 旧版本信息: |
类名:RouterState; 方法or属性:name: string; 新版本信息:string |
@system.router.d.ts |
type有变化 | 类名:RouterState; 方法or属性:path: string; 旧版本信息: |
类名:RouterState; 方法or属性:path: string; 新版本信息:string |
@system.router.d.ts |
type有变化 | 类名:EnableAlertBeforeBackPageOptions; 方法or属性:message: string; 旧版本信息: |
类名:EnableAlertBeforeBackPageOptions; 方法or属性:message: string; 新版本信息:string |
@system.router.d.ts |
type有变化 | 类名:EnableAlertBeforeBackPageOptions; 方法or属性:success?: (errMsg: string) => void; 旧版本信息: |
类名:EnableAlertBeforeBackPageOptions; 方法or属性:success?: (errMsg: string) => void; 新版本信息:(errMsg: string) => void |
@system.router.d.ts |
type有变化 | 类名:DisableAlertBeforeBackPageOptions; 方法or属性:success?: (errMsg: string) => void; 旧版本信息: |
类名:DisableAlertBeforeBackPageOptions; 方法or属性:success?: (errMsg: string) => void; 新版本信息:(errMsg: string) => void |
@system.router.d.ts |
type有变化 | 类名:EnableAlertBeforeBackPageOptions; 方法or属性:cancel?: (errMsg: string) => void; 旧版本信息: |
类名:EnableAlertBeforeBackPageOptions; 方法or属性:cancel?: (errMsg: string) => void; 新版本信息:(errMsg: string) => void |
@system.router.d.ts |
type有变化 | 类名:DisableAlertBeforeBackPageOptions; 方法or属性:cancel?: (errMsg: string) => void; 旧版本信息: |
类名:DisableAlertBeforeBackPageOptions; 方法or属性:cancel?: (errMsg: string) => void; 新版本信息:(errMsg: string) => void |
@system.router.d.ts |
type有变化 | 类名:EnableAlertBeforeBackPageOptions; 方法or属性:complete?: () => void; 旧版本信息: |
类名:EnableAlertBeforeBackPageOptions; 方法or属性:complete?: () => void; 新版本信息:() => void |
@system.router.d.ts |
type有变化 | 类名:DisableAlertBeforeBackPageOptions; 方法or属性:complete?: () => void; 旧版本信息: |
类名:DisableAlertBeforeBackPageOptions; 方法or属性:complete?: () => void; 新版本信息:() => void |
@system.router.d.ts |
type有变化 | 类名:sourcefile; 方法or属性:declare type CustomBuilder = (() => any) | void; 旧版本信息: |
类名:sourcefile; 方法or属性:declare type CustomBuilder = (() => any) | void; 新版本信息:(() => any) | void |
common.d.ts |
type有变化 | 类名:SheetInfo; 方法or属性:title: string | Resource; 旧版本信息: |
类名:SheetInfo; 方法or属性:title: string | Resource; 新版本信息:string | Resource |
action_sheet.d.ts |
type有变化 | 类名:SheetInfo; 方法or属性:icon?: string | Resource; 旧版本信息: |
类名:SheetInfo; 方法or属性:icon?: string | Resource; 新版本信息:?(string | Resource) |
action_sheet.d.ts |
type有变化 | 类名:SheetInfo; 方法or属性:action: () => void; 旧版本信息: |
类名:SheetInfo; 方法or属性:action: () => void; 新版本信息:() => void |
action_sheet.d.ts |
type有变化 | 类名:AlertDialogParam; 方法or属性:title?: ResourceStr; 旧版本信息: |
类名:AlertDialogParam; 方法or属性:title?: ResourceStr; 新版本信息:?ResourceStr |
alert_dialog.d.ts |
type有变化 | 类名:AlertDialogParam; 方法or属性:message: ResourceStr; 旧版本信息: |
类名:AlertDialogParam; 方法or属性:message: ResourceStr; 新版本信息:ResourceStr |
alert_dialog.d.ts |
type有变化 | 类名:AlertDialogParam; 方法or属性:autoCancel?: boolean; 旧版本信息: |
类名:AlertDialogParam; 方法or属性:autoCancel?: boolean; 新版本信息:?boolean |
alert_dialog.d.ts |
type有变化 | 类名:AlertDialogParam; 方法or属性:cancel?: () => void; 旧版本信息: |
类名:AlertDialogParam; 方法or属性:cancel?: () => void; 新版本信息:?(() => void) |
alert_dialog.d.ts |
type有变化 | 类名:AlertDialogParam; 方法or属性:alignment?: DialogAlignment; 旧版本信息: |
类名:AlertDialogParam; 方法or属性:alignment?: DialogAlignment; 新版本信息:?DialogAlignment |
alert_dialog.d.ts |
type有变化 | 类名:AlertDialogParam; 方法or属性:offset?: Offset; 旧版本信息: |
类名:AlertDialogParam; 方法or属性:offset?: Offset; 新版本信息:?Offset |
alert_dialog.d.ts |
type有变化 | 类名:AlertDialogParam; 方法or属性:gridCount?: number; 旧版本信息: |
类名:AlertDialogParam; 方法or属性:gridCount?: number; 新版本信息:?number |
alert_dialog.d.ts |
type有变化 | 类名:AlertDialogParamWithConfirm; 方法or属性:confirm?: { / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ value: ResourceStr; / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ fontColor?: ResourceColor; / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ action: () => void; }; 旧版本信息: |
类名:AlertDialogParamWithConfirm; 方法or属性:confirm?: { / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ value: ResourceStr; / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ fontColor?: ResourceColor; / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ action: () => void; }; 新版本信息:?{value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;} |
alert_dialog.d.ts |
type有变化 | 类名:AlertDialogParamWithButtons; 方法or属性:primaryButton: { / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ value: ResourceStr; / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ fontColor?: ResourceColor; / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ action: () => void; }; 旧版本信息: |
类名:AlertDialogParamWithButtons; 方法or属性:primaryButton: { / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ value: ResourceStr; / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ fontColor?: ResourceColor; / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ action: () => void; }; 新版本信息:{value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;} |
alert_dialog.d.ts |
type有变化 | 类名:AlertDialogParamWithButtons; 方法or属性:secondaryButton: { / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ value: ResourceStr; / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ fontColor?: ResourceColor; / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ action: () => void; }; 旧版本信息: |
类名:AlertDialogParamWithButtons; 方法or属性:secondaryButton: { / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ value: ResourceStr; / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ fontColor?: ResourceColor; / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { () => void } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ action: () => void; }; 新版本信息:{value: ResourceStr; fontColor?: ResourceColor; backgroundColor?: ResourceColor;action: () => void;} |
alert_dialog.d.ts |
type有变化 | 类名:BadgeStyle; 方法or属性:color?: ResourceColor; 旧版本信息: |
类名:BadgeStyle; 方法or属性:color?: ResourceColor; 新版本信息:?ResourceColor |
badge.d.ts |
type有变化 | 类名:BadgeStyle; 方法or属性:fontSize?: number | string; 旧版本信息: |
类名:BadgeStyle; 方法or属性:fontSize?: number | string; 新版本信息:?(number | string) |
badge.d.ts |
type有变化 | 类名:BadgeStyle; 方法or属性:badgeSize?: number | string; 旧版本信息: |
类名:BadgeStyle; 方法or属性:badgeSize?: number | string; 新版本信息:?(number | string) |
badge.d.ts |
type有变化 | 类名:BadgeStyle; 方法or属性:badgeColor?: ResourceColor; 旧版本信息: |
类名:BadgeStyle; 方法or属性:badgeColor?: ResourceColor; 新版本信息:?ResourceColor |
badge.d.ts |
type有变化 | 类名:BadgeStyle; 方法or属性:borderColor?: ResourceColor; 旧版本信息:ResourceColor |
类名:BadgeStyle; 方法or属性:borderColor?: ResourceColor; 新版本信息:?ResourceColor |
badge.d.ts |
type有变化 | 类名:BadgeStyle; 方法or属性:borderWidth?: Length; 旧版本信息:Length |
类名:BadgeStyle; 方法or属性:borderWidth?: Length; 新版本信息:?Length |
badge.d.ts |
type有变化 | 类名:BadgeStyle; 方法or属性:fontWeight?: number | FontWeight | string; 旧版本信息:number | FontWeight | string |
类名:BadgeStyle; 方法or属性:fontWeight?: number | FontWeight | string; 新版本信息:?(number | FontWeight | string) |
badge.d.ts |
type有变化 | 类名:BadgeParam; 方法or属性:position?: BadgePosition | Position; 旧版本信息: |
类名:BadgeParam; 方法or属性:position?: BadgePosition | Position; 新版本信息:BadgePosition | Position |
badge.d.ts |
type有变化 | 类名:BadgeParam; 方法or属性:style: BadgeStyle; 旧版本信息: |
类名:BadgeParam; 方法or属性:style: BadgeStyle; 新版本信息:BadgeStyle |
badge.d.ts |
type有变化 | 类名:BadgeParamWithNumber; 方法or属性:count: number; 旧版本信息: |
类名:BadgeParamWithNumber; 方法or属性:count: number; 新版本信息:number |
badge.d.ts |
type有变化 | 类名:BadgeParamWithNumber; 方法or属性:maxCount?: number; 旧版本信息: |
类名:BadgeParamWithNumber; 方法or属性:maxCount?: number; 新版本信息:?number |
badge.d.ts |
type有变化 | 类名:BadgeParamWithString; 方法or属性:value: string; 旧版本信息: |
类名:BadgeParamWithString; 方法or属性:value: string; 新版本信息:string |
badge.d.ts |
type有变化 | 类名:ButtonOptions; 方法or属性:type?: ButtonType; 旧版本信息: |
类名:ButtonOptions; 方法or属性:type?: ButtonType; 新版本信息:?ButtonType |
button.d.ts |
type有变化 | 类名:ButtonOptions; 方法or属性:stateEffect?: boolean; 旧版本信息: |
类名:ButtonOptions; 方法or属性:stateEffect?: boolean; 新版本信息:?boolean |
button.d.ts |
type有变化 | 类名:LabelStyle; 方法or属性:overflow?: TextOverflow; 旧版本信息:TextOverflow |
类名:LabelStyle; 方法or属性:overflow?: TextOverflow; 新版本信息:?TextOverflow |
button.d.ts |
type有变化 | 类名:LabelStyle; 方法or属性:maxLines?: number; 旧版本信息:number |
类名:LabelStyle; 方法or属性:maxLines?: number; 新版本信息:?number |
button.d.ts |
type有变化 | 类名:LabelStyle; 方法or属性:minFontSize?: number | ResourceStr; 旧版本信息:number | ResourceStr |
类名:LabelStyle; 方法or属性:minFontSize?: number | ResourceStr; 新版本信息:?(number | ResourceStr) |
button.d.ts |
type有变化 | 类名:LabelStyle; 方法or属性:maxFontSize?: number | ResourceStr; 旧版本信息:number | ResourceStr |
类名:LabelStyle; 方法or属性:maxFontSize?: number | ResourceStr; 新版本信息:?(number | ResourceStr) |
button.d.ts |
type有变化 | 类名:LabelStyle; 方法or属性:heightAdaptivePolicy?: TextHeightAdaptivePolicy; 旧版本信息:TextHeightAdaptivePolicy |
类名:LabelStyle; 方法or属性:heightAdaptivePolicy?: TextHeightAdaptivePolicy; 新版本信息:?TextHeightAdaptivePolicy |
button.d.ts |
type有变化 | 类名:LabelStyle; 方法or属性:font?: Font; 旧版本信息:Font |
类名:LabelStyle; 方法or属性:font?: Font; 新版本信息:?Font |
button.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:index: number; 旧版本信息: |
类名:CalendarDay; 方法or属性:index: number; 新版本信息:number |
calendar.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:lunarMonth: string; 旧版本信息: |
类名:CalendarDay; 方法or属性:lunarMonth: string; 新版本信息:string |
calendar.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:lunarDay: string; 旧版本信息: |
类名:CalendarDay; 方法or属性:lunarDay: string; 新版本信息:string |
calendar.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:dayMark: string; 旧版本信息: |
类名:CalendarDay; 方法or属性:dayMark: string; 新版本信息:string |
calendar.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:dayMarkValue: string; 旧版本信息: |
类名:CalendarDay; 方法or属性:dayMarkValue: string; 新版本信息:string |
calendar.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:year: number; 旧版本信息: |
类名:CalendarDay; 方法or属性:year: number; 新版本信息:number |
calendar.d.ts |
type有变化 | 类名:MonthData; 方法or属性:year: number; 旧版本信息: |
类名:MonthData; 方法or属性:year: number; 新版本信息:number |
calendar.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:month: number; 旧版本信息: |
类名:CalendarDay; 方法or属性:month: number; 新版本信息:number |
calendar.d.ts |
type有变化 | 类名:MonthData; 方法or属性:month: number; 旧版本信息: |
类名:MonthData; 方法or属性:month: number; 新版本信息:number |
calendar.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:day: number; 旧版本信息: |
类名:CalendarDay; 方法or属性:day: number; 新版本信息:number |
calendar.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:isFirstOfLunar: boolean; 旧版本信息: |
类名:CalendarDay; 方法or属性:isFirstOfLunar: boolean; 新版本信息:boolean |
calendar.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:hasSchedule: boolean; 旧版本信息: |
类名:CalendarDay; 方法or属性:hasSchedule: boolean; 新版本信息:boolean |
calendar.d.ts |
type有变化 | 类名:CalendarDay; 方法or属性:markLunarDay: boolean; 旧版本信息: |
类名:CalendarDay; 方法or属性:markLunarDay: boolean; 新版本信息:boolean |
calendar.d.ts |
type有变化 | 类名:MonthData; 方法or属性:data: CalendarDay[]; 旧版本信息: |
类名:MonthData; 方法or属性:data: CalendarDay[]; 新版本信息:CalendarDay[] |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:dayColor?: ResourceColor; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:dayColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:lunarColor?: ResourceColor; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:lunarColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:markLunarColor?: ResourceColor; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:markLunarColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:dayFontSize?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:dayFontSize?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:lunarDayFontSize?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:lunarDayFontSize?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:dayHeight?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:dayHeight?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:dayWidth?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:dayWidth?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:gregorianCalendarHeight?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:gregorianCalendarHeight?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:dayYAxisOffset?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:dayYAxisOffset?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:lunarDayYAxisOffset?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:lunarDayYAxisOffset?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:underscoreXAxisOffset?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:underscoreXAxisOffset?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:underscoreYAxisOffset?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:underscoreYAxisOffset?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:scheduleMarkerXAxisOffset?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:scheduleMarkerXAxisOffset?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:scheduleMarkerYAxisOffset?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:scheduleMarkerYAxisOffset?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:colSpace?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:colSpace?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:dailyFiveRowSpace?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:dailyFiveRowSpace?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:dailySixRowSpace?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:dailySixRowSpace?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:lunarHeight?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:lunarHeight?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:underscoreWidth?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:underscoreWidth?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:underscoreLength?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:underscoreLength?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:scheduleMarkerRadius?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:scheduleMarkerRadius?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:boundaryRowOffset?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:boundaryRowOffset?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:CurrentDayStyle; 方法or属性:boundaryColOffset?: number; 旧版本信息: |
类名:CurrentDayStyle; 方法or属性:boundaryColOffset?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:NonCurrentDayStyle; 方法or属性:nonCurrentMonthDayColor?: ResourceColor; 旧版本信息: |
类名:NonCurrentDayStyle; 方法or属性:nonCurrentMonthDayColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:NonCurrentDayStyle; 方法or属性:nonCurrentMonthLunarColor?: ResourceColor; 旧版本信息: |
类名:NonCurrentDayStyle; 方法or属性:nonCurrentMonthLunarColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:NonCurrentDayStyle; 方法or属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor; 旧版本信息: |
类名:NonCurrentDayStyle; 方法or属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:NonCurrentDayStyle; 方法or属性:nonCurrentMonthOffDayMarkColor?: ResourceColor; 旧版本信息: |
类名:NonCurrentDayStyle; 方法or属性:nonCurrentMonthOffDayMarkColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:TodayStyle; 方法or属性:focusedDayColor?: ResourceColor; 旧版本信息: |
类名:TodayStyle; 方法or属性:focusedDayColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:TodayStyle; 方法or属性:focusedLunarColor?: ResourceColor; 旧版本信息: |
类名:TodayStyle; 方法or属性:focusedLunarColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:TodayStyle; 方法or属性:focusedAreaBackgroundColor?: ResourceColor; 旧版本信息: |
类名:TodayStyle; 方法or属性:focusedAreaBackgroundColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:TodayStyle; 方法or属性:focusedAreaRadius?: number; 旧版本信息: |
类名:TodayStyle; 方法or属性:focusedAreaRadius?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:WeekStyle; 方法or属性:weekColor?: ResourceColor; 旧版本信息: |
类名:WeekStyle; 方法or属性:weekColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:WeekStyle; 方法or属性:weekendDayColor?: ResourceColor; 旧版本信息: |
类名:WeekStyle; 方法or属性:weekendDayColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:WeekStyle; 方法or属性:weekendLunarColor?: ResourceColor; 旧版本信息: |
类名:WeekStyle; 方法or属性:weekendLunarColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:WeekStyle; 方法or属性:weekFontSize?: number; 旧版本信息: |
类名:WeekStyle; 方法or属性:weekFontSize?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:WeekStyle; 方法or属性:weekHeight?: number; 旧版本信息: |
类名:WeekStyle; 方法or属性:weekHeight?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:WeekStyle; 方法or属性:weekWidth?: number; 旧版本信息: |
类名:WeekStyle; 方法or属性:weekWidth?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:WeekStyle; 方法or属性:weekAndDayRowSpace?: number; 旧版本信息: |
类名:WeekStyle; 方法or属性:weekAndDayRowSpace?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:WorkStateStyle; 方法or属性:workDayMarkColor?: ResourceColor; 旧版本信息: |
类名:WorkStateStyle; 方法or属性:workDayMarkColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:WorkStateStyle; 方法or属性:offDayMarkColor?: ResourceColor; 旧版本信息: |
类名:WorkStateStyle; 方法or属性:offDayMarkColor?: ResourceColor; 新版本信息:?ResourceColor |
calendar.d.ts |
type有变化 | 类名:WorkStateStyle; 方法or属性:workDayMarkSize?: number; 旧版本信息: |
类名:WorkStateStyle; 方法or属性:workDayMarkSize?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:WorkStateStyle; 方法or属性:offDayMarkSize?: number; 旧版本信息: |
类名:WorkStateStyle; 方法or属性:offDayMarkSize?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:WorkStateStyle; 方法or属性:workStateWidth?: number; 旧版本信息: |
类名:WorkStateStyle; 方法or属性:workStateWidth?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:WorkStateStyle; 方法or属性:workStateHorizontalMovingDistance?: number; 旧版本信息: |
类名:WorkStateStyle; 方法or属性:workStateHorizontalMovingDistance?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:WorkStateStyle; 方法or属性:workStateVerticalMovingDistance?: number; 旧版本信息: |
类名:WorkStateStyle; 方法or属性:workStateVerticalMovingDistance?: number; 新版本信息:?number |
calendar.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly actualBoundingBoxAscent: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly actualBoundingBoxAscent: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly actualBoundingBoxDescent: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly actualBoundingBoxDescent: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly actualBoundingBoxLeft: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly actualBoundingBoxLeft: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly actualBoundingBoxRight: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly actualBoundingBoxRight: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly alphabeticBaseline: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly alphabeticBaseline: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly emHeightAscent: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly emHeightAscent: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly emHeightDescent: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly emHeightDescent: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly fontBoundingBoxAscent: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly fontBoundingBoxAscent: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly fontBoundingBoxDescent: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly fontBoundingBoxDescent: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly hangingBaseline: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly hangingBaseline: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly ideographicBaseline: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly ideographicBaseline: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly width: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly width: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:ImageBitmap; 方法or属性:readonly width: number; 旧版本信息: |
类名:ImageBitmap; 方法or属性:readonly width: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:ImageData; 方法or属性:readonly width: number; 旧版本信息: |
类名:ImageData; 方法or属性:readonly width: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:CanvasRenderingContext2D; 方法or属性:readonly width: number; 旧版本信息: |
类名:CanvasRenderingContext2D; 方法or属性:readonly width: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:TextMetrics; 方法or属性:readonly height: number; 旧版本信息: |
类名:TextMetrics; 方法or属性:readonly height: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:ImageBitmap; 方法or属性:readonly height: number; 旧版本信息: |
类名:ImageBitmap; 方法or属性:readonly height: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:ImageData; 方法or属性:readonly height: number; 旧版本信息: |
类名:ImageData; 方法or属性:readonly height: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:CanvasRenderingContext2D; 方法or属性:readonly height: number; 旧版本信息: |
类名:CanvasRenderingContext2D; 方法or属性:readonly height: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:ImageData; 方法or属性:readonly data: Uint8ClampedArray; 旧版本信息: |
类名:ImageData; 方法or属性:readonly data: Uint8ClampedArray; 新版本信息:Uint8ClampedArray |
canvas.d.ts |
type有变化 | 类名:RenderingContextSettings; 方法or属性:antialias?: boolean; 旧版本信息: |
类名:RenderingContextSettings; 方法or属性:antialias?: boolean; 新版本信息:?boolean |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:globalAlpha: number; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:globalAlpha: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:globalCompositeOperation: string; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:globalCompositeOperation: string; 新版本信息:string |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:filter: string; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:filter: string; 新版本信息:string |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:imageSmoothingEnabled: boolean; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:imageSmoothingEnabled: boolean; 新版本信息:boolean |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:imageSmoothingQuality: ImageSmoothingQuality; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:imageSmoothingQuality: ImageSmoothingQuality; 新版本信息:ImageSmoothingQuality |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:lineCap: CanvasLineCap; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:lineCap: CanvasLineCap; 新版本信息:CanvasLineCap |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:lineDashOffset: number; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:lineDashOffset: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:lineJoin: CanvasLineJoin; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:lineJoin: CanvasLineJoin; 新版本信息:CanvasLineJoin |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:lineWidth: number; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:lineWidth: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:miterLimit: number; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:miterLimit: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:shadowBlur: number; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:shadowBlur: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:shadowColor: string; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:shadowColor: string; 新版本信息:string |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:shadowOffsetX: number; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:shadowOffsetX: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:shadowOffsetY: number; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:shadowOffsetY: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:font: string; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:font: string; 新版本信息:string |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:textAlign: CanvasTextAlign; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:textAlign: CanvasTextAlign; 新版本信息:CanvasTextAlign |
canvas.d.ts |
type有变化 | 类名:CanvasRenderer; 方法or属性:textBaseline: CanvasTextBaseline; 旧版本信息: |
类名:CanvasRenderer; 方法or属性:textBaseline: CanvasTextBaseline; 新版本信息:CanvasTextBaseline |
canvas.d.ts |
type有变化 | 类名:OffscreenCanvas; 方法or属性:height: number; 旧版本信息: |
类名:OffscreenCanvas; 方法or属性:height: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:OffscreenCanvas; 方法or属性:width: number; 旧版本信息: |
类名:OffscreenCanvas; 方法or属性:width: number; 新版本信息:number |
canvas.d.ts |
type有变化 | 类名:CheckboxOptions; 方法or属性:name?: string; 旧版本信息: |
类名:CheckboxOptions; 方法or属性:name?: string; 新版本信息:?string |
checkbox.d.ts |
type有变化 | 类名:CheckboxOptions; 方法or属性:group?: string; 旧版本信息: |
类名:CheckboxOptions; 方法or属性:group?: string; 新版本信息:?string |
checkbox.d.ts |
type有变化 | 类名:CheckboxGroupOptions; 方法or属性:group?: string; 旧版本信息: |
类名:CheckboxGroupOptions; 方法or属性:group?: string; 新版本信息:?string |
checkboxgroup.d.ts |
type有变化 | 类名:CheckboxGroupResult; 方法or属性:name: Array<string>; 旧版本信息: |
类名:CheckboxGroupResult; 方法or属性:name: Array<string>; 新版本信息:Array<string> |
checkboxgroup.d.ts |
type有变化 | 类名:CheckboxGroupResult; 方法or属性:status: SelectStatus; 旧版本信息: |
类名:CheckboxGroupResult; 方法or属性:status: SelectStatus; 新版本信息:SelectStatus |
checkboxgroup.d.ts |
type有变化 | 类名:CircleOptions; 方法or属性:width?: string | number; 旧版本信息: |
类名:CircleOptions; 方法or属性:width?: string | number; 新版本信息:?(string | number) |
circle.d.ts |
type有变化 | 类名:CircleOptions; 方法or属性:height?: string | number; 旧版本信息: |
类名:CircleOptions; 方法or属性:height?: string | number; 新版本信息:?(string | number) |
circle.d.ts |
type有变化 | 类名:Configuration; 方法or属性:readonly colorMode: string; 旧版本信息: |
类名:Configuration; 方法or属性:readonly colorMode: string; 新版本信息:string |
common.d.ts |
type有变化 | 类名:Configuration; 方法or属性:readonly fontScale: number; 旧版本信息: |
类名:Configuration; 方法or属性:readonly fontScale: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:Rectangle; 方法or属性:x?: Length; 旧版本信息: |
类名:Rectangle; 方法or属性:x?: Length; 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:Rectangle; 方法or属性:y?: Length; 旧版本信息: |
类名:Rectangle; 方法or属性:y?: Length; 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:Rectangle; 方法or属性:width?: Length; 旧版本信息: |
类名:Rectangle; 方法or属性:width?: Length; 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:Rectangle; 方法or属性:height?: Length; 旧版本信息: |
类名:Rectangle; 方法or属性:height?: Length; 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:AnimateParam; 方法or属性:duration?: number; 旧版本信息: |
类名:AnimateParam; 方法or属性:duration?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:sharedTransitionOptions; 方法or属性:duration?: number; 旧版本信息: |
类名:sharedTransitionOptions; 方法or属性:duration?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:AnimateParam; 方法or属性:tempo?: number; 旧版本信息: |
类名:AnimateParam; 方法or属性:tempo?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:AnimateParam; 方法or属性:curve?: Curve | string | ICurve; 旧版本信息:string | Curve | ICurve |
类名:AnimateParam; 方法or属性:curve?: Curve | string | ICurve; 新版本信息:?(Curve | string | ICurve) |
common.d.ts |
type有变化 | 类名:sharedTransitionOptions; 方法or属性:curve?: Curve | string | ICurve; 旧版本信息: |
类名:sharedTransitionOptions; 方法or属性:curve?: Curve | string | ICurve; 新版本信息:?(Curve | string | ICurve) |
common.d.ts |
type有变化 | 类名:AnimateParam; 方法or属性:delay?: number; 旧版本信息: |
类名:AnimateParam; 方法or属性:delay?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:sharedTransitionOptions; 方法or属性:delay?: number; 旧版本信息: |
类名:sharedTransitionOptions; 方法or属性:delay?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:AnimateParam; 方法or属性:iterations?: number; 旧版本信息: |
类名:AnimateParam; 方法or属性:iterations?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:AnimateParam; 方法or属性:playMode?: PlayMode; 旧版本信息: |
类名:AnimateParam; 方法or属性:playMode?: PlayMode; 新版本信息:?PlayMode |
common.d.ts |
type有变化 | 类名:AnimateParam; 方法or属性:onFinish?: () => void; 旧版本信息: |
类名:AnimateParam; 方法or属性:onFinish?: () => void; 新版本信息:?(() => void) |
common.d.ts |
type有变化 | 类名:MotionPathOptions; 方法or属性:path: string; 旧版本信息: |
类名:MotionPathOptions; 方法or属性:path: string; 新版本信息:string |
common.d.ts |
type有变化 | 类名:MotionPathOptions; 方法or属性:from?: number; 旧版本信息: |
类名:MotionPathOptions; 方法or属性:from?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:MotionPathOptions; 方法or属性:to?: number; 旧版本信息: |
类名:MotionPathOptions; 方法or属性:to?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:MotionPathOptions; 方法or属性:rotatable?: boolean; 旧版本信息: |
类名:MotionPathOptions; 方法or属性:rotatable?: boolean; 新版本信息:?boolean |
common.d.ts |
type有变化 | 类名:sharedTransitionOptions; 方法or属性:motionPath?: MotionPathOptions; 旧版本信息: |
类名:sharedTransitionOptions; 方法or属性:motionPath?: MotionPathOptions; 新版本信息:?MotionPathOptions |
common.d.ts |
type有变化 | 类名:sharedTransitionOptions; 方法or属性:zIndex?: number; 旧版本信息: |
类名:sharedTransitionOptions; 方法or属性:zIndex?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:sharedTransitionOptions; 方法or属性:type?: SharedTransitionEffectType; 旧版本信息: |
类名:sharedTransitionOptions; 方法or属性:type?: SharedTransitionEffectType; 新版本信息:?SharedTransitionEffectType |
common.d.ts |
type有变化 | 类名:TranslateOptions; 方法or属性:y?: number | string; 旧版本信息: |
类名:TranslateOptions; 方法or属性:y?: number | string; 新版本信息:?(number | string) |
common.d.ts |
type有变化 | 类名:TranslateOptions; 方法or属性:z?: number | string; 旧版本信息: |
类名:TranslateOptions; 方法or属性:z?: number | string; 新版本信息:?(number | string) |
common.d.ts |
type有变化 | 类名:ScaleOptions; 方法or属性:x?: number; 旧版本信息: |
类名:ScaleOptions; 方法or属性:x?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:RotateOptions; 方法or属性:x?: number; 旧版本信息: |
类名:RotateOptions; 方法or属性:x?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:ScaleOptions; 方法or属性:y?: number; 旧版本信息: |
类名:ScaleOptions; 方法or属性:y?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:RotateOptions; 方法or属性:y?: number; 旧版本信息: |
类名:RotateOptions; 方法or属性:y?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:ScaleOptions; 方法or属性:z?: number; 旧版本信息: |
类名:ScaleOptions; 方法or属性:z?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:RotateOptions; 方法or属性:z?: number; 旧版本信息: |
类名:RotateOptions; 方法or属性:z?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:ScaleOptions; 方法or属性:centerX?: number | string; 旧版本信息: |
类名:ScaleOptions; 方法or属性:centerX?: number | string; 新版本信息:?(number | string) |
common.d.ts |
type有变化 | 类名:RotateOptions; 方法or属性:centerX?: number | string; 旧版本信息: |
类名:RotateOptions; 方法or属性:centerX?: number | string; 新版本信息:?(number | string) |
common.d.ts |
type有变化 | 类名:ScaleOptions; 方法or属性:centerY?: number | string; 旧版本信息: |
类名:ScaleOptions; 方法or属性:centerY?: number | string; 新版本信息:?(number | string) |
common.d.ts |
type有变化 | 类名:AlignRuleOption; 方法or属性:left?: { anchor: string, align: HorizontalAlign }; 旧版本信息: |
类名:AlignRuleOption; 方法or属性:left?: { anchor: string, align: HorizontalAlign }; 新版本信息:?{ anchor: string, align: HorizontalAlign } |
common.d.ts |
type有变化 | 类名:AlignRuleOption; 方法or属性:right?: { anchor: string, align: HorizontalAlign }; 旧版本信息: |
类名:AlignRuleOption; 方法or属性:right?: { anchor: string, align: HorizontalAlign }; 新版本信息:?{ anchor: string, align: HorizontalAlign } |
common.d.ts |
type有变化 | 类名:AlignRuleOption; 方法or属性:middle?: { anchor: string, align: HorizontalAlign }; 旧版本信息: |
类名:AlignRuleOption; 方法or属性:middle?: { anchor: string, align: HorizontalAlign }; 新版本信息:?{ anchor: string, align: HorizontalAlign } |
common.d.ts |
type有变化 | 类名:AlignRuleOption; 方法or属性:top?: { anchor: string, align: VerticalAlign }; 旧版本信息: |
类名:AlignRuleOption; 方法or属性:top?: { anchor: string, align: VerticalAlign }; 新版本信息:?{ anchor: string, align: VerticalAlign } |
common.d.ts |
type有变化 | 类名:AlignRuleOption; 方法or属性:bottom?: { anchor: string, align: VerticalAlign }; 旧版本信息: |
类名:AlignRuleOption; 方法or属性:bottom?: { anchor: string, align: VerticalAlign }; 新版本信息:?{ anchor: string, align: VerticalAlign } |
common.d.ts |
type有变化 | 类名:AlignRuleOption; 方法or属性:center?: { anchor: string, align: VerticalAlign }; 旧版本信息: |
类名:AlignRuleOption; 方法or属性:center?: { anchor: string, align: VerticalAlign }; 新版本信息:?{ anchor: string, align: VerticalAlign } |
common.d.ts |
type有变化 | 类名:RotateOptions; 方法or属性:angle: number | string; 旧版本信息: |
类名:RotateOptions; 方法or属性:angle: number | string; 新版本信息:number | string |
common.d.ts |
type有变化 | 类名:TransitionOptions; 方法or属性:type?: TransitionType; 旧版本信息: |
类名:TransitionOptions; 方法or属性:type?: TransitionType; 新版本信息:?TransitionType |
common.d.ts |
type有变化 | 类名:TransitionOptions; 方法or属性:opacity?: number; 旧版本信息: |
类名:TransitionOptions; 方法or属性:opacity?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:TransitionOptions; 方法or属性:translate?: TranslateOptions; 旧版本信息: |
类名:TransitionOptions; 方法or属性:translate?: TranslateOptions; 新版本信息:?TranslateOptions |
common.d.ts |
type有变化 | 类名:TransitionOptions; 方法or属性:scale?: ScaleOptions; 旧版本信息: |
类名:TransitionOptions; 方法or属性:scale?: ScaleOptions; 新版本信息:?ScaleOptions |
common.d.ts |
type有变化 | 类名:TransitionOptions; 方法or属性:rotate?: RotateOptions; 旧版本信息: |
类名:TransitionOptions; 方法or属性:rotate?: RotateOptions; 新版本信息:?RotateOptions |
common.d.ts |
type有变化 | 类名:PreviewParams; 方法or属性:title?: string; 旧版本信息: |
类名:PreviewParams; 方法or属性:title?: string; 新版本信息:?string |
common.d.ts |
type有变化 | 类名:PreviewParams; 方法or属性:width?: number; 旧版本信息: |
类名:PreviewParams; 方法or属性:width?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:PreviewParams; 方法or属性:height?: number; 旧版本信息: |
类名:PreviewParams; 方法or属性:height?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:PreviewParams; 方法or属性:locale?: string; 旧版本信息: |
类名:PreviewParams; 方法or属性:locale?: string; 新版本信息:?string |
common.d.ts |
type有变化 | 类名:PreviewParams; 方法or属性:colorMode?: string; 旧版本信息: |
类名:PreviewParams; 方法or属性:colorMode?: string; 新版本信息:?string |
common.d.ts |
type有变化 | 类名:PreviewParams; 方法or属性:deviceType?: string; 旧版本信息: |
类名:PreviewParams; 方法or属性:deviceType?: string; 新版本信息:?string |
common.d.ts |
type有变化 | 类名:PreviewParams; 方法or属性:dpi?: number; 旧版本信息: |
类名:PreviewParams; 方法or属性:dpi?: number; 新版本信息:?number |
common.d.ts |
type有变化 | 类名:PreviewParams; 方法or属性:orientation?: string; 旧版本信息: |
类名:PreviewParams; 方法or属性:orientation?: string; 新版本信息:?string |
common.d.ts |
type有变化 | 类名:PreviewParams; 方法or属性:roundScreen?: boolean; 旧版本信息: |
类名:PreviewParams; 方法or属性:roundScreen?: boolean; 新版本信息:?boolean |
common.d.ts |
type有变化 | 类名:ItemDragInfo; 方法or属性:x: number; 旧版本信息: |
类名:ItemDragInfo; 方法or属性:x: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:ClickEvent; 方法or属性:x: number; 旧版本信息: |
类名:ClickEvent; 方法or属性:x: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:MouseEvent; 方法or属性:x: number; 旧版本信息: |
类名:MouseEvent; 方法or属性:x: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:TouchObject; 方法or属性:x: number; 旧版本信息: |
类名:TouchObject; 方法or属性:x: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:ItemDragInfo; 方法or属性:y: number; 旧版本信息: |
类名:ItemDragInfo; 方法or属性:y: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:ClickEvent; 方法or属性:y: number; 旧版本信息: |
类名:ClickEvent; 方法or属性:y: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:MouseEvent; 方法or属性:y: number; 旧版本信息: |
类名:MouseEvent; 方法or属性:y: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:TouchObject; 方法or属性:y: number; 旧版本信息: |
类名:TouchObject; 方法or属性:y: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:DragItemInfo; 方法or属性:pixelMap?: PixelMap; 旧版本信息: |
类名:DragItemInfo; 方法or属性:pixelMap?: PixelMap; 新版本信息:?PixelMap |
common.d.ts |
type有变化 | 类名:DragItemInfo; 方法or属性:builder?: CustomBuilder; 旧版本信息: |
类名:DragItemInfo; 方法or属性:builder?: CustomBuilder; 新版本信息:?CustomBuilder |
common.d.ts |
type有变化 | 类名:DragItemInfo; 方法or属性:extraInfo?: string; 旧版本信息: |
类名:DragItemInfo; 方法or属性:extraInfo?: string; 新版本信息:?string |
common.d.ts |
type有变化 | 类名:EventTarget; 方法or属性:area: Area; 旧版本信息: |
类名:EventTarget; 方法or属性:area: Area; 新版本信息:Area |
common.d.ts |
type有变化 | 类名:PickerTextStyle; 方法or属性:color?: ResourceColor; 旧版本信息:ResourceColor |
类名:PickerTextStyle; 方法or属性:color?: ResourceColor; 新版本信息:?ResourceColor |
common.d.ts |
type有变化 | 类名:PickerTextStyle; 方法or属性:font?: Font; 旧版本信息:Font |
类名:PickerTextStyle; 方法or属性:font?: Font; 新版本信息:?Font |
common.d.ts |
type有变化 | 类名:PopupMessageOptions; 方法or属性:font?: Font; 旧版本信息:Font |
类名:PopupMessageOptions; 方法or属性:font?: Font; 新版本信息:?Font |
common.d.ts |
type有变化 | 类名:ShadowOptions; 方法or属性:radius: number | Resource; 旧版本信息: |
类名:ShadowOptions; 方法or属性:radius: number | Resource; 新版本信息:number | Resource |
common.d.ts |
type有变化 | 类名:ShadowOptions; 方法or属性:type?: ShadowType; 旧版本信息:ShadowType |
类名:ShadowOptions; 方法or属性:type?: ShadowType; 新版本信息:?ShadowType |
common.d.ts |
type有变化 | 类名:ShadowOptions; 方法or属性:color?: Color | string | Resource; 旧版本信息: |
类名:ShadowOptions; 方法or属性:color?: Color | string | Resource; 新版本信息:?(Color | string | Resource) |
common.d.ts |
type有变化 | 类名:ShadowOptions; 方法or属性:offsetX?: number | Resource; 旧版本信息: |
类名:ShadowOptions; 方法or属性:offsetX?: number | Resource; 新版本信息:?(number | Resource) |
common.d.ts |
type有变化 | 类名:ShadowOptions; 方法or属性:offsetY?: number | Resource; 旧版本信息: |
类名:ShadowOptions; 方法or属性:offsetY?: number | Resource; 新版本信息:?(number | Resource) |
common.d.ts |
type有变化 | 类名:BaseEvent; 方法or属性:target: EventTarget; 旧版本信息: |
类名:BaseEvent; 方法or属性:target: EventTarget; 新版本信息:EventTarget |
common.d.ts |
type有变化 | 类名:BaseEvent; 方法or属性:timestamp: number; 旧版本信息: |
类名:BaseEvent; 方法or属性:timestamp: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:KeyEvent; 方法or属性:timestamp: number; 旧版本信息: |
类名:KeyEvent; 方法or属性:timestamp: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:BaseEvent; 方法or属性:source: SourceType; 旧版本信息: |
类名:BaseEvent; 方法or属性:source: SourceType; 新版本信息:SourceType |
common.d.ts |
type有变化 | 类名:BaseEvent; 方法or属性:pressure: number; 旧版本信息: |
类名:BaseEvent; 方法or属性:pressure: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:BaseEvent; 方法or属性:tiltX: number; 旧版本信息: |
类名:BaseEvent; 方法or属性:tiltX: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:BaseEvent; 方法or属性:tiltY: number; 旧版本信息: |
类名:BaseEvent; 方法or属性:tiltY: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:BaseEvent; 方法or属性:sourceTool: SourceTool; 旧版本信息: |
类名:BaseEvent; 方法or属性:sourceTool: SourceTool; 新版本信息:SourceTool |
common.d.ts |
type有变化 | 类名:BorderImageOption; 方法or属性:slice?: Length | EdgeWidths, 旧版本信息: |
类名:BorderImageOption; 方法or属性:slice?: Length | EdgeWidths, 新版本信息:?(Length | EdgeWidths) |
common.d.ts |
type有变化 | 类名:BorderImageOption; 方法or属性:repeat?: RepeatMode, 旧版本信息: |
类名:BorderImageOption; 方法or属性:repeat?: RepeatMode, 新版本信息:?RepeatMode |
common.d.ts |
type有变化 | 类名:BorderImageOption; 方法or属性:source?: string | Resource | LinearGradient, 旧版本信息: |
类名:BorderImageOption; 方法or属性:source?: string | Resource | LinearGradient, 新版本信息:?(string | Resource | LinearGradient) |
common.d.ts |
type有变化 | 类名:BorderImageOption; 方法or属性:width?: Length | EdgeWidths, 旧版本信息: |
类名:BorderImageOption; 方法or属性:width?: Length | EdgeWidths, 新版本信息:?(Length | EdgeWidths) |
common.d.ts |
type有变化 | 类名:BorderImageOption; 方法or属性:outset?: Length | EdgeWidths, 旧版本信息: |
类名:BorderImageOption; 方法or属性:outset?: Length | EdgeWidths, 新版本信息:?(Length | EdgeWidths) |
common.d.ts |
type有变化 | 类名:BorderImageOption; 方法or属性:fill?: boolean 旧版本信息: |
类名:BorderImageOption; 方法or属性:fill?: boolean 新版本信息:?boolean |
common.d.ts |
type有变化 | 类名:ClickEvent; 方法or属性:screenX: number; 旧版本信息: |
类名:ClickEvent; 方法or属性:screenX: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:MouseEvent; 方法or属性:screenX: number; 旧版本信息: |
类名:MouseEvent; 方法or属性:screenX: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:TouchObject; 方法or属性:screenX: number; 旧版本信息: |
类名:TouchObject; 方法or属性:screenX: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:ClickEvent; 方法or属性:screenY: number; 旧版本信息: |
类名:ClickEvent; 方法or属性:screenY: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:MouseEvent; 方法or属性:screenY: number; 旧版本信息: |
类名:MouseEvent; 方法or属性:screenY: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:TouchObject; 方法or属性:screenY: number; 旧版本信息: |
类名:TouchObject; 方法or属性:screenY: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:MouseEvent; 方法or属性:button: MouseButton; 旧版本信息: |
类名:MouseEvent; 方法or属性:button: MouseButton; 新版本信息:MouseButton |
common.d.ts |
type有变化 | 类名:MouseEvent; 方法or属性:action: MouseAction; 旧版本信息: |
类名:MouseEvent; 方法or属性:action: MouseAction; 新版本信息:MouseAction |
common.d.ts |
type有变化 | 类名:MouseEvent; 方法or属性:stopPropagation?: () => void; 旧版本信息: |
类名:MouseEvent; 方法or属性:stopPropagation?: () => void; 新版本信息:?(() => void) |
common.d.ts |
type有变化 | 类名:KeyEvent; 方法or属性:stopPropagation?: () => void; 旧版本信息: |
类名:KeyEvent; 方法or属性:stopPropagation?: () => void; 新版本信息:?(() => void) |
common.d.ts |
type有变化 | 类名:TouchObject; 方法or属性:type: TouchType; 旧版本信息: |
类名:TouchObject; 方法or属性:type: TouchType; 新版本信息:TouchType |
common.d.ts |
type有变化 | 类名:TouchEvent; 方法or属性:type: TouchType; 旧版本信息: |
类名:TouchEvent; 方法or属性:type: TouchType; 新版本信息:TouchType |
common.d.ts |
type有变化 | 类名:TouchObject; 方法or属性:id: number; 旧版本信息: |
类名:TouchObject; 方法or属性:id: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:TouchEvent; 方法or属性:touches: TouchObject[]; 旧版本信息: |
类名:TouchEvent; 方法or属性:touches: TouchObject[]; 新版本信息:TouchObject[] |
common.d.ts |
type有变化 | 类名:TouchEvent; 方法or属性:changedTouches: TouchObject[]; 旧版本信息: |
类名:TouchEvent; 方法or属性:changedTouches: TouchObject[]; 新版本信息:TouchObject[] |
common.d.ts |
type有变化 | 类名:DragEvent; 方法or属性:getX(): number; 旧版本信息: |
类名:DragEvent; 方法or属性:getX(): number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:DragEvent; 方法or属性:getY(): number; 旧版本信息: |
类名:DragEvent; 方法or属性:getY(): number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:KeyEvent; 方法or属性:type: KeyType; 旧版本信息: |
类名:KeyEvent; 方法or属性:type: KeyType; 新版本信息:KeyType |
common.d.ts |
type有变化 | 类名:KeyEvent; 方法or属性:keyCode: number; 旧版本信息: |
类名:KeyEvent; 方法or属性:keyCode: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:KeyEvent; 方法or属性:keyText: string; 旧版本信息: |
类名:KeyEvent; 方法or属性:keyText: string; 新版本信息:string |
common.d.ts |
type有变化 | 类名:KeyEvent; 方法or属性:keySource: KeySource; 旧版本信息: |
类名:KeyEvent; 方法or属性:keySource: KeySource; 新版本信息:KeySource |
common.d.ts |
type有变化 | 类名:KeyEvent; 方法or属性:deviceId: number; 旧版本信息: |
类名:KeyEvent; 方法or属性:deviceId: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:KeyEvent; 方法or属性:metaKey: number; 旧版本信息: |
类名:KeyEvent; 方法or属性:metaKey: number; 新版本信息:number |
common.d.ts |
type有变化 | 类名:StateStyles; 方法or属性:normal?: any; 旧版本信息: |
类名:StateStyles; 方法or属性:normal?: any; 新版本信息:?any |
common.d.ts |
type有变化 | 类名:StateStyles; 方法or属性:pressed?: any; 旧版本信息: |
类名:StateStyles; 方法or属性:pressed?: any; 新版本信息:?any |
common.d.ts |
type有变化 | 类名:StateStyles; 方法or属性:disabled?: any; 旧版本信息: |
类名:StateStyles; 方法or属性:disabled?: any; 新版本信息:?any |
common.d.ts |
type有变化 | 类名:StateStyles; 方法or属性:focused?: any; 旧版本信息: |
类名:StateStyles; 方法or属性:focused?: any; 新版本信息:?any |
common.d.ts |
type有变化 | 类名:StateStyles; 方法or属性:clicked?: any; 旧版本信息: |
类名:StateStyles; 方法or属性:clicked?: any; 新版本信息:?any |
common.d.ts |
type有变化 | 类名:PopupMessageOptions; 方法or属性:textColor?: ResourceColor; 旧版本信息:ResourceColor |
类名:PopupMessageOptions; 方法or属性:textColor?: ResourceColor; 新版本信息:?ResourceColor |
common.d.ts |
type有变化 | 类名:PopupOptions; 方法or属性:message: string; 旧版本信息: |
类名:PopupOptions; 方法or属性:message: string; 新版本信息:string |
common.d.ts |
type有变化 | 类名:PopupOptions; 方法or属性:placementOnTop?: boolean; 旧版本信息: |
类名:PopupOptions; 方法or属性:placementOnTop?: boolean; 新版本信息:?boolean |
common.d.ts |
type有变化 | 类名:PopupOptions; 方法or属性:placement?: Placement; 旧版本信息:Placement |
类名:PopupOptions; 方法or属性:placement?: Placement; 新版本信息:?Placement |
common.d.ts |
type有变化 | 类名:CustomPopupOptions; 方法or属性:placement?: Placement; 旧版本信息: |
类名:CustomPopupOptions; 方法or属性:placement?: Placement; 新版本信息:?Placement |
common.d.ts |
type有变化 | 类名:PopupOptions; 方法or属性:arrowOffset?: Length; 旧版本信息: |
类名:PopupOptions; 方法or属性:arrowOffset?: Length; 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:CustomPopupOptions; 方法or属性:arrowOffset?: Length; 旧版本信息: |
类名:CustomPopupOptions; 方法or属性:arrowOffset?: Length; 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:PopupOptions; 方法or属性:showInSubWindow?: boolean; 旧版本信息: |
类名:PopupOptions; 方法or属性:showInSubWindow?: boolean; 新版本信息:?boolean |
common.d.ts |
type有变化 | 类名:CustomPopupOptions; 方法or属性:showInSubWindow?: boolean; 旧版本信息: |
类名:CustomPopupOptions; 方法or属性:showInSubWindow?: boolean; 新版本信息:?boolean |
common.d.ts |
type有变化 | 类名:PopupOptions; 方法or属性:mask?: boolean | { color: ResourceColor }; 旧版本信息: |
类名:PopupOptions; 方法or属性:mask?: boolean | { color: ResourceColor }; 新版本信息:?(boolean | { color: ResourceColor }) |
common.d.ts |
type有变化 | 类名:CustomPopupOptions; 方法or属性:mask?: boolean | { color: ResourceColor }; 旧版本信息: |
类名:CustomPopupOptions; 方法or属性:mask?: boolean | { color: ResourceColor }; 新版本信息:?(boolean | { color: ResourceColor }) |
common.d.ts |
type有变化 | 类名:PopupOptions; 方法or属性:messageOptions?: PopupMessageOptions 旧版本信息:PopupMessageOptions |
类名:PopupOptions; 方法or属性:messageOptions?: PopupMessageOptions 新版本信息:?PopupMessageOptions |
common.d.ts |
type有变化 | 类名:PopupOptions; 方法or属性:targetSpace?: Length 旧版本信息:Length |
类名:PopupOptions; 方法or属性:targetSpace?: Length 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:CustomPopupOptions; 方法or属性:targetSpace?: Length 旧版本信息:Length |
类名:CustomPopupOptions; 方法or属性:targetSpace?: Length 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:CustomPopupOptions; 方法or属性:builder: CustomBuilder; 旧版本信息: |
类名:CustomPopupOptions; 方法or属性:builder: CustomBuilder; 新版本信息:CustomBuilder |
common.d.ts |
type有变化 | 类名:CustomPopupOptions; 方法or属性:maskColor?: Color | string | Resource | number; 旧版本信息: |
类名:CustomPopupOptions; 方法or属性:maskColor?: Color | string | Resource | number; 新版本信息:?(Color | string | Resource | number) |
common.d.ts |
type有变化 | 类名:CustomPopupOptions; 方法or属性:popupColor?: Color | string | Resource | number; 旧版本信息: |
类名:CustomPopupOptions; 方法or属性:popupColor?: Color | string | Resource | number; 新版本信息:?(Color | string | Resource | number) |
common.d.ts |
type有变化 | 类名:CustomPopupOptions; 方法or属性:enableArrow?: boolean; 旧版本信息: |
类名:CustomPopupOptions; 方法or属性:enableArrow?: boolean; 新版本信息:?boolean |
common.d.ts |
type有变化 | 类名:CustomPopupOptions; 方法or属性:autoCancel?: boolean; 旧版本信息: |
类名:CustomPopupOptions; 方法or属性:autoCancel?: boolean; 新版本信息:?boolean |
common.d.ts |
type有变化 | 类名:ContextMenuOptions; 方法or属性:onAppear?: () => void; 旧版本信息:?() => void |
类名:ContextMenuOptions; 方法or属性:onAppear?: () => void; 新版本信息:?(() => void) |
common.d.ts |
type有变化 | 类名:ContextMenuOptions; 方法or属性:onDisappear?: () => void; 旧版本信息:?() => void |
类名:ContextMenuOptions; 方法or属性:onDisappear?: () => void; 新版本信息:?(() => void) |
common.d.ts |
type有变化 | 类名:PixelStretchEffectOptions; 方法or属性:top?: Length; 旧版本信息:Length |
类名:PixelStretchEffectOptions; 方法or属性:top?: Length; 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:PixelStretchEffectOptions; 方法or属性:bottom?: Length; 旧版本信息:Length |
类名:PixelStretchEffectOptions; 方法or属性:bottom?: Length; 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:PixelStretchEffectOptions; 方法or属性:left?: Length; 旧版本信息:Length |
类名:PixelStretchEffectOptions; 方法or属性:left?: Length; 新版本信息:?Length |
common.d.ts |
type有变化 | 类名:LayoutBorderInfo; 方法or属性:borderWidth: EdgeWidths; 旧版本信息: |
类名:LayoutBorderInfo; 方法or属性:borderWidth: EdgeWidths; 新版本信息:EdgeWidths |
common.d.ts |
type有变化 | 类名:LayoutBorderInfo; 方法or属性:margin: Margin, 旧版本信息: |
类名:LayoutBorderInfo; 方法or属性:margin: Margin, 新版本信息:Margin |
common.d.ts |
type有变化 | 类名:LayoutBorderInfo; 方法or属性:padding: Padding, 旧版本信息: |
类名:LayoutBorderInfo; 方法or属性:padding: Padding, 新版本信息:Padding |
common.d.ts |
type有变化 | 类名:LayoutInfo; 方法or属性:position: Position, 旧版本信息: |
类名:LayoutInfo; 方法or属性:position: Position, 新版本信息:Position |
common.d.ts |
type有变化 | 类名:LayoutChild; 方法or属性:position: Position, 旧版本信息: |
类名:LayoutChild; 方法or属性:position: Position, 新版本信息:Position |
common.d.ts |
type有变化 | 类名:LayoutInfo; 方法or属性:constraint: ConstraintSizeOptions, 旧版本信息: |
类名:LayoutInfo; 方法or属性:constraint: ConstraintSizeOptions, 新版本信息:ConstraintSizeOptions |
common.d.ts |
type有变化 | 类名:LayoutChild; 方法or属性:constraint: ConstraintSizeOptions, 旧版本信息: |
类名:LayoutChild; 方法or属性:constraint: ConstraintSizeOptions, 新版本信息:ConstraintSizeOptions |
common.d.ts |
type有变化 | 类名:LayoutChild; 方法or属性:name: string, 旧版本信息: |
类名:LayoutChild; 方法or属性:name: string, 新版本信息:string |
common.d.ts |
type有变化 | 类名:LayoutChild; 方法or属性:id: string, 旧版本信息: |
类名:LayoutChild; 方法or属性:id: string, 新版本信息:string |
common.d.ts |
type有变化 | 类名:LayoutChild; 方法or属性:borderInfo: LayoutBorderInfo, 旧版本信息: |
类名:LayoutChild; 方法or属性:borderInfo: LayoutBorderInfo, 新版本信息:LayoutBorderInfo |
common.d.ts |
type有变化 | 类名:SubscribedAbstractProperty; 方法or属性:protected subscribers_: Set<number>; 旧版本信息: |
类名:SubscribedAbstractProperty; 方法or属性:protected subscribers_: Set<number>; 新版本信息:Set<number> |
common_ts_ets_api.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:builder: any; 旧版本信息: |
类名:CustomDialogControllerOptions; 方法or属性:builder: any; 新版本信息:any |
custom_dialog_controller.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:cancel?: () => void; 旧版本信息: |
类名:CustomDialogControllerOptions; 方法or属性:cancel?: () => void; 新版本信息:?(() => void) |
custom_dialog_controller.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:autoCancel?: boolean; 旧版本信息: |
类名:CustomDialogControllerOptions; 方法or属性:autoCancel?: boolean; 新版本信息:?boolean |
custom_dialog_controller.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:alignment?: DialogAlignment; 旧版本信息: |
类名:CustomDialogControllerOptions; 方法or属性:alignment?: DialogAlignment; 新版本信息:?DialogAlignment |
custom_dialog_controller.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:offset?: Offset; 旧版本信息: |
类名:CustomDialogControllerOptions; 方法or属性:offset?: Offset; 新版本信息:?Offset |
custom_dialog_controller.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:customStyle?: boolean; 旧版本信息: |
类名:CustomDialogControllerOptions; 方法or属性:customStyle?: boolean; 新版本信息:?boolean |
custom_dialog_controller.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:gridCount?: number; 旧版本信息: |
类名:CustomDialogControllerOptions; 方法or属性:gridCount?: number; 新版本信息:?number |
custom_dialog_controller.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:maskColor?: ResourceColor; 旧版本信息: |
类名:CustomDialogControllerOptions; 方法or属性:maskColor?: ResourceColor; 新版本信息:?ResourceColor |
custom_dialog_controller.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:openAnimation?: AnimateParam; 旧版本信息: |
类名:CustomDialogControllerOptions; 方法or属性:openAnimation?: AnimateParam; 新版本信息:?AnimateParam |
custom_dialog_controller.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:closeAnimation?: AnimateParam; 旧版本信息: |
类名:CustomDialogControllerOptions; 方法or属性:closeAnimation?: AnimateParam; 新版本信息:?AnimateParam |
custom_dialog_controller.d.ts |
type有变化 | 类名:CustomDialogControllerOptions; 方法or属性:showInSubWindow?: boolean; 旧版本信息:boolean |
类名:CustomDialogControllerOptions; 方法or属性:showInSubWindow?: boolean; 新版本信息:?boolean |
custom_dialog_controller.d.ts |
type有变化 | 类名:DataPanelOptions; 方法or属性:values: number[]; 旧版本信息: |
类名:DataPanelOptions; 方法or属性:values: number[]; 新版本信息:number[] |
data_panel.d.ts |
type有变化 | 类名:DataPanelOptions; 方法or属性:max?: number; 旧版本信息: |
类名:DataPanelOptions; 方法or属性:max?: number; 新版本信息:?number |
data_panel.d.ts |
type有变化 | 类名:DataPanelOptions; 方法or属性:type?: DataPanelType; 旧版本信息: |
类名:DataPanelOptions; 方法or属性:type?: DataPanelType; 新版本信息:?DataPanelType |
data_panel.d.ts |
type有变化 | 类名:DatePickerResult; 方法or属性:year?: number; 旧版本信息: |
类名:DatePickerResult; 方法or属性:year?: number; 新版本信息:?number |
date_picker.d.ts |
type有变化 | 类名:DatePickerResult; 方法or属性:month?: number; 旧版本信息: |
类名:DatePickerResult; 方法or属性:month?: number; 新版本信息:?number |
date_picker.d.ts |
type有变化 | 类名:DatePickerResult; 方法or属性:day?: number; 旧版本信息: |
类名:DatePickerResult; 方法or属性:day?: number; 新版本信息:?number |
date_picker.d.ts |
type有变化 | 类名:DatePickerOptions; 方法or属性:start?: Date; 旧版本信息: |
类名:DatePickerOptions; 方法or属性:start?: Date; 新版本信息:?Date |
date_picker.d.ts |
type有变化 | 类名:DatePickerOptions; 方法or属性:end?: Date; 旧版本信息: |
类名:DatePickerOptions; 方法or属性:end?: Date; 新版本信息:?Date |
date_picker.d.ts |
type有变化 | 类名:DatePickerOptions; 方法or属性:selected?: Date; 旧版本信息: |
类名:DatePickerOptions; 方法or属性:selected?: Date; 新版本信息:?Date |
date_picker.d.ts |
type有变化 | 类名:DatePickerDialogOptions; 方法or属性:lunar?: boolean; 旧版本信息: |
类名:DatePickerDialogOptions; 方法or属性:lunar?: boolean; 新版本信息:?boolean |
date_picker.d.ts |
type有变化 | 类名:DatePickerDialogOptions; 方法or属性:showTime?: boolean; 旧版本信息:boolean |
类名:DatePickerDialogOptions; 方法or属性:showTime?: boolean; 新版本信息:?boolean |
date_picker.d.ts |
type有变化 | 类名:DatePickerDialogOptions; 方法or属性:useMilitaryTime?: boolean; 旧版本信息:boolean |
类名:DatePickerDialogOptions; 方法or属性:useMilitaryTime?: boolean; 新版本信息:?boolean |
date_picker.d.ts |
type有变化 | 类名:DatePickerDialogOptions; 方法or属性:disappearTextStyle?: PickerTextStyle; 旧版本信息:PickerTextStyle |
类名:DatePickerDialogOptions; 方法or属性:disappearTextStyle?: PickerTextStyle; 新版本信息:?PickerTextStyle |
date_picker.d.ts |
type有变化 | 类名:DatePickerDialogOptions; 方法or属性:textStyle?: PickerTextStyle; 旧版本信息:PickerTextStyle |
类名:DatePickerDialogOptions; 方法or属性:textStyle?: PickerTextStyle; 新版本信息:?PickerTextStyle |
date_picker.d.ts |
type有变化 | 类名:DatePickerDialogOptions; 方法or属性:selectedTextStyle?: PickerTextStyle; 旧版本信息:PickerTextStyle |
类名:DatePickerDialogOptions; 方法or属性:selectedTextStyle?: PickerTextStyle; 新版本信息:?PickerTextStyle |
date_picker.d.ts |
type有变化 | 类名:DatePickerDialogOptions; 方法or属性:onAccept?: (value: DatePickerResult) => void; 旧版本信息: |
类名:DatePickerDialogOptions; 方法or属性:onAccept?: (value: DatePickerResult) => void; 新版本信息:?((value: DatePickerResult) => void) |
date_picker.d.ts |
type有变化 | 类名:DatePickerDialogOptions; 方法or属性:onCancel?: () => void; 旧版本信息: |
类名:DatePickerDialogOptions; 方法or属性:onCancel?: () => void; 新版本信息:?(() => void) |
date_picker.d.ts |
type有变化 | 类名:DatePickerDialogOptions; 方法or属性:onChange?: (value: DatePickerResult) => void; 旧版本信息: |
类名:DatePickerDialogOptions; 方法or属性:onChange?: (value: DatePickerResult) => void; 新版本信息:?((value: DatePickerResult) => void) |
date_picker.d.ts |
type有变化 | 类名:FlexOptions; 方法or属性:direction?: FlexDirection; 旧版本信息: |
类名:FlexOptions; 方法or属性:direction?: FlexDirection; 新版本信息:?FlexDirection |
flex.d.ts |
type有变化 | 类名:FlexOptions; 方法or属性:wrap?: FlexWrap; 旧版本信息: |
类名:FlexOptions; 方法or属性:wrap?: FlexWrap; 新版本信息:?FlexWrap |
flex.d.ts |
type有变化 | 类名:FlexOptions; 方法or属性:justifyContent?: FlexAlign; 旧版本信息: |
类名:FlexOptions; 方法or属性:justifyContent?: FlexAlign; 新版本信息:?FlexAlign |
flex.d.ts |
type有变化 | 类名:FlexOptions; 方法or属性:alignItems?: ItemAlign; 旧版本信息: |
类名:FlexOptions; 方法or属性:alignItems?: ItemAlign; 新版本信息:?ItemAlign |
flex.d.ts |
type有变化 | 类名:FlexOptions; 方法or属性:alignContent?: FlexAlign; 旧版本信息: |
类名:FlexOptions; 方法or属性:alignContent?: FlexAlign; 新版本信息:?FlexAlign |
flex.d.ts |
type有变化 | 类名:FingerInfo; 方法or属性:id: number; 旧版本信息: |
类名:FingerInfo; 方法or属性:id: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:FingerInfo; 方法or属性:globalX: number; 旧版本信息: |
类名:FingerInfo; 方法or属性:globalX: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:FingerInfo; 方法or属性:globalY: number; 旧版本信息: |
类名:FingerInfo; 方法or属性:globalY: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:FingerInfo; 方法or属性:localX: number; 旧版本信息: |
类名:FingerInfo; 方法or属性:localX: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:FingerInfo; 方法or属性:localY: number; 旧版本信息: |
类名:FingerInfo; 方法or属性:localY: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:GestureEvent; 方法or属性:repeat: boolean; 旧版本信息: |
类名:GestureEvent; 方法or属性:repeat: boolean; 新版本信息:boolean |
gesture.d.ts |
type有变化 | 类名:GestureEvent; 方法or属性:fingerList: FingerInfo[]; 旧版本信息: |
类名:GestureEvent; 方法or属性:fingerList: FingerInfo[]; 新版本信息:FingerInfo[] |
gesture.d.ts |
type有变化 | 类名:GestureEvent; 方法or属性:offsetX: number; 旧版本信息: |
类名:GestureEvent; 方法or属性:offsetX: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:GestureEvent; 方法or属性:offsetY: number; 旧版本信息: |
类名:GestureEvent; 方法or属性:offsetY: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:GestureEvent; 方法or属性:angle: number; 旧版本信息: |
类名:GestureEvent; 方法or属性:angle: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:GestureEvent; 方法or属性:speed: number; 旧版本信息: |
类名:GestureEvent; 方法or属性:speed: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:GestureEvent; 方法or属性:scale: number; 旧版本信息: |
类名:GestureEvent; 方法or属性:scale: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:GestureEvent; 方法or属性:pinchCenterX: number; 旧版本信息: |
类名:GestureEvent; 方法or属性:pinchCenterX: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:GestureEvent; 方法or属性:pinchCenterY: number; 旧版本信息: |
类名:GestureEvent; 方法or属性:pinchCenterY: number; 新版本信息:number |
gesture.d.ts |
type有变化 | 类名:GridColColumnOption; 方法or属性:xs?: number, 旧版本信息: |
类名:GridColColumnOption; 方法or属性:xs?: number, 新版本信息:?number |
grid_col.d.ts |
type有变化 | 类名:GridColColumnOption; 方法or属性:sm?: number, 旧版本信息: |
类名:GridColColumnOption; 方法or属性:sm?: number, 新版本信息:?number |
grid_col.d.ts |
type有变化 | 类名:GridColColumnOption; 方法or属性:md?: number, 旧版本信息: |
类名:GridColColumnOption; 方法or属性:md?: number, 新版本信息:?number |
grid_col.d.ts |
type有变化 | 类名:GridColColumnOption; 方法or属性:lg?: number, 旧版本信息: |
类名:GridColColumnOption; 方法or属性:lg?: number, 新版本信息:?number |
grid_col.d.ts |
type有变化 | 类名:GridColColumnOption; 方法or属性:xl?: number, 旧版本信息: |
类名:GridColColumnOption; 方法or属性:xl?: number, 新版本信息:?number |
grid_col.d.ts |
type有变化 | 类名:GridColColumnOption; 方法or属性:xxl?: number, 旧版本信息: |
类名:GridColColumnOption; 方法or属性:xxl?: number, 新版本信息:?number |
grid_col.d.ts |
type有变化 | 类名:GridColOptions; 方法or属性:span?: number | GridColColumnOption; 旧版本信息: |
类名:GridColOptions; 方法or属性:span?: number | GridColColumnOption; 新版本信息:?(number | GridColColumnOption) |
grid_col.d.ts |
type有变化 | 类名:GridColOptions; 方法or属性:offset?: number | GridColColumnOption; 旧版本信息: |
类名:GridColOptions; 方法or属性:offset?: number | GridColColumnOption; 新版本信息:?(number | GridColColumnOption) |
grid_col.d.ts |
type有变化 | 类名:GridColOptions; 方法or属性:order?: number | GridColColumnOption; 旧版本信息: |
类名:GridColOptions; 方法or属性:order?: number | GridColColumnOption; 新版本信息:?(number | GridColColumnOption) |
grid_col.d.ts |
type有变化 | 类名:GridContainerOptions; 方法or属性:columns?: number | "auto"; 旧版本信息: |
类名:GridContainerOptions; 方法or属性:columns?: number | "auto"; 新版本信息:?(number | "auto") |
grid_container.d.ts |
type有变化 | 类名:GridContainerOptions; 方法or属性:sizeType?: SizeType; 旧版本信息: |
类名:GridContainerOptions; 方法or属性:sizeType?: SizeType; 新版本信息:?SizeType |
grid_container.d.ts |
type有变化 | 类名:GridContainerOptions; 方法or属性:gutter?: number | string; 旧版本信息: |
类名:GridContainerOptions; 方法or属性:gutter?: number | string; 新版本信息:?(number | string) |
grid_container.d.ts |
type有变化 | 类名:GridContainerOptions; 方法or属性:margin?: number | string; 旧版本信息: |
类名:GridContainerOptions; 方法or属性:margin?: number | string; 新版本信息:?(number | string) |
grid_container.d.ts |
type有变化 | 类名:GridRowSizeOption; 方法or属性:xs?: Length, 旧版本信息: |
类名:GridRowSizeOption; 方法or属性:xs?: Length, 新版本信息:?Length |
grid_row.d.ts |
type有变化 | 类名:GridRowSizeOption; 方法or属性:sm?: Length, 旧版本信息: |
类名:GridRowSizeOption; 方法or属性:sm?: Length, 新版本信息:?Length |
grid_row.d.ts |
type有变化 | 类名:GridRowSizeOption; 方法or属性:md?: Length, 旧版本信息: |
类名:GridRowSizeOption; 方法or属性:md?: Length, 新版本信息:?Length |
grid_row.d.ts |
type有变化 | 类名:GridRowSizeOption; 方法or属性:lg?: Length, 旧版本信息: |
类名:GridRowSizeOption; 方法or属性:lg?: Length, 新版本信息:?Length |
grid_row.d.ts |
type有变化 | 类名:GridRowSizeOption; 方法or属性:xl?: Length, 旧版本信息: |
类名:GridRowSizeOption; 方法or属性:xl?: Length, 新版本信息:?Length |
grid_row.d.ts |
type有变化 | 类名:GridRowColumnOption; 方法or属性:xs?: number, 旧版本信息: |
类名:GridRowColumnOption; 方法or属性:xs?: number, 新版本信息:?number |
grid_row.d.ts |
type有变化 | 类名:GridRowColumnOption; 方法or属性:sm?: number, 旧版本信息: |
类名:GridRowColumnOption; 方法or属性:sm?: number, 新版本信息:?number |
grid_row.d.ts |
type有变化 | 类名:GridRowColumnOption; 方法or属性:md?: number, 旧版本信息: |
类名:GridRowColumnOption; 方法or属性:md?: number, 新版本信息:?number |
grid_row.d.ts |
type有变化 | 类名:GridRowColumnOption; 方法or属性:lg?: number, 旧版本信息: |
类名:GridRowColumnOption; 方法or属性:lg?: number, 新版本信息:?number |
grid_row.d.ts |
type有变化 | 类名:GridRowColumnOption; 方法or属性:xl?: number, 旧版本信息: |
类名:GridRowColumnOption; 方法or属性:xl?: number, 新版本信息:?number |
grid_row.d.ts |
type有变化 | 类名:GutterOption; 方法or属性:x?: Length | GridRowSizeOption, 旧版本信息: |
类名:GutterOption; 方法or属性:x?: Length | GridRowSizeOption, 新版本信息:?(Length | GridRowSizeOption) |
grid_row.d.ts |
type有变化 | 类名:GutterOption; 方法or属性:y?: Length | GridRowSizeOption 旧版本信息: |
类名:GutterOption; 方法or属性:y?: Length | GridRowSizeOption 新版本信息:?(Length | GridRowSizeOption) |
grid_row.d.ts |
type有变化 | 类名:BreakPoints; 方法or属性:value?: Array<string>, 旧版本信息: |
类名:BreakPoints; 方法or属性:value?: Array<string>, 新版本信息:?Array<string> |
grid_row.d.ts |
type有变化 | 类名:BreakPoints; 方法or属性:reference?: BreakpointsReference, 旧版本信息: |
类名:BreakPoints; 方法or属性:reference?: BreakpointsReference, 新版本信息:?BreakpointsReference |
grid_row.d.ts |
type有变化 | 类名:GridRowOptions; 方法or属性:gutter?: Length | GutterOption; 旧版本信息: |
类名:GridRowOptions; 方法or属性:gutter?: Length | GutterOption; 新版本信息:?(Length | GutterOption) |
grid_row.d.ts |
type有变化 | 类名:GridRowOptions; 方法or属性:columns?: number | GridRowColumnOption; 旧版本信息: |
类名:GridRowOptions; 方法or属性:columns?: number | GridRowColumnOption; 新版本信息:?(number | GridRowColumnOption) |
grid_row.d.ts |
type有变化 | 类名:GridRowOptions; 方法or属性:breakpoints?: BreakPoints; 旧版本信息: |
类名:GridRowOptions; 方法or属性:breakpoints?: BreakPoints; 新版本信息:?BreakPoints |
grid_row.d.ts |
type有变化 | 类名:GridRowOptions; 方法or属性:direction?: GridRowDirection; 旧版本信息: |
类名:GridRowOptions; 方法or属性:direction?: GridRowDirection; 新版本信息:?GridRowDirection |
grid_row.d.ts |
type有变化 | 类名:ImageFrameInfo; 方法or属性:width?: number | string; 旧版本信息: |
类名:ImageFrameInfo; 方法or属性:width?: number | string; 新版本信息:?(number | string) |
image_animator.d.ts |
type有变化 | 类名:ImageFrameInfo; 方法or属性:height?: number | string; 旧版本信息: |
类名:ImageFrameInfo; 方法or属性:height?: number | string; 新版本信息:?(number | string) |
image_animator.d.ts |
type有变化 | 类名:ImageFrameInfo; 方法or属性:top?: number | string; 旧版本信息: |
类名:ImageFrameInfo; 方法or属性:top?: number | string; 新版本信息:?(number | string) |
image_animator.d.ts |
type有变化 | 类名:ImageFrameInfo; 方法or属性:left?: number | string; 旧版本信息: |
类名:ImageFrameInfo; 方法or属性:left?: number | string; 新版本信息:?(number | string) |
image_animator.d.ts |
type有变化 | 类名:ImageFrameInfo; 方法or属性:duration?: number; 旧版本信息: |
类名:ImageFrameInfo; 方法or属性:duration?: number; 新版本信息:?number |
image_animator.d.ts |
type有变化 | 类名:ChainAnimationOptions; 方法or属性:conductivity?: number; 旧版本信息:number |
类名:ChainAnimationOptions; 方法or属性:conductivity?: number; 新版本信息:?number |
list.d.ts |
type有变化 | 类名:ChainAnimationOptions; 方法or属性:intensity?: number; 旧版本信息:number |
类名:ChainAnimationOptions; 方法or属性:intensity?: number; 新版本信息:?number |
list.d.ts |
type有变化 | 类名:ChainAnimationOptions; 方法or属性:edgeEffect?: ChainEdgeEffect; 旧版本信息:ChainEdgeEffect |
类名:ChainAnimationOptions; 方法or属性:edgeEffect?: ChainEdgeEffect; 新版本信息:?ChainEdgeEffect |
list.d.ts |
type有变化 | 类名:SwipeActionOptions; 方法or属性:start?: CustomBuilder | SwipeActionItem; 旧版本信息: |
类名:SwipeActionOptions; 方法or属性:start?: CustomBuilder | SwipeActionItem; 新版本信息:?(CustomBuilder | SwipeActionItem) |
list_item.d.ts |
type有变化 | 类名:SwipeActionOptions; 方法or属性:end?: CustomBuilder | SwipeActionItem; 旧版本信息: |
类名:SwipeActionOptions; 方法or属性:end?: CustomBuilder | SwipeActionItem; 新版本信息:?(CustomBuilder | SwipeActionItem) |
list_item.d.ts |
type有变化 | 类名:SwipeActionOptions; 方法or属性:edgeEffect?: SwipeEdgeEffect; 旧版本信息: |
类名:SwipeActionOptions; 方法or属性:edgeEffect?: SwipeEdgeEffect; 新版本信息:?SwipeEdgeEffect |
list_item.d.ts |
type有变化 | 类名:ListItemGroupOptions; 方法or属性:header?: CustomBuilder; 旧版本信息: |
类名:ListItemGroupOptions; 方法or属性:header?: CustomBuilder; 新版本信息:?CustomBuilder |
list_item_group.d.ts |
type有变化 | 类名:ListItemGroupOptions; 方法or属性:footer?: CustomBuilder; 旧版本信息: |
类名:ListItemGroupOptions; 方法or属性:footer?: CustomBuilder; 新版本信息:?CustomBuilder |
list_item_group.d.ts |
type有变化 | 类名:ListItemGroupOptions; 方法or属性:space?: number | string; 旧版本信息: |
类名:ListItemGroupOptions; 方法or属性:space?: number | string; 新版本信息:?(number | string) |
list_item_group.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:scaleX?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:scaleX?: number; 新版本信息:?number |
matrix2d.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:rotateY?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:rotateY?: number; 新版本信息:?number |
matrix2d.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:rotateX?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:rotateX?: number; 新版本信息:?number |
matrix2d.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:scaleY?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:scaleY?: number; 新版本信息:?number |
matrix2d.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:translateX?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:translateX?: number; 新版本信息:?number |
matrix2d.d.ts |
type有变化 | 类名:Matrix2D; 方法or属性:translateY?: number; 旧版本信息: |
类名:Matrix2D; 方法or属性:translateY?: number; 新版本信息:?number |
matrix2d.d.ts |
type有变化 | 类名:MenuItemOptions; 方法or属性:startIcon?: ResourceStr; 旧版本信息: |
类名:MenuItemOptions; 方法or属性:startIcon?: ResourceStr; 新版本信息:?ResourceStr |
menu_item.d.ts |
type有变化 | 类名:MenuItemOptions; 方法or属性:content?: ResourceStr; 旧版本信息: |
类名:MenuItemOptions; 方法or属性:content?: ResourceStr; 新版本信息:?ResourceStr |
menu_item.d.ts |
type有变化 | 类名:MenuItemOptions; 方法or属性:endIcon?: ResourceStr; 旧版本信息: |
类名:MenuItemOptions; 方法or属性:endIcon?: ResourceStr; 新版本信息:?ResourceStr |
menu_item.d.ts |
type有变化 | 类名:MenuItemOptions; 方法or属性:labelInfo?: ResourceStr; 旧版本信息: |
类名:MenuItemOptions; 方法or属性:labelInfo?: ResourceStr; 新版本信息:?ResourceStr |
menu_item.d.ts |
type有变化 | 类名:MenuItemOptions; 方法or属性:builder?: CustomBuilder; 旧版本信息: |
类名:MenuItemOptions; 方法or属性:builder?: CustomBuilder; 新版本信息:?CustomBuilder |
menu_item.d.ts |
type有变化 | 类名:MenuItemGroupOptions; 方法or属性:header?: ResourceStr | CustomBuilder; 旧版本信息: |
类名:MenuItemGroupOptions; 方法or属性:header?: ResourceStr | CustomBuilder; 新版本信息:?(ResourceStr | CustomBuilder) |
menu_item_group.d.ts |
type有变化 | 类名:MenuItemGroupOptions; 方法or属性:footer?: ResourceStr | CustomBuilder; 旧版本信息: |
类名:MenuItemGroupOptions; 方法or属性:footer?: ResourceStr | CustomBuilder; 新版本信息:?(ResourceStr | CustomBuilder) |
menu_item_group.d.ts |
type有变化 | 类名:NavigationCommonTitle; 方法or属性:main: string; 旧版本信息: |
类名:NavigationCommonTitle; 方法or属性:main: string; 新版本信息:string |
navigation.d.ts |
type有变化 | 类名:NavigationCommonTitle; 方法or属性:sub: string; 旧版本信息: |
类名:NavigationCommonTitle; 方法or属性:sub: string; 新版本信息:string |
navigation.d.ts |
type有变化 | 类名:NavigationCustomTitle; 方法or属性:builder: CustomBuilder; 旧版本信息: |
类名:NavigationCustomTitle; 方法or属性:builder: CustomBuilder; 新版本信息:CustomBuilder |
navigation.d.ts |
type有变化 | 类名:NavigationCustomTitle; 方法or属性:height: TitleHeight | Length; 旧版本信息: |
类名:NavigationCustomTitle; 方法or属性:height: TitleHeight | Length; 新版本信息:TitleHeight | Length |
navigation.d.ts |
type有变化 | 类名:NavigationMenuItem; 方法or属性:value: string; 旧版本信息: |
类名:NavigationMenuItem; 方法or属性:value: string; 新版本信息:string |
navigation.d.ts |
type有变化 | 类名:NavigationMenuItem; 方法or属性:icon?: string; 旧版本信息: |
类名:NavigationMenuItem; 方法or属性:icon?: string; 新版本信息:?string |
navigation.d.ts |
type有变化 | 类名:NavigationMenuItem; 方法or属性:action?: () => void; 旧版本信息: |
类名:NavigationMenuItem; 方法or属性:action?: () => void; 新版本信息:?(() => void) |
navigation.d.ts |
type有变化 | 类名:NavPathInfo; 方法or属性:param?: unknown; 旧版本信息:unknown |
类名:NavPathInfo; 方法or属性:param?: unknown; 新版本信息:?unknown |
navigation.d.ts |
type有变化 | 类名:NavigationAttribute; 方法or属性:title(value: ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): NavigationAttribute; 旧版本信息:(ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle) |
类名:NavigationAttribute; 方法or属性:title(value: ResourceStr | CustomBuilder | NavigationCommonTitle | NavigationCustomTitle): NavigationAttribute; 新版本信息: |
navigation.d.ts |
type有变化 | 类名:NavDestinationCommonTitle; 方法or属性:main: string; 旧版本信息: |
类名:NavDestinationCommonTitle; 方法or属性:main: string; 新版本信息:string |
nav_destination.d.ts |
type有变化 | 类名:NavDestinationCommonTitle; 方法or属性:sub: string; 旧版本信息: |
类名:NavDestinationCommonTitle; 方法or属性:sub: string; 新版本信息:string |
nav_destination.d.ts |
type有变化 | 类名:NavDestinationCustomTitle; 方法or属性:builder: CustomBuilder; 旧版本信息: |
类名:NavDestinationCustomTitle; 方法or属性:builder: CustomBuilder; 新版本信息:CustomBuilder |
nav_destination.d.ts |
type有变化 | 类名:NavDestinationCustomTitle; 方法or属性:height: TitleHeight | Length; 旧版本信息: |
类名:NavDestinationCustomTitle; 方法or属性:height: TitleHeight | Length; 新版本信息:TitleHeight | Length |
nav_destination.d.ts |
type有变化 | 类名:RouteInfo; 方法or属性:param?: unknown; 旧版本信息:unknown |
类名:RouteInfo; 方法or属性:param?: unknown; 新版本信息:?unknown |
nav_router.d.ts |
type有变化 | 类名:PluginComponentTemplate; 方法or属性:source: string; 旧版本信息: |
类名:PluginComponentTemplate; 方法or属性:source: string; 新版本信息:string |
plugin_component.d.ts |
type有变化 | 类名:PluginComponentTemplate; 方法or属性:bundleName: string; 旧版本信息: |
类名:PluginComponentTemplate; 方法or属性:bundleName: string; 新版本信息:string |
plugin_component.d.ts |
type有变化 | 类名:ProgressOptions; 方法or属性:value: number; 旧版本信息: |
类名:ProgressOptions; 方法or属性:value: number; 新版本信息:number |
progress.d.ts |
type有变化 | 类名:ProgressOptions; 方法or属性:total?: number; 旧版本信息: |
类名:ProgressOptions; 方法or属性:total?: number; 新版本信息:?number |
progress.d.ts |
type有变化 | 类名:ProgressOptions; 方法or属性:style?: ProgressStyle 旧版本信息: |
类名:ProgressOptions; 方法or属性:style?: ProgressStyle 新版本信息:?ProgressStyle |
progress.d.ts |
type有变化 | 类名:ProgressOptions; 方法or属性:type?: Type 旧版本信息: |
类名:ProgressOptions; 方法or属性:type?: Type 新版本信息:?Type |
progress.d.ts |
type有变化 | 类名:ProgressStyleOptions; 方法or属性:strokeWidth?: Length; 旧版本信息: |
类名:ProgressStyleOptions; 方法or属性:strokeWidth?: Length; 新版本信息:?Length |
progress.d.ts |
type有变化 | 类名:ProgressStyleOptions; 方法or属性:scaleCount?: number; 旧版本信息: |
类名:ProgressStyleOptions; 方法or属性:scaleCount?: number; 新版本信息:?number |
progress.d.ts |
type有变化 | 类名:ProgressStyleOptions; 方法or属性:scaleWidth?: Length; 旧版本信息: |
类名:ProgressStyleOptions; 方法or属性:scaleWidth?: Length; 新版本信息:?Length |
progress.d.ts |
type有变化 | 类名:RadioOptions; 方法or属性:group: string; 旧版本信息: |
类名:RadioOptions; 方法or属性:group: string; 新版本信息:string |
radio.d.ts |
type有变化 | 类名:RadioOptions; 方法or属性:value: string; 旧版本信息: |
类名:RadioOptions; 方法or属性:value: string; 新版本信息:string |
radio.d.ts |
type有变化 | 类名:RadioStyle; 方法or属性:checkedBackgroundColor?: ResourceColor; 旧版本信息:ResourceColor |
类名:RadioStyle; 方法or属性:checkedBackgroundColor?: ResourceColor; 新版本信息:?ResourceColor |
radio.d.ts |
type有变化 | 类名:RadioStyle; 方法or属性:uncheckedBorderColor?: ResourceColor; 旧版本信息:ResourceColor |
类名:RadioStyle; 方法or属性:uncheckedBorderColor?: ResourceColor; 新版本信息:?ResourceColor |
radio.d.ts |
type有变化 | 类名:RadioStyle; 方法or属性:indicatorColor?: ResourceColor; 旧版本信息:ResourceColor |
类名:RadioStyle; 方法or属性:indicatorColor?: ResourceColor; 新版本信息:?ResourceColor |
radio.d.ts |
type有变化 | 类名:RefreshOptions; 方法or属性:offset?: number | string; 旧版本信息:number | string |
类名:RefreshOptions; 方法or属性:offset?: number | string; 新版本信息:?(number | string) |
refresh.d.ts |
type有变化 | 类名:RefreshOptions; 方法or属性:friction?: number | string; 旧版本信息:number | string |
类名:RefreshOptions; 方法or属性:friction?: number | string; 新版本信息:?(number | string) |
refresh.d.ts |
type有变化 | 类名:RefreshOptions; 方法or属性:builder?: CustomBuilder; 旧版本信息:CustomBuilder |
类名:RefreshOptions; 方法or属性:builder?: CustomBuilder; 新版本信息:?CustomBuilder |
refresh.d.ts |
type有变化 | 类名:RRect; 方法or属性:left: number; 旧版本信息: |
类名:RRect; 方法or属性:left: number; 新版本信息:number |
remote_window.d.ts |
type有变化 | 类名:RRect; 方法or属性:top: number; 旧版本信息: |
类名:RRect; 方法or属性:top: number; 新版本信息:number |
remote_window.d.ts |
type有变化 | 类名:RRect; 方法or属性:width: number; 旧版本信息: |
类名:RRect; 方法or属性:width: number; 新版本信息:number |
remote_window.d.ts |
type有变化 | 类名:RRect; 方法or属性:height: number; 旧版本信息: |
类名:RRect; 方法or属性:height: number; 新版本信息:number |
remote_window.d.ts |
type有变化 | 类名:RRect; 方法or属性:radius: number; 旧版本信息: |
类名:RRect; 方法or属性:radius: number; 新版本信息:number |
remote_window.d.ts |
type有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly bundleName: string; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly bundleName: string; 新版本信息:string |
remote_window.d.ts |
type有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly abilityName: string; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly abilityName: string; 新版本信息:string |
remote_window.d.ts |
type有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly windowBounds: RRect; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly windowBounds: RRect; 新版本信息:RRect |
remote_window.d.ts |
type有变化 | 类名:WindowAnimationTarget; 方法or属性:readonly missionId: number; 旧版本信息: |
类名:WindowAnimationTarget; 方法or属性:readonly missionId: number; 新版本信息:number |
remote_window.d.ts |
type有变化 | 类名:ScrollBarOptions; 方法or属性:scroller: Scroller; 旧版本信息: |
类名:ScrollBarOptions; 方法or属性:scroller: Scroller; 新版本信息:Scroller |
scroll_bar.d.ts |
type有变化 | 类名:ScrollBarOptions; 方法or属性:direction?: ScrollBarDirection; 旧版本信息: |
类名:ScrollBarOptions; 方法or属性:direction?: ScrollBarDirection; 新版本信息:?ScrollBarDirection |
scroll_bar.d.ts |
type有变化 | 类名:ScrollBarOptions; 方法or属性:state?: BarState; 旧版本信息: |
类名:ScrollBarOptions; 方法or属性:state?: BarState; 新版本信息:?BarState |
scroll_bar.d.ts |
type有变化 | 类名:IconOptions; 方法or属性:size?: Length; 旧版本信息:Length |
类名:IconOptions; 方法or属性:size?: Length; 新版本信息:?Length |
search.d.ts |
type有变化 | 类名:IconOptions; 方法or属性:color?: ResourceColor; 旧版本信息:ResourceColor |
类名:IconOptions; 方法or属性:color?: ResourceColor; 新版本信息:?ResourceColor |
search.d.ts |
type有变化 | 类名:CaretStyle; 方法or属性:color?: ResourceColor, 旧版本信息:ResourceColor |
类名:CaretStyle; 方法or属性:color?: ResourceColor, 新版本信息:?ResourceColor |
search.d.ts |
type有变化 | 类名:IconOptions; 方法or属性:src?: ResourceStr; 旧版本信息:ResourceStr |
类名:IconOptions; 方法or属性:src?: ResourceStr; 新版本信息:?ResourceStr |
search.d.ts |
type有变化 | 类名:CaretStyle; 方法or属性:width?: Length, 旧版本信息:Length |
类名:CaretStyle; 方法or属性:width?: Length, 新版本信息:?Length |
search.d.ts |
type有变化 | 类名:SelectOption; 方法or属性:value: ResourceStr; 旧版本信息: |
类名:SelectOption; 方法or属性:value: ResourceStr; 新版本信息:ResourceStr |
select.d.ts |
type有变化 | 类名:SelectOption; 方法or属性:icon?: ResourceStr; 旧版本信息: |
类名:SelectOption; 方法or属性:icon?: ResourceStr; 新版本信息:ResourceStr |
select.d.ts |
type有变化 | 类名:ButtonStyle; 方法or属性:left?: number; 旧版本信息: |
类名:ButtonStyle; 方法or属性:left?: number; 新版本信息:?number |
sidebar.d.ts |
type有变化 | 类名:ButtonStyle; 方法or属性:top?: number; 旧版本信息: |
类名:ButtonStyle; 方法or属性:top?: number; 新版本信息:?number |
sidebar.d.ts |
type有变化 | 类名:ButtonStyle; 方法or属性:width?: number; 旧版本信息: |
类名:ButtonStyle; 方法or属性:width?: number; 新版本信息:?number |
sidebar.d.ts |
type有变化 | 类名:ButtonStyle; 方法or属性:height?: number; 旧版本信息: |
类名:ButtonStyle; 方法or属性:height?: number; 新版本信息:?number |
sidebar.d.ts |
type有变化 | 类名:DividerStyle; 方法or属性:color?: ResourceColor; 旧版本信息:ResourceColor |
类名:DividerStyle; 方法or属性:color?: ResourceColor; 新版本信息:?ResourceColor |
sidebar.d.ts |
type有变化 | 类名:DividerStyle; 方法or属性:startMargin?: Length; 旧版本信息:Length |
类名:DividerStyle; 方法or属性:startMargin?: Length; 新版本信息:?Length |
sidebar.d.ts |
type有变化 | 类名:DividerStyle; 方法or属性:endMargin?: Length; 旧版本信息:Length |
类名:DividerStyle; 方法or属性:endMargin?: Length; 新版本信息:?Length |
sidebar.d.ts |
type有变化 | 类名:SliderOptions; 方法or属性:value?: number; 旧版本信息: |
类名:SliderOptions; 方法or属性:value?: number; 新版本信息:?number |
slider.d.ts |
type有变化 | 类名:SliderOptions; 方法or属性:min?: number; 旧版本信息: |
类名:SliderOptions; 方法or属性:min?: number; 新版本信息:?number |
slider.d.ts |
type有变化 | 类名:SliderOptions; 方法or属性:max?: number; 旧版本信息: |
类名:SliderOptions; 方法or属性:max?: number; 新版本信息:?number |
slider.d.ts |
type有变化 | 类名:SliderOptions; 方法or属性:step?: number; 旧版本信息: |
类名:SliderOptions; 方法or属性:step?: number; 新版本信息:?number |
slider.d.ts |
type有变化 | 类名:SliderOptions; 方法or属性:style?: SliderStyle; 旧版本信息: |
类名:SliderOptions; 方法or属性:style?: SliderStyle; 新版本信息:?SliderStyle |
slider.d.ts |
type有变化 | 类名:SliderOptions; 方法or属性:direction?: Axis; 旧版本信息: |
类名:SliderOptions; 方法or属性:direction?: Axis; 新版本信息:?Axis |
slider.d.ts |
type有变化 | 类名:SliderOptions; 方法or属性:reverse?: boolean; 旧版本信息: |
类名:SliderOptions; 方法or属性:reverse?: boolean; 新版本信息:?boolean |
slider.d.ts |
type有变化 | 类名:SliderBlockStyle; 方法or属性:image?: ResourceStr; 旧版本信息:ResourceStr |
类名:SliderBlockStyle; 方法or属性:image?: ResourceStr; 新版本信息:?ResourceStr |
slider.d.ts |
type有变化 | 类名:SliderBlockStyle; 方法or属性:shape?: CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute; 旧版本信息:CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute |
类名:SliderBlockStyle; 方法or属性:shape?: CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute; 新版本信息:?(CircleAttribute | EllipseAttribute | PathAttribute | RectAttribute) |
slider.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:left?: Length; 旧版本信息: |
类名:IndicatorStyle; 方法or属性:left?: Length; 新版本信息:?Length |
swiper.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:top?: Length; 旧版本信息: |
类名:IndicatorStyle; 方法or属性:top?: Length; 新版本信息:?Length |
swiper.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:right?: Length; 旧版本信息: |
类名:IndicatorStyle; 方法or属性:right?: Length; 新版本信息:?Length |
swiper.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:bottom?: Length; 旧版本信息: |
类名:IndicatorStyle; 方法or属性:bottom?: Length; 新版本信息:?Length |
swiper.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:size?: Length; 旧版本信息: |
类名:IndicatorStyle; 方法or属性:size?: Length; 新版本信息:?Length |
swiper.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:mask?: boolean; 旧版本信息: |
类名:IndicatorStyle; 方法or属性:mask?: boolean; 新版本信息:?boolean |
swiper.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:color?: ResourceColor; 旧版本信息: |
类名:IndicatorStyle; 方法or属性:color?: ResourceColor; 新版本信息:?ResourceColor |
swiper.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:selectedColor?: ResourceColor; 旧版本信息: |
类名:IndicatorStyle; 方法or属性:selectedColor?: ResourceColor; 新版本信息:?ResourceColor |
swiper.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:height?: Length; 旧版本信息:Length |
类名:IndicatorStyle; 方法or属性:height?: Length; 新版本信息:?Length |
tab_content.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:width?: Length; 旧版本信息:Length |
类名:IndicatorStyle; 方法or属性:width?: Length; 新版本信息:?Length |
tab_content.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:borderRadius?: Length; 旧版本信息:Length |
类名:IndicatorStyle; 方法or属性:borderRadius?: Length; 新版本信息:?Length |
tab_content.d.ts |
type有变化 | 类名:BoardStyle; 方法or属性:borderRadius?: Length; 旧版本信息:Length |
类名:BoardStyle; 方法or属性:borderRadius?: Length; 新版本信息:?Length |
tab_content.d.ts |
type有变化 | 类名:IndicatorStyle; 方法or属性:marginTop?: Length; 旧版本信息:Length |
类名:IndicatorStyle; 方法or属性:marginTop?: Length; 新版本信息:?Length |
tab_content.d.ts |
type有变化 | 类名:SwiperAttribute; 方法or属性:curve(value: Curve | string | ICurve): SwiperAttribute; 旧版本信息:?(Curve | string | ICurve) |
类名:SwiperAttribute; 方法or属性:curve(value: Curve | string | ICurve): SwiperAttribute; 新版本信息: |
swiper.d.ts |
type有变化 | 类名:TextAttribute; 方法or属性:draggable(value: boolean): TextAttribute; 旧版本信息: |
类名:TextAttribute; 方法or属性:draggable(value: boolean): TextAttribute; 新版本信息: |
text.d.ts |
type有变化 | 类名:TextAreaOptions; 方法or属性:placeholder?: ResourceStr; 旧版本信息: |
类名:TextAreaOptions; 方法or属性:placeholder?: ResourceStr; 新版本信息:?ResourceStr |
text_area.d.ts |
type有变化 | 类名:TextAreaOptions; 方法or属性:text?: ResourceStr; 旧版本信息: |
类名:TextAreaOptions; 方法or属性:text?: ResourceStr; 新版本信息:?ResourceStr |
text_area.d.ts |
type有变化 | 类名:TextAreaOptions; 方法or属性:controller?: TextAreaController; 旧版本信息: |
类名:TextAreaOptions; 方法or属性:controller?: TextAreaController; 新版本信息:?TextAreaController |
text_area.d.ts |
type有变化 | 类名:TextInputOptions; 方法or属性:placeholder?: ResourceStr; 旧版本信息: |
类名:TextInputOptions; 方法or属性:placeholder?: ResourceStr; 新版本信息:?ResourceStr |
text_input.d.ts |
type有变化 | 类名:TextInputOptions; 方法or属性:text?: ResourceStr; 旧版本信息: |
类名:TextInputOptions; 方法or属性:text?: ResourceStr; 新版本信息:?ResourceStr |
text_input.d.ts |
type有变化 | 类名:TextInputOptions; 方法or属性:controller?: TextInputController; 旧版本信息: |
类名:TextInputOptions; 方法or属性:controller?: TextInputController; 新版本信息:?TextInputController |
text_input.d.ts |
type有变化 | 类名:TextPickerRangeContent; 方法or属性:text?: string | Resource; 旧版本信息:string | Resource |
类名:TextPickerRangeContent; 方法or属性:text?: string | Resource; 新版本信息:?(string | Resource) |
text_picker.d.ts |
type有变化 | 类名:TextPickerOptions; 方法or属性:range: string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[]; 旧版本信息:string[] | Resource | TextPickerRangeContent[] |
类名:TextPickerOptions; 方法or属性:range: string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[]; 新版本信息:string[] | string[][] | Resource | TextPickerRangeContent[] | TextCascadePickerRangeContent[] |
text_picker.d.ts |
type有变化 | 类名:TextPickerOptions; 方法or属性:value?: string | string[]; 旧版本信息:string |
类名:TextPickerOptions; 方法or属性:value?: string | string[]; 新版本信息:?(string | string[]) |
text_picker.d.ts |
type有变化 | 类名:TextPickerOptions; 方法or属性:selected?: number | number[]; 旧版本信息: |
类名:TextPickerOptions; 方法or属性:selected?: number | number[]; 新版本信息:?(number | number[]) |
text_picker.d.ts |
type有变化 | 类名:TextPickerResult; 方法or属性:value: string | string[]; 旧版本信息:string |
类名:TextPickerResult; 方法or属性:value: string | string[]; 新版本信息:string | string[] |
text_picker.d.ts |
type有变化 | 类名:TextPickerResult; 方法or属性:index: number | number[]; 旧版本信息: |
类名:TextPickerResult; 方法or属性:index: number | number[]; 新版本信息:number | number[] |
text_picker.d.ts |
type有变化 | 类名:TextPickerDialogOptions; 方法or属性:defaultPickerItemHeight?: number | string; 旧版本信息: |
类名:TextPickerDialogOptions; 方法or属性:defaultPickerItemHeight?: number | string; 新版本信息:number | string |
text_picker.d.ts |
type有变化 | 类名:TextPickerDialogOptions; 方法or属性:disappearTextStyle?: PickerTextStyle; 旧版本信息:PickerTextStyle |
类名:TextPickerDialogOptions; 方法or属性:disappearTextStyle?: PickerTextStyle; 新版本信息:?PickerTextStyle |
text_picker.d.ts |
type有变化 | 类名:TextPickerDialogOptions; 方法or属性:textStyle?: PickerTextStyle; 旧版本信息:PickerTextStyle |
类名:TextPickerDialogOptions; 方法or属性:textStyle?: PickerTextStyle; 新版本信息:?PickerTextStyle |
text_picker.d.ts |
type有变化 | 类名:TextPickerDialogOptions; 方法or属性:selectedTextStyle?: PickerTextStyle; 旧版本信息:PickerTextStyle |
类名:TextPickerDialogOptions; 方法or属性:selectedTextStyle?: PickerTextStyle; 新版本信息:?PickerTextStyle |
text_picker.d.ts |
type有变化 | 类名:TextPickerDialogOptions; 方法or属性:onAccept?: (value: TextPickerResult) => void; 旧版本信息: |
类名:TextPickerDialogOptions; 方法or属性:onAccept?: (value: TextPickerResult) => void; 新版本信息:?((value: TextPickerResult) => void) |
text_picker.d.ts |
type有变化 | 类名:TextPickerDialogOptions; 方法or属性:onCancel?: () => void; 旧版本信息: |
类名:TextPickerDialogOptions; 方法or属性:onCancel?: () => void; 新版本信息:?(() => void) |
text_picker.d.ts |
type有变化 | 类名:TextPickerDialogOptions; 方法or属性:onChange?: (value: TextPickerResult) => void; 旧版本信息: |
类名:TextPickerDialogOptions; 方法or属性:onChange?: (value: TextPickerResult) => void; 新版本信息:?((value: TextPickerResult) => void) |
text_picker.d.ts |
type有变化 | 类名:TextTimerOptions; 方法or属性:isCountDown?: boolean; 旧版本信息: |
类名:TextTimerOptions; 方法or属性:isCountDown?: boolean; 新版本信息:?boolean |
text_timer.d.ts |
type有变化 | 类名:TextTimerOptions; 方法or属性:count?: number; 旧版本信息: |
类名:TextTimerOptions; 方法or属性:count?: number; 新版本信息:?number |
text_timer.d.ts |
type有变化 | 类名:TextTimerOptions; 方法or属性:controller?: TextTimerController; 旧版本信息: |
类名:TextTimerOptions; 方法or属性:controller?: TextTimerController; 新版本信息:?TextTimerController |
text_timer.d.ts |
type有变化 | 类名:TimePickerResult; 方法or属性:hour?: number; 旧版本信息: |
类名:TimePickerResult; 方法or属性:hour?: number; 新版本信息:?number |
time_picker.d.ts |
type有变化 | 类名:TimePickerResult; 方法or属性:minute?: number; 旧版本信息: |
类名:TimePickerResult; 方法or属性:minute?: number; 新版本信息:?number |
time_picker.d.ts |
type有变化 | 类名:TimePickerOptions; 方法or属性:selected?: Date; 旧版本信息: |
类名:TimePickerOptions; 方法or属性:selected?: Date; 新版本信息:?Date |
time_picker.d.ts |
type有变化 | 类名:TimePickerDialogOptions; 方法or属性:useMilitaryTime?: boolean; 旧版本信息: |
类名:TimePickerDialogOptions; 方法or属性:useMilitaryTime?: boolean; 新版本信息:?boolean |
time_picker.d.ts |
type有变化 | 类名:TimePickerDialogOptions; 方法or属性:disappearTextStyle?: PickerTextStyle; 旧版本信息:PickerTextStyle |
类名:TimePickerDialogOptions; 方法or属性:disappearTextStyle?: PickerTextStyle; 新版本信息:?PickerTextStyle |
time_picker.d.ts |
type有变化 | 类名:TimePickerDialogOptions; 方法or属性:textStyle?: PickerTextStyle; 旧版本信息:PickerTextStyle |
类名:TimePickerDialogOptions; 方法or属性:textStyle?: PickerTextStyle; 新版本信息:?PickerTextStyle |
time_picker.d.ts |
type有变化 | 类名:TimePickerDialogOptions; 方法or属性:selectedTextStyle?: PickerTextStyle; 旧版本信息:PickerTextStyle |
类名:TimePickerDialogOptions; 方法or属性:selectedTextStyle?: PickerTextStyle; 新版本信息:?PickerTextStyle |
time_picker.d.ts |
type有变化 | 类名:TimePickerDialogOptions; 方法or属性:onAccept?: (value: TimePickerResult) => void; 旧版本信息: |
类名:TimePickerDialogOptions; 方法or属性:onAccept?: (value: TimePickerResult) => void; 新版本信息:?((value: TimePickerResult) => void) |
time_picker.d.ts |
type有变化 | 类名:TimePickerDialogOptions; 方法or属性:onCancel?: () => void; 旧版本信息: |
类名:TimePickerDialogOptions; 方法or属性:onCancel?: () => void; 新版本信息:?(() => void) |
time_picker.d.ts |
type有变化 | 类名:TimePickerDialogOptions; 方法or属性:onChange?: (value: TimePickerResult) => void; 旧版本信息: |
类名:TimePickerDialogOptions; 方法or属性:onChange?: (value: TimePickerResult) => void; 新版本信息:?((value: TimePickerResult) => void) |
time_picker.d.ts |
type有变化 | 类名:Resource; 方法or属性:readonly id: number; 旧版本信息: |
类名:Resource; 方法or属性:readonly id: number; 新版本信息:number |
units.d.ts |
type有变化 | 类名:Resource; 方法or属性:readonly type: number; 旧版本信息: |
类名:Resource; 方法or属性:readonly type: number; 新版本信息:number |
units.d.ts |
type有变化 | 类名:Resource; 方法or属性:readonly params?: any[]; 旧版本信息: |
类名:Resource; 方法or属性:readonly params?: any[]; 新版本信息:?any[] |
units.d.ts |
type有变化 | 类名:Resource; 方法or属性:readonly bundleName: string; 旧版本信息: |
类名:Resource; 方法or属性:readonly bundleName: string; 新版本信息:string |
units.d.ts |
type有变化 | 类名:Resource; 方法or属性:readonly moduleName: string; 旧版本信息: |
类名:Resource; 方法or属性:readonly moduleName: string; 新版本信息:string |
units.d.ts |
type有变化 | 类名:Font; 方法or属性:size?: Length; 旧版本信息: |
类名:Font; 方法or属性:size?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:MarkStyle; 方法or属性:size?: Length; 旧版本信息:Length |
类名:MarkStyle; 方法or属性:size?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:Font; 方法or属性:weight?: FontWeight | number | string; 旧版本信息: |
类名:Font; 方法or属性:weight?: FontWeight | number | string; 新版本信息:?(FontWeight | number | string) |
units.d.ts |
type有变化 | 类名:Font; 方法or属性:family?: string | Resource; 旧版本信息: |
类名:Font; 方法or属性:family?: string | Resource; 新版本信息:?(string | Resource) |
units.d.ts |
type有变化 | 类名:Font; 方法or属性:style?: FontStyle; 旧版本信息: |
类名:Font; 方法or属性:style?: FontStyle; 新版本信息:?FontStyle |
units.d.ts |
type有变化 | 类名:Area; 方法or属性:width: Length; 旧版本信息: |
类名:Area; 方法or属性:width: Length; 新版本信息:Length |
units.d.ts |
type有变化 | 类名:Area; 方法or属性:height: Length; 旧版本信息: |
类名:Area; 方法or属性:height: Length; 新版本信息:Length |
units.d.ts |
type有变化 | 类名:Area; 方法or属性:position: Position; 旧版本信息: |
类名:Area; 方法or属性:position: Position; 新版本信息:Position |
units.d.ts |
type有变化 | 类名:Area; 方法or属性:globalPosition: Position; 旧版本信息: |
类名:Area; 方法or属性:globalPosition: Position; 新版本信息:Position |
units.d.ts |
type有变化 | 类名:Position; 方法or属性:x?: Length; 旧版本信息: |
类名:Position; 方法or属性:x?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:Position; 方法or属性:y?: Length; 旧版本信息: |
类名:Position; 方法or属性:y?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:ConstraintSizeOptions; 方法or属性:minWidth?: Length; 旧版本信息: |
类名:ConstraintSizeOptions; 方法or属性:minWidth?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:ConstraintSizeOptions; 方法or属性:maxWidth?: Length; 旧版本信息: |
类名:ConstraintSizeOptions; 方法or属性:maxWidth?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:ConstraintSizeOptions; 方法or属性:minHeight?: Length; 旧版本信息: |
类名:ConstraintSizeOptions; 方法or属性:minHeight?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:ConstraintSizeOptions; 方法or属性:maxHeight?: Length; 旧版本信息: |
类名:ConstraintSizeOptions; 方法or属性:maxHeight?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:SizeOptions; 方法or属性:width?: Length; 旧版本信息: |
类名:SizeOptions; 方法or属性:width?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:SizeOptions; 方法or属性:height?: Length; 旧版本信息: |
类名:SizeOptions; 方法or属性:height?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:BorderOptions; 方法or属性:width?: EdgeWidths | Length; 旧版本信息:EdgeWidths | Length |
类名:BorderOptions; 方法or属性:width?: EdgeWidths | Length; 新版本信息:?(EdgeWidths | Length) |
units.d.ts |
type有变化 | 类名:BorderOptions; 方法or属性:color?: EdgeColors | ResourceColor; 旧版本信息:EdgeColors | ResourceColor |
类名:BorderOptions; 方法or属性:color?: EdgeColors | ResourceColor; 新版本信息:?(EdgeColors | ResourceColor) |
units.d.ts |
type有变化 | 类名:BorderOptions; 方法or属性:radius?: BorderRadiuses | Length; 旧版本信息:BorderRadiuses | Length |
类名:BorderOptions; 方法or属性:radius?: BorderRadiuses | Length; 新版本信息:?(BorderRadiuses | Length) |
units.d.ts |
type有变化 | 类名:BorderOptions; 方法or属性:style?: EdgeStyles | BorderStyle; 旧版本信息:EdgeStyles | BorderStyle |
类名:BorderOptions; 方法or属性:style?: EdgeStyles | BorderStyle; 新版本信息:?(EdgeStyles | BorderStyle) |
units.d.ts |
type有变化 | 类名:MarkStyle; 方法or属性:strokeColor?: ResourceColor; 旧版本信息:ResourceColor |
类名:MarkStyle; 方法or属性:strokeColor?: ResourceColor; 新版本信息:?ResourceColor |
units.d.ts |
type有变化 | 类名:MarkStyle; 方法or属性:strokeWidth?: Length; 旧版本信息:Length |
类名:MarkStyle; 方法or属性:strokeWidth?: Length; 新版本信息:?Length |
units.d.ts |
type有变化 | 类名:VideoOptions; 方法or属性:src?: string | Resource; 旧版本信息: |
类名:VideoOptions; 方法or属性:src?: string | Resource; 新版本信息:?(string | Resource) |
video.d.ts |
type有变化 | 类名:VideoOptions; 方法or属性:currentProgressRate?: number | string | PlaybackSpeed; 旧版本信息: |
类名:VideoOptions; 方法or属性:currentProgressRate?: number | string | PlaybackSpeed; 新版本信息:?(number | string | PlaybackSpeed) |
video.d.ts |
type有变化 | 类名:VideoOptions; 方法or属性:previewUri?: string | PixelMap | Resource; 旧版本信息: |
类名:VideoOptions; 方法or属性:previewUri?: string | PixelMap | Resource; 新版本信息:?(string | PixelMap | Resource) |
video.d.ts |
type有变化 | 类名:VideoOptions; 方法or属性:controller?: VideoController; 旧版本信息: |
类名:VideoOptions; 方法or属性:controller?: VideoController; 新版本信息:?VideoController |
video.d.ts |
type有变化 | 类名:WaterFlowOptions; 方法or属性:footer?: CustomBuilder; 旧版本信息: |
类名:WaterFlowOptions; 方法or属性:footer?: CustomBuilder; 新版本信息:?CustomBuilder |
water_flow.d.ts |
type有变化 | 类名:WaterFlowOptions; 方法or属性:scroller?: Scroller; 旧版本信息: |
类名:WaterFlowOptions; 方法or属性:scroller?: Scroller; 新版本信息:?Scroller |
water_flow.d.ts |
type有变化 | 类名:WebMediaOptions; 方法or属性:resumeInterval?: number; 旧版本信息: |
类名:WebMediaOptions; 方法or属性:resumeInterval?: number; 新版本信息:?number |
web.d.ts |
type有变化 | 类名:WebMediaOptions; 方法or属性:audioExclusive?: boolean; 旧版本信息: |
类名:WebMediaOptions; 方法or属性:audioExclusive?: boolean; 新版本信息:?boolean |
web.d.ts |
type有变化 | 类名:Header; 方法or属性:headerKey: string; 旧版本信息: |
类名:Header; 方法or属性:headerKey: string; 新版本信息:string |
web.d.ts |
type有变化 | 类名:Header; 方法or属性:headerValue: string; 旧版本信息: |
类名:Header; 方法or属性:headerValue: string; 新版本信息:string |
web.d.ts |
type有变化 | 类名:WebOptions; 方法or属性:src: string | Resource; 旧版本信息: |
类名:WebOptions; 方法or属性:src: string | Resource; 新版本信息:string | Resource |
web.d.ts |
type有变化 | 类名:WebOptions; 方法or属性:controller: WebController | WebviewController; 旧版本信息:(WebController | WebviewController) |
类名:WebOptions; 方法or属性:controller: WebController | WebviewController; 新版本信息:WebController | WebviewController |
web.d.ts |
type有变化 | 类名:WebAttribute; 方法or属性:javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array<string>, controller: WebController | WebviewController }): WebAttribute; 旧版本信息:controller : WebController | WebviewController |
类名:WebAttribute; 方法or属性:javaScriptProxy(javaScriptProxy: { object: object, name: string, methodList: Array<string>, controller: WebController | WebviewController }): WebAttribute; 新版本信息: |
web.d.ts |
函数有变化 | 类名:FontOptions; 方法or属性:familyName: string; |
类名:FontOptions; 方法or属性:familyName: string | Resource; |
@ohos.font.d.ts |
函数有变化 | 类名:FontOptions; 方法or属性:familySrc: string; |
类名:FontOptions; 方法or属性:familySrc: string | Resource; |
@ohos.font.d.ts |
卡片应用支持性有变化 | 类名:ClickEvent; 方法or属性:screenX: number; 旧版本信息:form |
类名:ClickEvent; 方法or属性:screenX: number; 新版本信息: |
common.d.ts |
卡片应用支持性有变化 | 类名:ClickEvent; 方法or属性:screenY: number; 旧版本信息:form |
类名:ClickEvent; 方法or属性:screenY: number; 新版本信息: |
common.d.ts |
卡片应用支持性有变化 | 类名:TextAttribute; 方法or属性:textShadow(value: ShadowOptions): TextAttribute; 旧版本信息: |
类名:TextAttribute; 方法or属性:textShadow(value: ShadowOptions): TextAttribute; 新版本信息:form |
text.d.ts |