| 操作 | 旧版本 | 新版本 | d.ts文件 |
|---|---|---|---|
| API卡片权限变更 | 类名:uiObserver; API声明:export enum NavDestinationState 差异内容:NA | 类名:uiObserver; API声明:export enum NavDestinationState 差异内容:form | api/@ohos.arkui.observer.d.ts |
| API卡片权限变更 | 类名:NavDestinationState; API声明:ON_SHOWN = 0 差异内容:NA | 类名:NavDestinationState; API声明:ON_SHOWN = 0 差异内容:form | api/@ohos.arkui.observer.d.ts |
| API卡片权限变更 | 类名:NavDestinationState; API声明:ON_HIDDEN = 1 差异内容:NA | 类名:NavDestinationState; API声明:ON_HIDDEN = 1 差异内容:form | api/@ohos.arkui.observer.d.ts |
| API卡片权限变更 | 类名:NavDestinationState; API声明:ON_APPEAR = 2 差异内容:NA | 类名:NavDestinationState; API声明:ON_APPEAR = 2 差异内容:form | api/@ohos.arkui.observer.d.ts |
| API卡片权限变更 | 类名:NavDestinationState; API声明:ON_DISAPPEAR = 3 差异内容:NA | 类名:NavDestinationState; API声明:ON_DISAPPEAR = 3 差异内容:form | api/@ohos.arkui.observer.d.ts |
| API卡片权限变更 | 类名:NavDestinationState; API声明:ON_WILL_SHOW = 4 差异内容:NA | 类名:NavDestinationState; API声明:ON_WILL_SHOW = 4 差异内容:form | api/@ohos.arkui.observer.d.ts |
| API卡片权限变更 | 类名:NavDestinationState; API声明:ON_WILL_HIDE = 5 差异内容:NA | 类名:NavDestinationState; API声明:ON_WILL_HIDE = 5 差异内容:form | api/@ohos.arkui.observer.d.ts |
| API卡片权限变更 | 类名:NavDestinationState; API声明:ON_WILL_APPEAR = 6 差异内容:NA | 类名:NavDestinationState; API声明:ON_WILL_APPEAR = 6 差异内容:form | api/@ohos.arkui.observer.d.ts |
| API卡片权限变更 | 类名:NavDestinationState; API声明:ON_WILL_DISAPPEAR = 7 差异内容:NA | 类名:NavDestinationState; API声明:ON_WILL_DISAPPEAR = 7 差异内容:form | api/@ohos.arkui.observer.d.ts |
| API卡片权限变更 | 类名:NavDestinationState; API声明:ON_BACKPRESS = 100 差异内容:NA | 类名:NavDestinationState; API声明:ON_BACKPRESS = 100 差异内容:form | api/@ohos.arkui.observer.d.ts |
| API卡片权限变更 | 类名:NavigationAttribute; API声明:toolbarConfiguration(value: Array<ToolbarItem> |CustomBuilder, options?: NavigationToolbarOptions): NavigationAttribute; 差异内容:NA | 类名:NavigationAttribute; API声明:toolbarConfiguration(value: Array<ToolbarItem> |CustomBuilder, options?: NavigationToolbarOptions): NavigationAttribute; 差异内容:form | component/navigation.d.ts |
| API卡片权限变更 | 类名:TabsAttribute; API声明:customContentTransition(delegate: TabsCustomContentTransitionCallback): TabsAttribute; 差异内容:NA | 类名:TabsAttribute; API声明:customContentTransition(delegate: (from: number, to: number) => TabContentAnimatedTransition |undefined): TabsAttribute; 差异内容:form | component/tabs.d.ts |
| API卡片权限变更 | 类名:global; API声明:declare namespace curves 差异内容:form | 类名:global; API声明:declare namespace curves 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:curves; API声明:export enum Curve 差异内容:form | 类名:curves; API声明:enum Curve 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:Linear 差异内容:form | 类名:Curve; API声明:Linear 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:Ease 差异内容:form | 类名:Curve; API声明:Ease 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:EaseIn 差异内容:form | 类名:Curve; API声明:EaseIn 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:EaseOut 差异内容:form | 类名:Curve; API声明:EaseOut 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:EaseInOut 差异内容:form | 类名:Curve; API声明:EaseInOut 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:FastOutSlowIn 差异内容:form | 类名:Curve; API声明:FastOutSlowIn 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:LinearOutSlowIn 差异内容:form | 类名:Curve; API声明:LinearOutSlowIn 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:FastOutLinearIn 差异内容:form | 类名:Curve; API声明:FastOutLinearIn 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:ExtremeDeceleration 差异内容:form | 类名:Curve; API声明:ExtremeDeceleration 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:Sharp 差异内容:form | 类名:Curve; API声明:Sharp 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:Rhythm 差异内容:form | 类名:Curve; API声明:Rhythm 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:Smooth 差异内容:form | 类名:Curve; API声明:Smooth 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:Curve; API声明:Friction 差异内容:form | 类名:Curve; API声明:Friction 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:curves; API声明:export interface ICurve 差异内容:form | 类名:curves; API声明:interface ICurve 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:ICurve; API声明:interpolate(fraction: number): number; 差异内容:form | 类名:ICurve; API声明:interpolate(fraction: number): number; 差异内容:NA | api/@ohos.curves.d.ts |
| API卡片权限变更 | 类名:CommonMethod; API声明:renderFit(fitMode: RenderFit): T; 差异内容:form | 类名:CommonMethod; API声明:renderFit(fitMode: RenderFit): T; 差异内容:NA | component/common.d.ts |
| API卡片权限变更 | 类名:global; API声明:declare enum RenderFit 差异内容:form | 类名:global; API声明:declare enum RenderFit 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:CENTER = 0 差异内容:form | 类名:RenderFit; API声明:CENTER = 0 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:TOP = 1 差异内容:form | 类名:RenderFit; API声明:TOP = 1 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:BOTTOM = 2 差异内容:form | 类名:RenderFit; API声明:BOTTOM = 2 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:LEFT = 3 差异内容:form | 类名:RenderFit; API声明:LEFT = 3 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:RIGHT = 4 差异内容:form | 类名:RenderFit; API声明:RIGHT = 4 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:TOP_LEFT = 5 差异内容:form | 类名:RenderFit; API声明:TOP_LEFT = 5 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:TOP_RIGHT = 6 差异内容:form | 类名:RenderFit; API声明:TOP_RIGHT = 6 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:BOTTOM_LEFT = 7 差异内容:form | 类名:RenderFit; API声明:BOTTOM_LEFT = 7 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:BOTTOM_RIGHT = 8 差异内容:form | 类名:RenderFit; API声明:BOTTOM_RIGHT = 8 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:RESIZE_FILL = 9 差异内容:form | 类名:RenderFit; API声明:RESIZE_FILL = 9 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:RESIZE_CONTAIN = 10 差异内容:form | 类名:RenderFit; API声明:RESIZE_CONTAIN = 10 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:RESIZE_CONTAIN_TOP_LEFT = 11 差异内容:form | 类名:RenderFit; API声明:RESIZE_CONTAIN_TOP_LEFT = 11 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:RESIZE_CONTAIN_BOTTOM_RIGHT = 12 差异内容:form | 类名:RenderFit; API声明:RESIZE_CONTAIN_BOTTOM_RIGHT = 12 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:RESIZE_COVER = 13 差异内容:form | 类名:RenderFit; API声明:RESIZE_COVER = 13 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:RESIZE_COVER_TOP_LEFT = 14 差异内容:form | 类名:RenderFit; API声明:RESIZE_COVER_TOP_LEFT = 14 差异内容:NA | component/enums.d.ts |
| API卡片权限变更 | 类名:RenderFit; API声明:RESIZE_COVER_BOTTOM_RIGHT = 15 差异内容:form | 类名:RenderFit; API声明:RESIZE_COVER_BOTTOM_RIGHT = 15 差异内容:NA | component/enums.d.ts |
| API跨平台权限变更 | 类名:ProgressButton; API声明:@Prop content: ResourceStr; 差异内容:crossplatform | 类名:ProgressButton; API声明:@Prop content: string; 差异内容:NA | api/@ohos.arkui.advanced.ProgressButton.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare enum IconType 差异内容:crossplatform | 类名:global; API声明:export declare enum IconType 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:IconType; API声明:BADGE = 1 差异内容:crossplatform | 类名:IconType; API声明:BADGE = 1 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:IconType; API声明:NORMAL_ICON = 2 差异内容:crossplatform | 类名:IconType; API声明:NORMAL_ICON = 2 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:IconType; API声明:SYSTEM_ICON = 3 差异内容:crossplatform | 类名:IconType; API声明:SYSTEM_ICON = 3 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:IconType; API声明:HEAD_SCULPTURE = 4 差异内容:crossplatform | 类名:IconType; API声明:HEAD_SCULPTURE = 4 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:IconType; API声明:APP_ICON = 5 差异内容:crossplatform | 类名:IconType; API声明:APP_ICON = 5 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:IconType; API声明:PREVIEW = 6 差异内容:crossplatform | 类名:IconType; API声明:PREVIEW = 6 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:IconType; API声明:LONGITUDINAL = 7 差异内容:crossplatform | 类名:IconType; API声明:LONGITUDINAL = 7 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:IconType; API声明:VERTICAL = 8 差异内容:crossplatform | 类名:IconType; API声明:VERTICAL = 8 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class OperateIcon 差异内容:crossplatform | 类名:global; API声明:export declare class OperateIcon 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateIcon; API声明:value: ResourceStr; 差异内容:crossplatform | 类名:OperateIcon; API声明:value: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateIcon; API声明:action?: () => void; 差异内容:crossplatform | 类名:OperateIcon; API声明:action?: () => void; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class OperateCheck 差异内容:crossplatform | 类名:global; API声明:export declare class OperateCheck 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateCheck; API声明:isCheck?: boolean; 差异内容:crossplatform | 类名:OperateCheck; API声明:isCheck?: boolean; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateCheck; API声明:onChange?: (value: boolean) => void; 差异内容:crossplatform | 类名:OperateCheck; API声明:onChange?: (value: boolean) => void; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class OperateButton 差异内容:crossplatform | 类名:global; API声明:export declare class OperateButton 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateButton; API声明:text?: ResourceStr; 差异内容:crossplatform | 类名:OperateButton; API声明:text?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class ContentItem 差异内容:crossplatform | 类名:global; API声明:export declare class ContentItem 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:ContentItem; API声明:iconStyle?: IconType; 差异内容:crossplatform | 类名:ContentItem; API声明:iconStyle?: IconType; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:ContentItem; API声明:icon?: ResourceStr; 差异内容:crossplatform | 类名:ContentItem; API声明:icon?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:ContentItem; API声明:primaryText?: ResourceStr; 差异内容:crossplatform | 类名:ContentItem; API声明:primaryText?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:ContentItem; API声明:secondaryText?: ResourceStr; 差异内容:crossplatform | 类名:ContentItem; API声明:secondaryText?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:ContentItem; API声明:description?: ResourceStr; 差异内容:crossplatform | 类名:ContentItem; API声明:description?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class OperateItem 差异内容:crossplatform | 类名:global; API声明:export declare class OperateItem 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateItem; API声明:icon?: OperateIcon; 差异内容:crossplatform | 类名:OperateItem; API声明:icon?: OperateIcon; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateItem; API声明:subIcon?: OperateIcon; 差异内容:crossplatform | 类名:OperateItem; API声明:subIcon?: OperateIcon; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateItem; API声明:button?: OperateButton; 差异内容:crossplatform | 类名:OperateItem; API声明:button?: OperateButton; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateItem; API声明:switch?: OperateCheck; 差异内容:crossplatform | 类名:OperateItem; API声明:switch?: OperateCheck; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateItem; API声明:checkbox?: OperateCheck; 差异内容:crossplatform | 类名:OperateItem; API声明:checkbox?: OperateCheck; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateItem; API声明:radio?: OperateCheck; 差异内容:crossplatform | 类名:OperateItem; API声明:radio?: OperateCheck; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateItem; API声明:image?: ResourceStr; 差异内容:crossplatform | 类名:OperateItem; API声明:image?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateItem; API声明:text?: ResourceStr; 差异内容:crossplatform | 类名:OperateItem; API声明:text?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:OperateItem; API声明:arrow?: OperateIcon; 差异内容:crossplatform | 类名:OperateItem; API声明:arrow?: OperateIcon; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct ComposeListItem 差异内容:crossplatform | 类名:global; API声明:export declare struct ComposeListItem 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:ComposeListItem; API声明:@Prop contentItem?: ContentItem; 差异内容:crossplatform | 类名:ComposeListItem; API声明:@Prop contentItem?: ContentItem; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:ComposeListItem; API声明:@Prop operateItem?: OperateItem; 差异内容:crossplatform | 类名:ComposeListItem; API声明:@Prop operateItem?: OperateItem; 差异内容:NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class ComposeTitleBarMenuItem 差异内容:crossplatform | 类名:global; API声明:export declare class ComposeTitleBarMenuItem 差异内容:NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| API跨平台权限变更 | 类名:ComposeTitleBarMenuItem; API声明:value: ResourceStr; 差异内容:crossplatform | 类名:ComposeTitleBarMenuItem; API声明:value: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| API跨平台权限变更 | 类名:ComposeTitleBarMenuItem; API声明:label?: ResourceStr; 差异内容:crossplatform | 类名:ComposeTitleBarMenuItem; API声明:label?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| API跨平台权限变更 | 类名:ComposeTitleBarMenuItem; API声明:isEnabled?: boolean; 差异内容:crossplatform | 类名:ComposeTitleBarMenuItem; API声明:isEnabled?: boolean; 差异内容:NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| API跨平台权限变更 | 类名:ComposeTitleBarMenuItem; API声明:action?: () => void; 差异内容:crossplatform | 类名:ComposeTitleBarMenuItem; API声明:action?: () => void; 差异内容:NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct ComposeTitleBar 差异内容:crossplatform | 类名:global; API声明:export declare struct ComposeTitleBar 差异内容:NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| API跨平台权限变更 | 类名:ComposeTitleBar; API声明:item?: ComposeTitleBarMenuItem; 差异内容:crossplatform | 类名:ComposeTitleBar; API声明:item?: ComposeTitleBarMenuItem; 差异内容:NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| API跨平台权限变更 | 类名:ComposeTitleBar; API声明:title: ResourceStr; 差异内容:crossplatform | 类名:ComposeTitleBar; API声明:title: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| API跨平台权限变更 | 类名:ComposeTitleBar; API声明:subtitle?: ResourceStr; 差异内容:crossplatform | 类名:ComposeTitleBar; API声明:subtitle?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| API跨平台权限变更 | 类名:ComposeTitleBar; API声明:menuItems?: Array<ComposeTitleBarMenuItem>; 差异内容:crossplatform | 类名:ComposeTitleBar; API声明:menuItems?: Array<ComposeTitleBarMenuItem>; 差异内容:NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class ButtonOptions 差异内容:crossplatform | 类名:global; API声明:export declare class ButtonOptions 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ButtonOptions; API声明:value: ResourceStr; 差异内容:crossplatform | 类名:ButtonOptions; API声明:value: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ButtonOptions; API声明:action?: () => void; 差异内容:crossplatform | 类名:ButtonOptions; API声明:action?: () => void; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ButtonOptions; API声明:background?: ResourceColor; 差异内容:crossplatform | 类名:ButtonOptions; API声明:background?: ResourceColor; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ButtonOptions; API声明:fontColor?: ResourceColor; 差异内容:crossplatform | 类名:ButtonOptions; API声明:fontColor?: ResourceColor; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct TipsDialog 差异内容:crossplatform | 类名:global; API声明:export declare struct TipsDialog 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:controller: CustomDialogController; 差异内容:crossplatform | 类名:TipsDialog; API声明:controller: CustomDialogController; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:imageRes: ResourceStr |PixelMap; 差异内容:crossplatform | 类名:TipsDialog; API声明:imageRes: ResourceStr |PixelMap; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:imageSize?: SizeOptions; 差异内容:crossplatform | 类名:TipsDialog; API声明:imageSize?: SizeOptions; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:title?: ResourceStr; 差异内容:crossplatform | 类名:TipsDialog; API声明:title?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:content?: ResourceStr; 差异内容:crossplatform | 类名:TipsDialog; API声明:content?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:checkTips?: ResourceStr; 差异内容:crossplatform | 类名:TipsDialog; API声明:checkTips?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:@Prop isChecked?: boolean; 差异内容:crossplatform | 类名:TipsDialog; API声明:@Prop isChecked?: boolean; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:checkAction?: (isChecked: boolean) => void; 差异内容:crossplatform | 类名:TipsDialog; API声明:checkAction?: (isChecked: boolean) => void; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:primaryButton?: ButtonOptions; 差异内容:crossplatform | 类名:TipsDialog; API声明:primaryButton?: ButtonOptions; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:secondaryButton?: ButtonOptions; 差异内容:crossplatform | 类名:TipsDialog; API声明:secondaryButton?: ButtonOptions; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:TipsDialog; API声明:onCheckedChange?: Callback<boolean>; 差异内容:crossplatform | 类名:TipsDialog; API声明:onCheckedChange?: Callback<boolean>; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct SelectDialog 差异内容:crossplatform | 类名:global; API声明:export declare struct SelectDialog 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:SelectDialog; API声明:controller: CustomDialogController; 差异内容:crossplatform | 类名:SelectDialog; API声明:controller: CustomDialogController; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:SelectDialog; API声明:title: ResourceStr; 差异内容:crossplatform | 类名:SelectDialog; API声明:title: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:SelectDialog; API声明:content?: ResourceStr; 差异内容:crossplatform | 类名:SelectDialog; API声明:content?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:SelectDialog; API声明:selectedIndex?: number; 差异内容:crossplatform | 类名:SelectDialog; API声明:selectedIndex?: number; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:SelectDialog; API声明:confirm?: ButtonOptions; 差异内容:crossplatform | 类名:SelectDialog; API声明:confirm?: ButtonOptions; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:SelectDialog; API声明:radioContent: Array<SheetInfo>; 差异内容:crossplatform | 类名:SelectDialog; API声明:radioContent: Array<SheetInfo>; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct ConfirmDialog 差异内容:crossplatform | 类名:global; API声明:export declare struct ConfirmDialog 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ConfirmDialog; API声明:controller: CustomDialogController; 差异内容:crossplatform | 类名:ConfirmDialog; API声明:controller: CustomDialogController; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ConfirmDialog; API声明:title: ResourceStr; 差异内容:crossplatform | 类名:ConfirmDialog; API声明:title: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ConfirmDialog; API声明:content?: ResourceStr; 差异内容:crossplatform | 类名:ConfirmDialog; API声明:content?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ConfirmDialog; API声明:checkTips?: ResourceStr; 差异内容:crossplatform | 类名:ConfirmDialog; API声明:checkTips?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ConfirmDialog; API声明:@Prop isChecked?: boolean; 差异内容:crossplatform | 类名:ConfirmDialog; API声明:@Prop isChecked?: boolean; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ConfirmDialog; API声明:primaryButton?: ButtonOptions; 差异内容:crossplatform | 类名:ConfirmDialog; API声明:primaryButton?: ButtonOptions; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ConfirmDialog; API声明:secondaryButton?: ButtonOptions; 差异内容:crossplatform | 类名:ConfirmDialog; API声明:secondaryButton?: ButtonOptions; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:ConfirmDialog; API声明:onCheckedChange?: Callback<boolean>; 差异内容:crossplatform | 类名:ConfirmDialog; API声明:onCheckedChange?: Callback<boolean>; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct AlertDialog 差异内容:crossplatform | 类名:global; API声明:export declare struct AlertDialog 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:AlertDialog; API声明:controller: CustomDialogController; 差异内容:crossplatform | 类名:AlertDialog; API声明:controller: CustomDialogController; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:AlertDialog; API声明:content: ResourceStr; 差异内容:crossplatform | 类名:AlertDialog; API声明:content: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:AlertDialog; API声明:primaryButton?: ButtonOptions; 差异内容:crossplatform | 类名:AlertDialog; API声明:primaryButton?: ButtonOptions; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:AlertDialog; API声明:secondaryButton?: ButtonOptions; 差异内容:crossplatform | 类名:AlertDialog; API声明:secondaryButton?: ButtonOptions; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct LoadingDialog 差异内容:crossplatform | 类名:global; API声明:export declare struct LoadingDialog 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:LoadingDialog; API声明:Controller: CustomDialogController; 差异内容:crossplatform | 类名:LoadingDialog; API声明:Controller: CustomDialogController; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:LoadingDialog; API声明:content?: ResourceStr; 差异内容:crossplatform | 类名:LoadingDialog; API声明:content?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class SelectTitleBarMenuItem 差异内容:crossplatform | 类名:global; API声明:export declare class SelectTitleBarMenuItem 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBarMenuItem; API声明:value: ResourceStr; 差异内容:crossplatform | 类名:SelectTitleBarMenuItem; API声明:value: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBarMenuItem; API声明:label?: ResourceStr; 差异内容:crossplatform | 类名:SelectTitleBarMenuItem; API声明:label?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBarMenuItem; API声明:isEnabled?: boolean; 差异内容:crossplatform | 类名:SelectTitleBarMenuItem; API声明:isEnabled?: boolean; 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBarMenuItem; API声明:action?: () => void; 差异内容:crossplatform | 类名:SelectTitleBarMenuItem; API声明:action?: () => void; 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct SelectTitleBar 差异内容:crossplatform | 类名:global; API声明:export declare struct SelectTitleBar 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBar; API声明:@Prop selected: number; 差异内容:crossplatform | 类名:SelectTitleBar; API声明:@Prop selected: number; 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBar; API声明:options: Array<SelectOption>; 差异内容:crossplatform | 类名:SelectTitleBar; API声明:options: Array<SelectOption>; 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBar; API声明:menuItems?: Array<SelectTitleBarMenuItem>; 差异内容:crossplatform | 类名:SelectTitleBar; API声明:menuItems?: Array<SelectTitleBarMenuItem>; 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBar; API声明:subtitle?: ResourceStr; 差异内容:crossplatform | 类名:SelectTitleBar; API声明:subtitle?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBar; API声明:badgeValue?: number; 差异内容:crossplatform | 类名:SelectTitleBar; API声明:badgeValue?: number; 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBar; API声明:hidesBackButton?: boolean; 差异内容:crossplatform | 类名:SelectTitleBar; API声明:hidesBackButton?: boolean; 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:SelectTitleBar; API声明:onSelected?: ((index: number) => void); 差异内容:crossplatform | 类名:SelectTitleBar; API声明:onSelected?: ((index: number) => void); 差异内容:NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare enum OperationType 差异内容:crossplatform | 类名:global; API声明:export declare enum OperationType 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:OperationType; API声明:TEXT_ARROW = 0 差异内容:crossplatform | 类名:OperationType; API声明:TEXT_ARROW = 0 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:OperationType; API声明:BUTTON = 1 差异内容:crossplatform | 类名:OperationType; API声明:BUTTON = 1 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:OperationType; API声明:ICON_GROUP = 2 差异内容:crossplatform | 类名:OperationType; API声明:ICON_GROUP = 2 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:OperationType; API声明:LOADING = 3 差异内容:crossplatform | 类名:OperationType; API声明:LOADING = 3 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class OperationOption 差异内容:crossplatform | 类名:global; API声明:export declare class OperationOption 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:OperationOption; API声明:value: ResourceStr; 差异内容:crossplatform | 类名:OperationOption; API声明:value: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:OperationOption; API声明:action?: () => void; 差异内容:crossplatform | 类名:OperationOption; API声明:action?: () => void; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class SelectOptions 差异内容:crossplatform | 类名:global; API声明:export declare class SelectOptions 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SelectOptions; API声明:options: Array<SelectOption>; 差异内容:crossplatform | 类名:SelectOptions; API声明:options: Array<SelectOption>; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SelectOptions; API声明:selected?: number; 差异内容:crossplatform | 类名:SelectOptions; API声明:selected?: number; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SelectOptions; API声明:value?: ResourceStr; 差异内容:crossplatform | 类名:SelectOptions; API声明:value?: string; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SelectOptions; API声明:onSelect?: (index: number, value?: string) => void; 差异内容:crossplatform | 类名:SelectOptions; API声明:onSelect?: (index: number, value?: string) => void; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class SymbolOptions 差异内容:crossplatform | 类名:global; API声明:export declare class SymbolOptions 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SymbolOptions; API声明:fontSize?: number |string |Resource; 差异内容:crossplatform | 类名:SymbolOptions; API声明:fontSize?: number |string |Resource; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SymbolOptions; API声明:fontColor?: Array<ResourceColor>; 差异内容:crossplatform | 类名:SymbolOptions; API声明:fontColor?: Array<ResourceColor>; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SymbolOptions; API声明:fontWeight?: number |FontWeight |string; 差异内容:crossplatform | 类名:SymbolOptions; API声明:fontWeight?: number |FontWeight |string; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SymbolOptions; API声明:effectStrategy?: SymbolEffectStrategy; 差异内容:crossplatform | 类名:SymbolOptions; API声明:effectStrategy?: SymbolEffectStrategy; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SymbolOptions; API声明:renderingStrategy?: SymbolRenderingStrategy; 差异内容:crossplatform | 类名:SymbolOptions; API声明:renderingStrategy?: SymbolRenderingStrategy; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct SubHeader 差异内容:crossplatform | 类名:global; API声明:export declare struct SubHeader 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:@Prop icon?: ResourceStr; 差异内容:crossplatform | 类名:SubHeader; API声明:@Prop icon?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:@Prop primaryTitle?: ResourceStr; 差异内容:crossplatform | 类名:SubHeader; API声明:@Prop primaryTitle?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:@Prop secondaryTitle?: ResourceStr; 差异内容:crossplatform | 类名:SubHeader; API声明:@Prop secondaryTitle?: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:select?: SelectOptions; 差异内容:crossplatform | 类名:SubHeader; API声明:select?: SelectOptions; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:@Prop operationType?: OperationType; 差异内容:crossplatform | 类名:SubHeader; API声明:@Prop operationType?: OperationType; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:operationItem?: Array<OperationOption>; 差异内容:crossplatform | 类名:SubHeader; API声明:operationItem?: Array<OperationOption>; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:primaryTitleModifier?: TextModifier; 差异内容:crossplatform | 类名:SubHeader; API声明:primaryTitleModifier?: TextModifier; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:secondaryTitleModifier?: TextModifier; 差异内容:crossplatform | 类名:SubHeader; API声明:secondaryTitleModifier?: TextModifier; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:@BuilderParam titleBuilder?: () => void; 差异内容:crossplatform | 类名:SubHeader; API声明:@BuilderParam titleBuilder?: () => void; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:@Prop contentMargin?: LocalizedMargin; 差异内容:crossplatform | 类名:SubHeader; API声明:@Prop contentMargin?: LocalizedMargin; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:SubHeader; API声明:@Prop contentPadding?: LocalizedPadding; 差异内容:crossplatform | 类名:SubHeader; API声明:@Prop contentPadding?: LocalizedPadding; 差异内容:NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct SwipeRefresher 差异内容:crossplatform | 类名:global; API声明:export declare struct SwipeRefresher 差异内容:NA | api/@ohos.arkui.advanced.SwipeRefresher.d.ets |
| API跨平台权限变更 | 类名:SwipeRefresher; API声明:@Prop content?: ResourceStr; 差异内容:crossplatform | 类名:SwipeRefresher; API声明:@Prop content?: string; 差异内容:NA | api/@ohos.arkui.advanced.SwipeRefresher.d.ets |
| API跨平台权限变更 | 类名:SwipeRefresher; API声明:@Prop isLoading: boolean; 差异内容:crossplatform | 类名:SwipeRefresher; API声明:@Prop isLoading: boolean; 差异内容:NA | api/@ohos.arkui.advanced.SwipeRefresher.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare enum ItemState 差异内容:crossplatform | 类名:global; API声明:export declare enum ItemState 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ItemState; API声明:ENABLE = 1 差异内容:crossplatform | 类名:ItemState; API声明:ENABLE = 1 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ItemState; API声明:DISABLE = 2 差异内容:crossplatform | 类名:ItemState; API声明:DISABLE = 2 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ItemState; API声明:ACTIVATE = 3 差异内容:crossplatform | 类名:ItemState; API声明:ACTIVATE = 3 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class ToolBarOption 差异内容:crossplatform | 类名:global; API声明:export declare class ToolBarOption 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarOption; API声明:content: ResourceStr; 差异内容:crossplatform | 类名:ToolBarOption; API声明:content: ResourceStr; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarOption; API声明:action?: () => void; 差异内容:crossplatform | 类名:ToolBarOption; API声明:action?: () => void; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarOption; API声明:icon?: Resource; 差异内容:crossplatform | 类名:ToolBarOption; API声明:icon?: Resource; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarOption; API声明:state?: ItemState; 差异内容:crossplatform | 类名:ToolBarOption; API声明:state?: ItemState; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarOption; API声明:textColor?: ResourceColor; 差异内容:crossplatform | 类名:ToolBarOption; API声明:textColor?: ResourceColor; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarOption; API声明:activatedTextColor?: ResourceColor; 差异内容:crossplatform | 类名:ToolBarOption; API声明:activatedTextColor?: ResourceColor; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarOption; API声明:iconColor?: ResourceColor; 差异内容:crossplatform | 类名:ToolBarOption; API声明:iconColor?: ResourceColor; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarOption; API声明:activatedIconColor?: ResourceColor; 差异内容:crossplatform | 类名:ToolBarOption; API声明:activatedIconColor?: ResourceColor; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class ToolBarOptions 差异内容:crossplatform | 类名:global; API声明:export declare class ToolBarOptions 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare class ToolBarModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ToolBarModifier 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarModifier; API声明:height(height: LengthMetrics): ToolBarModifier; 差异内容:crossplatform | 类名:ToolBarModifier; API声明:height(height: LengthMetrics): ToolBarModifier; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarModifier; API声明:backgroundColor(backgroundColor: ResourceColor): ToolBarModifier; 差异内容:crossplatform | 类名:ToolBarModifier; API声明:backgroundColor(backgroundColor: ResourceColor): ToolBarModifier; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarModifier; API声明:padding(padding: LengthMetrics): ToolBarModifier; 差异内容:crossplatform | 类名:ToolBarModifier; API声明:padding(padding: LengthMetrics): ToolBarModifier; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBarModifier; API声明:stateEffect(stateEffect: boolean): ToolBarModifier; 差异内容:crossplatform | 类名:ToolBarModifier; API声明:stateEffect(stateEffect: boolean): ToolBarModifier; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:global; API声明:export declare struct ToolBar 差异内容:crossplatform | 类名:global; API声明:export declare struct ToolBar 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBar; API声明:@ObjectLink toolBarList: ToolBarOptions; 差异内容:crossplatform | 类名:ToolBar; API声明:@ObjectLink toolBarList: ToolBarOptions; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBar; API声明:@Prop activateIndex?: number; 差异内容:crossplatform | 类名:ToolBar; API声明:@Prop activateIndex?: number; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBar; API声明:controller: TabsController; 差异内容:crossplatform | 类名:ToolBar; API声明:controller: TabsController; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBar; API声明:@Prop dividerModifier?: DividerModifier; 差异内容:crossplatform | 类名:ToolBar; API声明:@Prop dividerModifier?: DividerModifier; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:ToolBar; API声明:@Prop toolBarModifier?: ToolBarModifier; 差异内容:crossplatform | 类名:ToolBar; API声明:@Prop toolBarModifier?: ToolBarModifier; 差异内容:NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| API跨平台权限变更 | 类名:global; API声明:declare namespace dragController 差异内容:crossplatform | 类名:global; API声明:declare namespace dragController 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:const enum DragStatus 差异内容:crossplatform | 类名:dragController; API声明:const enum DragStatus 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragStatus; API声明:STARTED = 0 差异内容:crossplatform | 类名:DragStatus; API声明:STARTED = 0 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragStatus; API声明:ENDED = 1 差异内容:crossplatform | 类名:DragStatus; API声明:ENDED = 1 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:interface DragAndDropInfo 差异内容:crossplatform | 类名:dragController; API声明:interface DragAndDropInfo 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragAndDropInfo; API声明:status: DragStatus; 差异内容:crossplatform | 类名:DragAndDropInfo; API声明:status: DragStatus; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragAndDropInfo; API声明:event: DragEvent; 差异内容:crossplatform | 类名:DragAndDropInfo; API声明:event: DragEvent; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragAndDropInfo; API声明:extraParams?: string; 差异内容:crossplatform | 类名:DragAndDropInfo; API声明:extraParams?: string; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:interface DragAction 差异内容:crossplatform | 类名:dragController; API声明:interface DragAction 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragAction; API声明:startDrag(): Promise<void>; 差异内容:crossplatform | 类名:DragAction; API声明:startDrag(): Promise<void>; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragAction; API声明:on(type: 'statusChange', callback: Callback<DragAndDropInfo>): void; 差异内容:crossplatform | 类名:DragAction; API声明:on(type: 'statusChange', callback: Callback<DragAndDropInfo>): void; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragAction; API声明:off(type: 'statusChange', callback?: Callback<DragAndDropInfo>): void; 差异内容:crossplatform | 类名:DragAction; API声明:off(type: 'statusChange', callback?: Callback<DragAndDropInfo>): void; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:interface DragInfo 差异内容:crossplatform | 类名:dragController; API声明:interface DragInfo 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragInfo; API声明:pointerId: number; 差异内容:crossplatform | 类名:DragInfo; API声明:pointerId: number; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragInfo; API声明:data?: unifiedDataChannel.UnifiedData; 差异内容:crossplatform | 类名:DragInfo; API声明:data?: unifiedDataChannel.UnifiedData; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragInfo; API声明:extraParams?: string; 差异内容:crossplatform | 类名:DragInfo; API声明:extraParams?: string; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragInfo; API声明:touchPoint?: TouchPoint; 差异内容:crossplatform | 类名:DragInfo; API声明:touchPoint?: TouchPoint; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragInfo; API声明:previewOptions?: DragPreviewOptions; 差异内容:crossplatform | 类名:DragInfo; API声明:previewOptions?: DragPreviewOptions; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:interface AnimationOptions 差异内容:crossplatform | 类名:dragController; API声明:interface AnimationOptions 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:AnimationOptions; API声明:duration?: number; 差异内容:crossplatform | 类名:AnimationOptions; API声明:duration?: number; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:AnimationOptions; API声明:curve?: Curve |ICurve; 差异内容:crossplatform | 类名:AnimationOptions; API声明:curve?: Curve |ICurve; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:export class DragPreview 差异内容:crossplatform | 类名:dragController; API声明:export class DragPreview 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragPreview; API声明:setForegroundColor(color: ResourceColor): void; 差异内容:crossplatform | 类名:DragPreview; API声明:setForegroundColor(color: ResourceColor): void; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragPreview; API声明:animate(options: AnimationOptions, handler: () => void): void; 差异内容:crossplatform | 类名:DragPreview; API声明:animate(options: AnimationOptions, handler: () => void): void; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:interface DragEventParam 差异内容:crossplatform | 类名:dragController; API声明:interface DragEventParam 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragEventParam; API声明:event: DragEvent; 差异内容:crossplatform | 类名:DragEventParam; API声明:event: DragEvent; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:DragEventParam; API声明:extraParams: string; 差异内容:crossplatform | 类名:DragEventParam; API声明:extraParams: string; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback<DragEventParam>): void; 差异内容:crossplatform | 类名:dragController; API声明:function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback<DragEventParam>): void; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo): Promise<DragEventParam>; 差异内容:crossplatform | 类名:dragController; API声明:function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo): Promise<DragEventParam>; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:function createDragAction(customArray: Array<CustomBuilder |DragItemInfo>, dragInfo: DragInfo): DragAction; 差异内容:crossplatform | 类名:dragController; API声明:function createDragAction(customArray: Array<CustomBuilder |DragItemInfo>, dragInfo: DragInfo): DragAction; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:dragController; API声明:function getDragPreview(): DragPreview; 差异内容:crossplatform | 类名:dragController; API声明:function getDragPreview(): DragPreview; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class DragController 差异内容:crossplatform | 类名:global; API声明:export class DragController 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| API跨平台权限变更 | 类名:DragController; API声明:executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: dragController.DragInfo, callback: AsyncCallback<dragController.DragEventParam>): void; 差异内容:crossplatform | 类名:DragController; API声明:executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: dragController.DragInfo, callback: AsyncCallback<dragController.DragEventParam>): void; 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| API跨平台权限变更 | 类名:DragController; API声明:executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: dragController.DragInfo): Promise<dragController.DragEventParam>; 差异内容:crossplatform | 类名:DragController; API声明:executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: dragController.DragInfo): Promise<dragController.DragEventParam>; 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| API跨平台权限变更 | 类名:DragController; API声明:createDragAction(customArray: Array<CustomBuilder |DragItemInfo>, dragInfo: dragController.DragInfo): dragController.DragAction; 差异内容:crossplatform | 类名:DragController; API声明:createDragAction(customArray: Array<CustomBuilder |DragItemInfo>, dragInfo: dragController.DragInfo): dragController.DragAction; 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| API跨平台权限变更 | 类名:DragController; API声明:getDragPreview(): dragController.DragPreview; 差异内容:crossplatform | 类名:DragController; API声明:getDragPreview(): dragController.DragPreview; 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| API跨平台权限变更 | 类名:UIContext; API声明:getDragController(): DragController; 差异内容:crossplatform | 类名:UIContext; API声明:getDragController(): DragController; 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function on(type: 'add' |'remove' |'change', callback: Callback<number>): void; 差异内容:crossplatform | 类名:display; API声明:function on(type: 'add' |'remove' |'change', callback: Callback<number>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function on(type: 'add' |'remove' |'change', callback: Callback<number>): void; 差异内容:crossplatform | 类名:display; API声明:function on(type: 'add' |'remove' |'change', callback: Callback<number>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function on(type: 'add' |'remove' |'change', callback: Callback<number>): void; 差异内容:crossplatform | 类名:display; API声明:function on(type: 'add' |'remove' |'change', callback: Callback<number>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void; 差异内容:crossplatform | 类名:display; API声明:function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void; 差异内容:crossplatform | 类名:display; API声明:function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void; 差异内容:crossplatform | 类名:display; API声明:function off(type: 'add' |'remove' |'change', callback?: Callback<number>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function isFoldable(): boolean; 差异内容:crossplatform | 类名:display; API声明:function isFoldable(): boolean; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function getFoldStatus(): FoldStatus; 差异内容:crossplatform | 类名:display; API声明:function getFoldStatus(): FoldStatus; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function on(type: 'foldStatusChange', callback: Callback<FoldStatus>): void; 差异内容:crossplatform | 类名:display; API声明:function on(type: 'foldStatusChange', callback: Callback<FoldStatus>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function off(type: 'foldStatusChange', callback?: Callback<FoldStatus>): void; 差异内容:crossplatform | 类名:display; API声明:function off(type: 'foldStatusChange', callback?: Callback<FoldStatus>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function on(type: 'foldAngleChange', callback: Callback<Array<number>>): void; 差异内容:crossplatform | 类名:display; API声明:function on(type: 'foldAngleChange', callback: Callback<Array<number>>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function off(type: 'foldAngleChange', callback?: Callback<Array<number>>): void; 差异内容:crossplatform | 类名:display; API声明:function off(type: 'foldAngleChange', callback?: Callback<Array<number>>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function getFoldDisplayMode(): FoldDisplayMode; 差异内容:crossplatform | 类名:display; API声明:function getFoldDisplayMode(): FoldDisplayMode; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function on(type: 'foldDisplayModeChange', callback: Callback<FoldDisplayMode>): void; 差异内容:crossplatform | 类名:display; API声明:function on(type: 'foldDisplayModeChange', callback: Callback<FoldDisplayMode>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:function off(type: 'foldDisplayModeChange', callback?: Callback<FoldDisplayMode>): void; 差异内容:crossplatform | 类名:display; API声明:function off(type: 'foldDisplayModeChange', callback?: Callback<FoldDisplayMode>): void; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:enum FoldStatus 差异内容:crossplatform | 类名:display; API声明:enum FoldStatus 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:FoldStatus; API声明:FOLD_STATUS_UNKNOWN = 0 差异内容:crossplatform | 类名:FoldStatus; API声明:FOLD_STATUS_UNKNOWN = 0 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:FoldStatus; API声明:FOLD_STATUS_EXPANDED = 1 差异内容:crossplatform | 类名:FoldStatus; API声明:FOLD_STATUS_EXPANDED 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:FoldStatus; API声明:FOLD_STATUS_HALF_FOLDED = 3 差异内容:crossplatform | 类名:FoldStatus; API声明:FOLD_STATUS_HALF_FOLDED 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:display; API声明:enum FoldDisplayMode 差异内容:crossplatform | 类名:display; API声明:enum FoldDisplayMode 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:Display; API声明:xDPI: number; 差异内容:crossplatform | 类名:Display; API声明:xDPI: number; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:Display; API声明:yDPI: number; 差异内容:crossplatform | 类名:Display; API声明:yDPI: number; 差异内容:NA | api/@ohos.display.d.ts |
| API跨平台权限变更 | 类名:router; API声明:interface RouterOptions 差异内容:crossplatform | 类名:router; API声明:interface RouterOptions 差异内容:NA | api/@ohos.router.d.ts |
| API跨平台权限变更 | 类名:RouterOptions; API声明:url: string; 差异内容:crossplatform | 类名:RouterOptions; API声明:url: string; 差异内容:NA | api/@ohos.router.d.ts |
| API跨平台权限变更 | 类名:RouterOptions; API声明:params?: Object; 差异内容:crossplatform | 类名:RouterOptions; API声明:params?: Object; 差异内容:NA | api/@ohos.router.d.ts |
| API跨平台权限变更 | 类名:window; API声明:enum WindowStatusType 差异内容:crossplatform | 类名:window; API声明:enum WindowStatusType 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:WindowStatusType; API声明:UNDEFINED = 0 差异内容:crossplatform | 类名:WindowStatusType; API声明:UNDEFINED = 0 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:WindowStatusType; API声明:FULL_SCREEN = 1 差异内容:crossplatform | 类名:WindowStatusType; API声明:FULL_SCREEN 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:WindowStatusType; API声明:MINIMIZE = 3 差异内容:crossplatform | 类名:WindowStatusType; API声明:MINIMIZE 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:WindowStatusType; API声明:FLOATING = 4 差异内容:crossplatform | 类名:WindowStatusType; API声明:FLOATING 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:WindowStatusType; API声明:SPLIT_SCREEN = 5 差异内容:crossplatform | 类名:WindowStatusType; API声明:SPLIT_SCREEN 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:window; API声明:interface SystemBarProperties 差异内容:crossplatform | 类名:window; API声明:interface SystemBarProperties 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:SystemBarProperties; API声明:statusBarColor?: string; 差异内容:crossplatform | 类名:SystemBarProperties; API声明:statusBarColor?: string; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:SystemBarProperties; API声明:isStatusBarLightIcon?: boolean; 差异内容:crossplatform | 类名:SystemBarProperties; API声明:isStatusBarLightIcon?: boolean; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:SystemBarProperties; API声明:navigationBarColor?: string; 差异内容:crossplatform | 类名:SystemBarProperties; API声明:navigationBarColor?: string; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:SystemBarProperties; API声明:isNavigationBarLightIcon?: boolean; 差异内容:crossplatform | 类名:SystemBarProperties; API声明:isNavigationBarLightIcon?: boolean; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:SystemBarProperties; API声明:enableStatusBarAnimation?: boolean; 差异内容:crossplatform | 类名:SystemBarProperties; API声明:enableStatusBarAnimation?: boolean; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:window; API声明:interface AvoidAreaOptions 差异内容:crossplatform | 类名:window; API声明:interface AvoidAreaOptions 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:AvoidAreaOptions; API声明:type: AvoidAreaType; 差异内容:crossplatform | 类名:AvoidAreaOptions; API声明:type: AvoidAreaType; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:AvoidAreaOptions; API声明:area: AvoidArea; 差异内容:crossplatform | 类名:AvoidAreaOptions; API声明:area: AvoidArea; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:Window; API声明:setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise<void>; 差异内容:crossplatform | 类名:Window; API声明:setWindowSystemBarProperties(systemBarProperties: SystemBarProperties): Promise<void>; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:Window; API声明:on(type: 'avoidAreaChange', callback: Callback<AvoidAreaOptions>): void; 差异内容:crossplatform | 类名:Window; API声明:on(type: 'avoidAreaChange', callback: Callback<AvoidAreaOptions>): void; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:Window; API声明:off(type: 'avoidAreaChange', callback?: Callback<AvoidAreaOptions>): void; 差异内容:crossplatform | 类名:Window; API声明:off(type: 'avoidAreaChange', callback?: Callback<AvoidAreaOptions>): void; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:Window; API声明:on(type: 'windowStatusChange', callback: Callback<WindowStatusType>): void; 差异内容:crossplatform | 类名:Window; API声明:on(type: 'windowStatusChange', callback: Callback<WindowStatusType>): void; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:Window; API声明:off(type: 'windowStatusChange', callback?: Callback<WindowStatusType>): void; 差异内容:crossplatform | 类名:Window; API声明:off(type: 'windowStatusChange', callback?: Callback<WindowStatusType>): void; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:Window; API声明:setWindowPrivacyMode(isPrivacyMode: boolean): Promise<void>; 差异内容:crossplatform | 类名:Window; API声明:setWindowPrivacyMode(isPrivacyMode: boolean): Promise<void>; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:Window; API声明:setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): void; 差异内容:crossplatform | 类名:Window; API声明:setWindowPrivacyMode(isPrivacyMode: boolean, callback: AsyncCallback<void>): void; 差异内容:NA | api/@ohos.window.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class AlphabetIndexerModifier 差异内容:crossplatform | 类名:global; API声明:export declare class AlphabetIndexerModifier 差异内容:NA | api/arkui/AlphabetIndexerModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class BlankModifier 差异内容:crossplatform | 类名:global; API声明:export declare class BlankModifier 差异内容:NA | api/arkui/BlankModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ButtonModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ButtonModifier 差异内容:NA | api/arkui/ButtonModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class CalendarPickerModifier 差异内容:crossplatform | 类名:global; API声明:export declare class CalendarPickerModifier 差异内容:NA | api/arkui/CalendarPickerModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class CheckboxGroupModifier 差异内容:crossplatform | 类名:global; API声明:export declare class CheckboxGroupModifier 差异内容:NA | api/arkui/CheckboxGroupModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class CheckboxModifier 差异内容:crossplatform | 类名:global; API声明:export declare class CheckboxModifier 差异内容:NA | api/arkui/CheckboxModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ColumnModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ColumnModifier 差异内容:NA | api/arkui/ColumnModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ColumnSplitModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ColumnSplitModifier 差异内容:NA | api/arkui/ColumnSplitModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class CommonModifier 差异内容:crossplatform | 类名:global; API声明:export declare class CommonModifier 差异内容:NA | api/arkui/CommonModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class CounterModifier 差异内容:crossplatform | 类名:global; API声明:export declare class CounterModifier 差异内容:NA | api/arkui/CounterModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class DataPanelModifier 差异内容:crossplatform | 类名:global; API声明:export declare class DataPanelModifier 差异内容:NA | api/arkui/DataPanelModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class DatePickerModifier 差异内容:crossplatform | 类名:global; API声明:export declare class DatePickerModifier 差异内容:NA | api/arkui/DatePickerModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class DividerModifier 差异内容:crossplatform | 类名:global; API声明:export declare class DividerModifier 差异内容:NA | api/arkui/DividerModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class GaugeModifier 差异内容:crossplatform | 类名:global; API声明:export declare class GaugeModifier 差异内容:NA | api/arkui/GaugeModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class GridColModifier 差异内容:crossplatform | 类名:global; API声明:export declare class GridColModifier 差异内容:NA | api/arkui/GridColModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class GridItemModifier 差异内容:crossplatform | 类名:global; API声明:export declare class GridItemModifier 差异内容:NA | api/arkui/GridItemModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class GridModifier 差异内容:crossplatform | 类名:global; API声明:export declare class GridModifier 差异内容:NA | api/arkui/GridModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class GridRowModifier 差异内容:crossplatform | 类名:global; API声明:export declare class GridRowModifier 差异内容:NA | api/arkui/GridRowModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class HyperlinkModifier 差异内容:crossplatform | 类名:global; API声明:export declare class HyperlinkModifier 差异内容:NA | api/arkui/HyperlinkModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ImageAnimatorModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ImageAnimatorModifier 差异内容:NA | api/arkui/ImageAnimatorModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ImageModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ImageModifier 差异内容:NA | api/arkui/ImageModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ImageSpanModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ImageSpanModifier 差异内容:NA | api/arkui/ImageSpanModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class LineModifier 差异内容:crossplatform | 类名:global; API声明:export declare class LineModifier 差异内容:NA | api/arkui/LineModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ListItemGroupModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ListItemGroupModifier 差异内容:NA | api/arkui/ListItemGroupModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ListItemModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ListItemModifier 差异内容:NA | api/arkui/ListItemModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ListModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ListModifier 差异内容:NA | api/arkui/ListModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class LoadingProgressModifier 差异内容:crossplatform | 类名:global; API声明:export declare class LoadingProgressModifier 差异内容:NA | api/arkui/LoadingProgressModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class MarqueeModifier 差异内容:crossplatform | 类名:global; API声明:export declare class MarqueeModifier 差异内容:NA | api/arkui/MarqueeModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class MenuItemModifier 差异内容:crossplatform | 类名:global; API声明:export declare class MenuItemModifier 差异内容:NA | api/arkui/MenuItemModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class MenuModifier 差异内容:crossplatform | 类名:global; API声明:export declare class MenuModifier 差异内容:NA | api/arkui/MenuModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class NavDestinationModifier 差异内容:crossplatform | 类名:global; API声明:export declare class NavDestinationModifier 差异内容:NA | api/arkui/NavDestinationModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class NavigationModifier 差异内容:crossplatform | 类名:global; API声明:export declare class NavigationModifier 差异内容:NA | api/arkui/NavigationModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class PathModifier 差异内容:crossplatform | 类名:global; API声明:export declare class PathModifier 差异内容:NA | api/arkui/PathModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class PatternLockModifier 差异内容:crossplatform | 类名:global; API声明:export declare class PatternLockModifier 差异内容:NA | api/arkui/PatternLockModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class PolygonModifier 差异内容:crossplatform | 类名:global; API声明:export declare class PolygonModifier 差异内容:NA | api/arkui/PolygonModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class PolylineModifier 差异内容:crossplatform | 类名:global; API声明:export declare class PolylineModifier 差异内容:NA | api/arkui/PolylineModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ProgressModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ProgressModifier 差异内容:NA | api/arkui/ProgressModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class RadioModifier 差异内容:crossplatform | 类名:global; API声明:export declare class RadioModifier 差异内容:NA | api/arkui/RadioModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class RatingModifier 差异内容:crossplatform | 类名:global; API声明:export declare class RatingModifier 差异内容:NA | api/arkui/RatingModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class RectModifier 差异内容:crossplatform | 类名:global; API声明:export declare class RectModifier 差异内容:NA | api/arkui/RectModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class RichEditorModifier 差异内容:crossplatform | 类名:global; API声明:export declare class RichEditorModifier 差异内容:NA | api/arkui/RichEditorModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class RowModifier 差异内容:crossplatform | 类名:global; API声明:export declare class RowModifier 差异内容:NA | api/arkui/RowModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class RowSplitModifier 差异内容:crossplatform | 类名:global; API声明:export declare class RowSplitModifier 差异内容:NA | api/arkui/RowSplitModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ScrollModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ScrollModifier 差异内容:NA | api/arkui/ScrollModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class SearchModifier 差异内容:crossplatform | 类名:global; API声明:export declare class SearchModifier 差异内容:NA | api/arkui/SearchModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class SelectModifier 差异内容:crossplatform | 类名:global; API声明:export declare class SelectModifier 差异内容:NA | api/arkui/SelectModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ShapeModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ShapeModifier 差异内容:NA | api/arkui/ShapeModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class SideBarContainerModifier 差异内容:crossplatform | 类名:global; API声明:export declare class SideBarContainerModifier 差异内容:NA | api/arkui/SideBarContainerModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class SliderModifier 差异内容:crossplatform | 类名:global; API声明:export declare class SliderModifier 差异内容:NA | api/arkui/SliderModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class SpanModifier 差异内容:crossplatform | 类名:global; API声明:export declare class SpanModifier 差异内容:NA | api/arkui/SpanModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class StackModifier 差异内容:crossplatform | 类名:global; API声明:export declare class StackModifier 差异内容:NA | api/arkui/StackModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class StepperItemModifier 差异内容:crossplatform | 类名:global; API声明:export declare class StepperItemModifier 差异内容:NA | api/arkui/StepperItemModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class SwiperModifier 差异内容:crossplatform | 类名:global; API声明:export declare class SwiperModifier 差异内容:NA | api/arkui/SwiperModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class SymbolGlyphModifier 差异内容:crossplatform | 类名:global; API声明:export declare class SymbolGlyphModifier 差异内容:NA | api/arkui/SymbolGlyphModifier.d.ts |
| API跨平台权限变更 | 类名:SymbolGlyphModifier; API声明:applyNormalAttribute?(instance: SymbolGlyphAttribute): void; 差异内容:crossplatform | 类名:SymbolGlyphModifier; API声明:applyNormalAttribute?(instance: SymbolGlyphAttribute): void; 差异内容:NA | api/arkui/SymbolGlyphModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class SymbolSpanModifier 差异内容:crossplatform | 类名:global; API声明:export declare class SymbolSpanModifier 差异内容:NA | api/arkui/SymbolSpanModifier.d.ts |
| API跨平台权限变更 | 类名:SymbolSpanModifier; API声明:applyNormalAttribute?(attribute: SymbolSpanAttribute): void; 差异内容:crossplatform | 类名:SymbolSpanModifier; API声明:applyNormalAttribute?(attribute: SymbolSpanAttribute): void; 差异内容:NA | api/arkui/SymbolSpanModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class TabsModifier 差异内容:crossplatform | 类名:global; API声明:export declare class TabsModifier 差异内容:NA | api/arkui/TabsModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class TextAreaModifier 差异内容:crossplatform | 类名:global; API声明:export declare class TextAreaModifier 差异内容:NA | api/arkui/TextAreaModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class TextClockModifier 差异内容:crossplatform | 类名:global; API声明:export declare class TextClockModifier 差异内容:NA | api/arkui/TextClockModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class TextInputModifier 差异内容:crossplatform | 类名:global; API声明:export declare class TextInputModifier 差异内容:NA | api/arkui/TextInputModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class TextModifier 差异内容:crossplatform | 类名:global; API声明:export declare class TextModifier 差异内容:NA | api/arkui/TextModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class TextPickerModifier 差异内容:crossplatform | 类名:global; API声明:export declare class TextPickerModifier 差异内容:NA | api/arkui/TextPickerModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class TextTimerModifier 差异内容:crossplatform | 类名:global; API声明:export declare class TextTimerModifier 差异内容:NA | api/arkui/TextTimerModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class TimePickerModifier 差异内容:crossplatform | 类名:global; API声明:export declare class TimePickerModifier 差异内容:NA | api/arkui/TimePickerModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class ToggleModifier 差异内容:crossplatform | 类名:global; API声明:export declare class ToggleModifier 差异内容:NA | api/arkui/ToggleModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class VideoModifier 差异内容:crossplatform | 类名:global; API声明:export declare class VideoModifier 差异内容:NA | api/arkui/VideoModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:export declare class WaterFlowModifier 差异内容:crossplatform | 类名:global; API声明:export declare class WaterFlowModifier 差异内容:NA | api/arkui/WaterFlowModifier.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface ExpectedFrameRateRange 差异内容:crossplatform | 类名:global; API声明:declare interface ExpectedFrameRateRange 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:ExpectedFrameRateRange; API声明:min: number; 差异内容:crossplatform | 类名:ExpectedFrameRateRange; API声明:min: number; 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:ExpectedFrameRateRange; API声明:max: number; 差异内容:crossplatform | 类名:ExpectedFrameRateRange; API声明:max: number; 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:ExpectedFrameRateRange; API声明:expected: number; 差异内容:crossplatform | 类名:ExpectedFrameRateRange; API声明:expected: number; 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum DragBehavior 差异内容:crossplatform | 类名:global; API声明:declare enum DragBehavior 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:DragBehavior; API声明:COPY 差异内容:crossplatform | 类名:DragBehavior; API声明:COPY 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:DragBehavior; API声明:MOVE 差异内容:crossplatform | 类名:DragBehavior; API声明:MOVE 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:DragEvent; API声明:dragBehavior: DragBehavior; 差异内容:crossplatform | 类名:DragEvent; API声明:dragBehavior: DragBehavior; 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:MenuElement; API声明:symbolIcon?: SymbolGlyphModifier; 差异内容:crossplatform | 类名:MenuElement; API声明:symbolIcon?: SymbolGlyphModifier; 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum DragPreviewMode 差异内容:crossplatform | 类名:global; API声明:declare enum DragPreviewMode 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:DragPreviewMode; API声明:AUTO = 1 差异内容:crossplatform | 类名:DragPreviewMode; API声明:AUTO = 1 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:DragPreviewMode; API声明:DISABLE_SCALE = 2 差异内容:crossplatform | 类名:DragPreviewMode; API声明:DISABLE_SCALE = 2 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:DragPreviewMode; API声明:ENABLE_DEFAULT_SHADOW = 3 差异内容:crossplatform | 类名:DragPreviewMode; API声明:ENABLE_DEFAULT_SHADOW = 3 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:DragPreviewMode; API声明:ENABLE_DEFAULT_RADIUS = 4 差异内容:crossplatform | 类名:DragPreviewMode; API声明:ENABLE_DEFAULT_RADIUS = 4 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare type SymbolGlyphModifier = import('../api/arkui/SymbolGlyphModifier').SymbolGlyphModifier; 差异内容:crossplatform | 类名:global; API声明:declare type SymbolGlyphModifier = import('../api/arkui/SymbolGlyphModifier').SymbolGlyphModifier; 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface DragPreviewOptions 差异内容:crossplatform | 类名:global; API声明:declare interface DragPreviewOptions 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:DragPreviewOptions; API声明:mode?: DragPreviewMode |Array<DragPreviewMode>; 差异内容:crossplatform | 类名:DragPreviewOptions; API声明:mode?: DragPreviewMode |Array<DragPreviewMode>; 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:DragPreviewOptions; API声明:modifier?: ImageModifier; 差异内容:crossplatform | 类名:DragPreviewOptions; API声明:modifier?: ImageModifier; 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:DragPreviewOptions; API声明:numberBadge?: boolean |number; 差异内容:crossplatform | 类名:DragPreviewOptions; API声明:numberBadge?: boolean |number; 差异内容:NA | component/common.d.ts |
| API跨平台权限变更 | 类名:global; API声明:interface HyperlinkInterface 差异内容:crossplatform | 类名:global; API声明:interface HyperlinkInterface 差异内容:NA | component/hyperlink.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class HyperlinkAttribute 差异内容:crossplatform | 类名:global; API声明:declare class HyperlinkAttribute 差异内容:NA | component/hyperlink.d.ts |
| API跨平台权限变更 | 类名:HyperlinkAttribute; API声明:color(value: Color |number |string |Resource): HyperlinkAttribute; 差异内容:crossplatform | 类名:HyperlinkAttribute; API声明:color(value: Color |number |string |Resource): HyperlinkAttribute; 差异内容:NA | component/hyperlink.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare const Hyperlink: HyperlinkInterface; 差异内容:crossplatform | 类名:global; API声明:declare const Hyperlink: HyperlinkInterface; 差异内容:NA | component/hyperlink.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare const HyperlinkInterface: HyperlinkAttribute; 差异内容:crossplatform | 类名:global; API声明:declare const HyperlinkInterface: HyperlinkAttribute; 差异内容:NA | component/hyperlink.d.ts |
| API跨平台权限变更 | 类名:ImageAttribute; API声明:draggable(value: boolean): ImageAttribute; 差异内容:crossplatform | 类名:ImageAttribute; API声明:draggable(value: boolean): ImageAttribute; 差异内容:NA | component/image.d.ts |
| API跨平台权限变更 | 类名:MenuItemOptions; API声明:symbolStartIcon?: SymbolGlyphModifier; 差异内容:crossplatform | 类名:MenuItemOptions; API声明:symbolStartIcon?: SymbolGlyphModifier; 差异内容:NA | component/menu_item.d.ts |
| API跨平台权限变更 | 类名:MenuItemOptions; API声明:symbolEndIcon?: SymbolGlyphModifier; 差异内容:crossplatform | 类名:MenuItemOptions; API声明:symbolEndIcon?: SymbolGlyphModifier; 差异内容:NA | component/menu_item.d.ts |
| API跨平台权限变更 | 类名:NavigationMenuItem; API声明:symbolIcon?: SymbolGlyphModifier; 差异内容:crossplatform | 类名:NavigationMenuItem; API声明:symbolIcon?: SymbolGlyphModifier; 差异内容:NA | component/navigation.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface ToolbarItem 差异内容:crossplatform | 类名:global; API声明:declare interface ToolbarItem 差异内容:NA | component/navigation.d.ts |
| API跨平台权限变更 | 类名:ToolbarItem; API声明:symbolIcon?: SymbolGlyphModifier; 差异内容:crossplatform | 类名:ToolbarItem; API声明:symbolIcon?: SymbolGlyphModifier; 差异内容:NA | component/navigation.d.ts |
| API跨平台权限变更 | 类名:ToolbarItem; API声明:activeSymbolIcon?: SymbolGlyphModifier; 差异内容:crossplatform | 类名:ToolbarItem; API声明:activeSymbolIcon?: SymbolGlyphModifier; 差异内容:NA | component/navigation.d.ts |
| API跨平台权限变更 | 类名:RichEditorStyledStringController; API声明:getStyledString(): MutableStyledString; 差异内容:crossplatform | 类名:RichEditorStyledStringController; API声明:getStyledString(): MutableStyledString; 差异内容:NA | component/rich_editor.d.ts |
| API跨平台权限变更 | 类名:global; API声明:interface CancelButtonSymbolOptions 差异内容:crossplatform | 类名:global; API声明:interface CancelButtonSymbolOptions 差异内容:NA | component/search.d.ts |
| API跨平台权限变更 | 类名:CancelButtonSymbolOptions; API声明:icon?: SymbolGlyphModifier; 差异内容:crossplatform | 类名:CancelButtonSymbolOptions; API声明:icon?: SymbolGlyphModifier; 差异内容:NA | component/search.d.ts |
| API跨平台权限变更 | 类名:SearchAttribute; API声明:maxLength(value: number): SearchAttribute; 差异内容:crossplatform | 类名:SearchAttribute; API声明:maxLength(value: number): SearchAttribute; 差异内容:NA | component/search.d.ts |
| API跨平台权限变更 | 类名:SelectOption; API声明:symbolIcon?: SymbolGlyphModifier; 差异内容:crossplatform | 类名:SelectOption; API声明:symbolIcon?: SymbolGlyphModifier; 差异内容:NA | component/select.d.ts |
| API跨平台权限变更 | 类名:MenuItemConfiguration; API声明:symbolIcon?: SymbolGlyphModifier; 差异内容:crossplatform | 类名:MenuItemConfiguration; API声明:symbolIcon?: SymbolGlyphModifier; 差异内容:NA | component/select.d.ts |
| API跨平台权限变更 | 类名:global; API声明:interface SymbolGlyphInterface 差异内容:crossplatform | 类名:global; API声明:interface SymbolGlyphInterface 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum SymbolRenderingStrategy 差异内容:crossplatform | 类名:global; API声明:declare enum SymbolRenderingStrategy 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolRenderingStrategy; API声明:SINGLE = 0 差异内容:crossplatform | 类名:SymbolRenderingStrategy; API声明:SINGLE = 0 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolRenderingStrategy; API声明:MULTIPLE_COLOR = 1 差异内容:crossplatform | 类名:SymbolRenderingStrategy; API声明:MULTIPLE_COLOR = 1 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolRenderingStrategy; API声明:MULTIPLE_OPACITY = 2 差异内容:crossplatform | 类名:SymbolRenderingStrategy; API声明:MULTIPLE_OPACITY = 2 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum SymbolEffectStrategy 差异内容:crossplatform | 类名:global; API声明:declare enum SymbolEffectStrategy 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolEffectStrategy; API声明:NONE = 0 差异内容:crossplatform | 类名:SymbolEffectStrategy; API声明:NONE = 0 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolEffectStrategy; API声明:SCALE = 1 差异内容:crossplatform | 类名:SymbolEffectStrategy; API声明:SCALE = 1 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolEffectStrategy; API声明:HIERARCHICAL = 2 差异内容:crossplatform | 类名:SymbolEffectStrategy; API声明:HIERARCHICAL = 2 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum EffectDirection 差异内容:crossplatform | 类名:global; API声明:declare enum EffectDirection 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:EffectDirection; API声明:DOWN = 0 差异内容:crossplatform | 类名:EffectDirection; API声明:DOWN = 0 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:EffectDirection; API声明:UP = 1 差异内容:crossplatform | 类名:EffectDirection; API声明:UP = 1 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum EffectScope 差异内容:crossplatform | 类名:global; API声明:declare enum EffectScope 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:EffectScope; API声明:LAYER = 0 差异内容:crossplatform | 类名:EffectScope; API声明:LAYER = 0 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:EffectScope; API声明:WHOLE = 1 差异内容:crossplatform | 类名:EffectScope; API声明:WHOLE = 1 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare enum EffectFillStyle 差异内容:crossplatform | 类名:global; API声明:declare enum EffectFillStyle 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:EffectFillStyle; API声明:CUMULATIVE = 0 差异内容:crossplatform | 类名:EffectFillStyle; API声明:CUMULATIVE = 0 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:EffectFillStyle; API声明:ITERATIVE = 1 差异内容:crossplatform | 类名:EffectFillStyle; API声明:ITERATIVE = 1 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class SymbolEffect 差异内容:crossplatform | 类名:global; API声明:declare class SymbolEffect 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class ScaleSymbolEffect 差异内容:crossplatform | 类名:global; API声明:declare class ScaleSymbolEffect 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:ScaleSymbolEffect; API声明:scope?: EffectScope; 差异内容:crossplatform | 类名:ScaleSymbolEffect; API声明:scope?: EffectScope; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:ScaleSymbolEffect; API声明:direction?: EffectDirection; 差异内容:crossplatform | 类名:ScaleSymbolEffect; API声明:direction?: EffectDirection; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class HierarchicalSymbolEffect 差异内容:crossplatform | 类名:global; API声明:declare class HierarchicalSymbolEffect 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:HierarchicalSymbolEffect; API声明:fillStyle?: EffectFillStyle; 差异内容:crossplatform | 类名:HierarchicalSymbolEffect; API声明:fillStyle?: EffectFillStyle; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class AppearSymbolEffect 差异内容:crossplatform | 类名:global; API声明:declare class AppearSymbolEffect 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:AppearSymbolEffect; API声明:scope?: EffectScope; 差异内容:crossplatform | 类名:AppearSymbolEffect; API声明:scope?: EffectScope; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class DisappearSymbolEffect 差异内容:crossplatform | 类名:global; API声明:declare class DisappearSymbolEffect 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:DisappearSymbolEffect; API声明:scope?: EffectScope; 差异内容:crossplatform | 类名:DisappearSymbolEffect; API声明:scope?: EffectScope; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class BounceSymbolEffect 差异内容:crossplatform | 类名:global; API声明:declare class BounceSymbolEffect 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:BounceSymbolEffect; API声明:scope?: EffectScope; 差异内容:crossplatform | 类名:BounceSymbolEffect; API声明:scope?: EffectScope; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:BounceSymbolEffect; API声明:direction?: EffectDirection; 差异内容:crossplatform | 类名:BounceSymbolEffect; API声明:direction?: EffectDirection; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class ReplaceSymbolEffect 差异内容:crossplatform | 类名:global; API声明:declare class ReplaceSymbolEffect 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:ReplaceSymbolEffect; API声明:scope?: EffectScope; 差异内容:crossplatform | 类名:ReplaceSymbolEffect; API声明:scope?: EffectScope; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class SymbolGlyphAttribute 差异内容:crossplatform | 类名:global; API声明:declare class SymbolGlyphAttribute 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolGlyphAttribute; API声明:fontSize(value: number |string |Resource): SymbolGlyphAttribute; 差异内容:crossplatform | 类名:SymbolGlyphAttribute; API声明:fontSize(value: number |string |Resource): SymbolGlyphAttribute; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolGlyphAttribute; API声明:fontColor(value: Array<ResourceColor>): SymbolGlyphAttribute; 差异内容:crossplatform | 类名:SymbolGlyphAttribute; API声明:fontColor(value: Array<ResourceColor>): SymbolGlyphAttribute; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolGlyphAttribute; API声明:fontWeight(value: number |FontWeight |string): SymbolGlyphAttribute; 差异内容:crossplatform | 类名:SymbolGlyphAttribute; API声明:fontWeight(value: number |FontWeight |string): SymbolGlyphAttribute; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolGlyphAttribute; API声明:effectStrategy(value: SymbolEffectStrategy): SymbolGlyphAttribute; 差异内容:crossplatform | 类名:SymbolGlyphAttribute; API声明:effectStrategy(value: SymbolEffectStrategy): SymbolGlyphAttribute; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolGlyphAttribute; API声明:renderingStrategy(value: SymbolRenderingStrategy): SymbolGlyphAttribute; 差异内容:crossplatform | 类名:SymbolGlyphAttribute; API声明:renderingStrategy(value: SymbolRenderingStrategy): SymbolGlyphAttribute; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolGlyphAttribute; API声明:symbolEffect(symbolEffect: SymbolEffect, isActive?: boolean): SymbolGlyphAttribute; 差异内容:crossplatform | 类名:SymbolGlyphAttribute; API声明:symbolEffect(symbolEffect: SymbolEffect, isActive?: boolean): SymbolGlyphAttribute; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:SymbolGlyphAttribute; API声明:symbolEffect(symbolEffect: SymbolEffect, triggerValue?: number): SymbolGlyphAttribute; 差异内容:crossplatform | 类名:SymbolGlyphAttribute; API声明:symbolEffect(symbolEffect: SymbolEffect, triggerValue?: number): SymbolGlyphAttribute; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare const SymbolGlyph: SymbolGlyphInterface; 差异内容:crossplatform | 类名:global; API声明:declare const SymbolGlyph: SymbolGlyphInterface; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare const SymbolGlyphInstance: SymbolGlyphAttribute; 差异内容:crossplatform | 类名:global; API声明:declare const SymbolGlyphInstance: SymbolGlyphAttribute; 差异内容:NA | component/symbolglyph.d.ts |
| API跨平台权限变更 | 类名:global; API声明:interface SymbolSpanInterface 差异内容:crossplatform | 类名:global; API声明:interface SymbolSpanInterface 差异内容:NA | component/symbol_span.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class SymbolSpanAttribute 差异内容:crossplatform | 类名:global; API声明:declare class SymbolSpanAttribute 差异内容:NA | component/symbol_span.d.ts |
| API跨平台权限变更 | 类名:SymbolSpanAttribute; API声明:fontSize(value: number |string |Resource): SymbolSpanAttribute; 差异内容:crossplatform | 类名:SymbolSpanAttribute; API声明:fontSize(value: number |string |Resource): SymbolSpanAttribute; 差异内容:NA | component/symbol_span.d.ts |
| API跨平台权限变更 | 类名:SymbolSpanAttribute; API声明:fontColor(value: Array<ResourceColor>): SymbolSpanAttribute; 差异内容:crossplatform | 类名:SymbolSpanAttribute; API声明:fontColor(value: Array<ResourceColor>): SymbolSpanAttribute; 差异内容:NA | component/symbol_span.d.ts |
| API跨平台权限变更 | 类名:SymbolSpanAttribute; API声明:fontWeight(value: number |FontWeight |string): SymbolSpanAttribute; 差异内容:crossplatform | 类名:SymbolSpanAttribute; API声明:fontWeight(value: number |FontWeight |string): SymbolSpanAttribute; 差异内容:NA | component/symbol_span.d.ts |
| API跨平台权限变更 | 类名:SymbolSpanAttribute; API声明:effectStrategy(value: SymbolEffectStrategy): SymbolSpanAttribute; 差异内容:crossplatform | 类名:SymbolSpanAttribute; API声明:effectStrategy(value: SymbolEffectStrategy): SymbolSpanAttribute; 差异内容:NA | component/symbol_span.d.ts |
| API跨平台权限变更 | 类名:SymbolSpanAttribute; API声明:renderingStrategy(value: SymbolRenderingStrategy): SymbolSpanAttribute; 差异内容:crossplatform | 类名:SymbolSpanAttribute; API声明:renderingStrategy(value: SymbolRenderingStrategy): SymbolSpanAttribute; 差异内容:NA | component/symbol_span.d.ts |
| API跨平台权限变更 | 类名:SymbolSpanAttribute; API声明:attributeModifier(modifier: AttributeModifier<SymbolSpanAttribute>): SymbolSpanAttribute; 差异内容:crossplatform | 类名:SymbolSpanAttribute; API声明:attributeModifier(modifier: AttributeModifier<SymbolSpanAttribute>): SymbolSpanAttribute; 差异内容:NA | component/symbol_span.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare const SymbolSpan: SymbolSpanInterface; 差异内容:crossplatform | 类名:global; API声明:declare const SymbolSpan: SymbolSpanInterface; 差异内容:NA | component/symbol_span.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare const SymbolSpanInstance: SymbolSpanAttribute; 差异内容:crossplatform | 类名:global; API声明:declare const SymbolSpanInstance: SymbolSpanAttribute; 差异内容:NA | component/symbol_span.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare class TabBarSymbol 差异内容:crossplatform | 类名:global; API声明:declare class TabBarSymbol 差异内容:NA | component/tab_content.d.ts |
| API跨平台权限变更 | 类名:TabBarSymbol; API声明:normal: SymbolGlyphModifier; 差异内容:crossplatform | 类名:TabBarSymbol; API声明:normal: SymbolGlyphModifier; 差异内容:NA | component/tab_content.d.ts |
| API跨平台权限变更 | 类名:TabBarSymbol; API声明:selected?: SymbolGlyphModifier; 差异内容:crossplatform | 类名:TabBarSymbol; API声明:selected?: SymbolGlyphModifier; 差异内容:NA | component/tab_content.d.ts |
| API跨平台权限变更 | 类名:TextAttribute; API声明:minFontScale(scale: number |Resource): TextAttribute; 差异内容:crossplatform | 类名:TextAttribute; API声明:minFontScale(scale: number |Resource): TextAttribute; 差异内容:NA | component/text.d.ts |
| API跨平台权限变更 | 类名:TextAttribute; API声明:maxFontScale(scale: number |Resource): TextAttribute; 差异内容:crossplatform | 类名:TextAttribute; API声明:maxFontScale(scale: number |Resource): TextAttribute; 差异内容:NA | component/text.d.ts |
| API跨平台权限变更 | 类名:TextAttribute; API声明:draggable(value: boolean): TextAttribute; 差异内容:crossplatform | 类名:TextAttribute; API声明:draggable(value: boolean): TextAttribute; 差异内容:NA | component/text.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare type PX = ${number}px;差异内容:crossplatform | 类名:global; API声明:declare type PX = ${number}px;差异内容:NA | component/units.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare type VP = ${number}vp |number;差异内容:crossplatform | 类名:global; API声明:declare type VP = ${number}vp |number;差异内容:NA | component/units.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare type FP = ${number}fp;差异内容:crossplatform | 类名:global; API声明:declare type FP = ${number}fp;差异内容:NA | component/units.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare type LPX = ${number}lpx;差异内容:crossplatform | 类名:global; API声明:declare type LPX = ${number}lpx;差异内容:NA | component/units.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare type Percentage = ${number}%;差异内容:crossplatform | 类名:global; API声明:declare type Percentage = ${number}%;差异内容:NA | component/units.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare type Dimension = PX |VP |FP |LPX |Percentage |Resource; 差异内容:crossplatform | 类名:global; API声明:declare type Dimension = PX |VP |FP |LPX |Percentage |Resource; 差异内容:NA | component/units.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface TouchPoint 差异内容:crossplatform | 类名:global; API声明:declare interface TouchPoint 差异内容:NA | component/units.d.ts |
| API跨平台权限变更 | 类名:TouchPoint; API声明:x: Dimension; 差异内容:crossplatform | 类名:TouchPoint; API声明:x: Dimension; 差异内容:NA | component/units.d.ts |
| API跨平台权限变更 | 类名:TouchPoint; API声明:y: Dimension; 差异内容:crossplatform | 类名:TouchPoint; API声明:y: Dimension; 差异内容:NA | component/units.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface SurfaceRect 差异内容:crossplatform | 类名:global; API声明:declare interface SurfaceRect 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:SurfaceRect; API声明:offsetX?: number; 差异内容:crossplatform | 类名:SurfaceRect; API声明:offsetX?: number; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:SurfaceRect; API声明:offsetY?: number; 差异内容:crossplatform | 类名:SurfaceRect; API声明:offsetY?: number; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:SurfaceRect; API声明:surfaceWidth: number; 差异内容:crossplatform | 类名:SurfaceRect; API声明:surfaceWidth: number; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:SurfaceRect; API声明:surfaceHeight: number; 差异内容:crossplatform | 类名:SurfaceRect; API声明:surfaceHeight: number; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface SurfaceRotationOptions 差异内容:crossplatform | 类名:global; API声明:declare interface SurfaceRotationOptions 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:SurfaceRotationOptions; API声明:lock?: boolean; 差异内容:crossplatform | 类名:SurfaceRotationOptions; API声明:lock?: boolean; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:XComponentController; API声明:setXComponentSurfaceRect(rect: SurfaceRect): void; 差异内容:crossplatform | 类名:XComponentController; API声明:setXComponentSurfaceRect(rect: SurfaceRect): void; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:XComponentController; API声明:getXComponentSurfaceRect(): SurfaceRect; 差异内容:crossplatform | 类名:XComponentController; API声明:getXComponentSurfaceRect(): SurfaceRect; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:XComponentController; API声明:setXComponentSurfaceRotation(rotationOptions: SurfaceRotationOptions): void; 差异内容:crossplatform | 类名:XComponentController; API声明:setXComponentSurfaceRotation(rotationOptions: SurfaceRotationOptions): void; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:XComponentController; API声明:getXComponentSurfaceRotation(): Required<SurfaceRotationOptions>; 差异内容:crossplatform | 类名:XComponentController; API声明:getXComponentSurfaceRotation(): Required<SurfaceRotationOptions>; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:XComponentController; API声明:onSurfaceCreated(surfaceId: string): void; 差异内容:crossplatform | 类名:XComponentController; API声明:onSurfaceCreated(surfaceId: string): void; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:XComponentController; API声明:onSurfaceChanged(surfaceId: string, rect: SurfaceRect): void; 差异内容:crossplatform | 类名:XComponentController; API声明:onSurfaceChanged(surfaceId: string, rect: SurfaceRect): void; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:XComponentController; API声明:onSurfaceDestroyed(surfaceId: string): void; 差异内容:crossplatform | 类名:XComponentController; API声明:onSurfaceDestroyed(surfaceId: string): void; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:global; API声明:declare interface XComponentOptions 差异内容:crossplatform | 类名:global; API声明:declare interface XComponentOptions 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:XComponentOptions; API声明:type: XComponentType; 差异内容:crossplatform | 类名:XComponentOptions; API声明:type: XComponentType; 差异内容:NA | component/xcomponent.d.ts |
| API跨平台权限变更 | 类名:XComponentOptions; API声明:controller: XComponentController; 差异内容:crossplatform | 类名:XComponentOptions; API声明:controller: XComponentController; 差异内容:NA | component/xcomponent.d.ts |
| API废弃版本变更 | 类名:Animator; API声明:static create(options: AnimatorOptions): AnimatorResult; 差异内容:18 | 类名:Animator; API声明:static create(options: AnimatorOptions): AnimatorResult; 差异内容:NA | api/@ohos.animator.d.ts |
| API废弃版本变更 | 类名:componentSnapshot; API声明:function get(id: string, callback: AsyncCallback<image.PixelMap>, options?: SnapshotOptions): void; 差异内容:18 | 类名:componentSnapshot; API声明:function get(id: string, callback: AsyncCallback<image.PixelMap>, options?: SnapshotOptions): void; 差异内容:NA | api/@ohos.arkui.componentSnapshot.d.ts |
| API废弃版本变更 | 类名:componentSnapshot; API声明:function get(id: string, options?: SnapshotOptions): Promise<image.PixelMap>; 差异内容:18 | 类名:componentSnapshot; API声明:function get(id: string, options?: SnapshotOptions): Promise<image.PixelMap>; 差异内容:NA | api/@ohos.arkui.componentSnapshot.d.ts |
| API废弃版本变更 | 类名:componentSnapshot; API声明:function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback<image.PixelMap>, delay?: number, checkImageStatus?: boolean, options?: SnapshotOptions): void; 差异内容:18 | 类名:componentSnapshot; API声明:function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback<image.PixelMap>, delay?: number, checkImageStatus?: boolean, options?: SnapshotOptions): void; 差异内容:NA | api/@ohos.arkui.componentSnapshot.d.ts |
| API废弃版本变更 | 类名:componentSnapshot; API声明:function createFromBuilder(builder: CustomBuilder, delay?: number, checkImageStatus?: boolean, options?: SnapshotOptions): Promise<image.PixelMap>; 差异内容:18 | 类名:componentSnapshot; API声明:function createFromBuilder(builder: CustomBuilder, delay?: number, checkImageStatus?: boolean, options?: SnapshotOptions): Promise<image.PixelMap>; 差异内容:NA | api/@ohos.arkui.componentSnapshot.d.ts |
| API废弃版本变更 | 类名:componentUtils; API声明:function getRectangleById(id: string): ComponentInfo; 差异内容:18 | 类名:componentUtils; API声明:function getRectangleById(id: string): ComponentInfo; 差异内容:NA | api/@ohos.arkui.componentUtils.d.ts |
| API废弃版本变更 | 类名:dragController; API声明:function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback<DragEventParam>): void; 差异内容:18 | 类名:dragController; API声明:function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo, callback: AsyncCallback<DragEventParam>): void; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API废弃版本变更 | 类名:dragController; API声明:function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo): Promise<DragEventParam>; 差异内容:18 | 类名:dragController; API声明:function executeDrag(custom: CustomBuilder |DragItemInfo, dragInfo: DragInfo): Promise<DragEventParam>; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API废弃版本变更 | 类名:dragController; API声明:function createDragAction(customArray: Array<CustomBuilder |DragItemInfo>, dragInfo: DragInfo): DragAction; 差异内容:18 | 类名:dragController; API声明:function createDragAction(customArray: Array<CustomBuilder |DragItemInfo>, dragInfo: DragInfo): DragAction; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API废弃版本变更 | 类名:dragController; API声明:function getDragPreview(): DragPreview; 差异内容:18 | 类名:dragController; API声明:function getDragPreview(): DragPreview; 差异内容:NA | api/@ohos.arkui.dragController.d.ts |
| API废弃版本变更 | 类名:inspector; API声明:function createComponentObserver(id: string): ComponentObserver; 差异内容:18 | 类名:inspector; API声明:function createComponentObserver(id: string): ComponentObserver; 差异内容:NA | api/@ohos.arkui.inspector.d.ts |
| API废弃版本变更 | 类名:font; API声明:function registerFont(options: FontOptions): void; 差异内容:18 | 类名:font; API声明:function registerFont(options: FontOptions): void; 差异内容:NA | api/@ohos.font.d.ts |
| API废弃版本变更 | 类名:font; API声明:function getSystemFontList(): Array<string>; 差异内容:18 | 类名:font; API声明:function getSystemFontList(): Array<string>; 差异内容:NA | api/@ohos.font.d.ts |
| API废弃版本变更 | 类名:font; API声明:function getFontByName(fontName: string): FontInfo; 差异内容:18 | 类名:font; API声明:function getFontByName(fontName: string): FontInfo; 差异内容:NA | api/@ohos.font.d.ts |
| API废弃版本变更 | 类名:MeasureText; API声明:static measureText(options: MeasureOptions): number; 差异内容:18 | 类名:MeasureText; API声明:static measureText(options: MeasureOptions): number; 差异内容:NA | api/@ohos.measure.d.ts |
| API废弃版本变更 | 类名:MeasureText; API声明:static measureTextSize(options: MeasureOptions): SizeOptions; 差异内容:18 | 类名:MeasureText; API声明:static measureTextSize(options: MeasureOptions): SizeOptions; 差异内容:NA | api/@ohos.measure.d.ts |
| API废弃版本变更 | 类名:mediaquery; API声明:function matchMediaSync(condition: string): MediaQueryListener; 差异内容:18 | 类名:mediaquery; API声明:function matchMediaSync(condition: string): MediaQueryListener; 差异内容:NA | api/@ohos.mediaquery.d.ts |
| API废弃版本变更 | 类名:promptAction; API声明:function showToast(options: ShowToastOptions): void; 差异内容:18 | 类名:promptAction; API声明:function showToast(options: ShowToastOptions): void; 差异内容:NA | api/@ohos.promptAction.d.ts |
| API废弃版本变更 | 类名:promptAction; API声明:function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>): void; 差异内容:18 | 类名:promptAction; API声明:function showDialog(options: ShowDialogOptions, callback: AsyncCallback<ShowDialogSuccessResponse>): void; 差异内容:NA | api/@ohos.promptAction.d.ts |
| API废弃版本变更 | 类名:promptAction; API声明:function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>; 差异内容:18 | 类名:promptAction; API声明:function showDialog(options: ShowDialogOptions): Promise<ShowDialogSuccessResponse>; 差异内容:NA | api/@ohos.promptAction.d.ts |
| API废弃版本变更 | 类名:promptAction; API声明:function openCustomDialog(options: CustomDialogOptions): Promise<number>; 差异内容:18 | 类名:promptAction; API声明:function openCustomDialog(options: CustomDialogOptions): Promise<number>; 差异内容:NA | api/@ohos.promptAction.d.ts |
| API废弃版本变更 | 类名:promptAction; API声明:function closeCustomDialog(dialogId: number): void; 差异内容:18 | 类名:promptAction; API声明:function closeCustomDialog(dialogId: number): void; 差异内容:NA | api/@ohos.promptAction.d.ts |
| API废弃版本变更 | 类名:promptAction; API声明:function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>): void; 差异内容:18 | 类名:promptAction; API声明:function showActionMenu(options: ActionMenuOptions, callback: AsyncCallback<ActionMenuSuccessResponse>): void; 差异内容:NA | api/@ohos.promptAction.d.ts |
| API废弃版本变更 | 类名:promptAction; API声明:function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>; 差异内容:18 | 类名:promptAction; API声明:function showActionMenu(options: ActionMenuOptions): Promise<ActionMenuSuccessResponse>; 差异内容:NA | api/@ohos.promptAction.d.ts |
| API废弃版本变更 | 类名:router; API声明:function pushUrl(options: RouterOptions, callback: AsyncCallback<void>): void; 差异内容:18 | 类名:router; API声明:function pushUrl(options: RouterOptions, callback: AsyncCallback<void>): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function pushUrl(options: RouterOptions): Promise<void>; 差异内容:18 | 类名:router; API声明:function pushUrl(options: RouterOptions): Promise<void>; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void; 差异内容:18 | 类名:router; API声明:function pushUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>; 差异内容:18 | 类名:router; API声明:function pushUrl(options: RouterOptions, mode: RouterMode): Promise<void>; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function replaceUrl(options: RouterOptions, callback: AsyncCallback<void>): void; 差异内容:18 | 类名:router; API声明:function replaceUrl(options: RouterOptions, callback: AsyncCallback<void>): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function replaceUrl(options: RouterOptions): Promise<void>; 差异内容:18 | 类名:router; API声明:function replaceUrl(options: RouterOptions): Promise<void>; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function replaceUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void; 差异内容:18 | 类名:router; API声明:function replaceUrl(options: RouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function replaceUrl(options: RouterOptions, mode: RouterMode): Promise<void>; 差异内容:18 | 类名:router; API声明:function replaceUrl(options: RouterOptions, mode: RouterMode): Promise<void>; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function back(options?: RouterOptions): void; 差异内容:18 | 类名:router; API声明:function back(options?: RouterOptions): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function back(index: number, params?: Object): void; 差异内容:18 | 类名:router; API声明:function back(index: number, params?: Object): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function clear(): void; 差异内容:18 | 类名:router; API声明:function clear(): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function getLength(): string; 差异内容:18 | 类名:router; API声明:function getLength(): string; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function getState(): RouterState; 差异内容:18 | 类名:router; API声明:function getState(): RouterState; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function getStateByIndex(index: number): RouterState |undefined; 差异内容:18 | 类名:router; API声明:function getStateByIndex(index: number): RouterState |undefined; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function getStateByUrl(url: string): Array<RouterState>; 差异内容:18 | 类名:router; API声明:function getStateByUrl(url: string): Array<RouterState>; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function showAlertBeforeBackPage(options: EnableAlertOptions): void; 差异内容:18 | 类名:router; API声明:function showAlertBeforeBackPage(options: EnableAlertOptions): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function hideAlertBeforeBackPage(): void; 差异内容:18 | 类名:router; API声明:function hideAlertBeforeBackPage(): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function getParams(): Object; 差异内容:18 | 类名:router; API声明:function getParams(): Object; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void; 差异内容:18 | 类名:router; API声明:function pushNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function pushNamedRoute(options: NamedRouterOptions): Promise<void>; 差异内容:18 | 类名:router; API声明:function pushNamedRoute(options: NamedRouterOptions): Promise<void>; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void; 差异内容:18 | 类名:router; API声明:function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>; 差异内容:18 | 类名:router; API声明:function pushNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void; 差异内容:18 | 类名:router; API声明:function replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void>): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function replaceNamedRoute(options: NamedRouterOptions): Promise<void>; 差异内容:18 | 类名:router; API声明:function replaceNamedRoute(options: NamedRouterOptions): Promise<void>; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void; 差异内容:18 | 类名:router; API声明:function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: AsyncCallback<void>): void; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:router; API声明:function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>; 差异内容:18 | 类名:router; API声明:function replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<void>; 差异内容:NA | api/@ohos.router.d.ts |
| API废弃版本变更 | 类名:global; API声明:export declare class NavigatorModifier 差异内容:20 | 类名:global; API声明:export declare class NavigatorModifier 差异内容:NA | api/arkui/NavigatorModifier.d.ts |
| API废弃版本变更 | 类名:NavigatorModifier; API声明:applyNormalAttribute?(instance: NavigatorAttribute): void; 差异内容:20 | 类名:NavigatorModifier; API声明:applyNormalAttribute?(instance: NavigatorAttribute): void; 差异内容:NA | api/arkui/NavigatorModifier.d.ts |
| API废弃版本变更 | 类名:global; API声明:export declare class NavRouterModifier 差异内容:20 | 类名:global; API声明:export declare class NavRouterModifier 差异内容:NA | api/arkui/NavRouterModifier.d.ts |
| API废弃版本变更 | 类名:NavRouterModifier; API声明:applyNormalAttribute?(instance: NavRouterAttribute): void; 差异内容:20 | 类名:NavRouterModifier; API声明:applyNormalAttribute?(instance: NavRouterAttribute): void; 差异内容:NA | api/arkui/NavRouterModifier.d.ts |
| API废弃版本变更 | 类名:global; API声明:export declare class PanelModifier 差异内容:20 | 类名:global; API声明:export declare class PanelModifier 差异内容:NA | api/arkui/PanelModifier.d.ts |
| API废弃版本变更 | 类名:PanelModifier; API声明:applyNormalAttribute?(instance: PanelAttribute): void; 差异内容:20 | 类名:PanelModifier; API声明:applyNormalAttribute?(instance: PanelAttribute): void; 差异内容:NA | api/arkui/PanelModifier.d.ts |
| API废弃版本变更 | 类名:ActionSheet; API声明:static show(value: ActionSheetOptions); 差异内容:18 | 类名:ActionSheet; API声明:static show(value: ActionSheetOptions); 差异内容:NA | component/action_sheet.d.ts |
| API废弃版本变更 | 类名:AlertDialog; API声明:static show(value: AlertDialogParamWithConfirm |AlertDialogParamWithButtons |AlertDialogParamWithOptions); 差异内容:18 | 类名:AlertDialog; API声明:static show(value: AlertDialogParamWithConfirm |AlertDialogParamWithButtons |AlertDialogParamWithOptions); 差异内容:NA | component/alert_dialog.d.ts |
| API废弃版本变更 | 类名:global; API声明:declare function getContext(component?: Object): Context; 差异内容:18 | 类名:global; API声明:declare function getContext(component?: Object): Context; 差异内容:NA | component/common.d.ts |
| API废弃版本变更 | 类名:global; API声明:declare function animateTo(value: AnimateParam, event: () => void): void; 差异内容:18 | 类名:global; API声明:declare function animateTo(value: AnimateParam, event: () => void): void; 差异内容:NA | component/common.d.ts |
| API废弃版本变更 | 类名:global; API声明:declare function vp2px(value: number): number; 差异内容:18 | 类名:global; API声明:declare function vp2px(value: number): number; 差异内容:NA | component/common.d.ts |
| API废弃版本变更 | 类名:global; API声明:declare function px2vp(value: number): number; 差异内容:18 | 类名:global; API声明:declare function px2vp(value: number): number; 差异内容:NA | component/common.d.ts |
| API废弃版本变更 | 类名:global; API声明:declare function fp2px(value: number): number; 差异内容:18 | 类名:global; API声明:declare function fp2px(value: number): number; 差异内容:NA | component/common.d.ts |
| API废弃版本变更 | 类名:global; API声明:declare function px2fp(value: number): number; 差异内容:18 | 类名:global; API声明:declare function px2fp(value: number): number; 差异内容:NA | component/common.d.ts |
| API废弃版本变更 | 类名:global; API声明:declare function lpx2px(value: number): number; 差异内容:18 | 类名:global; API声明:declare function lpx2px(value: number): number; 差异内容:NA | component/common.d.ts |
| API废弃版本变更 | 类名:global; API声明:declare function px2lpx(value: number): number; 差异内容:18 | 类名:global; API声明:declare function px2lpx(value: number): number; 差异内容:NA | component/common.d.ts |
| API废弃版本变更 | 类名:LocalStorage; API声明:static getShared(): LocalStorage; 差异内容:18 | 类名:LocalStorage; API声明:static getShared(): LocalStorage; 差异内容:NA | component/common_ts_ets_api.d.ts |
| API废弃版本变更 | 类名:ContextMenu; API声明:static close(); 差异内容:18 | 类名:ContextMenu; API声明:static close(); 差异内容:NA | component/context_menu.d.ts |
| API废弃版本变更 | 类名:DatePickerDialog; API声明:static show(options?: DatePickerDialogOptions); 差异内容:18 | 类名:DatePickerDialog; API声明:static show(options?: DatePickerDialogOptions); 差异内容:NA | component/date_picker.d.ts |
| API废弃版本变更 | 类名:XComponentType; API声明:NODE 差异内容:20 | 类名:XComponentType; API声明:NODE 差异内容:NA | component/enums.d.ts |
| API废弃版本变更 | 类名:TextPickerDialog; API声明:static show(options?: TextPickerDialogOptions); 差异内容:18 | 类名:TextPickerDialog; API声明:static show(options?: TextPickerDialogOptions); 差异内容:NA | component/text_picker.d.ts |
| API废弃版本变更 | 类名:TimePickerDialog; API声明:static show(options?: TimePickerDialogOptions); 差异内容:18 | 类名:TimePickerDialog; API声明:static show(options?: TimePickerDialogOptions); 差异内容:NA | component/time_picker.d.ts |
| 新增错误码 | 类名:WindowProxy; API声明:createSubWindowWithOptions(name: string, subWindowOptions: window.SubWindowOptions): Promise<window.Window>; 差异内容:NA | 类名:WindowProxy; API声明:createSubWindowWithOptions(name: string, subWindowOptions: window.SubWindowOptions): Promise<window.Window>; 差异内容:1300005 | api/@ohos.arkui.uiExtension.d.ts |
| 新增错误码 | 类名:PiPController; API声明:off(type: 'pipWindowSizeChange', callback?: Callback<PiPWindowSize>): void; 差异内容:NA | 类名:PiPController; API声明:off(type: 'pipWindowSizeChange', callback?: Callback<PiPWindowSize>): void; 差异内容:1300014 | api/@ohos.PiPWindow.d.ts |
| 新增错误码 | 类名:window; API声明:function createWindow(config: Configuration, callback: AsyncCallback<Window>): void; 差异内容:NA | 类名:window; API声明:function createWindow(config: Configuration, callback: AsyncCallback<Window>): void; 差异内容:1300008 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:window; API声明:function createWindow(config: Configuration): Promise<Window>; 差异内容:NA | 类名:window; API声明:function createWindow(config: Configuration): Promise<Window>; 差异内容:1300008 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:window; API声明:function getAllWindowLayoutInfo(displayId: number): Promise<Array<WindowLayoutInfo>>; 差异内容:NA | 类名:window; API声明:function getAllWindowLayoutInfo(displayId: number): Promise<Array<WindowLayoutInfo>>; 差异内容:1300002 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:Window; API声明:destroyWindow(callback: AsyncCallback<void>): void; 差异内容:NA | 类名:Window; API声明:destroyWindow(callback: AsyncCallback<void>): void; 差异内容:1300003 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:Window; API声明:destroyWindow(): Promise<void>; 差异内容:NA | 类名:Window; API声明:destroyWindow(): Promise<void>; 差异内容:1300003 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:Window; API声明:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void; 差异内容:NA | 类名:Window; API声明:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void; 差异内容:1300003 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:Window; API声明:loadContent(path: string, storage: LocalStorage): Promise<void>; 差异内容:NA | 类名:Window; API声明:loadContent(path: string, storage: LocalStorage): Promise<void>; 差异内容:1300003 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:Window; API声明:setUIContent(path: string, callback: AsyncCallback<void>): void; 差异内容:NA | 类名:Window; API声明:setUIContent(path: string, callback: AsyncCallback<void>): void; 差异内容:1300003 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:Window; API声明:setUIContent(path: string): Promise<void>; 差异内容:NA | 类名:Window; API声明:setUIContent(path: string): Promise<void>; 差异内容:1300003 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:Window; API声明:maximize(presentation?: MaximizePresentation): Promise<void>; 差异内容:NA | 类名:Window; API声明:maximize(presentation?: MaximizePresentation): Promise<void>; 差异内容:1300005 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:Window; API声明:setWindowDecorVisible(isVisible: boolean): void; 差异内容:NA | 类名:Window; API声明:setWindowDecorVisible(isVisible: boolean): void; 差异内容:1300004 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:Window; API声明:setTitleAndDockHoverShown(isTitleHoverShown?: boolean, isDockHoverShown?: boolean): Promise<void>; 差异内容:NA | 类名:Window; API声明:setTitleAndDockHoverShown(isTitleHoverShown?: boolean, isDockHoverShown?: boolean): Promise<void>; 差异内容:401 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:WindowStage; API声明:createSubWindow(name: string): Promise<Window>; 差异内容:NA | 类名:WindowStage; API声明:createSubWindow(name: string): Promise<Window>; 差异内容:1300005 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:WindowStage; API声明:createSubWindow(name: string, callback: AsyncCallback<Window>): void; 差异内容:NA | 类名:WindowStage; API声明:createSubWindow(name: string, callback: AsyncCallback<Window>): void; 差异内容:1300005 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:WindowStage; API声明:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void; 差异内容:NA | 类名:WindowStage; API声明:loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void; 差异内容:1300005 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:WindowStage; API声明:loadContent(path: string, storage?: LocalStorage): Promise<void>; 差异内容:NA | 类名:WindowStage; API声明:loadContent(path: string, storage?: LocalStorage): Promise<void>; 差异内容:1300005 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:WindowStage; API声明:loadContent(path: string, callback: AsyncCallback<void>): void; 差异内容:NA | 类名:WindowStage; API声明:loadContent(path: string, callback: AsyncCallback<void>): void; 差异内容:1300005 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:WindowStage; API声明:loadContentByName(name: string, storage: LocalStorage, callback: AsyncCallback<void>): void; 差异内容:NA | 类名:WindowStage; API声明:loadContentByName(name: string, storage: LocalStorage, callback: AsyncCallback<void>): void; 差异内容:1300003 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:WindowStage; API声明:loadContentByName(name: string, callback: AsyncCallback<void>): void; 差异内容:NA | 类名:WindowStage; API声明:loadContentByName(name: string, callback: AsyncCallback<void>): void; 差异内容:1300003 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:WindowStage; API声明:loadContentByName(name: string, storage?: LocalStorage): Promise<void>; 差异内容:NA | 类名:WindowStage; API声明:loadContentByName(name: string, storage?: LocalStorage): Promise<void>; 差异内容:1300003 | api/@ohos.window.d.ts |
| 新增错误码 | 类名:LengthMetrics; API声明:static resource(value: Resource): LengthMetrics; 差异内容:NA | 类名:LengthMetrics; API声明:static resource(value: Resource): LengthMetrics; 差异内容:180001,180002 | api/arkui/Graphics.d.ts |
| 删除错误码 | 类名:Window; API声明:setSubWindowModal(isModal: boolean): Promise<void>; 差异内容:1300003 | 类名:Window; API声明:setSubWindowModal(isModal: boolean): Promise<void>; 差异内容:NA | api/@ohos.window.d.ts |
| 删除错误码 | 类名:Window; API声明:setSubWindowModal(isModal: boolean, modalityType: ModalityType): Promise<void>; 差异内容:1300003 | 类名:Window; API声明:setSubWindowModal(isModal: boolean, modalityType: ModalityType): Promise<void>; 差异内容:NA | api/@ohos.window.d.ts |
| 删除错误码 | 类名:WindowStage; API声明:setWindowModal(isModal: boolean): Promise<void>; 差异内容:1300005 | 类名:WindowStage; API声明:setWindowModal(isModal: boolean): Promise<void>; 差异内容:NA | api/@ohos.window.d.ts |
| 删除错误码 | 类名:WindowStage; API声明:isWindowRectAutoSave(): Promise<boolean>; 差异内容:1300003 | 类名:WindowStage; API声明:isWindowRectAutoSave(): Promise<boolean>; 差异内容:NA | api/@ohos.window.d.ts |
| 删除错误码 | 类名:CanvasRenderingContext2D; API声明:startImageAnalyzer(config: ImageAnalyzerConfig): Promise<void>; 差异内容:110003 | 类名:CanvasRenderingContext2D; API声明:startImageAnalyzer(config: ImageAnalyzerConfig): Promise<void>; 差异内容:NA | component/canvas.d.ts |
| 删除错误码 | 类名:ClickEvent; API声明:preventDefault: () => void; 差异内容:100017 | 类名:ClickEvent; API声明:preventDefault: () => void; 差异内容:NA | component/common.d.ts |
| 删除错误码 | 类名:TouchEvent; API声明:preventDefault: () => void; 差异内容:100017 | 类名:TouchEvent; API声明:preventDefault: () => void; 差异内容:NA | component/common.d.ts |
| 删除错误码 | 类名:StyledString; API声明:static fromHtml(html: string): Promise<StyledString>; 差异内容:170001 | 类名:StyledString; API声明:static fromHtml(html: string): Promise<StyledString>; 差异内容:NA | component/styled_string.d.ts |
| 错误码变更 | 类名:WindowStage; API声明:getSubWindow(): Promise<Array<Window>>; 差异内容:1300002 | 类名:WindowStage; API声明:getSubWindow(): Promise<Array<Window>>; 差异内容:1300005 | api/@ohos.window.d.ts |
| 错误码变更 | 类名:WindowStage; API声明:getSubWindow(callback: AsyncCallback<Array<Window>>): void; 差异内容:1300002 | 类名:WindowStage; API声明:getSubWindow(callback: AsyncCallback<Array<Window>>): void; 差异内容:1300005 | api/@ohos.window.d.ts |
| 函数变更 | 类名:SwiperController; API声明:changeIndex(index: number, animationMode?: SwiperAnimationMode |boolean); 差异内容:animationMode?: SwiperAnimationMode |boolean | 类名:SwiperController; API声明:changeIndex(index: number, animationMode: SwiperAnimationMode |boolean); 差异内容:animationMode: SwiperAnimationMode |boolean | component/swiper.d.ts |
| 函数变更 | 类名:ListAttribute; API声明:divider(value: ListDividerOptions |null): ListAttribute; 差异内容:value: ListDividerOptions |null | 类名:ListAttribute; API声明:divider(value: { strokeWidth: Length; color?: ResourceColor; startMargin?: Length; endMargin?: Length; } |null): ListAttribute; 差异内容:value: { strokeWidth: Length; color?: ResourceColor; startMargin?: Length; endMargin?: Length; } |null | component/list.d.ts |
| 函数变更 | 类名:ListItemGroupAttribute; API声明:divider(value: ListDividerOptions |null): ListItemGroupAttribute; 差异内容:value: ListDividerOptions |null | 类名:ListItemGroupAttribute; API声明:divider(value: { strokeWidth: Length; color?: ResourceColor; startMargin?: Length; endMargin?: Length; } |null): ListItemGroupAttribute; 差异内容:value: { strokeWidth: Length; color?: ResourceColor; startMargin?: Length; endMargin?: Length; } |null | component/list_item_group.d.ts |
| 函数变更 | 类名:RectAttribute; API声明:radiusWidth(value: Length): RectAttribute; 差异内容:value: Length | 类名:RectAttribute; API声明:radiusWidth(value: number |string): RectAttribute; 差异内容:value: number |string | component/rect.d.ts |
| 函数变更 | 类名:RectAttribute; API声明:radiusHeight(value: Length): RectAttribute; 差异内容:value: Length | 类名:RectAttribute; API声明:radiusHeight(value: number |string): RectAttribute; 差异内容:value: number |string | component/rect.d.ts |
| 函数变更 | 类名:RectAttribute; API声明:radius(value: Length |Array<any>): RectAttribute; 差异内容:value: Length |Array<any> | 类名:RectAttribute; API声明:radius(value: number |string |Array<any>): RectAttribute; 差异内容:value: number |string |Array<any> | component/rect.d.ts |
| 函数变更 | 类名:Window; API声明:setWindowBackgroundColor(color: string |ColorMetrics): void; 差异内容:color: string |ColorMetrics | 类名:Window; API声明:setWindowBackgroundColor(color: string): void; 差异内容:color: string | api/@ohos.window.d.ts |
| 函数变更 | 类名:PathAttribute; API声明:commands(value: ResourceStr): PathAttribute; 差异内容:value: ResourceStr | 类名:PathAttribute; API声明:commands(value: string): PathAttribute; 差异内容:value: string | component/path.d.ts |
| 函数变更 | 类名:SearchAttribute; API声明:searchButton(value: ResourceStr, option?: SearchButtonOptions): SearchAttribute; 差异内容:value: ResourceStr | 类名:SearchAttribute; API声明:searchButton(value: string, option?: SearchButtonOptions): SearchAttribute; 差异内容:value: string | component/search.d.ts |
| 函数变更 | 类名:SecurityComponentMethod; API声明:fontWeight(value: number |FontWeight |string |Resource): T; 差异内容:value: number |FontWeight |string |Resource | 类名:SecurityComponentMethod; API声明:fontWeight(value: number |FontWeight |string): T; 差异内容:value: number |FontWeight |string | component/security_component.d.ts |
| 函数变更 | 类名:ShapeAttribute; API声明:strokeDashOffset(value: Length): ShapeAttribute; 差异内容:value: Length | 类名:ShapeAttribute; API声明:strokeDashOffset(value: number |string): ShapeAttribute; 差异内容:value: number |string | component/shape.d.ts |
| 函数变更 | 类名:ShapeAttribute; API声明:strokeMiterLimit(value: Length): ShapeAttribute; 差异内容:value: Length | 类名:ShapeAttribute; API声明:strokeMiterLimit(value: number |string): ShapeAttribute; 差异内容:value: number |string | component/shape.d.ts |
| 函数变更 | 类名:ShapeAttribute; API声明:strokeWidth(value: Length): ShapeAttribute; 差异内容:value: Length | 类名:ShapeAttribute; API声明:strokeWidth(value: number |string): ShapeAttribute; 差异内容:value: number |string | component/shape.d.ts |
| 函数变更 | 类名:SpanAttribute; API声明:fontWeight(value: number |FontWeight |ResourceStr): SpanAttribute; 差异内容:value: number |FontWeight |ResourceStr | 类名:SpanAttribute; API声明:fontWeight(value: number |FontWeight |string): SpanAttribute; 差异内容:value: number |FontWeight |string | component/span.d.ts |
| 函数变更 | 类名:SpanAttribute; API声明:letterSpacing(value: number |ResourceStr): SpanAttribute; 差异内容:value: number |ResourceStr | 类名:SpanAttribute; API声明:letterSpacing(value: number |string): SpanAttribute; 差异内容:value: number |string | component/span.d.ts |
| 函数变更 | 类名:TextAttribute; API声明:letterSpacing(value: number |ResourceStr): TextAttribute; 差异内容:value: number |ResourceStr | 类名:TextAttribute; API声明:letterSpacing(value: number |string): TextAttribute; 差异内容:value: number |string | component/text.d.ts |
| 函数变更 | 类名:TextAttribute; API声明:baselineOffset(value: number |ResourceStr): TextAttribute; 差异内容:value: number |ResourceStr | 类名:TextAttribute; API声明:baselineOffset(value: number |string): TextAttribute; 差异内容:value: number |string | component/text.d.ts |
| 函数变更 | 类名:TextAreaAttribute; API声明:fontWeight(value: number |FontWeight |ResourceStr): TextAreaAttribute; 差异内容:value: number |FontWeight |ResourceStr | 类名:TextAreaAttribute; API声明:fontWeight(value: number |FontWeight |string): TextAreaAttribute; 差异内容:value: number |FontWeight |string | component/text_area.d.ts |
| 函数变更 | 类名:TextClockAttribute; API声明:format(value: ResourceStr): TextClockAttribute; 差异内容:value: ResourceStr | 类名:TextClockAttribute; API声明:format(value: string): TextClockAttribute; 差异内容:value: string | component/text_clock.d.ts |
| 函数变更 | 类名:TextInputAttribute; API声明:fontWeight(value: number |FontWeight |ResourceStr): TextInputAttribute; 差异内容:value: number |FontWeight |ResourceStr | 类名:TextInputAttribute; API声明:fontWeight(value: number |FontWeight |string): TextInputAttribute; 差异内容:value: number |FontWeight |string | component/text_input.d.ts |
| 函数变更 | 类名:TextTimerAttribute; API声明:fontWeight(value: number |FontWeight |ResourceStr): TextTimerAttribute; 差异内容:value: number |FontWeight |ResourceStr | 类名:TextTimerAttribute; API声明:fontWeight(value: number |FontWeight |string): TextTimerAttribute; 差异内容:value: number |FontWeight |string | component/text_timer.d.ts |
| 函数变更 | 类名:CommonMethod; API声明:background(content: CustomBuilder |ResourceColor, options?: BackgroundOptions): T; 差异内容:content: CustomBuilder |ResourceColor | 类名:CommonMethod; API声明:background(builder: CustomBuilder, options?: { align?: Alignment; }): T; 差异内容:builder: CustomBuilder | component/common.d.ts |
| 函数变更 | 类名:RichEditorController; API声明:addTextSpan(content: ResourceStr, options?: RichEditorTextSpanOptions): number; 差异内容:content: ResourceStr, options?: RichEditorTextSpanOptions | 类名:RichEditorController; API声明:addTextSpan(value: string, options?: RichEditorTextSpanOptions): number; 差异内容:value: string, options?: RichEditorTextSpanOptions | component/rich_editor.d.ts |
| 函数变更 | 类名:Scroller; API声明:scrollTo(options: ScrollOptions); 差异内容:options: ScrollOptions | 类名:Scroller; API声明:scrollTo(value: { / * The X-axis offset. * * @type { number |string } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * The X-axis offset. * * @type { number |string } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ xOffset: number |string; / * The Y-axis offset. * * @type { number |string } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * The Y-axis offset. * * @type { number |string } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ yOffset: number |string; / * Descriptive animation. * * @type { ?({ duration?: number; curve?: Curve |ICurve } |boolean) } The object type provides custom animation parameters * and the boolean type enables default spring animation. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Descriptive animation. * * @type { ?({ duration?: number; curve?: Curve |ICurve } |boolean) } The object type provides custom animation parameters * and the boolean type enables default spring animation. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ / * Descriptive animation. * * @type { ?( ScrollAnimationOptions |boolean) } The ScrollAnimationOptions type provides custom animation parameters * and the boolean type enables default spring animation. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 12 */ animation?: ScrollAnimationOptions |boolean; }); 差异内容:value: { / * The X-axis offset. * * @type { number |string } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * The X-axis offset. * * @type { number |string } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ xOffset: number |string; / * The Y-axis offset. * * @type { number |string } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * The Y-axis offset. * * @type { number |string } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ yOffset: number |string; / * Descriptive animation. * * @type { ?({ duration?: number; curve?: Curve |ICurve } |boolean) } The object type provides custom animation parameters * and the boolean type enables default spring animation. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Descriptive animation. * * @type { ?({ duration?: number; curve?: Curve |ICurve } |boolean) } The object type provides custom animation parameters * and the boolean type enables default spring animation. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ / * Descriptive animation. * * @type { ?( ScrollAnimationOptions |boolean) } The ScrollAnimationOptions type provides custom animation parameters * and the boolean type enables default spring animation. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 12 */ animation?: ScrollAnimationOptions |boolean; } | component/scroll.d.ts |
| 函数变更 | 类名:TextAttribute; API声明:textOverflow(options: TextOverflowOptions): TextAttribute; 差异内容:options: TextOverflowOptions | 类名:TextAttribute; API声明:textOverflow(value: { overflow: TextOverflow; }): TextAttribute; 差异内容:value: { overflow: TextOverflow; } | component/text.d.ts |
| 属性变更 | 类名:ProgressButton; API声明:@Prop content: ResourceStr; 差异内容:ResourceStr | 类名:ProgressButton; API声明:@Prop content: string; 差异内容:string | api/@ohos.arkui.advanced.ProgressButton.d.ets |
| 属性变更 | 类名:SelectOptions; API声明:value?: ResourceStr; 差异内容:ResourceStr | 类名:SelectOptions; API声明:value?: string; 差异内容:string | api/@ohos.arkui.advanced.SubHeader.d.ets |
| 属性变更 | 类名:SwipeRefresher; API声明:@Prop content?: ResourceStr; 差异内容:ResourceStr | 类名:SwipeRefresher; API声明:@Prop content?: string; 差异内容:string | api/@ohos.arkui.advanced.SwipeRefresher.d.ets |
| 属性变更 | 类名:SheetInfo; API声明:action: VoidCallback; 差异内容:VoidCallback | 类名:SheetInfo; API声明:action: () => void; 差异内容:() => void | component/action_sheet.d.ts |
| 属性变更 | 类名:ActionSheetOptions; API声明:confirm?: ActionSheetButtonOptions; 差异内容:ActionSheetButtonOptions | 类名:ActionSheetOptions; API声明:confirm?: { / * Enable switch of confirmation button * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Enable switch of confirmation button * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ enabled?: boolean; / * Default focus switch of confirmation button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Default focus switch of confirmation button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ defaultFocus?: boolean; / * Style of confirmation button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Style of confirmation button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ style?: DialogButtonStyle; / * Text content of the confirmation button. * * @type { string |Resource } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ / * Text content of the confirmation button. * * @type { string |Resource } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Text content of the confirmation button. * * @type { string |Resource } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ value: string |Resource; / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ action: () => void; }; 差异内容:{ / * Enable switch of confirmation button * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Enable switch of confirmation button * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ enabled?: boolean; / * Default focus switch of confirmation button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Default focus switch of confirmation button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ defaultFocus?: boolean; / * Style of confirmation button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Style of confirmation button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ style?: DialogButtonStyle; / * Text content of the confirmation button. * * @type { string |Resource } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ / * Text content of the confirmation button. * * @type { string |Resource } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Text content of the confirmation button. * * @type { string |Resource } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ value: string |Resource; / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 8 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ action: () => void; } | component/action_sheet.d.ts |
| 属性变更 | 类名:ActionSheetOptions; API声明:cancel?: VoidCallback; 差异内容:VoidCallback | 类名:ActionSheetOptions; API声明:cancel?: () => void; 差异内容:() => void | component/action_sheet.d.ts |
| 属性变更 | 类名:ActionSheetOptions; API声明:offset?: ActionSheetOffset; 差异内容:ActionSheetOffset | 类名:ActionSheetOptions; API声明:offset?: { dx: number |string |Resource; dy: number |string |Resource; }; 差异内容:{ dx: number |string |Resource; dy: number |string |Resource; } | component/action_sheet.d.ts |
| 属性变更 | 类名:AlertDialogParam; API声明:cancel?: VoidCallback; 差异内容:VoidCallback | 类名:AlertDialogParam; API声明:cancel?: () => void; 差异内容:() => void | component/alert_dialog.d.ts |
| 属性变更 | 类名:AlertDialogParamWithConfirm; API声明:confirm?: AlertDialogButtonBaseOptions; 差异内容:AlertDialogButtonBaseOptions | 类名:AlertDialogParamWithConfirm; API声明:confirm?: { / * Enable switch of confirmation button * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Enable switch of confirmation button * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ enabled?: boolean; / * Default focus switch of confirmation button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Default focus switch of confirmation button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ defaultFocus?: boolean; / * Style of confirmation button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Style of confirmation button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ style?: DialogButtonStyle; / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ action: () => void; }; 差异内容:{ / * Enable switch of confirmation button * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Enable switch of confirmation button * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ enabled?: boolean; / * Default focus switch of confirmation button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Default focus switch of confirmation button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ defaultFocus?: boolean; / * Style of confirmation button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Style of confirmation button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ style?: DialogButtonStyle; / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ action: () => void; } | component/alert_dialog.d.ts |
| 属性变更 | 类名:AlertDialogParamWithButtons; API声明:primaryButton: AlertDialogButtonBaseOptions; 差异内容:AlertDialogButtonBaseOptions | 类名:AlertDialogParamWithButtons; API声明:primaryButton: { / * Enable switch of primaryButton * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Enable switch of primaryButton * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ enabled?: boolean; / * Default focus switch of primaryButton button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Default focus switch of primaryButton button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ defaultFocus?: boolean; / * Style of primaryButton button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Style of primaryButton button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ style?: DialogButtonStyle; / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ action: () => void; }; 差异内容:{ / * Enable switch of primaryButton * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Enable switch of primaryButton * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ enabled?: boolean; / * Default focus switch of primaryButton button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Default focus switch of primaryButton button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ defaultFocus?: boolean; / * Style of primaryButton button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Style of primaryButton button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ style?: DialogButtonStyle; / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ action: () => void; } | component/alert_dialog.d.ts |
| 属性变更 | 类名:AlertDialogParamWithButtons; API声明:secondaryButton: AlertDialogButtonBaseOptions; 差异内容:AlertDialogButtonBaseOptions | 类名:AlertDialogParamWithButtons; API声明:secondaryButton: { / * Enable switch of secondaryButton * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Enable switch of secondaryButton * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ enabled?: boolean; / * Default focus switch of secondaryButton button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Default focus switch of secondaryButton button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ defaultFocus?: boolean; / * Style of secondaryButton button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Style of secondaryButton button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ style?: DialogButtonStyle; / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ action: () => void; }; 差异内容:{ / * Enable switch of secondaryButton * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Enable switch of secondaryButton * @type { ?boolean } * @default true * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ enabled?: boolean; / * Default focus switch of secondaryButton button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Default focus switch of secondaryButton button * @type { ?boolean } * @default false * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ defaultFocus?: boolean; / * Style of secondaryButton button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Style of secondaryButton button. * @type { ?DialogButtonStyle } * @default DialogButtonStyle.DEFAULT * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ style?: DialogButtonStyle; / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Text content of the confirmation button. * * @type { ResourceStr } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Text color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ 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 */ / * Background color of the confirmation button. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ backgroundColor?: ResourceColor; / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Method executed by the callback. * * @type { function } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ action: () => void; } | component/alert_dialog.d.ts |
| 属性变更 | 类名:BadgeStyle; API声明:fontSize?: number |ResourceStr; 差异内容:number,ResourceStr | 类名:BadgeStyle; API声明:fontSize?: number |string; 差异内容:number,string | component/badge.d.ts |
| 属性变更 | 类名:BadgeStyle; API声明:badgeSize?: number |ResourceStr; 差异内容:number,ResourceStr | 类名:BadgeStyle; API声明:badgeSize?: number |string; 差异内容:number,string | component/badge.d.ts |
| 属性变更 | 类名:BadgeStyle; API声明:fontWeight?: number |FontWeight |ResourceStr; 差异内容:number,FontWeight,ResourceStr | 类名:BadgeStyle; API声明:fontWeight?: number |FontWeight |string; 差异内容:number,FontWeight,string | component/badge.d.ts |
| 属性变更 | 类名:BadgeParamWithString; API声明:value: ResourceStr; 差异内容:ResourceStr | 类名:BadgeParamWithString; API声明:value: string; 差异内容:string | component/badge.d.ts |
| 属性变更 | 类名:CalendarDialogOptions; API声明:onAccept?: Callback<Date>; 差异内容:Callback<Date> | 类名:CalendarDialogOptions; API声明:onAccept?: (value: Date) => void; 差异内容:(value: Date) => void | component/calendar_picker.d.ts |
| 属性变更 | 类名:CalendarDialogOptions; API声明:onCancel?: VoidCallback; 差异内容:VoidCallback | 类名:CalendarDialogOptions; API声明:onCancel?: () => void; 差异内容:() => void | component/calendar_picker.d.ts |
| 属性变更 | 类名:CalendarDialogOptions; API声明:onChange?: Callback<Date>; 差异内容:Callback<Date> | 类名:CalendarDialogOptions; API声明:onChange?: (value: Date) => void; 差异内容:(value: Date) => void | component/calendar_picker.d.ts |
| 属性变更 | 类名:CalendarDialogOptions; API声明:onDidAppear?: VoidCallback; 差异内容:VoidCallback | 类名:CalendarDialogOptions; API声明:onDidAppear?: () => void; 差异内容:() => void | component/calendar_picker.d.ts |
| 属性变更 | 类名:CalendarDialogOptions; API声明:onDidDisappear?: VoidCallback; 差异内容:VoidCallback | 类名:CalendarDialogOptions; API声明:onDidDisappear?: () => void; 差异内容:() => void | component/calendar_picker.d.ts |
| 属性变更 | 类名:CalendarDialogOptions; API声明:onWillAppear?: VoidCallback; 差异内容:VoidCallback | 类名:CalendarDialogOptions; API声明:onWillAppear?: () => void; 差异内容:() => void | component/calendar_picker.d.ts |
| 属性变更 | 类名:CalendarDialogOptions; API声明:onWillDisappear?: VoidCallback; 差异内容:VoidCallback | 类名:CalendarDialogOptions; API声明:onWillDisappear?: () => void; 差异内容:() => void | component/calendar_picker.d.ts |
| 属性变更 | 类名:CircleOptions; API声明:width?: Length; 差异内容:Length | 类名:CircleOptions; API声明:width?: string |number; 差异内容:string,number | component/circle.d.ts |
| 属性变更 | 类名:CircleOptions; API声明:height?: Length; 差异内容:Length | 类名:CircleOptions; API声明:height?: string |number; 差异内容:string,number | component/circle.d.ts |
| 属性变更 | 类名:DatePickerDialogOptions; API声明:onCancel?: VoidCallback; 差异内容:VoidCallback | 类名:DatePickerDialogOptions; API声明:onCancel?: () => void; 差异内容:() => void | component/date_picker.d.ts |
| 属性变更 | 类名:DatePickerDialogOptions; API声明:onDateAccept?: Callback<Date>; 差异内容:Callback<Date> | 类名:DatePickerDialogOptions; API声明:onDateAccept?: (value: Date) => void; 差异内容:(value: Date) => void | component/date_picker.d.ts |
| 属性变更 | 类名:DatePickerDialogOptions; API声明:onDateChange?: Callback<Date>; 差异内容:Callback<Date> | 类名:DatePickerDialogOptions; API声明:onDateChange?: (value: Date) => void; 差异内容:(value: Date) => void | component/date_picker.d.ts |
| 属性变更 | 类名:DatePickerDialogOptions; API声明:onDidAppear?: VoidCallback; 差异内容:VoidCallback | 类名:DatePickerDialogOptions; API声明:onDidAppear?: () => void; 差异内容:() => void | component/date_picker.d.ts |
| 属性变更 | 类名:DatePickerDialogOptions; API声明:onDidDisappear?: VoidCallback; 差异内容:VoidCallback | 类名:DatePickerDialogOptions; API声明:onDidDisappear?: () => void; 差异内容:() => void | component/date_picker.d.ts |
| 属性变更 | 类名:DatePickerDialogOptions; API声明:onWillAppear?: VoidCallback; 差异内容:VoidCallback | 类名:DatePickerDialogOptions; API声明:onWillAppear?: () => void; 差异内容:() => void | component/date_picker.d.ts |
| 属性变更 | 类名:DatePickerDialogOptions; API声明:onWillDisappear?: VoidCallback; 差异内容:VoidCallback | 类名:DatePickerDialogOptions; API声明:onWillDisappear?: () => void; 差异内容:() => void | component/date_picker.d.ts |
| 属性变更 | 类名:ParticleOptions; API声明:velocity?: VelocityOptions; 差异内容:VelocityOptions | 类名:ParticleOptions; API声明:velocity?: { speed: [ number, number ]; angle: [ number, number ]; }; 差异内容:{ speed: [ number, number ]; angle: [ number, number ]; } | component/particle.d.ts |
| 属性变更 | 类名:ParticleOptions; API声明:acceleration?: AccelerationOptions<ACC_SPEED_UPDATER, ACC_ANGLE_UPDATER>; 差异内容:AccelerationOptions<ACC_SPEED_UPDATER, ACC_ANGLE_UPDATER> | 类名:ParticleOptions; API声明:acceleration?: { speed?: ParticlePropertyOptions<number, ACC_SPEED_UPDATER>; angle?: ParticlePropertyOptions<number, ACC_ANGLE_UPDATER>; }; 差异内容:{ speed?: ParticlePropertyOptions<number, ACC_SPEED_UPDATER>; angle?: ParticlePropertyOptions<number, ACC_ANGLE_UPDATER>; } | component/particle.d.ts |
| 属性变更 | 类名:EmitterOptions; API声明:particle: EmitterParticleOptions<PARTICLE>; 差异内容:EmitterParticleOptions<PARTICLE> | 类名:EmitterOptions; API声明:particle: { / * Particle type. * @type { PARTICLE } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Particle type. * @type { PARTICLE } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ type: PARTICLE; / * Particle config. * @type { ParticleConfigs[PARTICLE] } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Particle config. * @type { ParticleConfigs[PARTICLE] } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ config: ParticleConfigs[PARTICLE]; / * Particle count. * @type { number } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Particle count. * @type { number } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ count: number; / * Particle lifetime. * @type { ?number } * @default 1000 * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Particle lifetime. * @type { ?number } * @default 1000 * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ lifetime?: number; / * Particle lifetimeRange,value range [0, ∞). * when lifetimeRange>lifetime,minimum lifetime is 0. * @type { ?number } * @default 0 * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 12 */ lifetimeRange?: number; }; 差异内容:{ / * Particle type. * @type { PARTICLE } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Particle type. * @type { PARTICLE } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ type: PARTICLE; / * Particle config. * @type { ParticleConfigs[PARTICLE] } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Particle config. * @type { ParticleConfigs[PARTICLE] } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ config: ParticleConfigs[PARTICLE]; / * Particle count. * @type { number } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Particle count. * @type { number } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ count: number; / * Particle lifetime. * @type { ?number } * @default 1000 * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Particle lifetime. * @type { ?number } * @default 1000 * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ lifetime?: number; / * Particle lifetimeRange,value range [0, ∞). * when lifetimeRange>lifetime,minimum lifetime is 0. * @type { ?number } * @default 0 * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 12 */ lifetimeRange?: number; } | component/particle.d.ts |
| 属性变更 | 类名:ParticlePropertyOptions; API声明:updater?: ParticleUpdaterOptions<TYPE, UPDATER>; 差异内容:ParticleUpdaterOptions<TYPE, UPDATER> | 类名:ParticlePropertyOptions; API声明:updater?: { type: UPDATER; config: ParticlePropertyUpdaterConfigs<TYPE>[UPDATER]; }; 差异内容:{ type: UPDATER; config: ParticlePropertyUpdaterConfigs<TYPE>[UPDATER]; } | component/particle.d.ts |
| 属性变更 | 类名:ParticleColorPropertyUpdaterConfigs; API声明:[ParticleUpdater.RANDOM]: ParticleColorOptions; 差异内容:ParticleColorOptions | 类名:ParticleColorPropertyUpdaterConfigs; API声明:[ParticleUpdater.RANDOM]: { r: [ number, number ]; g: [ number, number ]; b: [ number, number ]; a: [ number, number ]; }; 差异内容:{ r: [ number, number ]; g: [ number, number ]; b: [ number, number ]; a: [ number, number ]; } | component/particle.d.ts |
| 属性变更 | 类名:ParticleColorPropertyOptions; API声明:updater?: ParticleColorUpdaterOptions<UPDATER>; 差异内容:ParticleColorUpdaterOptions<UPDATER> | 类名:ParticleColorPropertyOptions; API声明:updater?: { type: UPDATER; config: ParticleColorPropertyUpdaterConfigs[UPDATER]; }; 差异内容:{ type: UPDATER; config: ParticleColorPropertyUpdaterConfigs[UPDATER]; } | component/particle.d.ts |
| 属性变更 | 类名:CapsuleStyleOptions; API声明:content?: ResourceStr; 差异内容:ResourceStr | 类名:CapsuleStyleOptions; API声明:content?: string; 差异内容:string | component/progress.d.ts |
| 属性变更 | 类名:ButtonStyle; API声明:icons?: ButtonIconOptions; 差异内容:ButtonIconOptions | 类名:ButtonStyle; API声明:icons?: { shown: string |PixelMap |Resource; hidden: string |PixelMap |Resource; switching?: string |PixelMap |Resource; }; 差异内容:{ shown: string |PixelMap |Resource; hidden: string |PixelMap |Resource; switching?: string |PixelMap |Resource; } | component/sidebar.d.ts |
| 属性变更 | 类名:TabContentAnimatedTransition; API声明:transition: Callback<TabContentTransitionProxy>; 差异内容:Callback<TabContentTransitionProxy> | 类名:TabContentAnimatedTransition; API声明:transition: (proxy: TabContentTransitionProxy) => void; 差异内容:(proxy: TabContentTransitionProxy) => void | component/tabs.d.ts |
| 属性变更 | 类名:TextDataDetectorConfig; API声明:onDetectResultUpdate?: Callback<string>; 差异内容:Callback<string> | 类名:TextDataDetectorConfig; API声明:onDetectResultUpdate?: (result: string) => void; 差异内容:(result: string) => void | component/text_common.d.ts |
| 属性变更 | 类名:TextPickerOptions; API声明:value?: ResourceStr |ResourceStr[]; 差异内容:ResourceStr,ResourceStr[] | 类名:TextPickerOptions; API声明:value?: string |string[]; 差异内容:string,string[] | component/text_picker.d.ts |
| 属性变更 | 类名:ImageParticleParameters; API声明:size: ParticleTuple<Dimension, Dimension>; 差异内容:ParticleTuple<Dimension, Dimension> | 类名:ImageParticleParameters; API声明:size: [ Dimension, Dimension ]; 差异内容:[ Dimension, Dimension ] | component/particle.d.ts |
| 属性变更 | 类名:EmitterOptions; API声明:position?: ParticleTuple<Dimension, Dimension>; 差异内容:ParticleTuple<Dimension, Dimension> | 类名:EmitterOptions; API声明:position?: [ Dimension, Dimension ]; 差异内容:[ Dimension, Dimension ] | component/particle.d.ts |
| 属性变更 | 类名:EmitterOptions; API声明:size?: ParticleTuple<Dimension, Dimension>; 差异内容:ParticleTuple<Dimension, Dimension> | 类名:EmitterOptions; API声明:size?: [ Dimension, Dimension ]; 差异内容:[ Dimension, Dimension ] | component/particle.d.ts |
| 属性变更 | 类名:ParticlePropertyUpdaterConfigs; API声明:[ParticleUpdater.RANDOM]: ParticleTuple<T, T>; 差异内容:ParticleTuple<T, T> | 类名:ParticlePropertyUpdaterConfigs; API声明:[ParticleUpdater.RANDOM]: [ T, T ]; 差异内容:[ T, T ] | component/particle.d.ts |
| 属性变更 | 类名:ParticlePropertyOptions; API声明:range: ParticleTuple<TYPE, TYPE>; 差异内容:ParticleTuple<TYPE, TYPE> | 类名:ParticlePropertyOptions; API声明:range: [ TYPE, TYPE ]; 差异内容:[ TYPE, TYPE ] | component/particle.d.ts |
| 属性变更 | 类名:ParticleColorPropertyOptions; API声明:range: ParticleTuple<ResourceColor, ResourceColor>; 差异内容:ParticleTuple<ResourceColor, ResourceColor> | 类名:ParticleColorPropertyOptions; API声明:range: [ ResourceColor, ResourceColor ]; 差异内容:[ ResourceColor, ResourceColor ] | component/particle.d.ts |
| 自定义类型变更 | 类名:global; API声明:declare type GestureRecognizerJudgeBeginCallback = (event: BaseGestureEvent, current: GestureRecognizer, recognizers: Array<GestureRecognizer>, touchRecognizers?: Array<TouchRecognizer>) => GestureJudgeResult; 差异内容:touchRecognizers?: Array<TouchRecognizer> | 类名:global; API声明:declare type GestureRecognizerJudgeBeginCallback = (event: BaseGestureEvent, current: GestureRecognizer, recognizers: Array<GestureRecognizer>) => GestureJudgeResult; 差异内容:NA | component/common.d.ts |
| 枚举赋值发生改变 | 类名:WindowType; API声明:TYPE_FLOAT = 8 差异内容:8 | 类名:WindowType; API声明:TYPE_FLOAT 差异内容:2 | api/@ohos.window.d.ts |
| 枚举赋值发生改变 | 类名:WindowType; API声明:TYPE_DIALOG = 16 差异内容:16 | 类名:WindowType; API声明:TYPE_DIALOG 差异内容:3 | api/@ohos.window.d.ts |
| 新增API | NA | 类名:global; API声明:declare enum LocationIconStyle 差异内容:declare enum LocationIconStyle | component/location_button.d.ts |
| 新增API | NA | 类名:LocationIconStyle; API声明:FULL_FILLED = 0 差异内容:FULL_FILLED = 0 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationIconStyle; API声明:LINES = 1 差异内容:LINES = 1 | component/location_button.d.ts |
| 新增API | NA | 类名:global; API声明:declare enum LocationDescription 差异内容:declare enum LocationDescription | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:CURRENT_LOCATION = 0 差异内容:CURRENT_LOCATION = 0 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:ADD_LOCATION = 1 差异内容:ADD_LOCATION = 1 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:SELECT_LOCATION = 2 差异内容:SELECT_LOCATION = 2 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:SHARE_LOCATION = 3 差异内容:SHARE_LOCATION = 3 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:SEND_LOCATION = 4 差异内容:SEND_LOCATION = 4 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:LOCATING = 5 差异内容:LOCATING = 5 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:LOCATION = 6 差异内容:LOCATION = 6 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:SEND_CURRENT_LOCATION = 7 差异内容:SEND_CURRENT_LOCATION = 7 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:RELOCATION = 8 差异内容:RELOCATION = 8 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:PUNCH_IN = 9 差异内容:PUNCH_IN = 9 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationDescription; API声明:CURRENT_POSITION = 10 差异内容:CURRENT_POSITION = 10 | component/location_button.d.ts |
| 新增API | NA | 类名:global; API声明:declare interface LocationButtonOptions 差异内容:declare interface LocationButtonOptions | component/location_button.d.ts |
| 新增API | NA | 类名:LocationButtonOptions; API声明:icon?: LocationIconStyle; 差异内容:icon?: LocationIconStyle; | component/location_button.d.ts |
| 新增API | NA | 类名:LocationButtonOptions; API声明:text?: LocationDescription; 差异内容:text?: LocationDescription; | component/location_button.d.ts |
| 新增API | NA | 类名:LocationButtonOptions; API声明:buttonType?: ButtonType; 差异内容:buttonType?: ButtonType; | component/location_button.d.ts |
| 新增API | NA | 类名:global; API声明:declare enum LocationButtonOnClickResult 差异内容:declare enum LocationButtonOnClickResult | component/location_button.d.ts |
| 新增API | NA | 类名:LocationButtonOnClickResult; API声明:SUCCESS = 0 差异内容:SUCCESS = 0 | component/location_button.d.ts |
| 新增API | NA | 类名:LocationButtonOnClickResult; API声明:TEMPORARY_AUTHORIZATION_FAILED = 1 差异内容:TEMPORARY_AUTHORIZATION_FAILED = 1 | component/location_button.d.ts |
| 新增API | NA | 类名:global; API声明:interface LocationButtonInterface 差异内容:interface LocationButtonInterface | component/location_button.d.ts |
| 新增API | NA | 类名:global; API声明:declare class LocationButtonAttribute 差异内容:declare class LocationButtonAttribute | component/location_button.d.ts |
| 新增API | NA | 类名:LocationButtonAttribute; API声明:onClick(event: (event: ClickEvent, result: LocationButtonOnClickResult) => void): LocationButtonAttribute; 差异内容:onClick(event: (event: ClickEvent, result: LocationButtonOnClickResult) => void): LocationButtonAttribute; | component/location_button.d.ts |
| 新增API | NA | 类名:global; API声明:declare const LocationButton: LocationButtonInterface; 差异内容:declare const LocationButton: LocationButtonInterface; | component/location_button.d.ts |
| 新增API | NA | 类名:global; API声明:declare const LocationButtonInstance: LocationButtonAttribute; 差异内容:declare const LocationButtonInstance: LocationButtonAttribute; | component/location_button.d.ts |
| 新增API | NA | 类名:AlertDialogButtonOptions; API声明:enabled?: boolean; 差异内容:enabled?: boolean; | component/alert_dialog.d.ts |
| 新增API | NA | 类名:AlertDialogButtonOptions; API声明:defaultFocus?: boolean; 差异内容:defaultFocus?: boolean; | component/alert_dialog.d.ts |
| 新增API | NA | 类名:AlertDialogButtonOptions; API声明:style?: DialogButtonStyle; 差异内容:style?: DialogButtonStyle; | component/alert_dialog.d.ts |
| 新增API | NA | 类名:AlertDialogButtonOptions; API声明:value: ResourceStr; 差异内容:value: ResourceStr; | component/alert_dialog.d.ts |
| 新增API | NA | 类名:AlertDialogButtonOptions; API声明:fontColor?: ResourceColor; 差异内容:fontColor?: ResourceColor; | component/alert_dialog.d.ts |
| 新增API | NA | 类名:AlertDialogButtonOptions; API声明:backgroundColor?: ResourceColor; 差异内容:backgroundColor?: ResourceColor; | component/alert_dialog.d.ts |
| 新增API | NA | 类名:AlertDialogButtonOptions; API声明:action: () => void; 差异内容:action: () => void; | component/alert_dialog.d.ts |
| 新增API | NA | 类名:CanvasAttribute; API声明:onReady(event: () => void): CanvasAttribute; 差异内容:onReady(event: () => void): CanvasAttribute; | component/canvas.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:build(): void; 差异内容:build(): void; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:aboutToAppear?(): void; 差异内容:aboutToAppear?(): void; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:aboutToDisappear?(): void; 差异内容:aboutToDisappear?(): void; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:aboutToRecycle?(): void; 差异内容:aboutToRecycle?(): void; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:onWillApplyTheme?(theme: Theme): void; 差异内容:onWillApplyTheme?(theme: Theme): void; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:onPlaceChildren?(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: ConstraintSizeOptions): void; 差异内容:onPlaceChildren?(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: ConstraintSizeOptions): void; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:onMeasureSize?(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: ConstraintSizeOptions): SizeResult; 差异内容:onMeasureSize?(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: ConstraintSizeOptions): SizeResult; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:onPageShow?(): void; 差异内容:onPageShow?(): void; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:onPageHide?(): void; 差异内容:onPageHide?(): void; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:onFormRecycle?(): string; 差异内容:onFormRecycle?(): string; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:onFormRecover?(statusData: string): void; 差异内容:onFormRecover?(statusData: string): void; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:onBackPress?(): void |boolean; 差异内容:onBackPress?(): void |boolean; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:pageTransition?(): void; 差异内容:pageTransition?(): void; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:getUIContext(): UIContext; 差异内容:getUIContext(): UIContext; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:getUniqueId(): number; 差异内容:getUniqueId(): number; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:queryNavDestinationInfo(): NavDestinationInfo |undefined; 差异内容:queryNavDestinationInfo(): NavDestinationInfo |undefined; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:queryNavigationInfo(): NavigationInfo |undefined; 差异内容:queryNavigationInfo(): NavigationInfo |undefined; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:queryRouterPageInfo(): RouterPageInfo |undefined; 差异内容:queryRouterPageInfo(): RouterPageInfo |undefined; | component/common.d.ts |
| 新增API | NA | 类名:CustomComponent; API声明:onDidBuild?(): void; 差异内容:onDidBuild?(): void; | component/common.d.ts |
| 新增API | NA | 类名:CounterAttribute; API声明:onInc(event: () => void): CounterAttribute; 差异内容:onInc(event: () => void): CounterAttribute; | component/counter.d.ts |
| 新增API | NA | 类名:CounterAttribute; API声明:onDec(event: () => void): CounterAttribute; 差异内容:onDec(event: () => void): CounterAttribute; | component/counter.d.ts |
| 新增API | NA | 类名:global; API声明:declare type ColorStop = { / * Color property. * @type { ResourceColor } color - the color value. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Color property. * @type { ResourceColor } color - the color value. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ color: ResourceColor; / * Offset property. * @type { Length } offset - the color offset. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Offset property. * @type { Length } offset - the color offset. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ offset: Length; }; 差异内容:declare type ColorStop = { / * Color property. * @type { ResourceColor } color - the color value. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Color property. * @type { ResourceColor } color - the color value. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ color: ResourceColor; / * Offset property. * @type { Length } offset - the color offset. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Offset property. * @type { Length } offset - the color offset. * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ offset: Length; }; | component/data_panel.d.ts |
| 新增API | NA | 类名:FolderStackAttribute; API声明:onHoverStatusChange(handler: (param: HoverEventParam) => void): FolderStackAttribute; 差异内容:onHoverStatusChange(handler: (param: HoverEventParam) => void): FolderStackAttribute; | component/folder_stack.d.ts |
| 新增API | NA | 类名:GridAttribute; API声明:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): GridAttribute; 差异内容:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): GridAttribute; | component/grid.d.ts |
| 新增API | NA | 类名:ListAttribute; API声明:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): ListAttribute; 差异内容:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): ListAttribute; | component/list.d.ts |
| 新增API | NA | 类名:PageTransitionEnterInterface; API声明:onEnter(event: (type: RouteType, progress: number) => void): PageTransitionEnterInterface; 差异内容:onEnter(event: (type: RouteType, progress: number) => void): PageTransitionEnterInterface; | component/page_transition.d.ts |
| 新增API | NA | 类名:PageTransitionExitInterface; API声明:onExit(event: (type: RouteType, progress: number) => void): PageTransitionExitInterface; 差异内容:onExit(event: (type: RouteType, progress: number) => void): PageTransitionExitInterface; | component/page_transition.d.ts |
| 新增API | NA | 类名:PasteButtonAttribute; API声明:onClick(event: (event: ClickEvent, result: PasteButtonOnClickResult) => void): PasteButtonAttribute; 差异内容:onClick(event: (event: ClickEvent, result: PasteButtonOnClickResult) => void): PasteButtonAttribute; | component/paste_button.d.ts |
| 新增API | NA | 类名:SaveButtonAttribute; API声明:onClick(event: (event: ClickEvent, result: SaveButtonOnClickResult) => void): SaveButtonAttribute; 差异内容:onClick(event: (event: ClickEvent, result: SaveButtonOnClickResult) => void): SaveButtonAttribute; | component/save_button.d.ts |
| 新增API | NA | 类名:ScrollAttribute; API声明:onScrollEdge(event: (side: Edge) => void): ScrollAttribute; 差异内容:onScrollEdge(event: (side: Edge) => void): ScrollAttribute; | component/scroll.d.ts |
| 新增API | NA | 类名:ScrollAttribute; API声明:onScrollStart(event: () => void): ScrollAttribute; 差异内容:onScrollStart(event: () => void): ScrollAttribute; | component/scroll.d.ts |
| 新增API | NA | 类名:ScrollAttribute; API声明:onScrollStop(event: () => void): ScrollAttribute; 差异内容:onScrollStop(event: () => void): ScrollAttribute; | component/scroll.d.ts |
| 新增API | NA | 类名:ScrollAttribute; API声明:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): ScrollAttribute; 差异内容:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): ScrollAttribute; | component/scroll.d.ts |
| 新增API | NA | 类名:global; API声明:declare type SwiperAutoFill = { / * Set minSize size. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 10 * @form */ / * Set minSize size. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 11 * @form */ minSize: VP; }; 差异内容:declare type SwiperAutoFill = { / * Set minSize size. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 10 * @form */ / * Set minSize size. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 11 * @form */ minSize: VP; }; | component/swiper.d.ts |
| 新增API | NA | 类名:SwiperAttribute; API声明:onChange(event: (index: number) => void): SwiperAttribute; 差异内容:onChange(event: (index: number) => void): SwiperAttribute; | component/swiper.d.ts |
| 新增API | NA | 类名:SwiperAttribute; API声明:onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute; 差异内容:onAnimationStart(event: (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute; | component/swiper.d.ts |
| 新增API | NA | 类名:SwiperAttribute; API声明:onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute; 差异内容:onAnimationEnd(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute; | component/swiper.d.ts |
| 新增API | NA | 类名:SwiperAttribute; API声明:onGestureSwipe(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute; 差异内容:onGestureSwipe(event: (index: number, extraInfo: SwiperAnimationEvent) => void): SwiperAttribute; | component/swiper.d.ts |
| 新增API | NA | 类名:TabsAttribute; API声明:onChange(event: (index: number) => void): TabsAttribute; 差异内容:onChange(event: (index: number) => void): TabsAttribute; | component/tabs.d.ts |
| 新增API | NA | 类名:TabsAttribute; API声明:onTabBarClick(event: (index: number) => void): TabsAttribute; 差异内容:onTabBarClick(event: (index: number) => void): TabsAttribute; | component/tabs.d.ts |
| 新增API | NA | 类名:TabsAttribute; API声明:onAnimationStart(handler: (index: number, targetIndex: number, event: TabsAnimationEvent) => void): TabsAttribute; 差异内容:onAnimationStart(handler: (index: number, targetIndex: number, event: TabsAnimationEvent) => void): TabsAttribute; | component/tabs.d.ts |
| 新增API | NA | 类名:TabsAttribute; API声明:onAnimationEnd(handler: (index: number, event: TabsAnimationEvent) => void): TabsAttribute; 差异内容:onAnimationEnd(handler: (index: number, event: TabsAnimationEvent) => void): TabsAttribute; | component/tabs.d.ts |
| 新增API | NA | 类名:TabsAttribute; API声明:onGestureSwipe(handler: (index: number, event: TabsAnimationEvent) => void): TabsAttribute; 差异内容:onGestureSwipe(handler: (index: number, event: TabsAnimationEvent) => void): TabsAttribute; | component/tabs.d.ts |
| 新增API | NA | 类名:TabsAttribute; API声明:onContentWillChange(handler: (currentIndex: number, comingIndex: number) => boolean): TabsAttribute; 差异内容:onContentWillChange(handler: (currentIndex: number, comingIndex: number) => boolean): TabsAttribute; | component/tabs.d.ts |
| 新增API | NA | 类名:global; API声明:declare enum ContentType 差异内容:declare enum ContentType | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:USER_NAME = 0 差异内容:USER_NAME = 0 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:PASSWORD = 1 差异内容:PASSWORD = 1 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:NEW_PASSWORD = 2 差异内容:NEW_PASSWORD = 2 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:FULL_STREET_ADDRESS = 3 差异内容:FULL_STREET_ADDRESS = 3 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:HOUSE_NUMBER = 4 差异内容:HOUSE_NUMBER = 4 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:DISTRICT_ADDRESS = 5 差异内容:DISTRICT_ADDRESS = 5 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:CITY_ADDRESS = 6 差异内容:CITY_ADDRESS = 6 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:PROVINCE_ADDRESS = 7 差异内容:PROVINCE_ADDRESS = 7 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:COUNTRY_ADDRESS = 8 差异内容:COUNTRY_ADDRESS = 8 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:PERSON_FULL_NAME = 9 差异内容:PERSON_FULL_NAME = 9 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:PERSON_LAST_NAME = 10 差异内容:PERSON_LAST_NAME = 10 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:PERSON_FIRST_NAME = 11 差异内容:PERSON_FIRST_NAME = 11 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:PHONE_NUMBER = 12 差异内容:PHONE_NUMBER = 12 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:PHONE_COUNTRY_CODE = 13 差异内容:PHONE_COUNTRY_CODE = 13 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:FULL_PHONE_NUMBER = 14 差异内容:FULL_PHONE_NUMBER = 14 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:EMAIL_ADDRESS = 15 差异内容:EMAIL_ADDRESS = 15 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:BANK_CARD_NUMBER = 16 差异内容:BANK_CARD_NUMBER = 16 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:ID_CARD_NUMBER = 17 差异内容:ID_CARD_NUMBER = 17 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:NICKNAME = 23 差异内容:NICKNAME = 23 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:DETAIL_INFO_WITHOUT_STREET = 24 差异内容:DETAIL_INFO_WITHOUT_STREET = 24 | component/text_area.d.ts |
| 新增API | NA | 类名:ContentType; API声明:FORMAT_ADDRESS = 25 差异内容:FORMAT_ADDRESS = 25 | component/text_area.d.ts |
| 新增API | NA | 类名:global; API声明:declare type Padding = { / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ top?: Length; / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ right?: Length; / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottom?: Length; / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ left?: Length; }; 差异内容:declare type Padding = { / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ top?: Length; / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ right?: Length; / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottom?: Length; / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ left?: Length; }; | component/units.d.ts |
| 新增API | NA | 类名:global; API声明:declare type EdgeWidths = { / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ top?: Length; / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ right?: Length; / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottom?: Length; / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ left?: Length; }; 差异内容:declare type EdgeWidths = { / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ top?: Length; / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ right?: Length; / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottom?: Length; / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ left?: Length; }; | component/units.d.ts |
| 新增API | NA | 类名:global; API声明:declare type EdgeOutlineWidths = { / * top outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * top outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ top?: Dimension; / * right outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * right outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ right?: Dimension; / * bottom outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * bottom outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ bottom?: Dimension; / * left outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * left outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ left?: Dimension; }; 差异内容:declare type EdgeOutlineWidths = { / * top outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * top outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ top?: Dimension; / * right outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * right outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ right?: Dimension; / * bottom outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * bottom outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ bottom?: Dimension; / * left outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * left outline width property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ left?: Dimension; }; | component/units.d.ts |
| 新增API | NA | 类名:global; API声明:declare type BorderRadiuses = { / * top-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ topLeft?: Length; / * top-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ topRight?: Length; / * bottom-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottomLeft?: Length; / * bottom-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottomRight?: Length; }; 差异内容:declare type BorderRadiuses = { / * top-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ topLeft?: Length; / * top-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ topRight?: Length; / * bottom-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom-left property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottomLeft?: Length; / * bottom-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom-right property. * * @type { ?Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottomRight?: Length; }; | component/units.d.ts |
| 新增API | NA | 类名:global; API声明:declare type OutlineRadiuses = { / * top-left property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * top-left property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ topLeft?: Dimension; / * top-right property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * top-right property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ topRight?: Dimension; / * bottom-left property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * bottom-left property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ bottomLeft?: Dimension; / * bottom-right property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * bottom-right property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ bottomRight?: Dimension; }; 差异内容:declare type OutlineRadiuses = { / * top-left property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * top-left property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ topLeft?: Dimension; / * top-right property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * top-right property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ topRight?: Dimension; / * bottom-left property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * bottom-left property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ bottomLeft?: Dimension; / * bottom-right property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * bottom-right property. * * @type { ?Dimension } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ bottomRight?: Dimension; }; | component/units.d.ts |
| 新增API | NA | 类名:global; API声明:declare type EdgeColors = { / * top property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ top?: ResourceColor; / * right property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * right property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * right property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ right?: ResourceColor; / * bottom property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottom?: ResourceColor; / * left property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * left property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * left property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ left?: ResourceColor; }; 差异内容:declare type EdgeColors = { / * top property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ top?: ResourceColor; / * right property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * right property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * right property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ right?: ResourceColor; / * bottom property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottom?: ResourceColor; / * left property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * left property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * left property. * * @type { ?ResourceColor } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ left?: ResourceColor; }; | component/units.d.ts |
| 新增API | NA | 类名:global; API声明:declare type EdgeStyles = { / * top property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ top?: BorderStyle; / * right property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * right property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * right property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ right?: BorderStyle; / * bottom property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottom?: BorderStyle; / * left property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * left property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * left property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ left?: BorderStyle; }; 差异内容:declare type EdgeStyles = { / * top property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * top property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * top property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ top?: BorderStyle; / * right property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * right property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * right property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ right?: BorderStyle; / * bottom property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * bottom property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * bottom property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ bottom?: BorderStyle; / * left property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * left property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * left property. * * @type { ?BorderStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ left?: BorderStyle; }; | component/units.d.ts |
| 新增API | NA | 类名:global; API声明:declare type EdgeOutlineStyles = { / * top property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * top property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ top?: OutlineStyle; / * right property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * right property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ right?: OutlineStyle; / * bottom property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * bottom property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ bottom?: OutlineStyle; / * left property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * left property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ left?: OutlineStyle; }; 差异内容:declare type EdgeOutlineStyles = { / * top property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * top property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ top?: OutlineStyle; / * right property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * right property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ right?: OutlineStyle; / * bottom property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * bottom property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ bottom?: OutlineStyle; / * left property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 * @form */ / * left property. * * @type { ?OutlineStyle } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @form * @atomicservice * @since 12 */ left?: OutlineStyle; }; | component/units.d.ts |
| 新增API | NA | 类名:global; API声明:declare type Offset = { / * dx property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * dx property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * dx property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ dx: Length; / * dy property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * dy property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * dy property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ dy: Length; }; 差异内容:declare type Offset = { / * dx property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * dx property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * dx property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ dx: Length; / * dy property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ / * dy property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * dy property. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ dy: Length; }; | component/units.d.ts |
| 新增API | NA | 类名:global; API声明:declare type LengthConstrain = { / * minimum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * minimum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * minimum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ minLength: Length; / * maximum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * maximum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * maximum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ maxLength: Length; }; 差异内容:declare type LengthConstrain = { / * minimum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * minimum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * minimum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ minLength: Length; / * maximum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 9 * @form */ / * maximum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 * @form */ / * maximum length. * * @type { Length } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 * @form */ maxLength: Length; }; | component/units.d.ts |
| 新增API | NA | 类名:VideoAttribute; API声明:onStart(event: () => void): VideoAttribute; 差异内容:onStart(event: () => void): VideoAttribute; | component/video.d.ts |
| 新增API | NA | 类名:VideoAttribute; API声明:onPause(event: () => void): VideoAttribute; 差异内容:onPause(event: () => void): VideoAttribute; | component/video.d.ts |
| 新增API | NA | 类名:VideoAttribute; API声明:onFinish(event: () => void): VideoAttribute; 差异内容:onFinish(event: () => void): VideoAttribute; | component/video.d.ts |
| 新增API | NA | 类名:VideoAttribute; API声明:onError(event: () => void): VideoAttribute; 差异内容:onError(event: () => void): VideoAttribute; | component/video.d.ts |
| 新增API | NA | 类名:WaterFlowAttribute; API声明:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): WaterFlowAttribute; 差异内容:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): WaterFlowAttribute; | component/water_flow.d.ts |
| 新增API | NA | 类名:XComponentAttribute; API声明:onDestroy(event: () => void): XComponentAttribute; 差异内容:onDestroy(event: () => void): XComponentAttribute; | component/xcomponent.d.ts |
| 删除API | 类名:global; API声明:export declare enum ArcButtonPosition 差异内容:export declare enum ArcButtonPosition | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonPosition; API声明:TOP_EDGE = 0 差异内容:TOP_EDGE = 0 | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonPosition; API声明:BOTTOM_EDGE = 1 差异内容:BOTTOM_EDGE = 1 | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:global; API声明:export declare enum ArcButtonStyleMode 差异内容:export declare enum ArcButtonStyleMode | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonStyleMode; API声明:EMPHASIZED_LIGHT = 0 差异内容:EMPHASIZED_LIGHT = 0 | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonStyleMode; API声明:EMPHASIZED_DARK = 1 差异内容:EMPHASIZED_DARK = 1 | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonStyleMode; API声明:NORMAL_LIGHT = 2 差异内容:NORMAL_LIGHT = 2 | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonStyleMode; API声明:NORMAL_DARK = 3 差异内容:NORMAL_DARK = 3 | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonStyleMode; API声明:CUSTOM = 4 差异内容:CUSTOM = 4 | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:global; API声明:export declare enum ArcButtonStatus 差异内容:export declare enum ArcButtonStatus | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonStatus; API声明:NORMAL = 0 差异内容:NORMAL = 0 | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonStatus; API声明:PRESSED = 1 差异内容:PRESSED = 1 | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonStatus; API声明:DISABLED = 2 差异内容:DISABLED = 2 | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:global; API声明:interface CommonArcButtonOptions 差异内容:interface CommonArcButtonOptions | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:position?: ArcButtonPosition; 差异内容:position?: ArcButtonPosition; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:styleMode?: ArcButtonStyleMode; 差异内容:styleMode?: ArcButtonStyleMode; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:status?: ArcButtonStatus; 差异内容:status?: ArcButtonStatus; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:label?: ResourceStr; 差异内容:label?: ResourceStr; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:backgroundBlurStyle?: BlurStyle; 差异内容:backgroundBlurStyle?: BlurStyle; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:backgroundColor?: ColorMetrics; 差异内容:backgroundColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:shadowColor?: ColorMetrics; 差异内容:shadowColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:shadowEnabled?: boolean; 差异内容:shadowEnabled?: boolean; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:fontSize?: LengthMetrics; 差异内容:fontSize?: LengthMetrics; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:fontColor?: ColorMetrics; 差异内容:fontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:pressedFontColor?: ColorMetrics; 差异内容:pressedFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:fontStyle?: FontStyle; 差异内容:fontStyle?: FontStyle; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:fontFamily?: string |Resource; 差异内容:fontFamily?: string |Resource; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:fontMargin?: LocalizedMargin; 差异内容:fontMargin?: LocalizedMargin; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:onTouch?: Callback<TouchEvent>; 差异内容:onTouch?: Callback<TouchEvent>; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:CommonArcButtonOptions; API声明:onClick?: Callback<ClickEvent>; 差异内容:onClick?: Callback<ClickEvent>; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:global; API声明:export declare class ArcButtonOptions 差异内容:export declare class ArcButtonOptions | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:position: ArcButtonPosition; 差异内容:position: ArcButtonPosition; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:styleMode: ArcButtonStyleMode; 差异内容:styleMode: ArcButtonStyleMode; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:status: ArcButtonStatus; 差异内容:status: ArcButtonStatus; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:label: ResourceStr; 差异内容:label: ResourceStr; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:backgroundBlurStyle: BlurStyle; 差异内容:backgroundBlurStyle: BlurStyle; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:backgroundColor: ColorMetrics; 差异内容:backgroundColor: ColorMetrics; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:shadowColor: ColorMetrics; 差异内容:shadowColor: ColorMetrics; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:shadowEnabled: boolean; 差异内容:shadowEnabled: boolean; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:fontSize: LengthMetrics; 差异内容:fontSize: LengthMetrics; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:fontColor: ColorMetrics; 差异内容:fontColor: ColorMetrics; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:pressedFontColor: ColorMetrics; 差异内容:pressedFontColor: ColorMetrics; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:fontStyle: FontStyle; 差异内容:fontStyle: FontStyle; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:fontFamily: string |Resource; 差异内容:fontFamily: string |Resource; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:fontMargin: LocalizedMargin; 差异内容:fontMargin: LocalizedMargin; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:onTouch?: Callback<TouchEvent>; 差异内容:onTouch?: Callback<TouchEvent>; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButtonOptions; API声明:onClick?: Callback<ClickEvent>; 差异内容:onClick?: Callback<ClickEvent>; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:global; API声明:export declare struct ArcButton 差异内容:export declare struct ArcButton | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:ArcButton; API声明:@Require readonly options: ArcButtonOptions; 差异内容:@Require readonly options: ArcButtonOptions; | NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除API | 类名:global; API声明:export declare enum ArcSliderPosition 差异内容:export declare enum ArcSliderPosition | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderPosition; API声明:LEFT = 0 差异内容:LEFT = 0 | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderPosition; API声明:RIGHT = 1 差异内容:RIGHT = 1 | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:interface ArcSliderValueOptionsConstructorOptions 差异内容:interface ArcSliderValueOptionsConstructorOptions | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderValueOptionsConstructorOptions; API声明:progress?: number; 差异内容:progress?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderValueOptionsConstructorOptions; API声明:min?: number; 差异内容:min?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderValueOptionsConstructorOptions; API声明:max?: number; 差异内容:max?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:declare class ArcSliderValueOptions 差异内容:declare class ArcSliderValueOptions | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderValueOptions; API声明:@Trace progress?: number; 差异内容:@Trace progress?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderValueOptions; API声明:@Trace min?: number; 差异内容:@Trace min?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderValueOptions; API声明:@Trace max?: number; 差异内容:@Trace max?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:interface ArcSliderLayoutOptionsConstructorOptions 差异内容:interface ArcSliderLayoutOptionsConstructorOptions | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderLayoutOptionsConstructorOptions; API声明:reverse?: boolean; 差异内容:reverse?: boolean; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderLayoutOptionsConstructorOptions; API声明:position?: ArcSliderPosition; 差异内容:position?: ArcSliderPosition; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:declare class ArcSliderLayoutOptions 差异内容:declare class ArcSliderLayoutOptions | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderLayoutOptions; API声明:@Trace reverse?: boolean; 差异内容:@Trace reverse?: boolean; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderLayoutOptions; API声明:@Trace position?: ArcSliderPosition; 差异内容:@Trace position?: ArcSliderPosition; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:interface ArcSliderStyleOptionsConstructorOptions 差异内容:interface ArcSliderStyleOptionsConstructorOptions | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderStyleOptionsConstructorOptions; API声明:trackThickness?: number; 差异内容:trackThickness?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderStyleOptionsConstructorOptions; API声明:activeTrackThickness?: number; 差异内容:activeTrackThickness?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderStyleOptionsConstructorOptions; API声明:trackColor?: string; 差异内容:trackColor?: string; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderStyleOptionsConstructorOptions; API声明:selectedColor?: string; 差异内容:selectedColor?: string; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderStyleOptionsConstructorOptions; API声明:trackBlur?: number; 差异内容:trackBlur?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:declare class ArcSliderStyleOptions 差异内容:declare class ArcSliderStyleOptions | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderStyleOptions; API声明:@Trace trackThickness?: number; 差异内容:@Trace trackThickness?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderStyleOptions; API声明:@Trace activeTrackThickness?: number; 差异内容:@Trace activeTrackThickness?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderStyleOptions; API声明:@Trace trackColor?: string; 差异内容:@Trace trackColor?: string; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderStyleOptions; API声明:@Trace selectedColor?: string; 差异内容:@Trace selectedColor?: string; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderStyleOptions; API声明:@Trace trackBlur?: number; 差异内容:@Trace trackBlur?: number; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:declare type ArcSliderTouchHandler = (event: TouchEvent) => void; 差异内容:declare type ArcSliderTouchHandler = (event: TouchEvent) => void; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:declare type ArcSliderChangeHandler = (progress: number) => void; 差异内容:declare type ArcSliderChangeHandler = (progress: number) => void; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:declare type ArcSliderEnlargeHandler = (isEnlarged: boolean) => void; 差异内容:declare type ArcSliderEnlargeHandler = (isEnlarged: boolean) => void; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:interface ArcSliderOptionsConstructorOptions 差异内容:interface ArcSliderOptionsConstructorOptions | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptionsConstructorOptions; API声明:valueOptions?: ArcSliderValueOptions; 差异内容:valueOptions?: ArcSliderValueOptions; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptionsConstructorOptions; API声明:layoutOptions?: ArcSliderLayoutOptions; 差异内容:layoutOptions?: ArcSliderLayoutOptions; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptionsConstructorOptions; API声明:styleOptions?: ArcSliderStyleOptions; 差异内容:styleOptions?: ArcSliderStyleOptions; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptionsConstructorOptions; API声明:digitalCrownSensitivity?: CrownSensitivity; 差异内容:digitalCrownSensitivity?: CrownSensitivity; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptionsConstructorOptions; API声明:onTouch?: ArcSliderTouchHandler; 差异内容:onTouch?: ArcSliderTouchHandler; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptionsConstructorOptions; API声明:onChange?: ArcSliderChangeHandler; 差异内容:onChange?: ArcSliderChangeHandler; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptionsConstructorOptions; API声明:onEnlarge?: ArcSliderEnlargeHandler; 差异内容:onEnlarge?: ArcSliderEnlargeHandler; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:declare class ArcSliderOptions 差异内容:declare class ArcSliderOptions | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptions; API声明:@Trace valueOptions?: ArcSliderValueOptions; 差异内容:@Trace valueOptions?: ArcSliderValueOptions; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptions; API声明:@Trace layoutOptions?: ArcSliderLayoutOptions; 差异内容:@Trace layoutOptions?: ArcSliderLayoutOptions; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptions; API声明:@Trace styleOptions?: ArcSliderStyleOptions; 差异内容:@Trace styleOptions?: ArcSliderStyleOptions; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptions; API声明:@Trace digitalCrownSensitivity?: CrownSensitivity; 差异内容:@Trace digitalCrownSensitivity?: CrownSensitivity; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptions; API声明:@Trace onTouch?: ArcSliderTouchHandler; 差异内容:@Trace onTouch?: ArcSliderTouchHandler; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptions; API声明:@Trace onChange?: ArcSliderChangeHandler; 差异内容:@Trace onChange?: ArcSliderChangeHandler; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSliderOptions; API声明:@Trace onEnlarge?: ArcSliderEnlargeHandler; 差异内容:@Trace onEnlarge?: ArcSliderEnlargeHandler; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:declare struct ArcSlider 差异内容:declare struct ArcSlider | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:ArcSlider; API声明:options: ArcSliderOptions; 差异内容:options: ArcSliderOptions; | NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除API | 类名:global; API声明:export declare type AdvancedDialogV2ButtonAction = () => void; 差异内容:export declare type AdvancedDialogV2ButtonAction = () => void; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare class AdvancedDialogV2Button 差异内容:export declare class AdvancedDialogV2Button | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2Button; API声明:@Trace content: ResourceStr; 差异内容:@Trace content: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2Button; API声明:@Trace action?: AdvancedDialogV2ButtonAction; 差异内容:@Trace action?: AdvancedDialogV2ButtonAction; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2Button; API声明:@Trace background?: ColorMetrics; 差异内容:@Trace background?: ColorMetrics; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2Button; API声明:@Trace fontColor?: ColorMetrics; 差异内容:@Trace fontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2Button; API声明:@Trace buttonStyle?: ButtonStyleMode; 差异内容:@Trace buttonStyle?: ButtonStyleMode; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2Button; API声明:@Trace role?: ButtonRole; 差异内容:@Trace role?: ButtonRole; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2Button; API声明:@Trace defaultFocus?: boolean; 差异内容:@Trace defaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2Button; API声明:@Trace enabled?: boolean; 差异内容:@Trace enabled?: boolean; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare interface AdvancedDialogV2ButtonOptions 差异内容:export declare interface AdvancedDialogV2ButtonOptions | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2ButtonOptions; API声明:content: ResourceStr; 差异内容:content: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2ButtonOptions; API声明:action?: AdvancedDialogV2ButtonAction; 差异内容:action?: AdvancedDialogV2ButtonAction; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2ButtonOptions; API声明:background?: ColorMetrics; 差异内容:background?: ColorMetrics; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2ButtonOptions; API声明:fontColor?: ColorMetrics; 差异内容:fontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2ButtonOptions; API声明:buttonStyle?: ButtonStyleMode; 差异内容:buttonStyle?: ButtonStyleMode; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2ButtonOptions; API声明:role?: ButtonRole; 差异内容:role?: ButtonRole; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2ButtonOptions; API声明:defaultFocus?: boolean; 差异内容:defaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AdvancedDialogV2ButtonOptions; API声明:enabled?: boolean; 差异内容:enabled?: boolean; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare type AdvancedDialogV2OnCheckedChange = (checked: boolean) => void; 差异内容:export declare type AdvancedDialogV2OnCheckedChange = (checked: boolean) => void; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct TipsDialogV2 差异内容:export declare struct TipsDialogV2 | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Require @Param imageRes: ResourceStr |PixelMap; 差异内容:@Require @Param imageRes: ResourceStr |PixelMap; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Param imageSize?: SizeOptions; 差异内容:@Param imageSize?: SizeOptions; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Param imageBorderColor?: ColorMetrics; 差异内容:@Param imageBorderColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Param imageBorderWidth?: LengthMetrics; 差异内容:@Param imageBorderWidth?: LengthMetrics; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Param title?: ResourceStr; 差异内容:@Param title?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Param content?: ResourceStr; 差异内容:@Param content?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Param checkTips?: ResourceStr; 差异内容:@Param checkTips?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Param checked?: boolean; 差异内容:@Param checked?: boolean; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Param primaryButton?: AdvancedDialogV2Button; 差异内容:@Param primaryButton?: AdvancedDialogV2Button; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Param secondaryButton?: AdvancedDialogV2Button; 差异内容:@Param secondaryButton?: AdvancedDialogV2Button; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:TipsDialogV2; API声明:@Param onCheckedChange?: AdvancedDialogV2OnCheckedChange; 差异内容:@Param onCheckedChange?: AdvancedDialogV2OnCheckedChange; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct SelectDialogV2 差异内容:export declare struct SelectDialogV2 | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:SelectDialogV2; API声明:@Require @Param title: ResourceStr; 差异内容:@Require @Param title: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:SelectDialogV2; API声明:@Param content?: ResourceStr; 差异内容:@Param content?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:SelectDialogV2; API声明:@Param selectedIndex?: number; 差异内容:@Param selectedIndex?: number; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:SelectDialogV2; API声明:@Param confirm?: AdvancedDialogV2Button; 差异内容:@Param confirm?: AdvancedDialogV2Button; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:SelectDialogV2; API声明:@Require @Param radioContent: SheetInfo[]; 差异内容:@Require @Param radioContent: SheetInfo[]; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct ConfirmDialogV2 差异内容:export declare struct ConfirmDialogV2 | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:ConfirmDialogV2; API声明:@Require @Param title: ResourceStr; 差异内容:@Require @Param title: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:ConfirmDialogV2; API声明:@Param content?: ResourceStr; 差异内容:@Param content?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:ConfirmDialogV2; API声明:@Param checkTips?: ResourceStr; 差异内容:@Param checkTips?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:ConfirmDialogV2; API声明:@Param checked?: boolean; 差异内容:@Param checked?: boolean; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:ConfirmDialogV2; API声明:@Param primaryButton?: AdvancedDialogV2Button; 差异内容:@Param primaryButton?: AdvancedDialogV2Button; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:ConfirmDialogV2; API声明:@Param secondaryButton?: AdvancedDialogV2Button; 差异内容:@Param secondaryButton?: AdvancedDialogV2Button; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:ConfirmDialogV2; API声明:@Param onCheckedChange?: AdvancedDialogV2OnCheckedChange; 差异内容:@Param onCheckedChange?: AdvancedDialogV2OnCheckedChange; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct AlertDialogV2 差异内容:export declare struct AlertDialogV2 | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AlertDialogV2; API声明:@Param primaryTitle?: ResourceStr; 差异内容:@Param primaryTitle?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AlertDialogV2; API声明:@Param secondaryTitle?: ResourceStr; 差异内容:@Param secondaryTitle?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AlertDialogV2; API声明:@Require @Param content: ResourceStr; 差异内容:@Require @Param content: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AlertDialogV2; API声明:@Param primaryButton?: AdvancedDialogV2Button; 差异内容:@Param primaryButton?: AdvancedDialogV2Button; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:AlertDialogV2; API声明:@Param secondaryButton?: AdvancedDialogV2Button; 差异内容:@Param secondaryButton?: AdvancedDialogV2Button; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct LoadingDialogV2 差异内容:export declare struct LoadingDialogV2 | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:LoadingDialogV2; API声明:@Param content?: ResourceStr; 差异内容:@Param content?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct CustomContentDialogV2 差异内容:export declare struct CustomContentDialogV2 | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:CustomContentDialogV2; API声明:@Param primaryTitle?: ResourceStr; 差异内容:@Param primaryTitle?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:CustomContentDialogV2; API声明:@Param secondaryTitle?: ResourceStr; 差异内容:@Param secondaryTitle?: ResourceStr; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:CustomContentDialogV2; API声明:@BuilderParam contentBuilder: CustomBuilder; 差异内容:@BuilderParam contentBuilder: CustomBuilder; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:CustomContentDialogV2; API声明:@Param contentAreaPadding?: LocalizedPadding; 差异内容:@Param contentAreaPadding?: LocalizedPadding; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:CustomContentDialogV2; API声明:@Param buttons?: AdvancedDialogV2Button[]; 差异内容:@Param buttons?: AdvancedDialogV2Button[]; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct PopoverDialogV2 差异内容:export declare struct PopoverDialogV2 | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:PopoverDialogV2; API声明:@Require @Param visible: boolean; 差异内容:@Require @Param visible: boolean; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:PopoverDialogV2; API声明:@Event $visible?: PopoverDialogV2OnVisibleChange; 差异内容:@Event $visible?: PopoverDialogV2OnVisibleChange; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:PopoverDialogV2; API声明:@Require @Param popover: PopoverDialogV2Options; 差异内容:@Require @Param popover: PopoverDialogV2Options; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:PopoverDialogV2; API声明:@BuilderParam targetBuilder: CustomBuilder; 差异内容:@BuilderParam targetBuilder: CustomBuilder; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare type PopoverDialogV2OnVisibleChange = (visible: boolean) => void; 差异内容:export declare type PopoverDialogV2OnVisibleChange = (visible: boolean) => void; | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare interface PopoverDialogV2Options 差异内容:export declare interface PopoverDialogV2Options | NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct ProgressButtonV2 差异内容:export declare struct ProgressButtonV2 | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2; API声明:@Require @Param readonly progress: number; 差异内容:@Require @Param readonly progress: number; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2; API声明:@Require @Param readonly content: ResourceStr; 差异内容:@Require @Param readonly content: ResourceStr; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2; API声明:@Param @Once progressButtonWidth?: LengthMetrics; 差异内容:@Param @Once progressButtonWidth?: LengthMetrics; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2; API声明:@Param readonly onClicked: ClickCallback; 差异内容:@Param readonly onClicked: ClickCallback; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2; API声明:@Param readonly isEnabled: boolean; 差异内容:@Param readonly isEnabled: boolean; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2; API声明:@Param colorOptions?: ProgressButtonV2Color; 差异内容:@Param colorOptions?: ProgressButtonV2Color; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2; API声明:@Param progressButtonRadius?: LengthMetrics; 差异内容:@Param progressButtonRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:global; API声明:export declare class ProgressButtonV2Color 差异内容:export declare class ProgressButtonV2Color | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2Color; API声明:@Trace progressColor?: ColorMetrics; 差异内容:@Trace progressColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2Color; API声明:@Trace borderColor?: ColorMetrics; 差异内容:@Trace borderColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2Color; API声明:@Trace textColor?: ColorMetrics; 差异内容:@Trace textColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2Color; API声明:@Trace backgroundColor?: ColorMetrics; 差异内容:@Trace backgroundColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:global; API声明:export type ClickCallback = () => void; 差异内容:export type ClickCallback = () => void; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:global; API声明:export declare interface ProgressButtonV2ColorOptions 差异内容:export declare interface ProgressButtonV2ColorOptions | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2ColorOptions; API声明:progressColor?: ColorMetrics; 差异内容:progressColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2ColorOptions; API声明:borderColor?: ColorMetrics; 差异内容:borderColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2ColorOptions; API声明:textColor?: ColorMetrics; 差异内容:textColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:ProgressButtonV2ColorOptions; API声明:backgroundColor?: ColorMetrics; 差异内容:backgroundColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除API | 类名:global; API声明:export interface SegmentButtonV2ItemOptions 差异内容:export interface SegmentButtonV2ItemOptions | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2ItemOptions; API声明:text?: ResourceStr; 差异内容:text?: ResourceStr; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2ItemOptions; API声明:icon?: ResourceStr; 差异内容:icon?: ResourceStr; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2ItemOptions; API声明:symbol?: Resource; 差异内容:symbol?: Resource; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2ItemOptions; API声明:enabled?: boolean; 差异内容:enabled?: boolean; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2ItemOptions; API声明:textModifier?: TextModifier; 差异内容:textModifier?: TextModifier; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2ItemOptions; API声明:iconModifier?: ImageModifier; 差异内容:iconModifier?: ImageModifier; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2ItemOptions; API声明:symbolModifier?: SymbolGlyphModifier; 差异内容:symbolModifier?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2ItemOptions; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2ItemOptions; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2ItemOptions; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:global; API声明:export type OnSelectedIndexChange = (selectedIndex: number) => void; 差异内容:export type OnSelectedIndexChange = (selectedIndex: number) => void; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:global; API声明:export type OnSelectedIndexesChange = (selectedIndexes: number[]) => void; 差异内容:export type OnSelectedIndexesChange = (selectedIndexes: number[]) => void; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:global; API声明:export declare class SegmentButtonV2Item 差异内容:export declare class SegmentButtonV2Item | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:@Trace text?: ResourceStr; 差异内容:@Trace text?: ResourceStr; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:@Trace icon?: ResourceStr; 差异内容:@Trace icon?: ResourceStr; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:@Trace symbol?: Resource; 差异内容:@Trace symbol?: Resource; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:@Trace enabled: boolean; 差异内容:@Trace enabled: boolean; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:@Trace textModifier?: TextModifier; 差异内容:@Trace textModifier?: TextModifier; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:@Trace iconModifier?: ImageModifier; 差异内容:@Trace iconModifier?: ImageModifier; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:@Trace symbolModifier?: SymbolGlyphModifier; 差异内容:@Trace symbolModifier?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:@Trace accessibilityText?: ResourceStr; 差异内容:@Trace accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:@Trace accessibilityDescription?: ResourceStr; 差异内容:@Trace accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:@Trace accessibilityLevel?: string; 差异内容:@Trace accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Item; API声明:get isHybrid(): boolean; 差异内容:get isHybrid(): boolean; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:global; API声明:export declare class SegmentButtonV2Items 差异内容:export declare class SegmentButtonV2Items | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:SegmentButtonV2Items; API声明:get hasHybrid(): boolean; 差异内容:get hasHybrid(): boolean; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct TabSegmentButtonV2 差异内容:export declare struct TabSegmentButtonV2 | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Require @Param readonly items: SegmentButtonV2Items; 差异内容:@Require @Param readonly items: SegmentButtonV2Items; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Require @Param readonly selectedIndex: number; 差异内容:@Require @Param readonly selectedIndex: number; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Event $selectedIndex?: OnSelectedIndexChange; 差异内容:@Event $selectedIndex?: OnSelectedIndexChange; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Event onItemClicked?: Callback<number>; 差异内容:@Event onItemClicked?: Callback<number>; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemMinFontScale?: number |Resource; 差异内容:@Param readonly itemMinFontScale?: number |Resource; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemMaxFontScale?: number |Resource; 差异内容:@Param readonly itemMaxFontScale?: number |Resource; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemSpace?: LengthMetrics; 差异内容:@Param readonly itemSpace?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemFontSize?: LengthMetrics; 差异内容:@Param readonly itemFontSize?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemSelectedFontSize?: LengthMetrics; 差异内容:@Param readonly itemSelectedFontSize?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemFontColor?: ColorMetrics; 差异内容:@Param readonly itemFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemSelectedFontColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemFontWeight?: FontWeight; 差异内容:@Param readonly itemFontWeight?: FontWeight; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemSelectedFontWeight?: FontWeight; 差异内容:@Param readonly itemSelectedFontWeight?: FontWeight; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemBorderRadius?: LengthMetrics; 差异内容:@Param readonly itemBorderRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemSelectedBackgroundColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedBackgroundColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemIconSize?: SizeT<LengthMetrics>; 差异内容:@Param readonly itemIconSize?: SizeT<LengthMetrics>; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemIconFillColor?: ColorMetrics; 差异内容:@Param readonly itemIconFillColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemSelectedIconFillColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedIconFillColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemSymbolFontSize?: LengthMetrics; 差异内容:@Param readonly itemSymbolFontSize?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemSymbolFontColor?: ColorMetrics; 差异内容:@Param readonly itemSymbolFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemSelectedSymbolFontColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedSymbolFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemMinHeight?: LengthMetrics; 差异内容:@Param readonly itemMinHeight?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemPadding?: LocalizedPadding; 差异内容:@Param readonly itemPadding?: LocalizedPadding; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly itemShadow?: ShadowOptions |ShadowStyle; 差异内容:@Param readonly itemShadow?: ShadowOptions |ShadowStyle; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly buttonBackgroundColor?: ColorMetrics; 差异内容:@Param readonly buttonBackgroundColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly buttonBackgroundBlurStyle?: BlurStyle; 差异内容:@Param readonly buttonBackgroundBlurStyle?: BlurStyle; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly buttonBackgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:@Param readonly buttonBackgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly buttonBackgroundEffect?: BackgroundEffectOptions; 差异内容:@Param readonly buttonBackgroundEffect?: BackgroundEffectOptions; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly buttonBorderRadius?: LengthMetrics; 差异内容:@Param readonly buttonBorderRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly buttonMinHeight?: LengthMetrics; 差异内容:@Param readonly buttonMinHeight?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly buttonPadding?: LengthMetrics; 差异内容:@Param readonly buttonPadding?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:@Param readonly languageDirection?: Direction; 差异内容:@Param readonly languageDirection?: Direction; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:TabSegmentButtonV2; API声明:build(): void; 差异内容:build(): void; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct CapsuleSegmentButtonV2 差异内容:export declare struct CapsuleSegmentButtonV2 | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Require @Param readonly items: SegmentButtonV2Items; 差异内容:@Require @Param readonly items: SegmentButtonV2Items; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Require @Param readonly selectedIndex: number; 差异内容:@Require @Param readonly selectedIndex: number; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Event $selectedIndex?: OnSelectedIndexChange; 差异内容:@Event $selectedIndex?: OnSelectedIndexChange; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Event onItemClicked?: Callback<number>; 差异内容:@Event onItemClicked?: Callback<number>; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemMinFontScale?: number |Resource; 差异内容:@Param readonly itemMinFontScale?: number |Resource; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemMaxFontScale?: number |Resource; 差异内容:@Param readonly itemMaxFontScale?: number |Resource; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemSpace?: LengthMetrics; 差异内容:@Param readonly itemSpace?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemFontColor?: ColorMetrics; 差异内容:@Param readonly itemFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedFontColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemFontSize?: LengthMetrics; 差异内容:@Param readonly itemFontSize?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedFontSize?: LengthMetrics; 差异内容:@Param readonly itemSelectedFontSize?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemFontWeight?: FontWeight; 差异内容:@Param readonly itemFontWeight?: FontWeight; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedFontWeight?: FontWeight; 差异内容:@Param readonly itemSelectedFontWeight?: FontWeight; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemBorderRadius?: LengthMetrics; 差异内容:@Param readonly itemBorderRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedBackgroundColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedBackgroundColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemIconSize?: SizeT<LengthMetrics>; 差异内容:@Param readonly itemIconSize?: SizeT<LengthMetrics>; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemIconFillColor?: ColorMetrics; 差异内容:@Param readonly itemIconFillColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedIconFillColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedIconFillColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemSymbolFontSize?: LengthMetrics; 差异内容:@Param readonly itemSymbolFontSize?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemSymbolFontColor?: ColorMetrics; 差异内容:@Param readonly itemSymbolFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedSymbolFontColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedSymbolFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemMinHeight?: LengthMetrics; 差异内容:@Param readonly itemMinHeight?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemPadding?: LocalizedPadding; 差异内容:@Param readonly itemPadding?: LocalizedPadding; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly itemShadow?: ShadowOptions |ShadowStyle; 差异内容:@Param readonly itemShadow?: ShadowOptions |ShadowStyle; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly buttonBackgroundColor?: ColorMetrics; 差异内容:@Param readonly buttonBackgroundColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly buttonBackgroundBlurStyle?: BlurStyle; 差异内容:@Param readonly buttonBackgroundBlurStyle?: BlurStyle; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly buttonBackgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:@Param readonly buttonBackgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly buttonBackgroundEffect?: BackgroundEffectOptions; 差异内容:@Param readonly buttonBackgroundEffect?: BackgroundEffectOptions; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly buttonBorderRadius?: LengthMetrics; 差异内容:@Param readonly buttonBorderRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly buttonMinHeight?: LengthMetrics; 差异内容:@Param readonly buttonMinHeight?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly buttonPadding?: LengthMetrics; 差异内容:@Param readonly buttonPadding?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:@Param readonly languageDirection?: Direction; 差异内容:@Param readonly languageDirection?: Direction; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:CapsuleSegmentButtonV2; API声明:build(): void; 差异内容:build(): void; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct MultiCapsuleSegmentButtonV2 差异内容:export declare struct MultiCapsuleSegmentButtonV2 | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Require @Param readonly items: SegmentButtonV2Items; 差异内容:@Require @Param readonly items: SegmentButtonV2Items; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Require @Param readonly selectedIndexes: number[]; 差异内容:@Require @Param readonly selectedIndexes: number[]; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Event $selectedIndexes: OnSelectedIndexesChange; 差异内容:@Event $selectedIndexes: OnSelectedIndexesChange; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Event onItemClicked?: Callback<number>; 差异内容:@Event onItemClicked?: Callback<number>; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemMinFontScale?: number |Resource; 差异内容:@Param readonly itemMinFontScale?: number |Resource; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemMaxFontScale?: number |Resource; 差异内容:@Param readonly itemMaxFontScale?: number |Resource; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemSpace?: LengthMetrics; 差异内容:@Param readonly itemSpace?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemFontColor?: ColorMetrics; 差异内容:@Param readonly itemFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedFontColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemFontSize?: LengthMetrics; 差异内容:@Param readonly itemFontSize?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedFontSize?: LengthMetrics; 差异内容:@Param readonly itemSelectedFontSize?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemFontWeight?: FontWeight; 差异内容:@Param readonly itemFontWeight?: FontWeight; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedFontWeight?: FontWeight; 差异内容:@Param readonly itemSelectedFontWeight?: FontWeight; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemBorderRadius?: LengthMetrics; 差异内容:@Param readonly itemBorderRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemBackgroundColor?: ColorMetrics; 差异内容:@Param readonly itemBackgroundColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemBackgroundEffect?: BackgroundEffectOptions; 差异内容:@Param readonly itemBackgroundEffect?: BackgroundEffectOptions; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemBackgroundBlurStyle?: BlurStyle; 差异内容:@Param readonly itemBackgroundBlurStyle?: BlurStyle; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemBackgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:@Param readonly itemBackgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedBackgroundColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedBackgroundColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemIconSize?: SizeT<LengthMetrics>; 差异内容:@Param readonly itemIconSize?: SizeT<LengthMetrics>; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemIconFillColor?: ColorMetrics; 差异内容:@Param readonly itemIconFillColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedIconFillColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedIconFillColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemSymbolFontSize?: LengthMetrics; 差异内容:@Param readonly itemSymbolFontSize?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemSymbolFontColor?: ColorMetrics; 差异内容:@Param readonly itemSymbolFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemSelectedSymbolFontColor?: ColorMetrics; 差异内容:@Param readonly itemSelectedSymbolFontColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemMinHeight?: LengthMetrics; 差异内容:@Param readonly itemMinHeight?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly itemPadding?: LocalizedPadding; 差异内容:@Param readonly itemPadding?: LocalizedPadding; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:@Param readonly languageDirection?: Direction; 差异内容:@Param readonly languageDirection?: Direction; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:MultiCapsuleSegmentButtonV2; API声明:build(): void; 差异内容:build(): void; | NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除API | 类名:global; API声明:declare type SubHeaderV2IconType = ResourceStr |SymbolGlyphModifier; 差异内容:declare type SubHeaderV2IconType = ResourceStr |SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export interface SubHeaderV2TitleOptions 差异内容:export interface SubHeaderV2TitleOptions | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2TitleOptions; API声明:primaryTitle?: ResourceStr; 差异内容:primaryTitle?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2TitleOptions; API声明:primaryTitleModifier?: TextModifier; 差异内容:primaryTitleModifier?: TextModifier; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2TitleOptions; API声明:secondaryTitle?: ResourceStr; 差异内容:secondaryTitle?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2TitleOptions; API声明:secondaryTitleModifier?: TextModifier; 差异内容:secondaryTitleModifier?: TextModifier; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export declare class SubHeaderV2Title 差异内容:export declare class SubHeaderV2Title | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2Title; API声明:@Trace primaryTitle?: ResourceStr; 差异内容:@Trace primaryTitle?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2Title; API声明:@Trace primaryTitleModifier?: TextModifier; 差异内容:@Trace primaryTitleModifier?: TextModifier; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2Title; API声明:@Trace secondaryTitle?: ResourceStr; 差异内容:@Trace secondaryTitle?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2Title; API声明:@Trace secondaryTitleModifier?: TextModifier; 差异内容:@Trace secondaryTitleModifier?: TextModifier; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export type SubHeaderV2SelectOnSelect = (selectedIndex: number, selectedContent?: string) => void; 差异内容:export type SubHeaderV2SelectOnSelect = (selectedIndex: number, selectedContent?: string) => void; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export interface SubHeaderV2SelectOptions 差异内容:export interface SubHeaderV2SelectOptions | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2SelectOptions; API声明:options: SelectOption[]; 差异内容:options: SelectOption[]; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2SelectOptions; API声明:selectedIndex?: number; 差异内容:selectedIndex?: number; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2SelectOptions; API声明:selectedContent?: ResourceStr; 差异内容:selectedContent?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2SelectOptions; API声明:onSelect?: SubHeaderV2SelectOnSelect; 差异内容:onSelect?: SubHeaderV2SelectOnSelect; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2SelectOptions; API声明:defaultFocus?: boolean; 差异内容:defaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export declare class SubHeaderV2Select 差异内容:export declare class SubHeaderV2Select | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2Select; API声明:@Trace options: SelectOption[]; 差异内容:@Trace options: SelectOption[]; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2Select; API声明:@Trace selectedIndex?: number; 差异内容:@Trace selectedIndex?: number; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2Select; API声明:@Trace selectedContent?: ResourceStr; 差异内容:@Trace selectedContent?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2Select; API声明:@Trace onSelect?: SubHeaderV2SelectOnSelect; 差异内容:@Trace onSelect?: SubHeaderV2SelectOnSelect; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2Select; API声明:@Trace defaultFocus?: boolean; 差异内容:@Trace defaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export declare enum SubHeaderV2OperationType 差异内容:export declare enum SubHeaderV2OperationType | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationType; API声明:TEXT_ARROW = 0 差异内容:TEXT_ARROW = 0 | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationType; API声明:BUTTON = 1 差异内容:BUTTON = 1 | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationType; API声明:ICON_GROUP = 2 差异内容:ICON_GROUP = 2 | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationType; API声明:LOADING = 3 差异内容:LOADING = 3 | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export type SubHeaderV2OperationItemAction = () => void; 差异内容:export type SubHeaderV2OperationItemAction = () => void; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:declare type SubHeaderV2OperationItemType = ResourceStr |SymbolGlyphModifier; 差异内容:declare type SubHeaderV2OperationItemType = ResourceStr |SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export interface SubHeaderV2OperationItemOptions 差异内容:export interface SubHeaderV2OperationItemOptions | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItemOptions; API声明:content: SubHeaderV2OperationItemType; 差异内容:content: SubHeaderV2OperationItemType; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItemOptions; API声明:action?: SubHeaderV2OperationItemAction; 差异内容:action?: SubHeaderV2OperationItemAction; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItemOptions; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItemOptions; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItemOptions; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItemOptions; API声明:defaultFocus?: boolean; 差异内容:defaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export declare class SubHeaderV2OperationItem 差异内容:export declare class SubHeaderV2OperationItem | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItem; API声明:@Trace content: SubHeaderV2OperationItemType; 差异内容:@Trace content: SubHeaderV2OperationItemType; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItem; API声明:@Trace action?: SubHeaderV2OperationItemAction; 差异内容:@Trace action?: SubHeaderV2OperationItemAction; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItem; API声明:@Trace accessibilityText?: ResourceStr; 差异内容:@Trace accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItem; API声明:@Trace accessibilityDescription?: ResourceStr; 差异内容:@Trace accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItem; API声明:@Trace accessibilityLevel?: string; 差异内容:@Trace accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2OperationItem; API声明:@Trace defaultFocus?: boolean; 差异内容:@Trace defaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export type SubHeaderV2TitleBuilder = () => void; 差异内容:export type SubHeaderV2TitleBuilder = () => void; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct SubHeaderV2 差异内容:export declare struct SubHeaderV2 | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2; API声明:@Param readonly icon?: SubHeaderV2IconType; 差异内容:@Param readonly icon?: SubHeaderV2IconType; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2; API声明:@Param readonly title?: SubHeaderV2Title; 差异内容:@Param readonly title?: SubHeaderV2Title; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2; API声明:@Param readonly select?: SubHeaderV2Select; 差异内容:@Param readonly select?: SubHeaderV2Select; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2; API声明:@Param readonly operationType?: SubHeaderV2OperationType; 差异内容:@Param readonly operationType?: SubHeaderV2OperationType; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2; API声明:@Param readonly operationItems?: SubHeaderV2OperationItem[]; 差异内容:@Param readonly operationItems?: SubHeaderV2OperationItem[]; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:SubHeaderV2; API声明:@BuilderParam titleBuilder?: SubHeaderV2TitleBuilder; 差异内容:@BuilderParam titleBuilder?: SubHeaderV2TitleBuilder; | NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除API | 类名:global; API声明:export declare enum ToolBarV2ItemState 差异内容:export declare enum ToolBarV2ItemState | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemState; API声明:ENABLE = 1 差异内容:ENABLE = 1 | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemState; API声明:DISABLE = 2 差异内容:DISABLE = 2 | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemState; API声明:ACTIVATE = 3 差异内容:ACTIVATE = 3 | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export class ToolBarV2SymbolGlyph 差异内容:export class ToolBarV2SymbolGlyph | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2SymbolGlyph; API声明:@Trace normal: SymbolGlyphModifier; 差异内容:@Trace normal: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2SymbolGlyph; API声明:@Trace activated?: SymbolGlyphModifier; 差异内容:@Trace activated?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export interface ToolBarV2SymbolGlyphOptions 差异内容:export interface ToolBarV2SymbolGlyphOptions | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2SymbolGlyphOptions; API声明:normal: SymbolGlyphModifier; 差异内容:normal: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2SymbolGlyphOptions; API声明:activated?: SymbolGlyphModifier; 差异内容:activated?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export declare class ToolBarV2ItemText 差异内容:export declare class ToolBarV2ItemText | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemText; API声明:@Trace text: ResourceStr; 差异内容:@Trace text: ResourceStr; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemText; API声明:@Trace color?: ColorMetrics; 差异内容:@Trace color?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemText; API声明:@Trace activatedColor?: ColorMetrics; 差异内容:@Trace activatedColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export interface ToolBarV2ItemTextOptions 差异内容:export interface ToolBarV2ItemTextOptions | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemTextOptions; API声明:text: ResourceStr; 差异内容:text: ResourceStr; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemTextOptions; API声明:color?: ColorMetrics; 差异内容:color?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemTextOptions; API声明:activatedColor?: ColorMetrics; 差异内容:activatedColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export declare type ToolBarV2ItemIconType = ToolBarV2ItemImage |ToolBarV2SymbolGlyph; 差异内容:export declare type ToolBarV2ItemIconType = ToolBarV2ItemImage |ToolBarV2SymbolGlyph; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export declare class ToolBarV2ItemImage 差异内容:export declare class ToolBarV2ItemImage | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemImage; API声明:@Trace src: ResourceStr; 差异内容:@Trace src: ResourceStr; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemImage; API声明:@Trace color?: ColorMetrics; 差异内容:@Trace color?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemImage; API声明:@Trace activatedColor?: ColorMetrics; 差异内容:@Trace activatedColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export interface ToolBarV2ItemImageOptions 差异内容:export interface ToolBarV2ItemImageOptions | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemImageOptions; API声明:src: ResourceStr; 差异内容:src: ResourceStr; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemImageOptions; API声明:color?: ColorMetrics; 差异内容:color?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemImageOptions; API声明:activatedColor?: ColorMetrics; 差异内容:activatedColor?: ColorMetrics; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export declare class ToolBarV2Item 差异内容:export declare class ToolBarV2Item | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Item; API声明:@Trace content: ToolBarV2ItemText; 差异内容:@Trace content: ToolBarV2ItemText; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Item; API声明:@Trace action?: ToolBarV2ItemAction; 差异内容:@Trace action?: ToolBarV2ItemAction; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Item; API声明:@Trace icon?: ToolBarV2ItemIconType; 差异内容:@Trace icon?: ToolBarV2ItemIconType; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Item; API声明:@Trace state?: ToolBarV2ItemState; 差异内容:@Trace state?: ToolBarV2ItemState; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Item; API声明:@Trace accessibilityText?: ResourceStr; 差异内容:@Trace accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Item; API声明:@Trace accessibilityDescription?: ResourceStr; 差异内容:@Trace accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Item; API声明:@Trace accessibilityLevel?: string; 差异内容:@Trace accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export interface ToolBarV2ItemOptions 差异内容:export interface ToolBarV2ItemOptions | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemOptions; API声明:content: ToolBarV2ItemText; 差异内容:content: ToolBarV2ItemText; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemOptions; API声明:action?: ToolBarV2ItemAction; 差异内容:action?: ToolBarV2ItemAction; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemOptions; API声明:icon?: ToolBarV2ItemIconType; 差异内容:icon?: ToolBarV2ItemIconType; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemOptions; API声明:state?: ToolBarV2ItemState; 差异内容:state?: ToolBarV2ItemState; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemOptions; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemOptions; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2ItemOptions; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export type ToolBarV2ItemAction = (index: number) => void; 差异内容:export type ToolBarV2ItemAction = (index: number) => void; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export declare class ToolBarV2Modifier 差异内容:export declare class ToolBarV2Modifier | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Modifier; API声明:height(height: LengthMetrics): ToolBarV2Modifier; 差异内容:height(height: LengthMetrics): ToolBarV2Modifier; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Modifier; API声明:backgroundColor(backgroundColor: ColorMetrics): ToolBarV2Modifier; 差异内容:backgroundColor(backgroundColor: ColorMetrics): ToolBarV2Modifier; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Modifier; API声明:padding(padding: LengthMetrics): ToolBarV2Modifier; 差异内容:padding(padding: LengthMetrics): ToolBarV2Modifier; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2Modifier; API声明:stateEffect(stateEffect: boolean): ToolBarV2Modifier; 差异内容:stateEffect(stateEffect: boolean): ToolBarV2Modifier; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:export declare struct ToolBarV2 差异内容:export declare struct ToolBarV2 | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2; API声明:@Require @Param toolBarList: ToolBarV2Item[]; 差异内容:@Require @Param toolBarList: ToolBarV2Item[]; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2; API声明:@Param activatedIndex?: number; 差异内容:@Param activatedIndex?: number; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2; API声明:@Param dividerModifier?: DividerModifier; 差异内容:@Param dividerModifier?: DividerModifier; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:ToolBarV2; API声明:@Param toolBarModifier?: ToolBarV2Modifier; 差异内容:@Param toolBarModifier?: ToolBarV2Modifier; | NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除API | 类名:global; API声明:declare interface ArcAlphabetIndexerInitInfo 差异内容:declare interface ArcAlphabetIndexerInitInfo | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerInitInfo; API声明:arrayValue: string[]; 差异内容:arrayValue: string[]; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerInitInfo; API声明:selected: number; 差异内容:selected: number; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:global; API声明:declare type OnSelectCallback = (index: number) => void; 差异内容:declare type OnSelectCallback = (index: number) => void; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:global; API声明:export interface ArcAlphabetIndexerInterface 差异内容:export interface ArcAlphabetIndexerInterface | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:global; API声明:declare class ArcAlphabetIndexerAttribute 差异内容:declare class ArcAlphabetIndexerAttribute | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:color(color: Optional<ColorMetrics>): ArcAlphabetIndexerAttribute; 差异内容:color(color: Optional<ColorMetrics>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:selectedColor(color: Optional<ColorMetrics>): ArcAlphabetIndexerAttribute; 差异内容:selectedColor(color: Optional<ColorMetrics>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:popupColor(color: Optional<ColorMetrics>): ArcAlphabetIndexerAttribute; 差异内容:popupColor(color: Optional<ColorMetrics>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:selectedBackgroundColor(color: Optional<ColorMetrics>): ArcAlphabetIndexerAttribute; 差异内容:selectedBackgroundColor(color: Optional<ColorMetrics>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:popupBackground(color: Optional<ColorMetrics>): ArcAlphabetIndexerAttribute; 差异内容:popupBackground(color: Optional<ColorMetrics>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:usePopup(enabled: Optional<boolean>): ArcAlphabetIndexerAttribute; 差异内容:usePopup(enabled: Optional<boolean>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:selectedFont(font: Optional<Font>): ArcAlphabetIndexerAttribute; 差异内容:selectedFont(font: Optional<Font>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:popupFont(font: Optional<Font>): ArcAlphabetIndexerAttribute; 差异内容:popupFont(font: Optional<Font>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:font(font: Optional<Font>): ArcAlphabetIndexerAttribute; 差异内容:font(font: Optional<Font>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:itemSize(size: Optional<LengthMetrics>): ArcAlphabetIndexerAttribute; 差异内容:itemSize(size: Optional<LengthMetrics>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:selected(index: Optional<number>): ArcAlphabetIndexerAttribute; 差异内容:selected(index: Optional<number>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:autoCollapse(enable: Optional<boolean>): ArcAlphabetIndexerAttribute; 差异内容:autoCollapse(enable: Optional<boolean>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:onSelect(handler: Optional<OnSelectCallback>): ArcAlphabetIndexerAttribute; 差异内容:onSelect(handler: Optional<OnSelectCallback>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:ArcAlphabetIndexerAttribute; API声明:popupBackgroundBlurStyle(style: Optional<BlurStyle>): ArcAlphabetIndexerAttribute; 差异内容:popupBackgroundBlurStyle(style: Optional<BlurStyle>): ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:global; API声明:declare const ArcAlphabetIndexer: ArcAlphabetIndexerInterface; 差异内容:declare const ArcAlphabetIndexer: ArcAlphabetIndexerInterface; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:global; API声明:declare const ArcAlphabetIndexerInstance: ArcAlphabetIndexerAttribute; 差异内容:declare const ArcAlphabetIndexerInstance: ArcAlphabetIndexerAttribute; | NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除API | 类名:global; API声明:declare type ArcScrollIndexHandler = (start: number, end: number, center: number) => void; 差异内容:declare type ArcScrollIndexHandler = (start: number, end: number, center: number) => void; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:global; API声明:declare interface ArkListOptions 差异内容:declare interface ArkListOptions | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArkListOptions; API声明:initialIndex?: number; 差异内容:initialIndex?: number; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArkListOptions; API声明:scroller?: Scroller; 差异内容:scroller?: Scroller; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArkListOptions; API声明:header?: ComponentContent; 差异内容:header?: ComponentContent; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:global; API声明:export interface ArcListInterface 差异内容:export interface ArcListInterface | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:global; API声明:export interface ArcListItemInterface 差异内容:export interface ArcListItemInterface | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:global; API声明:export declare class ArcListAttribute 差异内容:export declare class ArcListAttribute | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): ArcListAttribute; 差异内容:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:space(space: Optional<LengthMetrics>): ArcListAttribute; 差异内容:space(space: Optional<LengthMetrics>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:scrollBar(status: Optional<BarState>): ArcListAttribute; 差异内容:scrollBar(status: Optional<BarState>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:scrollBarColor(color: Optional<ColorMetrics>): ArcListAttribute; 差异内容:scrollBarColor(color: Optional<ColorMetrics>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:scrollBarWidth(width: Optional<LengthMetrics>): ArcListAttribute; 差异内容:scrollBarWidth(width: Optional<LengthMetrics>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:cachedCount(count: Optional<number>): ArcListAttribute; 差异内容:cachedCount(count: Optional<number>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:chainAnimation(enable: Optional<boolean>): ArcListAttribute; 差异内容:chainAnimation(enable: Optional<boolean>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:childrenMainSize(size: Optional<ChildrenMainSize>): ArcListAttribute; 差异内容:childrenMainSize(size: Optional<ChildrenMainSize>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:enableScrollInteraction(enable: Optional<boolean>): ArcListAttribute; 差异内容:enableScrollInteraction(enable: Optional<boolean>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:fadingEdge(enable: Optional<boolean>): ArcListAttribute; 差异内容:fadingEdge(enable: Optional<boolean>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:friction(friction: Optional<number>): ArcListAttribute; 差异内容:friction(friction: Optional<number>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:flingSpeedLimit(speed: Optional<number>): ArcListAttribute; 差异内容:flingSpeedLimit(speed: Optional<number>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:onScrollIndex(handler: Optional<ArcScrollIndexHandler>): ArcListAttribute; 差异内容:onScrollIndex(handler: Optional<ArcScrollIndexHandler>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:onReachStart(handler: Optional<VoidCallback>): ArcListAttribute; 差异内容:onReachStart(handler: Optional<VoidCallback>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:onReachEnd(handler: Optional<VoidCallback>): ArcListAttribute; 差异内容:onReachEnd(handler: Optional<VoidCallback>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:onScrollStart(handler: Optional<VoidCallback>): ArcListAttribute; 差异内容:onScrollStart(handler: Optional<VoidCallback>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:onScrollStop(handler: Optional<VoidCallback>): ArcListAttribute; 差异内容:onScrollStop(handler: Optional<VoidCallback>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:onWillScroll(handler: Optional<OnWillScrollCallback>): ArcListAttribute; 差异内容:onWillScroll(handler: Optional<OnWillScrollCallback>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListAttribute; API声明:onDidScroll(handler: Optional<OnScrollCallback>): ArcListAttribute; 差异内容:onDidScroll(handler: Optional<OnScrollCallback>): ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:global; API声明:export declare class ArcListItemAttribute 差异内容:export declare class ArcListItemAttribute | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListItemAttribute; API声明:autoScale(enable: Optional<boolean>): ArcListItemAttribute; 差异内容:autoScale(enable: Optional<boolean>): ArcListItemAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:ArcListItemAttribute; API声明:swipeAction(options: Optional<SwipeActionOptions>): ArcListItemAttribute; 差异内容:swipeAction(options: Optional<SwipeActionOptions>): ArcListItemAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:global; API声明:export declare const ArcListInstance: ArcListAttribute; 差异内容:export declare const ArcListInstance: ArcListAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:global; API声明:export declare const ArcListItemInstance: ArcListItemAttribute; 差异内容:export declare const ArcListItemInstance: ArcListItemAttribute; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:global; API声明:export declare const ArcList: ArcListInterface; 差异内容:export declare const ArcList: ArcListInterface; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:global; API声明:export declare const ArcListItem: ArcListItemInterface; 差异内容:export declare const ArcListItem: ArcListItemInterface; | NA | api/@ohos.arkui.ArcList.d.ts |
| 删除API | 类名:global; API声明:declare interface ArcScrollBarOptions 差异内容:declare interface ArcScrollBarOptions | NA | api/@ohos.arkui.ArcScrollBar.d.ts |
| 删除API | 类名:ArcScrollBarOptions; API声明:scroller: Scroller; 差异内容:scroller: Scroller; | NA | api/@ohos.arkui.ArcScrollBar.d.ts |
| 删除API | 类名:ArcScrollBarOptions; API声明:state?: BarState; 差异内容:state?: BarState; | NA | api/@ohos.arkui.ArcScrollBar.d.ts |
| 删除API | 类名:global; API声明:export interface ArcScrollBarInterface 差异内容:export interface ArcScrollBarInterface | NA | api/@ohos.arkui.ArcScrollBar.d.ts |
| 删除API | 类名:global; API声明:export declare class ArcScrollBarAttribute 差异内容:export declare class ArcScrollBarAttribute | NA | api/@ohos.arkui.ArcScrollBar.d.ts |
| 删除API | 类名:global; API声明:export declare const ArcScrollBarInstance: ArcScrollBarAttribute; 差异内容:export declare const ArcScrollBarInstance: ArcScrollBarAttribute; | NA | api/@ohos.arkui.ArcScrollBar.d.ts |
| 删除API | 类名:global; API声明:export declare const ArcScrollBar: ArcScrollBarInterface; 差异内容:export declare const ArcScrollBar: ArcScrollBarInterface; | NA | api/@ohos.arkui.ArcScrollBar.d.ts |
| 删除API | 类名:global; API声明:declare type FinishAnimationHandler = () => void; 差异内容:declare type FinishAnimationHandler = () => void; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:export class ArcSwiperController 差异内容:export class ArcSwiperController | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperController; API声明:showNext(); 差异内容:showNext(); | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperController; API声明:showPrevious(); 差异内容:showPrevious(); | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperController; API声明:finishAnimation(handler?: FinishAnimationHandler); 差异内容:finishAnimation(handler?: FinishAnimationHandler); | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:export enum ArcDirection 差异内容:export enum ArcDirection | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcDirection; API声明:THREE_CLOCK_DIRECTION = 0 差异内容:THREE_CLOCK_DIRECTION = 0 | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcDirection; API声明:SIX_CLOCK_DIRECTION = 1 差异内容:SIX_CLOCK_DIRECTION = 1 | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcDirection; API声明:NINE_CLOCK_DIRECTION = 2 差异内容:NINE_CLOCK_DIRECTION = 2 | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:export class ArcDotIndicator 差异内容:export class ArcDotIndicator | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcDotIndicator; API声明:arcDirection(direction: Optional<ArcDirection>): ArcDotIndicator; 差异内容:arcDirection(direction: Optional<ArcDirection>): ArcDotIndicator; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcDotIndicator; API声明:itemColor(color: Optional<ResourceColor>): ArcDotIndicator; 差异内容:itemColor(color: Optional<ResourceColor>): ArcDotIndicator; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcDotIndicator; API声明:selectedItemColor(color: Optional<ResourceColor>): ArcDotIndicator; 差异内容:selectedItemColor(color: Optional<ResourceColor>): ArcDotIndicator; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcDotIndicator; API声明:backgroundColor(color: Optional<ResourceColor>): ArcDotIndicator; 差异内容:backgroundColor(color: Optional<ResourceColor>): ArcDotIndicator; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcDotIndicator; API声明:maskColor(color: Optional<LinearGradient>): ArcDotIndicator; 差异内容:maskColor(color: Optional<LinearGradient>): ArcDotIndicator; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:interface ArcSwiperInterface 差异内容:interface ArcSwiperInterface | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:declare type IndexChangedHandler = (index: number) => void; 差异内容:declare type IndexChangedHandler = (index: number) => void; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:declare type AnimationStartHandler = (index: number, targetIndex: number, event: SwiperAnimationEvent) => void; 差异内容:declare type AnimationStartHandler = (index: number, targetIndex: number, event: SwiperAnimationEvent) => void; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:declare type AnimationEndHandler = (index: number, event: SwiperAnimationEvent) => void; 差异内容:declare type AnimationEndHandler = (index: number, event: SwiperAnimationEvent) => void; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:declare type GestureSwipeHandler = (index: number, event: SwiperAnimationEvent) => void; 差异内容:declare type GestureSwipeHandler = (index: number, event: SwiperAnimationEvent) => void; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:declare interface SwiperContentAnimatedTransition 差异内容:declare interface SwiperContentAnimatedTransition | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:SwiperContentAnimatedTransition; API声明:timeout?: number; 差异内容:timeout?: number; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:SwiperContentAnimatedTransition; API声明:transition: Callback<SwiperContentTransitionProxy>; 差异内容:transition: Callback<SwiperContentTransitionProxy>; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:declare interface SwiperContentTransitionProxy 差异内容:declare interface SwiperContentTransitionProxy | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:SwiperContentTransitionProxy; API声明:selectedIndex: number; 差异内容:selectedIndex: number; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:SwiperContentTransitionProxy; API声明:index: number; 差异内容:index: number; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:SwiperContentTransitionProxy; API声明:position: number; 差异内容:position: number; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:SwiperContentTransitionProxy; API声明:mainAxisLength: number; 差异内容:mainAxisLength: number; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:SwiperContentTransitionProxy; API声明:finishTransition(): void; 差异内容:finishTransition(): void; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:declare class ArcSwiperAttribute 差异内容:declare class ArcSwiperAttribute | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:index(index: Optional<number>): ArcSwiperAttribute; 差异内容:index(index: Optional<number>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:indicator(style: Optional<ArcDotIndicator |boolean>): ArcSwiperAttribute; 差异内容:indicator(style: Optional<ArcDotIndicator |boolean>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:duration(duration: Optional<number>): ArcSwiperAttribute; 差异内容:duration(duration: Optional<number>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:vertical(isVertical: Optional<boolean>): ArcSwiperAttribute; 差异内容:vertical(isVertical: Optional<boolean>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:disableSwipe(disabled: Optional<boolean>): ArcSwiperAttribute; 差异内容:disableSwipe(disabled: Optional<boolean>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): ArcSwiperAttribute; 差异内容:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:onChange(handler: Optional<IndexChangedHandler>): ArcSwiperAttribute; 差异内容:onChange(handler: Optional<IndexChangedHandler>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:onAnimationStart(handler: Optional<AnimationStartHandler>): ArcSwiperAttribute; 差异内容:onAnimationStart(handler: Optional<AnimationStartHandler>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:onAnimationEnd(handler: Optional<AnimationEndHandler>): ArcSwiperAttribute; 差异内容:onAnimationEnd(handler: Optional<AnimationEndHandler>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:onGestureSwipe(handler: Optional<GestureSwipeHandler>): ArcSwiperAttribute; 差异内容:onGestureSwipe(handler: Optional<GestureSwipeHandler>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:effectMode(edgeEffect: Optional<EdgeEffect>): ArcSwiperAttribute; 差异内容:effectMode(edgeEffect: Optional<EdgeEffect>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:customContentTransition(transition: Optional<SwiperContentAnimatedTransition>): ArcSwiperAttribute; 差异内容:customContentTransition(transition: Optional<SwiperContentAnimatedTransition>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:ArcSwiperAttribute; API声明:disableTransitionAnimation(disabled: Optional<boolean>): ArcSwiperAttribute; 差异内容:disableTransitionAnimation(disabled: Optional<boolean>): ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:declare let ArcSwiper: ArcSwiperInterface; 差异内容:declare let ArcSwiper: ArcSwiperInterface; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:declare let ArcSwiperInstance: ArcSwiperAttribute; 差异内容:declare let ArcSwiperInstance: ArcSwiperAttribute; | NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除API | 类名:global; API声明:declare type OnSelectCallback = (index: number, selectValue: string) => void; 差异内容:declare type OnSelectCallback = (index: number, selectValue: string) => void; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:declare type OnPasteCallback = (pasteValue: string, event: PasteEvent) => void; 差异内容:declare type OnPasteCallback = (pasteValue: string, event: PasteEvent) => void; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:declare type OnTextSelectionChangeCallback = (selectionStart: number, selectionEnd: number) => void; 差异内容:declare type OnTextSelectionChangeCallback = (selectionStart: number, selectionEnd: number) => void; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:declare type OnContentScrollCallback = (totalOffsetX: number, totalOffsetY: number) => void; 差异内容:declare type OnContentScrollCallback = (totalOffsetX: number, totalOffsetY: number) => void; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:export interface InputFilterParams 差异内容:export interface InputFilterParams | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:InputFilterParams; API声明:inputFilterValue: ResourceStr; 差异内容:inputFilterValue: ResourceStr; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:InputFilterParams; API声明:error?: Callback<string>; 差异内容:error?: Callback<string>; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:export interface SearchButtonParams 差异内容:export interface SearchButtonParams | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchButtonParams; API声明:searchButtonValue: ResourceStr; 差异内容:searchButtonValue: ResourceStr; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchButtonParams; API声明:options?: SearchButtonOptions; 差异内容:options?: SearchButtonOptions; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:export interface MenuAlignParams 差异内容:export interface MenuAlignParams | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:MenuAlignParams; API声明:alignType: MenuAlignType; 差异内容:alignType: MenuAlignType; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:MenuAlignParams; API声明:offset?: Offset; 差异内容:offset?: Offset; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:export interface SearchParams 差异内容:export interface SearchParams | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:searchKey?: ResourceStr; 差异内容:searchKey?: ResourceStr; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:componentBackgroundColor?: ResourceColor; 差异内容:componentBackgroundColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:pressedBackgroundColor?: ResourceColor; 差异内容:pressedBackgroundColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:searchButton?: SearchButtonParams; 差异内容:searchButton?: SearchButtonParams; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:placeholderColor?: ResourceColor; 差异内容:placeholderColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:placeholderFont?: Font; 差异内容:placeholderFont?: Font; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:textFont?: Font; 差异内容:textFont?: Font; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:textAlign?: TextAlign; 差异内容:textAlign?: TextAlign; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:copyOptions?: CopyOptions; 差异内容:copyOptions?: CopyOptions; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:searchIcon?: IconOptions |SymbolGlyphModifier; 差异内容:searchIcon?: IconOptions |SymbolGlyphModifier; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:cancelIcon?: IconOptions; 差异内容:cancelIcon?: IconOptions; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:fontColor?: ResourceColor; 差异内容:fontColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:caretStyle?: CaretStyle; 差异内容:caretStyle?: CaretStyle; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:enableKeyboardOnFocus?: boolean; 差异内容:enableKeyboardOnFocus?: boolean; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:hideSelectionMenu?: boolean; 差异内容:hideSelectionMenu?: boolean; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:type?: SearchType; 差异内容:type?: SearchType; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:maxLength?: number; 差异内容:maxLength?: number; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:enterKeyType?: EnterKeyType; 差异内容:enterKeyType?: EnterKeyType; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:decoration?: TextDecorationOptions; 差异内容:decoration?: TextDecorationOptions; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:letterSpacing?: number |string |Resource; 差异内容:letterSpacing?: number |string |Resource; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:fontFeature?: ResourceStr; 差异内容:fontFeature?: ResourceStr; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:selectedBackgroundColor?: ResourceColor; 差异内容:selectedBackgroundColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:inputFilter?: InputFilterParams; 差异内容:inputFilter?: InputFilterParams; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:textIndent?: Dimension; 差异内容:textIndent?: Dimension; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:minFontSize?: number |string |Resource; 差异内容:minFontSize?: number |string |Resource; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:maxFontSize?: number |string |Resource; 差异内容:maxFontSize?: number |string |Resource; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:editMenuOptions?: EditMenuOptions; 差异内容:editMenuOptions?: EditMenuOptions; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:enablePreviewText?: boolean; 差异内容:enablePreviewText?: boolean; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:enableHapticFeedback?: boolean; 差异内容:enableHapticFeedback?: boolean; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onSubmit?: Callback<string> |SearchSubmitCallback; 差异内容:onSubmit?: Callback<string> |SearchSubmitCallback; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onChange?: EditableTextOnChangeCallback; 差异内容:onChange?: EditableTextOnChangeCallback; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onCopy?: Callback<string>; 差异内容:onCopy?: Callback<string>; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onCut?: Callback<string>; 差异内容:onCut?: Callback<string>; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onPaste?: OnPasteCallback; 差异内容:onPaste?: OnPasteCallback; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onTextSelectionChange?: OnTextSelectionChangeCallback; 差异内容:onTextSelectionChange?: OnTextSelectionChangeCallback; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onContentScroll?: OnContentScrollCallback; 差异内容:onContentScroll?: OnContentScrollCallback; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onEditChange?: Callback<boolean>; 差异内容:onEditChange?: Callback<boolean>; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onWillInsert?: Callback<InsertValue, boolean>; 差异内容:onWillInsert?: Callback<InsertValue, boolean>; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onDidInsert?: Callback<InsertValue>; 差异内容:onDidInsert?: Callback<InsertValue>; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onWillDelete?: Callback<DeleteValue, boolean>; 差异内容:onWillDelete?: Callback<DeleteValue, boolean>; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SearchParams; API声明:onDidDelete?: Callback<DeleteValue>; 差异内容:onDidDelete?: Callback<DeleteValue>; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:export interface SelectParams 差异内容:export interface SelectParams | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:options?: Array<SelectOption>; 差异内容:options?: Array<SelectOption>; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:selected?: number; 差异内容:selected?: number; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:selectValue?: ResourceStr; 差异内容:selectValue?: ResourceStr; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:onSelect?: OnSelectCallback; 差异内容:onSelect?: OnSelectCallback; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:menuItemContentModifier?: ContentModifier<MenuItemConfiguration>; 差异内容:menuItemContentModifier?: ContentModifier<MenuItemConfiguration>; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:divider?: Optional<DividerOptions> |null; 差异内容:divider?: Optional<DividerOptions> |null; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:font?: Font; 差异内容:font?: Font; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:fontColor?: ResourceColor; 差异内容:fontColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:selectedOptionBgColor?: ResourceColor; 差异内容:selectedOptionBgColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:selectedOptionFont?: Font; 差异内容:selectedOptionFont?: Font; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:selectedOptionFontColor?: ResourceColor; 差异内容:selectedOptionFontColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:optionBgColor?: ResourceColor; 差异内容:optionBgColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:optionFont?: Font; 差异内容:optionFont?: Font; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:optionFontColor?: ResourceColor; 差异内容:optionFontColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:optionWidth?: Dimension |OptionWidthMode; 差异内容:optionWidth?: Dimension |OptionWidthMode; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:optionHeight?: Dimension; 差异内容:optionHeight?: Dimension; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:space?: Length; 差异内容:space?: Length; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:arrowPosition?: ArrowPosition; 差异内容:arrowPosition?: ArrowPosition; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:menuAlign?: MenuAlignParams; 差异内容:menuAlign?: MenuAlignParams; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:menuBackgroundColor?: ResourceColor; 差异内容:menuBackgroundColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:SelectParams; API声明:menuBackgroundBlurStyle?: BlurStyle; 差异内容:menuBackgroundBlurStyle?: BlurStyle; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:export interface OperationParams 差异内容:export interface OperationParams | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:OperationParams; API声明:auxiliaryItem?: OperationOption; 差异内容:auxiliaryItem?: OperationOption; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:OperationParams; API声明:independentItem?: OperationOption; 差异内容:independentItem?: OperationOption; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:export declare struct AtomicServiceSearch 差异内容:export declare struct AtomicServiceSearch | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:AtomicServiceSearch; API声明:@Prop value?: ResourceStr; 差异内容:@Prop value?: ResourceStr; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:AtomicServiceSearch; API声明:@Prop placeholder?: ResourceStr; 差异内容:@Prop placeholder?: ResourceStr; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:AtomicServiceSearch; API声明:@Prop search?: SearchParams; 差异内容:@Prop search?: SearchParams; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:AtomicServiceSearch; API声明:@Prop select?: SelectParams; 差异内容:@Prop select?: SelectParams; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:AtomicServiceSearch; API声明:operation?: OperationParams; 差异内容:operation?: OperationParams; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:AtomicServiceSearch; API声明:controller?: SearchController; 差异内容:controller?: SearchController; | NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除API | 类名:global; API声明:export declare struct HalfScreenLaunchComponent 差异内容:export declare struct HalfScreenLaunchComponent | NA | api/@ohos.atomicservice.HalfScreenLaunchComponent.d.ets |
| 删除API | 类名:HalfScreenLaunchComponent; API声明:@BuilderParam content: Callback<void>; 差异内容:@BuilderParam content: Callback<void>; | NA | api/@ohos.atomicservice.HalfScreenLaunchComponent.d.ets |
| 删除API | 类名:HalfScreenLaunchComponent; API声明:appId: string; 差异内容:appId: string; | NA | api/@ohos.atomicservice.HalfScreenLaunchComponent.d.ets |
| 删除API | 类名:HalfScreenLaunchComponent; API声明:options?: AtomicServiceOptions; 差异内容:options?: AtomicServiceOptions; | NA | api/@ohos.atomicservice.HalfScreenLaunchComponent.d.ets |
| 删除API | 类名:HalfScreenLaunchComponent; API声明:onError?: ErrorCallback; 差异内容:onError?: ErrorCallback; | NA | api/@ohos.atomicservice.HalfScreenLaunchComponent.d.ets |
| 删除API | 类名:HalfScreenLaunchComponent; API声明:onTerminated?: Callback<TerminationInfo>; 差异内容:onTerminated?: Callback<TerminationInfo>; | NA | api/@ohos.atomicservice.HalfScreenLaunchComponent.d.ets |
| 删除API | 类名:HalfScreenLaunchComponent; API声明:onReceive?: Callback<Record<string, Object>>; 差异内容:onReceive?: Callback<Record<string, Object>>; | NA | api/@ohos.atomicservice.HalfScreenLaunchComponent.d.ets |
| 删除API | 类名:global; API声明:declare namespace uiAppearance 差异内容:declare namespace uiAppearance | NA | api/@ohos.uiAppearance.d.ts |
| 删除API | 类名:uiAppearance; API声明:enum DarkMode 差异内容:enum DarkMode | NA | api/@ohos.uiAppearance.d.ts |
| 删除API | 类名:DarkMode; API声明:ALWAYS_DARK = 0 差异内容:ALWAYS_DARK = 0 | NA | api/@ohos.uiAppearance.d.ts |
| 删除API | 类名:DarkMode; API声明:ALWAYS_LIGHT = 1 差异内容:ALWAYS_LIGHT = 1 | NA | api/@ohos.uiAppearance.d.ts |
| 删除API | 类名:uiAppearance; API声明:function getDarkMode(): DarkMode; 差异内容:function getDarkMode(): DarkMode; | NA | api/@ohos.uiAppearance.d.ts |
| 删除API | 类名:uiAppearance; API声明:function getFontScale(): number; 差异内容:function getFontScale(): number; | NA | api/@ohos.uiAppearance.d.ts |
| 删除API | 类名:uiAppearance; API声明:function getFontWeightScale(): number; 差异内容:function getFontWeightScale(): number; | NA | api/@ohos.uiAppearance.d.ts |
| 删除API | 类名:global; API声明:declare namespace floatingBall 差异内容:declare namespace floatingBall | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:floatingBall; API声明:function isFloatingBallEnabled(): boolean; 差异内容:function isFloatingBallEnabled(): boolean; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:floatingBall; API声明:function create(config: FloatingBallConfiguration): Promise<FloatingBallController>; 差异内容:function create(config: FloatingBallConfiguration): Promise<FloatingBallController>; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:floatingBall; API声明:interface FloatingBallConfiguration 差异内容:interface FloatingBallConfiguration | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallConfiguration; API声明:context: BaseContext; 差异内容:context: BaseContext; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:floatingBall; API声明:interface FloatingBallController 差异内容:interface FloatingBallController | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallController; API声明:startFloatingBall(params: FloatingBallParams): Promise<void>; 差异内容:startFloatingBall(params: FloatingBallParams): Promise<void>; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallController; API声明:updateFloatingBall(params: FloatingBallParams): Promise<void>; 差异内容:updateFloatingBall(params: FloatingBallParams): Promise<void>; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallController; API声明:stopFloatingBall(): Promise<void>; 差异内容:stopFloatingBall(): Promise<void>; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallController; API声明:on(type: 'stateChange', callback: Callback<FloatingBallState>): void; 差异内容:on(type: 'stateChange', callback: Callback<FloatingBallState>): void; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallController; API声明:off(type: 'stateChange', callback?: Callback<FloatingBallState>): void; 差异内容:off(type: 'stateChange', callback?: Callback<FloatingBallState>): void; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallController; API声明:on(type: 'click', callback: Callback<void>): void; 差异内容:on(type: 'click', callback: Callback<void>): void; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallController; API声明:off(type: 'click', callback?: Callback<void>): void; 差异内容:off(type: 'click', callback?: Callback<void>): void; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallController; API声明:getFloatingBallWindowInfo(): Promise<FloatingBallWindowInfo>; 差异内容:getFloatingBallWindowInfo(): Promise<FloatingBallWindowInfo>; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallController; API声明:restoreMainWindow(want: Want): Promise<void>; 差异内容:restoreMainWindow(want: Want): Promise<void>; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:floatingBall; API声明:interface FloatingBallParams 差异内容:interface FloatingBallParams | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallParams; API声明:template: FloatingBallTemplate; 差异内容:template: FloatingBallTemplate; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallParams; API声明:title: string; 差异内容:title: string; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallParams; API声明:content?: string; 差异内容:content?: string; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallParams; API声明:backgroundColor?: string; 差异内容:backgroundColor?: string; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallParams; API声明:icon?: image.PixelMap; 差异内容:icon?: image.PixelMap; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:floatingBall; API声明:enum FloatingBallState 差异内容:enum FloatingBallState | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallState; API声明:STARTED = 1 差异内容:STARTED = 1 | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallState; API声明:STOPPED = 2 差异内容:STOPPED = 2 | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:floatingBall; API声明:enum FloatingBallTemplate 差异内容:enum FloatingBallTemplate | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallTemplate; API声明:STATIC = 1 差异内容:STATIC = 1 | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallTemplate; API声明:NORMAL = 2 差异内容:NORMAL = 2 | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallTemplate; API声明:EMPHATIC = 3 差异内容:EMPHATIC = 3 | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallTemplate; API声明:SIMPLE = 4 差异内容:SIMPLE = 4 | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:floatingBall; API声明:interface FloatingBallWindowInfo 差异内容:interface FloatingBallWindowInfo | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:FloatingBallWindowInfo; API声明:readonly windowId: number; 差异内容:readonly windowId: number; | NA | api/@ohos.window.floatingBall.d.ts |
| 删除API | 类名:global; API声明:export declare class StepperModifier 差异内容:export declare class StepperModifier | NA | api/arkui/StepperModifier.d.ts |
| 删除API | 类名:StepperModifier; API声明:applyNormalAttribute?(instance: StepperAttribute): void; 差异内容:applyNormalAttribute?(instance: StepperAttribute): void; | NA | api/arkui/StepperModifier.d.ts |
| 删除API | 类名:global; API声明:interface LazyVGridLayoutInterface 差异内容:interface LazyVGridLayoutInterface | NA | component/lazy_grid_layout.d.ts |
| 删除API | 类名:global; API声明:declare class LazyGridLayoutAttribute 差异内容:declare class LazyGridLayoutAttribute | NA | component/lazy_grid_layout.d.ts |
| 删除API | 类名:LazyGridLayoutAttribute; API声明:rowsGap(value: LengthMetrics): T; 差异内容:rowsGap(value: LengthMetrics): T; | NA | component/lazy_grid_layout.d.ts |
| 删除API | 类名:LazyGridLayoutAttribute; API声明:columnsGap(value: LengthMetrics): T; 差异内容:columnsGap(value: LengthMetrics): T; | NA | component/lazy_grid_layout.d.ts |
| 删除API | 类名:global; API声明:declare class LazyVGridLayoutAttribute 差异内容:declare class LazyVGridLayoutAttribute | NA | component/lazy_grid_layout.d.ts |
| 删除API | 类名:LazyVGridLayoutAttribute; API声明:columnsTemplate(value: string): LazyVGridLayoutAttribute; 差异内容:columnsTemplate(value: string): LazyVGridLayoutAttribute; | NA | component/lazy_grid_layout.d.ts |
| 删除API | 类名:global; API声明:declare const LazyVGridLayout: LazyVGridLayoutInterface; 差异内容:declare const LazyVGridLayout: LazyVGridLayoutInterface; | NA | component/lazy_grid_layout.d.ts |
| 删除API | 类名:global; API声明:declare const LazyVGridLayoutInstance: LazyVGridLayoutAttribute; 差异内容:declare const LazyVGridLayoutInstance: LazyVGridLayoutAttribute; | NA | component/lazy_grid_layout.d.ts |
| 删除API | 类名:global; API声明:declare enum ToolBarItemPlacement 差异内容:declare enum ToolBarItemPlacement | NA | component/toolbar.d.ts |
| 删除API | 类名:ToolBarItemPlacement; API声明:TOP_BAR_LEADING = 0 差异内容:TOP_BAR_LEADING = 0 | NA | component/toolbar.d.ts |
| 删除API | 类名:ToolBarItemPlacement; API声明:TOP_BAR_TRAILING = 1 差异内容:TOP_BAR_TRAILING = 1 | NA | component/toolbar.d.ts |
| 删除API | 类名:global; API声明:interface ToolBarItemOptions 差异内容:interface ToolBarItemOptions | NA | component/toolbar.d.ts |
| 删除API | 类名:ToolBarItemOptions; API声明:placement?: ToolBarItemPlacement; 差异内容:placement?: ToolBarItemPlacement; | NA | component/toolbar.d.ts |
| 删除API | 类名:global; API声明:interface ToolBarItemInterface 差异内容:interface ToolBarItemInterface | NA | component/toolbar.d.ts |
| 删除API | 类名:global; API声明:declare class ToolBarItemAttribute 差异内容:declare class ToolBarItemAttribute | NA | component/toolbar.d.ts |
| 删除API | 类名:global; API声明:declare const ToolBarItem: ToolBarItemInterface; 差异内容:declare const ToolBarItem: ToolBarItemInterface; | NA | component/toolbar.d.ts |
| 删除API | 类名:global; API声明:declare const ToolBarItemInstance: ToolBarItemAttribute; 差异内容:declare const ToolBarItemInstance: ToolBarItemAttribute; | NA | component/toolbar.d.ts |
| 删除API | 类名:ProgressButton; API声明:@Prop colorOptions?: ProgressButtonColorOptions; 差异内容:@Prop colorOptions?: ProgressButtonColorOptions; | NA | api/@ohos.arkui.advanced.ProgressButton.d.ets |
| 删除API | 类名:ProgressButton; API声明:@Prop progressButtonRadius?: LengthMetrics; 差异内容:@Prop progressButtonRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.ProgressButton.d.ets |
| 删除API | 类名:global; API声明:export declare interface ProgressButtonColorOptions 差异内容:export declare interface ProgressButtonColorOptions | NA | api/@ohos.arkui.advanced.ProgressButton.d.ets |
| 删除API | 类名:ProgressButtonColorOptions; API声明:progressColor?: ResourceColor; 差异内容:progressColor?: ResourceColor; | NA | api/@ohos.arkui.advanced.ProgressButton.d.ets |
| 删除API | 类名:ProgressButtonColorOptions; API声明:borderColor?: ResourceColor; 差异内容:borderColor?: ResourceColor; | NA | api/@ohos.arkui.advanced.ProgressButton.d.ets |
| 删除API | 类名:ProgressButtonColorOptions; API声明:textColor?: ResourceColor; 差异内容:textColor?: ResourceColor; | NA | api/@ohos.arkui.advanced.ProgressButton.d.ets |
| 删除API | 类名:ProgressButtonColorOptions; API声明:backgroundColor?: ResourceColor; 差异内容:backgroundColor?: ResourceColor; | NA | api/@ohos.arkui.advanced.ProgressButton.d.ets |
| 删除API | 类名:global; API声明:export class ConnectOptions 差异内容:export class ConnectOptions | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:ConnectOptions; API声明:type: TypeConstructorWithArgs<T>; 差异内容:type: TypeConstructorWithArgs<T>; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:ConnectOptions; API声明:key?: string; 差异内容:key?: string; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:ConnectOptions; API声明:defaultCreator?: StorageDefaultCreator<T>; 差异内容:defaultCreator?: StorageDefaultCreator<T>; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:ConnectOptions; API声明:areaMode?: contextConstant.AreaMode; 差异内容:areaMode?: contextConstant.AreaMode; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:PersistenceV2; API声明:static globalConnect<T extends object>(type: ConnectOptions<T>): T |undefined; 差异内容:static globalConnect<T extends object>(type: ConnectOptions<T>): T |undefined; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:UIUtils; API声明:static makeV1Observed<T extends object>(source: T): T; 差异内容:static makeV1Observed<T extends object>(source: T): T; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:UIUtils; API声明:static enableV2Compatibility<T extends object>(source: T): T; 差异内容:static enableV2Compatibility<T extends object>(source: T): T; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:UIUtils; API声明:static addMonitor(target: object, path: string |string[], monitorCallback: MonitorCallback, options?: MonitorOptions): void; 差异内容:static addMonitor(target: object, path: string |string[], monitorCallback: MonitorCallback, options?: MonitorOptions): void; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:UIUtils; API声明:static clearMonitor(target: object, path: string |string[], monitorCallback?: MonitorCallback): void; 差异内容:static clearMonitor(target: object, path: string |string[], monitorCallback?: MonitorCallback): void; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:UIUtils; API声明:static makeBinding<T>(getter: GetterCallback<T>): Binding<T>; 差异内容:static makeBinding<T>(getter: GetterCallback<T>): Binding<T>; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:UIUtils; API声明:static makeBinding<T>(getter: GetterCallback<T>, setter: SetterCallback<T>): MutableBinding<T>; 差异内容:static makeBinding<T>(getter: GetterCallback<T>, setter: SetterCallback<T>): MutableBinding<T>; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:global; API声明:export declare type MonitorCallback = (monitorValue: IMonitor) => void; 差异内容:export declare type MonitorCallback = (monitorValue: IMonitor) => void; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:global; API声明:export interface MonitorOptions 差异内容:export interface MonitorOptions | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:MonitorOptions; API声明:isSynchronous?: boolean; 差异内容:isSynchronous?: boolean; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:global; API声明:export declare type GetterCallback<T> = () => T; 差异内容:export declare type GetterCallback<T> = () => T; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:global; API声明:export declare type SetterCallback<T> = (newValue: T) => void; 差异内容:export declare type SetterCallback<T> = (newValue: T) => void; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:global; API声明:export declare class Binding 差异内容:export declare class Binding | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:Binding; API声明:get value(): T; 差异内容:get value(): T; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:global; API声明:export declare class MutableBinding 差异内容:export declare class MutableBinding | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:MutableBinding; API声明:get value(): T; 差异内容:get value(): T; | NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除API | 类名:global; API声明:export declare class SimpleAnimatorOptions 差异内容:export declare class SimpleAnimatorOptions | NA | api/@ohos.animator.d.ts |
| 删除API | 类名:SimpleAnimatorOptions; API声明:duration(duration: number): SimpleAnimatorOptions; 差异内容:duration(duration: number): SimpleAnimatorOptions; | NA | api/@ohos.animator.d.ts |
| 删除API | 类名:SimpleAnimatorOptions; API声明:easing(curve: string): SimpleAnimatorOptions; 差异内容:easing(curve: string): SimpleAnimatorOptions; | NA | api/@ohos.animator.d.ts |
| 删除API | 类名:SimpleAnimatorOptions; API声明:delay(delay: number): SimpleAnimatorOptions; 差异内容:delay(delay: number): SimpleAnimatorOptions; | NA | api/@ohos.animator.d.ts |
| 删除API | 类名:SimpleAnimatorOptions; API声明:fill(fillMode: FillMode): SimpleAnimatorOptions; 差异内容:fill(fillMode: FillMode): SimpleAnimatorOptions; | NA | api/@ohos.animator.d.ts |
| 删除API | 类名:SimpleAnimatorOptions; API声明:direction(direction: PlayMode): SimpleAnimatorOptions; 差异内容:direction(direction: PlayMode): SimpleAnimatorOptions; | NA | api/@ohos.animator.d.ts |
| 删除API | 类名:SimpleAnimatorOptions; API声明:iterations(iterations: number): SimpleAnimatorOptions; 差异内容:iterations(iterations: number): SimpleAnimatorOptions; | NA | api/@ohos.animator.d.ts |
| 删除API | 类名:AnimatorResult; API声明:reset(options: AnimatorOptions |SimpleAnimatorOptions): void; 差异内容:reset(options: AnimatorOptions |SimpleAnimatorOptions): void; | NA | api/@ohos.animator.d.ts |
| 删除API | 类名:OperateIcon; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:OperateIcon; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:OperateIcon; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:OperateIcon; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:OperateCheck; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:OperateCheck; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:OperateCheck; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:OperateButton; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:OperateButton; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:OperateButton; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:ContentItem; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:OperateItem; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.ComposeListItem.d.ets |
| 删除API | 类名:ComposeTitleBarMenuItem; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| 删除API | 类名:ComposeTitleBarMenuItem; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| 删除API | 类名:ComposeTitleBarMenuItem; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| 删除API | 类名:ComposeTitleBarMenuItem; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.ComposeTitleBar.d.ets |
| 删除API | 类名:ButtonOptions; API声明:defaultFocus?: boolean; 差异内容:defaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.Dialog.d.ets |
| 删除API | 类名:EditableTitleBarMenuItem; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.EditableTitleBar.d.ets |
| 删除API | 类名:EditableTitleBarMenuItem; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.EditableTitleBar.d.ets |
| 删除API | 类名:EditableTitleBarMenuItem; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.EditableTitleBar.d.ets |
| 删除API | 类名:EditableTitleBarMenuItem; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.EditableTitleBar.d.ets |
| 删除API | 类名:EditableTitleBarMenuItem; API声明:defaultFocus?: boolean; 差异内容:defaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.EditableTitleBar.d.ets |
| 删除API | 类名:EditableTitleBar; API声明:leftIconDefaultFocus?: boolean; 差异内容:leftIconDefaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.EditableTitleBar.d.ets |
| 删除API | 类名:EditableTitleBar; API声明:saveIconDefaultFocus?: boolean; 差异内容:saveIconDefaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.EditableTitleBar.d.ets |
| 删除API | 类名:PromptOptions; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.ExceptionPrompt.d.ets |
| 删除API | 类名:FullScreenLaunchComponent; API声明:onError?: ErrorCallback; 差异内容:onError?: ErrorCallback; | NA | api/@ohos.arkui.advanced.FullScreenLaunchComponent.d.ets |
| 删除API | 类名:FullScreenLaunchComponent; API声明:onTerminated?: Callback<TerminationInfo>; 差异内容:onTerminated?: Callback<TerminationInfo>; | NA | api/@ohos.arkui.advanced.FullScreenLaunchComponent.d.ets |
| 删除API | 类名:FullScreenLaunchComponent; API声明:onReceive?: Callback<Record<string, Object>>; 差异内容:onReceive?: Callback<Record<string, Object>>; | NA | api/@ohos.arkui.advanced.FullScreenLaunchComponent.d.ets |
| 删除API | 类名:GridObjectSortComponentItem; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets |
| 删除API | 类名:PopupOptions; API声明:maxWidth?: Dimension; 差异内容:maxWidth?: Dimension; | NA | api/@ohos.arkui.advanced.Popup.d.ets |
| 删除API | 类名:global; API声明:declare enum BorderRadiusMode 差异内容:declare enum BorderRadiusMode | NA | api/@ohos.arkui.advanced.SegmentButton.d.ets |
| 删除API | 类名:BorderRadiusMode; API声明:DEFAULT = 0 差异内容:DEFAULT = 0 | NA | api/@ohos.arkui.advanced.SegmentButton.d.ets |
| 删除API | 类名:BorderRadiusMode; API声明:CUSTOM = 1 差异内容:CUSTOM = 1 | NA | api/@ohos.arkui.advanced.SegmentButton.d.ets |
| 删除API | 类名:CommonSegmentButtonOptions; API声明:borderRadiusMode?: BorderRadiusMode; 差异内容:borderRadiusMode?: BorderRadiusMode; | NA | api/@ohos.arkui.advanced.SegmentButton.d.ets |
| 删除API | 类名:CommonSegmentButtonOptions; API声明:backgroundBorderRadius?: LengthMetrics; 差异内容:backgroundBorderRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButton.d.ets |
| 删除API | 类名:CommonSegmentButtonOptions; API声明:itemBorderRadius?: LengthMetrics; 差异内容:itemBorderRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButton.d.ets |
| 删除API | 类名:SegmentButtonOptions; API声明:borderRadiusMode?: BorderRadiusMode; 差异内容:borderRadiusMode?: BorderRadiusMode; | NA | api/@ohos.arkui.advanced.SegmentButton.d.ets |
| 删除API | 类名:SegmentButtonOptions; API声明:backgroundBorderRadius?: LengthMetrics; 差异内容:backgroundBorderRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButton.d.ets |
| 删除API | 类名:SegmentButtonOptions; API声明:itemBorderRadius?: LengthMetrics; 差异内容:itemBorderRadius?: LengthMetrics; | NA | api/@ohos.arkui.advanced.SegmentButton.d.ets |
| 删除API | 类名:EditorMenuOptions; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.SelectionMenu.d.ets |
| 删除API | 类名:SelectTitleBarMenuItem; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| 删除API | 类名:SelectTitleBarMenuItem; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| 删除API | 类名:SelectTitleBarMenuItem; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| 删除API | 类名:SelectTitleBarMenuItem; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.SelectTitleBar.d.ets |
| 删除API | 类名:OperationOption; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| 删除API | 类名:OperationOption; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| 删除API | 类名:OperationOption; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| 删除API | 类名:OperationOption; API声明:defaultFocus?: boolean; 差异内容:defaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| 删除API | 类名:SelectOptions; API声明:defaultFocus?: boolean; 差异内容:defaultFocus?: boolean; | NA | api/@ohos.arkui.advanced.SubHeader.d.ets |
| 删除API | 类名:TabTitleBarMenuItem; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.TabTitleBar.d.ets |
| 删除API | 类名:TabTitleBarMenuItem; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.TabTitleBar.d.ets |
| 删除API | 类名:TabTitleBarMenuItem; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.TabTitleBar.d.ets |
| 删除API | 类名:TabTitleBarMenuItem; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.TabTitleBar.d.ets |
| 删除API | 类名:TabTitleBarTabItem; API声明:symbolStyle?: SymbolGlyphModifier; 差异内容:symbolStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.TabTitleBar.d.ets |
| 删除API | 类名:ToolBarOption; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| 删除API | 类名:ToolBarOption; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| 删除API | 类名:ToolBarOption; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | api/@ohos.arkui.advanced.ToolBar.d.ets |
| 删除API | 类名:NodeParam; API声明:symbolIconStyle?: SymbolGlyphModifier; 差异内容:symbolIconStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.TreeView.d.ets |
| 删除API | 类名:NodeParam; API声明:symbolSelectedIconStyle?: SymbolGlyphModifier; 差异内容:symbolSelectedIconStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.TreeView.d.ets |
| 删除API | 类名:NodeParam; API声明:symbolEditIconStyle?: SymbolGlyphModifier; 差异内容:symbolEditIconStyle?: SymbolGlyphModifier; | NA | api/@ohos.arkui.advanced.TreeView.d.ets |
| 删除API | 类名:DragInfo; API声明:dataLoadParams?: unifiedDataChannel.DataLoadParams; 差异内容:dataLoadParams?: unifiedDataChannel.DataLoadParams; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:dragController; API声明:const enum DragStartRequestStatus 差异内容:const enum DragStartRequestStatus | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:DragStartRequestStatus; API声明:WAITING = 0 差异内容:WAITING = 0 | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:DragStartRequestStatus; API声明:READY = 1 差异内容:READY = 1 | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:dragController; API声明:const enum DragSpringLoadingState 差异内容:const enum DragSpringLoadingState | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:DragSpringLoadingState; API声明:BEGIN 差异内容:BEGIN | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:DragSpringLoadingState; API声明:UPDATE 差异内容:UPDATE | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:DragSpringLoadingState; API声明:END 差异内容:END | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:DragSpringLoadingState; API声明:CANCEL 差异内容:CANCEL | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:dragController; API声明:interface DragSpringLoadingConfiguration 差异内容:interface DragSpringLoadingConfiguration | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:DragSpringLoadingConfiguration; API声明:stillTimeLimit?: number; 差异内容:stillTimeLimit?: number; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:DragSpringLoadingConfiguration; API声明:updateInterval?: number; 差异内容:updateInterval?: number; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:DragSpringLoadingConfiguration; API声明:updateNotifyCount?: number; 差异内容:updateNotifyCount?: number; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:DragSpringLoadingConfiguration; API声明:updateToFinishInterval?: number; 差异内容:updateToFinishInterval?: number; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:dragController; API声明:interface SpringLoadingDragInfos 差异内容:interface SpringLoadingDragInfos | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:SpringLoadingDragInfos; API声明:dataSummary?: unifiedDataChannel.Summary; 差异内容:dataSummary?: unifiedDataChannel.Summary; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:SpringLoadingDragInfos; API声明:extraInfos?: string; 差异内容:extraInfos?: string; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:dragController; API声明:class SpringLoadingContext 差异内容:class SpringLoadingContext | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:SpringLoadingContext; API声明:state: DragSpringLoadingState; 差异内容:state: DragSpringLoadingState; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:SpringLoadingContext; API声明:currentNotifySequence: number; 差异内容:currentNotifySequence: number; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:SpringLoadingContext; API声明:dragInfos?: SpringLoadingDragInfos; 差异内容:dragInfos?: SpringLoadingDragInfos; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:SpringLoadingContext; API声明:currentConfig?: DragSpringLoadingConfiguration; 差异内容:currentConfig?: DragSpringLoadingConfiguration; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:SpringLoadingContext; API声明:abort(): void; 差异内容:abort(): void; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:SpringLoadingContext; API声明:updateConfiguration(config: DragSpringLoadingConfiguration): void; 差异内容:updateConfiguration(config: DragSpringLoadingConfiguration): void; | NA | api/@ohos.arkui.dragController.d.ts |
| 删除API | 类名:ComponentObserver; API声明:on(type: 'drawChildren', callback: Callback<void>): void; 差异内容:on(type: 'drawChildren', callback: Callback<void>): void; | NA | api/@ohos.arkui.inspector.d.ts |
| 删除API | 类名:ComponentObserver; API声明:off(type: 'drawChildren', callback?: Callback<void>): void; 差异内容:off(type: 'drawChildren', callback?: Callback<void>): void; | NA | api/@ohos.arkui.inspector.d.ts |
| 删除API | 类名:NavDestinationState; API声明:ON_ACTIVE = 8 差异内容:ON_ACTIVE = 8 | NA | api/@ohos.arkui.observer.d.ts |
| 删除API | 类名:NavDestinationState; API声明:ON_INACTIVE = 9 差异内容:ON_INACTIVE = 9 | NA | api/@ohos.arkui.observer.d.ts |
| 删除API | 类名:NavigationInfo; API声明:uniqueId?: number; 差异内容:uniqueId?: number; | NA | api/@ohos.arkui.observer.d.ts |
| 删除API | 类名:ScrollEventInfo; API声明:axis?: Axis; 差异内容:axis?: Axis; | NA | api/@ohos.arkui.observer.d.ts |
| 删除API | 类名:CustomTheme; API声明:darkColors?: CustomDarkColors; 差异内容:darkColors?: CustomDarkColors; | NA | api/@ohos.arkui.theme.d.ts |
| 删除API | 类名:global; API声明:export declare type CustomDarkColors = Partial<Colors>; 差异内容:export declare type CustomDarkColors = Partial<Colors>; | NA | api/@ohos.arkui.theme.d.ts |
| 删除API | 类名:global; API声明:declare type CustomBuilderWithId = (id: number) => void; 差异内容:declare type CustomBuilderWithId = (id: number) => void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:export interface TargetInfo 差异内容:export interface TargetInfo | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:TargetInfo; API声明:id: string |number; 差异内容:id: string |number; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:TargetInfo; API声明:componentId?: number; 差异内容:componentId?: number; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:openToast(options: promptAction.ShowToastOptions): Promise<number>; 差异内容:openToast(options: promptAction.ShowToastOptions): Promise<number>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:closeToast(toastId: number): void; 差异内容:closeToast(toastId: number): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:openCustomDialogWithController<T extends Object>(dialogContent: ComponentContent<T>, controller: promptAction.DialogController, options?: promptAction.BaseDialogOptions): Promise<void>; 差异内容:openCustomDialogWithController<T extends Object>(dialogContent: ComponentContent<T>, controller: promptAction.DialogController, options?: promptAction.BaseDialogOptions): Promise<void>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:presentCustomDialog(builder: CustomBuilder |CustomBuilderWithId, controller?: promptAction.DialogController, options?: promptAction.DialogOptions): Promise<number>; 差异内容:presentCustomDialog(builder: CustomBuilder |CustomBuilderWithId, controller?: promptAction.DialogController, options?: promptAction.DialogOptions): Promise<number>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:getTopOrder(): LevelOrder; 差异内容:getTopOrder(): LevelOrder; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:getBottomOrder(): LevelOrder; 差异内容:getBottomOrder(): LevelOrder; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:openPopup<T extends Object>(content: ComponentContent<T>, target: TargetInfo, options?: PopupCommonOptions): Promise<void>; 差异内容:openPopup<T extends Object>(content: ComponentContent<T>, target: TargetInfo, options?: PopupCommonOptions): Promise<void>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:updatePopup<T extends Object>(content: ComponentContent<T>, options: PopupCommonOptions, partialUpdate?: boolean): Promise<void>; 差异内容:updatePopup<T extends Object>(content: ComponentContent<T>, options: PopupCommonOptions, partialUpdate?: boolean): Promise<void>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:closePopup<T extends Object>(content: ComponentContent<T>): Promise<void>; 差异内容:closePopup<T extends Object>(content: ComponentContent<T>): Promise<void>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:openMenu<T extends Object>(content: ComponentContent<T>, target: TargetInfo, options?: MenuOptions): Promise<void>; 差异内容:openMenu<T extends Object>(content: ComponentContent<T>, target: TargetInfo, options?: MenuOptions): Promise<void>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:updateMenu<T extends Object>(content: ComponentContent<T>, options: MenuOptions, partialUpdate?: boolean): Promise<void>; 差异内容:updateMenu<T extends Object>(content: ComponentContent<T>, options: MenuOptions, partialUpdate?: boolean): Promise<void>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:PromptAction; API声明:closeMenu<T extends Object>(content: ComponentContent<T>): Promise<void>; 差异内容:closeMenu<T extends Object>(content: ComponentContent<T>): Promise<void>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:declare type PanListenerCallback = (event: GestureEvent, current: GestureRecognizer, node?: FrameNode) => void; 差异内容:declare type PanListenerCallback = (event: GestureEvent, current: GestureRecognizer, node?: FrameNode) => void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:export declare type NodeIdentity = string |number; 差异内容:export declare type NodeIdentity = string |number; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:export declare type NodeRenderStateChangeCallback = (state: NodeRenderState, node?: FrameNode) => void; 差异内容:export declare type NodeRenderStateChangeCallback = (state: NodeRenderState, node?: FrameNode) => void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:export declare type GestureListenerCallback = (info: GestureTriggerInfo) => void; 差异内容:export declare type GestureListenerCallback = (info: GestureTriggerInfo) => void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:OverlayManagerOptions; API声明:enableBackPressedEvent?: boolean; 差异内容:enableBackPressedEvent?: boolean; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:on(type: 'navDestinationUpdateByUniqueId', navigationUniqueId: number, callback: Callback<observer.NavDestinationInfo>): void; 差异内容:on(type: 'navDestinationUpdateByUniqueId', navigationUniqueId: number, callback: Callback<observer.NavDestinationInfo>): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:off(type: 'navDestinationUpdateByUniqueId', navigationUniqueId: number, callback?: Callback<observer.NavDestinationInfo>): void; 差异内容:off(type: 'navDestinationUpdateByUniqueId', navigationUniqueId: number, callback?: Callback<observer.NavDestinationInfo>): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:on(type: 'beforePanStart', callback: PanListenerCallback): void; 差异内容:on(type: 'beforePanStart', callback: PanListenerCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:off(type: 'beforePanStart', callback?: PanListenerCallback): void; 差异内容:off(type: 'beforePanStart', callback?: PanListenerCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:on(type: 'beforePanEnd', callback: PanListenerCallback): void; 差异内容:on(type: 'beforePanEnd', callback: PanListenerCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:off(type: 'beforePanEnd', callback?: PanListenerCallback): void; 差异内容:off(type: 'beforePanEnd', callback?: PanListenerCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:on(type: 'afterPanStart', callback: PanListenerCallback): void; 差异内容:on(type: 'afterPanStart', callback: PanListenerCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:off(type: 'afterPanStart', callback?: PanListenerCallback): void; 差异内容:off(type: 'afterPanStart', callback?: PanListenerCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:on(type: 'afterPanEnd', callback: PanListenerCallback): void; 差异内容:on(type: 'afterPanEnd', callback: PanListenerCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:off(type: 'afterPanEnd', callback?: PanListenerCallback): void; 差异内容:off(type: 'afterPanEnd', callback?: PanListenerCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:on(type: 'nodeRenderState', nodeIdentity: NodeIdentity, callback: NodeRenderStateChangeCallback): void; 差异内容:on(type: 'nodeRenderState', nodeIdentity: NodeIdentity, callback: NodeRenderStateChangeCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:off(type: 'nodeRenderState', nodeIdentity: NodeIdentity, callback?: NodeRenderStateChangeCallback): void; 差异内容:off(type: 'nodeRenderState', nodeIdentity: NodeIdentity, callback?: NodeRenderStateChangeCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:addGlobalGestureListener(type: GestureListenerType, option: GestureObserverConfigs, callback: GestureListenerCallback): void; 差异内容:addGlobalGestureListener(type: GestureListenerType, option: GestureObserverConfigs, callback: GestureListenerCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIObserver; API声明:removeGlobalGestureListener(type: GestureListenerType, callback?: GestureListenerCallback): void; 差异内容:removeGlobalGestureListener(type: GestureListenerType, callback?: GestureListenerCallback): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:OverlayManager; API声明:addComponentContentWithOrder(content: ComponentContent, levelOrder?: LevelOrder): void; 差异内容:addComponentContentWithOrder(content: ComponentContent, levelOrder?: LevelOrder): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:export interface GestureTriggerInfo 差异内容:export interface GestureTriggerInfo | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureTriggerInfo; API声明:event: GestureEvent; 差异内容:event: GestureEvent; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureTriggerInfo; API声明:current: GestureRecognizer; 差异内容:current: GestureRecognizer; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureTriggerInfo; API声明:currentPhase: GestureActionPhase; 差异内容:currentPhase: GestureActionPhase; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureTriggerInfo; API声明:node?: FrameNode; 差异内容:node?: FrameNode; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:export interface GestureObserverConfigs 差异内容:export interface GestureObserverConfigs | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureObserverConfigs; API声明:actionPhases: Array<GestureActionPhase>; 差异内容:actionPhases: Array<GestureActionPhase>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:DragController; API声明:notifyDragStartRequest(requestStatus: dragController.DragStartRequestStatus): void; 差异内容:notifyDragStartRequest(requestStatus: dragController.DragStartRequestStatus): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:DragController; API声明:enableDropDisallowedBadge(enabled: boolean): void; 差异内容:enableDropDisallowedBadge(enabled: boolean): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:MeasureUtils; API声明:getParagraphs(styledString: StyledString, options?: TextLayoutOptions): Array<Paragraph>; 差异内容:getParagraphs(styledString: StyledString, options?: TextLayoutOptions): Array<Paragraph>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:FocusController; API声明:isActive(): boolean; 差异内容:isActive(): boolean; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:ComponentSnapshot; API声明:createFromComponent<T extends Object>(content: ComponentContent<T>, delay?: number, checkImageStatus?: boolean, options?: componentSnapshot.SnapshotOptions): Promise<image.PixelMap>; 差异内容:createFromComponent<T extends Object>(content: ComponentContent<T>, delay?: number, checkImageStatus?: boolean, options?: componentSnapshot.SnapshotOptions): Promise<image.PixelMap>; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIContext; API声明:isAvailable(): boolean; 差异内容:isAvailable(): boolean; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIContext; API声明:createAnimator(options: AnimatorOptions |SimpleAnimatorOptions): AnimatorResult; 差异内容:createAnimator(options: AnimatorOptions |SimpleAnimatorOptions): AnimatorResult; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIContext; API声明:showTextPickerDialog(style: TextPickerDialogOptions |TextPickerDialogOptionsExt): void; 差异内容:showTextPickerDialog(style: TextPickerDialogOptions |TextPickerDialogOptionsExt): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIContext; API声明:setPixelRoundMode(mode: PixelRoundMode): void; 差异内容:setPixelRoundMode(mode: PixelRoundMode): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIContext; API声明:getPixelRoundMode(): PixelRoundMode; 差异内容:getPixelRoundMode(): PixelRoundMode; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIContext; API声明:enableSwipeBack(enabled: Optional<boolean>): void; 差异内容:enableSwipeBack(enabled: Optional<boolean>): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIContext; API声明:getTextMenuController(): TextMenuController; 差异内容:getTextMenuController(): TextMenuController; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIContext; API声明:static createUIContextWithoutWindow(context: common.UIAbilityContext |common.ExtensionContext): UIContext |undefined; 差异内容:static createUIContextWithoutWindow(context: common.UIAbilityContext |common.ExtensionContext): UIContext |undefined; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:UIContext; API声明:static destroyUIContextWithoutWindow(): void; 差异内容:static destroyUIContextWithoutWindow(): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:export declare class TextMenuController 差异内容:export declare class TextMenuController | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:TextMenuController; API声明:setMenuOptions(options: TextMenuOptions): void; 差异内容:setMenuOptions(options: TextMenuOptions): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:TextMenuController; API声明:static disableSystemServiceMenuItems(disable: boolean): void; 差异内容:static disableSystemServiceMenuItems(disable: boolean): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:TextMenuController; API声明:static disableMenuItems(items: Array<TextMenuItemId>): void; 差异内容:static disableMenuItems(items: Array<TextMenuItemId>): void; | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:export const enum NodeRenderState 差异内容:export const enum NodeRenderState | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:NodeRenderState; API声明:ABOUT_TO_RENDER_IN = 0 差异内容:ABOUT_TO_RENDER_IN = 0 | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:NodeRenderState; API声明:ABOUT_TO_RENDER_OUT = 1 差异内容:ABOUT_TO_RENDER_OUT = 1 | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:export const enum GestureActionPhase 差异内容:export const enum GestureActionPhase | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureActionPhase; API声明:WILL_START = 0 差异内容:WILL_START = 0 | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureActionPhase; API声明:WILL_END = 1 差异内容:WILL_END = 1 | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:global; API声明:export const enum GestureListenerType 差异内容:export const enum GestureListenerType | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureListenerType; API声明:TAP = 0 差异内容:TAP = 0 | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureListenerType; API声明:LONG_PRESS = 1 差异内容:LONG_PRESS = 1 | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureListenerType; API声明:PAN = 2 差异内容:PAN = 2 | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureListenerType; API声明:PINCH = 3 差异内容:PINCH = 3 | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureListenerType; API声明:SWIPE = 4 差异内容:SWIPE = 4 | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:GestureListenerType; API声明:ROTATION = 5 差异内容:ROTATION = 5 | NA | api/@ohos.arkui.UIContext.d.ts |
| 删除API | 类名:WindowProxy; API声明:occupyEvents(eventFlags: number): Promise<void>; 差异内容:occupyEvents(eventFlags: number): Promise<void>; | NA | api/@ohos.arkui.uiExtension.d.ts |
| 删除API | 类名:uiExtension; API声明:enum EventFlag 差异内容:enum EventFlag | NA | api/@ohos.arkui.uiExtension.d.ts |
| 删除API | 类名:EventFlag; API声明:EVENT_NONE = 0x00000000 差异内容:EVENT_NONE = 0x00000000 | NA | api/@ohos.arkui.uiExtension.d.ts |
| 删除API | 类名:EventFlag; API声明:EVENT_PAN_GESTURE_LEFT = 0x00000001 差异内容:EVENT_PAN_GESTURE_LEFT = 0x00000001 | NA | api/@ohos.arkui.uiExtension.d.ts |
| 删除API | 类名:EventFlag; API声明:EVENT_PAN_GESTURE_RIGHT = 0x00000002 差异内容:EVENT_PAN_GESTURE_RIGHT = 0x00000002 | NA | api/@ohos.arkui.uiExtension.d.ts |
| 删除API | 类名:EventFlag; API声明:EVENT_PAN_GESTURE_UP = 0x00000004 差异内容:EVENT_PAN_GESTURE_UP = 0x00000004 | NA | api/@ohos.arkui.uiExtension.d.ts |
| 删除API | 类名:EventFlag; API声明:EVENT_PAN_GESTURE_DOWN = 0x00000008 差异内容:EVENT_PAN_GESTURE_DOWN = 0x00000008 | NA | api/@ohos.arkui.uiExtension.d.ts |
| 删除API | 类名:EventFlag; API声明:EVENT_CLICK = 0x00000100 差异内容:EVENT_CLICK = 0x00000100 | NA | api/@ohos.arkui.uiExtension.d.ts |
| 删除API | 类名:EventFlag; API声明:EVENT_LONG_PRESS = 0x00000200 差异内容:EVENT_LONG_PRESS = 0x00000200 | NA | api/@ohos.arkui.uiExtension.d.ts |
| 删除API | 类名:global; API声明:export declare enum MixMode 差异内容:export declare enum MixMode | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:MixMode; API声明:AVERAGE = 1 差异内容:AVERAGE = 1 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:MixMode; API声明:CROSS = 2 差异内容:CROSS = 2 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:MixMode; API声明:TOWARDS = 3 差异内容:TOWARDS = 3 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:global; API声明:export declare enum GradientAlpha 差异内容:export declare enum GradientAlpha | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:GradientAlpha; API声明:OPACITY_20 = 1 差异内容:OPACITY_20 = 1 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:GradientAlpha; API声明:OPACITY_60 = 2 差异内容:OPACITY_60 = 2 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:GradientAlpha; API声明:OPACITY_80 = 3 差异内容:OPACITY_80 = 3 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:GradientAlpha; API声明:OPACITY_100 = 4 差异内容:OPACITY_100 = 4 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:global; API声明:export declare enum BackgroundTheme 差异内容:export declare enum BackgroundTheme | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:BackgroundTheme; API声明:DARK = 1 差异内容:DARK = 1 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:BackgroundTheme; API声明:LIGHT = 2 差异内容:LIGHT = 2 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:BackgroundTheme; API声明:DEFAULT = 3 差异内容:DEFAULT = 3 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:AtomicServiceNavigation; API声明:@Prop gradientBackground?: GradientBackground; 差异内容:@Prop gradientBackground?: GradientBackground; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:AtomicServiceNavigation; API声明:@BuilderParam menus?: CustomBuilder |Array<NavigationMenuItem>; 差异内容:@BuilderParam menus?: CustomBuilder |Array<NavigationMenuItem>; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:AtomicServiceNavigation; API声明:@Prop sideBarOptions?: SideBarOptions; 差异内容:@Prop sideBarOptions?: SideBarOptions; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:AtomicServiceNavigation; API声明:@BuilderParam sideBarContent?: Callback<void>; 差异内容:@BuilderParam sideBarContent?: Callback<void>; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:TitleOptions; API声明:titleBarType?: TitleBarType; 差异内容:titleBarType?: TitleBarType; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:TitleOptions; API声明:titleIcon?: Resource |SymbolGlyphModifier; 差异内容:titleIcon?: Resource |SymbolGlyphModifier; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:global; API声明:export interface GradientBackground 差异内容:export interface GradientBackground | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:GradientBackground; API声明:primaryColor: ResourceColor; 差异内容:primaryColor: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:GradientBackground; API声明:secondaryColor?: ResourceColor; 差异内容:secondaryColor?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:GradientBackground; API声明:backgroundTheme?: BackgroundTheme; 差异内容:backgroundTheme?: BackgroundTheme; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:GradientBackground; API声明:mixMode?: MixMode; 差异内容:mixMode?: MixMode; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:GradientBackground; API声明:alpha?: GradientAlpha; 差异内容:alpha?: GradientAlpha; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:global; API声明:export interface SideBarOptions 差异内容:export interface SideBarOptions | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:SideBarOptions; API声明:sideBarBackground?: ResourceColor; 差异内容:sideBarBackground?: ResourceColor; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:SideBarOptions; API声明:onChange?: Callback<boolean>; 差异内容:onChange?: Callback<boolean>; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:SideBarOptions; API声明:sideBarIcon?: Resource |SymbolGlyphModifier; 差异内容:sideBarIcon?: Resource |SymbolGlyphModifier; | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:global; API声明:export declare enum TitleBarType 差异内容:export declare enum TitleBarType | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:TitleBarType; API声明:SQUARED_ICON = 1 差异内容:SQUARED_ICON = 1 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:TitleBarType; API声明:ROUND_ICON = 2 差异内容:ROUND_ICON = 2 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:TitleBarType; API声明:DRAWER = 3 差异内容:DRAWER = 3 | NA | api/@ohos.atomicservice.AtomicServiceNavigation.d.ets |
| 删除API | 类名:AtomicServiceTabs; API声明:@Prop layoutMode?: LayoutMode; 差异内容:@Prop layoutMode?: LayoutMode; | NA | api/@ohos.atomicservice.AtomicServiceTabs.d.ets |
| 删除API | 类名:display; API声明:function createVirtualScreen(config: VirtualScreenConfig): Promise<number>; 差异内容:function createVirtualScreen(config: VirtualScreenConfig): Promise<number>; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:display; API声明:function destroyVirtualScreen(screenId: number): Promise<void>; 差异内容:function destroyVirtualScreen(screenId: number): Promise<void>; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:display; API声明:function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise<void>; 差异内容:function setVirtualScreenSurface(screenId: number, surfaceId: string): Promise<void>; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:display; API声明:function makeUnique(screenId: number): Promise<void>; 差异内容:function makeUnique(screenId: number): Promise<void>; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:display; API声明:function convertGlobalToRelativeCoordinate(position: Position, displayId?: number): RelativePosition; 差异内容:function convertGlobalToRelativeCoordinate(position: Position, displayId?: number): RelativePosition; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:display; API声明:function convertRelativeToGlobalCoordinate(relativePosition: RelativePosition): Position; 差异内容:function convertRelativeToGlobalCoordinate(relativePosition: RelativePosition): Position; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:display; API声明:interface VirtualScreenConfig 差异内容:interface VirtualScreenConfig | NA | api/@ohos.display.d.ts |
| 删除API | 类名:VirtualScreenConfig; API声明:name: string; 差异内容:name: string; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:VirtualScreenConfig; API声明:width: number; 差异内容:width: number; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:VirtualScreenConfig; API声明:height: number; 差异内容:height: number; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:VirtualScreenConfig; API声明:density: number; 差异内容:density: number; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:VirtualScreenConfig; API声明:surfaceId: string; 差异内容:surfaceId: string; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:display; API声明:enum DisplaySourceMode 差异内容:enum DisplaySourceMode | NA | api/@ohos.display.d.ts |
| 删除API | 类名:DisplaySourceMode; API声明:NONE = 0 差异内容:NONE = 0 | NA | api/@ohos.display.d.ts |
| 删除API | 类名:DisplaySourceMode; API声明:MAIN = 1 差异内容:MAIN = 1 | NA | api/@ohos.display.d.ts |
| 删除API | 类名:DisplaySourceMode; API声明:MIRROR = 2 差异内容:MIRROR = 2 | NA | api/@ohos.display.d.ts |
| 删除API | 类名:DisplaySourceMode; API声明:EXTEND = 3 差异内容:EXTEND = 3 | NA | api/@ohos.display.d.ts |
| 删除API | 类名:DisplaySourceMode; API声明:ALONE = 4 差异内容:ALONE = 4 | NA | api/@ohos.display.d.ts |
| 删除API | 类名:display; API声明:enum ScreenShape 差异内容:enum ScreenShape | NA | api/@ohos.display.d.ts |
| 删除API | 类名:ScreenShape; API声明:RECTANGLE = 0 差异内容:RECTANGLE = 0 | NA | api/@ohos.display.d.ts |
| 删除API | 类名:ScreenShape; API声明:ROUND = 1 差异内容:ROUND = 1 | NA | api/@ohos.display.d.ts |
| 删除API | 类名:Display; API声明:screenShape?: ScreenShape; 差异内容:screenShape?: ScreenShape; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:Display; API声明:sourceMode?: DisplaySourceMode; 差异内容:sourceMode?: DisplaySourceMode; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:Display; API声明:x?: number; 差异内容:x?: number; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:Display; API声明:y?: number; 差异内容:y?: number; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:Display; API声明:supportedRefreshRates?: Array<number>; 差异内容:supportedRefreshRates?: Array<number>; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:Display; API声明:getLiveCreaseRegion(): FoldCreaseRegion; 差异内容:getLiveCreaseRegion(): FoldCreaseRegion; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:Display; API声明:getDisplayCapability(): string; 差异内容:getDisplayCapability(): string; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:display; API声明:interface Position 差异内容:interface Position | NA | api/@ohos.display.d.ts |
| 删除API | 类名:Position; API声明:x: number; 差异内容:x: number; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:Position; API声明:y: number; 差异内容:y: number; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:display; API声明:interface RelativePosition 差异内容:interface RelativePosition | NA | api/@ohos.display.d.ts |
| 删除API | 类名:RelativePosition; API声明:displayId: number; 差异内容:displayId: number; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:RelativePosition; API声明:position: Position; 差异内容:position: Position; | NA | api/@ohos.display.d.ts |
| 删除API | 类名:PiPConfiguration; API声明:localStorage?: LocalStorage; 差异内容:localStorage?: LocalStorage; | NA | api/@ohos.PiPWindow.d.ts |
| 删除API | 类名:PiPConfiguration; API声明:defaultWindowSizeType?: number; 差异内容:defaultWindowSizeType?: number; | NA | api/@ohos.PiPWindow.d.ts |
| 删除API | 类名:PiPController; API声明:updateContentNode(contentNode: typeNode.XComponent): Promise<void>; 差异内容:updateContentNode(contentNode: typeNode.XComponent): Promise<void>; | NA | api/@ohos.PiPWindow.d.ts |
| 删除API | 类名:PiPController; API声明:getPiPSettingSwitch(): Promise<boolean>; 差异内容:getPiPSettingSwitch(): Promise<boolean>; | NA | api/@ohos.PiPWindow.d.ts |
| 删除API | 类名:global; API声明:export declare class LevelOrder 差异内容:export declare class LevelOrder | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:LevelOrder; API声明:static clamp(order: number): LevelOrder; 差异内容:static clamp(order: number): LevelOrder; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:LevelOrder; API声明:getOrder(): number; 差异内容:getOrder(): number; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ShowDialogOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ShowDialogOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ShowDialogOptions; API声明:onDidAppear?: Callback<void>; 差异内容:onDidAppear?: Callback<void>; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ShowDialogOptions; API声明:onDidDisappear?: Callback<void>; 差异内容:onDidDisappear?: Callback<void>; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ShowDialogOptions; API声明:onWillAppear?: Callback<void>; 差异内容:onWillAppear?: Callback<void>; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ShowDialogOptions; API声明:onWillDisappear?: Callback<void>; 差异内容:onWillDisappear?: Callback<void>; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ShowDialogOptions; API声明:levelOrder?: LevelOrder; 差异内容:levelOrder?: LevelOrder; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:enum CommonState 差异内容:enum CommonState | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:CommonState; API声明:UNINITIALIZED = 0 差异内容:UNINITIALIZED = 0 | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:CommonState; API声明:INITIALIZED = 1 差异内容:INITIALIZED = 1 | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:CommonState; API声明:APPEARING = 2 差异内容:APPEARING = 2 | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:CommonState; API声明:APPEARED = 3 差异内容:APPEARED = 3 | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:CommonState; API声明:DISAPPEARING = 4 差异内容:DISAPPEARING = 4 | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:CommonState; API声明:DISAPPEARED = 5 差异内容:DISAPPEARED = 5 | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:export class CommonController 差异内容:export class CommonController | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:CommonController; API声明:close(): void; 差异内容:close(): void; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:CommonController; API声明:getState(): CommonState; 差异内容:getState(): CommonState; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:export class DialogController 差异内容:export class DialogController | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:BaseDialogOptions; API声明:dialogTransition?: TransitionEffect; 差异内容:dialogTransition?: TransitionEffect; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:BaseDialogOptions; API声明:maskTransition?: TransitionEffect; 差异内容:maskTransition?: TransitionEffect; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:BaseDialogOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:BaseDialogOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:BaseDialogOptions; API声明:levelOrder?: LevelOrder; 差异内容:levelOrder?: LevelOrder; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:BaseDialogOptions; API声明:focusable?: boolean; 差异内容:focusable?: boolean; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:export type DialogOptionsCornerRadius = Dimension |BorderRadiuses; 差异内容:export type DialogOptionsCornerRadius = Dimension |BorderRadiuses; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:export type DialogOptionsBorderWidth = Dimension |EdgeWidths; 差异内容:export type DialogOptionsBorderWidth = Dimension |EdgeWidths; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:export type DialogOptionsBorderColor = ResourceColor |EdgeColors; 差异内容:export type DialogOptionsBorderColor = ResourceColor |EdgeColors; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:export type DialogOptionsBorderStyle = BorderStyle |EdgeStyles; 差异内容:export type DialogOptionsBorderStyle = BorderStyle |EdgeStyles; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:export type DialogOptionsShadow = ShadowOptions |ShadowStyle; 差异内容:export type DialogOptionsShadow = ShadowOptions |ShadowStyle; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:export interface DialogOptions 差异内容:export interface DialogOptions | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:DialogOptions; API声明:backgroundColor?: ResourceColor; 差异内容:backgroundColor?: ResourceColor; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:DialogOptions; API声明:cornerRadius?: DialogOptionsCornerRadius; 差异内容:cornerRadius?: DialogOptionsCornerRadius; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:DialogOptions; API声明:width?: Dimension; 差异内容:width?: Dimension; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:DialogOptions; API声明:height?: Dimension; 差异内容:height?: Dimension; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:DialogOptions; API声明:borderWidth?: DialogOptionsBorderWidth; 差异内容:borderWidth?: DialogOptionsBorderWidth; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:DialogOptions; API声明:borderColor?: DialogOptionsBorderColor; 差异内容:borderColor?: DialogOptionsBorderColor; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:DialogOptions; API声明:borderStyle?: DialogOptionsBorderStyle; 差异内容:borderStyle?: DialogOptionsBorderStyle; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:DialogOptions; API声明:shadow?: DialogOptionsShadow; 差异内容:shadow?: DialogOptionsShadow; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:DialogOptions; API声明:backgroundBlurStyle?: BlurStyle; 差异内容:backgroundBlurStyle?: BlurStyle; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ActionMenuOptions; API声明:onDidAppear?: Callback<void>; 差异内容:onDidAppear?: Callback<void>; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ActionMenuOptions; API声明:onDidDisappear?: Callback<void>; 差异内容:onDidDisappear?: Callback<void>; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ActionMenuOptions; API声明:onWillAppear?: Callback<void>; 差异内容:onWillAppear?: Callback<void>; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:ActionMenuOptions; API声明:onWillDisappear?: Callback<void>; 差异内容:onWillDisappear?: Callback<void>; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:export function openToast(options: ShowToastOptions): Promise<number>; 差异内容:export function openToast(options: ShowToastOptions): Promise<number>; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:promptAction; API声明:export function closeToast(toastId: number): void; 差异内容:export function closeToast(toastId: number): void; | NA | api/@ohos.promptAction.d.ts |
| 删除API | 类名:global; API声明:declare type WindowAnimationCurveParam = Array<number>; 差异内容:declare type WindowAnimationCurveParam = Array<number>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowType; API声明:TYPE_MAIN = 32 差异内容:TYPE_MAIN = 32 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface StatusBarProperty 差异内容:interface StatusBarProperty | NA | api/@ohos.window.d.ts |
| 删除API | 类名:StatusBarProperty; API声明:contentColor: string; 差异内容:contentColor: string; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:export interface Position 差异内容:export interface Position | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Position; API声明:x: number; 差异内容:x: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Position; API声明:y: number; 差异内容:y: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:enum WindowAnchor 差异内容:enum WindowAnchor | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnchor; API声明:TOP_START = 0 差异内容:TOP_START = 0 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnchor; API声明:TOP = 1 差异内容:TOP = 1 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnchor; API声明:TOP_END = 2 差异内容:TOP_END = 2 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnchor; API声明:START = 3 差异内容:START = 3 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnchor; API声明:CENTER = 4 差异内容:CENTER = 4 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnchor; API声明:END = 5 差异内容:END = 5 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnchor; API声明:BOTTOM_START = 6 差异内容:BOTTOM_START = 6 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnchor; API声明:BOTTOM = 7 差异内容:BOTTOM = 7 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnchor; API声明:BOTTOM_END = 8 差异内容:BOTTOM_END = 8 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface WindowInfo 差异内容:interface WindowInfo | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowInfo; API声明:rect: Rect; 差异内容:rect: Rect; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowInfo; API声明:globalDisplayRect?: Rect; 差异内容:globalDisplayRect?: Rect; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowInfo; API声明:bundleName: string; 差异内容:bundleName: string; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowInfo; API声明:abilityName: string; 差异内容:abilityName: string; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowInfo; API声明:windowId: number; 差异内容:windowId: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowInfo; API声明:windowStatusType: WindowStatusType; 差异内容:windowStatusType: WindowStatusType; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowInfo; API声明:isFocused?: boolean; 差异内容:isFocused?: boolean; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowProperties; API声明:globalDisplayRect?: Rect; 差异内容:globalDisplayRect?: Rect; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowProperties; API声明:name?: string; 差异内容:name?: string; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:DecorButtonStyle; API声明:buttonIconSize?: number; 差异内容:buttonIconSize?: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:DecorButtonStyle; API声明:buttonBackgroundCornerRadius?: number; 差异内容:buttonBackgroundCornerRadius?: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:function shiftAppWindowTouchEvent(sourceWindowId: number, targetWindowId: number, fingerId: number): Promise<void>; 差异内容:function shiftAppWindowTouchEvent(sourceWindowId: number, targetWindowId: number, fingerId: number): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:function getVisibleWindowInfo(): Promise<Array<WindowInfo>>; 差异内容:function getVisibleWindowInfo(): Promise<Array<WindowInfo>>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:function getGlobalWindowMode(displayId?: number): Promise<number>; 差异内容:function getGlobalWindowMode(displayId?: number): Promise<number>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:function setStartWindowBackgroundColor(moduleName: string, abilityName: string, color: ColorMetrics): Promise<void>; 差异内容:function setStartWindowBackgroundColor(moduleName: string, abilityName: string, color: ColorMetrics): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:enum WindowTransitionType 差异内容:enum WindowTransitionType | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowTransitionType; API声明:DESTROY = 0 差异内容:DESTROY = 0 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:enum AnimationType 差异内容:enum AnimationType | NA | api/@ohos.window.d.ts |
| 删除API | 类名:AnimationType; API声明:FADE_IN_OUT = 0 差异内容:FADE_IN_OUT = 0 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:enum WindowAnimationCurve 差异内容:enum WindowAnimationCurve | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnimationCurve; API声明:LINEAR = 0 差异内容:LINEAR = 0 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnimationCurve; API声明:INTERPOLATION_SPRING = 1 差异内容:INTERPOLATION_SPRING = 1 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnimationCurve; API声明:CUBIC_BEZIER = 2 差异内容:CUBIC_BEZIER = 2 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface WindowAnimationConfig 差异内容:interface WindowAnimationConfig | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnimationConfig; API声明:curve: WindowAnimationCurve; 差异内容:curve: WindowAnimationCurve; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnimationConfig; API声明:duration?: number; 差异内容:duration?: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowAnimationConfig; API声明:param?: WindowAnimationCurveParam; 差异内容:param?: WindowAnimationCurveParam; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface TransitionAnimation 差异内容:interface TransitionAnimation | NA | api/@ohos.window.d.ts |
| 删除API | 类名:TransitionAnimation; API声明:config: WindowAnimationConfig; 差异内容:config: WindowAnimationConfig; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:TransitionAnimation; API声明:opacity?: number; 差异内容:opacity?: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface StartAnimationParams 差异内容:interface StartAnimationParams | NA | api/@ohos.window.d.ts |
| 删除API | 类名:StartAnimationParams; API声明:type: AnimationType; 差异内容:type: AnimationType; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface WindowCreateParams 差异内容:interface WindowCreateParams | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowCreateParams; API声明:animationParams?: StartAnimationParams; 差异内容:animationParams?: StartAnimationParams; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface KeyboardInfo 差异内容:interface KeyboardInfo | NA | api/@ohos.window.d.ts |
| 删除API | 类名:KeyboardInfo; API声明:beginRect: Rect; 差异内容:beginRect: Rect; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:KeyboardInfo; API声明:endRect: Rect; 差异内容:endRect: Rect; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:KeyboardInfo; API声明:animated?: boolean; 差异内容:animated?: boolean; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:KeyboardInfo; API声明:config?: WindowAnimationConfig; 差异内容:config?: WindowAnimationConfig; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface KeyFramePolicy 差异内容:interface KeyFramePolicy | NA | api/@ohos.window.d.ts |
| 删除API | 类名:KeyFramePolicy; API声明:enable: boolean; 差异内容:enable: boolean; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:KeyFramePolicy; API声明:interval?: number; 差异内容:interval?: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:KeyFramePolicy; API声明:distance?: number; 差异内容:distance?: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:KeyFramePolicy; API声明:animationDuration?: number; 差异内容:animationDuration?: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:KeyFramePolicy; API声明:animationDelay?: number; 差异内容:animationDelay?: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:moveWindowToGlobalDisplay(x: number, y: number): Promise<void>; 差异内容:moveWindowToGlobalDisplay(x: number, y: number): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setFollowParentWindowLayoutEnabled(enabled: boolean): Promise<void>; 差异内容:setFollowParentWindowLayoutEnabled(enabled: boolean): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setRelativePositionToParentWindowEnabled(enabled: boolean, anchor?: WindowAnchor, offsetX?: number, offsetY?: number): Promise<void>; 差异内容:setRelativePositionToParentWindowEnabled(enabled: boolean, anchor?: WindowAnchor, offsetX?: number, offsetY?: number): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setSystemAvoidAreaEnabled(enabled: boolean): Promise<void>; 差异内容:setSystemAvoidAreaEnabled(enabled: boolean): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:isSystemAvoidAreaEnabled(): boolean; 差异内容:isSystemAvoidAreaEnabled(): boolean; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setStatusBarColor(color: ColorMetrics): Promise<void>; 差异内容:setStatusBarColor(color: ColorMetrics): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:getStatusBarProperty(): StatusBarProperty; 差异内容:getStatusBarProperty(): StatusBarProperty; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:on(type: 'keyboardWillShow', callback: Callback<KeyboardInfo>): void; 差异内容:on(type: 'keyboardWillShow', callback: Callback<KeyboardInfo>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:off(type: 'keyboardWillShow', callback?: Callback<KeyboardInfo>): void; 差异内容:off(type: 'keyboardWillShow', callback?: Callback<KeyboardInfo>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:on(type: 'keyboardWillHide', callback: Callback<KeyboardInfo>): void; 差异内容:on(type: 'keyboardWillHide', callback: Callback<KeyboardInfo>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:off(type: 'keyboardWillHide', callback?: Callback<KeyboardInfo>): void; 差异内容:off(type: 'keyboardWillHide', callback?: Callback<KeyboardInfo>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:on(type: 'keyboardDidShow', callback: Callback<KeyboardInfo>): void; 差异内容:on(type: 'keyboardDidShow', callback: Callback<KeyboardInfo>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:off(type: 'keyboardDidShow', callback?: Callback<KeyboardInfo>): void; 差异内容:off(type: 'keyboardDidShow', callback?: Callback<KeyboardInfo>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:on(type: 'keyboardDidHide', callback: Callback<KeyboardInfo>): void; 差异内容:on(type: 'keyboardDidHide', callback: Callback<KeyboardInfo>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:off(type: 'keyboardDidHide', callback?: Callback<KeyboardInfo>): void; 差异内容:off(type: 'keyboardDidHide', callback?: Callback<KeyboardInfo>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:on(type: 'screenshotAppEvent', callback: Callback<ScreenshotEventType>): void; 差异内容:on(type: 'screenshotAppEvent', callback: Callback<ScreenshotEventType>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:off(type: 'screenshotAppEvent', callback?: Callback<ScreenshotEventType>): void; 差异内容:off(type: 'screenshotAppEvent', callback?: Callback<ScreenshotEventType>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:on(type: 'windowStatusDidChange', callback: Callback<WindowStatusType>): void; 差异内容:on(type: 'windowStatusDidChange', callback: Callback<WindowStatusType>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:off(type: 'windowStatusDidChange', callback?: Callback<WindowStatusType>): void; 差异内容:off(type: 'windowStatusDidChange', callback?: Callback<WindowStatusType>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setWindowShadowEnabled(enable: boolean): Promise<void>; 差异内容:setWindowShadowEnabled(enable: boolean): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:isWindowHighlighted(): boolean; 差异内容:isWindowHighlighted(): boolean; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:snapshotSync(): image.PixelMap; 差异内容:snapshotSync(): image.PixelMap; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:snapshotIgnorePrivacy(): Promise<image.PixelMap>; 差异内容:snapshotIgnorePrivacy(): Promise<image.PixelMap>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setWindowShadowRadius(radius: number): void; 差异内容:setWindowShadowRadius(radius: number): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setWindowCornerRadius(cornerRadius: number): Promise<void>; 差异内容:setWindowCornerRadius(cornerRadius: number): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:getWindowCornerRadius(): number; 差异内容:getWindowCornerRadius(): number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:getWindowDecorVisible(): boolean; 差异内容:getWindowDecorVisible(): boolean; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:enableDrag(enable: boolean): Promise<void>; 差异内容:enableDrag(enable: boolean): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setWindowTransitionAnimation(transitionType: WindowTransitionType, animation: TransitionAnimation): Promise<void>; 差异内容:setWindowTransitionAnimation(transitionType: WindowTransitionType, animation: TransitionAnimation): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:getWindowTransitionAnimation(transitionType: WindowTransitionType): TransitionAnimation |undefined; 差异内容:getWindowTransitionAnimation(transitionType: WindowTransitionType): TransitionAnimation |undefined; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:on(type: 'rectChangeInGlobalDisplay', callback: Callback<RectChangeOptions>): void; 差异内容:on(type: 'rectChangeInGlobalDisplay', callback: Callback<RectChangeOptions>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:off(type: 'rectChangeInGlobalDisplay', callback?: Callback<RectChangeOptions>): void; 差异内容:off(type: 'rectChangeInGlobalDisplay', callback?: Callback<RectChangeOptions>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:clientToGlobalDisplay(winX: number, winY: number): Position; 差异内容:clientToGlobalDisplay(winX: number, winY: number): Position; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:globalDisplayToClient(globalDisplayX: number, globalDisplayY: number): Position; 差异内容:globalDisplayToClient(globalDisplayX: number, globalDisplayY: number): Position; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:on(type: 'rotationChange', callback: RotationChangeCallback<RotationChangeInfo, RotationChangeResult |void>): void; 差异内容:on(type: 'rotationChange', callback: RotationChangeCallback<RotationChangeInfo, RotationChangeResult |void>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:off(type: 'rotationChange', callback?: RotationChangeCallback<RotationChangeInfo, RotationChangeResult |void>): void; 差异内容:off(type: 'rotationChange', callback?: RotationChangeCallback<RotationChangeInfo, RotationChangeResult |void>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:on(eventType: 'uiExtensionSecureLimitChange', callback: Callback<boolean>): void; 差异内容:on(eventType: 'uiExtensionSecureLimitChange', callback: Callback<boolean>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:off(eventType: 'uiExtensionSecureLimitChange', callback?: Callback<boolean>): void; 差异内容:off(eventType: 'uiExtensionSecureLimitChange', callback?: Callback<boolean>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:isImmersiveLayout(): boolean; 差异内容:isImmersiveLayout(): boolean; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setParentWindow(windowId: number): Promise<void>; 差异内容:setParentWindow(windowId: number): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:getParentWindow(): Window; 差异内容:getParentWindow(): Window; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setFollowParentMultiScreenPolicy(enabled: boolean): Promise<void>; 差异内容:setFollowParentMultiScreenPolicy(enabled: boolean): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setWindowContainerColor(activeColor: string, inactiveColor: string): void; 差异内容:setWindowContainerColor(activeColor: string, inactiveColor: string): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setWindowDelayRaiseOnDrag(isEnabled: boolean): void; 差异内容:setWindowDelayRaiseOnDrag(isEnabled: boolean): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setSubWindowZLevel(zLevel: number): Promise<void>; 差异内容:setSubWindowZLevel(zLevel: number): Promise<void>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:getSubWindowZLevel(): number; 差异内容:getSubWindowZLevel(): number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:Window; API声明:setDragKeyFramePolicy(keyFramePolicy: KeyFramePolicy): Promise<KeyFramePolicy>; 差异内容:setDragKeyFramePolicy(keyFramePolicy: KeyFramePolicy): Promise<KeyFramePolicy>; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:enum WindowStageLifecycleEventType 差异内容:enum WindowStageLifecycleEventType | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowStageLifecycleEventType; API声明:SHOWN = 1 差异内容:SHOWN = 1 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowStageLifecycleEventType; API声明:RESUMED = 2 差异内容:RESUMED = 2 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowStageLifecycleEventType; API声明:PAUSED = 3 差异内容:PAUSED = 3 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowStageLifecycleEventType; API声明:HIDDEN = 4 差异内容:HIDDEN = 4 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface ShowWindowOptions 差异内容:interface ShowWindowOptions | NA | api/@ohos.window.d.ts |
| 删除API | 类名:ShowWindowOptions; API声明:focusOnShow?: boolean; 差异内容:focusOnShow?: boolean; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:SubWindowOptions; API声明:windowRect?: Rect; 差异内容:windowRect?: Rect; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:SubWindowOptions; API声明:maximizeSupported?: boolean; 差异内容:maximizeSupported?: boolean; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:SubWindowOptions; API声明:zLevel?: number; 差异内容:zLevel?: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:SubWindowOptions; API声明:outlineEnabled?: boolean; 差异内容:outlineEnabled?: boolean; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowStage; API声明:on(eventType: 'windowStageLifecycleEvent', callback: Callback<WindowStageLifecycleEventType>): void; 差异内容:on(eventType: 'windowStageLifecycleEvent', callback: Callback<WindowStageLifecycleEventType>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowStage; API声明:off(eventType: 'windowStageLifecycleEvent', callback?: Callback<WindowStageLifecycleEventType>): void; 差异内容:off(eventType: 'windowStageLifecycleEvent', callback?: Callback<WindowStageLifecycleEventType>): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:WindowStage; API声明:setCustomDensity(density: number, applyToSubWindow?: boolean): void; 差异内容:setCustomDensity(density: number, applyToSubWindow?: boolean): void; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:enum GlobalWindowMode 差异内容:enum GlobalWindowMode | NA | api/@ohos.window.d.ts |
| 删除API | 类名:GlobalWindowMode; API声明:FULLSCREEN = 1 差异内容:FULLSCREEN = 1 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:GlobalWindowMode; API声明:SPLIT = 1 << 1 差异内容:SPLIT = 1 << 1 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:GlobalWindowMode; API声明:FLOAT = 1 << 2 差异内容:FLOAT = 1 << 2 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:GlobalWindowMode; API声明:PIP = 1 << 3 差异内容:PIP = 1 << 3 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:enum RotationChangeType 差异内容:enum RotationChangeType | NA | api/@ohos.window.d.ts |
| 删除API | 类名:RotationChangeType; API声明:WINDOW_WILL_ROTATE = 0 差异内容:WINDOW_WILL_ROTATE = 0 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:RotationChangeType; API声明:WINDOW_DID_ROTATE = 1 差异内容:WINDOW_DID_ROTATE = 1 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:enum RectType 差异内容:enum RectType | NA | api/@ohos.window.d.ts |
| 删除API | 类名:RectType; API声明:RELATIVE_TO_SCREEN = 0 差异内容:RELATIVE_TO_SCREEN = 0 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:RectType; API声明:RELATIVE_TO_PARENT_WINDOW = 1 差异内容:RELATIVE_TO_PARENT_WINDOW = 1 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:enum ScreenshotEventType 差异内容:enum ScreenshotEventType | NA | api/@ohos.window.d.ts |
| 删除API | 类名:ScreenshotEventType; API声明:SYSTEM_SCREENSHOT = 0 差异内容:SYSTEM_SCREENSHOT = 0 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:ScreenshotEventType; API声明:SYSTEM_SCREENSHOT_ABORT = 1 差异内容:SYSTEM_SCREENSHOT_ABORT = 1 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:ScreenshotEventType; API声明:SCROLL_SHOT_START = 2 差异内容:SCROLL_SHOT_START = 2 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:ScreenshotEventType; API声明:SCROLL_SHOT_END = 3 差异内容:SCROLL_SHOT_END = 3 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:ScreenshotEventType; API声明:SCROLL_SHOT_ABORT = 4 差异内容:SCROLL_SHOT_ABORT = 4 | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface RotationChangeInfo 差异内容:interface RotationChangeInfo | NA | api/@ohos.window.d.ts |
| 删除API | 类名:RotationChangeInfo; API声明:type: RotationChangeType; 差异内容:type: RotationChangeType; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:RotationChangeInfo; API声明:orientation: number; 差异内容:orientation: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:RotationChangeInfo; API声明:displayId: number; 差异内容:displayId: number; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:RotationChangeInfo; API声明:displayRect: Rect; 差异内容:displayRect: Rect; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface RotationChangeResult 差异内容:interface RotationChangeResult | NA | api/@ohos.window.d.ts |
| 删除API | 类名:RotationChangeResult; API声明:rectType: RectType; 差异内容:rectType: RectType; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:RotationChangeResult; API声明:windowRect: Rect; 差异内容:windowRect: Rect; | NA | api/@ohos.window.d.ts |
| 删除API | 类名:window; API声明:interface RotationChangeCallback 差异内容:interface RotationChangeCallback | NA | api/@ohos.window.d.ts |
| 删除API | 类名:BuildOptions; API声明:localStorage?: LocalStorage; 差异内容:localStorage?: LocalStorage; | NA | api/arkui/BuilderNode.d.ts |
| 删除API | 类名:BuildOptions; API声明:enableProvideConsumeCrossing?: boolean; 差异内容:enableProvideConsumeCrossing?: boolean; | NA | api/arkui/BuilderNode.d.ts |
| 删除API | 类名:global; API声明:declare type InputEventType = TouchEvent |MouseEvent |AxisEvent; 差异内容:declare type InputEventType = TouchEvent |MouseEvent |AxisEvent; | NA | api/arkui/BuilderNode.d.ts |
| 删除API | 类名:BuilderNode; API声明:postInputEvent(event: InputEventType): boolean; 差异内容:postInputEvent(event: InputEventType): boolean; | NA | api/arkui/BuilderNode.d.ts |
| 删除API | 类名:BuilderNode; API声明:inheritFreezeOptions(enabled: boolean): void; 差异内容:inheritFreezeOptions(enabled: boolean): void; | NA | api/arkui/BuilderNode.d.ts |
| 删除API | 类名:BuilderNode; API声明:isDisposed(): boolean; 差异内容:isDisposed(): boolean; | NA | api/arkui/BuilderNode.d.ts |
| 删除API | 类名:ComponentContent; API声明:inheritFreezeOptions(enabled: boolean): void; 差异内容:inheritFreezeOptions(enabled: boolean): void; | NA | api/arkui/ComponentContent.d.ts |
| 删除API | 类名:ComponentContent; API声明:isDisposed(): boolean; 差异内容:isDisposed(): boolean; | NA | api/arkui/ComponentContent.d.ts |
| 删除API | 类名:global; API声明:declare interface InteractionEventBindingInfo 差异内容:declare interface InteractionEventBindingInfo | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:InteractionEventBindingInfo; API声明:baseEventRegistered: boolean; 差异内容:baseEventRegistered: boolean; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:InteractionEventBindingInfo; API声明:nodeEventRegistered: boolean; 差异内容:nodeEventRegistered: boolean; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:InteractionEventBindingInfo; API声明:nativeEventRegistered: boolean; 差异内容:nativeEventRegistered: boolean; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:InteractionEventBindingInfo; API声明:builtInEventRegistered: boolean; 差异内容:builtInEventRegistered: boolean; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:global; API声明:export enum UIState 差异内容:export enum UIState | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:UIState; API声明:NORMAL = 0 差异内容:NORMAL = 0 | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:UIState; API声明:PRESSED = 1 << 0 差异内容:PRESSED = 1 << 0 | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:UIState; API声明:FOCUSED = 1 << 1 差异内容:FOCUSED = 1 << 1 | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:UIState; API声明:DISABLED = 1 << 2 差异内容:DISABLED = 1 << 2 | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:UIState; API声明:SELECTED = 1 << 3 差异内容:SELECTED = 1 << 3 | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:global; API声明:declare type UIStatesChangeHandler = (node: FrameNode, currentUIStates: number) => void; 差异内容:declare type UIStatesChangeHandler = (node: FrameNode, currentUIStates: number) => void; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:moveTo(targetParent: FrameNode, index?: number): void; 差异内容:moveTo(targetParent: FrameNode, index?: number): void; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:isDisposed(): boolean; 差异内容:isDisposed(): boolean; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:getGlobalPositionOnDisplay(): Position; 差异内容:getGlobalPositionOnDisplay(): Position; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:recycle(): void; 差异内容:recycle(): void; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:reuse(): void; 差异内容:reuse(): void; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:getInteractionEventBindingInfo(eventType: EventQueryType): InteractionEventBindingInfo |undefined; 差异内容:getInteractionEventBindingInfo(eventType: EventQueryType): InteractionEventBindingInfo |undefined; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:addSupportedUIStates(uiStates: number, statesChangeHandler: UIStatesChangeHandler, excludeInner?: boolean): void; 差异内容:addSupportedUIStates(uiStates: number, statesChangeHandler: UIStatesChangeHandler, excludeInner?: boolean): void; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:removeSupportedUIStates(uiStates: number): void; 差异内容:removeSupportedUIStates(uiStates: number): void; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:createAnimation(property: AnimationPropertyType, startValue: Optional<number[]>, endValue: number[], param: AnimateParam): boolean; 差异内容:createAnimation(property: AnimationPropertyType, startValue: Optional<number[]>, endValue: number[], param: AnimateParam): boolean; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:cancelAnimations(properties: AnimationPropertyType[]): boolean; 差异内容:cancelAnimations(properties: AnimationPropertyType[]): boolean; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:FrameNode; API声明:getNodePropertyValue(property: AnimationPropertyType): number[]; 差异内容:getNodePropertyValue(property: AnimationPropertyType): number[]; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function createNode(context: UIContext, nodeType: 'XComponent', parameters: NativeXComponentParameters): XComponent; 差异内容:function createNode(context: UIContext, nodeType: 'XComponent', parameters: NativeXComponentParameters): XComponent; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function createNode(context: UIContext, nodeType: 'Checkbox'): Checkbox; 差异内容:function createNode(context: UIContext, nodeType: 'Checkbox'): Checkbox; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function createNode(context: UIContext, nodeType: 'CheckboxGroup'): CheckboxGroup; 差异内容:function createNode(context: UIContext, nodeType: 'CheckboxGroup'): CheckboxGroup; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function createNode(context: UIContext, nodeType: 'Radio'): Radio; 差异内容:function createNode(context: UIContext, nodeType: 'Radio'): Radio; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function createNode(context: UIContext, nodeType: 'Rating'): Rating; 差异内容:function createNode(context: UIContext, nodeType: 'Rating'): Rating; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function createNode(context: UIContext, nodeType: 'Select'): Select; 差异内容:function createNode(context: UIContext, nodeType: 'Select'): Select; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function createNode(context: UIContext, nodeType: 'Slider'): Slider; 差异内容:function createNode(context: UIContext, nodeType: 'Slider'): Slider; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function createNode(context: UIContext, nodeType: 'Toggle', options?: ToggleOptions): Toggle; 差异内容:function createNode(context: UIContext, nodeType: 'Toggle', options?: ToggleOptions): Toggle; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function getEvent(node: FrameNode, nodeType: 'Scroll'): UIScrollEvent |undefined; 差异内容:function getEvent(node: FrameNode, nodeType: 'Scroll'): UIScrollEvent |undefined; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function getEvent(node: FrameNode, nodeType: 'List'): UIListEvent |undefined; 差异内容:function getEvent(node: FrameNode, nodeType: 'List'): UIListEvent |undefined; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function getEvent(node: FrameNode, nodeType: 'WaterFlow'): UIWaterFlowEvent |undefined; 差异内容:function getEvent(node: FrameNode, nodeType: 'WaterFlow'): UIWaterFlowEvent |undefined; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:function getEvent(node: FrameNode, nodeType: 'Grid'): UIGridEvent |undefined; 差异内容:function getEvent(node: FrameNode, nodeType: 'Grid'): UIGridEvent |undefined; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:type Checkbox = TypedFrameNode<CheckboxInterface, CheckboxAttribute>; 差异内容:type Checkbox = TypedFrameNode<CheckboxInterface, CheckboxAttribute>; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:type CheckboxGroup = TypedFrameNode<CheckboxGroupInterface, CheckboxGroupAttribute>; 差异内容:type CheckboxGroup = TypedFrameNode<CheckboxGroupInterface, CheckboxGroupAttribute>; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:type Radio = TypedFrameNode<RadioInterface, RadioAttribute>; 差异内容:type Radio = TypedFrameNode<RadioInterface, RadioAttribute>; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:type Rating = TypedFrameNode<RatingInterface, RatingAttribute>; 差异内容:type Rating = TypedFrameNode<RatingInterface, RatingAttribute>; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:type Select = TypedFrameNode<SelectInterface, SelectAttribute>; 差异内容:type Select = TypedFrameNode<SelectInterface, SelectAttribute>; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:type Slider = TypedFrameNode<SliderInterface, SliderAttribute>; 差异内容:type Slider = TypedFrameNode<SliderInterface, SliderAttribute>; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:typeNode; API声明:type Toggle = TypedFrameNode<ToggleInterface, ToggleAttribute>; 差异内容:type Toggle = TypedFrameNode<ToggleInterface, ToggleAttribute>; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:NodeAdapter; API声明:isDisposed(): boolean; 差异内容:isDisposed(): boolean; | NA | api/arkui/FrameNode.d.ts |
| 删除API | 类名:ColorMetrics; API声明:static colorWithSpace(colorSpace: ColorSpace, red: number, green: number, blue: number, alpha?: number): ColorMetrics; 差异内容:static colorWithSpace(colorSpace: ColorSpace, red: number, green: number, blue: number, alpha?: number): ColorMetrics; | NA | api/arkui/Graphics.d.ts |
| 删除API | 类名:NodeController; API声明:onAttach?(): void; 差异内容:onAttach?(): void; | NA | api/arkui/NodeController.d.ts |
| 删除API | 类名:NodeController; API声明:onDetach?(): void; 差异内容:onDetach?(): void; | NA | api/arkui/NodeController.d.ts |
| 删除API | 类名:NodeController; API声明:onWillBind?(containerId: number): void; 差异内容:onWillBind?(containerId: number): void; | NA | api/arkui/NodeController.d.ts |
| 删除API | 类名:NodeController; API声明:onWillUnbind?(containerId: number): void; 差异内容:onWillUnbind?(containerId: number): void; | NA | api/arkui/NodeController.d.ts |
| 删除API | 类名:NodeController; API声明:onBind?(containerId: number): void; 差异内容:onBind?(containerId: number): void; | NA | api/arkui/NodeController.d.ts |
| 删除API | 类名:NodeController; API声明:onUnbind?(containerId: number): void; 差异内容:onUnbind?(containerId: number): void; | NA | api/arkui/NodeController.d.ts |
| 删除API | 类名:RenderNode; API声明:isDisposed(): boolean; 差异内容:isDisposed(): boolean; | NA | api/arkui/RenderNode.d.ts |
| 删除API | 类名:global; API声明:interface ActionSheetButtonOptions 差异内容:interface ActionSheetButtonOptions | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetButtonOptions; API声明:enabled?: boolean; 差异内容:enabled?: boolean; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetButtonOptions; API声明:defaultFocus?: boolean; 差异内容:defaultFocus?: boolean; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetButtonOptions; API声明:style?: DialogButtonStyle; 差异内容:style?: DialogButtonStyle; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetButtonOptions; API声明:value: string |Resource; 差异内容:value: string |Resource; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetButtonOptions; API声明:action: VoidCallback; 差异内容:action: VoidCallback; | NA | component/action_sheet.d.ts |
| 删除API | 类名:global; API声明:interface ActionSheetOffset 差异内容:interface ActionSheetOffset | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetOffset; API声明:dx: number |string |Resource; 差异内容:dx: number |string |Resource; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetOffset; API声明:dy: number |string |Resource; 差异内容:dy: number |string |Resource; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetOptions; API声明:onDidAppear?: Callback<void>; 差异内容:onDidAppear?: Callback<void>; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetOptions; API声明:onDidDisappear?: Callback<void>; 差异内容:onDidDisappear?: Callback<void>; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetOptions; API声明:onWillAppear?: Callback<void>; 差异内容:onWillAppear?: Callback<void>; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetOptions; API声明:onWillDisappear?: Callback<void>; 差异内容:onWillDisappear?: Callback<void>; | NA | component/action_sheet.d.ts |
| 删除API | 类名:ActionSheetOptions; API声明:levelOrder?: LevelOrder; 差异内容:levelOrder?: LevelOrder; | NA | component/action_sheet.d.ts |
| 删除API | 类名:global; API声明:declare interface AlertDialogButtonBaseOptions 差异内容:declare interface AlertDialogButtonBaseOptions | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogButtonBaseOptions; API声明:enabled?: boolean; 差异内容:enabled?: boolean; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogButtonBaseOptions; API声明:defaultFocus?: boolean; 差异内容:defaultFocus?: boolean; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogButtonBaseOptions; API声明:style?: DialogButtonStyle; 差异内容:style?: DialogButtonStyle; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogButtonBaseOptions; API声明:value: ResourceStr; 差异内容:value: ResourceStr; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogButtonBaseOptions; API声明:fontColor?: ResourceColor; 差异内容:fontColor?: ResourceColor; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogButtonBaseOptions; API声明:backgroundColor?: ResourceColor; 差异内容:backgroundColor?: ResourceColor; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogButtonBaseOptions; API声明:action: VoidCallback; 差异内容:action: VoidCallback; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:global; API声明:declare type LevelOrder = import('../api/@ohos.promptAction').LevelOrder; 差异内容:declare type LevelOrder = import('../api/@ohos.promptAction').LevelOrder; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogParam; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogParam; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogParam; API声明:onDidAppear?: Callback<void>; 差异内容:onDidAppear?: Callback<void>; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogParam; API声明:onDidDisappear?: Callback<void>; 差异内容:onDidDisappear?: Callback<void>; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogParam; API声明:onWillAppear?: Callback<void>; 差异内容:onWillAppear?: Callback<void>; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogParam; API声明:onWillDisappear?: Callback<void>; 差异内容:onWillDisappear?: Callback<void>; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:AlertDialogParam; API声明:levelOrder?: LevelOrder; 差异内容:levelOrder?: LevelOrder; | NA | component/alert_dialog.d.ts |
| 删除API | 类名:global; API声明:interface AlphabetIndexerOptions 差异内容:interface AlphabetIndexerOptions | NA | component/alphabet_indexer.d.ts |
| 删除API | 类名:AlphabetIndexerOptions; API声明:arrayValue: Array<string>; 差异内容:arrayValue: Array<string>; | NA | component/alphabet_indexer.d.ts |
| 删除API | 类名:AlphabetIndexerOptions; API声明:selected: number; 差异内容:selected: number; | NA | component/alphabet_indexer.d.ts |
| 删除API | 类名:global; API声明:declare type OnAlphabetIndexerSelectCallback = (index: number) => void; 差异内容:declare type OnAlphabetIndexerSelectCallback = (index: number) => void; | NA | component/alphabet_indexer.d.ts |
| 删除API | 类名:global; API声明:declare type OnAlphabetIndexerPopupSelectCallback = (index: number) => void; 差异内容:declare type OnAlphabetIndexerPopupSelectCallback = (index: number) => void; | NA | component/alphabet_indexer.d.ts |
| 删除API | 类名:global; API声明:declare type OnAlphabetIndexerRequestPopupDataCallback = (index: number) => Array<string>; 差异内容:declare type OnAlphabetIndexerRequestPopupDataCallback = (index: number) => Array<string>; | NA | component/alphabet_indexer.d.ts |
| 删除API | 类名:ButtonAttribute; API声明:minFontScale(scale: number |Resource): ButtonAttribute; 差异内容:minFontScale(scale: number |Resource): ButtonAttribute; | NA | component/button.d.ts |
| 删除API | 类名:ButtonAttribute; API声明:maxFontScale(scale: number |Resource): ButtonAttribute; 差异内容:maxFontScale(scale: number |Resource): ButtonAttribute; | NA | component/button.d.ts |
| 删除API | 类名:CalendarOptions; API声明:start?: Date; 差异内容:start?: Date; | NA | component/calendar_picker.d.ts |
| 删除API | 类名:CalendarOptions; API声明:end?: Date; 差异内容:end?: Date; | NA | component/calendar_picker.d.ts |
| 删除API | 类名:CalendarOptions; API声明:disabledDateRange?: DateRange[]; 差异内容:disabledDateRange?: DateRange[]; | NA | component/calendar_picker.d.ts |
| 删除API | 类名:CalendarPickerAttribute; API声明:edgeAlign(alignType: Optional<CalendarAlign>, offset?: Offset): CalendarPickerAttribute; 差异内容:edgeAlign(alignType: Optional<CalendarAlign>, offset?: Offset): CalendarPickerAttribute; | NA | component/calendar_picker.d.ts |
| 删除API | 类名:CalendarPickerAttribute; API声明:textStyle(style: Optional<PickerTextStyle>): CalendarPickerAttribute; 差异内容:textStyle(style: Optional<PickerTextStyle>): CalendarPickerAttribute; | NA | component/calendar_picker.d.ts |
| 删除API | 类名:CalendarPickerAttribute; API声明:markToday(enabled: boolean): CalendarPickerAttribute; 差异内容:markToday(enabled: boolean): CalendarPickerAttribute; | NA | component/calendar_picker.d.ts |
| 删除API | 类名:CalendarDialogOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/calendar_picker.d.ts |
| 删除API | 类名:CalendarDialogOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/calendar_picker.d.ts |
| 删除API | 类名:CalendarDialogOptions; API声明:markToday?: boolean; 差异内容:markToday?: boolean; | NA | component/calendar_picker.d.ts |
| 删除API | 类名:CanvasGradient; API声明:addColorStop(offset: number, color: string |ColorMetrics): void; 差异内容:addColorStop(offset: number, color: string |ColorMetrics): void; | NA | component/canvas.d.ts |
| 删除API | 类名:CanvasPath; API声明:roundRect(x: number, y: number, w: number, h: number, radii?: number |Array<number>): void; 差异内容:roundRect(x: number, y: number, w: number, h: number, radii?: number |Array<number>): void; | NA | component/canvas.d.ts |
| 删除API | 类名:CanvasRenderer; API声明:letterSpacing: LengthMetrics |string; 差异内容:letterSpacing: LengthMetrics |string; | NA | component/canvas.d.ts |
| 删除API | 类名:CanvasAttribute; API声明:onReady(event: VoidCallback): CanvasAttribute; 差异内容:onReady(event: VoidCallback): CanvasAttribute; | NA | component/canvas.d.ts |
| 删除API | 类名:global; API声明:declare type OnCheckboxChangeCallback = (value: boolean) => void; 差异内容:declare type OnCheckboxChangeCallback = (value: boolean) => void; | NA | component/checkbox.d.ts |
| 删除API | 类名:CheckboxAttribute; API声明:select(isSelected: Optional<boolean>): CheckboxAttribute; 差异内容:select(isSelected: Optional<boolean>): CheckboxAttribute; | NA | component/checkbox.d.ts |
| 删除API | 类名:CheckboxAttribute; API声明:selectedColor(resColor: Optional<ResourceColor>): CheckboxAttribute; 差异内容:selectedColor(resColor: Optional<ResourceColor>): CheckboxAttribute; | NA | component/checkbox.d.ts |
| 删除API | 类名:CheckboxAttribute; API声明:shape(shape: Optional<CheckBoxShape>): CheckboxAttribute; 差异内容:shape(shape: Optional<CheckBoxShape>): CheckboxAttribute; | NA | component/checkbox.d.ts |
| 删除API | 类名:CheckboxAttribute; API声明:unselectedColor(resColor: Optional<ResourceColor>): CheckboxAttribute; 差异内容:unselectedColor(resColor: Optional<ResourceColor>): CheckboxAttribute; | NA | component/checkbox.d.ts |
| 删除API | 类名:CheckboxAttribute; API声明:mark(style: Optional<MarkStyle>): CheckboxAttribute; 差异内容:mark(style: Optional<MarkStyle>): CheckboxAttribute; | NA | component/checkbox.d.ts |
| 删除API | 类名:CheckboxAttribute; API声明:contentModifier(modifier: Optional<ContentModifier<CheckBoxConfiguration>>): CheckboxAttribute; 差异内容:contentModifier(modifier: Optional<ContentModifier<CheckBoxConfiguration>>): CheckboxAttribute; | NA | component/checkbox.d.ts |
| 删除API | 类名:global; API声明:declare type OnCheckboxGroupChangeCallback = (value: CheckboxGroupResult) => void; 差异内容:declare type OnCheckboxGroupChangeCallback = (value: CheckboxGroupResult) => void; | NA | component/checkboxgroup.d.ts |
| 删除API | 类名:CheckboxGroupAttribute; API声明:selectAll(isAllSelected: Optional<boolean>): CheckboxGroupAttribute; 差异内容:selectAll(isAllSelected: Optional<boolean>): CheckboxGroupAttribute; | NA | component/checkboxgroup.d.ts |
| 删除API | 类名:CheckboxGroupAttribute; API声明:selectedColor(resColor: Optional<ResourceColor>): CheckboxGroupAttribute; 差异内容:selectedColor(resColor: Optional<ResourceColor>): CheckboxGroupAttribute; | NA | component/checkboxgroup.d.ts |
| 删除API | 类名:CheckboxGroupAttribute; API声明:unselectedColor(resColor: Optional<ResourceColor>): CheckboxGroupAttribute; 差异内容:unselectedColor(resColor: Optional<ResourceColor>): CheckboxGroupAttribute; | NA | component/checkboxgroup.d.ts |
| 删除API | 类名:CheckboxGroupAttribute; API声明:mark(style: Optional<MarkStyle>): CheckboxGroupAttribute; 差异内容:mark(style: Optional<MarkStyle>): CheckboxGroupAttribute; | NA | component/checkboxgroup.d.ts |
| 删除API | 类名:CheckboxGroupAttribute; API声明:checkboxShape(shape: Optional<CheckBoxShape>): CheckboxGroupAttribute; 差异内容:checkboxShape(shape: Optional<CheckBoxShape>): CheckboxGroupAttribute; | NA | component/checkboxgroup.d.ts |
| 删除API | 类名:global; API声明:declare type SpaceType = string |number |Resource; 差异内容:declare type SpaceType = string |number |Resource; | NA | component/column.d.ts |
| 删除API | 类名:global; API声明:interface ColumnOptions 差异内容:interface ColumnOptions | NA | component/column.d.ts |
| 删除API | 类名:ColumnOptions; API声明:space?: string |number; 差异内容:space?: string |number; | NA | component/column.d.ts |
| 删除API | 类名:global; API声明:interface ColumnOptionsV2 差异内容:interface ColumnOptionsV2 | NA | component/column.d.ts |
| 删除API | 类名:ColumnOptionsV2; API声明:space?: SpaceType; 差异内容:space?: SpaceType; | NA | component/column.d.ts |
| 删除API | 类名:global; API声明:declare type SpringLoadingContext = import('../api/@ohos.arkui.dragController').default.SpringLoadingContext; 差异内容:declare type SpringLoadingContext = import('../api/@ohos.arkui.dragController').default.SpringLoadingContext; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type DragSpringLoadingConfiguration = import('../api/@ohos.arkui.dragController').default.DragSpringLoadingConfiguration; 差异内容:declare type DragSpringLoadingConfiguration = import('../api/@ohos.arkui.dragController').default.DragSpringLoadingConfiguration; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare const ReusableV2: ClassDecorator; 差异内容:declare const ReusableV2: ClassDecorator; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type ReuseIdCallback = () => string; 差异内容:declare type ReuseIdCallback = () => string; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface ReuseOptions 差异内容:declare interface ReuseOptions | NA | component/common.d.ts |
| 删除API | 类名:ReuseOptions; API声明:reuseId?: ReuseIdCallback; 差异内容:reuseId?: ReuseIdCallback; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare enum AccessibilitySamePageMode 差异内容:declare enum AccessibilitySamePageMode | NA | component/common.d.ts |
| 删除API | 类名:AccessibilitySamePageMode; API声明:SEMI_SILENT = 0 差异内容:SEMI_SILENT = 0 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilitySamePageMode; API声明:FULL_SILENT = 1 差异内容:FULL_SILENT = 1 | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare enum AccessibilityRoleType 差异内容:declare enum AccessibilityRoleType | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:ACTION_SHEET = 0 差异内容:ACTION_SHEET = 0 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:ALERT_DIALOG = 1 差异内容:ALERT_DIALOG = 1 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:INDEXER_COMPONENT = 2 差异内容:INDEXER_COMPONENT = 2 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:BADGE_COMPONENT = 3 差异内容:BADGE_COMPONENT = 3 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:BLANK = 4 差异内容:BLANK = 4 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:BUTTON = 5 差异内容:BUTTON = 5 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:BACK_BUTTON = 6 差异内容:BACK_BUTTON = 6 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SHEET_DRAG_BAR = 7 差异内容:SHEET_DRAG_BAR = 7 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CALENDAR_PICKER = 8 差异内容:CALENDAR_PICKER = 8 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CALENDAR = 9 差异内容:CALENDAR = 9 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CANVAS = 10 差异内容:CANVAS = 10 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CANVAS_GRADIENT = 11 差异内容:CANVAS_GRADIENT = 11 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CANVAS_PATTERN = 12 差异内容:CANVAS_PATTERN = 12 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CHECKBOX = 13 差异内容:CHECKBOX = 13 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CHECKBOX_GROUP = 14 差异内容:CHECKBOX_GROUP = 14 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CIRCLE = 15 差异内容:CIRCLE = 15 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:COLUMN_SPLIT = 16 差异内容:COLUMN_SPLIT = 16 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:COLUMN = 17 差异内容:COLUMN = 17 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CANVAS_RENDERING_CONTEXT_2D = 18 差异内容:CANVAS_RENDERING_CONTEXT_2D = 18 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CHART = 19 差异内容:CHART = 19 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:COUNTER = 20 差异内容:COUNTER = 20 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:CONTAINER_MODAL = 21 差异内容:CONTAINER_MODAL = 21 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:DATA_PANEL = 22 差异内容:DATA_PANEL = 22 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:DATE_PICKER = 23 差异内容:DATE_PICKER = 23 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:DIALOG = 24 差异内容:DIALOG = 24 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:DIVIDER = 25 差异内容:DIVIDER = 25 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:DRAG_BAR = 26 差异内容:DRAG_BAR = 26 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:EFFECT_COMPONENT = 27 差异内容:EFFECT_COMPONENT = 27 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:ELLIPSE = 28 差异内容:ELLIPSE = 28 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:FLEX = 29 差异内容:FLEX = 29 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:FLOW_ITEM = 30 差异内容:FLOW_ITEM = 30 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:FORM_COMPONENT = 31 差异内容:FORM_COMPONENT = 31 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:FORM_LINK = 32 差异内容:FORM_LINK = 32 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:GAUGE = 33 差异内容:GAUGE = 33 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:GRID = 34 差异内容:GRID = 34 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:GRID_COL = 35 差异内容:GRID_COL = 35 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:GRID_CONTAINER = 36 差异内容:GRID_CONTAINER = 36 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:GRID_ITEM = 37 差异内容:GRID_ITEM = 37 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:GRID_ROW = 38 差异内容:GRID_ROW = 38 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:HYPERLINK = 39 差异内容:HYPERLINK = 39 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:IMAGE = 40 差异内容:IMAGE = 40 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:IMAGE_ANIMATOR = 41 差异内容:IMAGE_ANIMATOR = 41 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:IMAGE_BITMAP = 42 差异内容:IMAGE_BITMAP = 42 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:IMAGE_DATA = 43 差异内容:IMAGE_DATA = 43 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:IMAGE_SPAN = 44 差异内容:IMAGE_SPAN = 44 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:LABEL = 45 差异内容:LABEL = 45 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:LINE = 46 差异内容:LINE = 46 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:LIST = 47 差异内容:LIST = 47 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:LIST_ITEM = 48 差异内容:LIST_ITEM = 48 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:LIST_ITEM_GROUP = 49 差异内容:LIST_ITEM_GROUP = 49 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:LOADING_PROGRESS = 50 差异内容:LOADING_PROGRESS = 50 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:MARQUEE = 51 差异内容:MARQUEE = 51 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:MATRIX2D = 52 差异内容:MATRIX2D = 52 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:MENU = 53 差异内容:MENU = 53 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:MENU_ITEM = 54 差异内容:MENU_ITEM = 54 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:MENU_ITEM_GROUP = 55 差异内容:MENU_ITEM_GROUP = 55 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:NAV_DESTINATION = 56 差异内容:NAV_DESTINATION = 56 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:NAV_ROUTER = 57 差异内容:NAV_ROUTER = 57 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:NAVIGATION = 58 差异内容:NAVIGATION = 58 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:NAVIGATION_BAR = 59 差异内容:NAVIGATION_BAR = 59 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:NAVIGATION_MENU = 60 差异内容:NAVIGATION_MENU = 60 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:NAVIGATOR = 61 差异内容:NAVIGATOR = 61 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:OFFSCREEN_CANVAS = 62 差异内容:OFFSCREEN_CANVAS = 62 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:OFFSCREEN_CANVAS_RENDERING_CONTEXT2D = 63 差异内容:OFFSCREEN_CANVAS_RENDERING_CONTEXT2D = 63 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:OPTION = 64 差异内容:OPTION = 64 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:PANEL = 65 差异内容:PANEL = 65 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:PAPER_PAGE = 66 差异内容:PAPER_PAGE = 66 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:PATH = 67 差异内容:PATH = 67 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:PATH2D = 68 差异内容:PATH2D = 68 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:PATTERN_LOCK = 69 差异内容:PATTERN_LOCK = 69 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:PICKER = 70 差异内容:PICKER = 70 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:PICKER_VIEW = 71 差异内容:PICKER_VIEW = 71 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:PLUGIN_COMPONENT = 72 差异内容:PLUGIN_COMPONENT = 72 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:POLYGON = 73 差异内容:POLYGON = 73 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:POLYLINE = 74 差异内容:POLYLINE = 74 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:POPUP = 75 差异内容:POPUP = 75 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:PROGRESS = 76 差异内容:PROGRESS = 76 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:QRCODE = 77 差异内容:QRCODE = 77 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:RADIO = 78 差异内容:RADIO = 78 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:RATING = 79 差异内容:RATING = 79 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:RECT = 80 差异内容:RECT = 80 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:REFRESH = 81 差异内容:REFRESH = 81 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:RELATIVE_CONTAINER = 82 差异内容:RELATIVE_CONTAINER = 82 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:REMOTE_WINDOW = 83 差异内容:REMOTE_WINDOW = 83 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:RICH_EDITOR = 84 差异内容:RICH_EDITOR = 84 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:RICH_TEXT = 85 差异内容:RICH_TEXT = 85 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:ROLE_PAGER = 86 差异内容:ROLE_PAGER = 86 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:ROW = 87 差异内容:ROW = 87 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:ROW_SPLIT = 88 差异内容:ROW_SPLIT = 88 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SCROLL = 89 差异内容:SCROLL = 89 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SCROLL_BAR = 90 差异内容:SCROLL_BAR = 90 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SEARCH = 91 差异内容:SEARCH = 91 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SEARCH_FIELD = 92 差异内容:SEARCH_FIELD = 92 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SELECT = 93 差异内容:SELECT = 93 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SHAPE = 94 差异内容:SHAPE = 94 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SIDEBAR_CONTAINER = 95 差异内容:SIDEBAR_CONTAINER = 95 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SLIDER = 96 差异内容:SLIDER = 96 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SPAN = 97 差异内容:SPAN = 97 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:STACK = 98 差异内容:STACK = 98 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:STEPPER = 99 差异内容:STEPPER = 99 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:STEPPER_ITEM = 100 差异内容:STEPPER_ITEM = 100 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SWIPER = 101 差异内容:SWIPER = 101 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SWIPER_INDICATOR = 102 差异内容:SWIPER_INDICATOR = 102 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SWITCH = 103 差异内容:SWITCH = 103 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:SYMBOL_GLYPH = 104 差异内容:SYMBOL_GLYPH = 104 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TAB_CONTENT = 105 差异内容:TAB_CONTENT = 105 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TAB_BAR = 106 差异内容:TAB_BAR = 106 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TABS = 107 差异内容:TABS = 107 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TEXT = 108 差异内容:TEXT = 108 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TEXT_CLOCK = 109 差异内容:TEXT_CLOCK = 109 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TEXT_ENTRY = 110 差异内容:TEXT_ENTRY = 110 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TEXT_INPUT = 111 差异内容:TEXT_INPUT = 111 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TEXT_PICKER = 112 差异内容:TEXT_PICKER = 112 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TEXT_TIMER = 113 差异内容:TEXT_TIMER = 113 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TEXT_AREA = 114 差异内容:TEXT_AREA = 114 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TEXT_FIELD = 115 差异内容:TEXT_FIELD = 115 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TIME_PICKER = 116 差异内容:TIME_PICKER = 116 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TITLE_BAR = 117 差异内容:TITLE_BAR = 117 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:TOGGLER = 118 差异内容:TOGGLER = 118 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:UI_EXTENSION_COMPONENT = 119 差异内容:UI_EXTENSION_COMPONENT = 119 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:VIDEO = 120 差异内容:VIDEO = 120 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:WATER_FLOW = 121 差异内容:WATER_FLOW = 121 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:WEB = 122 差异内容:WEB = 122 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:XCOMPONENT = 123 差异内容:XCOMPONENT = 123 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityRoleType; API声明:ROLE_NONE = 124 差异内容:ROLE_NONE = 124 | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type AccessibilityFocusCallback = (isFocus: boolean) => void; 差异内容:declare type AccessibilityFocusCallback = (isFocus: boolean) => void; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare enum AccessibilityAction 差异内容:declare enum AccessibilityAction | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityAction; API声明:UNDEFINED_ACTION = 0 差异内容:UNDEFINED_ACTION = 0 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityAction; API声明:ACCESSIBILITY_CLICK = 1 差异内容:ACCESSIBILITY_CLICK = 1 | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare enum AccessibilityActionInterceptResult 差异内容:declare enum AccessibilityActionInterceptResult | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityActionInterceptResult; API声明:ACTION_INTERCEPT = 0 差异内容:ACTION_INTERCEPT = 0 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityActionInterceptResult; API声明:ACTION_CONTINUE = 1 差异内容:ACTION_CONTINUE = 1 | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityActionInterceptResult; API声明:ACTION_RISE = 2 差异内容:ACTION_RISE = 2 | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type AccessibilityActionInterceptCallback = (action: AccessibilityAction) => AccessibilityActionInterceptResult; 差异内容:declare type AccessibilityActionInterceptCallback = (action: AccessibilityAction) => AccessibilityActionInterceptResult; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface LinearGradientOptions 差异内容:declare interface LinearGradientOptions | NA | component/common.d.ts |
| 删除API | 类名:LinearGradientOptions; API声明:angle?: number |string; 差异内容:angle?: number |string; | NA | component/common.d.ts |
| 删除API | 类名:LinearGradientOptions; API声明:direction?: GradientDirection; 差异内容:direction?: GradientDirection; | NA | component/common.d.ts |
| 删除API | 类名:LinearGradientOptions; API声明:colors: Array<[ ResourceColor, number ]>; 差异内容:colors: Array<[ ResourceColor, number ]>; | NA | component/common.d.ts |
| 删除API | 类名:LinearGradientOptions; API声明:repeating?: boolean; 差异内容:repeating?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface SweepGradientOptions 差异内容:declare interface SweepGradientOptions | NA | component/common.d.ts |
| 删除API | 类名:SweepGradientOptions; API声明:center: [ Length, Length ]; 差异内容:center: [ Length, Length ]; | NA | component/common.d.ts |
| 删除API | 类名:SweepGradientOptions; API声明:start?: number |string; 差异内容:start?: number |string; | NA | component/common.d.ts |
| 删除API | 类名:SweepGradientOptions; API声明:end?: number |string; 差异内容:end?: number |string; | NA | component/common.d.ts |
| 删除API | 类名:SweepGradientOptions; API声明:rotation?: number |string; 差异内容:rotation?: number |string; | NA | component/common.d.ts |
| 删除API | 类名:SweepGradientOptions; API声明:colors: Array<[ ResourceColor, number ]>; 差异内容:colors: Array<[ ResourceColor, number ]>; | NA | component/common.d.ts |
| 删除API | 类名:SweepGradientOptions; API声明:metricsColors?: Array<[ ColorMetrics, number ]>; 差异内容:metricsColors?: Array<[ ColorMetrics, number ]>; | NA | component/common.d.ts |
| 删除API | 类名:SweepGradientOptions; API声明:repeating?: boolean; 差异内容:repeating?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface RadialGradientOptions 差异内容:declare interface RadialGradientOptions | NA | component/common.d.ts |
| 删除API | 类名:RadialGradientOptions; API声明:center: [ Length, Length ]; 差异内容:center: [ Length, Length ]; | NA | component/common.d.ts |
| 删除API | 类名:RadialGradientOptions; API声明:radius: Length; 差异内容:radius: Length; | NA | component/common.d.ts |
| 删除API | 类名:RadialGradientOptions; API声明:colors: Array<[ ResourceColor, number ]>; 差异内容:colors: Array<[ ResourceColor, number ]>; | NA | component/common.d.ts |
| 删除API | 类名:RadialGradientOptions; API声明:repeating?: boolean; 差异内容:repeating?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface RotateAngleOptions 差异内容:declare interface RotateAngleOptions | NA | component/common.d.ts |
| 删除API | 类名:RotateAngleOptions; API声明:angleX?: number |string; 差异内容:angleX?: number |string; | NA | component/common.d.ts |
| 删除API | 类名:RotateAngleOptions; API声明:angleY?: number |string; 差异内容:angleY?: number |string; | NA | component/common.d.ts |
| 删除API | 类名:RotateAngleOptions; API声明:angleZ?: number |string; 差异内容:angleZ?: number |string; | NA | component/common.d.ts |
| 删除API | 类名:RotateAngleOptions; API声明:centerX?: number |string; 差异内容:centerX?: number |string; | NA | component/common.d.ts |
| 删除API | 类名:RotateAngleOptions; API声明:centerY?: number |string; 差异内容:centerY?: number |string; | NA | component/common.d.ts |
| 删除API | 类名:RotateAngleOptions; API声明:centerZ?: number; 差异内容:centerZ?: number; | NA | component/common.d.ts |
| 删除API | 类名:RotateAngleOptions; API声明:perspective?: number; 差异内容:perspective?: number; | NA | component/common.d.ts |
| 删除API | 类名:DrawModifier; API声明:drawForeground(drawContext: DrawContext): void; 差异内容:drawForeground(drawContext: DrawContext): void; | NA | component/common.d.ts |
| 删除API | 类名:PreDragStatus; API声明:PREPARING_FOR_DRAG_DETECTION = 7 差异内容:PREPARING_FOR_DRAG_DETECTION = 7 | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface SystemAdaptiveOptions 差异内容:declare interface SystemAdaptiveOptions | NA | component/common.d.ts |
| 删除API | 类名:SystemAdaptiveOptions; API声明:disableSystemAdaptation?: boolean; 差异内容:disableSystemAdaptation?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:LayoutSafeAreaEdge; API声明:START = 2 差异内容:START = 2 | NA | component/common.d.ts |
| 删除API | 类名:LayoutSafeAreaEdge; API声明:END = 3 差异内容:END = 3 | NA | component/common.d.ts |
| 删除API | 类名:LayoutSafeAreaEdge; API声明:VERTICAL = 4 差异内容:VERTICAL = 4 | NA | component/common.d.ts |
| 删除API | 类名:LayoutSafeAreaEdge; API声明:HORIZONTAL = 5 差异内容:HORIZONTAL = 5 | NA | component/common.d.ts |
| 删除API | 类名:LayoutSafeAreaEdge; API声明:ALL = 6 差异内容:ALL = 6 | NA | component/common.d.ts |
| 删除API | 类名:BaseEvent; API声明:rollAngle?: number; 差异内容:rollAngle?: number; | NA | component/common.d.ts |
| 删除API | 类名:LayoutPolicy; API声明:static readonly wrapContent: LayoutPolicy; 差异内容:static readonly wrapContent: LayoutPolicy; | NA | component/common.d.ts |
| 删除API | 类名:LayoutPolicy; API声明:static readonly fixAtIdealSize: LayoutPolicy; 差异内容:static readonly fixAtIdealSize: LayoutPolicy; | NA | component/common.d.ts |
| 删除API | 类名:ClickEvent; API声明:globalDisplayX?: number; 差异内容:globalDisplayX?: number; | NA | component/common.d.ts |
| 删除API | 类名:ClickEvent; API声明:globalDisplayY?: number; 差异内容:globalDisplayY?: number; | NA | component/common.d.ts |
| 删除API | 类名:HoverEvent; API声明:globalDisplayX?: number; 差异内容:globalDisplayX?: number; | NA | component/common.d.ts |
| 删除API | 类名:HoverEvent; API声明:globalDisplayY?: number; 差异内容:globalDisplayY?: number; | NA | component/common.d.ts |
| 删除API | 类名:MouseEvent; API声明:globalDisplayX?: number; 差异内容:globalDisplayX?: number; | NA | component/common.d.ts |
| 删除API | 类名:MouseEvent; API声明:globalDisplayY?: number; 差异内容:globalDisplayY?: number; | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityHoverEvent; API声明:globalDisplayX?: number; 差异内容:globalDisplayX?: number; | NA | component/common.d.ts |
| 删除API | 类名:AccessibilityHoverEvent; API声明:globalDisplayY?: number; 差异内容:globalDisplayY?: number; | NA | component/common.d.ts |
| 删除API | 类名:TouchObject; API声明:globalDisplayX?: number; 差异内容:globalDisplayX?: number; | NA | component/common.d.ts |
| 删除API | 类名:TouchObject; API声明:globalDisplayY?: number; 差异内容:globalDisplayY?: number; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface AxisEvent 差异内容:declare interface AxisEvent | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:action: AxisAction; 差异内容:action: AxisAction; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:globalDisplayX?: number; 差异内容:globalDisplayX?: number; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:globalDisplayY?: number; 差异内容:globalDisplayY?: number; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:displayX: number; 差异内容:displayX: number; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:displayY: number; 差异内容:displayY: number; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:windowX: number; 差异内容:windowX: number; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:windowY: number; 差异内容:windowY: number; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:x: number; 差异内容:x: number; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:y: number; 差异内容:y: number; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:scrollStep?: number; 差异内容:scrollStep?: number; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:propagation: Callback<void>; 差异内容:propagation: Callback<void>; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:getHorizontalAxisValue(): number; 差异内容:getHorizontalAxisValue(): number; | NA | component/common.d.ts |
| 删除API | 类名:AxisEvent; API声明:getVerticalAxisValue(): number; 差异内容:getVerticalAxisValue(): number; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type TouchTestDoneCallback = (event: BaseGestureEvent, recognizers: Array<GestureRecognizer>) => void; 差异内容:declare type TouchTestDoneCallback = (event: BaseGestureEvent, recognizers: Array<GestureRecognizer>) => void; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type DataLoadParams = import('../api/@ohos.data.unifiedDataChannel').default.DataLoadParams; 差异内容:declare type DataLoadParams = import('../api/@ohos.data.unifiedDataChannel').default.DataLoadParams; | NA | component/common.d.ts |
| 删除API | 类名:DragEvent; API声明:getGlobalDisplayX(): number; 差异内容:getGlobalDisplayX(): number; | NA | component/common.d.ts |
| 删除API | 类名:DragEvent; API声明:getGlobalDisplayY(): number; 差异内容:getGlobalDisplayY(): number; | NA | component/common.d.ts |
| 删除API | 类名:DragEvent; API声明:executeDropAnimation(customDropAnimation: Callback<void>): void; 差异内容:executeDropAnimation(customDropAnimation: Callback<void>): void; | NA | component/common.d.ts |
| 删除API | 类名:DragEvent; API声明:getDragSource(): string; 差异内容:getDragSource(): string; | NA | component/common.d.ts |
| 删除API | 类名:DragEvent; API声明:isRemote(): boolean; 差异内容:isRemote(): boolean; | NA | component/common.d.ts |
| 删除API | 类名:DragEvent; API声明:getDisplayId(): number; 差异内容:getDisplayId(): number; | NA | component/common.d.ts |
| 删除API | 类名:DragEvent; API声明:setDataLoadParams(dataLoadParams: DataLoadParams): void; 差异内容:setDataLoadParams(dataLoadParams: DataLoadParams): void; | NA | component/common.d.ts |
| 删除API | 类名:KeyEvent; API声明:isNumLockOn?: boolean; 差异内容:isNumLockOn?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:KeyEvent; API声明:isCapsLockOn?: boolean; 差异内容:isCapsLockOn?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:KeyEvent; API声明:isScrollLockOn?: boolean; 差异内容:isScrollLockOn?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface CrownEvent 差异内容:declare interface CrownEvent | NA | component/common.d.ts |
| 删除API | 类名:CrownEvent; API声明:timestamp: number; 差异内容:timestamp: number; | NA | component/common.d.ts |
| 删除API | 类名:CrownEvent; API声明:angularVelocity: number; 差异内容:angularVelocity: number; | NA | component/common.d.ts |
| 删除API | 类名:CrownEvent; API声明:degree: number; 差异内容:degree: number; | NA | component/common.d.ts |
| 删除API | 类名:CrownEvent; API声明:action: CrownAction; 差异内容:action: CrownAction; | NA | component/common.d.ts |
| 删除API | 类名:CrownEvent; API声明:stopPropagation: Callback<void>; 差异内容:stopPropagation: Callback<void>; | NA | component/common.d.ts |
| 删除API | 类名:ContentCoverOptions; API声明:enableSafeArea?: boolean; 差异内容:enableSafeArea?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:SheetType; API声明:SIDE = 3 差异内容:SIDE = 3 | NA | component/common.d.ts |
| 删除API | 类名:SheetType; API声明:CONTENT_COVER = 4 差异内容:CONTENT_COVER = 4 | NA | component/common.d.ts |
| 删除API | 类名:SheetKeyboardAvoidMode; API声明:POPUP_SHEET = 4 差异内容:POPUP_SHEET = 4 | NA | component/common.d.ts |
| 删除API | 类名:SheetOptions; API声明:enableFloatingDragBar?: boolean; 差异内容:enableFloatingDragBar?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:SheetOptions; API声明:modalTransition?: ModalTransition; 差异内容:modalTransition?: ModalTransition; | NA | component/common.d.ts |
| 删除API | 类名:SheetOptions; API声明:effectEdge?: number; 差异内容:effectEdge?: number; | NA | component/common.d.ts |
| 删除API | 类名:SheetOptions; API声明:showInSubWindow?: boolean; 差异内容:showInSubWindow?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:SheetOptions; API声明:placement?: Placement; 差异内容:placement?: Placement; | NA | component/common.d.ts |
| 删除API | 类名:SheetOptions; API声明:placementOnTarget?: boolean; 差异内容:placementOnTarget?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:DismissReason; API声明:SLIDE = 4 差异内容:SLIDE = 4 | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface PopupStateChangeParam 差异内容:declare interface PopupStateChangeParam | NA | component/common.d.ts |
| 删除API | 类名:PopupStateChangeParam; API声明:isVisible: boolean; 差异内容:isVisible: boolean; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type PopupStateChangeCallback = (event: PopupStateChangeParam) => void; 差异内容:declare type PopupStateChangeCallback = (event: PopupStateChangeParam) => void; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface PopupMaskType 差异内容:declare interface PopupMaskType | NA | component/common.d.ts |
| 删除API | 类名:PopupMaskType; API声明:color: ResourceColor; 差异内容:color: ResourceColor; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface PopupBorderLinearGradient 差异内容:declare interface PopupBorderLinearGradient | NA | component/common.d.ts |
| 删除API | 类名:PopupBorderLinearGradient; API声明:direction?: GradientDirection; 差异内容:direction?: GradientDirection; | NA | component/common.d.ts |
| 删除API | 类名:PopupBorderLinearGradient; API声明:colors: Array<[ ResourceColor, number ]>; 差异内容:colors: Array<[ ResourceColor, number ]>; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface PopupCommonOptions 差异内容:declare interface PopupCommonOptions | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:placement?: Placement; 差异内容:placement?: Placement; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:popupColor?: ResourceColor; 差异内容:popupColor?: ResourceColor; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:enableArrow?: boolean; 差异内容:enableArrow?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:autoCancel?: boolean; 差异内容:autoCancel?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:onStateChange?: PopupStateChangeCallback; 差异内容:onStateChange?: PopupStateChangeCallback; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:arrowOffset?: Length; 差异内容:arrowOffset?: Length; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:showInSubWindow?: boolean; 差异内容:showInSubWindow?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:mask?: boolean |PopupMaskType; 差异内容:mask?: boolean |PopupMaskType; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:targetSpace?: Length; 差异内容:targetSpace?: Length; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:offset?: Position; 差异内容:offset?: Position; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:width?: Dimension; 差异内容:width?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:arrowPointPosition?: ArrowPointPosition; 差异内容:arrowPointPosition?: ArrowPointPosition; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:arrowWidth?: Dimension; 差异内容:arrowWidth?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:arrowHeight?: Dimension; 差异内容:arrowHeight?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:radius?: Dimension; 差异内容:radius?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:shadow?: ShadowOptions |ShadowStyle; 差异内容:shadow?: ShadowOptions |ShadowStyle; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:backgroundBlurStyle?: BlurStyle; 差异内容:backgroundBlurStyle?: BlurStyle; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:focusable?: boolean; 差异内容:focusable?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:transition?: TransitionEffect; 差异内容:transition?: TransitionEffect; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:onWillDismiss?: boolean |Callback<DismissPopupAction>; 差异内容:onWillDismiss?: boolean |Callback<DismissPopupAction>; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:enableHoverMode?: boolean; 差异内容:enableHoverMode?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:followTransformOfTarget?: boolean; 差异内容:followTransformOfTarget?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:avoidTarget?: AvoidanceMode; 差异内容:avoidTarget?: AvoidanceMode; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:outlineWidth?: Dimension; 差异内容:outlineWidth?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:borderWidth?: Dimension; 差异内容:borderWidth?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:outlineLinearGradient?: PopupBorderLinearGradient; 差异内容:outlineLinearGradient?: PopupBorderLinearGradient; | NA | component/common.d.ts |
| 删除API | 类名:PopupCommonOptions; API声明:borderLinearGradient?: PopupBorderLinearGradient; 差异内容:borderLinearGradient?: PopupBorderLinearGradient; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface TipsOptions 差异内容:declare interface TipsOptions | NA | component/common.d.ts |
| 删除API | 类名:TipsOptions; API声明:appearingTime?: number; 差异内容:appearingTime?: number; | NA | component/common.d.ts |
| 删除API | 类名:TipsOptions; API声明:disappearingTime?: number; 差异内容:disappearingTime?: number; | NA | component/common.d.ts |
| 删除API | 类名:TipsOptions; API声明:appearingTimeWithContinuousOperation?: number; 差异内容:appearingTimeWithContinuousOperation?: number; | NA | component/common.d.ts |
| 删除API | 类名:TipsOptions; API声明:disappearingTimeWithContinuousOperation?: number; 差异内容:disappearingTimeWithContinuousOperation?: number; | NA | component/common.d.ts |
| 删除API | 类名:TipsOptions; API声明:enableArrow?: boolean; 差异内容:enableArrow?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:TipsOptions; API声明:arrowPointPosition?: ArrowPointPosition; 差异内容:arrowPointPosition?: ArrowPointPosition; | NA | component/common.d.ts |
| 删除API | 类名:TipsOptions; API声明:arrowWidth?: Dimension; 差异内容:arrowWidth?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:TipsOptions; API声明:arrowHeight?: Dimension; 差异内容:arrowHeight?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:TipsOptions; API声明:showAtAnchor?: TipsAnchorType; 差异内容:showAtAnchor?: TipsAnchorType; | NA | component/common.d.ts |
| 删除API | 类名:PopupOptions; API声明:enableHoverMode?: boolean; 差异内容:enableHoverMode?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:PopupOptions; API声明:avoidTarget?: AvoidanceMode; 差异内容:avoidTarget?: AvoidanceMode; | NA | component/common.d.ts |
| 删除API | 类名:PopupOptions; API声明:outlineWidth?: Dimension; 差异内容:outlineWidth?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:PopupOptions; API声明:borderWidth?: Dimension; 差异内容:borderWidth?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:PopupOptions; API声明:outlineLinearGradient?: PopupBorderLinearGradient; 差异内容:outlineLinearGradient?: PopupBorderLinearGradient; | NA | component/common.d.ts |
| 删除API | 类名:PopupOptions; API声明:borderLinearGradient?: PopupBorderLinearGradient; 差异内容:borderLinearGradient?: PopupBorderLinearGradient; | NA | component/common.d.ts |
| 删除API | 类名:CustomPopupOptions; API声明:enableHoverMode?: boolean; 差异内容:enableHoverMode?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:CustomPopupOptions; API声明:avoidTarget?: AvoidanceMode; 差异内容:avoidTarget?: AvoidanceMode; | NA | component/common.d.ts |
| 删除API | 类名:CustomPopupOptions; API声明:outlineWidth?: Dimension; 差异内容:outlineWidth?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:CustomPopupOptions; API声明:borderWidth?: Dimension; 差异内容:borderWidth?: Dimension; | NA | component/common.d.ts |
| 删除API | 类名:CustomPopupOptions; API声明:outlineLinearGradient?: PopupBorderLinearGradient; 差异内容:outlineLinearGradient?: PopupBorderLinearGradient; | NA | component/common.d.ts |
| 删除API | 类名:CustomPopupOptions; API声明:borderLinearGradient?: PopupBorderLinearGradient; 差异内容:borderLinearGradient?: PopupBorderLinearGradient; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuAnimationOptions; API声明:hoverScaleInterruption?: boolean; 差异内容:hoverScaleInterruption?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:type BorderRadiusType = Length |BorderRadiuses |LocalizedBorderRadiuses; 差异内容:type BorderRadiusType = Length |BorderRadiuses |LocalizedBorderRadiuses; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare enum HapticFeedbackMode 差异内容:declare enum HapticFeedbackMode | NA | component/common.d.ts |
| 删除API | 类名:HapticFeedbackMode; API声明:DISABLED = 0 差异内容:DISABLED = 0 | NA | component/common.d.ts |
| 删除API | 类名:HapticFeedbackMode; API声明:ENABLED = 1 差异内容:ENABLED = 1 | NA | component/common.d.ts |
| 删除API | 类名:HapticFeedbackMode; API声明:AUTO = 2 差异内容:AUTO = 2 | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare enum ModalMode 差异内容:declare enum ModalMode | NA | component/common.d.ts |
| 删除API | 类名:ModalMode; API声明:AUTO = 0 差异内容:AUTO = 0 | NA | component/common.d.ts |
| 删除API | 类名:ModalMode; API声明:NONE = 1 差异内容:NONE = 1 | NA | component/common.d.ts |
| 删除API | 类名:ModalMode; API声明:TARGET_WINDOW = 2 差异内容:TARGET_WINDOW = 2 | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface MenuMaskType 差异内容:declare interface MenuMaskType | NA | component/common.d.ts |
| 删除API | 类名:MenuMaskType; API声明:color?: ResourceColor; 差异内容:color?: ResourceColor; | NA | component/common.d.ts |
| 删除API | 类名:MenuMaskType; API声明:backgroundBlurStyle?: BlurStyle; 差异内容:backgroundBlurStyle?: BlurStyle; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare enum PreviewScaleMode 差异内容:declare enum PreviewScaleMode | NA | component/common.d.ts |
| 删除API | 类名:PreviewScaleMode; API声明:AUTO = 0 差异内容:AUTO = 0 | NA | component/common.d.ts |
| 删除API | 类名:PreviewScaleMode; API声明:CONSTANT = 1 差异内容:CONSTANT = 1 | NA | component/common.d.ts |
| 删除API | 类名:PreviewScaleMode; API声明:MAINTAIN = 2 差异内容:MAINTAIN = 2 | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare enum AvailableLayoutArea 差异内容:declare enum AvailableLayoutArea | NA | component/common.d.ts |
| 删除API | 类名:AvailableLayoutArea; API声明:SAFE_AREA = 0 差异内容:SAFE_AREA = 0 | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:previewBorderRadius?: BorderRadiusType; 差异内容:previewBorderRadius?: BorderRadiusType; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:enableHoverMode?: boolean; 差异内容:enableHoverMode?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:outlineColor?: ResourceColor |EdgeColors; 差异内容:outlineColor?: ResourceColor |EdgeColors; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:outlineWidth?: Dimension |EdgeOutlineWidths; 差异内容:outlineWidth?: Dimension |EdgeOutlineWidths; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:hapticFeedbackMode?: HapticFeedbackMode; 差异内容:hapticFeedbackMode?: HapticFeedbackMode; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:mask?: boolean |MenuMaskType; 差异内容:mask?: boolean |MenuMaskType; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:modalMode?: ModalMode; 差异内容:modalMode?: ModalMode; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:onDidAppear?: Callback<void>; 差异内容:onDidAppear?: Callback<void>; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:onDidDisappear?: Callback<void>; 差异内容:onDidDisappear?: Callback<void>; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:onWillAppear?: Callback<void>; 差异内容:onWillAppear?: Callback<void>; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:onWillDisappear?: Callback<void>; 差异内容:onWillDisappear?: Callback<void>; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:previewScaleMode?: PreviewScaleMode; 差异内容:previewScaleMode?: PreviewScaleMode; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:availableLayoutArea?: AvailableLayoutArea; 差异内容:availableLayoutArea?: AvailableLayoutArea; | NA | component/common.d.ts |
| 删除API | 类名:ContextMenuOptions; API声明:anchorPosition?: Position; 差异内容:anchorPosition?: Position; | NA | component/common.d.ts |
| 删除API | 类名:DragPreviewMode; API声明:ENABLE_DRAG_ITEM_GRAY_EFFECT = 5 差异内容:ENABLE_DRAG_ITEM_GRAY_EFFECT = 5 | NA | component/common.d.ts |
| 删除API | 类名:DragPreviewMode; API声明:ENABLE_MULTI_TILE_EFFECT = 6 差异内容:ENABLE_MULTI_TILE_EFFECT = 6 | NA | component/common.d.ts |
| 删除API | 类名:DragPreviewMode; API声明:ENABLE_TOUCH_POINT_CALCULATION_BASED_ON_FINAL_PREVIEW = 7 差异内容:ENABLE_TOUCH_POINT_CALCULATION_BASED_ON_FINAL_PREVIEW = 7 | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare enum DraggingSizeChangeEffect 差异内容:declare enum DraggingSizeChangeEffect | NA | component/common.d.ts |
| 删除API | 类名:DraggingSizeChangeEffect; API声明:DEFAULT = 0 差异内容:DEFAULT = 0 | NA | component/common.d.ts |
| 删除API | 类名:DraggingSizeChangeEffect; API声明:SIZE_TRANSITION = 1 差异内容:SIZE_TRANSITION = 1 | NA | component/common.d.ts |
| 删除API | 类名:DraggingSizeChangeEffect; API声明:SIZE_CONTENT_TRANSITION = 2 差异内容:SIZE_CONTENT_TRANSITION = 2 | NA | component/common.d.ts |
| 删除API | 类名:DragPreviewOptions; API声明:sizeChangeEffect?: DraggingSizeChangeEffect; 差异内容:sizeChangeEffect?: DraggingSizeChangeEffect; | NA | component/common.d.ts |
| 删除API | 类名:DragInteractionOptions; API声明:enableHapticFeedback?: boolean; 差异内容:enableHapticFeedback?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:DragInteractionOptions; API声明:enableEdgeAutoScroll?: boolean; 差异内容:enableEdgeAutoScroll?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type TipsMessageType = ResourceStr |StyledString; 差异内容:declare type TipsMessageType = ResourceStr |StyledString; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type Matrix4Transit = import('../api/@ohos.matrix4').default.Matrix4Transit; 差异内容:declare type Matrix4Transit = import('../api/@ohos.matrix4').default.Matrix4Transit; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:interface BackgroundImageOptions 差异内容:interface BackgroundImageOptions | NA | component/common.d.ts |
| 删除API | 类名:BackgroundImageOptions; API声明:syncLoad?: boolean; 差异内容:syncLoad?: boolean; | NA | component/common.d.ts |
| 删除API | 类名:BackgroundImageOptions; API声明:repeat?: ImageRepeat; 差异内容:repeat?: ImageRepeat; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface BackgroundOptions 差异内容:declare interface BackgroundOptions | NA | component/common.d.ts |
| 删除API | 类名:BackgroundOptions; API声明:align?: Alignment; 差异内容:align?: Alignment; | NA | component/common.d.ts |
| 删除API | 类名:BackgroundOptions; API声明:ignoresLayoutSafeAreaEdges?: Array<LayoutSafeAreaEdge>; 差异内容:ignoresLayoutSafeAreaEdges?: Array<LayoutSafeAreaEdge>; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:ignoreLayoutSafeArea(types?: Array<LayoutSafeAreaType>, edges?: Array<LayoutSafeAreaEdge>): T; 差异内容:ignoreLayoutSafeArea(types?: Array<LayoutSafeAreaType>, edges?: Array<LayoutSafeAreaEdge>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:backgroundColor(color: Optional<ResourceColor>): T; 差异内容:backgroundColor(color: Optional<ResourceColor>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:backgroundColor(color: Optional<ResourceColor |ColorMetrics>): T; 差异内容:backgroundColor(color: Optional<ResourceColor |ColorMetrics>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:backgroundImage(src: ResourceStr |PixelMap, options?: BackgroundImageOptions): T; 差异内容:backgroundImage(src: ResourceStr |PixelMap, options?: BackgroundImageOptions): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:onAccessibilityHoverTransparent(callback: AccessibilityTransparentCallback): T; 差异内容:onAccessibilityHoverTransparent(callback: AccessibilityTransparentCallback): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:onDigitalCrown(handler: Optional<Callback<CrownEvent>>): T; 差异内容:onDigitalCrown(handler: Optional<Callback<CrownEvent>>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:onAxisEvent(event: Callback<AxisEvent>): T; 差异内容:onAxisEvent(event: Callback<AxisEvent>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:nextFocus(nextStep: Optional<FocusMovement>): T; 差异内容:nextFocus(nextStep: Optional<FocusMovement>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:invert(options: Optional<number |InvertOptions>): T; 差异内容:invert(options: Optional<number |InvertOptions>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:rotate(options: Optional<RotateOptions>): T; 差异内容:rotate(options: Optional<RotateOptions>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:rotate(options: Optional<RotateOptions |RotateAngleOptions>): T; 差异内容:rotate(options: Optional<RotateOptions |RotateAngleOptions>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:transform3D(transform: Optional<Matrix4Transit>): T; 差异内容:transform3D(transform: Optional<Matrix4Transit>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:layoutGravity(alignment: LocalizedAlignment): T; 差异内容:layoutGravity(alignment: LocalizedAlignment): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:clickEffect(effect: Optional<ClickEffect |null>): T; 差异内容:clickEffect(effect: Optional<ClickEffect |null>): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:toolbar(value: CustomBuilder): T; 差异内容:toolbar(value: CustomBuilder): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:bindTips(message: TipsMessageType, options?: TipsOptions): T; 差异内容:bindTips(message: TipsMessageType, options?: TipsOptions): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:onVisibleAreaApproximateChange(options: VisibleAreaEventOptions, event: VisibleAreaChangeCallback |undefined): void; 差异内容:onVisibleAreaApproximateChange(options: VisibleAreaEventOptions, event: VisibleAreaChangeCallback |undefined): void; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:accessibilityNextFocusId(nextId: string): T; 差异内容:accessibilityNextFocusId(nextId: string): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:accessibilityDefaultFocus(focus: boolean): T; 差异内容:accessibilityDefaultFocus(focus: boolean): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:accessibilityUseSamePage(pageMode: AccessibilitySamePageMode): T; 差异内容:accessibilityUseSamePage(pageMode: AccessibilitySamePageMode): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:accessibilityScrollTriggerable(isTriggerable: boolean): T; 差异内容:accessibilityScrollTriggerable(isTriggerable: boolean): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:accessibilityRole(role: AccessibilityRoleType): T; 差异内容:accessibilityRole(role: AccessibilityRoleType): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:onAccessibilityFocus(callback: AccessibilityFocusCallback): T; 差异内容:onAccessibilityFocus(callback: AccessibilityFocusCallback): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:onAccessibilityActionIntercept(callback: AccessibilityActionInterceptCallback): T; 差异内容:onAccessibilityActionIntercept(callback: AccessibilityActionInterceptCallback): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:reuse(options: ReuseOptions): T; 差异内容:reuse(options: ReuseOptions): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:accessibilityFocusDrawLevel(drawLevel: FocusDrawLevel): T; 差异内容:accessibilityFocusDrawLevel(drawLevel: FocusDrawLevel): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:onTouchTestDone(callback: TouchTestDoneCallback): T; 差异内容:onTouchTestDone(callback: TouchTestDoneCallback): T; | NA | component/common.d.ts |
| 删除API | 类名:CommonMethod; API声明:onDragSpringLoading(callback: Callback<SpringLoadingContext> |null, configuration?: DragSpringLoadingConfiguration): T; 差异内容:onDragSpringLoading(callback: Callback<SpringLoadingContext> |null, configuration?: DragSpringLoadingConfiguration): T; | NA | component/common.d.ts |
| 删除API | 类名:Layoutable; API声明:uniqueId?: number; 差异内容:uniqueId?: number; | NA | component/common.d.ts |
| 删除API | 类名:Measurable; API声明:uniqueId?: number; 差异内容:uniqueId?: number; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type PromptActionDialogController = import('../api/@ohos.promptAction').promptAction.DialogController; 差异内容:declare type PromptActionDialogController = import('../api/@ohos.promptAction').promptAction.DialogController; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare class CustomComponentV2 差异内容:declare class CustomComponentV2 | NA | component/common.d.ts |
| 删除API | 类名:CustomComponentV2; API声明:aboutToReuse?(): void; 差异内容:aboutToReuse?(): void; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare class BaseCustomComponent 差异内容:declare class BaseCustomComponent | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:build(): void; 差异内容:build(): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:aboutToAppear?(): void; 差异内容:aboutToAppear?(): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:aboutToDisappear?(): void; 差异内容:aboutToDisappear?(): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:aboutToRecycle?(): void; 差异内容:aboutToRecycle?(): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:onWillApplyTheme?(theme: Theme): void; 差异内容:onWillApplyTheme?(theme: Theme): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:onPlaceChildren?(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: ConstraintSizeOptions): void; 差异内容:onPlaceChildren?(selfLayoutInfo: GeometryInfo, children: Array<Layoutable>, constraint: ConstraintSizeOptions): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:onMeasureSize?(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: ConstraintSizeOptions): SizeResult; 差异内容:onMeasureSize?(selfLayoutInfo: GeometryInfo, children: Array<Measurable>, constraint: ConstraintSizeOptions): SizeResult; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:onPageShow?(): void; 差异内容:onPageShow?(): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:onPageHide?(): void; 差异内容:onPageHide?(): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:onFormRecycle?(): string; 差异内容:onFormRecycle?(): string; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:onFormRecover?(statusData: string): void; 差异内容:onFormRecover?(statusData: string): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:onBackPress?(): void |boolean; 差异内容:onBackPress?(): void |boolean; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:pageTransition?(): void; 差异内容:pageTransition?(): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:getUIContext(): UIContext; 差异内容:getUIContext(): UIContext; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:getUniqueId(): number; 差异内容:getUniqueId(): number; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:queryNavDestinationInfo(): NavDestinationInfo |undefined; 差异内容:queryNavDestinationInfo(): NavDestinationInfo |undefined; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:queryNavDestinationInfo(isInner: Optional<boolean>): NavDestinationInfo |undefined; 差异内容:queryNavDestinationInfo(isInner: Optional<boolean>): NavDestinationInfo |undefined; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:queryNavigationInfo(): NavigationInfo |undefined; 差异内容:queryNavigationInfo(): NavigationInfo |undefined; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:queryRouterPageInfo(): RouterPageInfo |undefined; 差异内容:queryRouterPageInfo(): RouterPageInfo |undefined; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:onDidBuild?(): void; 差异内容:onDidBuild?(): void; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:getDialogController(): PromptActionDialogController |undefined; 差异内容:getDialogController(): PromptActionDialogController |undefined; | NA | component/common.d.ts |
| 删除API | 类名:BaseCustomComponent; API声明:onNewParam?(param: ESObject): void; 差异内容:onNewParam?(param: ESObject): void; | NA | component/common.d.ts |
| 删除API | 类名:TextContentControllerBase; API声明:clearPreviewText(): void; 差异内容:clearPreviewText(): void; | NA | component/common.d.ts |
| 删除API | 类名:ScrollableCommonMethod; API声明:scrollBarMargin(margin: ScrollBarMargin): T; 差异内容:scrollBarMargin(margin: ScrollBarMargin): T; | NA | component/common.d.ts |
| 删除API | 类名:ScrollableCommonMethod; API声明:onWillStopDragging(handler: OnWillStopDraggingCallback): T; 差异内容:onWillStopDragging(handler: OnWillStopDraggingCallback): T; | NA | component/common.d.ts |
| 删除API | 类名:ScrollableCommonMethod; API声明:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): T; 差异内容:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): T; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type OnWillStopDraggingCallback = (velocity: number) => void; 差异内容:declare type OnWillStopDraggingCallback = (velocity: number) => void; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface ItemDragEventHandler 差异内容:declare interface ItemDragEventHandler | NA | component/common.d.ts |
| 删除API | 类名:ItemDragEventHandler; API声明:onLongPress?: Callback<number>; 差异内容:onLongPress?: Callback<number>; | NA | component/common.d.ts |
| 删除API | 类名:ItemDragEventHandler; API声明:onDragStart?: Callback<number>; 差异内容:onDragStart?: Callback<number>; | NA | component/common.d.ts |
| 删除API | 类名:ItemDragEventHandler; API声明:onMoveThrough?: OnMoveHandler; 差异内容:onMoveThrough?: OnMoveHandler; | NA | component/common.d.ts |
| 删除API | 类名:ItemDragEventHandler; API声明:onDrop?: Callback<number>; 差异内容:onDrop?: Callback<number>; | NA | component/common.d.ts |
| 删除API | 类名:EdgeEffectOptions; API声明:effectEdge?: number; 差异内容:effectEdge?: number; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare enum EffectEdge 差异内容:declare enum EffectEdge | NA | component/common.d.ts |
| 删除API | 类名:EffectEdge; API声明:START = 1 差异内容:START = 1 | NA | component/common.d.ts |
| 删除API | 类名:EffectEdge; API声明:END = 2 差异内容:END = 2 | NA | component/common.d.ts |
| 删除API | 类名:KeyframeAnimateParam; API声明:expectedFrameRateRange?: ExpectedFrameRateRange; 差异内容:expectedFrameRateRange?: ExpectedFrameRateRange; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare type AccessibilityTransparentCallback = (event: TouchEvent) => void; 差异内容:declare type AccessibilityTransparentCallback = (event: TouchEvent) => void; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface UIScrollableCommonEvent 差异内容:declare interface UIScrollableCommonEvent | NA | component/common.d.ts |
| 删除API | 类名:UIScrollableCommonEvent; API声明:setOnReachStart(callback: Callback<void> |undefined): void; 差异内容:setOnReachStart(callback: Callback<void> |undefined): void; | NA | component/common.d.ts |
| 删除API | 类名:UIScrollableCommonEvent; API声明:setOnReachEnd(callback: Callback<void> |undefined): void; 差异内容:setOnReachEnd(callback: Callback<void> |undefined): void; | NA | component/common.d.ts |
| 删除API | 类名:UIScrollableCommonEvent; API声明:setOnScrollStart(callback: Callback<void> |undefined): void; 差异内容:setOnScrollStart(callback: Callback<void> |undefined): void; | NA | component/common.d.ts |
| 删除API | 类名:UIScrollableCommonEvent; API声明:setOnScrollStop(callback: Callback<void> |undefined): void; 差异内容:setOnScrollStop(callback: Callback<void> |undefined): void; | NA | component/common.d.ts |
| 删除API | 类名:UIScrollableCommonEvent; API声明:setOnScrollFrameBegin(callback: OnScrollFrameBeginCallback |undefined): void; 差异内容:setOnScrollFrameBegin(callback: OnScrollFrameBeginCallback |undefined): void; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface FocusMovement 差异内容:declare interface FocusMovement | NA | component/common.d.ts |
| 删除API | 类名:FocusMovement; API声明:forward?: string; 差异内容:forward?: string; | NA | component/common.d.ts |
| 删除API | 类名:FocusMovement; API声明:backward?: string; 差异内容:backward?: string; | NA | component/common.d.ts |
| 删除API | 类名:FocusMovement; API声明:up?: string; 差异内容:up?: string; | NA | component/common.d.ts |
| 删除API | 类名:FocusMovement; API声明:down?: string; 差异内容:down?: string; | NA | component/common.d.ts |
| 删除API | 类名:FocusMovement; API声明:left?: string; 差异内容:left?: string; | NA | component/common.d.ts |
| 删除API | 类名:FocusMovement; API声明:right?: string; 差异内容:right?: string; | NA | component/common.d.ts |
| 删除API | 类名:global; API声明:declare interface DateRange 差异内容:declare interface DateRange | NA | component/common.d.ts |
| 删除API | 类名:DateRange; API声明:start?: Date; 差异内容:start?: Date; | NA | component/common.d.ts |
| 删除API | 类名:DateRange; API声明:end?: Date; 差异内容:end?: Date; | NA | component/common.d.ts |
| 删除API | 类名:CounterAttribute; API声明:onInc(event: VoidCallback): CounterAttribute; 差异内容:onInc(event: VoidCallback): CounterAttribute; | NA | component/counter.d.ts |
| 删除API | 类名:CounterAttribute; API声明:onDec(event: VoidCallback): CounterAttribute; 差异内容:onDec(event: VoidCallback): CounterAttribute; | NA | component/counter.d.ts |
| 删除API | 类名:CustomDialogControllerOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/custom_dialog_controller.d.ts |
| 删除API | 类名:CustomDialogControllerOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/custom_dialog_controller.d.ts |
| 删除API | 类名:CustomDialogControllerOptions; API声明:onDidAppear?: Callback<void>; 差异内容:onDidAppear?: Callback<void>; | NA | component/custom_dialog_controller.d.ts |
| 删除API | 类名:CustomDialogControllerOptions; API声明:onDidDisappear?: Callback<void>; 差异内容:onDidDisappear?: Callback<void>; | NA | component/custom_dialog_controller.d.ts |
| 删除API | 类名:CustomDialogControllerOptions; API声明:onWillAppear?: Callback<void>; 差异内容:onWillAppear?: Callback<void>; | NA | component/custom_dialog_controller.d.ts |
| 删除API | 类名:CustomDialogControllerOptions; API声明:onWillDisappear?: Callback<void>; 差异内容:onWillDisappear?: Callback<void>; | NA | component/custom_dialog_controller.d.ts |
| 删除API | 类名:CustomDialogControllerOptions; API声明:levelOrder?: LevelOrder; 差异内容:levelOrder?: LevelOrder; | NA | component/custom_dialog_controller.d.ts |
| 删除API | 类名:CustomDialogControllerOptions; API声明:focusable?: boolean; 差异内容:focusable?: boolean; | NA | component/custom_dialog_controller.d.ts |
| 删除API | 类名:global; API声明:declare type PromptActionCommonState = import('../api/@ohos.promptAction').promptAction.CommonState; 差异内容:declare type PromptActionCommonState = import('../api/@ohos.promptAction').promptAction.CommonState; | NA | component/custom_dialog_controller.d.ts |
| 删除API | 类名:CustomDialogController; API声明:getState(): PromptActionCommonState; 差异内容:getState(): PromptActionCommonState; | NA | component/custom_dialog_controller.d.ts |
| 删除API | 类名:global; API声明:declare interface ColorStop 差异内容:declare interface ColorStop | NA | component/data_panel.d.ts |
| 删除API | 类名:ColorStop; API声明:color: ResourceColor; 差异内容:color: ResourceColor; | NA | component/data_panel.d.ts |
| 删除API | 类名:ColorStop; API声明:offset: Length; 差异内容:offset: Length; | NA | component/data_panel.d.ts |
| 删除API | 类名:global; API声明:declare enum DatePickerMode 差异内容:declare enum DatePickerMode | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerMode; API声明:DATE = 0 差异内容:DATE = 0 | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerMode; API声明:YEAR_AND_MONTH = 1 差异内容:YEAR_AND_MONTH = 1 | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerMode; API声明:MONTH_AND_DAY = 2 差异内容:MONTH_AND_DAY = 2 | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerOptions; API声明:mode?: DatePickerMode; 差异内容:mode?: DatePickerMode; | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerAttribute; API声明:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): DatePickerAttribute; 差异内容:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): DatePickerAttribute; | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerAttribute; API声明:enableHapticFeedback(enable: Optional<boolean>): DatePickerAttribute; 差异内容:enableHapticFeedback(enable: Optional<boolean>): DatePickerAttribute; | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerAttribute; API声明:canLoop(isLoop: Optional<boolean>): DatePickerAttribute; 差异内容:canLoop(isLoop: Optional<boolean>): DatePickerAttribute; | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerDialogOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerDialogOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerDialogOptions; API声明:enableHapticFeedback?: boolean; 差异内容:enableHapticFeedback?: boolean; | NA | component/date_picker.d.ts |
| 删除API | 类名:DatePickerDialogOptions; API声明:canLoop?: boolean; 差异内容:canLoop?: boolean; | NA | component/date_picker.d.ts |
| 删除API | 类名:global; API声明:interface EllipseOptions 差异内容:interface EllipseOptions | NA | component/ellipse.d.ts |
| 删除API | 类名:EllipseOptions; API声明:width?: Length; 差异内容:width?: Length; | NA | component/ellipse.d.ts |
| 删除API | 类名:EllipseOptions; API声明:height?: Length; 差异内容:height?: Length; | NA | component/ellipse.d.ts |
| 删除API | 类名:TouchType; API声明:HOVER_ENTER = 9 差异内容:HOVER_ENTER = 9 | NA | component/enums.d.ts |
| 删除API | 类名:TouchType; API声明:HOVER_MOVE = 10 差异内容:HOVER_MOVE = 10 | NA | component/enums.d.ts |
| 删除API | 类名:TouchType; API声明:HOVER_EXIT = 11 差异内容:HOVER_EXIT = 11 | NA | component/enums.d.ts |
| 删除API | 类名:TouchType; API声明:HOVER_CANCEL = 12 差异内容:HOVER_CANCEL = 12 | NA | component/enums.d.ts |
| 删除API | 类名:MouseAction; API声明:CANCEL = 13 差异内容:CANCEL = 13 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum LocalizedAlignment 差异内容:declare enum LocalizedAlignment | NA | component/enums.d.ts |
| 删除API | 类名:LocalizedAlignment; API声明:TOP_START = "top_start" 差异内容:TOP_START = "top_start" | NA | component/enums.d.ts |
| 删除API | 类名:LocalizedAlignment; API声明:TOP = "top" 差异内容:TOP = "top" | NA | component/enums.d.ts |
| 删除API | 类名:LocalizedAlignment; API声明:TOP_END = "top_end" 差异内容:TOP_END = "top_end" | NA | component/enums.d.ts |
| 删除API | 类名:LocalizedAlignment; API声明:START = "start" 差异内容:START = "start" | NA | component/enums.d.ts |
| 删除API | 类名:LocalizedAlignment; API声明:CENTER = "center" 差异内容:CENTER = "center" | NA | component/enums.d.ts |
| 删除API | 类名:LocalizedAlignment; API声明:END = "end" 差异内容:END = "end" | NA | component/enums.d.ts |
| 删除API | 类名:LocalizedAlignment; API声明:BOTTOM_START = "bottom_start" 差异内容:BOTTOM_START = "bottom_start" | NA | component/enums.d.ts |
| 删除API | 类名:LocalizedAlignment; API声明:BOTTOM = "bottom" 差异内容:BOTTOM = "bottom" | NA | component/enums.d.ts |
| 删除API | 类名:LocalizedAlignment; API声明:BOTTOM_END = "bottom_end" 差异内容:BOTTOM_END = "bottom_end" | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum PixelRoundMode 差异内容:declare enum PixelRoundMode | NA | component/enums.d.ts |
| 删除API | 类名:PixelRoundMode; API声明:PIXEL_ROUND_ON_LAYOUT_FINISH = 0 差异内容:PIXEL_ROUND_ON_LAYOUT_FINISH = 0 | NA | component/enums.d.ts |
| 删除API | 类名:PixelRoundMode; API声明:PIXEL_ROUND_AFTER_MEASURE = 1 差异内容:PIXEL_ROUND_AFTER_MEASURE = 1 | NA | component/enums.d.ts |
| 删除API | 类名:HitTestMode; API声明:BLOCK_HIERARCHY 差异内容:BLOCK_HIERARCHY | NA | component/enums.d.ts |
| 删除API | 类名:HitTestMode; API声明:BLOCK_DESCENDANTS 差异内容:BLOCK_DESCENDANTS | NA | component/enums.d.ts |
| 删除API | 类名:ImageSpanAlignment; API声明:FOLLOW_PARAGRAPH 差异内容:FOLLOW_PARAGRAPH | NA | component/enums.d.ts |
| 删除API | 类名:WordBreak; API声明:HYPHENATION = 3 差异内容:HYPHENATION = 3 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum FocusWrapMode 差异内容:declare enum FocusWrapMode | NA | component/enums.d.ts |
| 删除API | 类名:FocusWrapMode; API声明:DEFAULT = 0 差异内容:DEFAULT = 0 | NA | component/enums.d.ts |
| 删除API | 类名:FocusWrapMode; API声明:WRAP_WITH_ARROW = 1 差异内容:WRAP_WITH_ARROW = 1 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum CrownAction 差异内容:declare enum CrownAction | NA | component/enums.d.ts |
| 删除API | 类名:CrownAction; API声明:BEGIN = 0 差异内容:BEGIN = 0 | NA | component/enums.d.ts |
| 删除API | 类名:CrownAction; API声明:UPDATE = 1 差异内容:UPDATE = 1 | NA | component/enums.d.ts |
| 删除API | 类名:CrownAction; API声明:END = 2 差异内容:END = 2 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum CrownSensitivity 差异内容:declare enum CrownSensitivity | NA | component/enums.d.ts |
| 删除API | 类名:CrownSensitivity; API声明:LOW = 0 差异内容:LOW = 0 | NA | component/enums.d.ts |
| 删除API | 类名:CrownSensitivity; API声明:MEDIUM = 1 差异内容:MEDIUM = 1 | NA | component/enums.d.ts |
| 删除API | 类名:CrownSensitivity; API声明:HIGH = 2 差异内容:HIGH = 2 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum AxisAction 差异内容:declare enum AxisAction | NA | component/enums.d.ts |
| 删除API | 类名:AxisAction; API声明:NONE = 0 差异内容:NONE = 0 | NA | component/enums.d.ts |
| 删除API | 类名:AxisAction; API声明:BEGIN = 1 差异内容:BEGIN = 1 | NA | component/enums.d.ts |
| 删除API | 类名:AxisAction; API声明:UPDATE = 2 差异内容:UPDATE = 2 | NA | component/enums.d.ts |
| 删除API | 类名:AxisAction; API声明:END = 3 差异内容:END = 3 | NA | component/enums.d.ts |
| 删除API | 类名:AxisAction; API声明:CANCEL = 4 差异内容:CANCEL = 4 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum FocusDrawLevel 差异内容:declare enum FocusDrawLevel | NA | component/enums.d.ts |
| 删除API | 类名:FocusDrawLevel; API声明:SELF = 0 差异内容:SELF = 0 | NA | component/enums.d.ts |
| 删除API | 类名:FocusDrawLevel; API声明:TOP = 1 差异内容:TOP = 1 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum DividerMode 差异内容:declare enum DividerMode | NA | component/enums.d.ts |
| 删除API | 类名:DividerMode; API声明:FLOATING_ABOVE_MENU = 0 差异内容:FLOATING_ABOVE_MENU = 0 | NA | component/enums.d.ts |
| 删除API | 类名:DividerMode; API声明:EMBEDDED_IN_MENU = 1 差异内容:EMBEDDED_IN_MENU = 1 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum EventQueryType 差异内容:declare enum EventQueryType | NA | component/enums.d.ts |
| 删除API | 类名:EventQueryType; API声明:ON_CLICK = 0 差异内容:ON_CLICK = 0 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum TipsAnchorType 差异内容:declare enum TipsAnchorType | NA | component/enums.d.ts |
| 删除API | 类名:TipsAnchorType; API声明:TARGET 差异内容:TARGET | NA | component/enums.d.ts |
| 删除API | 类名:TipsAnchorType; API声明:CURSOR 差异内容:CURSOR | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum ColorSpace 差异内容:declare enum ColorSpace | NA | component/enums.d.ts |
| 删除API | 类名:ColorSpace; API声明:SRGB = 0 差异内容:SRGB = 0 | NA | component/enums.d.ts |
| 删除API | 类名:ColorSpace; API声明:DISPLAY_P3 = 1 差异内容:DISPLAY_P3 = 1 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:declare enum AnimationPropertyType 差异内容:declare enum AnimationPropertyType | NA | component/enums.d.ts |
| 删除API | 类名:AnimationPropertyType; API声明:ROTATION = 0 差异内容:ROTATION = 0 | NA | component/enums.d.ts |
| 删除API | 类名:AnimationPropertyType; API声明:TRANSLATION = 1 差异内容:TRANSLATION = 1 | NA | component/enums.d.ts |
| 删除API | 类名:AnimationPropertyType; API声明:SCALE = 2 差异内容:SCALE = 2 | NA | component/enums.d.ts |
| 删除API | 类名:AnimationPropertyType; API声明:OPACITY = 3 差异内容:OPACITY = 3 | NA | component/enums.d.ts |
| 删除API | 类名:global; API声明:interface FolderStackOptions 差异内容:interface FolderStackOptions | NA | component/folder_stack.d.ts |
| 删除API | 类名:FolderStackOptions; API声明:upperItems?: Array<string>; 差异内容:upperItems?: Array<string>; | NA | component/folder_stack.d.ts |
| 删除API | 类名:global; API声明:interface OnFoldStatusChangeInfo 差异内容:interface OnFoldStatusChangeInfo | NA | component/folder_stack.d.ts |
| 删除API | 类名:OnFoldStatusChangeInfo; API声明:foldStatus: FoldStatus; 差异内容:foldStatus: FoldStatus; | NA | component/folder_stack.d.ts |
| 删除API | 类名:global; API声明:declare type OnFoldStatusChangeCallback = (event: OnFoldStatusChangeInfo) => void; 差异内容:declare type OnFoldStatusChangeCallback = (event: OnFoldStatusChangeInfo) => void; | NA | component/folder_stack.d.ts |
| 删除API | 类名:global; API声明:declare type OnHoverStatusChangeCallback = (param: HoverEventParam) => void; 差异内容:declare type OnHoverStatusChangeCallback = (param: HoverEventParam) => void; | NA | component/folder_stack.d.ts |
| 删除API | 类名:FolderStackAttribute; API声明:onHoverStatusChange(handler: OnHoverStatusChangeCallback): FolderStackAttribute; 差异内容:onHoverStatusChange(handler: OnHoverStatusChangeCallback): FolderStackAttribute; | NA | component/folder_stack.d.ts |
| 删除API | 类名:global; API声明:interface GaugeOptions 差异内容:interface GaugeOptions | NA | component/gauge.d.ts |
| 删除API | 类名:GaugeOptions; API声明:value: number; 差异内容:value: number; | NA | component/gauge.d.ts |
| 删除API | 类名:GaugeOptions; API声明:min?: number; 差异内容:min?: number; | NA | component/gauge.d.ts |
| 删除API | 类名:GaugeOptions; API声明:max?: number; 差异内容:max?: number; | NA | component/gauge.d.ts |
| 删除API | 类名:global; API声明:declare interface EventLocationInfo 差异内容:declare interface EventLocationInfo | NA | component/gesture.d.ts |
| 删除API | 类名:EventLocationInfo; API声明:x: number; 差异内容:x: number; | NA | component/gesture.d.ts |
| 删除API | 类名:EventLocationInfo; API声明:y: number; 差异内容:y: number; | NA | component/gesture.d.ts |
| 删除API | 类名:EventLocationInfo; API声明:windowX: number; 差异内容:windowX: number; | NA | component/gesture.d.ts |
| 删除API | 类名:EventLocationInfo; API声明:windowY: number; 差异内容:windowY: number; | NA | component/gesture.d.ts |
| 删除API | 类名:EventLocationInfo; API声明:displayX: number; 差异内容:displayX: number; | NA | component/gesture.d.ts |
| 删除API | 类名:EventLocationInfo; API声明:displayY: number; 差异内容:displayY: number; | NA | component/gesture.d.ts |
| 删除API | 类名:FingerInfo; API声明:globalDisplayX?: number; 差异内容:globalDisplayX?: number; | NA | component/gesture.d.ts |
| 删除API | 类名:FingerInfo; API声明:globalDisplayY?: number; 差异内容:globalDisplayY?: number; | NA | component/gesture.d.ts |
| 删除API | 类名:BaseGestureEvent; API声明:fingerInfos?: FingerInfo[]; 差异内容:fingerInfos?: FingerInfo[]; | NA | component/gesture.d.ts |
| 删除API | 类名:TapGestureEvent; API声明:tapLocation?: EventLocationInfo; 差异内容:tapLocation?: EventLocationInfo; | NA | component/gesture.d.ts |
| 删除API | 类名:GestureEvent; API声明:fingerInfos?: FingerInfo[]; 差异内容:fingerInfos?: FingerInfo[]; | NA | component/gesture.d.ts |
| 删除API | 类名:GestureEvent; API声明:tapLocation?: EventLocationInfo; 差异内容:tapLocation?: EventLocationInfo; | NA | component/gesture.d.ts |
| 删除API | 类名:LongPressGestureInterface; API声明:onActionCancel(event: Callback<GestureEvent>): LongPressGestureInterface; 差异内容:onActionCancel(event: Callback<GestureEvent>): LongPressGestureInterface; | NA | component/gesture.d.ts |
| 删除API | 类名:PanGestureOptions; API声明:getDistance(): number; 差异内容:getDistance(): number; | NA | component/gesture.d.ts |
| 删除API | 类名:PanGestureInterface; API声明:onActionCancel(event: Callback<GestureEvent>): PanGestureInterface; 差异内容:onActionCancel(event: Callback<GestureEvent>): PanGestureInterface; | NA | component/gesture.d.ts |
| 删除API | 类名:PinchGestureInterface; API声明:onActionCancel(event: Callback<GestureEvent>): PinchGestureInterface; 差异内容:onActionCancel(event: Callback<GestureEvent>): PinchGestureInterface; | NA | component/gesture.d.ts |
| 删除API | 类名:RotationGestureInterface; API声明:onActionCancel(event: Callback<GestureEvent>): RotationGestureInterface; 差异内容:onActionCancel(event: Callback<GestureEvent>): RotationGestureInterface; | NA | component/gesture.d.ts |
| 删除API | 类名:LongPressGestureHandler; API声明:onActionCancel(event: Callback<GestureEvent>): LongPressGestureHandler; 差异内容:onActionCancel(event: Callback<GestureEvent>): LongPressGestureHandler; | NA | component/gesture.d.ts |
| 删除API | 类名:PanGestureHandlerOptions; API声明:distanceMap?: Map<SourceTool, number>; 差异内容:distanceMap?: Map<SourceTool, number>; | NA | component/gesture.d.ts |
| 删除API | 类名:PanGestureHandler; API声明:onActionCancel(event: Callback<GestureEvent>): PanGestureHandler; 差异内容:onActionCancel(event: Callback<GestureEvent>): PanGestureHandler; | NA | component/gesture.d.ts |
| 删除API | 类名:PinchGestureHandler; API声明:onActionCancel(event: Callback<GestureEvent>): PinchGestureHandler; 差异内容:onActionCancel(event: Callback<GestureEvent>): PinchGestureHandler; | NA | component/gesture.d.ts |
| 删除API | 类名:RotationGestureHandler; API声明:onActionCancel(event: Callback<GestureEvent>): RotationGestureHandler; 差异内容:onActionCancel(event: Callback<GestureEvent>): RotationGestureHandler; | NA | component/gesture.d.ts |
| 删除API | 类名:global; API声明:declare class TouchRecognizer 差异内容:declare class TouchRecognizer | NA | component/gesture.d.ts |
| 删除API | 类名:TouchRecognizer; API声明:getEventTargetInfo(): EventTargetInfo; 差异内容:getEventTargetInfo(): EventTargetInfo; | NA | component/gesture.d.ts |
| 删除API | 类名:TouchRecognizer; API声明:cancelTouch(): void; 差异内容:cancelTouch(): void; | NA | component/gesture.d.ts |
| 删除API | 类名:GestureRecognizer; API声明:getFingerCount(): number; 差异内容:getFingerCount(): number; | NA | component/gesture.d.ts |
| 删除API | 类名:GestureRecognizer; API声明:isFingerCountLimit(): boolean; 差异内容:isFingerCountLimit(): boolean; | NA | component/gesture.d.ts |
| 删除API | 类名:GestureRecognizer; API声明:preventBegin(): void; 差异内容:preventBegin(): void; | NA | component/gesture.d.ts |
| 删除API | 类名:global; API声明:declare class TapRecognizer 差异内容:declare class TapRecognizer | NA | component/gesture.d.ts |
| 删除API | 类名:TapRecognizer; API声明:getTapCount(): number; 差异内容:getTapCount(): number; | NA | component/gesture.d.ts |
| 删除API | 类名:global; API声明:declare class LongPressRecognizer 差异内容:declare class LongPressRecognizer | NA | component/gesture.d.ts |
| 删除API | 类名:LongPressRecognizer; API声明:isRepeat(): boolean; 差异内容:isRepeat(): boolean; | NA | component/gesture.d.ts |
| 删除API | 类名:LongPressRecognizer; API声明:getDuration(): number; 差异内容:getDuration(): number; | NA | component/gesture.d.ts |
| 删除API | 类名:global; API声明:declare class SwipeRecognizer 差异内容:declare class SwipeRecognizer | NA | component/gesture.d.ts |
| 删除API | 类名:SwipeRecognizer; API声明:getVelocityThreshold(): number; 差异内容:getVelocityThreshold(): number; | NA | component/gesture.d.ts |
| 删除API | 类名:SwipeRecognizer; API声明:getDirection(): SwipeDirection; 差异内容:getDirection(): SwipeDirection; | NA | component/gesture.d.ts |
| 删除API | 类名:global; API声明:declare class PinchRecognizer 差异内容:declare class PinchRecognizer | NA | component/gesture.d.ts |
| 删除API | 类名:PinchRecognizer; API声明:getDistance(): number; 差异内容:getDistance(): number; | NA | component/gesture.d.ts |
| 删除API | 类名:global; API声明:declare class RotationRecognizer 差异内容:declare class RotationRecognizer | NA | component/gesture.d.ts |
| 删除API | 类名:RotationRecognizer; API声明:getAngle(): number; 差异内容:getAngle(): number; | NA | component/gesture.d.ts |
| 删除API | 类名:PanRecognizer; API声明:getDirection(): PanDirection; 差异内容:getDirection(): PanDirection; | NA | component/gesture.d.ts |
| 删除API | 类名:PanRecognizer; API声明:getDistance(): number; 差异内容:getDistance(): number; | NA | component/gesture.d.ts |
| 删除API | 类名:PanRecognizer; API声明:getDistanceMap(): Map<SourceTool, number>; 差异内容:getDistanceMap(): Map<SourceTool, number>; | NA | component/gesture.d.ts |
| 删除API | 类名:global; API声明:declare interface UIGridEvent 差异内容:declare interface UIGridEvent | NA | component/grid.d.ts |
| 删除API | 类名:UIGridEvent; API声明:setOnWillScroll(callback: OnWillScrollCallback |undefined): void; 差异内容:setOnWillScroll(callback: OnWillScrollCallback |undefined): void; | NA | component/grid.d.ts |
| 删除API | 类名:UIGridEvent; API声明:setOnDidScroll(callback: OnScrollCallback |undefined): void; 差异内容:setOnDidScroll(callback: OnScrollCallback |undefined): void; | NA | component/grid.d.ts |
| 删除API | 类名:UIGridEvent; API声明:setOnScrollIndex(callback: OnGridScrollIndexCallback |undefined): void; 差异内容:setOnScrollIndex(callback: OnGridScrollIndexCallback |undefined): void; | NA | component/grid.d.ts |
| 删除API | 类名:global; API声明:declare type OnGridScrollIndexCallback = (first: number, last: number) => void; 差异内容:declare type OnGridScrollIndexCallback = (first: number, last: number) => void; | NA | component/grid.d.ts |
| 删除API | 类名:GridAttribute; API声明:focusWrapMode(mode: Optional<FocusWrapMode>): GridAttribute; 差异内容:focusWrapMode(mode: Optional<FocusWrapMode>): GridAttribute; | NA | component/grid.d.ts |
| 删除API | 类名:GridAttribute; API声明:syncLoad(enable: boolean): GridAttribute; 差异内容:syncLoad(enable: boolean): GridAttribute; | NA | component/grid.d.ts |
| 删除API | 类名:GridAttribute; API声明:onScrollFrameBegin(event: OnScrollFrameBeginCallback): GridAttribute; 差异内容:onScrollFrameBegin(event: OnScrollFrameBeginCallback): GridAttribute; | NA | component/grid.d.ts |
| 删除API | 类名:global; API声明:declare type BusinessError<T> = import('../api/@ohos.base').BusinessError<T>; 差异内容:declare type BusinessError<T> = import('../api/@ohos.base').BusinessError<T>; | NA | component/image.d.ts |
| 删除API | 类名:ImageRotateOrientation; API声明:UP_MIRRORED = 5 差异内容:UP_MIRRORED = 5 | NA | component/image.d.ts |
| 删除API | 类名:ImageRotateOrientation; API声明:RIGHT_MIRRORED = 6 差异内容:RIGHT_MIRRORED = 6 | NA | component/image.d.ts |
| 删除API | 类名:ImageRotateOrientation; API声明:DOWN_MIRRORED = 7 差异内容:DOWN_MIRRORED = 7 | NA | component/image.d.ts |
| 删除API | 类名:ImageRotateOrientation; API声明:LEFT_MIRRORED = 8 差异内容:LEFT_MIRRORED = 8 | NA | component/image.d.ts |
| 删除API | 类名:global; API声明:interface ImageSourceSize 差异内容:interface ImageSourceSize | NA | component/image.d.ts |
| 删除API | 类名:ImageSourceSize; API声明:width: number; 差异内容:width: number; | NA | component/image.d.ts |
| 删除API | 类名:ImageSourceSize; API声明:height: number; 差异内容:height: number; | NA | component/image.d.ts |
| 删除API | 类名:ImageAttribute; API声明:hdrBrightness(brightness: number): ImageAttribute; 差异内容:hdrBrightness(brightness: number): ImageAttribute; | NA | component/image.d.ts |
| 删除API | 类名:ImageError; API声明:error?: BusinessError<void>; 差异内容:error?: BusinessError<void>; | NA | component/image.d.ts |
| 删除API | 类名:ImageAnimatorAttribute; API声明:monitorInvisibleArea(monitorInvisibleArea: boolean): ImageAnimatorAttribute; 差异内容:monitorInvisibleArea(monitorInvisibleArea: boolean): ImageAnimatorAttribute; | NA | component/image_animator.d.ts |
| 删除API | 类名:global; API声明:declare interface UIListEvent 差异内容:declare interface UIListEvent | NA | component/list.d.ts |
| 删除API | 类名:UIListEvent; API声明:setOnWillScroll(callback: OnWillScrollCallback |undefined): void; 差异内容:setOnWillScroll(callback: OnWillScrollCallback |undefined): void; | NA | component/list.d.ts |
| 删除API | 类名:UIListEvent; API声明:setOnDidScroll(callback: OnScrollCallback |undefined): void; 差异内容:setOnDidScroll(callback: OnScrollCallback |undefined): void; | NA | component/list.d.ts |
| 删除API | 类名:UIListEvent; API声明:setOnScrollIndex(callback: OnListScrollIndexCallback |undefined): void; 差异内容:setOnScrollIndex(callback: OnListScrollIndexCallback |undefined): void; | NA | component/list.d.ts |
| 删除API | 类名:UIListEvent; API声明:setOnScrollVisibleContentChange(callback: OnScrollVisibleContentChangeCallback |undefined): void; 差异内容:setOnScrollVisibleContentChange(callback: OnScrollVisibleContentChangeCallback |undefined): void; | NA | component/list.d.ts |
| 删除API | 类名:global; API声明:declare type OnListScrollIndexCallback = (start: number, end: number, center: number) => void; 差异内容:declare type OnListScrollIndexCallback = (start: number, end: number, center: number) => void; | NA | component/list.d.ts |
| 删除API | 类名:global; API声明:interface ListOptions 差异内容:interface ListOptions | NA | component/list.d.ts |
| 删除API | 类名:ListOptions; API声明:initialIndex?: number; 差异内容:initialIndex?: number; | NA | component/list.d.ts |
| 删除API | 类名:ListOptions; API声明:space?: number |string; 差异内容:space?: number |string; | NA | component/list.d.ts |
| 删除API | 类名:ListOptions; API声明:scroller?: Scroller; 差异内容:scroller?: Scroller; | NA | component/list.d.ts |
| 删除API | 类名:global; API声明:declare interface ListDividerOptions 差异内容:declare interface ListDividerOptions | NA | component/list.d.ts |
| 删除API | 类名:ListDividerOptions; API声明:strokeWidth: Length; 差异内容:strokeWidth: Length; | NA | component/list.d.ts |
| 删除API | 类名:ListDividerOptions; API声明:color?: ResourceColor; 差异内容:color?: ResourceColor; | NA | component/list.d.ts |
| 删除API | 类名:ListDividerOptions; API声明:startMargin?: Length; 差异内容:startMargin?: Length; | NA | component/list.d.ts |
| 删除API | 类名:ListDividerOptions; API声明:endMargin?: Length; 差异内容:endMargin?: Length; | NA | component/list.d.ts |
| 删除API | 类名:ListAttribute; API声明:stackFromEnd(enabled: boolean): ListAttribute; 差异内容:stackFromEnd(enabled: boolean): ListAttribute; | NA | component/list.d.ts |
| 删除API | 类名:ListAttribute; API声明:focusWrapMode(mode: Optional<FocusWrapMode>): ListAttribute; 差异内容:focusWrapMode(mode: Optional<FocusWrapMode>): ListAttribute; | NA | component/list.d.ts |
| 删除API | 类名:ListAttribute; API声明:syncLoad(enable: boolean): ListAttribute; 差异内容:syncLoad(enable: boolean): ListAttribute; | NA | component/list.d.ts |
| 删除API | 类名:ListAttribute; API声明:onScrollFrameBegin(event: OnScrollFrameBeginCallback): ListAttribute; 差异内容:onScrollFrameBegin(event: OnScrollFrameBeginCallback): ListAttribute; | NA | component/list.d.ts |
| 删除API | 类名:SwipeActionItem; API声明:builderComponent?: ComponentContent; 差异内容:builderComponent?: ComponentContent; | NA | component/list_item.d.ts |
| 删除API | 类名:global; API声明:interface MarqueeOptions 差异内容:interface MarqueeOptions | NA | component/marquee.d.ts |
| 删除API | 类名:MarqueeOptions; API声明:start: boolean; 差异内容:start: boolean; | NA | component/marquee.d.ts |
| 删除API | 类名:MarqueeOptions; API声明:step?: number; 差异内容:step?: number; | NA | component/marquee.d.ts |
| 删除API | 类名:MarqueeOptions; API声明:loop?: number; 差异内容:loop?: number; | NA | component/marquee.d.ts |
| 删除API | 类名:MarqueeOptions; API声明:fromStart?: boolean; 差异内容:fromStart?: boolean; | NA | component/marquee.d.ts |
| 删除API | 类名:MarqueeOptions; API声明:src: string; 差异内容:src: string; | NA | component/marquee.d.ts |
| 删除API | 类名:MenuAttribute; API声明:subMenuExpandSymbol(symbol: SymbolGlyphModifier): MenuAttribute; 差异内容:subMenuExpandSymbol(symbol: SymbolGlyphModifier): MenuAttribute; | NA | component/menu.d.ts |
| 删除API | 类名:NavPathInfo; API声明:navDestinationId?: string; 差异内容:navDestinationId?: string; | NA | component/navigation.d.ts |
| 删除API | 类名:NavPathStack; API声明:replaceDestination(info: NavPathInfo, options?: NavigationOptions): Promise<void>; 差异内容:replaceDestination(info: NavPathInfo, options?: NavigationOptions): Promise<void>; | NA | component/navigation.d.ts |
| 删除API | 类名:NavPathStack; API声明:getPathStack(): Array<NavPathInfo>; 差异内容:getPathStack(): Array<NavPathInfo>; | NA | component/navigation.d.ts |
| 删除API | 类名:NavPathStack; API声明:setPathStack(pathStack: Array<NavPathInfo>, animated?: boolean): void; 差异内容:setPathStack(pathStack: Array<NavPathInfo>, animated?: boolean): void; | NA | component/navigation.d.ts |
| 删除API | 类名:global; API声明:declare interface HomePathInfo 差异内容:declare interface HomePathInfo | NA | component/navigation.d.ts |
| 删除API | 类名:HomePathInfo; API声明:name: string; 差异内容:name: string; | NA | component/navigation.d.ts |
| 删除API | 类名:HomePathInfo; API声明:param?: Object; 差异内容:param?: Object; | NA | component/navigation.d.ts |
| 删除API | 类名:NavigationTitleOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/navigation.d.ts |
| 删除API | 类名:NavigationTitleOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/navigation.d.ts |
| 删除API | 类名:NavigationToolbarOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/navigation.d.ts |
| 删除API | 类名:NavigationToolbarOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/navigation.d.ts |
| 删除API | 类名:NavigationToolbarOptions; API声明:moreButtonOptions?: MoreButtonOptions; 差异内容:moreButtonOptions?: MoreButtonOptions; | NA | component/navigation.d.ts |
| 删除API | 类名:NavigationToolbarOptions; API声明:hideItemValue?: boolean; 差异内容:hideItemValue?: boolean; | NA | component/navigation.d.ts |
| 删除API | 类名:global; API声明:declare interface NavigationMenuOptions 差异内容:declare interface NavigationMenuOptions | NA | component/navigation.d.ts |
| 删除API | 类名:NavigationMenuOptions; API声明:moreButtonOptions?: MoreButtonOptions; 差异内容:moreButtonOptions?: MoreButtonOptions; | NA | component/navigation.d.ts |
| 删除API | 类名:global; API声明:declare interface MoreButtonOptions 差异内容:declare interface MoreButtonOptions | NA | component/navigation.d.ts |
| 删除API | 类名:MoreButtonOptions; API声明:backgroundBlurStyle?: BlurStyle; 差异内容:backgroundBlurStyle?: BlurStyle; | NA | component/navigation.d.ts |
| 删除API | 类名:MoreButtonOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/navigation.d.ts |
| 删除API | 类名:MoreButtonOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/navigation.d.ts |
| 删除API | 类名:NavigationAttribute; API声明:enableToolBarAdaptation(enable: Optional<boolean>): NavigationAttribute; 差异内容:enableToolBarAdaptation(enable: Optional<boolean>): NavigationAttribute; | NA | component/navigation.d.ts |
| 删除API | 类名:NavigationAttribute; API声明:splitPlaceholder(placeholder: ComponentContent): NavigationAttribute; 差异内容:splitPlaceholder(placeholder: ComponentContent): NavigationAttribute; | NA | component/navigation.d.ts |
| 删除API | 类名:global; API声明:declare type Orientation = import('../api/@ohos.window').default.Orientation; 差异内容:declare type Orientation = import('../api/@ohos.window').default.Orientation; | NA | component/nav_destination.d.ts |
| 删除API | 类名:global; API声明:declare enum NavDestinationActiveReason 差异内容:declare enum NavDestinationActiveReason | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationActiveReason; API声明:TRANSITION = 0 差异内容:TRANSITION = 0 | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationActiveReason; API声明:CONTENT_COVER = 1 差异内容:CONTENT_COVER = 1 | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationActiveReason; API声明:SHEET = 2 差异内容:SHEET = 2 | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationActiveReason; API声明:DIALOG = 3 差异内容:DIALOG = 3 | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationActiveReason; API声明:OVERLAY = 4 差异内容:OVERLAY = 4 | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationActiveReason; API声明:APP_STATE = 5 差异内容:APP_STATE = 5 | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationAttribute; API声明:onActive(callback: Optional<Callback<NavDestinationActiveReason>>): NavDestinationAttribute; 差异内容:onActive(callback: Optional<Callback<NavDestinationActiveReason>>): NavDestinationAttribute; | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationAttribute; API声明:onInactive(callback: Optional<Callback<NavDestinationActiveReason>>): NavDestinationAttribute; 差异内容:onInactive(callback: Optional<Callback<NavDestinationActiveReason>>): NavDestinationAttribute; | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationAttribute; API声明:onNewParam(callback: Optional<Callback<ESObject>>): NavDestinationAttribute; 差异内容:onNewParam(callback: Optional<Callback<ESObject>>): NavDestinationAttribute; | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationAttribute; API声明:preferredOrientation(orientation: Optional<Orientation>): NavDestinationAttribute; 差异内容:preferredOrientation(orientation: Optional<Orientation>): NavDestinationAttribute; | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationAttribute; API声明:enableStatusBar(enabled: Optional<boolean>, animated?: boolean): NavDestinationAttribute; 差异内容:enableStatusBar(enabled: Optional<boolean>, animated?: boolean): NavDestinationAttribute; | NA | component/nav_destination.d.ts |
| 删除API | 类名:NavDestinationAttribute; API声明:enableNavigationIndicator(enabled: Optional<boolean>): NavDestinationAttribute; 差异内容:enableNavigationIndicator(enabled: Optional<boolean>): NavDestinationAttribute; | NA | component/nav_destination.d.ts |
| 删除API | 类名:global; API声明:declare type PageTransitionCallback = (type: RouteType, progress: number) => void; 差异内容:declare type PageTransitionCallback = (type: RouteType, progress: number) => void; | NA | component/page_transition.d.ts |
| 删除API | 类名:PageTransitionEnterInterface; API声明:onEnter(event: PageTransitionCallback): PageTransitionEnterInterface; 差异内容:onEnter(event: PageTransitionCallback): PageTransitionEnterInterface; | NA | component/page_transition.d.ts |
| 删除API | 类名:PageTransitionExitInterface; API声明:onExit(event: PageTransitionCallback): PageTransitionExitInterface; 差异内容:onExit(event: PageTransitionCallback): PageTransitionExitInterface; | NA | component/page_transition.d.ts |
| 删除API | 类名:global; API声明:declare type ParticleTuple<T1, T2> = [ T1, T2 ]; 差异内容:declare type ParticleTuple<T1, T2> = [ T1, T2 ]; | NA | component/particle.d.ts |
| 删除API | 类名:global; API声明:declare interface VelocityOptions 差异内容:declare interface VelocityOptions | NA | component/particle.d.ts |
| 删除API | 类名:VelocityOptions; API声明:speed: ParticleTuple<number, number>; 差异内容:speed: ParticleTuple<number, number>; | NA | component/particle.d.ts |
| 删除API | 类名:VelocityOptions; API声明:angle: ParticleTuple<number, number>; 差异内容:angle: ParticleTuple<number, number>; | NA | component/particle.d.ts |
| 删除API | 类名:global; API声明:declare interface AccelerationOptions 差异内容:declare interface AccelerationOptions | NA | component/particle.d.ts |
| 删除API | 类名:AccelerationOptions; API声明:speed?: ParticlePropertyOptions<number, ACC_SPEED_UPDATER>; 差异内容:speed?: ParticlePropertyOptions<number, ACC_SPEED_UPDATER>; | NA | component/particle.d.ts |
| 删除API | 类名:AccelerationOptions; API声明:angle?: ParticlePropertyOptions<number, ACC_ANGLE_UPDATER>; 差异内容:angle?: ParticlePropertyOptions<number, ACC_ANGLE_UPDATER>; | NA | component/particle.d.ts |
| 删除API | 类名:EmitterProperty; API声明:annulusRegion?: ParticleAnnulusRegion; 差异内容:annulusRegion?: ParticleAnnulusRegion; | NA | component/particle.d.ts |
| 删除API | 类名:global; API声明:interface EmitterParticleOptions 差异内容:interface EmitterParticleOptions | NA | component/particle.d.ts |
| 删除API | 类名:EmitterParticleOptions; API声明:type: PARTICLE; 差异内容:type: PARTICLE; | NA | component/particle.d.ts |
| 删除API | 类名:EmitterParticleOptions; API声明:config: ParticleConfigs[PARTICLE]; 差异内容:config: ParticleConfigs[PARTICLE]; | NA | component/particle.d.ts |
| 删除API | 类名:EmitterParticleOptions; API声明:count: number; 差异内容:count: number; | NA | component/particle.d.ts |
| 删除API | 类名:EmitterParticleOptions; API声明:lifetime?: number; 差异内容:lifetime?: number; | NA | component/particle.d.ts |
| 删除API | 类名:EmitterParticleOptions; API声明:lifetimeRange?: number; 差异内容:lifetimeRange?: number; | NA | component/particle.d.ts |
| 删除API | 类名:EmitterOptions; API声明:annulusRegion?: ParticleAnnulusRegion; 差异内容:annulusRegion?: ParticleAnnulusRegion; | NA | component/particle.d.ts |
| 删除API | 类名:global; API声明:interface ParticleUpdaterOptions 差异内容:interface ParticleUpdaterOptions | NA | component/particle.d.ts |
| 删除API | 类名:ParticleUpdaterOptions; API声明:type: UPDATER; 差异内容:type: UPDATER; | NA | component/particle.d.ts |
| 删除API | 类名:ParticleUpdaterOptions; API声明:config: ParticlePropertyUpdaterConfigs<TYPE>[UPDATER]; 差异内容:config: ParticlePropertyUpdaterConfigs<TYPE>[UPDATER]; | NA | component/particle.d.ts |
| 删除API | 类名:global; API声明:interface ParticleColorOptions 差异内容:interface ParticleColorOptions | NA | component/particle.d.ts |
| 删除API | 类名:ParticleColorOptions; API声明:r: ParticleTuple<number, number>; 差异内容:r: ParticleTuple<number, number>; | NA | component/particle.d.ts |
| 删除API | 类名:ParticleColorOptions; API声明:g: ParticleTuple<number, number>; 差异内容:g: ParticleTuple<number, number>; | NA | component/particle.d.ts |
| 删除API | 类名:ParticleColorOptions; API声明:b: ParticleTuple<number, number>; 差异内容:b: ParticleTuple<number, number>; | NA | component/particle.d.ts |
| 删除API | 类名:ParticleColorOptions; API声明:a: ParticleTuple<number, number>; 差异内容:a: ParticleTuple<number, number>; | NA | component/particle.d.ts |
| 删除API | 类名:global; API声明:interface ParticleColorUpdaterOptions 差异内容:interface ParticleColorUpdaterOptions | NA | component/particle.d.ts |
| 删除API | 类名:ParticleColorUpdaterOptions; API声明:type: UPDATER; 差异内容:type: UPDATER; | NA | component/particle.d.ts |
| 删除API | 类名:ParticleColorUpdaterOptions; API声明:config: ParticleColorPropertyUpdaterConfigs[UPDATER]; 差异内容:config: ParticleColorPropertyUpdaterConfigs[UPDATER]; | NA | component/particle.d.ts |
| 删除API | 类名:global; API声明:interface Particles 差异内容:interface Particles | NA | component/particle.d.ts |
| 删除API | 类名:Particles; API声明:particles: Array<ParticleOptions<PARTICLE, COLOR_UPDATER, OPACITY_UPDATER, SCALE_UPDATER, ACC_SPEED_UPDATER, ACC_ANGLE_UPDATER, SPIN_UPDATER>>; 差异内容:particles: Array<ParticleOptions<PARTICLE, COLOR_UPDATER, OPACITY_UPDATER, SCALE_UPDATER, ACC_SPEED_UPDATER, ACC_ANGLE_UPDATER, SPIN_UPDATER>>; | NA | component/particle.d.ts |
| 删除API | 类名:ParticleEmitterShape; API声明:ANNULUS = 'annulus' 差异内容:ANNULUS = 'annulus' | NA | component/particle.d.ts |
| 删除API | 类名:global; API声明:declare interface ParticleAnnulusRegion 差异内容:declare interface ParticleAnnulusRegion | NA | component/particle.d.ts |
| 删除API | 类名:ParticleAnnulusRegion; API声明:center?: PositionT<LengthMetrics>; 差异内容:center?: PositionT<LengthMetrics>; | NA | component/particle.d.ts |
| 删除API | 类名:ParticleAnnulusRegion; API声明:outerRadius: LengthMetrics; 差异内容:outerRadius: LengthMetrics; | NA | component/particle.d.ts |
| 删除API | 类名:ParticleAnnulusRegion; API声明:innerRadius: LengthMetrics; 差异内容:innerRadius: LengthMetrics; | NA | component/particle.d.ts |
| 删除API | 类名:ParticleAnnulusRegion; API声明:startAngle?: number; 差异内容:startAngle?: number; | NA | component/particle.d.ts |
| 删除API | 类名:ParticleAnnulusRegion; API声明:endAngle?: number; 差异内容:endAngle?: number; | NA | component/particle.d.ts |
| 删除API | 类名:global; API声明:type PasteButtonCallback = (event: ClickEvent, result: PasteButtonOnClickResult, error?: BusinessError<void>) => void; 差异内容:type PasteButtonCallback = (event: ClickEvent, result: PasteButtonOnClickResult, error?: BusinessError<void>) => void; | NA | component/paste_button.d.ts |
| 删除API | 类名:PasteButtonAttribute; API声明:onClick(event: PasteButtonCallback): PasteButtonAttribute; 差异内容:onClick(event: PasteButtonCallback): PasteButtonAttribute; | NA | component/paste_button.d.ts |
| 删除API | 类名:global; API声明:declare interface PathOptions 差异内容:declare interface PathOptions | NA | component/path.d.ts |
| 删除API | 类名:PathOptions; API声明:width?: Length; 差异内容:width?: Length; | NA | component/path.d.ts |
| 删除API | 类名:PathOptions; API声明:height?: Length; 差异内容:height?: Length; | NA | component/path.d.ts |
| 删除API | 类名:PathOptions; API声明:commands?: ResourceStr; 差异内容:commands?: ResourceStr; | NA | component/path.d.ts |
| 删除API | 类名:global; API声明:declare interface PolygonOptions 差异内容:declare interface PolygonOptions | NA | component/polygon.d.ts |
| 删除API | 类名:PolygonOptions; API声明:width?: Length; 差异内容:width?: Length; | NA | component/polygon.d.ts |
| 删除API | 类名:PolygonOptions; API声明:height?: Length; 差异内容:height?: Length; | NA | component/polygon.d.ts |
| 删除API | 类名:global; API声明:declare interface PolylineOptions 差异内容:declare interface PolylineOptions | NA | component/polyline.d.ts |
| 删除API | 类名:PolylineOptions; API声明:width?: Length; 差异内容:width?: Length; | NA | component/polyline.d.ts |
| 删除API | 类名:PolylineOptions; API声明:height?: Length; 差异内容:height?: Length; | NA | component/polyline.d.ts |
| 删除API | 类名:CapsuleStyleOptions; API声明:borderRadius?: LengthMetrics; 差异内容:borderRadius?: LengthMetrics; | NA | component/progress.d.ts |
| 删除API | 类名:global; API声明:declare type OnRadioChangeCallback = (isChecked: boolean) => void; 差异内容:declare type OnRadioChangeCallback = (isChecked: boolean) => void; | NA | component/radio.d.ts |
| 删除API | 类名:RadioAttribute; API声明:checked(isChecked: Optional<boolean>): RadioAttribute; 差异内容:checked(isChecked: Optional<boolean>): RadioAttribute; | NA | component/radio.d.ts |
| 删除API | 类名:RadioAttribute; API声明:onChange(callback: Optional<OnRadioChangeCallback>): RadioAttribute; 差异内容:onChange(callback: Optional<OnRadioChangeCallback>): RadioAttribute; | NA | component/radio.d.ts |
| 删除API | 类名:RadioAttribute; API声明:contentModifier(modifier: Optional<ContentModifier<RadioConfiguration>>): RadioAttribute; 差异内容:contentModifier(modifier: Optional<ContentModifier<RadioConfiguration>>): RadioAttribute; | NA | component/radio.d.ts |
| 删除API | 类名:global; API声明:declare interface RatingOptions 差异内容:declare interface RatingOptions | NA | component/rating.d.ts |
| 删除API | 类名:RatingOptions; API声明:rating: number; 差异内容:rating: number; | NA | component/rating.d.ts |
| 删除API | 类名:RatingOptions; API声明:indicator?: boolean; 差异内容:indicator?: boolean; | NA | component/rating.d.ts |
| 删除API | 类名:global; API声明:declare interface StarStyleOptions 差异内容:declare interface StarStyleOptions | NA | component/rating.d.ts |
| 删除API | 类名:StarStyleOptions; API声明:backgroundUri: ResourceStr; 差异内容:backgroundUri: ResourceStr; | NA | component/rating.d.ts |
| 删除API | 类名:StarStyleOptions; API声明:foregroundUri: ResourceStr; 差异内容:foregroundUri: ResourceStr; | NA | component/rating.d.ts |
| 删除API | 类名:StarStyleOptions; API声明:secondaryUri?: ResourceStr; 差异内容:secondaryUri?: ResourceStr; | NA | component/rating.d.ts |
| 删除API | 类名:global; API声明:declare type OnRatingChangeCallback = (rating: number) => void; 差异内容:declare type OnRatingChangeCallback = (rating: number) => void; | NA | component/rating.d.ts |
| 删除API | 类名:RatingAttribute; API声明:stars(starCount: Optional<number>): RatingAttribute; 差异内容:stars(starCount: Optional<number>): RatingAttribute; | NA | component/rating.d.ts |
| 删除API | 类名:RatingAttribute; API声明:stepSize(size: Optional<number>): RatingAttribute; 差异内容:stepSize(size: Optional<number>): RatingAttribute; | NA | component/rating.d.ts |
| 删除API | 类名:RatingAttribute; API声明:onChange(callback: Optional<OnRatingChangeCallback>): RatingAttribute; 差异内容:onChange(callback: Optional<OnRatingChangeCallback>): RatingAttribute; | NA | component/rating.d.ts |
| 删除API | 类名:RatingAttribute; API声明:contentModifier(modifier: Optional<ContentModifier<RatingConfiguration>>): RatingAttribute; 差异内容:contentModifier(modifier: Optional<ContentModifier<RatingConfiguration>>): RatingAttribute; | NA | component/rating.d.ts |
| 删除API | 类名:RefreshAttribute; API声明:maxPullDownDistance(distance: Optional<number>): RefreshAttribute; 差异内容:maxPullDownDistance(distance: Optional<number>): RefreshAttribute; | NA | component/refresh.d.ts |
| 删除API | 类名:VirtualScrollOptions; API声明:reusable?: boolean; 差异内容:reusable?: boolean; | NA | component/repeat.d.ts |
| 删除API | 类名:VirtualScrollOptions; API声明:onLazyLoading?(index: number): void; 差异内容:onLazyLoading?(index: number): void; | NA | component/repeat.d.ts |
| 删除API | 类名:VirtualScrollOptions; API声明:onTotalCount?(): number; 差异内容:onTotalCount?(): number; | NA | component/repeat.d.ts |
| 删除API | 类名:global; API声明:declare type RepeatArray<T> = Array<T> |ReadonlyArray<T> |Readonly<Array<T>>; 差异内容:declare type RepeatArray<T> = Array<T> |ReadonlyArray<T> |Readonly<Array<T>>; | NA | component/repeat.d.ts |
| 删除API | 类名:global; API声明:declare type RepeatInterface = <T>(arr: RepeatArray<T>) => RepeatAttribute<T>; 差异内容:declare type RepeatInterface = <T>(arr: RepeatArray<T>) => RepeatAttribute<T>; | NA | component/repeat.d.ts |
| 删除API | 类名:global; API声明:declare enum UndoStyle 差异内容:declare enum UndoStyle | NA | component/rich_editor.d.ts |
| 删除API | 类名:UndoStyle; API声明:CLEAR_STYLE = 0 差异内容:CLEAR_STYLE = 0 | NA | component/rich_editor.d.ts |
| 删除API | 类名:UndoStyle; API声明:KEEP_STYLE = 1 差异内容:KEEP_STYLE = 1 | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorTextStyle; API声明:halfLeading?: boolean; 差异内容:halfLeading?: boolean; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorTextStyle; API声明:textBackgroundStyle?: TextBackgroundStyle; 差异内容:textBackgroundStyle?: TextBackgroundStyle; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorParagraphStyle; API声明:textVerticalAlign?: TextVerticalAlign; 差异内容:textVerticalAlign?: TextVerticalAlign; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorParagraphStyle; API声明:paragraphSpacing?: number; 差异内容:paragraphSpacing?: number; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorTextStyleResult; API声明:halfLeading?: boolean; 差异内容:halfLeading?: boolean; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorTextStyleResult; API声明:textBackgroundStyle?: TextBackgroundStyle; 差异内容:textBackgroundStyle?: TextBackgroundStyle; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorTextSpanResult; API声明:urlStyle?: RichEditorUrlStyle; 差异内容:urlStyle?: RichEditorUrlStyle; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorTextSpanOptions; API声明:urlStyle?: RichEditorUrlStyle; 差异内容:urlStyle?: RichEditorUrlStyle; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorUpdateTextSpanStyleOptions; API声明:urlStyle?: RichEditorUrlStyle; 差异内容:urlStyle?: RichEditorUrlStyle; | NA | component/rich_editor.d.ts |
| 删除API | 类名:SelectionMenuOptions; API声明:previewMenuOptions?: PreviewMenuOptions; 差异内容:previewMenuOptions?: PreviewMenuOptions; | NA | component/rich_editor.d.ts |
| 删除API | 类名:global; API声明:declare interface PreviewMenuOptions 差异内容:declare interface PreviewMenuOptions | NA | component/rich_editor.d.ts |
| 删除API | 类名:PreviewMenuOptions; API声明:hapticFeedbackMode?: HapticFeedbackMode; 差异内容:hapticFeedbackMode?: HapticFeedbackMode; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorBaseController; API声明:setTypingParagraphStyle(style: RichEditorParagraphStyle): void; 差异内容:setTypingParagraphStyle(style: RichEditorParagraphStyle): void; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorBaseController; API声明:getCaretRect(): RectResult |undefined; 差异内容:getCaretRect(): RectResult |undefined; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorAttribute; API声明:maxLength(maxLength: Optional<number>): RichEditorAttribute; 差异内容:maxLength(maxLength: Optional<number>): RichEditorAttribute; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorAttribute; API声明:maxLines(maxLines: Optional<number>): RichEditorAttribute; 差异内容:maxLines(maxLines: Optional<number>): RichEditorAttribute; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorAttribute; API声明:enableAutoSpacing(enable: Optional<boolean>): RichEditorAttribute; 差异内容:enableAutoSpacing(enable: Optional<boolean>): RichEditorAttribute; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorAttribute; API声明:stopBackPress(isStopped: Optional<boolean>): RichEditorAttribute; 差异内容:stopBackPress(isStopped: Optional<boolean>): RichEditorAttribute; | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorAttribute; API声明:undoStyle(style: Optional<UndoStyle>): RichEditorAttribute; 差异内容:undoStyle(style: Optional<UndoStyle>): RichEditorAttribute; | NA | component/rich_editor.d.ts |
| 删除API | 类名:global; API声明:declare interface RichEditorUrlStyle 差异内容:declare interface RichEditorUrlStyle | NA | component/rich_editor.d.ts |
| 删除API | 类名:RichEditorUrlStyle; API声明:url?: ResourceStr; 差异内容:url?: ResourceStr; | NA | component/rich_editor.d.ts |
| 删除API | 类名:global; API声明:declare interface RowOptions 差异内容:declare interface RowOptions | NA | component/row.d.ts |
| 删除API | 类名:RowOptions; API声明:space?: string |number; 差异内容:space?: string |number; | NA | component/row.d.ts |
| 删除API | 类名:global; API声明:interface RowOptionsV2 差异内容:interface RowOptionsV2 | NA | component/row.d.ts |
| 删除API | 类名:RowOptionsV2; API声明:space?: SpaceType; 差异内容:space?: SpaceType; | NA | component/row.d.ts |
| 删除API | 类名:SaveDescription; API声明:SAVE_ALL = 12 差异内容:SAVE_ALL = 12 | NA | component/save_button.d.ts |
| 删除API | 类名:global; API声明:type SaveButtonCallback = (event: ClickEvent, result: SaveButtonOnClickResult, error?: BusinessError<void>) => void; 差异内容:type SaveButtonCallback = (event: ClickEvent, result: SaveButtonOnClickResult, error?: BusinessError<void>) => void; | NA | component/save_button.d.ts |
| 删除API | 类名:SaveButtonAttribute; API声明:onClick(event: SaveButtonCallback): SaveButtonAttribute; 差异内容:onClick(event: SaveButtonCallback): SaveButtonAttribute; | NA | component/save_button.d.ts |
| 删除API | 类名:SaveButtonAttribute; API声明:setIcon(icon: Resource): SaveButtonAttribute; 差异内容:setIcon(icon: Resource): SaveButtonAttribute; | NA | component/save_button.d.ts |
| 删除API | 类名:SaveButtonAttribute; API声明:setText(text: string |Resource): SaveButtonAttribute; 差异内容:setText(text: string |Resource): SaveButtonAttribute; | NA | component/save_button.d.ts |
| 删除API | 类名:SaveButtonAttribute; API声明:iconSize(size: Dimension |SizeOptions): SaveButtonAttribute; 差异内容:iconSize(size: Dimension |SizeOptions): SaveButtonAttribute; | NA | component/save_button.d.ts |
| 删除API | 类名:SaveButtonAttribute; API声明:iconBorderRadius(radius: Dimension |BorderRadiuses): SaveButtonAttribute; 差异内容:iconBorderRadius(radius: Dimension |BorderRadiuses): SaveButtonAttribute; | NA | component/save_button.d.ts |
| 删除API | 类名:SaveButtonAttribute; API声明:stateEffect(enabled: boolean): SaveButtonAttribute; 差异内容:stateEffect(enabled: boolean): SaveButtonAttribute; | NA | component/save_button.d.ts |
| 删除API | 类名:ScrollDirection; API声明:FREE = 4 差异内容:FREE = 4 | NA | component/scroll.d.ts |
| 删除API | 类名:global; API声明:declare interface UIScrollEvent 差异内容:declare interface UIScrollEvent | NA | component/scroll.d.ts |
| 删除API | 类名:UIScrollEvent; API声明:setOnWillScroll(callback: ScrollOnWillScrollCallback |undefined): void; 差异内容:setOnWillScroll(callback: ScrollOnWillScrollCallback |undefined): void; | NA | component/scroll.d.ts |
| 删除API | 类名:UIScrollEvent; API声明:setOnDidScroll(callback: ScrollOnScrollCallback |undefined): void; 差异内容:setOnDidScroll(callback: ScrollOnScrollCallback |undefined): void; | NA | component/scroll.d.ts |
| 删除API | 类名:global; API声明:declare interface ScrollOptions 差异内容:declare interface ScrollOptions | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollOptions; API声明:xOffset: number |string; 差异内容:xOffset: number |string; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollOptions; API声明:yOffset: number |string; 差异内容:yOffset: number |string; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollOptions; API声明:animation?: ScrollAnimationOptions |boolean; 差异内容:animation?: ScrollAnimationOptions |boolean; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollOptions; API声明:canOverScroll?: boolean; 差异内容:canOverScroll?: boolean; | NA | component/scroll.d.ts |
| 删除API | 类名:global; API声明:declare type OnScrollEdgeCallback = (side: Edge) => void; 差异内容:declare type OnScrollEdgeCallback = (side: Edge) => void; | NA | component/scroll.d.ts |
| 删除API | 类名:global; API声明:interface OnScrollFrameBeginHandlerResult 差异内容:interface OnScrollFrameBeginHandlerResult | NA | component/scroll.d.ts |
| 删除API | 类名:OnScrollFrameBeginHandlerResult; API声明:offsetRemain: number; 差异内容:offsetRemain: number; | NA | component/scroll.d.ts |
| 删除API | 类名:global; API声明:declare type OnScrollFrameBeginCallback = (offset: number, state: ScrollState) => OnScrollFrameBeginHandlerResult; 差异内容:declare type OnScrollFrameBeginCallback = (offset: number, state: ScrollState) => OnScrollFrameBeginHandlerResult; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:maxZoomScale(scale: number): ScrollAttribute; 差异内容:maxZoomScale(scale: number): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:minZoomScale(scale: number): ScrollAttribute; 差异内容:minZoomScale(scale: number): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:zoomScale(scale: number): ScrollAttribute; 差异内容:zoomScale(scale: number): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:enableBouncesZoom(enable: boolean): ScrollAttribute; 差异内容:enableBouncesZoom(enable: boolean): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:onScrollEdge(event: OnScrollEdgeCallback): ScrollAttribute; 差异内容:onScrollEdge(event: OnScrollEdgeCallback): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:onScrollStart(event: VoidCallback): ScrollAttribute; 差异内容:onScrollStart(event: VoidCallback): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:onScrollStop(event: VoidCallback): ScrollAttribute; 差异内容:onScrollStop(event: VoidCallback): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:onDidZoom(event: ScrollOnDidZoomCallback): ScrollAttribute; 差异内容:onDidZoom(event: ScrollOnDidZoomCallback): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:onZoomStart(event: VoidCallback): ScrollAttribute; 差异内容:onZoomStart(event: VoidCallback): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:onZoomStop(event: VoidCallback): ScrollAttribute; 差异内容:onZoomStop(event: VoidCallback): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollAttribute; API声明:onScrollFrameBegin(event: OnScrollFrameBeginCallback): ScrollAttribute; 差异内容:onScrollFrameBegin(event: OnScrollFrameBeginCallback): ScrollAttribute; | NA | component/scroll.d.ts |
| 删除API | 类名:global; API声明:declare type ScrollOnDidZoomCallback = (scale: number) => void; 差异内容:declare type ScrollOnDidZoomCallback = (scale: number) => void; | NA | component/scroll.d.ts |
| 删除API | 类名:ScrollBarAttribute; API声明:scrollBarColor(color: Optional<ColorMetrics>): ScrollBarAttribute; 差异内容:scrollBarColor(color: Optional<ColorMetrics>): ScrollBarAttribute; | NA | component/scroll_bar.d.ts |
| 删除API | 类名:SearchType; API声明:ONE_TIME_CODE = 14 差异内容:ONE_TIME_CODE = 14 | NA | component/search.d.ts |
| 删除API | 类名:global; API声明:declare interface SearchOptions 差异内容:declare interface SearchOptions | NA | component/search.d.ts |
| 删除API | 类名:SearchOptions; API声明:value?: ResourceStr; 差异内容:value?: ResourceStr; | NA | component/search.d.ts |
| 删除API | 类名:SearchOptions; API声明:placeholder?: ResourceStr; 差异内容:placeholder?: ResourceStr; | NA | component/search.d.ts |
| 删除API | 类名:SearchOptions; API声明:icon?: string; 差异内容:icon?: string; | NA | component/search.d.ts |
| 删除API | 类名:SearchOptions; API声明:controller?: SearchController; 差异内容:controller?: SearchController; | NA | component/search.d.ts |
| 删除API | 类名:SearchButtonOptions; API声明:autoDisable?: Boolean; 差异内容:autoDisable?: Boolean; | NA | component/search.d.ts |
| 删除API | 类名:SearchAttribute; API声明:minFontScale(scale: Optional<number |Resource>): SearchAttribute; 差异内容:minFontScale(scale: Optional<number |Resource>): SearchAttribute; | NA | component/search.d.ts |
| 删除API | 类名:SearchAttribute; API声明:maxFontScale(scale: Optional<number |Resource>): SearchAttribute; 差异内容:maxFontScale(scale: Optional<number |Resource>): SearchAttribute; | NA | component/search.d.ts |
| 删除API | 类名:SearchAttribute; API声明:onWillAttachIME(callback: Callback<IMEClient>): SearchAttribute; 差异内容:onWillAttachIME(callback: Callback<IMEClient>): SearchAttribute; | NA | component/search.d.ts |
| 删除API | 类名:SearchAttribute; API声明:autoCapitalizationMode(mode: AutoCapitalizationMode): SearchAttribute; 差异内容:autoCapitalizationMode(mode: AutoCapitalizationMode): SearchAttribute; | NA | component/search.d.ts |
| 删除API | 类名:SearchAttribute; API声明:halfLeading(halfLeading: Optional<boolean>): SearchAttribute; 差异内容:halfLeading(halfLeading: Optional<boolean>): SearchAttribute; | NA | component/search.d.ts |
| 删除API | 类名:SearchAttribute; API声明:strokeWidth(width: Optional<LengthMetrics>): SearchAttribute; 差异内容:strokeWidth(width: Optional<LengthMetrics>): SearchAttribute; | NA | component/search.d.ts |
| 删除API | 类名:SearchAttribute; API声明:strokeColor(color: Optional<ResourceColor>): SearchAttribute; 差异内容:strokeColor(color: Optional<ResourceColor>): SearchAttribute; | NA | component/search.d.ts |
| 删除API | 类名:SearchAttribute; API声明:enableAutoSpacing(enabled: Optional<boolean>): SearchAttribute; 差异内容:enableAutoSpacing(enabled: Optional<boolean>): SearchAttribute; | NA | component/search.d.ts |
| 删除API | 类名:SecurityComponentMethod; API声明:minFontScale(scale: number |Resource): T; 差异内容:minFontScale(scale: number |Resource): T; | NA | component/security_component.d.ts |
| 删除API | 类名:SecurityComponentMethod; API声明:maxFontScale(scale: number |Resource): T; 差异内容:maxFontScale(scale: number |Resource): T; | NA | component/security_component.d.ts |
| 删除API | 类名:SecurityComponentMethod; API声明:maxLines(line: number |Resource): T; 差异内容:maxLines(line: number |Resource): T; | NA | component/security_component.d.ts |
| 删除API | 类名:SecurityComponentMethod; API声明:minFontSize(minSize: number |string |Resource): T; 差异内容:minFontSize(minSize: number |string |Resource): T; | NA | component/security_component.d.ts |
| 删除API | 类名:SecurityComponentMethod; API声明:maxFontSize(maxSize: number |string |Resource): T; 差异内容:maxFontSize(maxSize: number |string |Resource): T; | NA | component/security_component.d.ts |
| 删除API | 类名:SecurityComponentMethod; API声明:heightAdaptivePolicy(policy: TextHeightAdaptivePolicy): T; 差异内容:heightAdaptivePolicy(policy: TextHeightAdaptivePolicy): T; | NA | component/security_component.d.ts |
| 删除API | 类名:SecurityComponentMethod; API声明:enabled(respond: boolean): T; 差异内容:enabled(respond: boolean): T; | NA | component/security_component.d.ts |
| 删除API | 类名:global; API声明:declare enum AvoidanceMode 差异内容:declare enum AvoidanceMode | NA | component/select.d.ts |
| 删除API | 类名:AvoidanceMode; API声明:COVER_TARGET 差异内容:COVER_TARGET | NA | component/select.d.ts |
| 删除API | 类名:AvoidanceMode; API声明:AVOID_AROUND_TARGET 差异内容:AVOID_AROUND_TARGET | NA | component/select.d.ts |
| 删除API | 类名:global; API声明:declare type OnSelectCallback = (index: number, selectStr: string) => void; 差异内容:declare type OnSelectCallback = (index: number, selectStr: string) => void; | NA | component/select.d.ts |
| 删除API | 类名:global; API声明:declare interface MenuOutlineOptions 差异内容:declare interface MenuOutlineOptions | NA | component/select.d.ts |
| 删除API | 类名:MenuOutlineOptions; API声明:width?: Dimension |EdgeOutlineWidths; 差异内容:width?: Dimension |EdgeOutlineWidths; | NA | component/select.d.ts |
| 删除API | 类名:MenuOutlineOptions; API声明:color?: ResourceColor |EdgeColors; 差异内容:color?: ResourceColor |EdgeColors; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:selected(numCount: Optional<number |Resource>): SelectAttribute; 差异内容:selected(numCount: Optional<number |Resource>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:value(resStr: Optional<ResourceStr>): SelectAttribute; 差异内容:value(resStr: Optional<ResourceStr>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:font(selectFont: Optional<Font>): SelectAttribute; 差异内容:font(selectFont: Optional<Font>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:fontColor(resColor: Optional<ResourceColor>): SelectAttribute; 差异内容:fontColor(resColor: Optional<ResourceColor>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:selectedOptionBgColor(resColor: Optional<ResourceColor>): SelectAttribute; 差异内容:selectedOptionBgColor(resColor: Optional<ResourceColor>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:selectedOptionFont(selectFont: Optional<Font>): SelectAttribute; 差异内容:selectedOptionFont(selectFont: Optional<Font>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:selectedOptionFontColor(resColor: Optional<ResourceColor>): SelectAttribute; 差异内容:selectedOptionFontColor(resColor: Optional<ResourceColor>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:optionBgColor(resColor: Optional<ResourceColor>): SelectAttribute; 差异内容:optionBgColor(resColor: Optional<ResourceColor>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:optionFont(selectFont: Optional<Font>): SelectAttribute; 差异内容:optionFont(selectFont: Optional<Font>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:optionFontColor(resColor: Optional<ResourceColor>): SelectAttribute; 差异内容:optionFontColor(resColor: Optional<ResourceColor>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:onSelect(callback: Optional<OnSelectCallback>): SelectAttribute; 差异内容:onSelect(callback: Optional<OnSelectCallback>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:space(spaceLength: Optional<Length>): SelectAttribute; 差异内容:space(spaceLength: Optional<Length>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:arrowPosition(position: Optional<ArrowPosition>): SelectAttribute; 差异内容:arrowPosition(position: Optional<ArrowPosition>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:menuAlign(alignType: Optional<MenuAlignType>, offset?: Offset): SelectAttribute; 差异内容:menuAlign(alignType: Optional<MenuAlignType>, offset?: Offset): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:optionWidth(width: Optional<Dimension |OptionWidthMode>): SelectAttribute; 差异内容:optionWidth(width: Optional<Dimension |OptionWidthMode>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:optionHeight(height: Optional<Dimension>): SelectAttribute; 差异内容:optionHeight(height: Optional<Dimension>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:menuBackgroundColor(resColor: Optional<ResourceColor>): SelectAttribute; 差异内容:menuBackgroundColor(resColor: Optional<ResourceColor>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:menuBackgroundBlurStyle(style: Optional<BlurStyle>): SelectAttribute; 差异内容:menuBackgroundBlurStyle(style: Optional<BlurStyle>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:controlSize(size: Optional<ControlSize>): SelectAttribute; 差异内容:controlSize(size: Optional<ControlSize>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:menuItemContentModifier(modifier: Optional<ContentModifier<MenuItemConfiguration>>): SelectAttribute; 差异内容:menuItemContentModifier(modifier: Optional<ContentModifier<MenuItemConfiguration>>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:textModifier(modifier: Optional<TextModifier>): SelectAttribute; 差异内容:textModifier(modifier: Optional<TextModifier>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:arrowModifier(modifier: Optional<SymbolGlyphModifier>): SelectAttribute; 差异内容:arrowModifier(modifier: Optional<SymbolGlyphModifier>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:optionTextModifier(modifier: Optional<TextModifier>): SelectAttribute; 差异内容:optionTextModifier(modifier: Optional<TextModifier>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:selectedOptionTextModifier(modifier: Optional<TextModifier>): SelectAttribute; 差异内容:selectedOptionTextModifier(modifier: Optional<TextModifier>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:dividerStyle(style: Optional<DividerStyleOptions>): SelectAttribute; 差异内容:dividerStyle(style: Optional<DividerStyleOptions>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:avoidance(mode: AvoidanceMode): SelectAttribute; 差异内容:avoidance(mode: AvoidanceMode): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:menuOutline(outline: MenuOutlineOptions): SelectAttribute; 差异内容:menuOutline(outline: MenuOutlineOptions): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:showInSubWindow(showInSubWindow: Optional<boolean>): SelectAttribute; 差异内容:showInSubWindow(showInSubWindow: Optional<boolean>): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:SelectAttribute; API声明:showDefaultSelectedIcon(show: boolean): SelectAttribute; 差异内容:showDefaultSelectedIcon(show: boolean): SelectAttribute; | NA | component/select.d.ts |
| 删除API | 类名:global; API声明:declare interface ViewportRect 差异内容:declare interface ViewportRect | NA | component/shape.d.ts |
| 删除API | 类名:ViewportRect; API声明:x?: Length; 差异内容:x?: Length; | NA | component/shape.d.ts |
| 删除API | 类名:ViewportRect; API声明:y?: Length; 差异内容:y?: Length; | NA | component/shape.d.ts |
| 删除API | 类名:ViewportRect; API声明:width?: Length; 差异内容:width?: Length; | NA | component/shape.d.ts |
| 删除API | 类名:ViewportRect; API声明:height?: Length; 差异内容:height?: Length; | NA | component/shape.d.ts |
| 删除API | 类名:global; API声明:declare interface ButtonIconOptions 差异内容:declare interface ButtonIconOptions | NA | component/sidebar.d.ts |
| 删除API | 类名:ButtonIconOptions; API声明:shown: string |PixelMap |Resource; 差异内容:shown: string |PixelMap |Resource; | NA | component/sidebar.d.ts |
| 删除API | 类名:ButtonIconOptions; API声明:hidden: string |PixelMap |Resource; 差异内容:hidden: string |PixelMap |Resource; | NA | component/sidebar.d.ts |
| 删除API | 类名:ButtonIconOptions; API声明:switching?: string |PixelMap |Resource; 差异内容:switching?: string |PixelMap |Resource; | NA | component/sidebar.d.ts |
| 删除API | 类名:global; API声明:declare interface SliderStepItemAccessibility 差异内容:declare interface SliderStepItemAccessibility | NA | component/slider.d.ts |
| 删除API | 类名:SliderStepItemAccessibility; API声明:text?: ResourceStr; 差异内容:text?: ResourceStr; | NA | component/slider.d.ts |
| 删除API | 类名:global; API声明:declare interface SliderShowStepOptions 差异内容:declare interface SliderShowStepOptions | NA | component/slider.d.ts |
| 删除API | 类名:SliderShowStepOptions; API声明:stepsAccessibility?: Map<number, SliderStepItemAccessibility>; 差异内容:stepsAccessibility?: Map<number, SliderStepItemAccessibility>; | NA | component/slider.d.ts |
| 删除API | 类名:global; API声明:interface SliderCustomContentOptions 差异内容:interface SliderCustomContentOptions | NA | component/slider.d.ts |
| 删除API | 类名:SliderCustomContentOptions; API声明:accessibilityText?: ResourceStr; 差异内容:accessibilityText?: ResourceStr; | NA | component/slider.d.ts |
| 删除API | 类名:SliderCustomContentOptions; API声明:accessibilityDescription?: ResourceStr; 差异内容:accessibilityDescription?: ResourceStr; | NA | component/slider.d.ts |
| 删除API | 类名:SliderCustomContentOptions; API声明:accessibilityLevel?: string; 差异内容:accessibilityLevel?: string; | NA | component/slider.d.ts |
| 删除API | 类名:SliderCustomContentOptions; API声明:accessibilityGroup?: boolean; 差异内容:accessibilityGroup?: boolean; | NA | component/slider.d.ts |
| 删除API | 类名:global; API声明:interface SliderPrefixOptions 差异内容:interface SliderPrefixOptions | NA | component/slider.d.ts |
| 删除API | 类名:global; API声明:interface SliderSuffixOptions 差异内容:interface SliderSuffixOptions | NA | component/slider.d.ts |
| 删除API | 类名:SliderAttribute; API声明:selectedColor(selectedColor: ResourceColor |LinearGradient): SliderAttribute; 差异内容:selectedColor(selectedColor: ResourceColor |LinearGradient): SliderAttribute; | NA | component/slider.d.ts |
| 删除API | 类名:SliderAttribute; API声明:showSteps(value: boolean, options?: SliderShowStepOptions): SliderAttribute; 差异内容:showSteps(value: boolean, options?: SliderShowStepOptions): SliderAttribute; | NA | component/slider.d.ts |
| 删除API | 类名:SliderAttribute; API声明:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): SliderAttribute; 差异内容:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): SliderAttribute; | NA | component/slider.d.ts |
| 删除API | 类名:SliderAttribute; API声明:enableHapticFeedback(enabled: boolean): SliderAttribute; 差异内容:enableHapticFeedback(enabled: boolean): SliderAttribute; | NA | component/slider.d.ts |
| 删除API | 类名:SliderAttribute; API声明:prefix(content: ComponentContent, options?: SliderPrefixOptions): SliderAttribute; 差异内容:prefix(content: ComponentContent, options?: SliderPrefixOptions): SliderAttribute; | NA | component/slider.d.ts |
| 删除API | 类名:SliderAttribute; API声明:suffix(content: ComponentContent, options?: SliderSuffixOptions): SliderAttribute; 差异内容:suffix(content: ComponentContent, options?: SliderSuffixOptions): SliderAttribute; | NA | component/slider.d.ts |
| 删除API | 类名:global; API声明:declare interface StackOptions 差异内容:declare interface StackOptions | NA | component/stack.d.ts |
| 删除API | 类名:StackOptions; API声明:alignContent?: Alignment; 差异内容:alignContent?: Alignment; | NA | component/stack.d.ts |
| 删除API | 类名:global; API声明:interface StepperOptions 差异内容:interface StepperOptions | NA | component/stepper.d.ts |
| 删除API | 类名:StepperOptions; API声明:index?: number; 差异内容:index?: number; | NA | component/stepper.d.ts |
| 删除API | 类名:TextStyle; API声明:readonly strokeWidth?: number; 差异内容:readonly strokeWidth?: number; | NA | component/styled_string.d.ts |
| 删除API | 类名:TextStyle; API声明:readonly strokeColor?: ResourceColor; 差异内容:readonly strokeColor?: ResourceColor; | NA | component/styled_string.d.ts |
| 删除API | 类名:TextStyle; API声明:readonly superscript?: SuperscriptStyle; 差异内容:readonly superscript?: SuperscriptStyle; | NA | component/styled_string.d.ts |
| 删除API | 类名:TextStyleInterface; API声明:strokeWidth?: LengthMetrics; 差异内容:strokeWidth?: LengthMetrics; | NA | component/styled_string.d.ts |
| 删除API | 类名:TextStyleInterface; API声明:strokeColor?: ResourceColor; 差异内容:strokeColor?: ResourceColor; | NA | component/styled_string.d.ts |
| 删除API | 类名:TextStyleInterface; API声明:superscript?: SuperscriptStyle; 差异内容:superscript?: SuperscriptStyle; | NA | component/styled_string.d.ts |
| 删除API | 类名:global; API声明:declare interface DecorationOptions 差异内容:declare interface DecorationOptions | NA | component/styled_string.d.ts |
| 删除API | 类名:DecorationOptions; API声明:enableMultiType?: boolean; 差异内容:enableMultiType?: boolean; | NA | component/styled_string.d.ts |
| 删除API | 类名:DecorationStyle; API声明:readonly thicknessScale?: number; 差异内容:readonly thicknessScale?: number; | NA | component/styled_string.d.ts |
| 删除API | 类名:DecorationStyle; API声明:readonly options?: DecorationOptions; 差异内容:readonly options?: DecorationOptions; | NA | component/styled_string.d.ts |
| 删除API | 类名:DecorationStyleInterface; API声明:thicknessScale?: number; 差异内容:thicknessScale?: number; | NA | component/styled_string.d.ts |
| 删除API | 类名:GestureStyleInterface; API声明:onTouch?: Callback<TouchEvent>; 差异内容:onTouch?: Callback<TouchEvent>; | NA | component/styled_string.d.ts |
| 删除API | 类名:ParagraphStyle; API声明:readonly textVerticalAlign?: TextVerticalAlign; 差异内容:readonly textVerticalAlign?: TextVerticalAlign; | NA | component/styled_string.d.ts |
| 删除API | 类名:ParagraphStyle; API声明:readonly paragraphSpacing?: number; 差异内容:readonly paragraphSpacing?: number; | NA | component/styled_string.d.ts |
| 删除API | 类名:ParagraphStyleInterface; API声明:textVerticalAlign?: TextVerticalAlign; 差异内容:textVerticalAlign?: TextVerticalAlign; | NA | component/styled_string.d.ts |
| 删除API | 类名:ParagraphStyleInterface; API声明:paragraphSpacing?: LengthMetrics; 差异内容:paragraphSpacing?: LengthMetrics; | NA | component/styled_string.d.ts |
| 删除API | 类名:SwiperController; API声明:preloadItems(indices: Optional<Array<number>>): Promise<void>; 差异内容:preloadItems(indices: Optional<Array<number>>): Promise<void>; | NA | component/swiper.d.ts |
| 删除API | 类名:DotIndicator; API声明:space(space: LengthMetrics): DotIndicator; 差异内容:space(space: LengthMetrics): DotIndicator; | NA | component/swiper.d.ts |
| 删除API | 类名:global; API声明:declare interface SwiperAutoFill 差异内容:declare interface SwiperAutoFill | NA | component/swiper.d.ts |
| 删除API | 类名:SwiperAutoFill; API声明:minSize: VP; 差异内容:minSize: VP; | NA | component/swiper.d.ts |
| 删除API | 类名:global; API声明:declare interface AutoPlayOptions 差异内容:declare interface AutoPlayOptions | NA | component/swiper.d.ts |
| 删除API | 类名:AutoPlayOptions; API声明:stopWhenTouched: boolean; 差异内容:stopWhenTouched: boolean; | NA | component/swiper.d.ts |
| 删除API | 类名:global; API声明:declare type OnSwiperAnimationStartCallback = (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void; 差异内容:declare type OnSwiperAnimationStartCallback = (index: number, targetIndex: number, extraInfo: SwiperAnimationEvent) => void; | NA | component/swiper.d.ts |
| 删除API | 类名:global; API声明:declare type OnSwiperAnimationEndCallback = (index: number, extraInfo: SwiperAnimationEvent) => void; 差异内容:declare type OnSwiperAnimationEndCallback = (index: number, extraInfo: SwiperAnimationEvent) => void; | NA | component/swiper.d.ts |
| 删除API | 类名:global; API声明:declare type OnSwiperGestureSwipeCallback = (index: number, extraInfo: SwiperAnimationEvent) => void; 差异内容:declare type OnSwiperGestureSwipeCallback = (index: number, extraInfo: SwiperAnimationEvent) => void; | NA | component/swiper.d.ts |
| 删除API | 类名:SwiperAttribute; API声明:onChange(event: Callback<number>): SwiperAttribute; 差异内容:onChange(event: Callback<number>): SwiperAttribute; | NA | component/swiper.d.ts |
| 删除API | 类名:SwiperAttribute; API声明:onSelected(event: Callback<number>): SwiperAttribute; 差异内容:onSelected(event: Callback<number>): SwiperAttribute; | NA | component/swiper.d.ts |
| 删除API | 类名:SwiperAttribute; API声明:onUnselected(event: Callback<number>): SwiperAttribute; 差异内容:onUnselected(event: Callback<number>): SwiperAttribute; | NA | component/swiper.d.ts |
| 删除API | 类名:SwiperAttribute; API声明:onScrollStateChanged(event: Callback<ScrollState>): SwiperAttribute; 差异内容:onScrollStateChanged(event: Callback<ScrollState>): SwiperAttribute; | NA | component/swiper.d.ts |
| 删除API | 类名:SwiperAttribute; API声明:onAnimationStart(event: OnSwiperAnimationStartCallback): SwiperAttribute; 差异内容:onAnimationStart(event: OnSwiperAnimationStartCallback): SwiperAttribute; | NA | component/swiper.d.ts |
| 删除API | 类名:SwiperAttribute; API声明:onAnimationEnd(event: OnSwiperAnimationEndCallback): SwiperAttribute; 差异内容:onAnimationEnd(event: OnSwiperAnimationEndCallback): SwiperAttribute; | NA | component/swiper.d.ts |
| 删除API | 类名:SwiperAttribute; API声明:onGestureSwipe(event: OnSwiperGestureSwipeCallback): SwiperAttribute; 差异内容:onGestureSwipe(event: OnSwiperGestureSwipeCallback): SwiperAttribute; | NA | component/swiper.d.ts |
| 删除API | 类名:SwiperAttribute; API声明:maintainVisibleContentPosition(enabled: boolean): SwiperAttribute; 差异内容:maintainVisibleContentPosition(enabled: boolean): SwiperAttribute; | NA | component/swiper.d.ts |
| 删除API | 类名:global; API声明:declare enum ReplaceEffectType 差异内容:declare enum ReplaceEffectType | NA | component/symbolglyph.d.ts |
| 删除API | 类名:ReplaceEffectType; API声明:SEQUENTIAL = 0 差异内容:SEQUENTIAL = 0 | NA | component/symbolglyph.d.ts |
| 删除API | 类名:ReplaceEffectType; API声明:CROSS_FADE = 1 差异内容:CROSS_FADE = 1 | NA | component/symbolglyph.d.ts |
| 删除API | 类名:ReplaceEffectType; API声明:SLASH_OVERLAY = 2 差异内容:SLASH_OVERLAY = 2 | NA | component/symbolglyph.d.ts |
| 删除API | 类名:ReplaceSymbolEffect; API声明:replaceType?: ReplaceEffectType; 差异内容:replaceType?: ReplaceEffectType; | NA | component/symbolglyph.d.ts |
| 删除API | 类名:SymbolGlyphAttribute; API声明:shaderStyle(shader: Array<ShaderStyle |undefined> |ShaderStyle): SymbolGlyphAttribute; 差异内容:shaderStyle(shader: Array<ShaderStyle |undefined> |ShaderStyle): SymbolGlyphAttribute; | NA | component/symbolglyph.d.ts |
| 删除API | 类名:SymbolGlyphAttribute; API声明:minFontScale(scale: Optional<number |Resource>): SymbolGlyphAttribute; 差异内容:minFontScale(scale: Optional<number |Resource>): SymbolGlyphAttribute; | NA | component/symbolglyph.d.ts |
| 删除API | 类名:SymbolGlyphAttribute; API声明:maxFontScale(scale: Optional<number |Resource>): SymbolGlyphAttribute; 差异内容:maxFontScale(scale: Optional<number |Resource>): SymbolGlyphAttribute; | NA | component/symbolglyph.d.ts |
| 删除API | 类名:SymbolGlyphAttribute; API声明:symbolShadow(shadow: Optional<ShadowOptions>): SymbolGlyphAttribute; 差异内容:symbolShadow(shadow: Optional<ShadowOptions>): SymbolGlyphAttribute; | NA | component/symbolglyph.d.ts |
| 删除API | 类名:global; API声明:declare enum TabsCacheMode 差异内容:declare enum TabsCacheMode | NA | component/tabs.d.ts |
| 删除API | 类名:TabsCacheMode; API声明:CACHE_BOTH_SIDE = 0 差异内容:CACHE_BOTH_SIDE = 0 | NA | component/tabs.d.ts |
| 删除API | 类名:TabsCacheMode; API声明:CACHE_LATEST_SWITCHED = 1 差异内容:CACHE_LATEST_SWITCHED = 1 | NA | component/tabs.d.ts |
| 删除API | 类名:global; API声明:declare type OnTabsAnimationStartCallback = (index: number, targetIndex: number, extraInfo: TabsAnimationEvent) => void; 差异内容:declare type OnTabsAnimationStartCallback = (index: number, targetIndex: number, extraInfo: TabsAnimationEvent) => void; | NA | component/tabs.d.ts |
| 删除API | 类名:global; API声明:declare type OnTabsAnimationEndCallback = (index: number, extraInfo: TabsAnimationEvent) => void; 差异内容:declare type OnTabsAnimationEndCallback = (index: number, extraInfo: TabsAnimationEvent) => void; | NA | component/tabs.d.ts |
| 删除API | 类名:global; API声明:declare type OnTabsGestureSwipeCallback = (index: number, extraInfo: TabsAnimationEvent) => void; 差异内容:declare type OnTabsGestureSwipeCallback = (index: number, extraInfo: TabsAnimationEvent) => void; | NA | component/tabs.d.ts |
| 删除API | 类名:global; API声明:declare type TabsCustomContentTransitionCallback = (from: number, to: number) => TabContentAnimatedTransition |undefined; 差异内容:declare type TabsCustomContentTransitionCallback = (from: number, to: number) => TabContentAnimatedTransition |undefined; | NA | component/tabs.d.ts |
| 删除API | 类名:global; API声明:declare type OnTabsContentWillChangeCallback = (currentIndex: number, comingIndex: number) => boolean; 差异内容:declare type OnTabsContentWillChangeCallback = (currentIndex: number, comingIndex: number) => boolean; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:animationCurve(curve: Curve |ICurve): TabsAttribute; 差异内容:animationCurve(curve: Curve |ICurve): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:onChange(event: Callback<number>): TabsAttribute; 差异内容:onChange(event: Callback<number>): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:onSelected(event: Callback<number>): TabsAttribute; 差异内容:onSelected(event: Callback<number>): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:onTabBarClick(event: Callback<number>): TabsAttribute; 差异内容:onTabBarClick(event: Callback<number>): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:onUnselected(event: Callback<number>): TabsAttribute; 差异内容:onUnselected(event: Callback<number>): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:onAnimationStart(handler: OnTabsAnimationStartCallback): TabsAttribute; 差异内容:onAnimationStart(handler: OnTabsAnimationStartCallback): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:onAnimationEnd(handler: OnTabsAnimationEndCallback): TabsAttribute; 差异内容:onAnimationEnd(handler: OnTabsAnimationEndCallback): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:onGestureSwipe(handler: OnTabsGestureSwipeCallback): TabsAttribute; 差异内容:onGestureSwipe(handler: OnTabsGestureSwipeCallback): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:barBackgroundEffect(options: BackgroundEffectOptions): TabsAttribute; 差异内容:barBackgroundEffect(options: BackgroundEffectOptions): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:onContentWillChange(handler: OnTabsContentWillChangeCallback): TabsAttribute; 差异内容:onContentWillChange(handler: OnTabsContentWillChangeCallback): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:TabsAttribute; API声明:cachedMaxCount(count: number, mode: TabsCacheMode): TabsAttribute; 差异内容:cachedMaxCount(count: number, mode: TabsCacheMode): TabsAttribute; | NA | component/tabs.d.ts |
| 删除API | 类名:global; API声明:declare interface TabBarOptions 差异内容:declare interface TabBarOptions | NA | component/tab_content.d.ts |
| 删除API | 类名:TabBarOptions; API声明:icon?: string |Resource; 差异内容:icon?: string |Resource; | NA | component/tab_content.d.ts |
| 删除API | 类名:TabBarOptions; API声明:text?: string |Resource; 差异内容:text?: string |Resource; | NA | component/tab_content.d.ts |
| 删除API | 类名:global; API声明:declare interface TextOverflowOptions 差异内容:declare interface TextOverflowOptions | NA | component/text.d.ts |
| 删除API | 类名:TextOverflowOptions; API声明:overflow: TextOverflow; 差异内容:overflow: TextOverflow; | NA | component/text.d.ts |
| 删除API | 类名:TextAttribute; API声明:textVerticalAlign(textVerticalAlign: Optional<TextVerticalAlign>): TextAttribute; 差异内容:textVerticalAlign(textVerticalAlign: Optional<TextVerticalAlign>): TextAttribute; | NA | component/text.d.ts |
| 删除API | 类名:TextAttribute; API声明:shaderStyle(shader: ShaderStyle): TextAttribute; 差异内容:shaderStyle(shader: ShaderStyle): TextAttribute; | NA | component/text.d.ts |
| 删除API | 类名:TextAttribute; API声明:marqueeOptions(options: Optional<TextMarqueeOptions>): TextAttribute; 差异内容:marqueeOptions(options: Optional<TextMarqueeOptions>): TextAttribute; | NA | component/text.d.ts |
| 删除API | 类名:TextAttribute; API声明:onMarqueeStateChange(callback: Callback<MarqueeState>): TextAttribute; 差异内容:onMarqueeStateChange(callback: Callback<MarqueeState>): TextAttribute; | NA | component/text.d.ts |
| 删除API | 类名:TextAttribute; API声明:optimizeTrailingSpace(optimize: Optional<boolean>): TextAttribute; 差异内容:optimizeTrailingSpace(optimize: Optional<boolean>): TextAttribute; | NA | component/text.d.ts |
| 删除API | 类名:TextAttribute; API声明:enableAutoSpacing(enabled: Optional<boolean>): TextAttribute; 差异内容:enableAutoSpacing(enabled: Optional<boolean>): TextAttribute; | NA | component/text.d.ts |
| 删除API | 类名:TextAttribute; API声明:contentTransition(transition: Optional<ContentTransition>): TextAttribute; 差异内容:contentTransition(transition: Optional<ContentTransition>): TextAttribute; | NA | component/text.d.ts |
| 删除API | 类名:global; API声明:declare enum MarqueeState 差异内容:declare enum MarqueeState | NA | component/text.d.ts |
| 删除API | 类名:MarqueeState; API声明:START = 0 差异内容:START = 0 | NA | component/text.d.ts |
| 删除API | 类名:MarqueeState; API声明:BOUNCE = 1 差异内容:BOUNCE = 1 | NA | component/text.d.ts |
| 删除API | 类名:MarqueeState; API声明:FINISH = 2 差异内容:FINISH = 2 | NA | component/text.d.ts |
| 删除API | 类名:global; API声明:declare enum MarqueeStartPolicy 差异内容:declare enum MarqueeStartPolicy | NA | component/text.d.ts |
| 删除API | 类名:MarqueeStartPolicy; API声明:DEFAULT = 0 差异内容:DEFAULT = 0 | NA | component/text.d.ts |
| 删除API | 类名:MarqueeStartPolicy; API声明:ON_FOCUS = 1 差异内容:ON_FOCUS = 1 | NA | component/text.d.ts |
| 删除API | 类名:global; API声明:declare interface TextMarqueeOptions 差异内容:declare interface TextMarqueeOptions | NA | component/text.d.ts |
| 删除API | 类名:TextMarqueeOptions; API声明:start: boolean; 差异内容:start: boolean; | NA | component/text.d.ts |
| 删除API | 类名:TextMarqueeOptions; API声明:step?: number; 差异内容:step?: number; | NA | component/text.d.ts |
| 删除API | 类名:TextMarqueeOptions; API声明:loop?: number; 差异内容:loop?: number; | NA | component/text.d.ts |
| 删除API | 类名:TextMarqueeOptions; API声明:fromStart?: boolean; 差异内容:fromStart?: boolean; | NA | component/text.d.ts |
| 删除API | 类名:TextMarqueeOptions; API声明:delay?: number; 差异内容:delay?: number; | NA | component/text.d.ts |
| 删除API | 类名:TextMarqueeOptions; API声明:fadeout?: boolean; 差异内容:fadeout?: boolean; | NA | component/text.d.ts |
| 删除API | 类名:TextMarqueeOptions; API声明:marqueeStartPolicy?: MarqueeStartPolicy; 差异内容:marqueeStartPolicy?: MarqueeStartPolicy; | NA | component/text.d.ts |
| 删除API | 类名:TextAreaType; API声明:ONE_TIME_CODE = 14 差异内容:ONE_TIME_CODE = 14 | NA | component/text_area.d.ts |
| 删除API | 类名:TextAreaAttribute; API声明:minFontScale(scale: Optional<number |Resource>): TextAreaAttribute; 差异内容:minFontScale(scale: Optional<number |Resource>): TextAreaAttribute; | NA | component/text_area.d.ts |
| 删除API | 类名:TextAreaAttribute; API声明:maxFontScale(scale: Optional<number |Resource>): TextAreaAttribute; 差异内容:maxFontScale(scale: Optional<number |Resource>): TextAreaAttribute; | NA | component/text_area.d.ts |
| 删除API | 类名:TextAreaAttribute; API声明:minLines(lines: Optional<number>): TextAreaAttribute; 差异内容:minLines(lines: Optional<number>): TextAreaAttribute; | NA | component/text_area.d.ts |
| 删除API | 类名:TextAreaAttribute; API声明:autoCapitalizationMode(mode: AutoCapitalizationMode): TextAreaAttribute; 差异内容:autoCapitalizationMode(mode: AutoCapitalizationMode): TextAreaAttribute; | NA | component/text_area.d.ts |
| 删除API | 类名:TextAreaAttribute; API声明:halfLeading(halfLeading: Optional<boolean>): TextAreaAttribute; 差异内容:halfLeading(halfLeading: Optional<boolean>): TextAreaAttribute; | NA | component/text_area.d.ts |
| 删除API | 类名:TextAreaAttribute; API声明:ellipsisMode(mode: Optional<EllipsisMode>): TextAreaAttribute; 差异内容:ellipsisMode(mode: Optional<EllipsisMode>): TextAreaAttribute; | NA | component/text_area.d.ts |
| 删除API | 类名:TextAreaAttribute; API声明:strokeWidth(width: Optional<LengthMetrics>): TextAreaAttribute; 差异内容:strokeWidth(width: Optional<LengthMetrics>): TextAreaAttribute; | NA | component/text_area.d.ts |
| 删除API | 类名:TextAreaAttribute; API声明:strokeColor(color: Optional<ResourceColor>): TextAreaAttribute; 差异内容:strokeColor(color: Optional<ResourceColor>): TextAreaAttribute; | NA | component/text_area.d.ts |
| 删除API | 类名:TextAreaAttribute; API声明:enableAutoSpacing(enabled: Optional<boolean>): TextAreaAttribute; 差异内容:enableAutoSpacing(enabled: Optional<boolean>): TextAreaAttribute; | NA | component/text_area.d.ts |
| 删除API | 类名:global; API声明:declare interface TextClockOptions 差异内容:declare interface TextClockOptions | NA | component/text_clock.d.ts |
| 删除API | 类名:TextClockOptions; API声明:timeZoneOffset?: number; 差异内容:timeZoneOffset?: number; | NA | component/text_clock.d.ts |
| 删除API | 类名:TextClockOptions; API声明:controller?: TextClockController; 差异内容:controller?: TextClockController; | NA | component/text_clock.d.ts |
| 删除API | 类名:TextDataDetectorConfig; API声明:enablePreviewMenu?: boolean; 差异内容:enablePreviewMenu?: boolean; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare enum SuperscriptStyle 差异内容:declare enum SuperscriptStyle | NA | component/text_common.d.ts |
| 删除API | 类名:SuperscriptStyle; API声明:NORMAL = 0 差异内容:NORMAL = 0 | NA | component/text_common.d.ts |
| 删除API | 类名:SuperscriptStyle; API声明:SUPERSCRIPT = 1 差异内容:SUPERSCRIPT = 1 | NA | component/text_common.d.ts |
| 删除API | 类名:SuperscriptStyle; API声明:SUBSCRIPT = 2 差异内容:SUBSCRIPT = 2 | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare enum AutoCapitalizationMode 差异内容:declare enum AutoCapitalizationMode | NA | component/text_common.d.ts |
| 删除API | 类名:AutoCapitalizationMode; API声明:NONE = 0 差异内容:NONE = 0 | NA | component/text_common.d.ts |
| 删除API | 类名:AutoCapitalizationMode; API声明:WORDS = 1 差异内容:WORDS = 1 | NA | component/text_common.d.ts |
| 删除API | 类名:AutoCapitalizationMode; API声明:SENTENCES = 2 差异内容:SENTENCES = 2 | NA | component/text_common.d.ts |
| 删除API | 类名:AutoCapitalizationMode; API声明:ALL_CHARACTERS = 3 差异内容:ALL_CHARACTERS = 3 | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare type Paragraph = import('../api/@ohos.graphics.text').default.Paragraph; 差异内容:declare type Paragraph = import('../api/@ohos.graphics.text').default.Paragraph; | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuItemId; API声明:static readonly SEARCH: TextMenuItemId; 差异内容:static readonly SEARCH: TextMenuItemId; | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuItemId; API声明:static readonly SHARE: TextMenuItemId; 差异内容:static readonly SHARE: TextMenuItemId; | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuItemId; API声明:static readonly url: TextMenuItemId; 差异内容:static readonly url: TextMenuItemId; | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuItemId; API声明:static readonly email: TextMenuItemId; 差异内容:static readonly email: TextMenuItemId; | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuItemId; API声明:static readonly phoneNumber: TextMenuItemId; 差异内容:static readonly phoneNumber: TextMenuItemId; | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuItemId; API声明:static readonly address: TextMenuItemId; 差异内容:static readonly address: TextMenuItemId; | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuItemId; API声明:static readonly dateTime: TextMenuItemId; 差异内容:static readonly dateTime: TextMenuItemId; | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuItemId; API声明:static readonly askAI: TextMenuItemId; 差异内容:static readonly askAI: TextMenuItemId; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:type OnPrepareMenuCallback = (menuItems: Array<TextMenuItem>) => Array<TextMenuItem>; 差异内容:type OnPrepareMenuCallback = (menuItems: Array<TextMenuItem>) => Array<TextMenuItem>; | NA | component/text_common.d.ts |
| 删除API | 类名:EditMenuOptions; API声明:onPrepareMenu?: OnPrepareMenuCallback; 差异内容:onPrepareMenu?: OnPrepareMenuCallback; | NA | component/text_common.d.ts |
| 删除API | 类名:DecorationStyleResult; API声明:thicknessScale?: number; 差异内容:thicknessScale?: number; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare enum TextMenuShowMode 差异内容:declare enum TextMenuShowMode | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuShowMode; API声明:DEFAULT = 0 差异内容:DEFAULT = 0 | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuShowMode; API声明:PREFER_WINDOW = 1 差异内容:PREFER_WINDOW = 1 | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare interface TextMenuOptions 差异内容:declare interface TextMenuOptions | NA | component/text_common.d.ts |
| 删除API | 类名:TextMenuOptions; API声明:showMode?: TextMenuShowMode; 差异内容:showMode?: TextMenuShowMode; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare class ShaderStyle 差异内容:declare class ShaderStyle | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare class LinearGradientStyle 差异内容:declare class LinearGradientStyle | NA | component/text_common.d.ts |
| 删除API | 类名:LinearGradientStyle; API声明:options: LinearGradientOptions; 差异内容:options: LinearGradientOptions; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare class RadialGradientStyle 差异内容:declare class RadialGradientStyle | NA | component/text_common.d.ts |
| 删除API | 类名:RadialGradientStyle; API声明:options: RadialGradientOptions; 差异内容:options: RadialGradientOptions; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare class ColorShaderStyle 差异内容:declare class ColorShaderStyle | NA | component/text_common.d.ts |
| 删除API | 类名:ColorShaderStyle; API声明:color: ResourceColor; 差异内容:color: ResourceColor; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare class ContentTransition 差异内容:declare class ContentTransition | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare class NumericTextTransition 差异内容:declare class NumericTextTransition | NA | component/text_common.d.ts |
| 删除API | 类名:NumericTextTransition; API声明:flipDirection?: FlipDirection; 差异内容:flipDirection?: FlipDirection; | NA | component/text_common.d.ts |
| 删除API | 类名:NumericTextTransition; API声明:enableBlur?: boolean; 差异内容:enableBlur?: boolean; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare interface NumericTextTransitionOptions 差异内容:declare interface NumericTextTransitionOptions | NA | component/text_common.d.ts |
| 删除API | 类名:NumericTextTransitionOptions; API声明:flipDirection?: FlipDirection; 差异内容:flipDirection?: FlipDirection; | NA | component/text_common.d.ts |
| 删除API | 类名:NumericTextTransitionOptions; API声明:enableBlur?: boolean; 差异内容:enableBlur?: boolean; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare enum FlipDirection 差异内容:declare enum FlipDirection | NA | component/text_common.d.ts |
| 删除API | 类名:FlipDirection; API声明:DOWN = 0 差异内容:DOWN = 0 | NA | component/text_common.d.ts |
| 删除API | 类名:FlipDirection; API声明:UP = 1 差异内容:UP = 1 | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare interface LineSpacingOptions 差异内容:declare interface LineSpacingOptions | NA | component/text_common.d.ts |
| 删除API | 类名:LineSpacingOptions; API声明:onlyBetweenLines?: boolean; 差异内容:onlyBetweenLines?: boolean; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare interface MaxLinesOptions 差异内容:declare interface MaxLinesOptions | NA | component/text_common.d.ts |
| 删除API | 类名:MaxLinesOptions; API声明:overflowMode?: MaxLinesMode; 差异内容:overflowMode?: MaxLinesMode; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare enum MaxLinesMode 差异内容:declare enum MaxLinesMode | NA | component/text_common.d.ts |
| 删除API | 类名:MaxLinesMode; API声明:CLIP = 0 差异内容:CLIP = 0 | NA | component/text_common.d.ts |
| 删除API | 类名:MaxLinesMode; API声明:SCROLL = 1 差异内容:SCROLL = 1 | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare interface IMEClient 差异内容:declare interface IMEClient | NA | component/text_common.d.ts |
| 删除API | 类名:IMEClient; API声明:nodeId: number; 差异内容:nodeId: number; | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare enum TextVerticalAlign 差异内容:declare enum TextVerticalAlign | NA | component/text_common.d.ts |
| 删除API | 类名:TextVerticalAlign; API声明:BASELINE = 0 差异内容:BASELINE = 0 | NA | component/text_common.d.ts |
| 删除API | 类名:TextVerticalAlign; API声明:BOTTOM = 1 差异内容:BOTTOM = 1 | NA | component/text_common.d.ts |
| 删除API | 类名:TextVerticalAlign; API声明:CENTER = 2 差异内容:CENTER = 2 | NA | component/text_common.d.ts |
| 删除API | 类名:TextVerticalAlign; API声明:TOP = 3 差异内容:TOP = 3 | NA | component/text_common.d.ts |
| 删除API | 类名:global; API声明:declare interface TextLayoutOptions 差异内容:declare interface TextLayoutOptions | NA | component/text_common.d.ts |
| 删除API | 类名:TextLayoutOptions; API声明:constraintWidth?: LengthMetrics; 差异内容:constraintWidth?: LengthMetrics; | NA | component/text_common.d.ts |
| 删除API | 类名:InputType; API声明:ONE_TIME_CODE = 14 差异内容:ONE_TIME_CODE = 14 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:PASSPORT_NUMBER = 26 差异内容:PASSPORT_NUMBER = 26 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:VALIDITY = 27 差异内容:VALIDITY = 27 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:ISSUE_AT = 28 差异内容:ISSUE_AT = 28 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:ORGANIZATION = 29 差异内容:ORGANIZATION = 29 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:TAX_ID = 30 差异内容:TAX_ID = 30 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:ADDRESS_CITY_AND_STATE = 31 差异内容:ADDRESS_CITY_AND_STATE = 31 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:FLIGHT_NUMBER = 32 差异内容:FLIGHT_NUMBER = 32 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:LICENSE_NUMBER = 33 差异内容:LICENSE_NUMBER = 33 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:LICENSE_FILE_NUMBER = 34 差异内容:LICENSE_FILE_NUMBER = 34 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:LICENSE_PLATE = 35 差异内容:LICENSE_PLATE = 35 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:ENGINE_NUMBER = 36 差异内容:ENGINE_NUMBER = 36 | NA | component/text_input.d.ts |
| 删除API | 类名:ContentType; API声明:LICENSE_CHASSIS_NUMBER = 37 差异内容:LICENSE_CHASSIS_NUMBER = 37 | NA | component/text_input.d.ts |
| 删除API | 类名:global; API声明:declare type OnSubmitCallback = (enterKey: EnterKeyType, event: SubmitEvent) => void; 差异内容:declare type OnSubmitCallback = (enterKey: EnterKeyType, event: SubmitEvent) => void; | NA | component/text_input.d.ts |
| 删除API | 类名:global; API声明:declare type OnTextSelectionChangeCallback = (selectionStart: number, selectionEnd: number) => void; 差异内容:declare type OnTextSelectionChangeCallback = (selectionStart: number, selectionEnd: number) => void; | NA | component/text_input.d.ts |
| 删除API | 类名:global; API声明:declare type OnContentScrollCallback = (totalOffsetX: number, totalOffsetY: number) => void; 差异内容:declare type OnContentScrollCallback = (totalOffsetX: number, totalOffsetY: number) => void; | NA | component/text_input.d.ts |
| 删除API | 类名:global; API声明:declare type OnPasteCallback = (content: string, event: PasteEvent) => void; 差异内容:declare type OnPasteCallback = (content: string, event: PasteEvent) => void; | NA | component/text_input.d.ts |
| 删除API | 类名:TextInputAttribute; API声明:minFontScale(scale: Optional<number |Resource>): TextInputAttribute; 差异内容:minFontScale(scale: Optional<number |Resource>): TextInputAttribute; | NA | component/text_input.d.ts |
| 删除API | 类名:TextInputAttribute; API声明:maxFontScale(scale: Optional<number |Resource>): TextInputAttribute; 差异内容:maxFontScale(scale: Optional<number |Resource>): TextInputAttribute; | NA | component/text_input.d.ts |
| 删除API | 类名:TextInputAttribute; API声明:onWillAttachIME(callback: Callback<IMEClient>): TextInputAttribute; 差异内容:onWillAttachIME(callback: Callback<IMEClient>): TextInputAttribute; | NA | component/text_input.d.ts |
| 删除API | 类名:TextInputAttribute; API声明:autoCapitalizationMode(mode: AutoCapitalizationMode): TextInputAttribute; 差异内容:autoCapitalizationMode(mode: AutoCapitalizationMode): TextInputAttribute; | NA | component/text_input.d.ts |
| 删除API | 类名:TextInputAttribute; API声明:halfLeading(halfLeading: Optional<boolean>): TextInputAttribute; 差异内容:halfLeading(halfLeading: Optional<boolean>): TextInputAttribute; | NA | component/text_input.d.ts |
| 删除API | 类名:TextInputAttribute; API声明:ellipsisMode(mode: Optional<EllipsisMode>): TextInputAttribute; 差异内容:ellipsisMode(mode: Optional<EllipsisMode>): TextInputAttribute; | NA | component/text_input.d.ts |
| 删除API | 类名:TextInputAttribute; API声明:strokeWidth(width: Optional<LengthMetrics>): TextInputAttribute; 差异内容:strokeWidth(width: Optional<LengthMetrics>): TextInputAttribute; | NA | component/text_input.d.ts |
| 删除API | 类名:TextInputAttribute; API声明:strokeColor(color: Optional<ResourceColor>): TextInputAttribute; 差异内容:strokeColor(color: Optional<ResourceColor>): TextInputAttribute; | NA | component/text_input.d.ts |
| 删除API | 类名:TextInputAttribute; API声明:enableAutoFillAnimation(enabled: Optional<boolean>): TextInputAttribute; 差异内容:enableAutoFillAnimation(enabled: Optional<boolean>): TextInputAttribute; | NA | component/text_input.d.ts |
| 删除API | 类名:TextInputAttribute; API声明:enableAutoSpacing(enabled: Optional<boolean>): TextInputAttribute; 差异内容:enableAutoSpacing(enabled: Optional<boolean>): TextInputAttribute; | NA | component/text_input.d.ts |
| 删除API | 类名:TextPickerOptions; API声明:columnWidths?: LengthMetrics[]; 差异内容:columnWidths?: LengthMetrics[]; | NA | component/text_picker.d.ts |
| 删除API | 类名:global; API声明:declare interface PickerBackgroundStyle 差异内容:declare interface PickerBackgroundStyle | NA | component/text_picker.d.ts |
| 删除API | 类名:PickerBackgroundStyle; API声明:color?: ResourceColor; 差异内容:color?: ResourceColor; | NA | component/text_picker.d.ts |
| 删除API | 类名:PickerBackgroundStyle; API声明:borderRadius?: LengthMetrics |BorderRadiuses |LocalizedBorderRadiuses; 差异内容:borderRadius?: LengthMetrics |BorderRadiuses |LocalizedBorderRadiuses; | NA | component/text_picker.d.ts |
| 删除API | 类名:global; API声明:declare type OnTextPickerChangeCallback = (selectItem: string |string[], index: number |number[]) => void; 差异内容:declare type OnTextPickerChangeCallback = (selectItem: string |string[], index: number |number[]) => void; | NA | component/text_picker.d.ts |
| 删除API | 类名:global; API声明:declare type TextPickerEnterSelectedAreaCallback = (value: string |string[], index: number |number[]) => void; 差异内容:declare type TextPickerEnterSelectedAreaCallback = (value: string |string[], index: number |number[]) => void; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerAttribute; API声明:onEnterSelectedArea(callback: TextPickerEnterSelectedAreaCallback): TextPickerAttribute; 差异内容:onEnterSelectedArea(callback: TextPickerEnterSelectedAreaCallback): TextPickerAttribute; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerAttribute; API声明:enableHapticFeedback(enable: Optional<boolean>): TextPickerAttribute; 差异内容:enableHapticFeedback(enable: Optional<boolean>): TextPickerAttribute; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerAttribute; API声明:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): TextPickerAttribute; 差异内容:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): TextPickerAttribute; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerAttribute; API声明:selectedBackgroundStyle(style: Optional<PickerBackgroundStyle>): TextPickerAttribute; 差异内容:selectedBackgroundStyle(style: Optional<PickerBackgroundStyle>): TextPickerAttribute; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptions; API声明:onEnterSelectedArea?: Callback<TextPickerResult>; 差异内容:onEnterSelectedArea?: Callback<TextPickerResult>; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptions; API声明:enableHapticFeedback?: boolean; 差异内容:enableHapticFeedback?: boolean; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptions; API声明:selectedBackgroundStyle?: PickerBackgroundStyle; 差异内容:selectedBackgroundStyle?: PickerBackgroundStyle; | NA | component/text_picker.d.ts |
| 删除API | 类名:global; API声明:declare interface TextPickerDialogOptionsExt 差异内容:declare interface TextPickerDialogOptionsExt | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:defaultPickerItemHeight?: number |string; 差异内容:defaultPickerItemHeight?: number |string; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:canLoop?: boolean; 差异内容:canLoop?: boolean; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:disappearTextStyle?: TextPickerTextStyle; 差异内容:disappearTextStyle?: TextPickerTextStyle; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:textStyle?: TextPickerTextStyle; 差异内容:textStyle?: TextPickerTextStyle; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:acceptButtonStyle?: PickerDialogButtonStyle; 差异内容:acceptButtonStyle?: PickerDialogButtonStyle; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:cancelButtonStyle?: PickerDialogButtonStyle; 差异内容:cancelButtonStyle?: PickerDialogButtonStyle; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:selectedTextStyle?: TextPickerTextStyle; 差异内容:selectedTextStyle?: TextPickerTextStyle; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:disableTextStyleAnimation?: boolean; 差异内容:disableTextStyleAnimation?: boolean; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:defaultTextStyle?: TextPickerTextStyle; 差异内容:defaultTextStyle?: TextPickerTextStyle; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:onAccept?: Callback<TextPickerResult>; 差异内容:onAccept?: Callback<TextPickerResult>; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:onCancel?: VoidCallback; 差异内容:onCancel?: VoidCallback; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:onChange?: Callback<TextPickerResult>; 差异内容:onChange?: Callback<TextPickerResult>; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:onScrollStop?: Callback<TextPickerResult>; 差异内容:onScrollStop?: Callback<TextPickerResult>; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:onEnterSelectedArea?: Callback<TextPickerResult>; 差异内容:onEnterSelectedArea?: Callback<TextPickerResult>; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:maskRect?: Rectangle; 差异内容:maskRect?: Rectangle; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:alignment?: DialogAlignment; 差异内容:alignment?: DialogAlignment; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:offset?: Offset; 差异内容:offset?: Offset; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:backgroundColor?: ResourceColor; 差异内容:backgroundColor?: ResourceColor; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:backgroundBlurStyle?: BlurStyle; 差异内容:backgroundBlurStyle?: BlurStyle; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:onDidAppear?: VoidCallback; 差异内容:onDidAppear?: VoidCallback; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:onDidDisappear?: VoidCallback; 差异内容:onDidDisappear?: VoidCallback; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:onWillAppear?: VoidCallback; 差异内容:onWillAppear?: VoidCallback; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:onWillDisappear?: VoidCallback; 差异内容:onWillDisappear?: VoidCallback; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:shadow?: ShadowOptions |ShadowStyle; 差异内容:shadow?: ShadowOptions |ShadowStyle; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:enableHoverMode?: boolean; 差异内容:enableHoverMode?: boolean; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:hoverModeArea?: HoverModeAreaType; 差异内容:hoverModeArea?: HoverModeAreaType; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:enableHapticFeedback?: boolean; 差异内容:enableHapticFeedback?: boolean; | NA | component/text_picker.d.ts |
| 删除API | 类名:TextPickerDialogOptionsExt; API声明:selectedBackgroundStyle?: PickerBackgroundStyle; 差异内容:selectedBackgroundStyle?: PickerBackgroundStyle; | NA | component/text_picker.d.ts |
| 删除API | 类名:TimePickerOptions; API声明:start?: Date; 差异内容:start?: Date; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerOptions; API声明:end?: Date; 差异内容:end?: Date; | NA | component/time_picker.d.ts |
| 删除API | 类名:global; API声明:declare type OnTimePickerChangeCallback = (result: TimePickerResult) => void; 差异内容:declare type OnTimePickerChangeCallback = (result: TimePickerResult) => void; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:useMilitaryTime(isMilitaryTime: Optional<boolean>): TimePickerAttribute; 差异内容:useMilitaryTime(isMilitaryTime: Optional<boolean>): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:loop(isLoop: Optional<boolean>): TimePickerAttribute; 差异内容:loop(isLoop: Optional<boolean>): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:disappearTextStyle(style: Optional<PickerTextStyle>): TimePickerAttribute; 差异内容:disappearTextStyle(style: Optional<PickerTextStyle>): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:textStyle(style: Optional<PickerTextStyle>): TimePickerAttribute; 差异内容:textStyle(style: Optional<PickerTextStyle>): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:selectedTextStyle(style: Optional<PickerTextStyle>): TimePickerAttribute; 差异内容:selectedTextStyle(style: Optional<PickerTextStyle>): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:dateTimeOptions(timeFormat: Optional<DateTimeOptions>): TimePickerAttribute; 差异内容:dateTimeOptions(timeFormat: Optional<DateTimeOptions>): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:onChange(callback: Optional<OnTimePickerChangeCallback>): TimePickerAttribute; 差异内容:onChange(callback: Optional<OnTimePickerChangeCallback>): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:onEnterSelectedArea(callback: Callback<TimePickerResult>): TimePickerAttribute; 差异内容:onEnterSelectedArea(callback: Callback<TimePickerResult>): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:enableHapticFeedback(enable: Optional<boolean>): TimePickerAttribute; 差异内容:enableHapticFeedback(enable: Optional<boolean>): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): TimePickerAttribute; 差异内容:digitalCrownSensitivity(sensitivity: Optional<CrownSensitivity>): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerAttribute; API声明:enableCascade(enabled: boolean): TimePickerAttribute; 差异内容:enableCascade(enabled: boolean): TimePickerAttribute; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerDialogOptions; API声明:onEnterSelectedArea?: Callback<TimePickerResult>; 差异内容:onEnterSelectedArea?: Callback<TimePickerResult>; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerDialogOptions; API声明:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; 差异内容:backgroundBlurStyleOptions?: BackgroundBlurStyleOptions; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerDialogOptions; API声明:backgroundEffect?: BackgroundEffectOptions; 差异内容:backgroundEffect?: BackgroundEffectOptions; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerDialogOptions; API声明:enableCascade?: boolean; 差异内容:enableCascade?: boolean; | NA | component/time_picker.d.ts |
| 删除API | 类名:TimePickerDialogOptions; API声明:enableHapticFeedback?: boolean; 差异内容:enableHapticFeedback?: boolean; | NA | component/time_picker.d.ts |
| 删除API | 类名:global; API声明:declare interface ToggleOptions 差异内容:declare interface ToggleOptions | NA | component/toggle.d.ts |
| 删除API | 类名:ToggleOptions; API声明:type: ToggleType; 差异内容:type: ToggleType; | NA | component/toggle.d.ts |
| 删除API | 类名:ToggleOptions; API声明:isOn?: boolean; 差异内容:isOn?: boolean; | NA | component/toggle.d.ts |
| 删除API | 类名:global; API声明:declare interface Padding 差异内容:declare interface Padding | NA | component/units.d.ts |
| 删除API | 类名:Padding; API声明:top?: Length; 差异内容:top?: Length; | NA | component/units.d.ts |
| 删除API | 类名:Padding; API声明:right?: Length; 差异内容:right?: Length; | NA | component/units.d.ts |
| 删除API | 类名:Padding; API声明:bottom?: Length; 差异内容:bottom?: Length; | NA | component/units.d.ts |
| 删除API | 类名:Padding; API声明:left?: Length; 差异内容:left?: Length; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:declare interface EdgeWidths 差异内容:declare interface EdgeWidths | NA | component/units.d.ts |
| 删除API | 类名:EdgeWidths; API声明:top?: Length; 差异内容:top?: Length; | NA | component/units.d.ts |
| 删除API | 类名:EdgeWidths; API声明:right?: Length; 差异内容:right?: Length; | NA | component/units.d.ts |
| 删除API | 类名:EdgeWidths; API声明:bottom?: Length; 差异内容:bottom?: Length; | NA | component/units.d.ts |
| 删除API | 类名:EdgeWidths; API声明:left?: Length; 差异内容:left?: Length; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:declare interface EdgeOutlineWidths 差异内容:declare interface EdgeOutlineWidths | NA | component/units.d.ts |
| 删除API | 类名:EdgeOutlineWidths; API声明:top?: Dimension; 差异内容:top?: Dimension; | NA | component/units.d.ts |
| 删除API | 类名:EdgeOutlineWidths; API声明:right?: Dimension; 差异内容:right?: Dimension; | NA | component/units.d.ts |
| 删除API | 类名:EdgeOutlineWidths; API声明:bottom?: Dimension; 差异内容:bottom?: Dimension; | NA | component/units.d.ts |
| 删除API | 类名:EdgeOutlineWidths; API声明:left?: Dimension; 差异内容:left?: Dimension; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:declare interface BorderRadiuses 差异内容:declare interface BorderRadiuses | NA | component/units.d.ts |
| 删除API | 类名:BorderRadiuses; API声明:topLeft?: Length; 差异内容:topLeft?: Length; | NA | component/units.d.ts |
| 删除API | 类名:BorderRadiuses; API声明:topRight?: Length; 差异内容:topRight?: Length; | NA | component/units.d.ts |
| 删除API | 类名:BorderRadiuses; API声明:bottomLeft?: Length; 差异内容:bottomLeft?: Length; | NA | component/units.d.ts |
| 删除API | 类名:BorderRadiuses; API声明:bottomRight?: Length; 差异内容:bottomRight?: Length; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:declare interface OutlineRadiuses 差异内容:declare interface OutlineRadiuses | NA | component/units.d.ts |
| 删除API | 类名:OutlineRadiuses; API声明:topLeft?: Dimension; 差异内容:topLeft?: Dimension; | NA | component/units.d.ts |
| 删除API | 类名:OutlineRadiuses; API声明:topRight?: Dimension; 差异内容:topRight?: Dimension; | NA | component/units.d.ts |
| 删除API | 类名:OutlineRadiuses; API声明:bottomLeft?: Dimension; 差异内容:bottomLeft?: Dimension; | NA | component/units.d.ts |
| 删除API | 类名:OutlineRadiuses; API声明:bottomRight?: Dimension; 差异内容:bottomRight?: Dimension; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:declare interface EdgeColors 差异内容:declare interface EdgeColors | NA | component/units.d.ts |
| 删除API | 类名:EdgeColors; API声明:top?: ResourceColor; 差异内容:top?: ResourceColor; | NA | component/units.d.ts |
| 删除API | 类名:EdgeColors; API声明:right?: ResourceColor; 差异内容:right?: ResourceColor; | NA | component/units.d.ts |
| 删除API | 类名:EdgeColors; API声明:bottom?: ResourceColor; 差异内容:bottom?: ResourceColor; | NA | component/units.d.ts |
| 删除API | 类名:EdgeColors; API声明:left?: ResourceColor; 差异内容:left?: ResourceColor; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:declare interface EdgeStyles 差异内容:declare interface EdgeStyles | NA | component/units.d.ts |
| 删除API | 类名:EdgeStyles; API声明:top?: BorderStyle; 差异内容:top?: BorderStyle; | NA | component/units.d.ts |
| 删除API | 类名:EdgeStyles; API声明:right?: BorderStyle; 差异内容:right?: BorderStyle; | NA | component/units.d.ts |
| 删除API | 类名:EdgeStyles; API声明:bottom?: BorderStyle; 差异内容:bottom?: BorderStyle; | NA | component/units.d.ts |
| 删除API | 类名:EdgeStyles; API声明:left?: BorderStyle; 差异内容:left?: BorderStyle; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:declare interface EdgeOutlineStyles 差异内容:declare interface EdgeOutlineStyles | NA | component/units.d.ts |
| 删除API | 类名:EdgeOutlineStyles; API声明:top?: OutlineStyle; 差异内容:top?: OutlineStyle; | NA | component/units.d.ts |
| 删除API | 类名:EdgeOutlineStyles; API声明:right?: OutlineStyle; 差异内容:right?: OutlineStyle; | NA | component/units.d.ts |
| 删除API | 类名:EdgeOutlineStyles; API声明:bottom?: OutlineStyle; 差异内容:bottom?: OutlineStyle; | NA | component/units.d.ts |
| 删除API | 类名:EdgeOutlineStyles; API声明:left?: OutlineStyle; 差异内容:left?: OutlineStyle; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:declare interface Offset 差异内容:declare interface Offset | NA | component/units.d.ts |
| 删除API | 类名:Offset; API声明:dx: Length; 差异内容:dx: Length; | NA | component/units.d.ts |
| 删除API | 类名:Offset; API声明:dy: Length; 差异内容:dy: Length; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:declare interface LengthConstrain 差异内容:declare interface LengthConstrain | NA | component/units.d.ts |
| 删除API | 类名:LengthConstrain; API声明:minLength: Length; 差异内容:minLength: Length; | NA | component/units.d.ts |
| 删除API | 类名:LengthConstrain; API声明:maxLength: Length; 差异内容:maxLength: Length; | NA | component/units.d.ts |
| 删除API | 类名:DividerStyleOptions; API声明:mode?: DividerMode; 差异内容:mode?: DividerMode; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:declare interface ScrollBarMargin 差异内容:declare interface ScrollBarMargin | NA | component/units.d.ts |
| 删除API | 类名:ScrollBarMargin; API声明:start?: LengthMetrics; 差异内容:start?: LengthMetrics; | NA | component/units.d.ts |
| 删除API | 类名:ScrollBarMargin; API声明:end?: LengthMetrics; 差异内容:end?: LengthMetrics; | NA | component/units.d.ts |
| 删除API | 类名:global; API声明:interface FullscreenInfo 差异内容:interface FullscreenInfo | NA | component/video.d.ts |
| 删除API | 类名:FullscreenInfo; API声明:fullscreen: boolean; 差异内容:fullscreen: boolean; | NA | component/video.d.ts |
| 删除API | 类名:global; API声明:interface PreparedInfo 差异内容:interface PreparedInfo | NA | component/video.d.ts |
| 删除API | 类名:PreparedInfo; API声明:duration: number; 差异内容:duration: number; | NA | component/video.d.ts |
| 删除API | 类名:global; API声明:interface PlaybackInfo 差异内容:interface PlaybackInfo | NA | component/video.d.ts |
| 删除API | 类名:PlaybackInfo; API声明:time: number; 差异内容:time: number; | NA | component/video.d.ts |
| 删除API | 类名:global; API声明:declare interface PosterOptions 差异内容:declare interface PosterOptions | NA | component/video.d.ts |
| 删除API | 类名:PosterOptions; API声明:showFirstFrame?: boolean; 差异内容:showFirstFrame?: boolean; | NA | component/video.d.ts |
| 删除API | 类名:VideoOptions; API声明:posterOptions?: PosterOptions; 差异内容:posterOptions?: PosterOptions; | NA | component/video.d.ts |
| 删除API | 类名:VideoAttribute; API声明:onStart(event: VoidCallback): VideoAttribute; 差异内容:onStart(event: VoidCallback): VideoAttribute; | NA | component/video.d.ts |
| 删除API | 类名:VideoAttribute; API声明:onPause(event: VoidCallback): VideoAttribute; 差异内容:onPause(event: VoidCallback): VideoAttribute; | NA | component/video.d.ts |
| 删除API | 类名:VideoAttribute; API声明:onFinish(event: VoidCallback): VideoAttribute; 差异内容:onFinish(event: VoidCallback): VideoAttribute; | NA | component/video.d.ts |
| 删除API | 类名:VideoAttribute; API声明:onError(event: VoidCallback |import('../api/@ohos.base').ErrorCallback): VideoAttribute; 差异内容:onError(event: VoidCallback |import('../api/@ohos.base').ErrorCallback): VideoAttribute; | NA | component/video.d.ts |
| 删除API | 类名:WaterFlowOptions; API声明:footerContent?: ComponentContent; 差异内容:footerContent?: ComponentContent; | NA | component/water_flow.d.ts |
| 删除API | 类名:global; API声明:declare interface UIWaterFlowEvent 差异内容:declare interface UIWaterFlowEvent | NA | component/water_flow.d.ts |
| 删除API | 类名:UIWaterFlowEvent; API声明:setOnWillScroll(callback: OnWillScrollCallback |undefined): void; 差异内容:setOnWillScroll(callback: OnWillScrollCallback |undefined): void; | NA | component/water_flow.d.ts |
| 删除API | 类名:UIWaterFlowEvent; API声明:setOnDidScroll(callback: OnScrollCallback |undefined): void; 差异内容:setOnDidScroll(callback: OnScrollCallback |undefined): void; | NA | component/water_flow.d.ts |
| 删除API | 类名:UIWaterFlowEvent; API声明:setOnScrollIndex(callback: OnWaterFlowScrollIndexCallback |undefined): void; 差异内容:setOnScrollIndex(callback: OnWaterFlowScrollIndexCallback |undefined): void; | NA | component/water_flow.d.ts |
| 删除API | 类名:global; API声明:declare type OnWaterFlowScrollIndexCallback = (first: number, last: number) => void; 差异内容:declare type OnWaterFlowScrollIndexCallback = (first: number, last: number) => void; | NA | component/water_flow.d.ts |
| 删除API | 类名:WaterFlowAttribute; API声明:syncLoad(enable: boolean): WaterFlowAttribute; 差异内容:syncLoad(enable: boolean): WaterFlowAttribute; | NA | component/water_flow.d.ts |
| 删除API | 类名:WaterFlowAttribute; API声明:onScrollFrameBegin(event: OnScrollFrameBeginCallback): WaterFlowAttribute; 差异内容:onScrollFrameBegin(event: OnScrollFrameBeginCallback): WaterFlowAttribute; | NA | component/water_flow.d.ts |
| 删除API | 类名:XComponentController; API声明:lockCanvas(): DrawingCanvas |null; 差异内容:lockCanvas(): DrawingCanvas |null; | NA | component/xcomponent.d.ts |
| 删除API | 类名:XComponentController; API声明:unlockCanvasAndPost(canvas: DrawingCanvas): void; 差异内容:unlockCanvasAndPost(canvas: DrawingCanvas): void; | NA | component/xcomponent.d.ts |
| 删除API | 类名:global; API声明:declare interface NativeXComponentParameters 差异内容:declare interface NativeXComponentParameters | NA | component/xcomponent.d.ts |
| 删除API | 类名:NativeXComponentParameters; API声明:type: XComponentType; 差异内容:type: XComponentType; | NA | component/xcomponent.d.ts |
| 删除API | 类名:NativeXComponentParameters; API声明:imageAIOptions?: ImageAIOptions; 差异内容:imageAIOptions?: ImageAIOptions; | NA | component/xcomponent.d.ts |
| 删除API | 类名:global; API声明:declare type OnNativeLoadCallback = (event?: object) => void; 差异内容:declare type OnNativeLoadCallback = (event?: object) => void; | NA | component/xcomponent.d.ts |
| 删除API | 类名:XComponentAttribute; API声明:onDestroy(event: VoidCallback): XComponentAttribute; 差异内容:onDestroy(event: VoidCallback): XComponentAttribute; | NA | component/xcomponent.d.ts |
| 删除API | 类名:XComponentAttribute; API声明:hdrBrightness(brightness: number): XComponentAttribute; 差异内容:hdrBrightness(brightness: number): XComponentAttribute; | NA | component/xcomponent.d.ts |
| 起始版本有变化 | 类名:global; API声明:declare abstract class SubscribedAbstractProperty 差异内容:9 | 类名:global; API声明:declare abstract class SubscribedAbstractProperty 差异内容:7 | component/common_ts_ets_api.d.ts |
| 起始版本有变化 | 类名:InputType; API声明:USER_NAME = 10 差异内容:11 | 类名:InputType; API声明:USER_NAME = 10 差异内容:12 | component/text_input.d.ts |
| 起始版本有变化 | 类名:global; API声明:declare namespace window 差异内容:6 | 类名:global; API声明:declare namespace window 差异内容:NA | api/@ohos.window.d.ts |
| 删除kit | 类名:global; API声明:api@ohos.arkui.advanced.ArcButton.d.ets 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.ArcButton.d.ets |
| 删除kit | 类名:global; API声明:api@ohos.arkui.advanced.ArcSlider.d.ets 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.ArcSlider.d.ets |
| 删除kit | 类名:global; API声明:api@ohos.arkui.advanced.DialogV2.d.ets 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.DialogV2.d.ets |
| 删除kit | 类名:global; API声明:api@ohos.arkui.advanced.ProgressButtonV2.d.ets 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除kit | 类名:global; API声明:api@ohos.arkui.advanced.SegmentButtonV2.d.ets 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.SegmentButtonV2.d.ets |
| 删除kit | 类名:global; API声明:api@ohos.arkui.advanced.SubHeaderV2.d.ets 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除kit | 类名:global; API声明:api@ohos.arkui.advanced.ToolBarV2.d.ets 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.ToolBarV2.d.ets |
| 删除kit | 类名:global; API声明:api@ohos.arkui.ArcAlphabetIndexer.d.ts 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除kit | 类名:global; API声明:api@ohos.arkui.ArcList.d.ts 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.ArcList.d.ts |
| 删除kit | 类名:global; API声明:api@ohos.arkui.ArcScrollBar.d.ts 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.ArcScrollBar.d.ts |
| 删除kit | 类名:global; API声明:api@ohos.arkui.ArcSwiper.d.ts 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.ArcSwiper.d.ts |
| 删除kit | 类名:global; API声明:api@ohos.atomicservice.AtomicServiceSearch.d.ets 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.atomicservice.AtomicServiceSearch.d.ets |
| 删除kit | 类名:global; API声明:api@ohos.atomicservice.HalfScreenLaunchComponent.d.ets 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.atomicservice.HalfScreenLaunchComponent.d.ets |
| 删除kit | 类名:global; API声明:api@ohos.uiAppearance.d.ts 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.uiAppearance.d.ts |
| 删除kit | 类名:global; API声明:api@ohos.window.floatingBall.d.ts 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/@ohos.window.floatingBall.d.ts |
| 删除kit | 类名:global; API声明:api\arkui\StepperModifier.d.ts 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | api/arkui/StepperModifier.d.ts |
| 删除kit | 类名:global; API声明:component\lazy_grid_layout.d.ts 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | component/lazy_grid_layout.d.ts |
| 删除kit | 类名:global; API声明:component\toolbar.d.ts 差异内容:ArkUI | 类名:global; API声明: 差异内容:NA | component/toolbar.d.ts |
| 新增kit | 类名:global; API声明:component\line.d.ts 差异内容:NA | 类名:global; API声明:component\line.d.ts 差异内容:ArkUI | component/line.d.ts |
| 新增kit | 类名:global; API声明:component\rect.d.ts 差异内容:NA | 类名:global; API声明:component\rect.d.ts 差异内容:ArkUI | component/rect.d.ts |
| 新增kit | 类名:global; API声明: 差异内容:NA | 类名:global; API声明:component\location_button.d.ts 差异内容:ArkUI | component/location_button.d.ts |
| 删除同名函数 | 类名:Animator; API声明:static create(options: AnimatorOptions |SimpleAnimatorOptions): AnimatorResult; 差异内容:static create(options: AnimatorOptions |SimpleAnimatorOptions): AnimatorResult; | 类名:global; API声明: 差异内容:NA | api/@ohos.animator.d.ts |
| 删除同名函数 | 类名:Window; API声明:showWindow(options: ShowWindowOptions): Promise<void>; 差异内容:showWindow(options: ShowWindowOptions): Promise<void>; | 类名:global; API声明: 差异内容:NA | api/@ohos.window.d.ts |
| 删除同名函数 | 类名:WindowStage; API声明:setWindowRectAutoSave(enabled: boolean, isSaveBySpecifiedFlag: boolean): Promise<void>; 差异内容:setWindowRectAutoSave(enabled: boolean, isSaveBySpecifiedFlag: boolean): Promise<void>; | 类名:global; API声明: 差异内容:NA | api/@ohos.window.d.ts |
| 删除同名函数 | 类名:WindowStage; API声明:setSupportedWindowModes(supportedWindowModes: Array<bundleManager.SupportWindowMode>, grayOutMaximizeButton: boolean): Promise<void>; 差异内容:setSupportedWindowModes(supportedWindowModes: Array<bundleManager.SupportWindowMode>, grayOutMaximizeButton: boolean): Promise<void>; | 类名:global; API声明: 差异内容:NA | api/@ohos.window.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Text'): TextAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Text'): TextAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Column'): ColumnAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Column'): ColumnAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Row'): RowAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Row'): RowAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Stack'): StackAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Stack'): StackAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Flex'): FlexAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Flex'): FlexAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Swiper'): SwiperAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Swiper'): SwiperAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Progress'): ProgressAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Progress'): ProgressAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'RelativeContainer'): RelativeContainerAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'RelativeContainer'): RelativeContainerAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'LoadingProgress'): LoadingProgressAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'LoadingProgress'): LoadingProgressAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Image'): ImageAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Image'): ImageAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'List'): ListAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'List'): ListAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'ListItem'): ListItemAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'ListItem'): ListItemAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'TextInput'): TextInputAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'TextInput'): TextInputAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Button'): ButtonAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Button'): ButtonAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'ListItemGroup'): ListItemGroupAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'ListItemGroup'): ListItemGroupAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'WaterFlow'): WaterFlowAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'WaterFlow'): WaterFlowAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'FlowItem'): FlowItemAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'FlowItem'): FlowItemAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'XComponent'): XComponentAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'XComponent'): XComponentAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Checkbox'): CheckboxAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Checkbox'): CheckboxAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Radio'): RadioAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Radio'): RadioAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Slider'): SliderAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Slider'): SliderAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Toggle'): ToggleAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Toggle'): ToggleAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'TextArea'): TextAreaAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'TextArea'): TextAreaAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'Grid'): GridAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'Grid'): GridAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function getAttribute(node: FrameNode, nodeType: 'GridItem'): GridItemAttribute |undefined; 差异内容:export function getAttribute(node: FrameNode, nodeType: 'GridItem'): GridItemAttribute |undefined; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function bindController(node: FrameNode, controller: TextController, nodeType: 'Text'): void; 差异内容:export function bindController(node: FrameNode, controller: TextController, nodeType: 'Text'): void; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function bindController(node: FrameNode, controller: SwiperController, nodeType: 'Swiper'): void; 差异内容:export function bindController(node: FrameNode, controller: SwiperController, nodeType: 'Swiper'): void; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function bindController(node: FrameNode, controller: Scroller, nodeType: 'List'): void; 差异内容:export function bindController(node: FrameNode, controller: Scroller, nodeType: 'List'): void; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function bindController(node: FrameNode, controller: TextInputController, nodeType: 'TextInput'): void; 差异内容:export function bindController(node: FrameNode, controller: TextInputController, nodeType: 'TextInput'): void; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function bindController(node: FrameNode, controller: Scroller, nodeType: 'WaterFlow'): void; 差异内容:export function bindController(node: FrameNode, controller: Scroller, nodeType: 'WaterFlow'): void; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function bindController(node: FrameNode, controller: TextAreaController, nodeType: 'TextArea'): void; 差异内容:export function bindController(node: FrameNode, controller: TextAreaController, nodeType: 'TextArea'): void; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:typeNode; API声明:export function bindController(node: FrameNode, controller: Scroller, nodeType: 'Grid'): void; 差异内容:export function bindController(node: FrameNode, controller: Scroller, nodeType: 'Grid'): void; | 类名:global; API声明: 差异内容:NA | api/arkui/FrameNode.d.ts |
| 删除同名函数 | 类名:CalendarPickerAttribute; API声明:onChange(callback: Callback<Date>): CalendarPickerAttribute; 差异内容:onChange(callback: Callback<Date>): CalendarPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/calendar_picker.d.ts |
| 删除同名函数 | 类名:CalendarPickerAttribute; API声明:onChange(callback: Optional<Callback<Date>>): CalendarPickerAttribute; 差异内容:onChange(callback: Optional<Callback<Date>>): CalendarPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/calendar_picker.d.ts |
| 删除同名函数 | 类名:CheckboxAttribute; API声明:onChange(callback: OnCheckboxChangeCallback): CheckboxAttribute; 差异内容:onChange(callback: OnCheckboxChangeCallback): CheckboxAttribute; | 类名:global; API声明: 差异内容:NA | component/checkbox.d.ts |
| 删除同名函数 | 类名:CheckboxAttribute; API声明:onChange(callback: Optional<OnCheckboxChangeCallback>): CheckboxAttribute; 差异内容:onChange(callback: Optional<OnCheckboxChangeCallback>): CheckboxAttribute; | 类名:global; API声明: 差异内容:NA | component/checkbox.d.ts |
| 删除同名函数 | 类名:CheckboxGroupAttribute; API声明:onChange(callback: OnCheckboxGroupChangeCallback): CheckboxGroupAttribute; 差异内容:onChange(callback: OnCheckboxGroupChangeCallback): CheckboxGroupAttribute; | 类名:global; API声明: 差异内容:NA | component/checkboxgroup.d.ts |
| 删除同名函数 | 类名:CheckboxGroupAttribute; API声明:onChange(callback: Optional<OnCheckboxGroupChangeCallback>): CheckboxGroupAttribute; 差异内容:onChange(callback: Optional<OnCheckboxGroupChangeCallback>): CheckboxGroupAttribute; | 类名:global; API声明: 差异内容:NA | component/checkboxgroup.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:backgroundBlurStyle(style: Optional<BlurStyle>, options?: BackgroundBlurStyleOptions): T; 差异内容:backgroundBlurStyle(style: Optional<BlurStyle>, options?: BackgroundBlurStyleOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:backgroundBlurStyle(style: Optional<BlurStyle>, options?: BackgroundBlurStyleOptions, sysOptions?: SystemAdaptiveOptions): T; 差异内容:backgroundBlurStyle(style: Optional<BlurStyle>, options?: BackgroundBlurStyleOptions, sysOptions?: SystemAdaptiveOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:backgroundEffect(options: Optional<BackgroundEffectOptions>): T; 差异内容:backgroundEffect(options: Optional<BackgroundEffectOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:backgroundEffect(options: Optional<BackgroundEffectOptions>, sysOptions?: SystemAdaptiveOptions): T; 差异内容:backgroundEffect(options: Optional<BackgroundEffectOptions>, sysOptions?: SystemAdaptiveOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:foregroundBlurStyle(style: Optional<BlurStyle>, options?: ForegroundBlurStyleOptions): T; 差异内容:foregroundBlurStyle(style: Optional<BlurStyle>, options?: ForegroundBlurStyleOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:foregroundBlurStyle(style: Optional<BlurStyle>, options?: ForegroundBlurStyleOptions, sysOptions?: SystemAdaptiveOptions): T; 差异内容:foregroundBlurStyle(style: Optional<BlurStyle>, options?: ForegroundBlurStyleOptions, sysOptions?: SystemAdaptiveOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:opacity(opacity: Optional<number |Resource>): T; 差异内容:opacity(opacity: Optional<number |Resource>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:outline(options: Optional<OutlineOptions>): T; 差异内容:outline(options: Optional<OutlineOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:outlineStyle(style: Optional<OutlineStyle |EdgeOutlineStyles>): T; 差异内容:outlineStyle(style: Optional<OutlineStyle |EdgeOutlineStyles>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:outlineWidth(width: Optional<Dimension |EdgeOutlineWidths>): T; 差异内容:outlineWidth(width: Optional<Dimension |EdgeOutlineWidths>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:outlineColor(color: Optional<ResourceColor |EdgeColors |LocalizedEdgeColors>): T; 差异内容:outlineColor(color: Optional<ResourceColor |EdgeColors |LocalizedEdgeColors>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:outlineRadius(radius: Optional<Dimension |OutlineRadiuses>): T; 差异内容:outlineRadius(radius: Optional<Dimension |OutlineRadiuses>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:foregroundColor(color: Optional<ResourceColor |ColoringStrategy>): T; 差异内容:foregroundColor(color: Optional<ResourceColor |ColoringStrategy>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:blur(blurRadius: Optional<number>, options?: BlurOptions): T; 差异内容:blur(blurRadius: Optional<number>, options?: BlurOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:blur(blurRadius: Optional<number>, options?: BlurOptions, sysOptions?: SystemAdaptiveOptions): T; 差异内容:blur(blurRadius: Optional<number>, options?: BlurOptions, sysOptions?: SystemAdaptiveOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:linearGradientBlur(blurRadius: Optional<number>, options: Optional<LinearGradientBlurOptions>): T; 差异内容:linearGradientBlur(blurRadius: Optional<number>, options: Optional<LinearGradientBlurOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:motionBlur(motionBlur: Optional<MotionBlurOptions>): T; 差异内容:motionBlur(motionBlur: Optional<MotionBlurOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:brightness(brightness: Optional<number>): T; 差异内容:brightness(brightness: Optional<number>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:contrast(contrast: Optional<number>): T; 差异内容:contrast(contrast: Optional<number>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:grayscale(grayscale: Optional<number>): T; 差异内容:grayscale(grayscale: Optional<number>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:colorBlend(color: Optional<Color |string |Resource>): T; 差异内容:colorBlend(color: Optional<Color |string |Resource>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:saturate(saturate: Optional<number>): T; 差异内容:saturate(saturate: Optional<number>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:sepia(sepia: Optional<number>): T; 差异内容:sepia(sepia: Optional<number>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:hueRotate(rotation: Optional<number |string>): T; 差异内容:hueRotate(rotation: Optional<number |string>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:useShadowBatching(use: Optional<boolean>): T; 差异内容:useShadowBatching(use: Optional<boolean>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:useEffect(useEffect: Optional<boolean>, effectType?: EffectType): T; 差异内容:useEffect(useEffect: Optional<boolean>, effectType?: EffectType): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:backdropBlur(radius: Optional<number>, options?: BlurOptions): T; 差异内容:backdropBlur(radius: Optional<number>, options?: BlurOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:backdropBlur(radius: Optional<number>, options?: BlurOptions, sysOptions?: SystemAdaptiveOptions): T; 差异内容:backdropBlur(radius: Optional<number>, options?: BlurOptions, sysOptions?: SystemAdaptiveOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:renderGroup(isGroup: Optional<boolean>): T; 差异内容:renderGroup(isGroup: Optional<boolean>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:freeze(freeze: Optional<boolean>): T; 差异内容:freeze(freeze: Optional<boolean>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:translate(translate: Optional<TranslateOptions>): T; 差异内容:translate(translate: Optional<TranslateOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:scale(options: Optional<ScaleOptions>): T; 差异内容:scale(options: Optional<ScaleOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:transform(transform: Optional<object>): T; 差异内容:transform(transform: Optional<object>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:align(alignment: Alignment |LocalizedAlignment): T; 差异内容:align(alignment: Alignment |LocalizedAlignment): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:linearGradient(options: Optional<LinearGradientOptions>): T; 差异内容:linearGradient(options: Optional<LinearGradientOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:sweepGradient(value: SweepGradientOptions): T; 差异内容:sweepGradient(value: SweepGradientOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:sweepGradient(options: Optional<SweepGradientOptions>): T; 差异内容:sweepGradient(options: Optional<SweepGradientOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:radialGradient(value: RadialGradientOptions): T; 差异内容:radialGradient(value: RadialGradientOptions): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:radialGradient(options: Optional<RadialGradientOptions>): T; 差异内容:radialGradient(options: Optional<RadialGradientOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:shadow(options: Optional<ShadowOptions |ShadowStyle>): T; 差异内容:shadow(options: Optional<ShadowOptions |ShadowStyle>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:blendMode(mode: Optional<BlendMode>, type?: BlendApplyType): T; 差异内容:blendMode(mode: Optional<BlendMode>, type?: BlendApplyType): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:clip(clip: Optional<boolean>): T; 差异内容:clip(clip: Optional<boolean>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:clipShape(shape: Optional<CircleShape |EllipseShape |PathShape |RectShape>): T; 差异内容:clipShape(shape: Optional<CircleShape |EllipseShape |PathShape |RectShape>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:mask(mask: Optional<ProgressMask>): T; 差异内容:mask(mask: Optional<ProgressMask>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:maskShape(shape: Optional<CircleShape |EllipseShape |PathShape |RectShape>): T; 差异内容:maskShape(shape: Optional<CircleShape |EllipseShape |PathShape |RectShape>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:sphericalEffect(effect: Optional<number>): T; 差异内容:sphericalEffect(effect: Optional<number>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:lightUpEffect(degree: Optional<number>): T; 差异内容:lightUpEffect(degree: Optional<number>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:pixelStretchEffect(options: Optional<PixelStretchEffectOptions>): T; 差异内容:pixelStretchEffect(options: Optional<PixelStretchEffectOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:renderFit(fitMode: Optional<RenderFit>): T; 差异内容:renderFit(fitMode: Optional<RenderFit>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:CommonMethod; API声明:backgroundBrightness(options: Optional<BackgroundBrightnessOptions>): T; 差异内容:backgroundBrightness(options: Optional<BackgroundBrightnessOptions>): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:DynamicNode; API声明:onMove(handler: Optional<OnMoveHandler>, eventHandler: ItemDragEventHandler): T; 差异内容:onMove(handler: Optional<OnMoveHandler>, eventHandler: ItemDragEventHandler): T; | 类名:global; API声明: 差异内容:NA | component/common.d.ts |
| 删除同名函数 | 类名:DatePickerAttribute; API声明:lunar(isLunar: Optional<boolean>): DatePickerAttribute; 差异内容:lunar(isLunar: Optional<boolean>): DatePickerAttribute; | 类名:global; API声明: 差异内容:NA | component/date_picker.d.ts |
| 删除同名函数 | 类名:DatePickerAttribute; API声明:disappearTextStyle(style: Optional<PickerTextStyle>): DatePickerAttribute; 差异内容:disappearTextStyle(style: Optional<PickerTextStyle>): DatePickerAttribute; | 类名:global; API声明: 差异内容:NA | component/date_picker.d.ts |
| 删除同名函数 | 类名:DatePickerAttribute; API声明:textStyle(style: Optional<PickerTextStyle>): DatePickerAttribute; 差异内容:textStyle(style: Optional<PickerTextStyle>): DatePickerAttribute; | 类名:global; API声明: 差异内容:NA | component/date_picker.d.ts |
| 删除同名函数 | 类名:DatePickerAttribute; API声明:selectedTextStyle(style: Optional<PickerTextStyle>): DatePickerAttribute; 差异内容:selectedTextStyle(style: Optional<PickerTextStyle>): DatePickerAttribute; | 类名:global; API声明: 差异内容:NA | component/date_picker.d.ts |
| 删除同名函数 | 类名:DatePickerAttribute; API声明:onDateChange(callback: Callback<Date>): DatePickerAttribute; 差异内容:onDateChange(callback: Callback<Date>): DatePickerAttribute; | 类名:global; API声明: 差异内容:NA | component/date_picker.d.ts |
| 删除同名函数 | 类名:DatePickerAttribute; API声明:onDateChange(callback: Optional<Callback<Date>>): DatePickerAttribute; 差异内容:onDateChange(callback: Optional<Callback<Date>>): DatePickerAttribute; | 类名:global; API声明: 差异内容:NA | component/date_picker.d.ts |
| 删除同名函数 | 类名:ImageAttribute; API声明:fillColor(color: ResourceColor |ColorContent |ColorMetrics): ImageAttribute; 差异内容:fillColor(color: ResourceColor |ColorContent |ColorMetrics): ImageAttribute; | 类名:global; API声明: 差异内容:NA | component/image.d.ts |
| 删除同名函数 | 类名:NavigationAttribute; API声明:backButtonIcon(icon: string |PixelMap |Resource |SymbolGlyphModifier, accessibilityText?: ResourceStr): NavigationAttribute; 差异内容:backButtonIcon(icon: string |PixelMap |Resource |SymbolGlyphModifier, accessibilityText?: ResourceStr): NavigationAttribute; | 类名:global; API声明: 差异内容:NA | component/navigation.d.ts |
| 删除同名函数 | 类名:NavigationAttribute; API声明:menus(items: Array<NavigationMenuItem> |CustomBuilder, options?: NavigationMenuOptions): NavigationAttribute; 差异内容:menus(items: Array<NavigationMenuItem> |CustomBuilder, options?: NavigationMenuOptions): NavigationAttribute; | 类名:global; API声明: 差异内容:NA | component/navigation.d.ts |
| 删除同名函数 | 类名:NavDestinationAttribute; API声明:backButtonIcon(icon: ResourceStr |PixelMap |SymbolGlyphModifier, accessibilityText?: ResourceStr): NavDestinationAttribute; 差异内容:backButtonIcon(icon: ResourceStr |PixelMap |SymbolGlyphModifier, accessibilityText?: ResourceStr): NavDestinationAttribute; | 类名:global; API声明: 差异内容:NA | component/nav_destination.d.ts |
| 删除同名函数 | 类名:NavDestinationAttribute; API声明:menus(items: Array<NavigationMenuItem> |CustomBuilder, options?: NavigationMenuOptions): NavDestinationAttribute; 差异内容:menus(items: Array<NavigationMenuItem> |CustomBuilder, options?: NavigationMenuOptions): NavDestinationAttribute; | 类名:global; API声明: 差异内容:NA | component/nav_destination.d.ts |
| 删除同名函数 | 类名:RatingAttribute; API声明:starStyle(options: StarStyleOptions): RatingAttribute; 差异内容:starStyle(options: StarStyleOptions): RatingAttribute; | 类名:global; API声明: 差异内容:NA | component/rating.d.ts |
| 删除同名函数 | 类名:RatingAttribute; API声明:starStyle(options: Optional<StarStyleOptions>): RatingAttribute; 差异内容:starStyle(options: Optional<StarStyleOptions>): RatingAttribute; | 类名:global; API声明: 差异内容:NA | component/rating.d.ts |
| 删除同名函数 | 类名:Indicator; API声明:bottom(bottom: LengthMetrics |Length, ignoreSize: boolean): T; 差异内容:bottom(bottom: LengthMetrics |Length, ignoreSize: boolean): T; | 类名:global; API声明: 差异内容:NA | component/swiper.d.ts |
| 删除同名函数 | 类名:SwiperAttribute; API声明:autoPlay(autoPlay: boolean, options: AutoPlayOptions): SwiperAttribute; 差异内容:autoPlay(autoPlay: boolean, options: AutoPlayOptions): SwiperAttribute; | 类名:global; API声明: 差异内容:NA | component/swiper.d.ts |
| 删除同名函数 | 类名:TabsAttribute; API声明:barHeight(height: Length, noMinHeightLimit: boolean): TabsAttribute; 差异内容:barHeight(height: Length, noMinHeightLimit: boolean): TabsAttribute; | 类名:global; API声明: 差异内容:NA | component/tabs.d.ts |
| 删除同名函数 | 类名:TabsAttribute; API声明:barBackgroundBlurStyle(style: BlurStyle, options: BackgroundBlurStyleOptions): TabsAttribute; 差异内容:barBackgroundBlurStyle(style: BlurStyle, options: BackgroundBlurStyleOptions): TabsAttribute; | 类名:global; API声明: 差异内容:NA | component/tabs.d.ts |
| 删除同名函数 | 类名:TabContentAttribute; API声明:tabBar(options: string |Resource |CustomBuilder |TabBarOptions): TabContentAttribute; 差异内容:tabBar(options: string |Resource |CustomBuilder |TabBarOptions): TabContentAttribute; | 类名:global; API声明: 差异内容:NA | component/tab_content.d.ts |
| 删除同名函数 | 类名:TabContentAttribute; API声明:tabBar(content: ComponentContent |SubTabBarStyle |BottomTabBarStyle |string |Resource |CustomBuilder |TabBarOptions): TabContentAttribute; 差异内容:tabBar(content: ComponentContent |SubTabBarStyle |BottomTabBarStyle |string |Resource |CustomBuilder |TabBarOptions): TabContentAttribute; | 类名:global; API声明: 差异内容:NA | component/tab_content.d.ts |
| 删除同名函数 | 类名:TextAttribute; API声明:fontWeight(value: number |FontWeight |ResourceStr): TextAttribute; 差异内容:fontWeight(value: number |FontWeight |ResourceStr): TextAttribute; | 类名:global; API声明: 差异内容:NA | component/text.d.ts |
| 删除同名函数 | 类名:TextAttribute; API声明:fontWeight(weight: number |FontWeight |ResourceStr, options?: FontSettingOptions): TextAttribute; 差异内容:fontWeight(weight: number |FontWeight |ResourceStr, options?: FontSettingOptions): TextAttribute; | 类名:global; API声明: 差异内容:NA | component/text.d.ts |
| 删除同名函数 | 类名:TextAttribute; API声明:lineSpacing(value: LengthMetrics, options?: LineSpacingOptions): TextAttribute; 差异内容:lineSpacing(value: LengthMetrics, options?: LineSpacingOptions): TextAttribute; | 类名:global; API声明: 差异内容:NA | component/text.d.ts |
| 删除同名函数 | 类名:TextAreaAttribute; API声明:maxLines(lines: number, options: MaxLinesOptions): TextAreaAttribute; 差异内容:maxLines(lines: number, options: MaxLinesOptions): TextAreaAttribute; | 类名:global; API声明: 差异内容:NA | component/text_area.d.ts |
| 删除同名函数 | 类名:TextAreaAttribute; API声明:lineSpacing(value: LengthMetrics, options?: LineSpacingOptions): TextAreaAttribute; 差异内容:lineSpacing(value: LengthMetrics, options?: LineSpacingOptions): TextAreaAttribute; | 类名:global; API声明: 差异内容:NA | component/text_area.d.ts |
| 删除同名函数 | 类名:TextInputAttribute; API声明:cancelButton(options: CancelButtonOptions): TextInputAttribute; 差异内容:cancelButton(options: CancelButtonOptions): TextInputAttribute; | 类名:global; API声明: 差异内容:NA | component/text_input.d.ts |
| 删除同名函数 | 类名:TextInputAttribute; API声明:cancelButton(symbolOptions: CancelButtonSymbolOptions): TextInputAttribute; 差异内容:cancelButton(symbolOptions: CancelButtonSymbolOptions): TextInputAttribute; | 类名:global; API声明: 差异内容:NA | component/text_input.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:defaultPickerItemHeight(height: Optional<number |string>): TextPickerAttribute; 差异内容:defaultPickerItemHeight(height: Optional<number |string>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:canLoop(isLoop: Optional<boolean>): TextPickerAttribute; 差异内容:canLoop(isLoop: Optional<boolean>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:disappearTextStyle(style: Optional<PickerTextStyle>): TextPickerAttribute; 差异内容:disappearTextStyle(style: Optional<PickerTextStyle>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:disappearTextStyle(style: Optional<PickerTextStyle |TextPickerTextStyle>): TextPickerAttribute; 差异内容:disappearTextStyle(style: Optional<PickerTextStyle |TextPickerTextStyle>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:textStyle(style: Optional<PickerTextStyle>): TextPickerAttribute; 差异内容:textStyle(style: Optional<PickerTextStyle>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:textStyle(style: Optional<PickerTextStyle |TextPickerTextStyle>): TextPickerAttribute; 差异内容:textStyle(style: Optional<PickerTextStyle |TextPickerTextStyle>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:selectedTextStyle(style: Optional<PickerTextStyle>): TextPickerAttribute; 差异内容:selectedTextStyle(style: Optional<PickerTextStyle>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:selectedTextStyle(style: Optional<PickerTextStyle |TextPickerTextStyle>): TextPickerAttribute; 差异内容:selectedTextStyle(style: Optional<PickerTextStyle |TextPickerTextStyle>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:onChange(callback: Optional<OnTextPickerChangeCallback>): TextPickerAttribute; 差异内容:onChange(callback: Optional<OnTextPickerChangeCallback>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:onScrollStop(callback: Optional<TextPickerScrollStopCallback>): TextPickerAttribute; 差异内容:onScrollStop(callback: Optional<TextPickerScrollStopCallback>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:selectedIndex(index: Optional<number |number[]>): TextPickerAttribute; 差异内容:selectedIndex(index: Optional<number |number[]>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:divider(textDivider: Optional<DividerOptions |null>): TextPickerAttribute; 差异内容:divider(textDivider: Optional<DividerOptions |null>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 删除同名函数 | 类名:TextPickerAttribute; API声明:gradientHeight(height: Optional<Dimension>): TextPickerAttribute; 差异内容:gradientHeight(height: Optional<Dimension>): TextPickerAttribute; | 类名:global; API声明: 差异内容:NA | component/text_picker.d.ts |
| 函数变更 | 类名:AlphabetIndexerAttribute; API声明:onSelect(callback: OnAlphabetIndexerSelectCallback): AlphabetIndexerAttribute; 差异内容:callback: OnAlphabetIndexerSelectCallback | 类名:AlphabetIndexerAttribute; API声明:onSelect(callback: (index: number) => void): AlphabetIndexerAttribute; 差异内容:callback: (index: number) => void | component/alphabet_indexer.d.ts |
| 函数变更 | 类名:AlphabetIndexerAttribute; API声明:onRequestPopupData(callback: OnAlphabetIndexerRequestPopupDataCallback): AlphabetIndexerAttribute; 差异内容:callback: OnAlphabetIndexerRequestPopupDataCallback | 类名:AlphabetIndexerAttribute; API声明:onRequestPopupData(callback: (index: number) => Array<string>): AlphabetIndexerAttribute; 差异内容:callback: (index: number) => Array<string> | component/alphabet_indexer.d.ts |
| 函数变更 | 类名:AlphabetIndexerAttribute; API声明:onPopupSelect(callback: OnAlphabetIndexerPopupSelectCallback): AlphabetIndexerAttribute; 差异内容:callback: OnAlphabetIndexerPopupSelectCallback | 类名:AlphabetIndexerAttribute; API声明:onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute; 差异内容:callback: (index: number) => void | component/alphabet_indexer.d.ts |
| 函数变更 | 类名:SearchAttribute; API声明:onTextSelectionChange(callback: OnTextSelectionChangeCallback): SearchAttribute; 差异内容:callback: OnTextSelectionChangeCallback | 类名:SearchAttribute; API声明:onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): SearchAttribute; 差异内容:callback: (selectionStart: number, selectionEnd: number) => void | component/search.d.ts |
| 函数变更 | 类名:SearchAttribute; API声明:onContentScroll(callback: OnContentScrollCallback): SearchAttribute; 差异内容:callback: OnContentScrollCallback | 类名:SearchAttribute; API声明:onContentScroll(callback: (totalOffsetX: number, totalOffsetY: number) => void): SearchAttribute; 差异内容:callback: (totalOffsetX: number, totalOffsetY: number) => void | component/search.d.ts |
| 函数变更 | 类名:SwiperController; API声明:finishAnimation(callback?: VoidCallback); 差异内容:callback?: VoidCallback | 类名:SwiperController; API声明:finishAnimation(callback?: () => void); 差异内容:callback?: () => void | component/swiper.d.ts |
| 函数变更 | 类名:TabsAttribute; API声明:customContentTransition(delegate: TabsCustomContentTransitionCallback): TabsAttribute; 差异内容:delegate: TabsCustomContentTransitionCallback | 类名:TabsAttribute; API声明:customContentTransition(delegate: (from: number, to: number) => TabContentAnimatedTransition |undefined): TabsAttribute; 差异内容:delegate: (from: number, to: number) => TabContentAnimatedTransition |undefined | component/tabs.d.ts |
| 函数变更 | 类名:TextInputAttribute; API声明:onSubmit(callback: OnSubmitCallback): TextInputAttribute; 差异内容:callback: OnSubmitCallback | 类名:TextInputAttribute; API声明:onSubmit(callback: (enterKey: EnterKeyType, event: SubmitEvent) => void): TextInputAttribute; 差异内容:callback: (enterKey: EnterKeyType, event: SubmitEvent) => void | component/text_input.d.ts |
| 函数变更 | 类名:TextInputAttribute; API声明:onTextSelectionChange(callback: OnTextSelectionChangeCallback): TextInputAttribute; 差异内容:callback: OnTextSelectionChangeCallback | 类名:TextInputAttribute; API声明:onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): TextInputAttribute; 差异内容:callback: (selectionStart: number, selectionEnd: number) => void | component/text_input.d.ts |
| 函数变更 | 类名:TextInputAttribute; API声明:onContentScroll(callback: OnContentScrollCallback): TextInputAttribute; 差异内容:callback: OnContentScrollCallback | 类名:TextInputAttribute; API声明:onContentScroll(callback: (totalOffsetX: number, totalOffsetY: number) => void): TextInputAttribute; 差异内容:callback: (totalOffsetX: number, totalOffsetY: number) => void | component/text_input.d.ts |
| 函数变更 | 类名:XComponentAttribute; API声明:onLoad(callback: OnNativeLoadCallback): XComponentAttribute; 差异内容:callback: OnNativeLoadCallback | 类名:XComponentAttribute; API声明:onLoad(callback: (event?: object) => void): XComponentAttribute; 差异内容:callback: (event?: object) => void | component/xcomponent.d.ts |
| 函数变更 | 类名:CommonMethod; API声明:background(content: CustomBuilder |ResourceColor, options?: BackgroundOptions): T; 差异内容:options?: BackgroundOptions | 类名:CommonMethod; API声明:background(builder: CustomBuilder, options?: { align?: Alignment; }): T; 差异内容:options?: { align?: Alignment; } | component/common.d.ts |
| 函数变更 | 类名:CommonMethod; API声明:linearGradient(value: LinearGradientOptions): T; 差异内容:value: LinearGradientOptions | 类名:CommonMethod; API声明:linearGradient(value: { angle?: number |string; direction?: GradientDirection; colors: Array<[ ResourceColor, number ]>; repeating?: boolean; }): T; 差异内容:value: { angle?: number |string; direction?: GradientDirection; colors: Array<[ ResourceColor, number ]>; repeating?: boolean; } | component/common.d.ts |
| 函数变更 | 类名:CustomComponent; API声明:aboutToReuse?(params: Record<string, Object |undefined |null>): void; 差异内容:params: Record<string, Object |undefined |null> | 类名:CustomComponent; API声明:aboutToReuse?(params: { [key: string]: unknown; }): void; 差异内容:params: { [key: string]: unknown; } | component/common.d.ts |
| 函数变更 | 类名:FolderStackAttribute; API声明:onFolderStateChange(callback: OnFoldStatusChangeCallback): FolderStackAttribute; 差异内容:callback: OnFoldStatusChangeCallback | 类名:FolderStackAttribute; API声明:onFolderStateChange(callback: (event: { / * folder state. * * @type { FoldStatus } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 */ / * folder state. * * @type { FoldStatus } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 12 */ foldStatus: FoldStatus; }) => void): FolderStackAttribute; 差异内容:callback: (event: { / * folder state. * * @type { FoldStatus } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 */ / * folder state. * * @type { FoldStatus } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 12 */ foldStatus: FoldStatus; }) => void | component/folder_stack.d.ts |
| 函数变更 | 类名:ImageAttribute; API声明:sourceSize(value: ImageSourceSize): ImageAttribute; 差异内容:value: ImageSourceSize | 类名:ImageAttribute; API声明:sourceSize(value: { width: number; height: number; }): ImageAttribute; 差异内容:value: { width: number; height: number; } | component/image.d.ts |
| 函数变更 | 类名:CommonTransition; API声明:translate(value: TranslateOptions): T; 差异内容:value: TranslateOptions | 类名:CommonTransition; API声明:translate(value: { x?: number |string; y?: number |string; z?: number |string; }): T; 差异内容:value: { x?: number |string; y?: number |string; z?: number |string; } | component/page_transition.d.ts |
| 函数变更 | 类名:CommonTransition; API声明:scale(value: ScaleOptions): T; 差异内容:value: ScaleOptions | 类名:CommonTransition; API声明:scale(value: { x?: number; y?: number; z?: number; centerX?: number |string; centerY?: number |string; }): T; 差异内容:value: { x?: number; y?: number; z?: number; centerX?: number |string; centerY?: number |string; } | component/page_transition.d.ts |
| 函数变更 | 类名:SearchAttribute; API声明:onSubmit(callback: Callback<string>): SearchAttribute; 差异内容:callback: Callback<string> | 类名:SearchAttribute; API声明:onSubmit(callback: (value: string) => void): SearchAttribute; 差异内容:callback: (value: string) => void | component/search.d.ts |
| 函数变更 | 类名:SearchAttribute; API声明:onCopy(callback: Callback<string>): SearchAttribute; 差异内容:callback: Callback<string> | 类名:SearchAttribute; API声明:onCopy(callback: (value: string) => void): SearchAttribute; 差异内容:callback: (value: string) => void | component/search.d.ts |
| 函数变更 | 类名:SearchAttribute; API声明:onCut(callback: Callback<string>): SearchAttribute; 差异内容:callback: Callback<string> | 类名:SearchAttribute; API声明:onCut(callback: (value: string) => void): SearchAttribute; 差异内容:callback: (value: string) => void | component/search.d.ts |
| 函数变更 | 类名:SearchAttribute; API声明:onPaste(callback: OnPasteCallback): SearchAttribute; 差异内容:callback: OnPasteCallback | 类名:SearchAttribute; API声明:onPaste(callback: (value: string, event: PasteEvent) => void): SearchAttribute; 差异内容:callback: (value: string, event: PasteEvent) => void | component/search.d.ts |
| 函数变更 | 类名:ShapeAttribute; API声明:viewPort(value: ViewportRect): ShapeAttribute; 差异内容:value: ViewportRect | 类名:ShapeAttribute; API声明:viewPort(value: { x?: number |string; y?: number |string; width?: number |string; height?: number |string; }): ShapeAttribute; 差异内容:value: { x?: number |string; y?: number |string; width?: number |string; height?: number |string; } | component/shape.d.ts |
| 函数变更 | 类名:TextInputAttribute; API声明:onEditChange(callback: Callback<boolean>): TextInputAttribute; 差异内容:callback: Callback<boolean> | 类名:TextInputAttribute; API声明:onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute; 差异内容:callback: (isEditing: boolean) => void | component/text_input.d.ts |
| 函数变更 | 类名:TextInputAttribute; API声明:inputFilter(value: ResourceStr, error?: Callback<string>): TextInputAttribute; 差异内容:error?: Callback<string> | 类名:TextInputAttribute; API声明:inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute; 差异内容:error?: (value: string) => void | component/text_input.d.ts |
| 函数变更 | 类名:TextInputAttribute; API声明:onCopy(callback: Callback<string>): TextInputAttribute; 差异内容:callback: Callback<string> | 类名:TextInputAttribute; API声明:onCopy(callback: (value: string) => void): TextInputAttribute; 差异内容:callback: (value: string) => void | component/text_input.d.ts |
| 函数变更 | 类名:TextInputAttribute; API声明:onCut(callback: Callback<string>): TextInputAttribute; 差异内容:callback: Callback<string> | 类名:TextInputAttribute; API声明:onCut(callback: (value: string) => void): TextInputAttribute; 差异内容:callback: (value: string) => void | component/text_input.d.ts |
| 函数变更 | 类名:TextInputAttribute; API声明:onPaste(callback: OnPasteCallback): TextInputAttribute; 差异内容:callback: OnPasteCallback | 类名:TextInputAttribute; API声明:onPaste(callback: (value: string, event: PasteEvent) => void): TextInputAttribute; 差异内容:callback: (value: string, event: PasteEvent) => void | component/text_input.d.ts |
| 函数变更 | 类名:VideoAttribute; API声明:onFullscreenChange(callback: Callback<FullscreenInfo>): VideoAttribute; 差异内容:callback: Callback<FullscreenInfo> | 类名:VideoAttribute; API声明:onFullscreenChange(callback: (event: { / * Play the flag in full screen. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Play the flag in full screen. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ fullscreen: boolean; }) => void): VideoAttribute; 差异内容:callback: (event: { / * Play the flag in full screen. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Play the flag in full screen. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ fullscreen: boolean; }) => void | component/video.d.ts |
| 函数变更 | 类名:VideoAttribute; API声明:onPrepared(callback: Callback<PreparedInfo>): VideoAttribute; 差异内容:callback: Callback<PreparedInfo> | 类名:VideoAttribute; API声明:onPrepared(callback: (event: { / * Playback duration. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Playback duration. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ duration: number; }) => void): VideoAttribute; 差异内容:callback: (event: { / * Playback duration. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Playback duration. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ duration: number; }) => void | component/video.d.ts |
| 函数变更 | 类名:VideoAttribute; API声明:onSeeking(callback: Callback<PlaybackInfo>): VideoAttribute; 差异内容:callback: Callback<PlaybackInfo> | 类名:VideoAttribute; API声明:onSeeking(callback: (event: { / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ time: number; }) => void): VideoAttribute; 差异内容:callback: (event: { / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ time: number; }) => void | component/video.d.ts |
| 函数变更 | 类名:VideoAttribute; API声明:onSeeked(callback: Callback<PlaybackInfo>): VideoAttribute; 差异内容:callback: Callback<PlaybackInfo> | 类名:VideoAttribute; API声明:onSeeked(callback: (event: { / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ time: number; }) => void): VideoAttribute; 差异内容:callback: (event: { / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ time: number; }) => void | component/video.d.ts |
| 函数变更 | 类名:VideoAttribute; API声明:onUpdate(callback: Callback<PlaybackInfo>): VideoAttribute; 差异内容:callback: Callback<PlaybackInfo> | 类名:VideoAttribute; API声明:onUpdate(callback: (event: { / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ time: number; }) => void): VideoAttribute; 差异内容:callback: (event: { / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 10 */ / * Play time. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 11 */ time: number; }) => void | component/video.d.ts |
| 删除导出符号 | 类名:global; API声明:export type ClickCallback = () => void; 差异内容:export type ClickCallback = () => void; | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.ProgressButtonV2.d.ets |
| 删除导出符号 | 类名:global; API声明:export interface SubHeaderV2TitleOptions 差异内容:export interface SubHeaderV2TitleOptions | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除导出符号 | 类名:global; API声明:export type SubHeaderV2SelectOnSelect = (selectedIndex: number, selectedContent?: string) => void; 差异内容:export type SubHeaderV2SelectOnSelect = (selectedIndex: number, selectedContent?: string) => void; | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除导出符号 | 类名:global; API声明:export interface SubHeaderV2SelectOptions 差异内容:export interface SubHeaderV2SelectOptions | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除导出符号 | 类名:global; API声明:export type SubHeaderV2OperationItemAction = () => void; 差异内容:export type SubHeaderV2OperationItemAction = () => void; | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除导出符号 | 类名:global; API声明:export interface SubHeaderV2OperationItemOptions 差异内容:export interface SubHeaderV2OperationItemOptions | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除导出符号 | 类名:global; API声明:export type SubHeaderV2TitleBuilder = () => void; 差异内容:export type SubHeaderV2TitleBuilder = () => void; | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.SubHeaderV2.d.ets |
| 删除导出符号 | 类名:global; API声明:export interface ArcAlphabetIndexerInterface 差异内容:export interface ArcAlphabetIndexerInterface | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.ArcAlphabetIndexer.d.ts |
| 删除导出符号 | 类名:global; API声明:export interface ArcListInterface 差异内容:export interface ArcListInterface | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.ArcList.d.ts |
| 删除导出符号 | 类名:global; API声明:export interface ArcListItemInterface 差异内容:export interface ArcListItemInterface | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.ArcList.d.ts |
| 删除导出符号 | 类名:global; API声明:export interface ArcScrollBarInterface 差异内容:export interface ArcScrollBarInterface | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.ArcScrollBar.d.ts |
| 删除导出符号 | 类名:global; API声明:export declare interface ProgressButtonColorOptions 差异内容:export declare interface ProgressButtonColorOptions | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.advanced.ProgressButton.d.ets |
| 删除导出符号 | 类名:global; API声明:export interface ShapeSize 差异内容:export interface ShapeSize | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.shape.d.ts |
| 删除导出符号 | 类名:global; API声明:export interface RectShapeOptions 差异内容:export interface RectShapeOptions | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.shape.d.ts |
| 删除导出符号 | 类名:global; API声明:export interface RoundRectShapeOptions 差异内容:export interface RoundRectShapeOptions | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.shape.d.ts |
| 删除导出符号 | 类名:global; API声明:export interface PathShapeOptions 差异内容:export interface PathShapeOptions | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.shape.d.ts |
| 删除导出符号 | 类名:global; API声明:export declare type MonitorCallback = (monitorValue: IMonitor) => void; 差异内容:export declare type MonitorCallback = (monitorValue: IMonitor) => void; | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除导出符号 | 类名:global; API声明:export interface MonitorOptions 差异内容:export interface MonitorOptions | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除导出符号 | 类名:global; API声明:export declare type GetterCallback<T> = () => T; 差异内容:export declare type GetterCallback<T> = () => T; | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.StateManagement.d.ts |
| 删除导出符号 | 类名:global; API声明:export declare type SetterCallback<T> = (newValue: T) => void; 差异内容:export declare type SetterCallback<T> = (newValue: T) => void; | 类名:global; API声明: 差异内容:NA | api/@ohos.arkui.StateManagement.d.ts |
| 继承关系由继承A类到继承B类,且A类B类没有继承关系 | 类名:global; API声明:declare class CustomComponent 差异内容:NA | 类名:global; API声明:declare class CustomComponent 差异内容:declare class CustomComponent | component/common.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export interface ShapeSize 差异内容:NA | 类名:global; API声明:interface ShapeSize 差异内容:NA | api/@ohos.arkui.shape.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export interface RectShapeOptions 差异内容:NA | 类名:global; API声明:interface RectShapeOptions 差异内容:NA | api/@ohos.arkui.shape.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export interface RoundRectShapeOptions 差异内容:NA | 类名:global; API声明:interface RoundRectShapeOptions 差异内容:NA | api/@ohos.arkui.shape.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export interface PathShapeOptions 差异内容:NA | 类名:global; API声明:interface PathShapeOptions 差异内容:NA | api/@ohos.arkui.shape.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:declare class Animator 差异内容:NA | 类名:global; API声明:export default class Animator 差异内容:NA | api/@ohos.animator.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentSnapshot; API声明:export interface SnapshotRegion 差异内容:NA | 类名:componentSnapshot; API声明:interface SnapshotRegion 差异内容:NA | api/@ohos.arkui.componentSnapshot.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentSnapshot; API声明:export interface LocalizedSnapshotRegion 差异内容:NA | 类名:componentSnapshot; API声明:interface LocalizedSnapshotRegion 差异内容:NA | api/@ohos.arkui.componentSnapshot.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentSnapshot; API声明:export type SnapshotRegionType = SnapshotRegion |LocalizedSnapshotRegion; 差异内容:NA | 类名:componentSnapshot; API声明:type SnapshotRegionType = SnapshotRegion |LocalizedSnapshotRegion; 差异内容:NA | api/@ohos.arkui.componentSnapshot.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentSnapshot; API声明:export interface SnapshotOptions 差异内容:NA | 类名:componentSnapshot; API声明:interface SnapshotOptions 差异内容:NA | api/@ohos.arkui.componentSnapshot.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentSnapshot; API声明:export function getSync(id: string, options?: SnapshotOptions): image.PixelMap; 差异内容:NA | 类名:componentSnapshot; API声明:function getSync(id: string, options?: SnapshotOptions): image.PixelMap; 差异内容:NA | api/@ohos.arkui.componentSnapshot.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentUtils; API声明:export interface ComponentInfo 差异内容:NA | 类名:componentUtils; API声明:interface ComponentInfo 差异内容:NA | api/@ohos.arkui.componentUtils.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentUtils; API声明:export interface Size 差异内容:NA | 类名:componentUtils; API声明:interface Size 差异内容:NA | api/@ohos.arkui.componentUtils.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentUtils; API声明:export interface Offset 差异内容:NA | 类名:componentUtils; API声明:interface Offset 差异内容:NA | api/@ohos.arkui.componentUtils.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentUtils; API声明:export interface TranslateResult 差异内容:NA | 类名:componentUtils; API声明:interface TranslateResult 差异内容:NA | api/@ohos.arkui.componentUtils.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentUtils; API声明:export interface ScaleResult 差异内容:NA | 类名:componentUtils; API声明:interface ScaleResult 差异内容:NA | api/@ohos.arkui.componentUtils.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentUtils; API声明:export interface RotateResult 差异内容:NA | 类名:componentUtils; API声明:interface RotateResult 差异内容:NA | api/@ohos.arkui.componentUtils.d.ts |
| arkts演进版本整改兼容变化 | 类名:componentUtils; API声明:export type Matrix4Result = [ number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number ]; 差异内容:NA | 类名:componentUtils; API声明:type Matrix4Result = [ number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number ]; 差异内容:NA | api/@ohos.arkui.componentUtils.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class DrawableDescriptor 差异内容:NA | 类名:global; API声明:export class DrawableDescriptor 差异内容:NA | api/@ohos.arkui.drawableDescriptor.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class LayeredDrawableDescriptor 差异内容:NA | 类名:global; API声明:export class LayeredDrawableDescriptor 差异内容:NA | api/@ohos.arkui.drawableDescriptor.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class PixelMapDrawableDescriptor 差异内容:NA | 类名:global; API声明:export class PixelMapDrawableDescriptor 差异内容:NA | api/@ohos.arkui.drawableDescriptor.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare interface AnimationOptions 差异内容:NA | 类名:global; API声明:declare interface AnimationOptions 差异内容:NA | api/@ohos.arkui.drawableDescriptor.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class AnimatedDrawableDescriptor 差异内容:NA | 类名:global; API声明:export class AnimatedDrawableDescriptor 差异内容:NA | api/@ohos.arkui.drawableDescriptor.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class Font 差异内容:NA | 类名:global; API声明:export class Font 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class MediaQuery 差异内容:NA | 类名:global; API声明:export class MediaQuery 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class UIInspector 差异内容:NA | 类名:global; API声明:export class UIInspector 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class Router 差异内容:NA | 类名:global; API声明:export class Router 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class PromptAction 差异内容:NA | 类名:global; API声明:export class PromptAction 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class UIObserver 差异内容:NA | 类名:global; API声明:export class UIObserver 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class ComponentUtils 差异内容:NA | 类名:global; API声明:export class ComponentUtils 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class OverlayManager 差异内容:NA | 类名:global; API声明:export class OverlayManager 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class DynamicSyncScene 差异内容:NA | 类名:global; API声明:export class DynamicSyncScene 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class SwiperDynamicSyncScene 差异内容:NA | 类名:global; API声明:export class SwiperDynamicSyncScene 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class MarqueeDynamicSyncScene 差异内容:NA | 类名:global; API声明:export class MarqueeDynamicSyncScene 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class DragController 差异内容:NA | 类名:global; API声明:export class DragController 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class MeasureUtils 差异内容:NA | 类名:global; API声明:export class MeasureUtils 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class FocusController 差异内容:NA | 类名:global; API声明:export class FocusController 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class CursorController 差异内容:NA | 类名:global; API声明:export class CursorController 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class ContextMenuController 差异内容:NA | 类名:global; API声明:export class ContextMenuController 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare abstract class FrameCallback 差异内容:NA | 类名:global; API声明:export abstract class FrameCallback 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class ComponentSnapshot 差异内容:NA | 类名:global; API声明:export class ComponentSnapshot 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class UIContext 差异内容:NA | 类名:global; API声明:export class UIContext 差异内容:NA | api/@ohos.arkui.UIContext.d.ts |
| arkts演进版本整改兼容变化 | 类名:curves; API声明:export enum Curve 差异内容:NA | 类名:curves; API声明:enum Curve 差异内容:NA | api/@ohos.curves.d.ts |
| arkts演进版本整改兼容变化 | 类名:curves; API声明:export interface ICurve 差异内容:NA | 类名:curves; API声明:interface ICurve 差异内容:NA | api/@ohos.curves.d.ts |
| arkts演进版本整改兼容变化 | 类名:curves; API声明:export function initCurve(curve?: Curve): ICurve; 差异内容:NA | 类名:curves; API声明:function initCurve(curve?: Curve): ICurve; 差异内容:NA | api/@ohos.curves.d.ts |
| arkts演进版本整改兼容变化 | 类名:curves; API声明:export function stepsCurve(count: number, end: boolean): ICurve; 差异内容:NA | 类名:curves; API声明:function stepsCurve(count: number, end: boolean): ICurve; 差异内容:NA | api/@ohos.curves.d.ts |
| arkts演进版本整改兼容变化 | 类名:curves; API声明:export function customCurve(interpolate: (fraction: number) => number): ICurve; 差异内容:NA | 类名:curves; API声明:function customCurve(interpolate: (fraction: number) => number): ICurve; 差异内容:NA | api/@ohos.curves.d.ts |
| arkts演进版本整改兼容变化 | 类名:curves; API声明:export function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve; 差异内容:NA | 类名:curves; API声明:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve; 差异内容:NA | api/@ohos.curves.d.ts |
| arkts演进版本整改兼容变化 | 类名:curves; API声明:export function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve; 差异内容:NA | 类名:curves; API声明:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve; 差异内容:NA | api/@ohos.curves.d.ts |
| arkts演进版本整改兼容变化 | 类名:curves; API声明:export function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve; 差异内容:NA | 类名:curves; API声明:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve; 差异内容:NA | api/@ohos.curves.d.ts |
| arkts演进版本整改兼容变化 | 类名:curves; API声明:export function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve; 差异内容:NA | 类名:curves; API声明:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve; 差异内容:NA | api/@ohos.curves.d.ts |
| arkts演进版本整改兼容变化 | 类名:curves; API声明:export function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve; 差异内容:NA | 类名:curves; API声明:function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve; 差异内容:NA | api/@ohos.curves.d.ts |
| arkts演进版本整改兼容变化 | 类名:matrix4; API声明:export interface TranslateOption 差异内容:NA | 类名:matrix4; API声明:interface TranslateOption 差异内容:NA | api/@ohos.matrix4.d.ts |
| arkts演进版本整改兼容变化 | 类名:matrix4; API声明:export interface ScaleOption 差异内容:NA | 类名:matrix4; API声明:interface ScaleOption 差异内容:NA | api/@ohos.matrix4.d.ts |
| arkts演进版本整改兼容变化 | 类名:matrix4; API声明:export interface RotateOption 差异内容:NA | 类名:matrix4; API声明:interface RotateOption 差异内容:NA | api/@ohos.matrix4.d.ts |
| arkts演进版本整改兼容变化 | 类名:matrix4; API声明:export interface Matrix4Transit 差异内容:NA | 类名:matrix4; API声明:interface Matrix4Transit 差异内容:NA | api/@ohos.matrix4.d.ts |
| arkts演进版本整改兼容变化 | 类名:promptAction; API声明:export interface ShowToastOptions 差异内容:NA | 类名:promptAction; API声明:interface ShowToastOptions 差异内容:NA | api/@ohos.promptAction.d.ts |
| arkts演进版本整改兼容变化 | 类名:promptAction; API声明:export interface Button 差异内容:NA | 类名:promptAction; API声明:interface Button 差异内容:NA | api/@ohos.promptAction.d.ts |
| arkts演进版本整改兼容变化 | 类名:promptAction; API声明:export interface ShowDialogSuccessResponse 差异内容:NA | 类名:promptAction; API声明:interface ShowDialogSuccessResponse 差异内容:NA | api/@ohos.promptAction.d.ts |
| arkts演进版本整改兼容变化 | 类名:promptAction; API声明:export interface ShowDialogOptions 差异内容:NA | 类名:promptAction; API声明:interface ShowDialogOptions 差异内容:NA | api/@ohos.promptAction.d.ts |
| arkts演进版本整改兼容变化 | 类名:promptAction; API声明:export interface BaseDialogOptions 差异内容:NA | 类名:promptAction; API声明:interface BaseDialogOptions 差异内容:NA | api/@ohos.promptAction.d.ts |
| arkts演进版本整改兼容变化 | 类名:promptAction; API声明:export interface CustomDialogOptions 差异内容:NA | 类名:promptAction; API声明:interface CustomDialogOptions 差异内容:NA | api/@ohos.promptAction.d.ts |
| arkts演进版本整改兼容变化 | 类名:promptAction; API声明:export interface ActionMenuSuccessResponse 差异内容:NA | 类名:promptAction; API声明:interface ActionMenuSuccessResponse 差异内容:NA | api/@ohos.promptAction.d.ts |
| arkts演进版本整改兼容变化 | 类名:promptAction; API声明:export interface ActionMenuOptions 差异内容:NA | 类名:promptAction; API声明:interface ActionMenuOptions 差异内容:NA | api/@ohos.promptAction.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare enum NodeRenderType 差异内容:NA | 类名:global; API声明:declare enum NodeRenderType 差异内容:NA | api/arkui/BuilderNode.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare interface LayoutConstraint 差异内容:NA | 类名:global; API声明:declare interface LayoutConstraint 差异内容:NA | api/arkui/FrameNode.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class FrameNode 差异内容:NA | 类名:global; API声明:export class FrameNode 差异内容:NA | api/arkui/FrameNode.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare namespace typeNode 差异内容:NA | 类名:global; API声明:export namespace typeNode 差异内容:NA | api/arkui/FrameNode.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class NodeAdapter 差异内容:NA | 类名:global; API声明:declare class NodeAdapter 差异内容:NA | api/arkui/FrameNode.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class DrawContext 差异内容:NA | 类名:global; API声明:export class DrawContext 差异内容:NA | api/arkui/Graphics.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare enum LengthUnit 差异内容:NA | 类名:global; API声明:declare enum LengthUnit 差异内容:NA | api/arkui/Graphics.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class LengthMetrics 差异内容:NA | 类名:global; API声明:declare class LengthMetrics 差异内容:NA | api/arkui/Graphics.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class ColorMetrics 差异内容:NA | 类名:global; API声明:declare class ColorMetrics 差异内容:NA | api/arkui/Graphics.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare function edgeColors(all: number): Edges<number>; 差异内容:NA | 类名:global; API声明:export function edgeColors(all: number): Edges<number>; 差异内容:NA | api/arkui/Graphics.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare function edgeWidths(all: number): Edges<number>; 差异内容:NA | 类名:global; API声明:export function edgeWidths(all: number): Edges<number>; 差异内容:NA | api/arkui/Graphics.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare function borderStyles(all: BorderStyle): Edges<BorderStyle>; 差异内容:NA | 类名:global; API声明:export function borderStyles(all: BorderStyle): Edges<BorderStyle>; 差异内容:NA | api/arkui/Graphics.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare function borderRadiuses(all: number): BorderRadiuses; 差异内容:NA | 类名:global; API声明:export function borderRadiuses(all: number): BorderRadiuses; 差异内容:NA | api/arkui/Graphics.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class NodeContent 差异内容:NA | 类名:global; API声明:export class NodeContent 差异内容:NA | api/arkui/NodeContent.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare abstract class NodeController 差异内容:NA | 类名:global; API声明:export abstract class NodeController 差异内容:NA | api/arkui/NodeController.d.ts |
| arkts演进版本整改兼容变化 | 类名:global; API声明:export declare class RenderNode 差异内容:NA | 类名:global; API声明:export class RenderNode 差异内容:NA | api/arkui/RenderNode.d.ts |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apidiff-ArkGraphics2D
openharmony 鸿蒙 js-apidiff-ArkGraphics3D
openharmony 鸿蒙 js-apidiff-MediaKit
openharmony 鸿蒙 js-apidiff-InputKit
openharmony 鸿蒙 js-apidiff-BasicServicesKit
openharmony 鸿蒙 js-apidiff-ConnectivityKit
openharmony 鸿蒙 js-apidiff-ArkWeb
openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit