提交 1b633432 编写于 作者: R RayShih

推送版本说明附件apidiff

Signed-off-by: NRayShih <shirui721@huawei.com>
上级 067149d1
# Readme
- [元能力](js-apidiff-ability.md)
- [帐号](js-apidiff-account.md)
- [AI](js-apidiff-ai.md)
- [应用](js-apidiff-application.md)
- [ArkUI](js-apidiff-arkui.md)
- [电源管理](js-apidiff-battery.md)
- [包管理](js-apidiff-bundle.md)
- [网络与通信](js-apidiff-communication.md)
- [语言编译器运行时](js-apidiff-compiler-and-runtime.md)
- [定制](js-apidiff-customization.md)
- [DFX](js-apidiff-dfx.md)
- [分布式数据管理](js-apidiff-distributed-data.md)
- [分布式硬件](js-apidiff-distributed-hardware.md)
- [上传下载](js-apidiff-download-upload.md)
- [驱动](js-apidiff-driver.md)
- [文件管理](js-apidiff-file-management.md)
- [位置服务](js-apidiff-geolocation.md)
- [全球化](js-apidiff-global.md)
- [Misc软件](js-apidiff-misc.md)
- [MSDP](js-apidiff-msdp.md)
- [多模输入](js-apidiff-multi-modal-input.md)
- [媒体](js-apidiff-multimedia.md)
- [事件通知](js-apidiff-notification.md)
- [资源调度](js-apidiff-resource-scheduler.md)
- [安全](js-apidiff-security.md)
- [泛Sensor](js-apidiff-sensor.md)
- [启动](js-apidiff-start-up.md)
- [电话服务](js-apidiff-telephony.md)
- [测试框架](js-apidiff-unitest.md)
- [USB](js-apidiff-usb.md)
- [Web](js-apidiff-web.md)
- [窗口](js-apidiff-window.md)
......@@ -831,51 +831,3 @@
|卡片应用支持性有变化|类名:ClickEvent;<br>方法or属性:screenX: number;<br>旧版本信息:form|类名:ClickEvent;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|卡片应用支持性有变化|类名:ClickEvent;<br>方法or属性:screenY: number;<br>旧版本信息:form|类名:ClickEvent;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|卡片应用支持性有变化|类名:TextAttribute;<br>方法or属性:textShadow(value: ShadowOptions): TextAttribute;<br>旧版本信息:|类名:TextAttribute;<br>方法or属性:textShadow(value: ShadowOptions): TextAttribute;<br>新版本信息:form|text.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:declare componentSnapshot<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:declare componentSnapshot<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function get(id: string, callback: AsyncCallback\<image.PixelMap>): void;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function get(id: string, callback: AsyncCallback\<image.PixelMap>): void;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function get(id: string): Promise\<image.PixelMap>;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function get(id: string): Promise\<image.PixelMap>;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\<image.PixelMap>): void;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\<image.PixelMap>): void;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder): Promise\<image.PixelMap>;<br>旧版本信息:|类名:componentSnapshot;<br>方法or属性:function createFromBuilder(builder: CustomBuilder): Promise\<image.PixelMap>;<br>新版本信息:crossplatform|@ohos.arkui.componentSnapshot.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function copy(): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function copy(): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function invert(): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function invert(): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function combine(options: Matrix4Transit): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function combine(options: Matrix4Transit): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function translate(options: TranslateOption): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function translate(options: TranslateOption): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function scale(options: ScaleOption): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function scale(options: ScaleOption): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function rotate(options: RotateOption): Matrix4Transit;<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function rotate(options: RotateOption): Matrix4Transit;<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:matrix4;<br>方法or属性:function transformPoint(options: [number, number]): [number, number];<br>旧版本信息:crossplatform|类名:matrix4;<br>方法or属性:function transformPoint(options: [number, number]): [number, number];<br>新版本信息:|@ohos.matrix4.d.ts|
|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:getTransform(): Matrix2D;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:getTransform(): Matrix2D;<br>新版本信息:crossplatform|canvas.d.ts|
|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:setTransform(a: number, b: number, c: number, d: number, e: number, f: number): void;<br>新版本信息:crossplatform|canvas.d.ts|
|跨平台能力有变化|类名:CanvasRenderer;<br>方法or属性:setTransform(transform?: Matrix2D): void;<br>旧版本信息:|类名:CanvasRenderer;<br>方法or属性:setTransform(transform?: Matrix2D): void;<br>新版本信息:crossplatform|canvas.d.ts|
|跨平台能力有变化|类名:AlignRuleOption;<br>方法or属性:bottom?: { anchor: string, align: VerticalAlign };<br>旧版本信息:crossplatform|类名:AlignRuleOption;<br>方法or属性:bottom?: { anchor: string, align: VerticalAlign };<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:ClickEvent;<br>方法or属性:screenX: number;<br>旧版本信息:crossplatform|类名:ClickEvent;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:MouseEvent;<br>方法or属性:screenX: number;<br>旧版本信息:crossplatform|类名:MouseEvent;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:TouchObject;<br>方法or属性:screenX: number;<br>旧版本信息:crossplatform|类名:TouchObject;<br>方法or属性:screenX: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:ClickEvent;<br>方法or属性:screenY: number;<br>旧版本信息:crossplatform|类名:ClickEvent;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:MouseEvent;<br>方法or属性:screenY: number;<br>旧版本信息:crossplatform|类名:MouseEvent;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:TouchObject;<br>方法or属性:screenY: number;<br>旧版本信息:crossplatform|类名:TouchObject;<br>方法or属性:screenY: number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:DragEvent;<br>方法or属性:getX(): number;<br>旧版本信息:crossplatform|类名:DragEvent;<br>方法or属性:getX(): number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:DragEvent;<br>方法or属性:getY(): number;<br>旧版本信息:crossplatform|类名:DragEvent;<br>方法or属性:getY(): number;<br>新版本信息:|common.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Link(propName: string): any;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Link(propName: string): any;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static SetAndLink\<T>(propName: string, defaultValue: T): SubscribedAbstractProperty\<T>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Prop(propName: string): any;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Prop(propName: string): any;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static SetAndProp\<S>(propName: string, defaultValue: S): SubscribedAbstractProperty\<S>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Has(propName: string): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Has(propName: string): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Get\<T>(propName: string): T \| undefined;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Get\<T>(propName: string): T \| undefined;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Set\<T>(propName: string, newValue: T): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Set\<T>(propName: string, newValue: T): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static SetOrCreate\<T>(propName: string, newValue: T): void;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static SetOrCreate\<T>(propName: string, newValue: T): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Delete(propName: string): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Delete(propName: string): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Keys(): IterableIterator\<string>;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Keys(): IterableIterator\<string>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Clear(): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Clear(): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static IsMutable(propName: string): boolean;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static IsMutable(propName: string): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:AppStorage;<br>方法or属性:static Size(): number;<br>旧版本信息:crossplatform|类名:AppStorage;<br>方法or属性:static Size(): number;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:Environment;<br>方法or属性:static EnvProp\<S>(key: string, value: S): boolean;<br>旧版本信息:crossplatform|类名:Environment;<br>方法or属性:static EnvProp\<S>(key: string, value: S): boolean;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:Environment;<br>方法or属性:static EnvProps(<br> props: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>旧版本信息:crossplatform|类名:Environment;<br>方法or属性:static EnvProps(<br> props: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:Environment;<br>方法or属性:static Keys(): Array\<string>;<br>旧版本信息:crossplatform|类名:Environment;<br>方法or属性:static Keys(): Array\<string>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static Keys(): Array\<string>;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static Keys(): Array\<string>;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static PersistProp\<T>(key: string, defaultValue: T): void;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static PersistProp\<T>(key: string, defaultValue: T): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static DeleteProp(key: string): void;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static DeleteProp(key: string): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:PersistentStorage;<br>方法or属性:static PersistProps(<br> properties: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>旧版本信息:crossplatform|类名:PersistentStorage;<br>方法or属性:static PersistProps(<br> properties: {<br> key: string;<br> defaultValue: any;<br> }[],<br> ): void;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:LocalStorage;<br>方法or属性:static GetShared(): LocalStorage;<br>旧版本信息:crossplatform|类名:LocalStorage;<br>方法or属性:static GetShared(): LocalStorage;<br>新版本信息:|common_ts_ets_api.d.ts|
|跨平台能力有变化|类名:ListItemInterface;<br>方法or属性:(value?: string): ListItemAttribute;<br>旧版本信息:crossplatform|类名:ListItemInterface;<br>方法or属性:(value?: string): ListItemAttribute;<br>新版本信息:|list_item.d.ts|
|跨平台能力有变化|类名:NavigationAttribute;<br>方法or属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>旧版本信息:crossplatform|类名:NavigationAttribute;<br>方法or属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;<br>新版本信息:|navigation.d.ts|
|跨平台能力有变化|类名:Scroller;<br>方法or属性:scrollToIndex(value: number, smooth?:boolean, align?: ScrollAlign);<br>旧版本信息:|类名:Scroller;<br>方法or属性:scrollToIndex(value: number, smooth?:boolean, align?: ScrollAlign);<br>新版本信息:crossplatform|scroll.d.ts|
......@@ -36,7 +36,3 @@
|model有变化|类名:AbilityType;<br>方法or属性:PAGE = 1<br>旧版本信息:|类名:AbilityType;<br>方法or属性:PAGE = 1<br>新版本信息:FAModelOnly|@ohos.bundle.bundleManager.d.ts|
|model有变化|类名:AbilityType;<br>方法or属性:SERVICE = 2<br>旧版本信息:|类名:AbilityType;<br>方法or属性:SERVICE = 2<br>新版本信息:FAModelOnly|@ohos.bundle.bundleManager.d.ts|
|model有变化|类名:AbilityType;<br>方法or属性:DATA = 3<br>旧版本信息:|类名:AbilityType;<br>方法or属性:DATA = 3<br>新版本信息:FAModelOnly|@ohos.bundle.bundleManager.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:export interface Metadata<br>旧版本信息:|类名:Metadata;<br>方法or属性:export interface Metadata<br>新版本信息:crossplatform|Metadata.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:name: string;<br>旧版本信息:|类名:Metadata;<br>方法or属性:name: string;<br>新版本信息:crossplatform|Metadata.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:value: string;<br>旧版本信息:|类名:Metadata;<br>方法or属性:value: string;<br>新版本信息:crossplatform|Metadata.d.ts|
|跨平台能力有变化|类名:Metadata;<br>方法or属性:resource: string;<br>旧版本信息:|类名:Metadata;<br>方法or属性:resource: string;<br>新版本信息:crossplatform|Metadata.d.ts|
......@@ -49,57 +49,3 @@
|函数有变化|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string): Uint8Array;|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string, options?: Type): Uint8Array;|@ohos.util.d.ts|
|函数有变化|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array): Promise\<string>;|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array, options?: Type): Promise\<string>;|@ohos.util.d.ts|
|函数有变化|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string): Promise\<Uint8Array>;|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string, options?: Type): Promise\<Uint8Array>;|@ohos.util.d.ts|
|跨平台能力有变化|类名:buffer;<br>方法or属性:type BufferEncoding =<br> \| 'ascii'<br> \| 'utf8'<br> \| 'utf-8'<br> \| 'utf16le'<br> \| 'ucs2'<br> \| 'ucs-2'<br> \| 'base64'<br> \| 'base64url'<br> \| 'latin1'<br> \| 'binary'<br> \| 'hex';<br>旧版本信息:|类名:buffer;<br>方法or属性:type BufferEncoding =<br> \| 'ascii'<br> \| 'utf8'<br> \| 'utf-8'<br> \| 'utf16le'<br> \| 'ucs2'<br> \| 'ucs-2'<br> \| 'base64'<br> \| 'base64url'<br> \| 'latin1'<br> \| 'binary'<br> \| 'hex';<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:TypedArray;<br>方法or属性:interface TypedArray<br>旧版本信息:|类名:TypedArray;<br>方法or属性:interface TypedArray<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:Buffer;<br>方法or属性:class Buffer<br>旧版本信息:|类名:Buffer;<br>方法or属性:class Buffer<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:Blob;<br>方法or属性:class Blob<br>旧版本信息:|类名:Blob;<br>方法or属性:class Blob<br>新版本信息:crossplatform|@ohos.buffer.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:type EventListener = (evt: Object) => void;<br>旧版本信息:|类名:process;<br>方法or属性:type EventListener = (evt: Object) => void;<br>新版本信息:crossplatform|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function runCmd(<br><br> command: string,<br><br> options?: ConditionType<br><br> ): ChildProcess;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function runCmd(<br><br> command: string,<br><br> options?: ConditionType<br><br> ): ChildProcess;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function on(type: string, listener: EventListener): void;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function on(type: string, listener: EventListener): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function off(type: string): boolean;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function off(type: string): boolean;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function exit(code: number): void;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function exit(code: number): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function cwd(): string;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function cwd(): string;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:process;<br>方法or属性:function chdir(dir: string): void;<br>旧版本信息:crossplatform|类名:process;<br>方法or属性:function chdir(dir: string): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:export interface ChildProcess<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:export interface ChildProcess<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly pid: number;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly pid: number;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly ppid: number;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly ppid: number;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly exitCode: number;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly exitCode: number;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:readonly killed: boolean;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:readonly killed: boolean;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:wait(): Promise\<number>;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:wait(): Promise\<number>;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:getOutput(): Promise\<Uint8Array>;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:getOutput(): Promise\<Uint8Array>;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:getErrorOutput(): Promise\<Uint8Array>;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:getErrorOutput(): Promise\<Uint8Array>;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:close(): void;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:close(): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:ChildProcess;<br>方法or属性:kill(signal: number \| string): void;<br>旧版本信息:crossplatform|类名:ChildProcess;<br>方法or属性:kill(signal: number \| string): void;<br>新版本信息:|@ohos.process.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:declare taskpool<br>旧版本信息:|类名:taskpool;<br>方法or属性:declare taskpool<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:function execute(func: Function, ...args: unknown[]): Promise\<unknown>;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function execute(func: Function, ...args: unknown[]): Promise\<unknown>;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:function execute(task: Task, priority?: Priority): Promise\<unknown>;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function execute(task: Task, priority?: Priority): Promise\<unknown>;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;<br>旧版本信息:|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:enum Priority<br>旧版本信息:|类名:Priority;<br>方法or属性:enum Priority<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:HIGH = 0<br>旧版本信息:|类名:Priority;<br>方法or属性:HIGH = 0<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:MEDIUM = 1<br>旧版本信息:|类名:Priority;<br>方法or属性:MEDIUM = 1<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Priority;<br>方法or属性:LOW = 2<br>旧版本信息:|类名:Priority;<br>方法or属性:LOW = 2<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:class Task<br>旧版本信息:|类名:Task;<br>方法or属性:class Task<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:constructor(func: Function, ...args: unknown[]);<br>旧版本信息:|类名:Task;<br>方法or属性:constructor(func: Function, ...args: unknown[]);<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:function: Function;<br>旧版本信息:|类名:Task;<br>方法or属性:function: Function;<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:Task;<br>方法or属性:arguments?: unknown[];<br>旧版本信息:|类名:Task;<br>方法or属性:arguments?: unknown[];<br>新版本信息:crossplatform|@ohos.taskpool.d.ts|
|跨平台能力有变化|类名:ArrayList;<br>方法or属性:declare class ArrayList<br>旧版本信息:|类名:ArrayList;<br>方法or属性:declare class ArrayList<br>新版本信息:crossplatform|@ohos.util.ArrayList.d.ts|
|跨平台能力有变化|类名:Scope;<br>方法or属性:class Scope<br>旧版本信息:crossplatform|类名:Scope;<br>方法or属性:class Scope<br>新版本信息:|@ohos.util.d.ts|
|跨平台能力有变化|类名:ScopeHelper;<br>方法or属性:getLower(): ScopeType;<br>旧版本信息:|类名:ScopeHelper;<br>方法or属性:getLower(): ScopeType;<br>新版本信息:crossplatform|@ohos.util.d.ts|
|跨平台能力有变化|类名:Deque;<br>方法or属性:declare class Deque<br>旧版本信息:|类名:Deque;<br>方法or属性:declare class Deque<br>新版本信息:crossplatform|@ohos.util.Deque.d.ts|
|跨平台能力有变化|类名:HashMap;<br>方法or属性:declare class HashMap<br>旧版本信息:|类名:HashMap;<br>方法or属性:declare class HashMap<br>新版本信息:crossplatform|@ohos.util.HashMap.d.ts|
|跨平台能力有变化|类名:HashSet;<br>方法or属性:declare class HashSet<br>旧版本信息:|类名:HashSet;<br>方法or属性:declare class HashSet<br>新版本信息:crossplatform|@ohos.util.HashSet.d.ts|
|跨平台能力有变化|类名:LightWeightMap;<br>方法or属性:declare class LightWeightMap<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:declare class LightWeightMap<br>新版本信息:crossplatform|@ohos.util.LightWeightMap.d.ts|
|跨平台能力有变化|类名:LightWeightSet;<br>方法or属性:declare class LightWeightSet<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:declare class LightWeightSet<br>新版本信息:crossplatform|@ohos.util.LightWeightSet.d.ts|
|跨平台能力有变化|类名:LinkedList;<br>方法or属性:declare class LinkedList<br>旧版本信息:|类名:LinkedList;<br>方法or属性:declare class LinkedList<br>新版本信息:crossplatform|@ohos.util.LinkedList.d.ts|
|跨平台能力有变化|类名:List;<br>方法or属性:declare class List<br>旧版本信息:|类名:List;<br>方法or属性:declare class List<br>新版本信息:crossplatform|@ohos.util.List.d.ts|
|跨平台能力有变化|类名:PlainArray;<br>方法or属性:declare class PlainArray<br>旧版本信息:|类名:PlainArray;<br>方法or属性:declare class PlainArray<br>新版本信息:crossplatform|@ohos.util.PlainArray.d.ts|
|跨平台能力有变化|类名:Queue;<br>方法or属性:declare class Queue<br>旧版本信息:|类名:Queue;<br>方法or属性:declare class Queue<br>新版本信息:crossplatform|@ohos.util.Queue.d.ts|
|跨平台能力有变化|类名:Stack;<br>方法or属性:declare class Stack<br>旧版本信息:|类名:Stack;<br>方法or属性:declare class Stack<br>新版本信息:crossplatform|@ohos.util.Stack.d.ts|
|跨平台能力有变化|类名:TreeMap;<br>方法or属性:declare class TreeMap<br>旧版本信息:|类名:TreeMap;<br>方法or属性:declare class TreeMap<br>新版本信息:crossplatform|@ohos.util.TreeMap.d.ts|
|跨平台能力有变化|类名:TreeSet;<br>方法or属性:declare class TreeSet<br>旧版本信息:|类名:TreeSet;<br>方法or属性:declare class TreeSet<br>新版本信息:crossplatform|@ohos.util.TreeSet.d.ts|
|跨平台能力有变化|类名:WorkerEventTarget;<br>方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>旧版本信息:crossplatform|类名:WorkerEventTarget;<br>方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;<br>新版本信息:|@ohos.worker.d.ts|
|跨平台能力有变化|类名:XmlSerializer;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:XmlPullParser;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>旧版本信息:|类名:XmlPullParser;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:EventType;<br>方法or属性:enum EventType<br>旧版本信息:|类名:EventType;<br>方法or属性:enum EventType<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:ParseInfo;<br>方法or属性:interface ParseInfo<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:interface ParseInfo<br>新版本信息:crossplatform|@ohos.xml.d.ts|
|跨平台能力有变化|类名:ParseOptions;<br>方法or属性:interface ParseOptions<br>旧版本信息:|类名:ParseOptions;<br>方法or属性:interface ParseOptions<br>新版本信息:crossplatform|@ohos.xml.d.ts|
......@@ -52,7 +52,3 @@
|type有变化|类名:HiTraceId;<br>方法or属性:spanId?: number;<br>旧版本信息:|类名:HiTraceId;<br>方法or属性:spanId?: number;<br>新版本信息:?number|@ohos.hiTraceChain.d.ts|
|type有变化|类名:HiTraceId;<br>方法or属性:parentSpanId?: number;<br>旧版本信息:|类名:HiTraceId;<br>方法or属性:parentSpanId?: number;<br>新版本信息:?number|@ohos.hiTraceChain.d.ts|
|type有变化|类名:HiTraceId;<br>方法or属性:flags?: number;<br>旧版本信息:|类名:HiTraceId;<br>方法or属性:flags?: number;<br>新版本信息:?number|@ohos.hiTraceChain.d.ts|
|跨平台能力有变化|类名:hilog;<br>方法or属性:declare hilog<br>旧版本信息:|类名:hilog;<br>方法or属性:declare hilog<br>新版本信息:crossplatform|@ohos.hilog.d.ts|
|跨平台能力有变化|类名:hiTraceMeter;<br>方法or属性:declare hiTraceMeter<br>旧版本信息:|类名:hiTraceMeter;<br>方法or属性:declare hiTraceMeter<br>新版本信息:crossplatform|@ohos.hiTraceMeter.d.ts|
|跨平台能力有变化|类名:hiTraceMeter;<br>方法or属性:function startTrace(name: string, taskId: number): void;<br>旧版本信息:|类名:hiTraceMeter;<br>方法or属性:function startTrace(name: string, taskId: number): void;<br>新版本信息:crossplatform|@ohos.hiTraceMeter.d.ts|
|跨平台能力有变化|类名:hiTraceMeter;<br>方法or属性:function finishTrace(name: string, taskId: number): void;<br>旧版本信息:|类名:hiTraceMeter;<br>方法or属性:function finishTrace(name: string, taskId: number): void;<br>新版本信息:crossplatform|@ohos.hiTraceMeter.d.ts|
......@@ -121,9 +121,3 @@
|函数有变化|类名:DataShareExtensionAbility;<br>方法or属性:context?: ExtensionContext;|类名:DataShareExtensionAbility;<br>方法or属性:context: ExtensionContext;|@ohos.application.DataShareExtensionAbility.d.ts|
|函数有变化|类名:PublishedItem;<br>方法or属性:data: string \| Ashmem;|类名:PublishedItem;<br>方法or属性:data: string \| ArrayBuffer;|@ohos.data.dataShare.d.ts|
|函数有变化|类名:relationalStore;<br>方法or属性:type ValueType = null \| number \| string \| boolean \| Uint8Array;|类名:relationalStore;<br>方法or属性:type ValueType = null \| number \| string \| boolean \| Uint8Array \| Asset \| Assets;|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:StoreConfig;<br>方法or属性:securityLevel: SecurityLevel;<br>旧版本信息:|类名:StoreConfig;<br>方法or属性:securityLevel: SecurityLevel;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:enum SecurityLevel<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:enum SecurityLevel<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S1 = 1<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S1 = 1<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S2 = 2<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S2 = 2<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S3 = 3<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S3 = 3<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S4 = 4<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S4 = 4<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
......@@ -446,24 +446,3 @@
|type有变化|类名:PhotoSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类名:PhotoSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.file.picker.d.ts|
|type有变化|类名:DocumentSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类名:DocumentSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.file.picker.d.ts|
|type有变化|类名:AudioSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>旧版本信息:Array\<string>|类名:AudioSaveOptions;<br>方法or属性:newFileNames?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.file.picker.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function access(path: string): Promise\<boolean>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function access(path: string): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function accessSync(path: string): boolean;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function accessSync(path: string): boolean;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, mode?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: number,<br> callback: AsyncCallback\<void><br>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function copyFileSync(src: string \| number, dest: string \| number, mode?: number): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): Promise\<string[]>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): Promise\<string[]>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFile(path: string, callback: AsyncCallback\<string[]>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFile(path: string, callback: AsyncCallback\<string[]>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> },<br> callback: AsyncCallback\<string[]><br>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFile(<br> path: string,<br> options: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> },<br> callback: AsyncCallback\<string[]><br>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function listFileSync(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): string[];<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function listFileSync(<br> path: string,<br> options?: {<br> recursion?: boolean;<br> listNum?: number;<br> filter?: Filter;<br> }<br>): string[];<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFile(src: string, dest: string, mode: number, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function moveFileSync(src: string, dest: string, mode?: number): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): Promise\<string>;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): Promise\<string>;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readText(filePath: string, callback: AsyncCallback\<string>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readText(<br> filePath: string,<br> options: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> },<br> callback: AsyncCallback\<string><br>): void;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:declare function readTextSync(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): string;<br>旧版本信息:|类名:sourcefile;<br>方法or属性:declare function readTextSync(<br> filePath: string,<br> options?: {<br> offset?: number;<br> length?: number;<br> encoding?: string;<br> }<br>): string;<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:sourcefile;<br>方法or属性:export type Filter = {<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> suffix?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> displayName?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> mimeType?: Array\<string>;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> fileSizeOver?: number;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> lastModifiedAfter?: number;<br> /**<br> * @type { ?boolean }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> excludeMedia?: boolean;<br>};<br>旧版本信息:|类名:sourcefile;<br>方法or属性:export type Filter = {<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> suffix?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> displayName?: Array\<string>;<br> /**<br> * @type { ?Array\<string> }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> mimeType?: Array\<string>;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> fileSizeOver?: number;<br> /**<br> * @type { ?number }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> lastModifiedAfter?: number;<br> /**<br> * @type { ?boolean }<br> * @syscap SystemCapability.FileManagement.File.FileIO<br> * @since 10<br> */<br> excludeMedia?: boolean;<br>};<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
|跨平台能力有变化|类名:fileIo;<br>方法or属性:declare fileIo<br>旧版本信息:|类名:fileIo;<br>方法or属性:declare fileIo<br>新版本信息:crossplatform|@ohos.file.fs.d.ts|
......@@ -32,9 +32,3 @@
|新增|NA|类名:ResourceManager;<br>方法or属性:getColorByNameSync(resName: string) : number;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager;<br>方法or属性:addResource(path: string) : void;|@ohos.resourceManager.d.ts|
|新增|NA|类名:ResourceManager;<br>方法or属性:removeResource(path: string) : void;|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DateTimeOptions;<br>方法or属性:year?: string;<br>旧版本信息:|类名:DateTimeOptions;<br>方法or属性:year?: string;<br>新版本信息:crossplatform|@ohos.intl.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TABLET = 0x01<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TABLET = 0x01<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_CAR = 0x02<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_CAR = 0x02<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_PC = 0x03<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_PC = 0x03<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TV = 0x04<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_TV = 0x04<br>新版本信息:|@ohos.resourceManager.d.ts|
|跨平台能力有变化|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_WEARABLE = 0x06<br>旧版本信息:crossplatform|类名:DeviceType;<br>方法or属性:DEVICE_TYPE_WEARABLE = 0x06<br>新版本信息:|@ohos.resourceManager.d.ts|
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|跨平台能力有变化|类名:Callback;<br>方法or属性:export interface Callback<br>旧版本信息:|类名:Callback;<br>方法or属性:export interface Callback<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:Callback;<br>方法or属性:(data: T): void;<br>旧版本信息:|类名:Callback;<br>方法or属性:(data: T): void;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:ErrorCallback;<br>方法or属性:export interface ErrorCallback<br>旧版本信息:|类名:ErrorCallback;<br>方法or属性:export interface ErrorCallback<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:ErrorCallback;<br>方法or属性:(err: T): void;<br>旧版本信息:|类名:ErrorCallback;<br>方法or属性:(err: T): void;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:AsyncCallback;<br>方法or属性:export interface AsyncCallback<br>旧版本信息:|类名:AsyncCallback;<br>方法or属性:export interface AsyncCallback<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:AsyncCallback;<br>方法or属性:(err: BusinessError\<E>, data: T): void;<br>旧版本信息:|类名:AsyncCallback;<br>方法or属性:(err: BusinessError\<E>, data: T): void;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:BusinessError;<br>方法or属性:export interface BusinessError<br>旧版本信息:|类名:BusinessError;<br>方法or属性:export interface BusinessError<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:BusinessError;<br>方法or属性:code: number;<br>旧版本信息:|类名:BusinessError;<br>方法or属性:code: number;<br>新版本信息:crossplatform|@ohos.base.d.ts|
|跨平台能力有变化|类名:BusinessError;<br>方法or属性:data?: T;<br>旧版本信息:|类名:BusinessError;<br>方法or属性:data?: T;<br>新版本信息:crossplatform|@ohos.base.d.ts|
......@@ -10,53 +10,3 @@
|type有变化|类名:WindowFilter;<br>方法or属性:title?: string;<br>旧版本信息:string?|类名:WindowFilter;<br>方法or属性:title?: string;<br>新版本信息:?string|@ohos.UiTest.d.ts|
|type有变化|类名:WindowFilter;<br>方法or属性:focused?: boolean;<br>旧版本信息:boolean?|类名:WindowFilter;<br>方法or属性:focused?: boolean;<br>新版本信息:?boolean|@ohos.UiTest.d.ts|
|type有变化|类名:WindowFilter;<br>方法or属性:actived?: boolean;<br>旧版本信息:boolean?|类名:WindowFilter;<br>方法or属性:actived?: boolean;<br>新版本信息:?boolean|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:declare enum MatchPattern<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:declare enum MatchPattern<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:EQUALS = 0<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:EQUALS = 0<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:CONTAINS = 1<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:CONTAINS = 1<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:STARTS_WITH = 2<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:STARTS_WITH = 2<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:MatchPattern;<br>方法or属性:ENDS_WITH = 3<br>旧版本信息:|类名:MatchPattern;<br>方法or属性:ENDS_WITH = 3<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Point;<br>方法or属性:declare interface Point<br>旧版本信息:|类名:Point;<br>方法or属性:declare interface Point<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Point;<br>方法or属性:readonly x: number;<br>旧版本信息:|类名:Point;<br>方法or属性:readonly x: number;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Point;<br>方法or属性:readonly y: number;<br>旧版本信息:|类名:Point;<br>方法or属性:readonly y: number;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:text(txt: string, pattern?: MatchPattern): On;<br>旧版本信息:|类名:On;<br>方法or属性:text(txt: string, pattern?: MatchPattern): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:id(id: string): On;<br>旧版本信息:|类名:On;<br>方法or属性:id(id: string): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:type(tp: string): On;<br>旧版本信息:|类名:On;<br>方法or属性:type(tp: string): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:clickable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:clickable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:longClickable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:longClickable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:scrollable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:scrollable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:enabled(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:enabled(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:focused(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:focused(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:selected(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:selected(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:checked(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:checked(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:On;<br>方法or属性:checkable(b?: boolean): On;<br>旧版本信息:|类名:On;<br>方法or属性:checkable(b?: boolean): On;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:click(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:click(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:doubleClick(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:doubleClick(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:longClick(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:longClick(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getId(): Promise\<string>;<br>旧版本信息:|类名:Component;<br>方法or属性:getId(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getText(): Promise\<string>;<br>旧版本信息:|类名:Component;<br>方法or属性:getText(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getType(): Promise\<string>;<br>旧版本信息:|类名:Component;<br>方法or属性:getType(): Promise\<string>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isClickable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isClickable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isLongClickable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isLongClickable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isScrollable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isScrollable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isEnabled(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isEnabled(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isFocused(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isFocused(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isSelected(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isSelected(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isChecked(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isChecked(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:isCheckable(): Promise\<boolean>;<br>旧版本信息:|类名:Component;<br>方法or属性:isCheckable(): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:inputText(text: string): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:inputText(text: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:clearText(): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:clearText(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:scrollToTop(speed?: number): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:scrollToTop(speed?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:scrollToBottom(speed?: number): Promise\<void>;<br>旧版本信息:|类名:Component;<br>方法or属性:scrollToBottom(speed?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:scrollSearch(on: On): Promise\<Component>;<br>旧版本信息:|类名:Component;<br>方法or属性:scrollSearch(on: On): Promise\<Component>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Component;<br>方法or属性:getBoundsCenter(): Promise\<Point>;<br>旧版本信息:|类名:Component;<br>方法or属性:getBoundsCenter(): Promise\<Point>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:static create(): Driver;<br>旧版本信息:|类名:Driver;<br>方法or属性:static create(): Driver;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:delayMs(duration: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:delayMs(duration: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:findComponent(on: On): Promise\<Component>;<br>旧版本信息:|类名:Driver;<br>方法or属性:findComponent(on: On): Promise\<Component>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:findComponents(on: On): Promise\<Array\<Component>>;<br>旧版本信息:|类名:Driver;<br>方法or属性:findComponents(on: On): Promise\<Array\<Component>>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:assertComponentExist(on: On): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:assertComponentExist(on: On): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:pressBack(): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:pressBack(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:click(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:click(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:doubleClick(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:doubleClick(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:longClick(x: number, y: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:longClick(x: number, y: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:swipe(startx: number, starty: number, endx: number, endy: number, speed?: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
|跨平台能力有变化|类名:Driver;<br>方法or属性:fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>;<br>旧版本信息:|类名:Driver;<br>方法or属性:fling(from: Point, to: Point, stepLen: number, speed: number): Promise\<void>;<br>新版本信息:crossplatform|@ohos.UiTest.d.ts|
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册