diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md
index 400f699333041bc6da0c4731349714677ebe262c..0f5686b2ba3cea9b07786ebb4ae35b526f9efd66 100644
--- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md
@@ -1,5 +1,26 @@
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
-|新增(错误码)|NA|类名:Config
方法 or 属性:get(): Promise\;
错误码内容: 201, 202|@ohos.accessibility.config.d.ts|
-|新增(错误码)|NA|类名:Config
方法 or 属性:get(callback: AsyncCallback\): void;
错误码内容: 201, 202|@ohos.accessibility.config.d.ts|
-|新增(错误码)|NA|类名:Config
方法 or 属性:off(callback?: Callback\): void;
错误码内容: 202|@ohos.accessibility.config.d.ts|
+|废弃版本有变化|类名:accessibility;
方法or属性:function getAbilityLists(abilityType: AbilityType, stateType: AbilityState): Promise\>;;
旧版本信息:|类名:accessibility;
方法or属性:function getAbilityLists(abilityType: AbilityType, stateType: AbilityState): Promise\>;;
新版本信息:9;
代替接口: ohos.accessibility#getAccessibilityExtensionList|@ohos.accessibility.d.ts|
+|废弃版本有变化|类名:accessibility;
方法or属性:function sendEvent(event: EventInfo): Promise\;;
旧版本信息:|类名:accessibility;
方法or属性:function sendEvent(event: EventInfo): Promise\;;
新版本信息:9;
代替接口: ohos.accessibility#sendAccessibilityEvent|@ohos.accessibility.d.ts|
+|新增(错误码)|类名:Config;
方法or属性:get(): Promise\;;
旧版本信息:|类名:Config;
方法or属性:get(): Promise\;;
新版本信息:201,202|@ohos.accessibility.config.d.ts|
+|新增(错误码)|类名:Config;
方法or属性:get(callback: AsyncCallback\): void;;
旧版本信息:|类名:Config;
方法or属性:get(callback: AsyncCallback\): void;;
新版本信息:201,202|@ohos.accessibility.config.d.ts|
+|新增(错误码)|类名:Config;
方法or属性:off(callback?: Callback\): void;
旧版本信息:|类名:Config;
方法or属性:off(callback?: Callback\): void;
新版本信息:202|@ohos.accessibility.config.d.ts|
+|新增(错误码)|类名:AccessibilityElement;
方法or属性:attributeValue\(
attributeName: T,
callback: AsyncCallback\
): void;;
旧版本信息:|类名:AccessibilityElement;
方法or属性:attributeValue\(
attributeName: T,
callback: AsyncCallback\
): void;;
新版本信息:401,9300004|AccessibilityExtensionContext.d.ts|
+|错误码有变化|类名:config;
方法or属性:function enableAbility(
name: string,
capability: Array\,
callback: AsyncCallback\
): void;
旧版本信息:201,401,9300001,9300002|类名:config;
方法or属性:function enableAbility(
name: string,
capability: Array\,
callback: AsyncCallback\
): void;
新版本信息:201,202,401,9300001,9300002|@ohos.accessibility.config.d.ts|
+|错误码有变化|类名:config;
方法or属性:function enableAbility(name: string, capability: Array\): Promise\;;
旧版本信息:201,401,9300001,9300002|类名:config;
方法or属性:function enableAbility(name: string, capability: Array\): Promise\;;
新版本信息:201,202,401,9300001,9300002|@ohos.accessibility.config.d.ts|
+|错误码有变化|类名:config;
方法or属性:function disableAbility(name: string, callback: AsyncCallback\): void;;
旧版本信息:201,401,9300001|类名:config;
方法or属性:function disableAbility(name: string, callback: AsyncCallback\): void;;
新版本信息:201,202,401,9300001|@ohos.accessibility.config.d.ts|
+|错误码有变化|类名:config;
方法or属性:function disableAbility(name: string): Promise\;;
旧版本信息:201,401,9300001|类名:config;
方法or属性:function disableAbility(name: string): Promise\;;
新版本信息:201,202,401,9300001|@ohos.accessibility.config.d.ts|
+|错误码有变化|类名:config;
方法or属性:function on(type: 'enabledAccessibilityExtensionListChange', callback: Callback\): void;;
旧版本信息:401|类名:config;
方法or属性:function on(type: 'enabledAccessibilityExtensionListChange', callback: Callback\): void;;
新版本信息:202,401|@ohos.accessibility.config.d.ts|
+|错误码有变化|类名:config;
方法or属性:function off(type: 'enabledAccessibilityExtensionListChange', callback?: Callback\): void;;
旧版本信息:401|类名:config;
方法or属性:function off(type: 'enabledAccessibilityExtensionListChange', callback?: Callback\): void;;
新版本信息:202,401|@ohos.accessibility.config.d.ts|
+|错误码有变化|类名:Config;
方法or属性:set(value: T, callback: AsyncCallback\): void;
旧版本信息:201,401|类名:Config;
方法or属性:set(value: T, callback: AsyncCallback\): void;
新版本信息:201,202,401|@ohos.accessibility.config.d.ts|
+|错误码有变化|类名:Config;
方法or属性:set(value: T): Promise\;;
旧版本信息:201,401|类名:Config;
方法or属性:set(value: T): Promise\;;
新版本信息:201,202,401|@ohos.accessibility.config.d.ts|
+|错误码有变化|类名:Config;
方法or属性:on(callback: Callback\): void;;
旧版本信息:401|类名:Config;
方法or属性:on(callback: Callback\): void;;
新版本信息:201,202,401|@ohos.accessibility.config.d.ts|
+|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts|
+|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(callback: AsyncCallback\): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(callback: AsyncCallback\): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts|
+|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(isAccessibilityFocus?: boolean): Promise\;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getFocusElement(isAccessibilityFocus?: boolean): Promise\;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts|
+|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(windowId: number, callback: AsyncCallback\): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(windowId: number, callback: AsyncCallback\): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts|
+|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(callback: AsyncCallback\): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(callback: AsyncCallback\): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts|
+|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(windowId?: number): Promise\;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindowRootElement(windowId?: number): Promise\;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts|
+|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindows(displayId?: number): Promise\>;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindows(displayId?: number): Promise\>;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts|
+|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindows(callback: AsyncCallback\>): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindows(callback: AsyncCallback\>): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts|
+|错误码有变化|类名:AccessibilityExtensionContext;
方法or属性:getWindows(displayId: number, callback: AsyncCallback\>): void;;
旧版本信息:9300003|类名:AccessibilityExtensionContext;
方法or属性:getWindows(displayId: number, callback: AsyncCallback\>): void;;
新版本信息:401,9300003|AccessibilityExtensionContext.d.ts|
diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md
index 855f20e9bd20bdf69c6522fa900ca4f8d5b01d45..cedd7fd83f7dd3e14c87954e3d7fd1ee22884f4f 100644
--- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md
@@ -80,78 +80,6 @@
|访问级别有变化|类名:DomainPlugin
访问级别:公开API|类名:DomainPlugin
访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:DomainAccountManager
访问级别:公开API|类名:DomainAccountManager
访问级别:系统API|@ohos.account.osAccount.d.ts|
|访问级别有变化|类名:UserIdentityManager
访问级别:公开API|类名:UserIdentityManager
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:GetPropertyRequest
方法 or 属性:authType: AuthType;
访问级别:公开API|类名:GetPropertyRequest
方法 or 属性:authType: AuthType;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:GetPropertyRequest
方法 or 属性:keys: Array\;
访问级别:公开API|类名:GetPropertyRequest
方法 or 属性:keys: Array\;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:SetPropertyRequest
方法 or 属性:authType: AuthType;
访问级别:公开API|类名:SetPropertyRequest
方法 or 属性:authType: AuthType;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:SetPropertyRequest
方法 or 属性:key: SetPropertyType;
访问级别:公开API|类名:SetPropertyRequest
方法 or 属性:key: SetPropertyType;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:SetPropertyRequest
方法 or 属性:setInfo: Uint8Array;
访问级别:公开API|类名:SetPropertyRequest
方法 or 属性:setInfo: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ExecutorProperty
方法 or 属性:result: number;
访问级别:公开API|类名:ExecutorProperty
方法 or 属性:result: number;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ExecutorProperty
方法 or 属性:authSubType: AuthSubType;
访问级别:公开API|类名:ExecutorProperty
方法 or 属性:authSubType: AuthSubType;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ExecutorProperty
方法 or 属性:remainTimes?: number;
访问级别:公开API|类名:ExecutorProperty
方法 or 属性:remainTimes?: number;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ExecutorProperty
方法 or 属性:freezingTime?: number;
访问级别:公开API|类名:ExecutorProperty
方法 or 属性:freezingTime?: number;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthResult
方法 or 属性:token?: Uint8Array;
访问级别:公开API|类名:AuthResult
方法 or 属性:token?: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthResult
方法 or 属性:remainTimes?: number;
访问级别:公开API|类名:AuthResult
方法 or 属性:remainTimes?: number;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthResult
方法 or 属性:freezingTime?: number;
访问级别:公开API|类名:AuthResult
方法 or 属性:freezingTime?: number;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:CredentialInfo
方法 or 属性:credType: AuthType;
访问级别:公开API|类名:CredentialInfo
方法 or 属性:credType: AuthType;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:CredentialInfo
方法 or 属性:credSubType: AuthSubType;
访问级别:公开API|类名:CredentialInfo
方法 or 属性:credSubType: AuthSubType;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:CredentialInfo
方法 or 属性:token: Uint8Array;
访问级别:公开API|类名:CredentialInfo
方法 or 属性:token: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:RequestResult
方法 or 属性:credentialId?: Uint8Array;
访问级别:公开API|类名:RequestResult
方法 or 属性:credentialId?: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:EnrolledCredInfo
方法 or 属性:credentialId: Uint8Array;
访问级别:公开API|类名:EnrolledCredInfo
方法 or 属性:credentialId: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:EnrolledCredInfo
方法 or 属性:authType: AuthType;
访问级别:公开API|类名:EnrolledCredInfo
方法 or 属性:authType: AuthType;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:EnrolledCredInfo
方法 or 属性:authSubType: AuthSubType;
访问级别:公开API|类名:EnrolledCredInfo
方法 or 属性:authSubType: AuthSubType;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:EnrolledCredInfo
方法 or 属性:templateId: Uint8Array;
访问级别:公开API|类名:EnrolledCredInfo
方法 or 属性:templateId: Uint8Array;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:GetPropertyType
方法 or 属性:AUTH_SUB_TYPE = 1
访问级别:公开API|类名:GetPropertyType
方法 or 属性:AUTH_SUB_TYPE = 1
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:GetPropertyType
方法 or 属性:REMAIN_TIMES = 2
访问级别:公开API|类名:GetPropertyType
方法 or 属性:REMAIN_TIMES = 2
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:GetPropertyType
方法 or 属性:FREEZING_TIME = 3
访问级别:公开API|类名:GetPropertyType
方法 or 属性:FREEZING_TIME = 3
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:SetPropertyType
方法 or 属性:INIT_ALGORITHM = 1
访问级别:公开API|类名:SetPropertyType
方法 or 属性:INIT_ALGORITHM = 1
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthType
方法 or 属性:PIN = 1
访问级别:公开API|类名:AuthType
方法 or 属性:PIN = 1
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthType
方法 or 属性:FACE = 2
访问级别:公开API|类名:AuthType
方法 or 属性:FACE = 2
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthType
方法 or 属性:DOMAIN = 1024
访问级别:公开API|类名:AuthType
方法 or 属性:DOMAIN = 1024
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthSubType
方法 or 属性:PIN_SIX = 10000
访问级别:公开API|类名:AuthSubType
方法 or 属性:PIN_SIX = 10000
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthSubType
方法 or 属性:PIN_NUMBER = 10001
访问级别:公开API|类名:AuthSubType
方法 or 属性:PIN_NUMBER = 10001
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthSubType
方法 or 属性:PIN_MIXED = 10002
访问级别:公开API|类名:AuthSubType
方法 or 属性:PIN_MIXED = 10002
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthSubType
方法 or 属性:FACE_2D = 20000
访问级别:公开API|类名:AuthSubType
方法 or 属性:FACE_2D = 20000
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthSubType
方法 or 属性:FACE_3D = 20001
访问级别:公开API|类名:AuthSubType
方法 or 属性:FACE_3D = 20001
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthSubType
方法 or 属性:DOMAIN_MIXED = 10240001
访问级别:公开API|类名:AuthSubType
方法 or 属性:DOMAIN_MIXED = 10240001
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthTrustLevel
方法 or 属性:ATL1 = 10000
访问级别:公开API|类名:AuthTrustLevel
方法 or 属性:ATL1 = 10000
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthTrustLevel
方法 or 属性:ATL2 = 20000
访问级别:公开API|类名:AuthTrustLevel
方法 or 属性:ATL2 = 20000
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthTrustLevel
方法 or 属性:ATL3 = 30000
访问级别:公开API|类名:AuthTrustLevel
方法 or 属性:ATL3 = 30000
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:AuthTrustLevel
方法 or 属性:ATL4 = 40000
访问级别:公开API|类名:AuthTrustLevel
方法 or 属性:ATL4 = 40000
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:Module
方法 or 属性:FACE_AUTH = 1
访问级别:公开API|类名:Module
方法 or 属性:FACE_AUTH = 1
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:SUCCESS = 0
访问级别:公开API|类名:ResultCode
方法 or 属性:SUCCESS = 0
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:FAIL = 1
访问级别:公开API|类名:ResultCode
方法 or 属性:FAIL = 1
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:GENERAL_ERROR = 2
访问级别:公开API|类名:ResultCode
方法 or 属性:GENERAL_ERROR = 2
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:CANCELED = 3
访问级别:公开API|类名:ResultCode
方法 or 属性:CANCELED = 3
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:TIMEOUT = 4
访问级别:公开API|类名:ResultCode
方法 or 属性:TIMEOUT = 4
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:TYPE_NOT_SUPPORT = 5
访问级别:公开API|类名:ResultCode
方法 or 属性:TYPE_NOT_SUPPORT = 5
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:TRUST_LEVEL_NOT_SUPPORT = 6
访问级别:公开API|类名:ResultCode
方法 or 属性:TRUST_LEVEL_NOT_SUPPORT = 6
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:BUSY = 7
访问级别:公开API|类名:ResultCode
方法 or 属性:BUSY = 7
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:INVALID_PARAMETERS = 8
访问级别:公开API|类名:ResultCode
方法 or 属性:INVALID_PARAMETERS = 8
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:LOCKED = 9
访问级别:公开API|类名:ResultCode
方法 or 属性:LOCKED = 9
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ResultCode
方法 or 属性:NOT_ENROLLED = 10
访问级别:公开API|类名:ResultCode
方法 or 属性:NOT_ENROLLED = 10
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_BRIGHT = 1
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_BRIGHT = 1
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_DARK = 2
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_DARK = 2
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_CLOSE = 3
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_CLOSE = 3
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_FAR = 4
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_FAR = 4
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_HIGH = 5
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_HIGH = 5
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_LOW = 6
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_LOW = 6
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_RIGHT = 7
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_RIGHT = 7
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_LEFT = 8
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_LEFT = 8
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_MUCH_MOTION = 9
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_TOO_MUCH_MOTION = 9
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_POOR_GAZE = 10
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_POOR_GAZE = 10
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_NOT_DETECTED = 11
访问级别:公开API|类名:FaceTipsCode
方法 or 属性:FACE_AUTH_TIP_NOT_DETECTED = 11
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_GOOD = 0
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_GOOD = 0
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_IMAGER_DIRTY = 1
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_IMAGER_DIRTY = 1
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_INSUFFICIENT = 2
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_INSUFFICIENT = 2
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_PARTIAL = 3
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_PARTIAL = 3
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_TOO_FAST = 4
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_TOO_FAST = 4
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_TOO_SLOW = 5
访问级别:公开API|类名:FingerprintTips
方法 or 属性:FINGERPRINT_TIP_TOO_SLOW = 5
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_NOT_EXIST = 0
访问级别:公开API|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_NOT_EXIST = 0
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_BASE = 1
访问级别:公开API|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_BASE = 1
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_DEVICE_OWNER = 2
访问级别:公开API|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_DEVICE_OWNER = 2
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_PROFILE_OWNER = 3
访问级别:公开API|类名:ConstraintSourceType
方法 or 属性:CONSTRAINT_TYPE_PROFILE_OWNER = 3
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ConstraintSourceTypeInfo
方法 or 属性:localId: number;
访问级别:公开API|类名:ConstraintSourceTypeInfo
方法 or 属性:localId: number;
访问级别:系统API|@ohos.account.osAccount.d.ts|
-|访问级别有变化|类名:ConstraintSourceTypeInfo
方法 or 属性:type: ConstraintSourceType;
访问级别:公开API|类名:ConstraintSourceTypeInfo
方法 or 属性:type: ConstraintSourceType;
访问级别:系统API|@ohos.account.osAccount.d.ts|
|新增(错误码)|NA|类名:UserAuth
方法 or 属性:constructor();
错误码内容: 202|@ohos.account.osAccount.d.ts|
|新增(错误码)|NA|类名:UserAuth
方法 or 属性:getVersion(): number;
错误码内容: 202|@ohos.account.osAccount.d.ts|
|新增(错误码)|NA|类名:PINAuth
方法 or 属性:constructor();
错误码内容: 202|@ohos.account.osAccount.d.ts|
diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md
index 5498167e8f45e9760270c23102d129e28169d957..fa18953f61ab032ab3f22eebf4bbff41fa68aae6 100644
--- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md
@@ -66,11 +66,8 @@
|新增|NA|模块名: common
类名: AnimatableArithmetic
方法 or 属性:plus(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts|
|新增|NA|类名:AnimatableArithmetic
方法or属性:plus(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts|
|新增|NA|模块名: common
类名: AnimatableArithmetic
方法 or 属性:subtract(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts|
-|新增|NA|类名:AnimatableArithmetic
方法or属性:subtract(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts|
|新增|NA|模块名: common
类名: AnimatableArithmetic
方法 or 属性:multiply(scale: number): AnimatableArithmetic\;|common.d.ts|
-|新增|NA|类名:AnimatableArithmetic
方法or属性:multiply(scale: number): AnimatableArithmetic\;|common.d.ts|
|新增|NA|模块名: common
类名: AnimatableArithmetic
方法 or 属性:equals(rhs: AnimatableArithmetic\): boolean;|common.d.ts|
-|新增|NA|类名:AnimatableArithmetic
方法or属性:equals(rhs: AnimatableArithmetic\): boolean;|common.d.ts|
|新增|NA|类名:global
方法or属性:declare const Recycle: ClassDecorator;|common.d.ts|
|新增|NA|模块名: common
类名: TransitionEdge|common.d.ts|
|新增|NA|模块名: common
类名: TransitionEdge
方法 or 属性:TOP|common.d.ts|
@@ -566,1473 +563,34 @@
|访问级别有变化|类名:SubscribedAbstractProperty
方法 or 属性:info(): string;
访问级别:系统API|类名:SubscribedAbstractProperty
方法 or 属性:info(): string;
访问级别:公开API|common_ts_ets_api.d.ts|
|废弃版本有变化|类名:ShowToastOptions
废弃版本:N/A|类名:ShowToastOptions
废弃版本:8
代替接口:ohos.prompt |@system.prompt.d.ts|
|废弃版本有变化|类名:TransitionOptions
废弃版本:N/A|类名:TransitionOptions
废弃版本:10
代替接口:TransitionEffect |common.d.ts|
-|废弃版本有变化|类名:PopupOptions
方法 or 属性:placementOnTop?: boolean;
废弃版本:N/A|类名:PopupOptions
方法 or 属性:placementOnTop?: boolean;
废弃版本:10
代替接口:PopupOptions|common.d.ts|
-|废弃版本有变化|类名:CustomPopupOptions
方法 or 属性:maskColor?: Color \| string \| Resource \| number;
废弃版本:N/A|类名:CustomPopupOptions
方法 or 属性:maskColor?: Color \| string \| Resource \| number;
废弃版本:10
代替接口:CustomPopupOptions|common.d.ts|
-|废弃版本有变化|类名:CommonMethod
方法 or 属性:useSizeType(value: {
xs?: number \| { span: number; offset: number };
sm?: number \| { span: number; offset: number };
md?: number \| { span: number; offset: number };
lg?: number \| { span: number; offset: number };
}): T;
废弃版本:N/A|类名:CommonMethod
方法 or 属性:useSizeType(value: {
xs?: number \| { span: number; offset: number };
sm?: number \| { span: number; offset: number };
md?: number \| { span: number; offset: number };
lg?: number \| { span: number; offset: number };
}): T;
废弃版本:9
代替接口:grid_col/|common.d.ts|
-|废弃版本有变化|类名:SizeType
废弃版本:N/A|类名:SizeType
废弃版本:9
代替接口:grid_col/|grid_container.d.ts|
-|废弃版本有变化|类名:GridContainerOptions
废弃版本:N/A|类名:GridContainerOptions
废弃版本:9
代替接口:grid_col/|grid_container.d.ts|
+|废弃版本有变化|类名:PopupOptions
方法 or 属性:placementOnTop?: boolean;
废弃版本:N/A|类名:PopupOptions
方法 or 属性:placementOnTop?: boolean;
废弃版本:10
代替接口:PopupOptions#placement|common.d.ts|
+|废弃版本有变化|类名:CustomPopupOptions
方法 or 属性:maskColor?: Color \| string \| Resource \| number;
废弃版本:N/A|类名:CustomPopupOptions
方法 or 属性:maskColor?: Color \| string \| Resource \| number;
废弃版本:10
代替接口:CustomPopupOptions#mask|common.d.ts|
+|废弃版本有变化|类名:CommonMethod
方法 or 属性:useSizeType(value: {
xs?: number \| { span: number; offset: number };
sm?: number \| { span: number; offset: number };
md?: number \| { span: number; offset: number };
lg?: number \| { span: number; offset: number };
}): T;
废弃版本:N/A|类名:CommonMethod
方法 or 属性:useSizeType(value: {
xs?: number \| { span: number; offset: number };
sm?: number \| { span: number; offset: number };
md?: number \| { span: number; offset: number };
lg?: number \| { span: number; offset: number };
}): T;
废弃版本:9
代替接口:grid_col/[GridColColumnOption] and grid_row/[GridRowColumnOption]|common.d.ts|
+|废弃版本有变化|类名:SizeType
废弃版本:N/A|类名:SizeType
废弃版本:9
代替接口:grid_col/[GridColColumnOption] and grid_row/[GridRowColumnOption]|grid_container.d.ts|
+|废弃版本有变化|类名:GridContainerOptions
废弃版本:N/A|类名:GridContainerOptions
废弃版本:9
代替接口:grid_col/[GridColOptions] and grid_row/[GridRowOptions]|grid_container.d.ts|
|废弃版本有变化|类名:GridContainerOptions
方法 or 属性:columns?: number \| "auto";
废弃版本:N/A|类名:GridContainerOptions
方法 or 属性:columns?: number \| "auto";
废弃版本:9
代替接口:N/A|grid_container.d.ts|
|废弃版本有变化|类名:GridContainerOptions
方法 or 属性:sizeType?: SizeType;
废弃版本:N/A|类名:GridContainerOptions
方法 or 属性:sizeType?: SizeType;
废弃版本:9
代替接口:N/A|grid_container.d.ts|
|废弃版本有变化|类名:GridContainerOptions
方法 or 属性:gutter?: number \| string;
废弃版本:N/A|类名:GridContainerOptions
方法 or 属性:gutter?: number \| string;
废弃版本:9
代替接口:N/A|grid_container.d.ts|
|废弃版本有变化|类名:GridContainerOptions
方法 or 属性:margin?: number \| string;
废弃版本:N/A|类名:GridContainerOptions
方法 or 属性:margin?: number \| string;
废弃版本:9
代替接口:N/A|grid_container.d.ts|
-|废弃版本有变化|类名:GridContainerInterface
废弃版本:N/A|类名:GridContainerInterface
废弃版本:9
代替接口:grid_col/|grid_container.d.ts|
+|废弃版本有变化|类名:GridContainerInterface
废弃版本:N/A|类名:GridContainerInterface
废弃版本:9
代替接口:grid_col/[GridColInterface] and grid_row/[GridRowInterface]|grid_container.d.ts|
|废弃版本有变化|类名:GridContainerInterface
方法 or 属性:(value?: GridContainerOptions): GridContainerAttribute;
废弃版本:N/A|类名:GridContainerInterface
方法 or 属性:(value?: GridContainerOptions): GridContainerAttribute;
废弃版本:9
代替接口:N/A|grid_container.d.ts|
-|废弃版本有变化|类名:GridContainerAttribute
废弃版本:N/A|类名:GridContainerAttribute
废弃版本:9
代替接口:grid_col/|grid_container.d.ts|
-|废弃版本有变化|类名:ImageAttribute
方法 or 属性:draggable(value: boolean): ImageAttribute;
废弃版本:N/A|类名:ImageAttribute
方法 or 属性:draggable(value: boolean): ImageAttribute;
废弃版本:10
代替接口:common.CommonMethod|image.d.ts|
+|废弃版本有变化|类名:GridContainerAttribute
废弃版本:N/A|类名:GridContainerAttribute
废弃版本:9
代替接口:grid_col/[GridColAttribute] and grid_row/[GridRowAttribute]|grid_container.d.ts|
+|废弃版本有变化|类名:ImageAttribute
方法 or 属性:draggable(value: boolean): ImageAttribute;
废弃版本:N/A|类名:ImageAttribute
方法 or 属性:draggable(value: boolean): ImageAttribute;
废弃版本:10
代替接口:common.CommonMethod#draggable|image.d.ts|
|废弃版本有变化|类名:Sticky
废弃版本:N/A|类名:Sticky
废弃版本:9
代替接口:list/StickyStyle |list_item.d.ts|
-|废弃版本有变化|类名:ListItemAttribute
方法 or 属性:sticky(value: Sticky): ListItemAttribute;
废弃版本:N/A|类名:ListItemAttribute
方法 or 属性:sticky(value: Sticky): ListItemAttribute;
废弃版本:9
代替接口:list/List|list_item.d.ts|
+|废弃版本有变化|类名:ListItemAttribute
方法 or 属性:sticky(value: Sticky): ListItemAttribute;
废弃版本:N/A|类名:ListItemAttribute
方法 or 属性:sticky(value: Sticky): ListItemAttribute;
废弃版本:9
代替接口:list/List#sticky|list_item.d.ts|
|废弃版本有变化|类名:MenuAttribute
方法 or 属性:fontSize(value: Length): MenuAttribute;
废弃版本:N/A|类名:MenuAttribute
方法 or 属性:fontSize(value: Length): MenuAttribute;
废弃版本:10
代替接口:font |menu.d.ts|
-|废弃版本有变化|类名:SwiperDisplayMode
方法 or 属性:Stretch
废弃版本:N/A|类名:SwiperDisplayMode
方法 or 属性:Stretch
废弃版本:10
代替接口:SwiperDisplayMode|swiper.d.ts|
-|废弃版本有变化|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
废弃版本:N/A|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
废弃版本:10
代替接口:SwiperDisplayMode|swiper.d.ts|
+|废弃版本有变化|类名:SwiperDisplayMode
方法 or 属性:Stretch
废弃版本:N/A|类名:SwiperDisplayMode
方法 or 属性:Stretch
废弃版本:10
代替接口:SwiperDisplayMode#STRETCH|swiper.d.ts|
+|废弃版本有变化|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
废弃版本:N/A|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
废弃版本:10
代替接口:SwiperDisplayMode#AUTO_LINEAR|swiper.d.ts|
|废弃版本有变化|类名:IndicatorStyle
废弃版本:N/A|类名:IndicatorStyle
废弃版本:10
代替接口:N/A|swiper.d.ts|
|废弃版本有变化|类名:SwiperAttribute
方法 or 属性:indicatorStyle(value?: IndicatorStyle): SwiperAttribute;
废弃版本:N/A|类名:SwiperAttribute
方法 or 属性:indicatorStyle(value?: IndicatorStyle): SwiperAttribute;
废弃版本:10
代替接口:N/A|swiper.d.ts|
|废弃版本有变化|类名:TextPickerAttribute
方法 or 属性:onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;
废弃版本:N/A|类名:TextPickerAttribute
方法 or 属性:onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;
废弃版本:10
代替接口:N/A|text_picker.d.ts|
|废弃版本有变化|类名:TextPickerAttribute
方法 or 属性:onCancel(callback: () => void): TextPickerAttribute;
废弃版本:N/A|类名:TextPickerAttribute
方法 or 属性:onCancel(callback: () => void): TextPickerAttribute;
废弃版本:10
代替接口:N/A|text_picker.d.ts|
-|废弃版本有变化|类名:WebAttribute
方法 or 属性:onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;
废弃版本:N/A|类名:WebAttribute
方法 or 属性:onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;
废弃版本:10
代替接口:ohos.web.WebAttribute|web.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function setInterval(handler: Function \| string, delay: number, ...arguments: any[]): number;
起始版本:7|类名:
方法 or 属性: function setInterval(handler: Function \| string, delay: number, ...arguments: any[]): number;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function setTimeout(handler: Function \| string, delay?: number, ...arguments: any[]): number;
起始版本:7|类名:
方法 or 属性: function setTimeout(handler: Function \| string, delay?: number, ...arguments: any[]): number;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function clearInterval(intervalID?: number): void;
起始版本:7|类名:
方法 or 属性: function clearInterval(intervalID?: number): void;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function clearTimeout(timeoutID?: number): void;
起始版本:7|类名:
方法 or 属性: function clearTimeout(timeoutID?: number): void;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function canIUse(syscap: string): boolean;
起始版本:8|类名:
方法 or 属性: function canIUse(syscap: string): boolean;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function getInspectorByKey(id: string): string;
起始版本:9|类名:
方法 or 属性: function getInspectorByKey(id: string): string;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function getInspectorTree(): Object;
起始版本:9|类名:
方法 or 属性: function getInspectorTree(): Object;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean;
起始版本:9|类名:
方法 or 属性: function sendEventByKey(id: string, action: number, params: string): boolean;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function sendTouchEvent(event: TouchObject): boolean;
起始版本:9|类名:
方法 or 属性: function sendTouchEvent(event: TouchObject): boolean;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean;
起始版本:9|类名:
方法 or 属性: function sendKeyEvent(event: KeyEvent): boolean;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:
方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean;
起始版本:9|类名:
方法 or 属性: function sendMouseEvent(event: MouseEvent): boolean;
起始版本:10|global.d.ts|
-|起始版本有变化|类名:AnimatorOptions
起始版本:6|类名:AnimatorOptions
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorOptions
方法 or 属性:duration: number;
起始版本:6|类名:AnimatorOptions
方法 or 属性:duration: number;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorOptions
方法 or 属性:easing: string;
起始版本:6|类名:AnimatorOptions
方法 or 属性:easing: string;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorOptions
方法 or 属性:delay: number;
起始版本:6|类名:AnimatorOptions
方法 or 属性:delay: number;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorOptions
方法 or 属性:fill: "none" \| "forwards" \| "backwards" \| "both";
起始版本:6|类名:AnimatorOptions
方法 or 属性:fill: "none" \| "forwards" \| "backwards" \| "both";
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorOptions
方法 or 属性:direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";
起始版本:6|类名:AnimatorOptions
方法 or 属性:direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorOptions
方法 or 属性:iterations: number;
起始版本:6|类名:AnimatorOptions
方法 or 属性:iterations: number;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorOptions
方法 or 属性:begin: number;
起始版本:6|类名:AnimatorOptions
方法 or 属性:begin: number;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorOptions
方法 or 属性:end: number;
起始版本:6|类名:AnimatorOptions
方法 or 属性:end: number;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
起始版本:6|类名:AnimatorResult
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
方法 or 属性:reset(options: AnimatorOptions): void;
起始版本:9|类名:AnimatorResult
方法 or 属性:reset(options: AnimatorOptions): void;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
方法 or 属性:play(): void;
起始版本:6|类名:AnimatorResult
方法 or 属性:play(): void;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
方法 or 属性:finish(): void;
起始版本:6|类名:AnimatorResult
方法 or 属性:finish(): void;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
方法 or 属性:pause(): void;
起始版本:6|类名:AnimatorResult
方法 or 属性:pause(): void;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
方法 or 属性:cancel(): void;
起始版本:6|类名:AnimatorResult
方法 or 属性:cancel(): void;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
方法 or 属性:reverse(): void;
起始版本:6|类名:AnimatorResult
方法 or 属性:reverse(): void;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
方法 or 属性:onframe: (progress: number) => void;
起始版本:6|类名:AnimatorResult
方法 or 属性:onframe: (progress: number) => void;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
方法 or 属性:onfinish: () => void;
起始版本:6|类名:AnimatorResult
方法 or 属性:onfinish: () => void;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
方法 or 属性:oncancel: () => void;
起始版本:6|类名:AnimatorResult
方法 or 属性:oncancel: () => void;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:AnimatorResult
方法 or 属性:onrepeat: () => void;
起始版本:6|类名:AnimatorResult
方法 or 属性:onrepeat: () => void;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:Animator
起始版本:6|类名:Animator
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:Animator
方法 or 属性:static create(options: AnimatorOptions): AnimatorResult;
起始版本:9|类名:Animator
方法 or 属性:static create(options: AnimatorOptions): AnimatorResult;
起始版本:10|@ohos.animator.d.ts|
-|起始版本有变化|类名:curves
起始版本:7|类名:curves
起始版本:10|@ohos.curves.d.ts|
-|起始版本有变化|类名:Curve
起始版本:7|类名:Curve
起始版本:10|@ohos.curves.d.ts|
-|起始版本有变化|类名:ICurve
起始版本:9|类名:ICurve
起始版本:10|@ohos.curves.d.ts|
-|起始版本有变化|类名:curves
方法 or 属性:function initCurve(curve?: Curve): ICurve;
起始版本:9|类名:curves
方法 or 属性:function initCurve(curve?: Curve): ICurve;
起始版本:10|@ohos.curves.d.ts|
-|起始版本有变化|类名:curves
方法 or 属性:function stepsCurve(count: number, end: boolean): ICurve;
起始版本:9|类名:curves
方法 or 属性:function stepsCurve(count: number, end: boolean): ICurve;
起始版本:10|@ohos.curves.d.ts|
-|起始版本有变化|类名:curves
方法 or 属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
起始版本:9|类名:curves
方法 or 属性:function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
起始版本:10|@ohos.curves.d.ts|
-|起始版本有变化|类名:curves
方法 or 属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
起始版本:9|类名:curves
方法 or 属性:function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
起始版本:10|@ohos.curves.d.ts|
-|起始版本有变化|类名:curves
方法 or 属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
起始版本:9|类名:curves
方法 or 属性:function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
起始版本:10|@ohos.curves.d.ts|
-|起始版本有变化|类名:curves
方法 or 属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
起始版本:9|类名:curves
方法 or 属性:function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
起始版本:10|@ohos.curves.d.ts|
-|起始版本有变化|类名:matrix4
起始版本:7|类名:matrix4
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:TranslateOption
起始版本:7|类名:TranslateOption
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:TranslateOption
方法 or 属性:x?: number;
起始版本:7|类名:TranslateOption
方法 or 属性:x?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:TranslateOption
方法 or 属性:y?: number;
起始版本:7|类名:TranslateOption
方法 or 属性:y?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:TranslateOption
方法 or 属性:z?: number;
起始版本:7|类名:TranslateOption
方法 or 属性:z?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:ScaleOption
起始版本:7|类名:ScaleOption
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:ScaleOption
方法 or 属性:x?: number;
起始版本:7|类名:ScaleOption
方法 or 属性:x?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:ScaleOption
方法 or 属性:y?: number;
起始版本:7|类名:ScaleOption
方法 or 属性:y?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:ScaleOption
方法 or 属性:z?: number;
起始版本:7|类名:ScaleOption
方法 or 属性:z?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:ScaleOption
方法 or 属性:centerX?: number;
起始版本:7|类名:ScaleOption
方法 or 属性:centerX?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:ScaleOption
方法 or 属性:centerY?: number;
起始版本:7|类名:ScaleOption
方法 or 属性:centerY?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:RotateOption
起始版本:7|类名:RotateOption
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:RotateOption
方法 or 属性:x?: number;
起始版本:7|类名:RotateOption
方法 or 属性:x?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:RotateOption
方法 or 属性:y?: number;
起始版本:7|类名:RotateOption
方法 or 属性:y?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:RotateOption
方法 or 属性:z?: number;
起始版本:7|类名:RotateOption
方法 or 属性:z?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:RotateOption
方法 or 属性:centerX?: number;
起始版本:7|类名:RotateOption
方法 or 属性:centerX?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:RotateOption
方法 or 属性:centerY?: number;
起始版本:7|类名:RotateOption
方法 or 属性:centerY?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:RotateOption
方法 or 属性:angle?: number;
起始版本:7|类名:RotateOption
方法 or 属性:angle?: number;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:Matrix4Transit
起始版本:7|类名:Matrix4Transit
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:Matrix4Transit
方法 or 属性:copy(): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:copy(): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:Matrix4Transit
方法 or 属性:invert(): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:invert(): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:Matrix4Transit
方法 or 属性:combine(options: Matrix4Transit): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:combine(options: Matrix4Transit): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:Matrix4Transit
方法 or 属性:translate(options: TranslateOption): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:translate(options: TranslateOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:Matrix4Transit
方法 or 属性:scale(options: ScaleOption): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:scale(options: ScaleOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:Matrix4Transit
方法 or 属性:rotate(options: RotateOption): Matrix4Transit;
起始版本:7|类名:Matrix4Transit
方法 or 属性:rotate(options: RotateOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:Matrix4Transit
方法 or 属性:transformPoint(options: [number, number]): [number, number];
起始版本:7|类名:Matrix4Transit
方法 or 属性:transformPoint(options: [number, number]): [number, number];
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:matrix4
方法 or 属性:function identity(): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function identity(): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:matrix4
方法 or 属性:function copy(): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function copy(): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:matrix4
方法 or 属性:function invert(): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function invert(): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:matrix4
方法 or 属性:function combine(options: Matrix4Transit): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function combine(options: Matrix4Transit): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:matrix4
方法 or 属性:function translate(options: TranslateOption): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function translate(options: TranslateOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:matrix4
方法 or 属性:function scale(options: ScaleOption): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function scale(options: ScaleOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:matrix4
方法 or 属性:function rotate(options: RotateOption): Matrix4Transit;
起始版本:7|类名:matrix4
方法 or 属性:function rotate(options: RotateOption): Matrix4Transit;
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:matrix4
方法 or 属性:function transformPoint(options: [number, number]): [number, number];
起始版本:7|类名:matrix4
方法 or 属性:function transformPoint(options: [number, number]): [number, number];
起始版本:10|@ohos.matrix4.d.ts|
-|起始版本有变化|类名:mediaquery
起始版本:7|类名:mediaquery
起始版本:10|@ohos.mediaquery.d.ts|
-|起始版本有变化|类名:MediaQueryResult
方法 or 属性:readonly matches: boolean;
起始版本:7|类名:MediaQueryResult
方法 or 属性:readonly matches: boolean;
起始版本:10|@ohos.mediaquery.d.ts|
-|起始版本有变化|类名:MediaQueryResult
方法 or 属性:readonly media: string;
起始版本:7|类名:MediaQueryResult
方法 or 属性:readonly media: string;
起始版本:10|@ohos.mediaquery.d.ts|
-|起始版本有变化|类名:MediaQueryListener
方法 or 属性:on(type: 'change', callback: Callback\): void;
起始版本:7|类名:MediaQueryListener
方法 or 属性:on(type: 'change', callback: Callback\): void;
起始版本:10|@ohos.mediaquery.d.ts|
-|起始版本有变化|类名:MediaQueryListener
方法 or 属性:off(type: 'change', callback?: Callback\): void;
起始版本:7|类名:MediaQueryListener
方法 or 属性:off(type: 'change', callback?: Callback\): void;
起始版本:10|@ohos.mediaquery.d.ts|
-|起始版本有变化|类名:mediaquery
方法 or 属性:function matchMediaSync(condition: string): MediaQueryListener;
起始版本:7|类名:mediaquery
方法 or 属性:function matchMediaSync(condition: string): MediaQueryListener;
起始版本:10|@ohos.mediaquery.d.ts|
-|起始版本有变化|类名:promptAction
起始版本:9|类名:promptAction
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ShowToastOptions
起始版本:9|类名:ShowToastOptions
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ShowToastOptions
方法 or 属性:message: string \| Resource;
起始版本:9|类名:ShowToastOptions
方法 or 属性:message: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ShowToastOptions
方法 or 属性:duration?: number;
起始版本:9|类名:ShowToastOptions
方法 or 属性:duration?: number;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ShowToastOptions
方法 or 属性:bottom?: string \| number;
起始版本:9|类名:ShowToastOptions
方法 or 属性:bottom?: string \| number;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:Button
起始版本:9|类名:Button
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:Button
方法 or 属性:text: string \| Resource;
起始版本:9|类名:Button
方法 or 属性:text: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:Button
方法 or 属性:color: string \| Resource;
起始版本:9|类名:Button
方法 or 属性:color: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ShowDialogSuccessResponse
起始版本:9|类名:ShowDialogSuccessResponse
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ShowDialogSuccessResponse
方法 or 属性:index: number;
起始版本:9|类名:ShowDialogSuccessResponse
方法 or 属性:index: number;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ShowDialogOptions
起始版本:9|类名:ShowDialogOptions
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ShowDialogOptions
方法 or 属性:title?: string \| Resource;
起始版本:9|类名:ShowDialogOptions
方法 or 属性:title?: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ShowDialogOptions
方法 or 属性:message?: string \| Resource;
起始版本:9|类名:ShowDialogOptions
方法 or 属性:message?: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ShowDialogOptions
方法 or 属性:buttons?: [Button, Button?, Button?];
起始版本:9|类名:ShowDialogOptions
方法 or 属性:buttons?: [Button, Button?, Button?];
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ActionMenuSuccessResponse
起始版本:9|类名:ActionMenuSuccessResponse
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ActionMenuSuccessResponse
方法 or 属性:index: number;
起始版本:9|类名:ActionMenuSuccessResponse
方法 or 属性:index: number;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ActionMenuOptions
起始版本:9|类名:ActionMenuOptions
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ActionMenuOptions
方法 or 属性:title?: string \| Resource;
起始版本:9|类名:ActionMenuOptions
方法 or 属性:title?: string \| Resource;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:ActionMenuOptions
方法 or 属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
起始版本:9|类名:ActionMenuOptions
方法 or 属性:buttons: [Button, Button?, Button?, Button?, Button?, Button?];
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:promptAction
方法 or 属性:function showDialog(options: ShowDialogOptions): Promise\;
起始版本:9|类名:promptAction
方法 or 属性:function showDialog(options: ShowDialogOptions): Promise\;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:promptAction
方法 or 属性:function showActionMenu(options: ActionMenuOptions): Promise\;
起始版本:9|类名:promptAction
方法 or 属性:function showActionMenu(options: ActionMenuOptions): Promise\;
起始版本:10|@ohos.promptAction.d.ts|
-|起始版本有变化|类名:SheetInfo
起始版本:8|类名:SheetInfo
起始版本:10|action_sheet.d.ts|
-|起始版本有变化|类名:SheetInfo
方法 or 属性:title: string \| Resource;
起始版本:8|类名:SheetInfo
方法 or 属性:title: string \| Resource;
起始版本:10|action_sheet.d.ts|
-|起始版本有变化|类名:SheetInfo
方法 or 属性:icon?: string \| Resource;
起始版本:8|类名:SheetInfo
方法 or 属性:icon?: string \| Resource;
起始版本:10|action_sheet.d.ts|
-|起始版本有变化|类名:SheetInfo
方法 or 属性:action: () => void;
起始版本:8|类名:SheetInfo
方法 or 属性:action: () => void;
起始版本:10|action_sheet.d.ts|
-|起始版本有变化|类名:ActionSheet
起始版本:8|类名:ActionSheet
起始版本:10|action_sheet.d.ts|
-|起始版本有变化|类名:DialogAlignment
起始版本:7|类名:DialogAlignment
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:DialogAlignment
方法 or 属性:Top
起始版本:7|类名:DialogAlignment
方法 or 属性:Top
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:DialogAlignment
方法 or 属性:Center
起始版本:7|类名:DialogAlignment
方法 or 属性:Center
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:DialogAlignment
方法 or 属性:Bottom
起始版本:7|类名:DialogAlignment
方法 or 属性:Bottom
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:DialogAlignment
方法 or 属性:Default
起始版本:7|类名:DialogAlignment
方法 or 属性:Default
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:DialogAlignment
方法 or 属性:TopStart
起始版本:8|类名:DialogAlignment
方法 or 属性:TopStart
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:DialogAlignment
方法 or 属性:TopEnd
起始版本:8|类名:DialogAlignment
方法 or 属性:TopEnd
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:DialogAlignment
方法 or 属性:CenterStart
起始版本:8|类名:DialogAlignment
方法 or 属性:CenterStart
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:DialogAlignment
方法 or 属性:CenterEnd
起始版本:8|类名:DialogAlignment
方法 or 属性:CenterEnd
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:DialogAlignment
方法 or 属性:BottomStart
起始版本:8|类名:DialogAlignment
方法 or 属性:BottomStart
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:DialogAlignment
方法 or 属性:BottomEnd
起始版本:8|类名:DialogAlignment
方法 or 属性:BottomEnd
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialogParam
起始版本:7|类名:AlertDialogParam
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialogParam
方法 or 属性:title?: ResourceStr;
起始版本:7|类名:AlertDialogParam
方法 or 属性:title?: ResourceStr;
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialogParam
方法 or 属性:message: ResourceStr;
起始版本:7|类名:AlertDialogParam
方法 or 属性:message: ResourceStr;
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialogParam
方法 or 属性:autoCancel?: boolean;
起始版本:7|类名:AlertDialogParam
方法 or 属性:autoCancel?: boolean;
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialogParam
方法 or 属性:cancel?: () => void;
起始版本:7|类名:AlertDialogParam
方法 or 属性:cancel?: () => void;
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialogParam
方法 or 属性:alignment?: DialogAlignment;
起始版本:7|类名:AlertDialogParam
方法 or 属性:alignment?: DialogAlignment;
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialogParam
方法 or 属性:offset?: Offset;
起始版本:7|类名:AlertDialogParam
方法 or 属性:offset?: Offset;
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialogParam
方法 or 属性:gridCount?: number;
起始版本:7|类名:AlertDialogParam
方法 or 属性:gridCount?: number;
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialogParamWithConfirm
起始版本:7|类名:AlertDialogParamWithConfirm
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialogParamWithButtons
起始版本:7|类名:AlertDialogParamWithButtons
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialog
起始版本:7|类名:AlertDialog
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:AlertDialog
方法 or 属性:static show(value: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons);
起始版本:7|类名:AlertDialog
方法 or 属性:static show(value: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons);
起始版本:10|alert_dialog.d.ts|
-|起始版本有变化|类名:IndexerAlign
起始版本:7|类名:IndexerAlign
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:IndexerAlign
方法 or 属性:Left
起始版本:7|类名:IndexerAlign
方法 or 属性:Left
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:IndexerAlign
方法 or 属性:Right
起始版本:7|类名:IndexerAlign
方法 or 属性:Right
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerInterface
起始版本:7|类名:AlphabetIndexerInterface
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerInterface
方法 or 属性:(value: { arrayValue: Array\; selected: number }): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerInterface
方法 or 属性:(value: { arrayValue: Array\; selected: number }): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
起始版本:7|类名:AlphabetIndexerAttribute
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:color(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:color(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:selectedColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:selectedColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:popupColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:popupColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:popupBackground(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:popupBackground(value: ResourceColor): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:usingPopup(value: boolean): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:usingPopup(value: boolean): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:selectedFont(value: Font): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:selectedFont(value: Font): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:popupFont(value: Font): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:popupFont(value: Font): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:itemSize(value: string \| number): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:itemSize(value: string \| number): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:font(value: Font): AlphabetIndexerAttribute;
起始版本:7|类名:AlphabetIndexerAttribute
方法 or 属性:font(value: Font): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
起始版本:8|类名:AlphabetIndexerAttribute
方法 or 属性:onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:onRequestPopupData(callback: (index: number) => Array\): AlphabetIndexerAttribute;
起始版本:8|类名:AlphabetIndexerAttribute
方法 or 属性:onRequestPopupData(callback: (index: number) => Array\): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
起始版本:8|类名:AlphabetIndexerAttribute
方法 or 属性:onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:selected(index: number): AlphabetIndexerAttribute;
起始版本:8|类名:AlphabetIndexerAttribute
方法 or 属性:selected(index: number): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:AlphabetIndexerAttribute
方法 or 属性:popupPosition(value: Position): AlphabetIndexerAttribute;
起始版本:8|类名:AlphabetIndexerAttribute
方法 or 属性:popupPosition(value: Position): AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const AlphabetIndexer: AlphabetIndexerInterface;
起始版本:7|类名:global
方法 or 属性:declare const AlphabetIndexer: AlphabetIndexerInterface;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;
起始版本:7|类名:global
方法 or 属性:declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;
起始版本:10|alphabet_indexer.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const AnimatorInstance: AnimatorAttribute;
起始版本:7|类名:global
方法 or 属性:declare const AnimatorInstance: AnimatorAttribute;
起始版本:9|animator.d.ts|
-|起始版本有变化|类名:CalendarDay
起始版本:7|类名:CalendarDay
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:index: number;
起始版本:7|类名:CalendarDay
方法 or 属性:index: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:lunarMonth: string;
起始版本:7|类名:CalendarDay
方法 or 属性:lunarMonth: string;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:lunarDay: string;
起始版本:7|类名:CalendarDay
方法 or 属性:lunarDay: string;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:dayMark: string;
起始版本:7|类名:CalendarDay
方法 or 属性:dayMark: string;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:dayMarkValue: string;
起始版本:7|类名:CalendarDay
方法 or 属性:dayMarkValue: string;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:year: number;
起始版本:7|类名:CalendarDay
方法 or 属性:year: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:month: number;
起始版本:7|类名:CalendarDay
方法 or 属性:month: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:day: number;
起始版本:7|类名:CalendarDay
方法 or 属性:day: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:isFirstOfLunar: boolean;
起始版本:7|类名:CalendarDay
方法 or 属性:isFirstOfLunar: boolean;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:hasSchedule: boolean;
起始版本:7|类名:CalendarDay
方法 or 属性:hasSchedule: boolean;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarDay
方法 or 属性:markLunarDay: boolean;
起始版本:7|类名:CalendarDay
方法 or 属性:markLunarDay: boolean;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:MonthData
起始版本:7|类名:MonthData
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:MonthData
方法 or 属性:year: number;
起始版本:7|类名:MonthData
方法 or 属性:year: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:MonthData
方法 or 属性:month: number;
起始版本:7|类名:MonthData
方法 or 属性:month: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:MonthData
方法 or 属性:data: CalendarDay[];
起始版本:7|类名:MonthData
方法 or 属性:data: CalendarDay[];
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
起始版本:7|类名:CurrentDayStyle
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dayColor?: ResourceColor;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dayColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:lunarColor?: ResourceColor;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:lunarColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:markLunarColor?: ResourceColor;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:markLunarColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dayFontSize?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dayFontSize?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:lunarDayFontSize?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:lunarDayFontSize?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dayHeight?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dayHeight?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dayWidth?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dayWidth?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:gregorianCalendarHeight?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:gregorianCalendarHeight?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dayYAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dayYAxisOffset?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:lunarDayYAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:lunarDayYAxisOffset?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:underscoreXAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:underscoreXAxisOffset?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:underscoreYAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:underscoreYAxisOffset?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerXAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerXAxisOffset?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerYAxisOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerYAxisOffset?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:colSpace?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:colSpace?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dailyFiveRowSpace?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dailyFiveRowSpace?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:dailySixRowSpace?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:dailySixRowSpace?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:lunarHeight?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:lunarHeight?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:underscoreWidth?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:underscoreWidth?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:underscoreLength?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:underscoreLength?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerRadius?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:scheduleMarkerRadius?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:boundaryRowOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:boundaryRowOffset?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CurrentDayStyle
方法 or 属性:boundaryColOffset?: number;
起始版本:7|类名:CurrentDayStyle
方法 or 属性:boundaryColOffset?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:NonCurrentDayStyle
起始版本:7|类名:NonCurrentDayStyle
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthDayColor?: ResourceColor;
起始版本:7|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthDayColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthLunarColor?: ResourceColor;
起始版本:7|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthLunarColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;
起始版本:7|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthWorkDayMarkColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;
起始版本:7|类名:NonCurrentDayStyle
方法 or 属性:nonCurrentMonthOffDayMarkColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:TodayStyle
起始版本:7|类名:TodayStyle
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:TodayStyle
方法 or 属性:focusedDayColor?: ResourceColor;
起始版本:7|类名:TodayStyle
方法 or 属性:focusedDayColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:TodayStyle
方法 or 属性:focusedLunarColor?: ResourceColor;
起始版本:7|类名:TodayStyle
方法 or 属性:focusedLunarColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:TodayStyle
方法 or 属性:focusedAreaBackgroundColor?: ResourceColor;
起始版本:7|类名:TodayStyle
方法 or 属性:focusedAreaBackgroundColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:TodayStyle
方法 or 属性:focusedAreaRadius?: number;
起始版本:7|类名:TodayStyle
方法 or 属性:focusedAreaRadius?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WeekStyle
起始版本:7|类名:WeekStyle
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WeekStyle
方法 or 属性:weekColor?: ResourceColor;
起始版本:7|类名:WeekStyle
方法 or 属性:weekColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WeekStyle
方法 or 属性:weekendDayColor?: ResourceColor;
起始版本:7|类名:WeekStyle
方法 or 属性:weekendDayColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WeekStyle
方法 or 属性:weekendLunarColor?: ResourceColor;
起始版本:7|类名:WeekStyle
方法 or 属性:weekendLunarColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WeekStyle
方法 or 属性:weekFontSize?: number;
起始版本:7|类名:WeekStyle
方法 or 属性:weekFontSize?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WeekStyle
方法 or 属性:weekHeight?: number;
起始版本:7|类名:WeekStyle
方法 or 属性:weekHeight?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WeekStyle
方法 or 属性:weekWidth?: number;
起始版本:7|类名:WeekStyle
方法 or 属性:weekWidth?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WeekStyle
方法 or 属性:weekAndDayRowSpace?: number;
起始版本:7|类名:WeekStyle
方法 or 属性:weekAndDayRowSpace?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WorkStateStyle
起始版本:7|类名:WorkStateStyle
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WorkStateStyle
方法 or 属性:workDayMarkColor?: ResourceColor;
起始版本:7|类名:WorkStateStyle
方法 or 属性:workDayMarkColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WorkStateStyle
方法 or 属性:offDayMarkColor?: ResourceColor;
起始版本:7|类名:WorkStateStyle
方法 or 属性:offDayMarkColor?: ResourceColor;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WorkStateStyle
方法 or 属性:workDayMarkSize?: number;
起始版本:7|类名:WorkStateStyle
方法 or 属性:workDayMarkSize?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WorkStateStyle
方法 or 属性:offDayMarkSize?: number;
起始版本:7|类名:WorkStateStyle
方法 or 属性:offDayMarkSize?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WorkStateStyle
方法 or 属性:workStateWidth?: number;
起始版本:7|类名:WorkStateStyle
方法 or 属性:workStateWidth?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WorkStateStyle
方法 or 属性:workStateHorizontalMovingDistance?: number;
起始版本:7|类名:WorkStateStyle
方法 or 属性:workStateHorizontalMovingDistance?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:WorkStateStyle
方法 or 属性:workStateVerticalMovingDistance?: number;
起始版本:7|类名:WorkStateStyle
方法 or 属性:workStateVerticalMovingDistance?: number;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarController
起始版本:7|类名:CalendarController
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarController
方法 or 属性:constructor();
起始版本:7|类名:CalendarController
方法 or 属性:constructor();
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarController
方法 or 属性:backToToday();
起始版本:7|类名:CalendarController
方法 or 属性:backToToday();
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarController
方法 or 属性:goTo(value: { year: number; month: number; day: number });
起始版本:7|类名:CalendarController
方法 or 属性:goTo(value: { year: number; month: number; day: number });
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarInterface
起始版本:7|类名:CalendarInterface
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarInterface
方法 or 属性:(value: {
date: { year: number; month: number; day: number };
currentData: MonthData;
preData: MonthData;
nextData: MonthData;
controller?: CalendarController;
}): CalendarAttribute;
起始版本:7|类名:CalendarInterface
方法 or 属性:(value: {
date: { year: number; month: number; day: number };
currentData: MonthData;
preData: MonthData;
nextData: MonthData;
controller?: CalendarController;
}): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
起始版本:7|类名:CalendarAttribute
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:showLunar(value: boolean): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:showLunar(value: boolean): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:showHoliday(value: boolean): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:showHoliday(value: boolean): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:needSlide(value: boolean): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:needSlide(value: boolean): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:startOfWeek(value: number): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:startOfWeek(value: number): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:offDays(value: number): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:offDays(value: number): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:direction(value: Axis): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:direction(value: Axis): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:currentDayStyle(value: CurrentDayStyle): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:currentDayStyle(value: CurrentDayStyle): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:todayStyle(value: TodayStyle): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:todayStyle(value: TodayStyle): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:weekStyle(value: WeekStyle): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:weekStyle(value: WeekStyle): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:workStateStyle(value: WorkStateStyle): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:workStateStyle(value: WorkStateStyle): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:onSelectChange(event: (event: { year: number; month: number; day: number }) => void): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:onSelectChange(event: (event: { year: number; month: number; day: number }) => void): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:CalendarAttribute
方法 or 属性:onRequestData(
event: (event: {
year: number;
month: number;
currentYear: number;
currentMonth: number;
monthState: number;
}) => void,
): CalendarAttribute;
起始版本:7|类名:CalendarAttribute
方法 or 属性:onRequestData(
event: (event: {
year: number;
month: number;
currentYear: number;
currentMonth: number;
monthState: number;
}) => void,
): CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Calendar: CalendarInterface;
起始版本:7|类名:global
方法 or 属性:declare const Calendar: CalendarInterface;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const CalendarInstance: CalendarAttribute;
起始版本:7|类名:global
方法 or 属性:declare const CalendarInstance: CalendarAttribute;
起始版本:10|calendar.d.ts|
-|起始版本有变化|类名:ImageBitmap
方法 or 属性:constructor(data: PixelMap);
起始版本:8|类名:ImageBitmap
方法 or 属性:constructor(data: PixelMap);
起始版本:10|canvas.d.ts|
-|起始版本有变化|类名:CanvasRenderer
方法 or 属性:getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
起始版本:8|类名:CanvasRenderer
方法 or 属性:getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
起始版本:10|canvas.d.ts|
-|起始版本有变化|类名:CanvasRenderer
方法 or 属性:setPixelMap(value?: PixelMap): void;
起始版本:8|类名:CanvasRenderer
方法 or 属性:setPixelMap(value?: PixelMap): void;
起始版本:10|canvas.d.ts|
-|起始版本有变化|类名:ColumnSplitInterface
起始版本:7|类名:ColumnSplitInterface
起始版本:10|column_split.d.ts|
-|起始版本有变化|类名:ColumnSplitInterface
方法 or 属性:(): ColumnSplitAttribute;
起始版本:7|类名:ColumnSplitInterface
方法 or 属性:(): ColumnSplitAttribute;
起始版本:10|column_split.d.ts|
-|起始版本有变化|类名:ColumnSplitAttribute
起始版本:7|类名:ColumnSplitAttribute
起始版本:10|column_split.d.ts|
-|起始版本有变化|类名:ColumnSplitAttribute
方法 or 属性:resizeable(value: boolean): ColumnSplitAttribute;
起始版本:7|类名:ColumnSplitAttribute
方法 or 属性:resizeable(value: boolean): ColumnSplitAttribute;
起始版本:10|column_split.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const ColumnSplitInstance: ColumnSplitAttribute;
起始版本:7|类名:global
方法 or 属性:declare const ColumnSplitInstance: ColumnSplitAttribute;
起始版本:10|column_split.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const ColumnSplit: ColumnSplitInterface;
起始版本:7|类名:global
方法 or 属性:declare const ColumnSplit: ColumnSplitInterface;
起始版本:10|column_split.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const StorageProp: (value: string) => PropertyDecorator;
起始版本:7|类名:global
方法 or 属性:declare const StorageProp: (value: string) => PropertyDecorator;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const StorageLink: (value: string) => PropertyDecorator;
起始版本:7|类名:global
方法 or 属性:declare const StorageLink: (value: string) => PropertyDecorator;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Concurrent: MethodDecorator;
起始版本:9|类名:global
方法 or 属性:declare const Concurrent: MethodDecorator;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const CustomDialog: ClassDecorator;
起始版本:7|类名:global
方法 or 属性:declare const CustomDialog: ClassDecorator;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const LocalStorageLink: (value: string) => PropertyDecorator;
起始版本:9|类名:global
方法 or 属性:declare const LocalStorageLink: (value: string) => PropertyDecorator;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const LocalStorageProp: (value: string) => PropertyDecorator;
起始版本:9|类名:global
方法 or 属性:declare const LocalStorageProp: (value: string) => PropertyDecorator;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:
方法 or 属性:function getContext(component?: Object): Context;
起始版本:9|类名:
方法 or 属性:function getContext(component?: Object): Context;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:
方法 or 属性:function postCardAction(component: Object, action: Object): void;
起始版本:9|类名:
方法 or 属性:function postCardAction(component: Object, action: Object): void;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AnimateParam
方法 or 属性:tempo?: number;
起始版本:7|类名:AnimateParam
方法 or 属性:tempo?: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AnimateParam
方法 or 属性:delay?: number;
起始版本:7|类名:AnimateParam
方法 or 属性:delay?: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AnimateParam
方法 or 属性:iterations?: number;
起始版本:7|类名:AnimateParam
方法 or 属性:iterations?: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:ICurve
起始版本:9|类名:ICurve
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MotionPathOptions
起始版本:7|类名:MotionPathOptions
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MotionPathOptions
方法 or 属性:path: string;
起始版本:7|类名:MotionPathOptions
方法 or 属性:path: string;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MotionPathOptions
方法 or 属性:from?: number;
起始版本:7|类名:MotionPathOptions
方法 or 属性:from?: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MotionPathOptions
方法 or 属性:to?: number;
起始版本:7|类名:MotionPathOptions
方法 or 属性:to?: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MotionPathOptions
方法 or 属性:rotatable?: boolean;
起始版本:7|类名:MotionPathOptions
方法 or 属性:rotatable?: boolean;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:sharedTransitionOptions
起始版本:7|类名:sharedTransitionOptions
起始版本:10|common.d.ts|
-|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:duration?: number;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:duration?: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:curve?: Curve \| string;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:curve?: Curve \| string;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:delay?: number;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:delay?: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:motionPath?: MotionPathOptions;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:motionPath?: MotionPathOptions;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:zIndex?: number;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:zIndex?: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:sharedTransitionOptions
方法 or 属性:type?: SharedTransitionEffectType;
起始版本:7|类名:sharedTransitionOptions
方法 or 属性:type?: SharedTransitionEffectType;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AlignRuleOption
起始版本:9|类名:AlignRuleOption
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AlignRuleOption
方法 or 属性:left?: { anchor: string, align: HorizontalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:left?: { anchor: string, align: HorizontalAlign };
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AlignRuleOption
方法 or 属性:right?: { anchor: string, align: HorizontalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:right?: { anchor: string, align: HorizontalAlign };
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AlignRuleOption
方法 or 属性:middle?: { anchor: string, align: HorizontalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:middle?: { anchor: string, align: HorizontalAlign };
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AlignRuleOption
方法 or 属性:top?: { anchor: string, align: VerticalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:top?: { anchor: string, align: VerticalAlign };
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AlignRuleOption
方法 or 属性:bottom?: { anchor: string, align: VerticalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:bottom?: { anchor: string, align: VerticalAlign };
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AlignRuleOption
方法 or 属性:center?: { anchor: string, align: VerticalAlign };
起始版本:9|类名:AlignRuleOption
方法 or 属性:center?: { anchor: string, align: VerticalAlign };
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TransitionOptions
起始版本:9|类名:TransitionOptions
起始版本:7|common.d.ts|
-|起始版本有变化|类名:TransitionOptions
方法 or 属性:type?: TransitionType;
起始版本:9|类名:TransitionOptions
方法 or 属性:type?: TransitionType;
起始版本:7|common.d.ts|
-|起始版本有变化|类名:TransitionOptions
方法 or 属性:opacity?: number;
起始版本:9|类名:TransitionOptions
方法 or 属性:opacity?: number;
起始版本:7|common.d.ts|
-|起始版本有变化|类名:TransitionOptions
方法 or 属性:translate?: TranslateOptions;
起始版本:9|类名:TransitionOptions
方法 or 属性:translate?: TranslateOptions;
起始版本:7|common.d.ts|
-|起始版本有变化|类名:TransitionOptions
方法 or 属性:scale?: ScaleOptions;
起始版本:9|类名:TransitionOptions
方法 or 属性:scale?: ScaleOptions;
起始版本:7|common.d.ts|
-|起始版本有变化|类名:TransitionOptions
方法 or 属性:rotate?: RotateOptions;
起始版本:9|类名:TransitionOptions
方法 or 属性:rotate?: RotateOptions;
起始版本:7|common.d.ts|
-|起始版本有变化|类名:ItemDragInfo
起始版本:8|类名:ItemDragInfo
起始版本:10|common.d.ts|
-|起始版本有变化|类名:ItemDragInfo
方法 or 属性:x: number;
起始版本:8|类名:ItemDragInfo
方法 or 属性:x: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:ItemDragInfo
方法 or 属性:y: number;
起始版本:8|类名:ItemDragInfo
方法 or 属性:y: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:DragItemInfo
起始版本:8|类名:DragItemInfo
起始版本:10|common.d.ts|
-|起始版本有变化|类名:DragItemInfo
方法 or 属性:pixelMap?: PixelMap;
起始版本:8|类名:DragItemInfo
方法 or 属性:pixelMap?: PixelMap;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:DragItemInfo
方法 or 属性:builder?: CustomBuilder;
起始版本:8|类名:DragItemInfo
方法 or 属性:builder?: CustomBuilder;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:DragItemInfo
方法 or 属性:extraInfo?: string;
起始版本:8|类名:DragItemInfo
方法 or 属性:extraInfo?: string;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:focusControl
方法 or 属性:function requestFocus(value: string): boolean;
起始版本:9|类名:focusControl
方法 or 属性:function requestFocus(value: string): boolean;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:SourceType
起始版本:8|类名:SourceType
起始版本:10|common.d.ts|
-|起始版本有变化|类名:SourceType
方法 or 属性:Unknown
起始版本:8|类名:SourceType
方法 or 属性:Unknown
起始版本:10|common.d.ts|
-|起始版本有变化|类名:SourceType
方法 or 属性:Mouse
起始版本:8|类名:SourceType
方法 or 属性:Mouse
起始版本:10|common.d.ts|
-|起始版本有变化|类名:SourceType
方法 or 属性:TouchScreen
起始版本:8|类名:SourceType
方法 or 属性:TouchScreen
起始版本:10|common.d.ts|
-|起始版本有变化|类名:SourceTool
起始版本:9|类名:SourceTool
起始版本:10|common.d.ts|
-|起始版本有变化|类名:SourceTool
方法 or 属性:Unknown
起始版本:9|类名:SourceTool
方法 or 属性:Unknown
起始版本:10|common.d.ts|
-|起始版本有变化|类名:RepeatMode
起始版本:9|类名:RepeatMode
起始版本:10|common.d.ts|
-|起始版本有变化|类名:RepeatMode
方法 or 属性:Repeat
起始版本:9|类名:RepeatMode
方法 or 属性:Repeat
起始版本:10|common.d.ts|
-|起始版本有变化|类名:RepeatMode
方法 or 属性:Stretch
起始版本:9|类名:RepeatMode
方法 or 属性:Stretch
起始版本:10|common.d.ts|
-|起始版本有变化|类名:RepeatMode
方法 or 属性:Round
起始版本:9|类名:RepeatMode
方法 or 属性:Round
起始版本:10|common.d.ts|
-|起始版本有变化|类名:RepeatMode
方法 or 属性:Space
起始版本:9|类名:RepeatMode
方法 or 属性:Space
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BlurStyle
起始版本:9|类名:BlurStyle
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BlurStyle
方法 or 属性:Thin
起始版本:9|类名:BlurStyle
方法 or 属性:Thin
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BlurStyle
方法 or 属性:Regular
起始版本:9|类名:BlurStyle
方法 or 属性:Regular
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BlurStyle
方法 or 属性:Thick
起始版本:9|类名:BlurStyle
方法 or 属性:Thick
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BaseEvent
方法 or 属性:pressure: number;
起始版本:9|类名:BaseEvent
方法 or 属性:pressure: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BaseEvent
方法 or 属性:tiltX: number;
起始版本:9|类名:BaseEvent
方法 or 属性:tiltX: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BaseEvent
方法 or 属性:tiltY: number;
起始版本:9|类名:BaseEvent
方法 or 属性:tiltY: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BaseEvent
方法 or 属性:sourceTool: SourceTool;
起始版本:9|类名:BaseEvent
方法 or 属性:sourceTool: SourceTool;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BorderImageOption
起始版本:9|类名:BorderImageOption
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BorderImageOption
方法 or 属性:slice?: Length \| EdgeWidths,
起始版本:9|类名:BorderImageOption
方法 or 属性:slice?: Length \| EdgeWidths,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BorderImageOption
方法 or 属性:repeat?: RepeatMode,
起始版本:9|类名:BorderImageOption
方法 or 属性:repeat?: RepeatMode,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BorderImageOption
方法 or 属性:source?: string \| Resource \| LinearGradient,
起始版本:9|类名:BorderImageOption
方法 or 属性:source?: string \| Resource \| LinearGradient,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BorderImageOption
方法 or 属性:width?: Length \| EdgeWidths,
起始版本:9|类名:BorderImageOption
方法 or 属性:width?: Length \| EdgeWidths,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BorderImageOption
方法 or 属性:outset?: Length \| EdgeWidths,
起始版本:9|类名:BorderImageOption
方法 or 属性:outset?: Length \| EdgeWidths,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:BorderImageOption
方法 or 属性:fill?: boolean
起始版本:9|类名:BorderImageOption
方法 or 属性:fill?: boolean
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MouseEvent
起始版本:8|类名:MouseEvent
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MouseEvent
方法 or 属性:button: MouseButton;
起始版本:8|类名:MouseEvent
方法 or 属性:button: MouseButton;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MouseEvent
方法 or 属性:action: MouseAction;
起始版本:8|类名:MouseEvent
方法 or 属性:action: MouseAction;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MouseEvent
方法 or 属性:screenX: number;
起始版本:8|类名:MouseEvent
方法 or 属性:screenX: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MouseEvent
方法 or 属性:screenY: number;
起始版本:8|类名:MouseEvent
方法 or 属性:screenY: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MouseEvent
方法 or 属性:x: number;
起始版本:8|类名:MouseEvent
方法 or 属性:x: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MouseEvent
方法 or 属性:y: number;
起始版本:8|类名:MouseEvent
方法 or 属性:y: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:MouseEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:8|类名:MouseEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchObject
起始版本:7|类名:TouchObject
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchObject
方法 or 属性:type: TouchType;
起始版本:7|类名:TouchObject
方法 or 属性:type: TouchType;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchObject
方法 or 属性:id: number;
起始版本:7|类名:TouchObject
方法 or 属性:id: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchObject
方法 or 属性:screenX: number;
起始版本:7|类名:TouchObject
方法 or 属性:screenX: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchObject
方法 or 属性:screenY: number;
起始版本:7|类名:TouchObject
方法 or 属性:screenY: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchObject
方法 or 属性:x: number;
起始版本:7|类名:TouchObject
方法 or 属性:x: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchObject
方法 or 属性:y: number;
起始版本:7|类名:TouchObject
方法 or 属性:y: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchEvent
起始版本:7|类名:TouchEvent
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchEvent
方法 or 属性:type: TouchType;
起始版本:7|类名:TouchEvent
方法 or 属性:type: TouchType;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchEvent
方法 or 属性:touches: TouchObject[];
起始版本:7|类名:TouchEvent
方法 or 属性:touches: TouchObject[];
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchEvent
方法 or 属性:changedTouches: TouchObject[];
起始版本:7|类名:TouchEvent
方法 or 属性:changedTouches: TouchObject[];
起始版本:10|common.d.ts|
-|起始版本有变化|类名:TouchEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:7|类名:TouchEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:DragEvent
起始版本:7|类名:DragEvent
起始版本:10|common.d.ts|
-|起始版本有变化|类名:DragEvent
方法 or 属性:getX(): number;
起始版本:7|类名:DragEvent
方法 or 属性:getX(): number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:DragEvent
方法 or 属性:getY(): number;
起始版本:7|类名:DragEvent
方法 or 属性:getY(): number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:KeyEvent
起始版本:7|类名:KeyEvent
起始版本:10|common.d.ts|
-|起始版本有变化|类名:KeyEvent
方法 or 属性:type: KeyType;
起始版本:7|类名:KeyEvent
方法 or 属性:type: KeyType;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:KeyEvent
方法 or 属性:keyCode: number;
起始版本:7|类名:KeyEvent
方法 or 属性:keyCode: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:KeyEvent
方法 or 属性:keyText: string;
起始版本:7|类名:KeyEvent
方法 or 属性:keyText: string;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:KeyEvent
方法 or 属性:keySource: KeySource;
起始版本:7|类名:KeyEvent
方法 or 属性:keySource: KeySource;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:KeyEvent
方法 or 属性:deviceId: number;
起始版本:7|类名:KeyEvent
方法 or 属性:deviceId: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:KeyEvent
方法 or 属性:metaKey: number;
起始版本:7|类名:KeyEvent
方法 or 属性:metaKey: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:KeyEvent
方法 or 属性:timestamp: number;
起始版本:7|类名:KeyEvent
方法 or 属性:timestamp: number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:KeyEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:7|类名:KeyEvent
方法 or 属性:stopPropagation?: () => void;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:PopupOptions
起始版本:7|类名:PopupOptions
起始版本:10|common.d.ts|
-|起始版本有变化|类名:PopupOptions
方法 or 属性:message: string;
起始版本:7|类名:PopupOptions
方法 or 属性:message: string;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:PopupOptions
方法 or 属性:arrowOffset?: Length;
起始版本:9|类名:PopupOptions
方法 or 属性:arrowOffset?: Length;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:PopupOptions
方法 or 属性:showInSubWindow?: boolean;
起始版本:9|类名:PopupOptions
方法 or 属性:showInSubWindow?: boolean;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomPopupOptions
起始版本:8|类名:CustomPopupOptions
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:builder: CustomBuilder;
起始版本:8|类名:CustomPopupOptions
方法 or 属性:builder: CustomBuilder;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:placement?: Placement;
起始版本:8|类名:CustomPopupOptions
方法 or 属性:placement?: Placement;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:popupColor?: Color \| string \| Resource \| number;
起始版本:8|类名:CustomPopupOptions
方法 or 属性:popupColor?: Color \| string \| Resource \| number;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:enableArrow?: boolean;
起始版本:8|类名:CustomPopupOptions
方法 or 属性:enableArrow?: boolean;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:autoCancel?: boolean;
起始版本:8|类名:CustomPopupOptions
方法 or 属性:autoCancel?: boolean;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:arrowOffset?: Length;
起始版本:9|类名:CustomPopupOptions
方法 or 属性:arrowOffset?: Length;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomPopupOptions
方法 or 属性:showInSubWindow?: boolean;
起始版本:9|类名:CustomPopupOptions
方法 or 属性:showInSubWindow?: boolean;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:hitTestBehavior(value: HitTestMode): T;
起始版本:9|类名:CommonMethod
方法 or 属性:hitTestBehavior(value: HitTestMode): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:borderImage(value: BorderImageOption): T;
起始版本:9|类名:CommonMethod
方法 or 属性:borderImage(value: BorderImageOption): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onHover(event: (isHover?: boolean) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onHover(event: (isHover?: boolean) => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:hoverEffect(value: HoverEffect): T;
起始版本:8|类名:CommonMethod
方法 or 属性:hoverEffect(value: HoverEffect): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onMouse(event: (event?: MouseEvent) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onMouse(event: (event?: MouseEvent) => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onTouch(event: (event?: TouchEvent) => void): T;
起始版本:7|类名:CommonMethod
方法 or 属性:onTouch(event: (event?: TouchEvent) => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onKeyEvent(event: (event?: KeyEvent) => void): T;
起始版本:7|类名:CommonMethod
方法 or 属性:onKeyEvent(event: (event?: KeyEvent) => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:focusable(value: boolean): T;
起始版本:8|类名:CommonMethod
方法 or 属性:focusable(value: boolean): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onFocus(event: () => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onFocus(event: () => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onBlur(event: () => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onBlur(event: () => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:tabIndex(index: number): T;
起始版本:9|类名:CommonMethod
方法 or 属性:tabIndex(index: number): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:defaultFocus(value: boolean): T;
起始版本:9|类名:CommonMethod
方法 or 属性:defaultFocus(value: boolean): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:groupDefaultFocus(value: boolean): T;
起始版本:9|类名:CommonMethod
方法 or 属性:groupDefaultFocus(value: boolean): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:focusOnTouch(value: boolean): T;
起始版本:9|类名:CommonMethod
方法 or 属性:focusOnTouch(value: boolean): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:gesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:7|类名:CommonMethod
方法 or 属性:gesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:priorityGesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:7|类名:CommonMethod
方法 or 属性:priorityGesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:parallelGesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:7|类名:CommonMethod
方法 or 属性:parallelGesture(gesture: GestureType, mask?: GestureMask): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:gridSpan(value: number): T;
起始版本:7|类名:CommonMethod
方法 or 属性:gridSpan(value: number): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:gridOffset(value: number): T;
起始版本:7|类名:CommonMethod
方法 or 属性:gridOffset(value: number): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:transform(value: object): T;
起始版本:7|类名:CommonMethod
方法 or 属性:transform(value: object): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:sharedTransition(id: string, options?: sharedTransitionOptions): T;
起始版本:7|类名:CommonMethod
方法 or 属性:sharedTransition(id: string, options?: sharedTransitionOptions): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:alignRules(value: AlignRuleOption): T;
起始版本:9|类名:CommonMethod
方法 or 属性:alignRules(value: AlignRuleOption): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onDragStart(event: (event?: DragEvent, extraParams?: string) => CustomBuilder \| DragItemInfo): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onDragStart(event: (event?: DragEvent, extraParams?: string) => CustomBuilder \| DragItemInfo): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onDragEnter(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onDragEnter(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onDragMove(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onDragMove(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onDragLeave(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onDragLeave(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onDrop(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:8|类名:CommonMethod
方法 or 属性:onDrop(event: (event?: DragEvent, extraParams?: string) => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:motionPath(value: MotionPathOptions): T;
起始版本:7|类名:CommonMethod
方法 or 属性:motionPath(value: MotionPathOptions): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:geometryTransition(id: string): T;
起始版本:7|类名:CommonMethod
方法 or 属性:geometryTransition(id: string): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CommonMethod
方法 or 属性:onVisibleAreaChange(ratios: Array\, event: (isVisible: boolean, currentRatio: number) => void): T;
起始版本:9|类名:CommonMethod
方法 or 属性:onVisibleAreaChange(ratios: Array\, event: (isVisible: boolean, currentRatio: number) => void): T;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LinearGradient
起始版本:9|类名:LinearGradient
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutBorderInfo
起始版本:9|类名:LayoutBorderInfo
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutBorderInfo
方法 or 属性:borderWidth: EdgeWidths,
起始版本:9|类名:LayoutBorderInfo
方法 or 属性:borderWidth: EdgeWidths,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutBorderInfo
方法 or 属性:margin: Margin,
起始版本:9|类名:LayoutBorderInfo
方法 or 属性:margin: Margin,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutBorderInfo
方法 or 属性:padding: Padding,
起始版本:9|类名:LayoutBorderInfo
方法 or 属性:padding: Padding,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutInfo
起始版本:9|类名:LayoutInfo
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutInfo
方法 or 属性:position: Position,
起始版本:9|类名:LayoutInfo
方法 or 属性:position: Position,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutInfo
方法 or 属性:constraint: ConstraintSizeOptions,
起始版本:9|类名:LayoutInfo
方法 or 属性:constraint: ConstraintSizeOptions,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutChild
起始版本:9|类名:LayoutChild
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutChild
方法 or 属性:name: string,
起始版本:9|类名:LayoutChild
方法 or 属性:name: string,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutChild
方法 or 属性:id: string,
起始版本:9|类名:LayoutChild
方法 or 属性:id: string,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutChild
方法 or 属性:constraint: ConstraintSizeOptions,
起始版本:9|类名:LayoutChild
方法 or 属性:constraint: ConstraintSizeOptions,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutChild
方法 or 属性:borderInfo: LayoutBorderInfo,
起始版本:9|类名:LayoutChild
方法 or 属性:borderInfo: LayoutBorderInfo,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutChild
方法 or 属性:position: Position,
起始版本:9|类名:LayoutChild
方法 or 属性:position: Position,
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutChild
方法 or 属性:measure(childConstraint: ConstraintSizeOptions),
起始版本:9|类名:LayoutChild
方法 or 属性:measure(childConstraint: ConstraintSizeOptions),
起始版本:10|common.d.ts|
-|起始版本有变化|类名:LayoutChild
方法 or 属性:layout(childLayoutInfo: LayoutInfo)
起始版本:9|类名:LayoutChild
方法 or 属性:layout(childLayoutInfo: LayoutInfo)
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomComponent
方法 or 属性:onLayout?(children: Array\, constraint: ConstraintSizeOptions): void;
起始版本:9|类名:CustomComponent
方法 or 属性:onLayout?(children: Array\, constraint: ConstraintSizeOptions): void;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomComponent
方法 or 属性:onMeasure?(children: Array\, constraint: ConstraintSizeOptions): void;
起始版本:9|类名:CustomComponent
方法 or 属性:onMeasure?(children: Array\, constraint: ConstraintSizeOptions): void;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomComponent
方法 or 属性:onPageShow?(): void;
起始版本:7|类名:CustomComponent
方法 or 属性:onPageShow?(): void;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomComponent
方法 or 属性:onPageHide?(): void;
起始版本:7|类名:CustomComponent
方法 or 属性:onPageHide?(): void;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomComponent
方法 or 属性:onBackPress?(): void;
起始版本:7|类名:CustomComponent
方法 or 属性:onBackPress?(): void;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:CustomComponent
方法 or 属性:pageTransition?(): void;
起始版本:9|类名:CustomComponent
方法 or 属性:pageTransition?(): void;
起始版本:10|common.d.ts|
-|起始版本有变化|类名:AppStorage
起始版本:7|类名:AppStorage
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static Link(propName: string): any;
起始版本:7|类名:AppStorage
方法 or 属性:static Link(propName: string): any;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static SetAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
起始版本:7|类名:AppStorage
方法 or 属性:static SetAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static Prop(propName: string): any;
起始版本:7|类名:AppStorage
方法 or 属性:static Prop(propName: string): any;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static SetAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
起始版本:7|类名:AppStorage
方法 or 属性:static SetAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static Has(propName: string): boolean;
起始版本:7|类名:AppStorage
方法 or 属性:static Has(propName: string): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static Get\(propName: string): T \| undefined;
起始版本:7|类名:AppStorage
方法 or 属性:static Get\(propName: string): T \| undefined;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static Set\(propName: string, newValue: T): boolean;
起始版本:7|类名:AppStorage
方法 or 属性:static Set\(propName: string, newValue: T): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static SetOrCreate\(propName: string, newValue: T): void;
起始版本:7|类名:AppStorage
方法 or 属性:static SetOrCreate\(propName: string, newValue: T): void;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static Delete(propName: string): boolean;
起始版本:7|类名:AppStorage
方法 or 属性:static Delete(propName: string): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static Keys(): IterableIterator\;
起始版本:7|类名:AppStorage
方法 or 属性:static Keys(): IterableIterator\;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static Clear(): boolean;
起始版本:9|类名:AppStorage
方法 or 属性:static Clear(): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static IsMutable(propName: string): boolean;
起始版本:7|类名:AppStorage
方法 or 属性:static IsMutable(propName: string): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:AppStorage
方法 or 属性:static Size(): number;
起始版本:7|类名:AppStorage
方法 or 属性:static Size(): number;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:SubscribedAbstractProperty
方法 or 属性:info(): string;
起始版本:7|类名:SubscribedAbstractProperty
方法 or 属性:info(): string;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:SubscribedAbstractProperty
方法 or 属性:abstract get(): T;
起始版本:9|类名:SubscribedAbstractProperty
方法 or 属性:abstract get(): T;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:SubscribedAbstractProperty
方法 or 属性:abstract set(newValue: T): void;
起始版本:9|类名:SubscribedAbstractProperty
方法 or 属性:abstract set(newValue: T): void;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:Environment
起始版本:7|类名:Environment
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:Environment
方法 or 属性:static EnvProp\(key: string, value: S): boolean;
起始版本:7|类名:Environment
方法 or 属性:static EnvProp\(key: string, value: S): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:Environment
方法 or 属性:static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;
起始版本:7|类名:Environment
方法 or 属性:static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:Environment
方法 or 属性:static Keys(): Array\;
起始版本:7|类名:Environment
方法 or 属性:static Keys(): Array\;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:PersistentStorage
起始版本:7|类名:PersistentStorage
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:PersistentStorage
方法 or 属性:static PersistProp\(key: string, defaultValue: T): void;
起始版本:7|类名:PersistentStorage
方法 or 属性:static PersistProp\(key: string, defaultValue: T): void;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:PersistentStorage
方法 or 属性:static DeleteProp(key: string): void;
起始版本:7|类名:PersistentStorage
方法 or 属性:static DeleteProp(key: string): void;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:PersistentStorage
方法 or 属性:static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;
起始版本:7|类名:PersistentStorage
方法 or 属性:static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:PersistentStorage
方法 or 属性:static Keys(): Array\;
起始版本:7|类名:PersistentStorage
方法 or 属性:static Keys(): Array\;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
起始版本:9|类名:LocalStorage
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:constructor(initializingProperties?: Object);
起始版本:9|类名:LocalStorage
方法 or 属性:constructor(initializingProperties?: Object);
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:static GetShared(): LocalStorage;
起始版本:9|类名:LocalStorage
方法 or 属性:static GetShared(): LocalStorage;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:has(propName: string): boolean;
起始版本:9|类名:LocalStorage
方法 or 属性:has(propName: string): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:keys(): IterableIterator\;
起始版本:9|类名:LocalStorage
方法 or 属性:keys(): IterableIterator\;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:size(): number;
起始版本:9|类名:LocalStorage
方法 or 属性:size(): number;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:get\(propName: string): T \| undefined;
起始版本:9|类名:LocalStorage
方法 or 属性:get\(propName: string): T \| undefined;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:set\(propName: string, newValue: T): boolean;
起始版本:9|类名:LocalStorage
方法 or 属性:set\(propName: string, newValue: T): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:setOrCreate\(propName: string, newValue: T): boolean;
起始版本:9|类名:LocalStorage
方法 or 属性:setOrCreate\(propName: string, newValue: T): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:link\(propName: string): SubscribedAbstractProperty\;
起始版本:9|类名:LocalStorage
方法 or 属性:link\(propName: string): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:setAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
起始版本:9|类名:LocalStorage
方法 or 属性:setAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:prop\(propName: string): SubscribedAbstractProperty\;
起始版本:9|类名:LocalStorage
方法 or 属性:prop\(propName: string): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:setAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
起始版本:9|类名:LocalStorage
方法 or 属性:setAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:delete(propName: string): boolean;
起始版本:9|类名:LocalStorage
方法 or 属性:delete(propName: string): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:LocalStorage
方法 or 属性:clear(): boolean;
起始版本:9|类名:LocalStorage
方法 or 属性:clear(): boolean;
起始版本:10|common_ts_ets_api.d.ts|
-|起始版本有变化|类名:ContextMenu
起始版本:8|类名:ContextMenu
起始版本:10|context_menu.d.ts|
-|起始版本有变化|类名:ContextMenu
方法 or 属性:static close();
起始版本:8|类名:ContextMenu
方法 or 属性:static close();
起始版本:10|context_menu.d.ts|
-|起始版本有变化|类名:CustomDialogControllerOptions
起始版本:7|类名:CustomDialogControllerOptions
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:builder: any;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:builder: any;
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:cancel?: () => void;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:cancel?: () => void;
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:autoCancel?: boolean;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:autoCancel?: boolean;
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:alignment?: DialogAlignment;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:alignment?: DialogAlignment;
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:offset?: Offset;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:offset?: Offset;
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:customStyle?: boolean;
起始版本:7|类名:CustomDialogControllerOptions
方法 or 属性:customStyle?: boolean;
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogControllerOptions
方法 or 属性:gridCount?: number;
起始版本:8|类名:CustomDialogControllerOptions
方法 or 属性:gridCount?: number;
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogController
起始版本:7|类名:CustomDialogController
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogController
方法 or 属性:constructor(value: CustomDialogControllerOptions);
起始版本:7|类名:CustomDialogController
方法 or 属性:constructor(value: CustomDialogControllerOptions);
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogController
方法 or 属性:open();
起始版本:7|类名:CustomDialogController
方法 or 属性:open();
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:CustomDialogController
方法 or 属性:close();
起始版本:7|类名:CustomDialogController
方法 or 属性:close();
起始版本:10|custom_dialog_controller.d.ts|
-|起始版本有变化|类名:DatePickerResult
起始版本:8|类名:DatePickerResult
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerResult
方法 or 属性:year?: number;
起始版本:8|类名:DatePickerResult
方法 or 属性:year?: number;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerResult
方法 or 属性:month?: number;
起始版本:8|类名:DatePickerResult
方法 or 属性:month?: number;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerResult
方法 or 属性:day?: number;
起始版本:8|类名:DatePickerResult
方法 or 属性:day?: number;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerOptions
起始版本:8|类名:DatePickerOptions
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerOptions
方法 or 属性:start?: Date;
起始版本:8|类名:DatePickerOptions
方法 or 属性:start?: Date;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerOptions
方法 or 属性:end?: Date;
起始版本:8|类名:DatePickerOptions
方法 or 属性:end?: Date;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerOptions
方法 or 属性:selected?: Date;
起始版本:8|类名:DatePickerOptions
方法 or 属性:selected?: Date;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerInterface
起始版本:8|类名:DatePickerInterface
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerInterface
方法 or 属性:(options?: DatePickerOptions): DatePickerAttribute;
起始版本:8|类名:DatePickerInterface
方法 or 属性:(options?: DatePickerOptions): DatePickerAttribute;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerAttribute
起始版本:8|类名:DatePickerAttribute
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerAttribute
方法 or 属性:lunar(value: boolean): DatePickerAttribute;
起始版本:8|类名:DatePickerAttribute
方法 or 属性:lunar(value: boolean): DatePickerAttribute;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerAttribute
方法 or 属性:onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;
起始版本:8|类名:DatePickerAttribute
方法 or 属性:onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerDialogOptions
起始版本:8|类名:DatePickerDialogOptions
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerDialogOptions
方法 or 属性:lunar?: boolean;
起始版本:8|类名:DatePickerDialogOptions
方法 or 属性:lunar?: boolean;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerDialogOptions
方法 or 属性:onAccept?: (value: DatePickerResult) => void;
起始版本:8|类名:DatePickerDialogOptions
方法 or 属性:onAccept?: (value: DatePickerResult) => void;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:8|类名:DatePickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerDialogOptions
方法 or 属性:onChange?: (value: DatePickerResult) => void;
起始版本:8|类名:DatePickerDialogOptions
方法 or 属性:onChange?: (value: DatePickerResult) => void;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerDialog
起始版本:8|类名:DatePickerDialog
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:DatePickerDialog
方法 or 属性:static show(options?: DatePickerDialogOptions);
起始版本:8|类名:DatePickerDialog
方法 or 属性:static show(options?: DatePickerDialogOptions);
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const DatePicker: DatePickerInterface;
起始版本:8|类名:global
方法 or 属性:declare const DatePicker: DatePickerInterface;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const DatePickerInstance: DatePickerAttribute;
起始版本:8|类名:global
方法 or 属性:declare const DatePickerInstance: DatePickerAttribute;
起始版本:10|date_picker.d.ts|
-|起始版本有变化|类名:Color
方法 or 属性:Transparent
起始版本:9|类名:Color
方法 or 属性:Transparent
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:TouchType
起始版本:7|类名:TouchType
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:TouchType
方法 or 属性:Down
起始版本:7|类名:TouchType
方法 or 属性:Down
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:TouchType
方法 or 属性:Up
起始版本:7|类名:TouchType
方法 or 属性:Up
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:TouchType
方法 or 属性:Move
起始版本:7|类名:TouchType
方法 or 属性:Move
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:TouchType
方法 or 属性:Cancel
起始版本:7|类名:TouchType
方法 or 属性:Cancel
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseButton
起始版本:8|类名:MouseButton
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseButton
方法 or 属性:Left
起始版本:8|类名:MouseButton
方法 or 属性:Left
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseButton
方法 or 属性:Right
起始版本:8|类名:MouseButton
方法 or 属性:Right
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseButton
方法 or 属性:Middle
起始版本:8|类名:MouseButton
方法 or 属性:Middle
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseButton
方法 or 属性:Back
起始版本:8|类名:MouseButton
方法 or 属性:Back
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseButton
方法 or 属性:Forward
起始版本:8|类名:MouseButton
方法 or 属性:Forward
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseButton
方法 or 属性:None
起始版本:8|类名:MouseButton
方法 or 属性:None
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseAction
起始版本:8|类名:MouseAction
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseAction
方法 or 属性:Press
起始版本:8|类名:MouseAction
方法 or 属性:Press
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseAction
方法 or 属性:Release
起始版本:8|类名:MouseAction
方法 or 属性:Release
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseAction
方法 or 属性:Move
起始版本:8|类名:MouseAction
方法 or 属性:Move
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:MouseAction
方法 or 属性:Hover
起始版本:8|类名:MouseAction
方法 or 属性:Hover
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:AnimationStatus
起始版本:7|类名:AnimationStatus
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:AnimationStatus
方法 or 属性:Initial
起始版本:7|类名:AnimationStatus
方法 or 属性:Initial
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:AnimationStatus
方法 or 属性:Running
起始版本:7|类名:AnimationStatus
方法 or 属性:Running
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:AnimationStatus
方法 or 属性:Paused
起始版本:7|类名:AnimationStatus
方法 or 属性:Paused
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:AnimationStatus
方法 or 属性:Stopped
起始版本:7|类名:AnimationStatus
方法 or 属性:Stopped
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:FillMode
起始版本:7|类名:FillMode
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:FillMode
方法 or 属性:None
起始版本:7|类名:FillMode
方法 or 属性:None
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:FillMode
方法 or 属性:Forwards
起始版本:7|类名:FillMode
方法 or 属性:Forwards
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:FillMode
方法 or 属性:Backwards
起始版本:7|类名:FillMode
方法 or 属性:Backwards
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:FillMode
方法 or 属性:Both
起始版本:7|类名:FillMode
方法 or 属性:Both
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:KeyType
起始版本:7|类名:KeyType
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:KeyType
方法 or 属性:Down
起始版本:7|类名:KeyType
方法 or 属性:Down
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:KeyType
方法 or 属性:Up
起始版本:7|类名:KeyType
方法 or 属性:Up
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:KeySource
起始版本:7|类名:KeySource
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:KeySource
方法 or 属性:Unknown
起始版本:7|类名:KeySource
方法 or 属性:Unknown
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:KeySource
方法 or 属性:Keyboard
起始版本:7|类名:KeySource
方法 or 属性:Keyboard
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Edge
起始版本:7|类名:Edge
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Edge
方法 or 属性:Top
起始版本:7|类名:Edge
方法 or 属性:Top
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Edge
方法 or 属性:Bottom
起始版本:7|类名:Edge
方法 or 属性:Bottom
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Edge
方法 or 属性:Start
起始版本:7|类名:Edge
方法 or 属性:Start
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Edge
方法 or 属性:End
起始版本:7|类名:Edge
方法 or 属性:End
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Week
起始版本:7|类名:Week
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Week
方法 or 属性:Mon
起始版本:7|类名:Week
方法 or 属性:Mon
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Week
方法 or 属性:Tue
起始版本:7|类名:Week
方法 or 属性:Tue
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Week
方法 or 属性:Wed
起始版本:7|类名:Week
方法 or 属性:Wed
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Week
方法 or 属性:Thur
起始版本:7|类名:Week
方法 or 属性:Thur
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Week
方法 or 属性:Fri
起始版本:7|类名:Week
方法 or 属性:Fri
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Week
方法 or 属性:Sat
起始版本:7|类名:Week
方法 or 属性:Sat
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Week
方法 or 属性:Sun
起始版本:7|类名:Week
方法 or 属性:Sun
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:RelateType
起始版本:7|类名:RelateType
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:RelateType
方法 or 属性:FILL
起始版本:7|类名:RelateType
方法 or 属性:FILL
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:RelateType
方法 or 属性:FIT
起始版本:7|类名:RelateType
方法 or 属性:FIT
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:SharedTransitionEffectType
起始版本:7|类名:SharedTransitionEffectType
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:SharedTransitionEffectType
方法 or 属性:Static
起始版本:7|类名:SharedTransitionEffectType
方法 or 属性:Static
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:SharedTransitionEffectType
方法 or 属性:Exchange
起始版本:7|类名:SharedTransitionEffectType
方法 or 属性:Exchange
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:ResponseType
起始版本:8|类名:ResponseType
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:ResponseType
方法 or 属性:RightClick
起始版本:8|类名:ResponseType
方法 or 属性:RightClick
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:ResponseType
方法 or 属性:LongPress
起始版本:8|类名:ResponseType
方法 or 属性:LongPress
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:HoverEffect
起始版本:8|类名:HoverEffect
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:HoverEffect
方法 or 属性:Auto
起始版本:8|类名:HoverEffect
方法 or 属性:Auto
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:HoverEffect
方法 or 属性:Scale
起始版本:8|类名:HoverEffect
方法 or 属性:Scale
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:HoverEffect
方法 or 属性:Highlight
起始版本:8|类名:HoverEffect
方法 or 属性:Highlight
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:HoverEffect
方法 or 属性:None
起始版本:8|类名:HoverEffect
方法 or 属性:None
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
起始版本:8|类名:Placement
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:Left
起始版本:8|类名:Placement
方法 or 属性:Left
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:Right
起始版本:8|类名:Placement
方法 or 属性:Right
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:Top
起始版本:8|类名:Placement
方法 or 属性:Top
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:Bottom
起始版本:8|类名:Placement
方法 or 属性:Bottom
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:TopLeft
起始版本:8|类名:Placement
方法 or 属性:TopLeft
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:TopRight
起始版本:8|类名:Placement
方法 or 属性:TopRight
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:BottomLeft
起始版本:8|类名:Placement
方法 or 属性:BottomLeft
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:BottomRight
起始版本:8|类名:Placement
方法 or 属性:BottomRight
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:LeftTop
起始版本:9|类名:Placement
方法 or 属性:LeftTop
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:LeftBottom
起始版本:9|类名:Placement
方法 or 属性:LeftBottom
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:RightTop
起始版本:9|类名:Placement
方法 or 属性:RightTop
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:Placement
方法 or 属性:RightBottom
起始版本:9|类名:Placement
方法 or 属性:RightBottom
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:CopyOptions
起始版本:9|类名:CopyOptions
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:CopyOptions
方法 or 属性:None = 0
起始版本:9|类名:CopyOptions
方法 or 属性:None = 0
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:CopyOptions
方法 or 属性:InApp = 1
起始版本:9|类名:CopyOptions
方法 or 属性:InApp = 1
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:CopyOptions
方法 or 属性:LocalDevice = 2
起始版本:9|类名:CopyOptions
方法 or 属性:LocalDevice = 2
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:HitTestMode
起始版本:9|类名:HitTestMode
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:HitTestMode
方法 or 属性:Default
起始版本:9|类名:HitTestMode
方法 or 属性:Default
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:HitTestMode
方法 or 属性:Block
起始版本:9|类名:HitTestMode
方法 or 属性:Block
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:HitTestMode
方法 or 属性:Transparent
起始版本:9|类名:HitTestMode
方法 or 属性:Transparent
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:HitTestMode
方法 or 属性:None
起始版本:9|类名:HitTestMode
方法 or 属性:None
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:TitleHeight
起始版本:9|类名:TitleHeight
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:TitleHeight
方法 or 属性:MainOnly
起始版本:9|类名:TitleHeight
方法 or 属性:MainOnly
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:TitleHeight
方法 or 属性:MainWithSub
起始版本:9|类名:TitleHeight
方法 or 属性:MainWithSub
起始版本:10|enums.d.ts|
-|起始版本有变化|类名:FlowItemInterface
起始版本:9|类名:FlowItemInterface
起始版本:10|flow_item.d.ts|
-|起始版本有变化|类名:FlowItemInterface
方法 or 属性:(): FlowItemAttribute;
起始版本:9|类名:FlowItemInterface
方法 or 属性:(): FlowItemAttribute;
起始版本:10|flow_item.d.ts|
-|起始版本有变化|类名:FlowItemAttribute
起始版本:9|类名:FlowItemAttribute
起始版本:10|flow_item.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const FlowItem: FlowItemInterface
起始版本:9|类名:global
方法 or 属性:declare const FlowItem: FlowItemInterface
起始版本:10|flow_item.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const FlowItemInstance: FlowItemAttribute;
起始版本:9|类名:global
方法 or 属性:declare const FlowItemInstance: FlowItemAttribute;
起始版本:10|flow_item.d.ts|
-|起始版本有变化|类名:PanDirection
起始版本:7|类名:PanDirection
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanDirection
方法 or 属性:None
起始版本:7|类名:PanDirection
方法 or 属性:None
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanDirection
方法 or 属性:Horizontal
起始版本:7|类名:PanDirection
方法 or 属性:Horizontal
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanDirection
方法 or 属性:Left
起始版本:7|类名:PanDirection
方法 or 属性:Left
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanDirection
方法 or 属性:Right
起始版本:7|类名:PanDirection
方法 or 属性:Right
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanDirection
方法 or 属性:Vertical
起始版本:7|类名:PanDirection
方法 or 属性:Vertical
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanDirection
方法 or 属性:Up
起始版本:7|类名:PanDirection
方法 or 属性:Up
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanDirection
方法 or 属性:Down
起始版本:7|类名:PanDirection
方法 or 属性:Down
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanDirection
方法 or 属性:All
起始版本:7|类名:PanDirection
方法 or 属性:All
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:SwipeDirection
起始版本:8|类名:SwipeDirection
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:SwipeDirection
方法 or 属性:None
起始版本:8|类名:SwipeDirection
方法 or 属性:None
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:SwipeDirection
方法 or 属性:Horizontal
起始版本:8|类名:SwipeDirection
方法 or 属性:Horizontal
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:SwipeDirection
方法 or 属性:Vertical
起始版本:8|类名:SwipeDirection
方法 or 属性:Vertical
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:SwipeDirection
方法 or 属性:All
起始版本:8|类名:SwipeDirection
方法 or 属性:All
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureMode
起始版本:7|类名:GestureMode
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureMode
方法 or 属性:Sequence
起始版本:7|类名:GestureMode
方法 or 属性:Sequence
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureMode
方法 or 属性:Parallel
起始版本:7|类名:GestureMode
方法 or 属性:Parallel
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureMode
方法 or 属性:Exclusive
起始版本:7|类名:GestureMode
方法 or 属性:Exclusive
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureMask
起始版本:7|类名:GestureMask
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureMask
方法 or 属性:Normal
起始版本:7|类名:GestureMask
方法 or 属性:Normal
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureMask
方法 or 属性:IgnoreInternal
起始版本:7|类名:GestureMask
方法 or 属性:IgnoreInternal
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:FingerInfo
起始版本:8|类名:FingerInfo
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:FingerInfo
方法 or 属性:id: number;
起始版本:8|类名:FingerInfo
方法 or 属性:id: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:FingerInfo
方法 or 属性:globalX: number;
起始版本:8|类名:FingerInfo
方法 or 属性:globalX: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:FingerInfo
方法 or 属性:globalY: number;
起始版本:8|类名:FingerInfo
方法 or 属性:globalY: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:FingerInfo
方法 or 属性:localX: number;
起始版本:8|类名:FingerInfo
方法 or 属性:localX: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:FingerInfo
方法 or 属性:localY: number;
起始版本:8|类名:FingerInfo
方法 or 属性:localY: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureEvent
起始版本:7|类名:GestureEvent
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureEvent
方法 or 属性:repeat: boolean;
起始版本:7|类名:GestureEvent
方法 or 属性:repeat: boolean;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureEvent
方法 or 属性:fingerList: FingerInfo[];
起始版本:8|类名:GestureEvent
方法 or 属性:fingerList: FingerInfo[];
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureEvent
方法 or 属性:offsetX: number;
起始版本:7|类名:GestureEvent
方法 or 属性:offsetX: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureEvent
方法 or 属性:offsetY: number;
起始版本:7|类名:GestureEvent
方法 or 属性:offsetY: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureEvent
方法 or 属性:angle: number;
起始版本:7|类名:GestureEvent
方法 or 属性:angle: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureEvent
方法 or 属性:speed: number;
起始版本:8|类名:GestureEvent
方法 or 属性:speed: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureEvent
方法 or 属性:scale: number;
起始版本:7|类名:GestureEvent
方法 or 属性:scale: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureEvent
方法 or 属性:pinchCenterX: number;
起始版本:7|类名:GestureEvent
方法 or 属性:pinchCenterX: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureEvent
方法 or 属性:pinchCenterY: number;
起始版本:7|类名:GestureEvent
方法 or 属性:pinchCenterY: number;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:TapGestureInterface
起始版本:7|类名:TapGestureInterface
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:TapGestureInterface
方法 or 属性:(value?: { count?: number; fingers?: number }): TapGestureInterface;
起始版本:7|类名:TapGestureInterface
方法 or 属性:(value?: { count?: number; fingers?: number }): TapGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:TapGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): TapGestureInterface;
起始版本:7|类名:TapGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): TapGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:LongPressGestureInterface
起始版本:7|类名:LongPressGestureInterface
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:LongPressGestureInterface
方法 or 属性:(value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;
起始版本:7|类名:LongPressGestureInterface
方法 or 属性:(value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:LongPressGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): LongPressGestureInterface;
起始版本:7|类名:LongPressGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): LongPressGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:LongPressGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): LongPressGestureInterface;
起始版本:7|类名:LongPressGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): LongPressGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:LongPressGestureInterface
方法 or 属性:onActionCancel(event: () => void): LongPressGestureInterface;
起始版本:7|类名:LongPressGestureInterface
方法 or 属性:onActionCancel(event: () => void): LongPressGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureOptions
起始版本:7|类名:PanGestureOptions
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureOptions
方法 or 属性:constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });
起始版本:7|类名:PanGestureOptions
方法 or 属性:constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureOptions
方法 or 属性:setDirection(value: PanDirection);
起始版本:7|类名:PanGestureOptions
方法 or 属性:setDirection(value: PanDirection);
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureOptions
方法 or 属性:setDistance(value: number);
起始版本:7|类名:PanGestureOptions
方法 or 属性:setDistance(value: number);
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureOptions
方法 or 属性:setFingers(value: number);
起始版本:7|类名:PanGestureOptions
方法 or 属性:setFingers(value: number);
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureInterface
起始版本:7|类名:PanGestureInterface
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureInterface
方法 or 属性:(value?: { fingers?: number; direction?: PanDirection; distance?: number } \| PanGestureOptions): PanGestureInterface;
起始版本:7|类名:PanGestureInterface
方法 or 属性:(value?: { fingers?: number; direction?: PanDirection; distance?: number } \| PanGestureOptions): PanGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:7|类名:PanGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:7|类名:PanGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:7|类名:PanGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): PanGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PanGestureInterface
方法 or 属性:onActionCancel(event: () => void): PanGestureInterface;
起始版本:7|类名:PanGestureInterface
方法 or 属性:onActionCancel(event: () => void): PanGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:SwipeGestureInterface
起始版本:8|类名:SwipeGestureInterface
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:SwipeGestureInterface
方法 or 属性:(value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;
起始版本:8|类名:SwipeGestureInterface
方法 or 属性:(value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:SwipeGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): SwipeGestureInterface;
起始版本:8|类名:SwipeGestureInterface
方法 or 属性:onAction(event: (event?: GestureEvent) => void): SwipeGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PinchGestureInterface
起始版本:7|类名:PinchGestureInterface
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PinchGestureInterface
方法 or 属性:(value?: { fingers?: number; distance?: number }): PinchGestureInterface;
起始版本:7|类名:PinchGestureInterface
方法 or 属性:(value?: { fingers?: number; distance?: number }): PinchGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PinchGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:7|类名:PinchGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PinchGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:7|类名:PinchGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PinchGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:7|类名:PinchGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): PinchGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:PinchGestureInterface
方法 or 属性:onActionCancel(event: () => void): PinchGestureInterface;
起始版本:7|类名:PinchGestureInterface
方法 or 属性:onActionCancel(event: () => void): PinchGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:RotationGestureInterface
起始版本:7|类名:RotationGestureInterface
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:RotationGestureInterface
方法 or 属性:(value?: { fingers?: number; angle?: number }): RotationGestureInterface;
起始版本:7|类名:RotationGestureInterface
方法 or 属性:(value?: { fingers?: number; angle?: number }): RotationGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:RotationGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:7|类名:RotationGestureInterface
方法 or 属性:onActionStart(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:RotationGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:7|类名:RotationGestureInterface
方法 or 属性:onActionUpdate(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:RotationGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:7|类名:RotationGestureInterface
方法 or 属性:onActionEnd(event: (event?: GestureEvent) => void): RotationGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:RotationGestureInterface
方法 or 属性:onActionCancel(event: () => void): RotationGestureInterface;
起始版本:7|类名:RotationGestureInterface
方法 or 属性:onActionCancel(event: () => void): RotationGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureGroupInterface
起始版本:7|类名:GestureGroupInterface
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureGroupInterface
方法 or 属性:(mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;
起始版本:7|类名:GestureGroupInterface
方法 or 属性:(mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GestureGroupInterface
方法 or 属性:onCancel(event: () => void): GestureGroupInterface;
起始版本:7|类名:GestureGroupInterface
方法 or 属性:onCancel(event: () => void): GestureGroupInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TapGesture: TapGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const TapGesture: TapGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const LongPressGesture: LongPressGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const LongPressGesture: LongPressGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const PanGesture: PanGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const PanGesture: PanGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const SwipeGesture: SwipeGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const SwipeGesture: SwipeGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const PinchGesture: PinchGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const PinchGesture: PinchGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const RotationGesture: RotationGestureInterface;
起始版本:7|类名:global
方法 or 属性:declare const RotationGesture: RotationGestureInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const GestureGroup: GestureGroupInterface;
起始版本:7|类名:global
方法 or 属性:declare const GestureGroup: GestureGroupInterface;
起始版本:10|gesture.d.ts|
-|起始版本有变化|类名:GridInterface
起始版本:7|类名:GridInterface
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridInterface
方法 or 属性:(scroller?: Scroller): GridAttribute;
起始版本:7|类名:GridInterface
方法 or 属性:(scroller?: Scroller): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridDirection
起始版本:8|类名:GridDirection
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridDirection
方法 or 属性:Row
起始版本:8|类名:GridDirection
方法 or 属性:Row
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridDirection
方法 or 属性:Column
起始版本:8|类名:GridDirection
方法 or 属性:Column
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridDirection
方法 or 属性:RowReverse
起始版本:8|类名:GridDirection
方法 or 属性:RowReverse
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridDirection
方法 or 属性:ColumnReverse
起始版本:8|类名:GridDirection
方法 or 属性:ColumnReverse
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
起始版本:7|类名:GridAttribute
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:columnsTemplate(value: string): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:columnsTemplate(value: string): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:rowsTemplate(value: string): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:rowsTemplate(value: string): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:columnsGap(value: Length): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:columnsGap(value: Length): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:rowsGap(value: Length): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:rowsGap(value: Length): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:scrollBarWidth(value: number \| string): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:scrollBarWidth(value: number \| string): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:scrollBarColor(value: Color \| number \| string): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:scrollBarColor(value: Color \| number \| string): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:scrollBar(value: BarState): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:scrollBar(value: BarState): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:onScrollIndex(event: (first: number) => void): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:onScrollIndex(event: (first: number) => void): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:cachedCount(value: number): GridAttribute;
起始版本:7|类名:GridAttribute
方法 or 属性:cachedCount(value: number): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:editMode(value: boolean): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:editMode(value: boolean): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:multiSelectable(value: boolean): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:multiSelectable(value: boolean): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:maxCount(value: number): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:maxCount(value: number): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:minCount(value: number): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:minCount(value: number): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:cellLength(value: number): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:cellLength(value: number): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:layoutDirection(value: GridDirection): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:layoutDirection(value: GridDirection): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:supportAnimation(value: boolean): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:supportAnimation(value: boolean): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridAttribute
方法 or 属性:onItemDrop(
event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,
): GridAttribute;
起始版本:8|类名:GridAttribute
方法 or 属性:onItemDrop(
event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,
): GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Grid: GridInterface;
起始版本:7|类名:global
方法 or 属性:declare const Grid: GridInterface;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const GridInstance: GridAttribute;
起始版本:7|类名:global
方法 or 属性:declare const GridInstance: GridAttribute;
起始版本:10|grid.d.ts|
-|起始版本有变化|类名:GridItemInterface
起始版本:7|类名:GridItemInterface
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:GridItemInterface
方法 or 属性:(): GridItemAttribute;
起始版本:7|类名:GridItemInterface
方法 or 属性:(): GridItemAttribute;
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:GridItemAttribute
起始版本:7|类名:GridItemAttribute
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:GridItemAttribute
方法 or 属性:rowStart(value: number): GridItemAttribute;
起始版本:7|类名:GridItemAttribute
方法 or 属性:rowStart(value: number): GridItemAttribute;
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:GridItemAttribute
方法 or 属性:rowEnd(value: number): GridItemAttribute;
起始版本:7|类名:GridItemAttribute
方法 or 属性:rowEnd(value: number): GridItemAttribute;
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:GridItemAttribute
方法 or 属性:columnStart(value: number): GridItemAttribute;
起始版本:7|类名:GridItemAttribute
方法 or 属性:columnStart(value: number): GridItemAttribute;
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:GridItemAttribute
方法 or 属性:columnEnd(value: number): GridItemAttribute;
起始版本:7|类名:GridItemAttribute
方法 or 属性:columnEnd(value: number): GridItemAttribute;
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:GridItemAttribute
方法 or 属性:selectable(value: boolean): GridItemAttribute;
起始版本:8|类名:GridItemAttribute
方法 or 属性:selectable(value: boolean): GridItemAttribute;
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:GridItemAttribute
方法 or 属性:onSelect(event: (isSelected: boolean) => void): GridItemAttribute;
起始版本:8|类名:GridItemAttribute
方法 or 属性:onSelect(event: (isSelected: boolean) => void): GridItemAttribute;
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const GridItem: GridItemInterface
起始版本:7|类名:global
方法 or 属性:declare const GridItem: GridItemInterface
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const GridItemInstance: GridItemAttribute;
起始版本:7|类名:global
方法 or 属性:declare const GridItemInstance: GridItemAttribute;
起始版本:10|gridItem.d.ts|
-|起始版本有变化|类名:GridColColumnOption
起始版本:9|类名:GridColColumnOption
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColColumnOption
方法 or 属性:xs?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:xs?: number,
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColColumnOption
方法 or 属性:sm?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:sm?: number,
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColColumnOption
方法 or 属性:md?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:md?: number,
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColColumnOption
方法 or 属性:lg?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:lg?: number,
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColColumnOption
方法 or 属性:xl?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:xl?: number,
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColColumnOption
方法 or 属性:xxl?: number,
起始版本:9|类名:GridColColumnOption
方法 or 属性:xxl?: number,
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColOptions
起始版本:9|类名:GridColOptions
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColOptions
方法 or 属性:span?: number \| GridColColumnOption;
起始版本:9|类名:GridColOptions
方法 or 属性:span?: number \| GridColColumnOption;
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColOptions
方法 or 属性:offset?: number \| GridColColumnOption;
起始版本:9|类名:GridColOptions
方法 or 属性:offset?: number \| GridColColumnOption;
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColOptions
方法 or 属性:order?: number \| GridColColumnOption;
起始版本:9|类名:GridColOptions
方法 or 属性:order?: number \| GridColColumnOption;
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColInterface
起始版本:9|类名:GridColInterface
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColInterface
方法 or 属性:(option?: GridColOptions): GridColAttribute;
起始版本:9|类名:GridColInterface
方法 or 属性:(option?: GridColOptions): GridColAttribute;
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColAttribute
方法 or 属性:span(value: number \| GridColColumnOption): GridColAttribute;
起始版本:9|类名:GridColAttribute
方法 or 属性:span(value: number \| GridColColumnOption): GridColAttribute;
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColAttribute
方法 or 属性:gridColOffset(value: number \| GridColColumnOption): GridColAttribute;
起始版本:9|类名:GridColAttribute
方法 or 属性:gridColOffset(value: number \| GridColColumnOption): GridColAttribute;
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridColAttribute
方法 or 属性:order(value: number \| GridColColumnOption): GridColAttribute;
起始版本:9|类名:GridColAttribute
方法 or 属性:order(value: number \| GridColColumnOption): GridColAttribute;
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const GridCol: GridColInterface
起始版本:9|类名:global
方法 or 属性:declare const GridCol: GridColInterface
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const GridColInstance: GridColAttribute;
起始版本:9|类名:global
方法 or 属性:declare const GridColInstance: GridColAttribute;
起始版本:10|grid_col.d.ts|
-|起始版本有变化|类名:GridRowSizeOption
起始版本:9|类名:GridRowSizeOption
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:xs?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:xs?: Length,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:sm?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:sm?: Length,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:md?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:md?: Length,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:lg?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:lg?: Length,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:xl?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:xl?: Length,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowSizeOption
方法 or 属性:xxl?: Length,
起始版本:9|类名:GridRowSizeOption
方法 or 属性:xxl?: Length,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowColumnOption
起始版本:9|类名:GridRowColumnOption
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:xs?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:xs?: number,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:sm?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:sm?: number,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:md?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:md?: number,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:lg?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:lg?: number,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:xl?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:xl?: number,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowColumnOption
方法 or 属性:xxl?: number,
起始版本:9|类名:GridRowColumnOption
方法 or 属性:xxl?: number,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GutterOption
起始版本:9|类名:GutterOption
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GutterOption
方法 or 属性:x?: Length \| GridRowSizeOption,
起始版本:9|类名:GutterOption
方法 or 属性:x?: Length \| GridRowSizeOption,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GutterOption
方法 or 属性:y?: Length \| GridRowSizeOption
起始版本:9|类名:GutterOption
方法 or 属性:y?: Length \| GridRowSizeOption
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:BreakpointsReference
起始版本:9|类名:BreakpointsReference
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:BreakpointsReference
方法 or 属性:WindowSize
起始版本:9|类名:BreakpointsReference
方法 or 属性:WindowSize
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:BreakpointsReference
方法 or 属性:ComponentSize
起始版本:9|类名:BreakpointsReference
方法 or 属性:ComponentSize
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowDirection
起始版本:9|类名:GridRowDirection
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowDirection
方法 or 属性:Row
起始版本:9|类名:GridRowDirection
方法 or 属性:Row
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowDirection
方法 or 属性:RowReverse
起始版本:9|类名:GridRowDirection
方法 or 属性:RowReverse
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:BreakPoints
起始版本:9|类名:BreakPoints
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:BreakPoints
方法 or 属性:value?: Array\,
起始版本:9|类名:BreakPoints
方法 or 属性:value?: Array\,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:BreakPoints
方法 or 属性:reference?: BreakpointsReference,
起始版本:9|类名:BreakPoints
方法 or 属性:reference?: BreakpointsReference,
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowOptions
起始版本:9|类名:GridRowOptions
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowOptions
方法 or 属性:gutter?: Length \| GutterOption;
起始版本:9|类名:GridRowOptions
方法 or 属性:gutter?: Length \| GutterOption;
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowOptions
方法 or 属性:columns?: number \| GridRowColumnOption;
起始版本:9|类名:GridRowOptions
方法 or 属性:columns?: number \| GridRowColumnOption;
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowOptions
方法 or 属性:breakpoints?: BreakPoints;
起始版本:9|类名:GridRowOptions
方法 or 属性:breakpoints?: BreakPoints;
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowOptions
方法 or 属性:direction?: GridRowDirection;
起始版本:9|类名:GridRowOptions
方法 or 属性:direction?: GridRowDirection;
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowInterface
起始版本:9|类名:GridRowInterface
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowInterface
方法 or 属性:(option?: GridRowOptions): GridRowAttribute;
起始版本:9|类名:GridRowInterface
方法 or 属性:(option?: GridRowOptions): GridRowAttribute;
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:GridRowAttribute
方法 or 属性:onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;
起始版本:9|类名:GridRowAttribute
方法 or 属性:onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const GridRow: GridRowInterface;
起始版本:9|类名:global
方法 or 属性:declare const GridRow: GridRowInterface;
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const GridRowInstance: GridRowAttribute;
起始版本:9|类名:global
方法 or 属性:declare const GridRowInstance: GridRowAttribute;
起始版本:10|grid_row.d.ts|
-|起始版本有变化|类名:ImageAttribute
方法 or 属性:colorFilter(value: ColorFilter): ImageAttribute;
起始版本:9|类名:ImageAttribute
方法 or 属性:colorFilter(value: ColorFilter): ImageAttribute;
起始版本:10|image.d.ts|
-|起始版本有变化|类名:ImageAttribute
方法 or 属性:copyOption(value: CopyOptions): ImageAttribute;
起始版本:9|类名:ImageAttribute
方法 or 属性:copyOption(value: CopyOptions): ImageAttribute;
起始版本:10|image.d.ts|
-|起始版本有变化|类名:ImageAnimatorInterface
起始版本:7|类名:ImageAnimatorInterface
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorInterface
方法 or 属性:(): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorInterface
方法 or 属性:(): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageFrameInfo
起始版本:7|类名:ImageFrameInfo
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageFrameInfo
方法 or 属性:width?: number \| string;
起始版本:7|类名:ImageFrameInfo
方法 or 属性:width?: number \| string;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageFrameInfo
方法 or 属性:height?: number \| string;
起始版本:7|类名:ImageFrameInfo
方法 or 属性:height?: number \| string;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageFrameInfo
方法 or 属性:top?: number \| string;
起始版本:7|类名:ImageFrameInfo
方法 or 属性:top?: number \| string;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageFrameInfo
方法 or 属性:left?: number \| string;
起始版本:7|类名:ImageFrameInfo
方法 or 属性:left?: number \| string;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageFrameInfo
方法 or 属性:duration?: number;
起始版本:7|类名:ImageFrameInfo
方法 or 属性:duration?: number;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
起始版本:7|类名:ImageAnimatorAttribute
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:images(value: Array\): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:images(value: Array\): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:state(value: AnimationStatus): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:state(value: AnimationStatus): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:duration(value: number): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:duration(value: number): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:reverse(value: boolean): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:reverse(value: boolean): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:fixedSize(value: boolean): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:fixedSize(value: boolean): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:fillMode(value: FillMode): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:fillMode(value: FillMode): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:iterations(value: number): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:iterations(value: number): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:onStart(event: () => void): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:onStart(event: () => void): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:onPause(event: () => void): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:onPause(event: () => void): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:onRepeat(event: () => void): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:onRepeat(event: () => void): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:onCancel(event: () => void): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:onCancel(event: () => void): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:ImageAnimatorAttribute
方法 or 属性:onFinish(event: () => void): ImageAnimatorAttribute;
起始版本:7|类名:ImageAnimatorAttribute
方法 or 属性:onFinish(event: () => void): ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const ImageAnimator: ImageAnimatorInterface;
起始版本:7|类名:global
方法 or 属性:declare const ImageAnimator: ImageAnimatorInterface;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const ImageAnimatorInstance: ImageAnimatorAttribute;
起始版本:7|类名:global
方法 or 属性:declare const ImageAnimatorInstance: ImageAnimatorAttribute;
起始版本:10|image_animator.d.ts|
-|起始版本有变化|类名:DataChangeListener
起始版本:7|类名:DataChangeListener
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:DataChangeListener
方法 or 属性:onDataReloaded(): void;
起始版本:7|类名:DataChangeListener
方法 or 属性:onDataReloaded(): void;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:DataChangeListener
方法 or 属性:onDataAdd(index: number): void;
起始版本:8|类名:DataChangeListener
方法 or 属性:onDataAdd(index: number): void;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:DataChangeListener
方法 or 属性:onDataMove(from: number, to: number): void;
起始版本:8|类名:DataChangeListener
方法 or 属性:onDataMove(from: number, to: number): void;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:DataChangeListener
方法 or 属性:onDataDelete(index: number): void;
起始版本:8|类名:DataChangeListener
方法 or 属性:onDataDelete(index: number): void;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:DataChangeListener
方法 or 属性:onDataChange(index: number): void;
起始版本:8|类名:DataChangeListener
方法 or 属性:onDataChange(index: number): void;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:IDataSource
起始版本:7|类名:IDataSource
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:IDataSource
方法 or 属性:totalCount(): number;
起始版本:7|类名:IDataSource
方法 or 属性:totalCount(): number;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:IDataSource
方法 or 属性:getData(index: number): any;
起始版本:7|类名:IDataSource
方法 or 属性:getData(index: number): any;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:IDataSource
方法 or 属性:registerDataChangeListener(listener: DataChangeListener): void;
起始版本:7|类名:IDataSource
方法 or 属性:registerDataChangeListener(listener: DataChangeListener): void;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:IDataSource
方法 or 属性:unregisterDataChangeListener(listener: DataChangeListener): void;
起始版本:7|类名:IDataSource
方法 or 属性:unregisterDataChangeListener(listener: DataChangeListener): void;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:LazyForEachInterface
起始版本:7|类名:LazyForEachInterface
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:LazyForEachInterface
方法 or 属性:(
dataSource: IDataSource,
itemGenerator: (item: any, index?: number) => void,
keyGenerator?: (item: any, index?: number) => string,
): LazyForEachInterface;
起始版本:7|类名:LazyForEachInterface
方法 or 属性:(
dataSource: IDataSource,
itemGenerator: (item: any, index?: number) => void,
keyGenerator?: (item: any, index?: number) => string,
): LazyForEachInterface;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const LazyForEach: LazyForEachInterface;
起始版本:7|类名:global
方法 or 属性:declare const LazyForEach: LazyForEachInterface;
起始版本:10|lazy_for_each.d.ts|
-|起始版本有变化|类名:ListItemAlign
起始版本:9|类名:ListItemAlign
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListItemAlign
方法 or 属性:Start
起始版本:9|类名:ListItemAlign
方法 or 属性:Start
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListItemAlign
方法 or 属性:Center
起始版本:9|类名:ListItemAlign
方法 or 属性:Center
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListItemAlign
方法 or 属性:End
起始版本:9|类名:ListItemAlign
方法 or 属性:End
起始版本:10|list.d.ts|
-|起始版本有变化|类名:StickyStyle
起始版本:9|类名:StickyStyle
起始版本:10|list.d.ts|
-|起始版本有变化|类名:StickyStyle
方法 or 属性:None = 0
起始版本:9|类名:StickyStyle
方法 or 属性:None = 0
起始版本:10|list.d.ts|
-|起始版本有变化|类名:StickyStyle
方法 or 属性:Header = 1
起始版本:9|类名:StickyStyle
方法 or 属性:Header = 1
起始版本:10|list.d.ts|
-|起始版本有变化|类名:StickyStyle
方法 or 属性:Footer = 2
起始版本:9|类名:StickyStyle
方法 or 属性:Footer = 2
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:lanes(value: number \| LengthConstrain): ListAttribute;
起始版本:9|类名:ListAttribute
方法 or 属性:lanes(value: number \| LengthConstrain): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:alignListItem(value: ListItemAlign): ListAttribute;
起始版本:9|类名:ListAttribute
方法 or 属性:alignListItem(value: ListItemAlign): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:sticky(value: StickyStyle): ListAttribute;
起始版本:9|类名:ListAttribute
方法 or 属性:sticky(value: StickyStyle): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:onScrollStart(event: () => void): ListAttribute;
起始版本:9|类名:ListAttribute
方法 or 属性:onScrollStart(event: () => void): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemMove(event: (from: number, to: number) => boolean): ListAttribute;
起始版本:7|类名:ListAttribute
方法 or 属性:onItemMove(event: (from: number, to: number) => boolean): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;
起始版本:8|类名:ListAttribute
方法 or 属性:onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;
起始版本:8|类名:ListAttribute
方法 or 属性:onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;
起始版本:8|类名:ListAttribute
方法 or 属性:onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;
起始版本:8|类名:ListAttribute
方法 or 属性:onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;
起始版本:8|类名:ListAttribute
方法 or 属性:onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:ListAttribute
方法 or 属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;
起始版本:9|类名:ListAttribute
方法 or 属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;
起始版本:10|list.d.ts|
-|起始版本有变化|类名:SwipeEdgeEffect
起始版本:9|类名:SwipeEdgeEffect
起始版本:10|list_item.d.ts|
-|起始版本有变化|类名:SwipeEdgeEffect
方法 or 属性:Spring
起始版本:9|类名:SwipeEdgeEffect
方法 or 属性:Spring
起始版本:10|list_item.d.ts|
-|起始版本有变化|类名:SwipeEdgeEffect
方法 or 属性:None
起始版本:9|类名:SwipeEdgeEffect
方法 or 属性:None
起始版本:10|list_item.d.ts|
-|起始版本有变化|类名:SwipeActionOptions
起始版本:9|类名:SwipeActionOptions
起始版本:10|list_item.d.ts|
-|起始版本有变化|类名:SwipeActionOptions
方法 or 属性:start?: CustomBuilder;
起始版本:9|类名:SwipeActionOptions
方法 or 属性:start?: CustomBuilder;
起始版本:10|list_item.d.ts|
-|起始版本有变化|类名:SwipeActionOptions
方法 or 属性:end?: CustomBuilder;
起始版本:9|类名:SwipeActionOptions
方法 or 属性:end?: CustomBuilder;
起始版本:10|list_item.d.ts|
-|起始版本有变化|类名:SwipeActionOptions
方法 or 属性:edgeEffect?: SwipeEdgeEffect;
起始版本:9|类名:SwipeActionOptions
方法 or 属性:edgeEffect?: SwipeEdgeEffect;
起始版本:10|list_item.d.ts|
-|起始版本有变化|类名:ListItemAttribute
方法 or 属性:selectable(value: boolean): ListItemAttribute;
起始版本:8|类名:ListItemAttribute
方法 or 属性:selectable(value: boolean): ListItemAttribute;
起始版本:9|list_item.d.ts|
-|起始版本有变化|类名:ListItemAttribute
方法 or 属性:swipeAction(value: SwipeActionOptions): ListItemAttribute;
起始版本:9|类名:ListItemAttribute
方法 or 属性:swipeAction(value: SwipeActionOptions): ListItemAttribute;
起始版本:10|list_item.d.ts|
-|起始版本有变化|类名:ListItemGroupOptions
起始版本:9|类名:ListItemGroupOptions
起始版本:10|list_item_group.d.ts|
-|起始版本有变化|类名:ListItemGroupOptions
方法 or 属性:header?: CustomBuilder;
起始版本:9|类名:ListItemGroupOptions
方法 or 属性:header?: CustomBuilder;
起始版本:10|list_item_group.d.ts|
-|起始版本有变化|类名:ListItemGroupOptions
方法 or 属性:footer?: CustomBuilder;
起始版本:9|类名:ListItemGroupOptions
方法 or 属性:footer?: CustomBuilder;
起始版本:10|list_item_group.d.ts|
-|起始版本有变化|类名:ListItemGroupOptions
方法 or 属性:space?: number \| string;
起始版本:9|类名:ListItemGroupOptions
方法 or 属性:space?: number \| string;
起始版本:10|list_item_group.d.ts|
-|起始版本有变化|类名:ListItemGroupInterface
起始版本:9|类名:ListItemGroupInterface
起始版本:10|list_item_group.d.ts|
-|起始版本有变化|类名:ListItemGroupInterface
方法 or 属性:(options?: ListItemGroupOptions): ListItemGroupAttribute;
起始版本:9|类名:ListItemGroupInterface
方法 or 属性:(options?: ListItemGroupOptions): ListItemGroupAttribute;
起始版本:10|list_item_group.d.ts|
-|起始版本有变化|类名:ListItemGroupAttribute
起始版本:9|类名:ListItemGroupAttribute
起始版本:10|list_item_group.d.ts|
-|起始版本有变化|类名:ListItemGroupAttribute
方法 or 属性:divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListItemGroupAttribute;
起始版本:9|类名:ListItemGroupAttribute
方法 or 属性:divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListItemGroupAttribute;
起始版本:10|list_item_group.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const ListItemGroupInstance: ListItemGroupAttribute;
起始版本:9|类名:global
方法 or 属性:declare const ListItemGroupInstance: ListItemGroupAttribute;
起始版本:10|list_item_group.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const ListItemGroup: ListItemGroupInterface;
起始版本:9|类名:global
方法 or 属性:declare const ListItemGroup: ListItemGroupInterface;
起始版本:10|list_item_group.d.ts|
-|起始版本有变化|类名:MenuInterface
起始版本:9|类名:MenuInterface
起始版本:10|menu.d.ts|
-|起始版本有变化|类名:MenuInterface
方法 or 属性:(): MenuAttribute;
起始版本:9|类名:MenuInterface
方法 or 属性:(): MenuAttribute;
起始版本:10|menu.d.ts|
-|起始版本有变化|类名:MenuAttribute
起始版本:9|类名:MenuAttribute
起始版本:10|menu.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Menu: MenuInterface;
起始版本:9|类名:global
方法 or 属性:declare const Menu: MenuInterface;
起始版本:10|menu.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const MenuInstance: MenuAttribute;
起始版本:9|类名:global
方法 or 属性:declare const MenuInstance: MenuAttribute;
起始版本:10|menu.d.ts|
-|起始版本有变化|类名:MenuItemOptions
起始版本:9|类名:MenuItemOptions
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemOptions
方法 or 属性:startIcon?: ResourceStr;
起始版本:9|类名:MenuItemOptions
方法 or 属性:startIcon?: ResourceStr;
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemOptions
方法 or 属性:content?: ResourceStr;
起始版本:9|类名:MenuItemOptions
方法 or 属性:content?: ResourceStr;
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemOptions
方法 or 属性:endIcon?: ResourceStr;
起始版本:9|类名:MenuItemOptions
方法 or 属性:endIcon?: ResourceStr;
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemOptions
方法 or 属性:labelInfo?: ResourceStr;
起始版本:9|类名:MenuItemOptions
方法 or 属性:labelInfo?: ResourceStr;
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemOptions
方法 or 属性:builder?: CustomBuilder;
起始版本:9|类名:MenuItemOptions
方法 or 属性:builder?: CustomBuilder;
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemInterface
起始版本:9|类名:MenuItemInterface
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemInterface
方法 or 属性:(value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;
起始版本:9|类名:MenuItemInterface
方法 or 属性:(value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemAttribute
起始版本:9|类名:MenuItemAttribute
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemAttribute
方法 or 属性:selected(value: boolean): MenuItemAttribute;
起始版本:9|类名:MenuItemAttribute
方法 or 属性:selected(value: boolean): MenuItemAttribute;
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemAttribute
方法 or 属性:onChange(callback: (selected: boolean) => void): MenuItemAttribute;
起始版本:9|类名:MenuItemAttribute
方法 or 属性:onChange(callback: (selected: boolean) => void): MenuItemAttribute;
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const MenuItem: MenuItemInterface;
起始版本:9|类名:global
方法 or 属性:declare const MenuItem: MenuItemInterface;
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const MenuItemInstance: MenuItemAttribute;
起始版本:9|类名:global
方法 or 属性:declare const MenuItemInstance: MenuItemAttribute;
起始版本:10|menu_item.d.ts|
-|起始版本有变化|类名:MenuItemGroupOptions
起始版本:9|类名:MenuItemGroupOptions
起始版本:10|menu_item_group.d.ts|
-|起始版本有变化|类名:MenuItemGroupOptions
方法 or 属性:header?: ResourceStr \| CustomBuilder;
起始版本:9|类名:MenuItemGroupOptions
方法 or 属性:header?: ResourceStr \| CustomBuilder;
起始版本:10|menu_item_group.d.ts|
-|起始版本有变化|类名:MenuItemGroupOptions
方法 or 属性:footer?: ResourceStr \| CustomBuilder;
起始版本:9|类名:MenuItemGroupOptions
方法 or 属性:footer?: ResourceStr \| CustomBuilder;
起始版本:10|menu_item_group.d.ts|
-|起始版本有变化|类名:MenuItemGroupInterface
起始版本:9|类名:MenuItemGroupInterface
起始版本:10|menu_item_group.d.ts|
-|起始版本有变化|类名:MenuItemGroupInterface
方法 or 属性:(value?: MenuItemGroupOptions): MenuItemGroupAttribute;
起始版本:9|类名:MenuItemGroupInterface
方法 or 属性:(value?: MenuItemGroupOptions): MenuItemGroupAttribute;
起始版本:10|menu_item_group.d.ts|
-|起始版本有变化|类名:MenuItemGroupAttribute
起始版本:9|类名:MenuItemGroupAttribute
起始版本:10|menu_item_group.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const MenuItemGroup: MenuItemGroupInterface;
起始版本:9|类名:global
方法 or 属性:declare const MenuItemGroup: MenuItemGroupInterface;
起始版本:10|menu_item_group.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const MenuItemGroupInstance: MenuItemGroupAttribute;
起始版本:9|类名:global
方法 or 属性:declare const MenuItemGroupInstance: MenuItemGroupAttribute;
起始版本:10|menu_item_group.d.ts|
-|起始版本有变化|类名:NavigationCommonTitle
起始版本:9|类名:NavigationCommonTitle
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationCommonTitle
方法 or 属性:main: string;
起始版本:9|类名:NavigationCommonTitle
方法 or 属性:main: string;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationCommonTitle
方法 or 属性:sub: string;
起始版本:9|类名:NavigationCommonTitle
方法 or 属性:sub: string;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationCustomTitle
起始版本:9|类名:NavigationCustomTitle
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationCustomTitle
方法 or 属性:builder: CustomBuilder;
起始版本:9|类名:NavigationCustomTitle
方法 or 属性:builder: CustomBuilder;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationCustomTitle
方法 or 属性:height: TitleHeight \| Length;
起始版本:9|类名:NavigationCustomTitle
方法 or 属性:height: TitleHeight \| Length;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationMode
起始版本:9|类名:NavigationMode
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationMode
方法 or 属性:Stack
起始版本:9|类名:NavigationMode
方法 or 属性:Stack
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationMode
方法 or 属性:Split
起始版本:9|类名:NavigationMode
方法 or 属性:Split
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationMode
方法 or 属性:Auto
起始版本:9|类名:NavigationMode
方法 or 属性:Auto
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavBarPosition
起始版本:9|类名:NavBarPosition
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavBarPosition
方法 or 属性:Start
起始版本:9|类名:NavBarPosition
方法 or 属性:Start
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavBarPosition
方法 or 属性:End
起始版本:9|类名:NavBarPosition
方法 or 属性:End
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationTitleMode
起始版本:8|类名:NavigationTitleMode
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationTitleMode
方法 or 属性:Free = 0
起始版本:8|类名:NavigationTitleMode
方法 or 属性:Free = 0
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationTitleMode
方法 or 属性:Full
起始版本:8|类名:NavigationTitleMode
方法 or 属性:Full
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationTitleMode
方法 or 属性:Mini
起始版本:8|类名:NavigationTitleMode
方法 or 属性:Mini
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationMenuItem
方法 or 属性:value: string;
起始版本:8|类名:NavigationMenuItem
方法 or 属性:value: string;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationMenuItem
方法 or 属性:icon?: string;
起始版本:8|类名:NavigationMenuItem
方法 or 属性:icon?: string;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationMenuItem
方法 or 属性:action?: () => void;
起始版本:8|类名:NavigationMenuItem
方法 or 属性:action?: () => void;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationInterface
起始版本:8|类名:NavigationInterface
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationInterface
方法 or 属性:(): NavigationAttribute;
起始版本:8|类名:NavigationInterface
方法 or 属性:(): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
起始版本:8|类名:NavigationAttribute
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:navBarWidth(value: Length): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:navBarWidth(value: Length): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:navBarPosition(value: NavBarPosition): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:navBarPosition(value: NavBarPosition): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:mode(value: NavigationMode): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:mode(value: NavigationMode): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:hideNavBar(value: boolean): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:hideNavBar(value: boolean): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:hideTitleBar(value: boolean): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:hideTitleBar(value: boolean): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:hideBackButton(value: boolean): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:hideBackButton(value: boolean): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:titleMode(value: NavigationTitleMode): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:titleMode(value: NavigationTitleMode): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:menus(value: Array\ \| CustomBuilder): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:menus(value: Array\ \| CustomBuilder): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:toolBar(value: object \| CustomBuilder): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:hideToolBar(value: boolean): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:hideToolBar(value: boolean): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;
起始版本:8|类名:NavigationAttribute
方法 or 属性:onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationAttribute
方法 or 属性:onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;
起始版本:9|类名:NavigationAttribute
方法 or 属性:onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Navigation: NavigationInterface;
起始版本:8|类名:global
方法 or 属性:declare const Navigation: NavigationInterface;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const NavigationInstance: NavigationAttribute;
起始版本:8|类名:global
方法 or 属性:declare const NavigationInstance: NavigationAttribute;
起始版本:10|navigation.d.ts|
-|起始版本有变化|类名:NavigationType
起始版本:7|类名:NavigationType
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigationType
方法 or 属性:Push
起始版本:7|类名:NavigationType
方法 or 属性:Push
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigationType
方法 or 属性:Back
起始版本:7|类名:NavigationType
方法 or 属性:Back
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigationType
方法 or 属性:Replace
起始版本:7|类名:NavigationType
方法 or 属性:Replace
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigatorInterface
起始版本:7|类名:NavigatorInterface
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigatorInterface
方法 or 属性:(value?: { target: string; type?: NavigationType }): NavigatorAttribute;
起始版本:7|类名:NavigatorInterface
方法 or 属性:(value?: { target: string; type?: NavigationType }): NavigatorAttribute;
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigatorInterface
方法 or 属性:(): NavigatorAttribute;
起始版本:7|类名:NavigatorInterface
方法 or 属性:(): NavigatorAttribute;
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigatorAttribute
起始版本:7|类名:NavigatorAttribute
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigatorAttribute
方法 or 属性:active(value: boolean): NavigatorAttribute;
起始版本:7|类名:NavigatorAttribute
方法 or 属性:active(value: boolean): NavigatorAttribute;
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigatorAttribute
方法 or 属性:type(value: NavigationType): NavigatorAttribute;
起始版本:7|类名:NavigatorAttribute
方法 or 属性:type(value: NavigationType): NavigatorAttribute;
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigatorAttribute
方法 or 属性:target(value: string): NavigatorAttribute;
起始版本:7|类名:NavigatorAttribute
方法 or 属性:target(value: string): NavigatorAttribute;
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavigatorAttribute
方法 or 属性:params(value: object): NavigatorAttribute;
起始版本:7|类名:NavigatorAttribute
方法 or 属性:params(value: object): NavigatorAttribute;
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Navigator: NavigatorInterface;
起始版本:7|类名:global
方法 or 属性:declare const Navigator: NavigatorInterface;
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const NavigatorInstance: NavigatorAttribute;
起始版本:7|类名:global
方法 or 属性:declare const NavigatorInstance: NavigatorAttribute;
起始版本:10|navigator.d.ts|
-|起始版本有变化|类名:NavDestinationCommonTitle
起始版本:9|类名:NavDestinationCommonTitle
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavDestinationCommonTitle
方法 or 属性:main: string;
起始版本:9|类名:NavDestinationCommonTitle
方法 or 属性:main: string;
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavDestinationCommonTitle
方法 or 属性:sub: string;
起始版本:9|类名:NavDestinationCommonTitle
方法 or 属性:sub: string;
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavDestinationCustomTitle
起始版本:9|类名:NavDestinationCustomTitle
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavDestinationCustomTitle
方法 or 属性:builder: CustomBuilder;
起始版本:9|类名:NavDestinationCustomTitle
方法 or 属性:builder: CustomBuilder;
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavDestinationCustomTitle
方法 or 属性:height: TitleHeight \| Length;
起始版本:9|类名:NavDestinationCustomTitle
方法 or 属性:height: TitleHeight \| Length;
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavDestinationInterface
起始版本:9|类名:NavDestinationInterface
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavDestinationInterface
方法 or 属性:(): NavDestinationAttribute;
起始版本:9|类名:NavDestinationInterface
方法 or 属性:(): NavDestinationAttribute;
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavDestinationAttribute
起始版本:9|类名:NavDestinationAttribute
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavDestinationAttribute
方法 or 属性:title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;
起始版本:9|类名:NavDestinationAttribute
方法 or 属性:title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavDestinationAttribute
方法 or 属性:hideTitleBar(value: boolean): NavDestinationAttribute;
起始版本:9|类名:NavDestinationAttribute
方法 or 属性:hideTitleBar(value: boolean): NavDestinationAttribute;
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const NavDestination: NavDestinationInterface;
起始版本:9|类名:global
方法 or 属性:declare const NavDestination: NavDestinationInterface;
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const NavDestinationInstance: NavDestinationAttribute;
起始版本:9|类名:global
方法 or 属性:declare const NavDestinationInstance: NavDestinationAttribute;
起始版本:10|nav_destination.d.ts|
-|起始版本有变化|类名:NavRouterInterface
起始版本:9|类名:NavRouterInterface
起始版本:10|nav_router.d.ts|
-|起始版本有变化|类名:NavRouterInterface
方法 or 属性:(): NavRouterAttribute;
起始版本:9|类名:NavRouterInterface
方法 or 属性:(): NavRouterAttribute;
起始版本:10|nav_router.d.ts|
-|起始版本有变化|类名:NavRouterAttribute
起始版本:9|类名:NavRouterAttribute
起始版本:10|nav_router.d.ts|
-|起始版本有变化|类名:NavRouterAttribute
方法 or 属性:onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;
起始版本:9|类名:NavRouterAttribute
方法 or 属性:onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;
起始版本:10|nav_router.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const NavRouter: NavRouterInterface;
起始版本:9|类名:global
方法 or 属性:declare const NavRouter: NavRouterInterface;
起始版本:10|nav_router.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const NavRouterInstance: NavRouterAttribute;
起始版本:9|类名:global
方法 or 属性:declare const NavRouterInstance: NavRouterAttribute;
起始版本:10|nav_router.d.ts|
-|起始版本有变化|类名:RouteType
起始版本:7|类名:RouteType
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:RouteType
方法 or 属性:None
起始版本:7|类名:RouteType
方法 or 属性:None
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:RouteType
方法 or 属性:Push
起始版本:7|类名:RouteType
方法 or 属性:Push
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:RouteType
方法 or 属性:Pop
起始版本:7|类名:RouteType
方法 or 属性:Pop
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:SlideEffect
起始版本:7|类名:SlideEffect
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:SlideEffect
方法 or 属性:Left
起始版本:7|类名:SlideEffect
方法 or 属性:Left
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:SlideEffect
方法 or 属性:Right
起始版本:7|类名:SlideEffect
方法 or 属性:Right
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:SlideEffect
方法 or 属性:Top
起始版本:7|类名:SlideEffect
方法 or 属性:Top
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:SlideEffect
方法 or 属性:Bottom
起始版本:7|类名:SlideEffect
方法 or 属性:Bottom
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:CommonTransition
起始版本:7|类名:CommonTransition
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:CommonTransition
方法 or 属性:constructor();
起始版本:7|类名:CommonTransition
方法 or 属性:constructor();
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:CommonTransition
方法 or 属性:slide(value: SlideEffect): T;
起始版本:7|类名:CommonTransition
方法 or 属性:slide(value: SlideEffect): T;
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:CommonTransition
方法 or 属性:translate(value: { x?: number \| string; y?: number \| string; z?: number \| string }): T;
起始版本:7|类名:CommonTransition
方法 or 属性:translate(value: { x?: number \| string; y?: number \| string; z?: number \| string }): T;
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:CommonTransition
方法 or 属性:scale(value: { x?: number; y?: number; z?: number; centerX?: number \| string; centerY?: number \| string }): T;
起始版本:7|类名:CommonTransition
方法 or 属性:scale(value: { x?: number; y?: number; z?: number; centerX?: number \| string; centerY?: number \| string }): T;
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:CommonTransition
方法 or 属性:opacity(value: number): T;
起始版本:7|类名:CommonTransition
方法 or 属性:opacity(value: number): T;
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:PageTransitionEnterInterface
起始版本:7|类名:PageTransitionEnterInterface
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:PageTransitionEnterInterface
方法 or 属性:(value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionEnterInterface;
起始版本:7|类名:PageTransitionEnterInterface
方法 or 属性:(value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionEnterInterface;
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:PageTransitionEnterInterface
方法 or 属性:onEnter(event: (type?: RouteType, progress?: number) => void): PageTransitionEnterInterface;
起始版本:7|类名:PageTransitionEnterInterface
方法 or 属性:onEnter(event: (type?: RouteType, progress?: number) => void): PageTransitionEnterInterface;
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:PageTransitionExitInterface
起始版本:7|类名:PageTransitionExitInterface
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:PageTransitionExitInterface
方法 or 属性:(value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionExitInterface;
起始版本:7|类名:PageTransitionExitInterface
方法 or 属性:(value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionExitInterface;
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:PageTransitionExitInterface
方法 or 属性:onExit(event: (type?: RouteType, progress?: number) => void): PageTransitionExitInterface;
起始版本:7|类名:PageTransitionExitInterface
方法 or 属性:onExit(event: (type?: RouteType, progress?: number) => void): PageTransitionExitInterface;
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const PageTransitionEnter: PageTransitionEnterInterface;
起始版本:7|类名:global
方法 or 属性:declare const PageTransitionEnter: PageTransitionEnterInterface;
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const PageTransitionExit: PageTransitionExitInterface;
起始版本:7|类名:global
方法 or 属性:declare const PageTransitionExit: PageTransitionExitInterface;
起始版本:10|page_transition.d.ts|
-|起始版本有变化|类名:PanelMode
起始版本:7|类名:PanelMode
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelMode
方法 or 属性:Mini
起始版本:7|类名:PanelMode
方法 or 属性:Mini
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelMode
方法 or 属性:Half
起始版本:7|类名:PanelMode
方法 or 属性:Half
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelMode
方法 or 属性:Full
起始版本:7|类名:PanelMode
方法 or 属性:Full
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelType
起始版本:7|类名:PanelType
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelType
方法 or 属性:Minibar
起始版本:7|类名:PanelType
方法 or 属性:Minibar
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelType
方法 or 属性:Foldable
起始版本:7|类名:PanelType
方法 or 属性:Foldable
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelType
方法 or 属性:Temporary
起始版本:7|类名:PanelType
方法 or 属性:Temporary
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelInterface
起始版本:7|类名:PanelInterface
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelInterface
方法 or 属性:(show: boolean): PanelAttribute;
起始版本:7|类名:PanelInterface
方法 or 属性:(show: boolean): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
起始版本:7|类名:PanelAttribute
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
方法 or 属性:mode(value: PanelMode): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:mode(value: PanelMode): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
方法 or 属性:type(value: PanelType): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:type(value: PanelType): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
方法 or 属性:dragBar(value: boolean): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:dragBar(value: boolean): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
方法 or 属性:fullHeight(value: number \| string): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:fullHeight(value: number \| string): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
方法 or 属性:halfHeight(value: number \| string): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:halfHeight(value: number \| string): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
方法 or 属性:miniHeight(value: number \| string): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:miniHeight(value: number \| string): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
方法 or 属性:show(value: boolean): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:show(value: boolean): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
方法 or 属性:backgroundMask(color: ResourceColor): PanelAttribute;
起始版本:9|类名:PanelAttribute
方法 or 属性:backgroundMask(color: ResourceColor): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
方法 or 属性:onChange(
event: (
/**
* Width of content area.
* @since 7
*/
width: number,
/**
* Height of content area.
* @since 7
*/
height: number,
/**
* Initial state.
* @since 7
*/
mode: PanelMode,
) => void,
): PanelAttribute;
起始版本:7|类名:PanelAttribute
方法 or 属性:onChange(
event: (
/**
* Width of content area.
* @since 7
*/
width: number,
/**
* Height of content area.
* @since 7
*/
height: number,
/**
* Initial state.
* @since 7
*/
mode: PanelMode,
) => void,
): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PanelAttribute
方法 or 属性:onHeightChange(callback: (value: number) => void): PanelAttribute;
起始版本:9|类名:PanelAttribute
方法 or 属性:onHeightChange(callback: (value: number) => void): PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Panel: PanelInterface;
起始版本:7|类名:global
方法 or 属性:declare const Panel: PanelInterface;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const PanelInstance: PanelAttribute;
起始版本:7|类名:global
方法 or 属性:declare const PanelInstance: PanelAttribute;
起始版本:10|panel.d.ts|
-|起始版本有变化|类名:PatternLockController
起始版本:9|类名:PatternLockController
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockController
方法 or 属性:constructor();
起始版本:N/A|类名:PatternLockController
方法 or 属性:constructor();
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockController
方法 or 属性:reset();
起始版本:N/A|类名:PatternLockController
方法 or 属性:reset();
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockInterface
起始版本:9|类名:PatternLockInterface
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
起始版本:9|类名:PatternLockAttribute
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:sideLength(value: Length): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:sideLength(value: Length): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:circleRadius(value: Length): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:circleRadius(value: Length): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:backgroundColor(value: ResourceColor): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:backgroundColor(value: ResourceColor): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:regularColor(value: ResourceColor): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:regularColor(value: ResourceColor): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:selectedColor(value: ResourceColor): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:selectedColor(value: ResourceColor): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:activeColor(value: ResourceColor): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:activeColor(value: ResourceColor): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:pathColor(value: ResourceColor): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:pathColor(value: ResourceColor): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:pathStrokeWidth(value: number \| string): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:pathStrokeWidth(value: number \| string): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:onPatternComplete(callback: (input: Array\) => void): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:onPatternComplete(callback: (input: Array\) => void): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:PatternLockAttribute
方法 or 属性:autoReset(value: boolean): PatternLockAttribute;
起始版本:9|类名:PatternLockAttribute
方法 or 属性:autoReset(value: boolean): PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const PatternLock: PatternLockInterface;
起始版本:9|类名:global
方法 or 属性:declare const PatternLock: PatternLockInterface;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const PatternLockInstance: PatternLockAttribute;
起始版本:9|类名:global
方法 or 属性:declare const PatternLockInstance: PatternLockAttribute;
起始版本:10|pattern_lock.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Rect: RectInterface;
起始版本:9|类名:global
方法 or 属性:declare const Rect: RectInterface;
起始版本:10|rect.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const RectInstance: RectAttribute;
起始版本:9|类名:global
方法 or 属性:declare const RectInstance: RectAttribute;
起始版本:10|rect.d.ts|
-|起始版本有变化|类名:RefreshStatus
起始版本:8|类名:RefreshStatus
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:RefreshStatus
方法 or 属性:Inactive
起始版本:8|类名:RefreshStatus
方法 or 属性:Inactive
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:RefreshStatus
方法 or 属性:Drag
起始版本:8|类名:RefreshStatus
方法 or 属性:Drag
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:RefreshStatus
方法 or 属性:OverDrag
起始版本:8|类名:RefreshStatus
方法 or 属性:OverDrag
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:RefreshStatus
方法 or 属性:Refresh
起始版本:8|类名:RefreshStatus
方法 or 属性:Refresh
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:RefreshStatus
方法 or 属性:Done
起始版本:8|类名:RefreshStatus
方法 or 属性:Done
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:RefreshInterface
起始版本:8|类名:RefreshInterface
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:RefreshAttribute
起始版本:8|类名:RefreshAttribute
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:RefreshAttribute
方法 or 属性:onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;
起始版本:8|类名:RefreshAttribute
方法 or 属性:onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:RefreshAttribute
方法 or 属性:onRefreshing(callback: () => void): RefreshAttribute;
起始版本:8|类名:RefreshAttribute
方法 or 属性:onRefreshing(callback: () => void): RefreshAttribute;
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Refresh: RefreshInterface;
起始版本:8|类名:global
方法 or 属性:declare const Refresh: RefreshInterface;
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const RefreshInstance: RefreshAttribute;
起始版本:8|类名:global
方法 or 属性:declare const RefreshInstance: RefreshAttribute;
起始版本:10|refresh.d.ts|
-|起始版本有变化|类名:RelativeContainerInterface
起始版本:9|类名:RelativeContainerInterface
起始版本:10|relative_container.d.ts|
-|起始版本有变化|类名:RelativeContainerAttribute
起始版本:9|类名:RelativeContainerAttribute
起始版本:10|relative_container.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const RelativeContainerInstance: RelativeContainerAttribute;
起始版本:9|类名:global
方法 or 属性:declare const RelativeContainerInstance: RelativeContainerAttribute;
起始版本:10|relative_container.d.ts|
-|起始版本有变化|类名:RowSplitInterface
起始版本:7|类名:RowSplitInterface
起始版本:10|row_split.d.ts|
-|起始版本有变化|类名:RowSplitInterface
方法 or 属性:(): RowSplitAttribute;
起始版本:7|类名:RowSplitInterface
方法 or 属性:(): RowSplitAttribute;
起始版本:10|row_split.d.ts|
-|起始版本有变化|类名:RowSplitAttribute
起始版本:7|类名:RowSplitAttribute
起始版本:10|row_split.d.ts|
-|起始版本有变化|类名:RowSplitAttribute
方法 or 属性:resizeable(value: boolean): RowSplitAttribute;
起始版本:7|类名:RowSplitAttribute
方法 or 属性:resizeable(value: boolean): RowSplitAttribute;
起始版本:10|row_split.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const RowSplit: RowSplitInterface;
起始版本:7|类名:global
方法 or 属性:declare const RowSplit: RowSplitInterface;
起始版本:10|row_split.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const RowSplitInstance: RowSplitAttribute;
起始版本:7|类名:global
方法 or 属性:declare const RowSplitInstance: RowSplitAttribute;
起始版本:10|row_split.d.ts|
-|起始版本有变化|类名:ScrollDirection
起始版本:7|类名:ScrollDirection
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollDirection
方法 or 属性:Vertical
起始版本:7|类名:ScrollDirection
方法 or 属性:Vertical
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollDirection
方法 or 属性:Horizontal
起始版本:7|类名:ScrollDirection
方法 or 属性:Horizontal
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollDirection
方法 or 属性:None
起始版本:7|类名:ScrollDirection
方法 or 属性:None
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:Scroller
起始版本:7|类名:Scroller
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:Scroller
方法 or 属性:constructor();
起始版本:7|类名:Scroller
方法 or 属性:constructor();
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:Scroller
方法 or 属性:scrollEdge(value: Edge);
起始版本:7|类名:Scroller
方法 or 属性:scrollEdge(value: Edge);
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:Scroller
方法 or 属性:scrollPage(value: { next: boolean });
起始版本:9|类名:Scroller
方法 or 属性:scrollPage(value: { next: boolean });
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:Scroller
方法 or 属性:currentOffset();
起始版本:7|类名:Scroller
方法 or 属性:currentOffset();
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:Scroller
方法 or 属性:scrollBy(dx: Length, dy: Length);
起始版本:9|类名:Scroller
方法 or 属性:scrollBy(dx: Length, dy: Length);
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollInterface
起始版本:7|类名:ScrollInterface
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollInterface
方法 or 属性:(scroller?: Scroller): ScrollAttribute;
起始版本:7|类名:ScrollInterface
方法 or 属性:(scroller?: Scroller): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
起始版本:7|类名:ScrollAttribute
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
方法 or 属性:scrollable(value: ScrollDirection): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:scrollable(value: ScrollDirection): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
方法 or 属性:onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
方法 or 属性:onScrollEdge(event: (side: Edge) => void): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:onScrollEdge(event: (side: Edge) => void): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
方法 or 属性:onScrollStart(event: () => void): ScrollAttribute;
起始版本:9|类名:ScrollAttribute
方法 or 属性:onScrollStart(event: () => void): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
方法 or 属性:onScrollStop(event: () => void): ScrollAttribute;
起始版本:9|类名:ScrollAttribute
方法 or 属性:onScrollStop(event: () => void): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
方法 or 属性:scrollBar(barState: BarState): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:scrollBar(barState: BarState): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
方法 or 属性:scrollBarColor(color: Color \| number \| string): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:scrollBarColor(color: Color \| number \| string): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
方法 or 属性:scrollBarWidth(value: number \| string): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:scrollBarWidth(value: number \| string): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
方法 or 属性:edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;
起始版本:7|类名:ScrollAttribute
方法 or 属性:edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollAttribute
方法 or 属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;
起始版本:9|类名:ScrollAttribute
方法 or 属性:onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Scroll: ScrollInterface;
起始版本:7|类名:global
方法 or 属性:declare const Scroll: ScrollInterface;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const ScrollInstance: ScrollAttribute;
起始版本:7|类名:global
方法 or 属性:declare const ScrollInstance: ScrollAttribute;
起始版本:10|scroll.d.ts|
-|起始版本有变化|类名:ScrollBarDirection
起始版本:8|类名:ScrollBarDirection
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:ScrollBarDirection
方法 or 属性:Vertical
起始版本:8|类名:ScrollBarDirection
方法 or 属性:Vertical
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:ScrollBarDirection
方法 or 属性:Horizontal
起始版本:8|类名:ScrollBarDirection
方法 or 属性:Horizontal
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:ScrollBarOptions
起始版本:8|类名:ScrollBarOptions
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:ScrollBarOptions
方法 or 属性:scroller: Scroller;
起始版本:8|类名:ScrollBarOptions
方法 or 属性:scroller: Scroller;
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:ScrollBarOptions
方法 or 属性:direction?: ScrollBarDirection;
起始版本:8|类名:ScrollBarOptions
方法 or 属性:direction?: ScrollBarDirection;
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:ScrollBarOptions
方法 or 属性:state?: BarState;
起始版本:8|类名:ScrollBarOptions
方法 or 属性:state?: BarState;
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:ScrollBarInterface
起始版本:8|类名:ScrollBarInterface
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:ScrollBarInterface
方法 or 属性:(value: ScrollBarOptions): ScrollBarAttribute;
起始版本:8|类名:ScrollBarInterface
方法 or 属性:(value: ScrollBarOptions): ScrollBarAttribute;
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:ScrollBarAttribute
起始版本:8|类名:ScrollBarAttribute
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const ScrollBar: ScrollBarInterface;
起始版本:8|类名:global
方法 or 属性:declare const ScrollBar: ScrollBarInterface;
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const ScrollBarInstance: ScrollBarAttribute;
起始版本:8|类名:global
方法 or 属性:declare const ScrollBarInstance: ScrollBarAttribute;
起始版本:10|scroll_bar.d.ts|
-|起始版本有变化|类名:SearchController
起始版本:8|类名:SearchController
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchController
方法 or 属性:constructor();
起始版本:8|类名:SearchController
方法 or 属性:constructor();
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchController
方法 or 属性:caretPosition(value: number): void;
起始版本:8|类名:SearchController
方法 or 属性:caretPosition(value: number): void;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchInterface
起始版本:8|类名:SearchInterface
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
起始版本:8|类名:SearchAttribute
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
方法 or 属性:placeholderColor(value: ResourceColor): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:placeholderColor(value: ResourceColor): SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
方法 or 属性:placeholderFont(value?: Font): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:placeholderFont(value?: Font): SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
方法 or 属性:textFont(value?: Font): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:textFont(value?: Font): SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
方法 or 属性:onSubmit(callback: (value: string) => void): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:onSubmit(callback: (value: string) => void): SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
方法 or 属性:onChange(callback: (value: string) => void): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:onChange(callback: (value: string) => void): SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
方法 or 属性:onCopy(callback: (value: string) => void): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:onCopy(callback: (value: string) => void): SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
方法 or 属性:onCut(callback: (value: string) => void): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:onCut(callback: (value: string) => void): SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
方法 or 属性:onPaste(callback: (value: string) => void): SearchAttribute;
起始版本:8|类名:SearchAttribute
方法 or 属性:onPaste(callback: (value: string) => void): SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
方法 or 属性:copyOption(value: CopyOptions): SearchAttribute;
起始版本:9|类名:SearchAttribute
方法 or 属性:copyOption(value: CopyOptions): SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SearchAttribute
方法 or 属性:textAlign(value: TextAlign): SearchAttribute;
起始版本:9|类名:SearchAttribute
方法 or 属性:textAlign(value: TextAlign): SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Search: SearchInterface;
起始版本:8|类名:global
方法 or 属性:declare const Search: SearchInterface;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const SearchInstance: SearchAttribute;
起始版本:8|类名:global
方法 or 属性:declare const SearchInstance: SearchAttribute;
起始版本:10|search.d.ts|
-|起始版本有变化|类名:SelectOption
起始版本:8|类名:SelectOption
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectOption
方法 or 属性:value: ResourceStr;
起始版本:8|类名:SelectOption
方法 or 属性:value: ResourceStr;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectOption
方法 or 属性:icon?: ResourceStr;
起始版本:8|类名:SelectOption
方法 or 属性:icon?: ResourceStr;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectInterface
起始版本:8|类名:SelectInterface
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectInterface
方法 or 属性:(options: Array\): SelectAttribute;
起始版本:8|类名:SelectInterface
方法 or 属性:(options: Array\): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
起始版本:8|类名:SelectAttribute
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:selected(value: number): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:selected(value: number): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:value(value: string): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:value(value: string): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:font(value: Font): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:font(value: Font): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:fontColor(value: ResourceColor): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:fontColor(value: ResourceColor): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:selectedOptionBgColor(value: ResourceColor): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:selectedOptionBgColor(value: ResourceColor): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:selectedOptionFont(value: Font): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:selectedOptionFont(value: Font): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:selectedOptionFontColor(value: ResourceColor): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:selectedOptionFontColor(value: ResourceColor): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:optionBgColor(value: ResourceColor): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:optionBgColor(value: ResourceColor): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:optionFont(value: Font): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:optionFont(value: Font): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:optionFontColor(value: ResourceColor): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:optionFontColor(value: ResourceColor): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:SelectAttribute
方法 or 属性:onSelect(callback: (index: number, value?: string) => void): SelectAttribute;
起始版本:8|类名:SelectAttribute
方法 or 属性:onSelect(callback: (index: number, value?: string) => void): SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Select: SelectInterface;
起始版本:8|类名:global
方法 or 属性:declare const Select: SelectInterface;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const SelectInstance: SelectAttribute;
起始版本:8|类名:global
方法 or 属性:declare const SelectInstance: SelectAttribute;
起始版本:10|select.d.ts|
-|起始版本有变化|类名:ShapeInterface
方法 or 属性:new (value?: PixelMap): ShapeAttribute;
起始版本:7|类名:ShapeInterface
方法 or 属性:new (value?: PixelMap): ShapeAttribute;
起始版本:10|shape.d.ts|
-|起始版本有变化|类名:ShapeInterface
方法 or 属性:(value: PixelMap): ShapeAttribute;
起始版本:7|类名:ShapeInterface
方法 or 属性:(value: PixelMap): ShapeAttribute;
起始版本:10|shape.d.ts|
-|起始版本有变化|类名:SideBarContainerType
起始版本:8|类名:SideBarContainerType
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerType
方法 or 属性:Embed
起始版本:8|类名:SideBarContainerType
方法 or 属性:Embed
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerType
方法 or 属性:Overlay
起始版本:8|类名:SideBarContainerType
方法 or 属性:Overlay
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarPosition
起始版本:9|类名:SideBarPosition
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarPosition
方法 or 属性:Start
起始版本:9|类名:SideBarPosition
方法 or 属性:Start
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarPosition
方法 or 属性:End
起始版本:9|类名:SideBarPosition
方法 or 属性:End
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:ButtonStyle
起始版本:8|类名:ButtonStyle
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:ButtonStyle
方法 or 属性:left?: number;
起始版本:8|类名:ButtonStyle
方法 or 属性:left?: number;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:ButtonStyle
方法 or 属性:top?: number;
起始版本:8|类名:ButtonStyle
方法 or 属性:top?: number;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:ButtonStyle
方法 or 属性:width?: number;
起始版本:8|类名:ButtonStyle
方法 or 属性:width?: number;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:ButtonStyle
方法 or 属性:height?: number;
起始版本:8|类名:ButtonStyle
方法 or 属性:height?: number;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerInterface
起始版本:8|类名:SideBarContainerInterface
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerInterface
方法 or 属性:(type?: SideBarContainerType): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerInterface
方法 or 属性:(type?: SideBarContainerType): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
起始版本:8|类名:SideBarContainerAttribute
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:showSideBar(value: boolean): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:showSideBar(value: boolean): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:controlButton(value: ButtonStyle): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:controlButton(value: ButtonStyle): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:showControlButton(value: boolean): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:showControlButton(value: boolean): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:onChange(callback: (value: boolean) => void): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:onChange(callback: (value: boolean) => void): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:sideBarWidth(value: number): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:sideBarWidth(value: number): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:minSideBarWidth(value: number): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:minSideBarWidth(value: number): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:maxSideBarWidth(value: number): SideBarContainerAttribute;
起始版本:8|类名:SideBarContainerAttribute
方法 or 属性:maxSideBarWidth(value: number): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:sideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:9|类名:SideBarContainerAttribute
方法 or 属性:sideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:minSideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:9|类名:SideBarContainerAttribute
方法 or 属性:minSideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:maxSideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:9|类名:SideBarContainerAttribute
方法 or 属性:maxSideBarWidth(value: Length): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:autoHide(value: boolean): SideBarContainerAttribute;
起始版本:9|类名:SideBarContainerAttribute
方法 or 属性:autoHide(value: boolean): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:SideBarContainerAttribute
方法 or 属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;
起始版本:9|类名:SideBarContainerAttribute
方法 or 属性:sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const SideBarContainer: SideBarContainerInterface;
起始版本:8|类名:global
方法 or 属性:declare const SideBarContainer: SideBarContainerInterface;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const SideBarContainerInstance: SideBarContainerAttribute;
起始版本:8|类名:global
方法 or 属性:declare const SideBarContainerInstance: SideBarContainerAttribute;
起始版本:10|sidebar.d.ts|
-|起始版本有变化|类名:ColorMode
起始版本:7|类名:ColorMode
起始版本:10|state_management.d.ts|
-|起始版本有变化|类名:ColorMode
方法 or 属性:LIGHT = 0
起始版本:7|类名:ColorMode
方法 or 属性:LIGHT = 0
起始版本:10|state_management.d.ts|
-|起始版本有变化|类名:ColorMode
方法 or 属性:DARK
起始版本:7|类名:ColorMode
方法 or 属性:DARK
起始版本:10|state_management.d.ts|
-|起始版本有变化|类名:LayoutDirection
起始版本:7|类名:LayoutDirection
起始版本:10|state_management.d.ts|
-|起始版本有变化|类名:LayoutDirection
方法 or 属性:LTR
起始版本:7|类名:LayoutDirection
方法 or 属性:LTR
起始版本:10|state_management.d.ts|
-|起始版本有变化|类名:LayoutDirection
方法 or 属性:RTL
起始版本:7|类名:LayoutDirection
方法 or 属性:RTL
起始版本:10|state_management.d.ts|
-|起始版本有变化|类名:LayoutDirection
方法 or 属性:Auto
起始版本:8|类名:LayoutDirection
方法 or 属性:Auto
起始版本:10|state_management.d.ts|
-|起始版本有变化|类名:StepperInterface
起始版本:8|类名:StepperInterface
起始版本:10|stepper.d.ts|
-|起始版本有变化|类名:StepperInterface
方法 or 属性:(value?: { index?: number }): StepperAttribute;
起始版本:8|类名:StepperInterface
方法 or 属性:(value?: { index?: number }): StepperAttribute;
起始版本:10|stepper.d.ts|
-|起始版本有变化|类名:StepperAttribute
起始版本:8|类名:StepperAttribute
起始版本:10|stepper.d.ts|
-|起始版本有变化|类名:StepperAttribute
方法 or 属性:onFinish(callback: () => void): StepperAttribute;
起始版本:8|类名:StepperAttribute
方法 or 属性:onFinish(callback: () => void): StepperAttribute;
起始版本:10|stepper.d.ts|
-|起始版本有变化|类名:StepperAttribute
方法 or 属性:onSkip(callback: () => void): StepperAttribute;
起始版本:8|类名:StepperAttribute
方法 or 属性:onSkip(callback: () => void): StepperAttribute;
起始版本:10|stepper.d.ts|
-|起始版本有变化|类名:StepperAttribute
方法 or 属性:onChange(callback: (prevIndex?: number, index?: number) => void): StepperAttribute;
起始版本:8|类名:StepperAttribute
方法 or 属性:onChange(callback: (prevIndex?: number, index?: number) => void): StepperAttribute;
起始版本:10|stepper.d.ts|
-|起始版本有变化|类名:StepperAttribute
方法 or 属性:onNext(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
起始版本:8|类名:StepperAttribute
方法 or 属性:onNext(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
起始版本:10|stepper.d.ts|
-|起始版本有变化|类名:StepperAttribute
方法 or 属性:onPrevious(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
起始版本:8|类名:StepperAttribute
方法 or 属性:onPrevious(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
起始版本:10|stepper.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Stepper: StepperInterface;
起始版本:8|类名:global
方法 or 属性:declare const Stepper: StepperInterface;
起始版本:10|stepper.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const StepperInstance: StepperAttribute;
起始版本:8|类名:global
方法 or 属性:declare const StepperInstance: StepperAttribute;
起始版本:10|stepper.d.ts|
-|起始版本有变化|类名:ItemState
起始版本:8|类名:ItemState
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:ItemState
方法 or 属性:Normal
起始版本:8|类名:ItemState
方法 or 属性:Normal
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:ItemState
方法 or 属性:Disabled
起始版本:8|类名:ItemState
方法 or 属性:Disabled
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:ItemState
方法 or 属性:Waiting
起始版本:8|类名:ItemState
方法 or 属性:Waiting
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:ItemState
方法 or 属性:Skip
起始版本:8|类名:ItemState
方法 or 属性:Skip
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:StepperItemInterface
起始版本:8|类名:StepperItemInterface
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:StepperItemInterface
方法 or 属性:(): StepperItemAttribute;
起始版本:8|类名:StepperItemInterface
方法 or 属性:(): StepperItemAttribute;
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:StepperItemAttribute
起始版本:8|类名:StepperItemAttribute
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:StepperItemAttribute
方法 or 属性:prevLabel(value: string): StepperItemAttribute;
起始版本:8|类名:StepperItemAttribute
方法 or 属性:prevLabel(value: string): StepperItemAttribute;
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:StepperItemAttribute
方法 or 属性:nextLabel(value: string): StepperItemAttribute;
起始版本:8|类名:StepperItemAttribute
方法 or 属性:nextLabel(value: string): StepperItemAttribute;
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:StepperItemAttribute
方法 or 属性:status(value?: ItemState): StepperItemAttribute;
起始版本:8|类名:StepperItemAttribute
方法 or 属性:status(value?: ItemState): StepperItemAttribute;
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const StepperItemInstance: StepperItemAttribute;
起始版本:8|类名:global
方法 or 属性:declare const StepperItemInstance: StepperItemAttribute;
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const StepperItem: StepperItemInterface;
起始版本:8|类名:global
方法 or 属性:declare const StepperItem: StepperItemInterface;
起始版本:10|stepper_item.d.ts|
-|起始版本有变化|类名:SwiperController
起始版本:7|类名:SwiperController
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperController
方法 or 属性:constructor();
起始版本:7|类名:SwiperController
方法 or 属性:constructor();
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperController
方法 or 属性:showNext();
起始版本:7|类名:SwiperController
方法 or 属性:showNext();
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperController
方法 or 属性:showPrevious();
起始版本:7|类名:SwiperController
方法 or 属性:showPrevious();
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperController
方法 or 属性:finishAnimation(callback?: () => void);
起始版本:7|类名:SwiperController
方法 or 属性:finishAnimation(callback?: () => void);
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperDisplayMode
起始版本:7|类名:SwiperDisplayMode
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperDisplayMode
方法 or 属性:Stretch
起始版本:7|类名:SwiperDisplayMode
方法 or 属性:Stretch
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
起始版本:7|类名:SwiperDisplayMode
方法 or 属性:AutoLinear
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperInterface
起始版本:7|类名:SwiperInterface
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperInterface
方法 or 属性:(controller?: SwiperController): SwiperAttribute;
起始版本:7|类名:SwiperInterface
方法 or 属性:(controller?: SwiperController): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
起始版本:7|类名:SwiperAttribute
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:index(value: number): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:index(value: number): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:autoPlay(value: boolean): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:autoPlay(value: boolean): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:interval(value: number): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:interval(value: number): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:loop(value: boolean): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:loop(value: boolean): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:duration(value: number): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:duration(value: number): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:vertical(value: boolean): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:vertical(value: boolean): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:itemSpace(value: number \| string): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:itemSpace(value: number \| string): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:displayMode(value: SwiperDisplayMode): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:cachedCount(value: number): SwiperAttribute;
起始版本:8|类名:SwiperAttribute
方法 or 属性:cachedCount(value: number): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:displayCount(value: number \| string): SwiperAttribute;
起始版本:8|类名:SwiperAttribute
方法 or 属性:displayCount(value: number \| string): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:effectMode(value: EdgeEffect): SwiperAttribute;
起始版本:8|类名:SwiperAttribute
方法 or 属性:effectMode(value: EdgeEffect): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:disableSwipe(value: boolean): SwiperAttribute;
起始版本:8|类名:SwiperAttribute
方法 or 属性:disableSwipe(value: boolean): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:onChange(event: (index: number) => void): SwiperAttribute;
起始版本:7|类名:SwiperAttribute
方法 or 属性:onChange(event: (index: number) => void): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:onAnimationStart(event: (index: number) => void): SwiperAttribute;
起始版本:9|类名:SwiperAttribute
方法 or 属性:onAnimationStart(event: (index: number) => void): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:SwiperAttribute
方法 or 属性:onAnimationEnd(event: (index: number) => void): SwiperAttribute;
起始版本:9|类名:SwiperAttribute
方法 or 属性:onAnimationEnd(event: (index: number) => void): SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Swiper: SwiperInterface;
起始版本:7|类名:global
方法 or 属性:declare const Swiper: SwiperInterface;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const SwiperInstance: SwiperAttribute;
起始版本:7|类名:global
方法 or 属性:declare const SwiperInstance: SwiperAttribute;
起始版本:10|swiper.d.ts|
-|起始版本有变化|类名:BarMode
起始版本:7|类名:BarMode
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:BarMode
方法 or 属性:Scrollable
起始版本:7|类名:BarMode
方法 or 属性:Scrollable
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:BarMode
方法 or 属性:Fixed
起始版本:7|类名:BarMode
方法 or 属性:Fixed
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:BarPosition
起始版本:7|类名:BarPosition
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:BarPosition
方法 or 属性:Start
起始版本:7|类名:BarPosition
方法 or 属性:Start
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:BarPosition
方法 or 属性:End
起始版本:7|类名:BarPosition
方法 or 属性:End
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsController
起始版本:7|类名:TabsController
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsController
方法 or 属性:constructor();
起始版本:7|类名:TabsController
方法 or 属性:constructor();
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsController
方法 or 属性:changeIndex(value: number): void;
起始版本:7|类名:TabsController
方法 or 属性:changeIndex(value: number): void;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsInterface
起始版本:7|类名:TabsInterface
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsInterface
方法 or 属性:(value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;
起始版本:7|类名:TabsInterface
方法 or 属性:(value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsAttribute
起始版本:7|类名:TabsAttribute
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsAttribute
方法 or 属性:vertical(value: boolean): TabsAttribute;
起始版本:7|类名:TabsAttribute
方法 or 属性:vertical(value: boolean): TabsAttribute;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsAttribute
方法 or 属性:barPosition(value: BarPosition): TabsAttribute;
起始版本:9|类名:TabsAttribute
方法 or 属性:barPosition(value: BarPosition): TabsAttribute;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsAttribute
方法 or 属性:scrollable(value: boolean): TabsAttribute;
起始版本:7|类名:TabsAttribute
方法 or 属性:scrollable(value: boolean): TabsAttribute;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsAttribute
方法 or 属性:barMode(value: BarMode): TabsAttribute;
起始版本:7|类名:TabsAttribute
方法 or 属性:barMode(value: BarMode): TabsAttribute;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsAttribute
方法 or 属性:barWidth(value: Length): TabsAttribute;
起始版本:8|类名:TabsAttribute
方法 or 属性:barWidth(value: Length): TabsAttribute;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsAttribute
方法 or 属性:barHeight(value: Length): TabsAttribute;
起始版本:8|类名:TabsAttribute
方法 or 属性:barHeight(value: Length): TabsAttribute;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsAttribute
方法 or 属性:animationDuration(value: number): TabsAttribute;
起始版本:7|类名:TabsAttribute
方法 or 属性:animationDuration(value: number): TabsAttribute;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:TabsAttribute
方法 or 属性:onChange(event: (index: number) => void): TabsAttribute;
起始版本:7|类名:TabsAttribute
方法 or 属性:onChange(event: (index: number) => void): TabsAttribute;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Tabs: TabsInterface;
起始版本:7|类名:global
方法 or 属性:declare const Tabs: TabsInterface;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TabsInstance: TabsAttribute;
起始版本:7|类名:global
方法 or 属性:declare const TabsInstance: TabsAttribute;
起始版本:10|tabs.d.ts|
-|起始版本有变化|类名:SubTabBarStyle
起始版本:9|类名:SubTabBarStyle
起始版本:10|tab_content.d.ts|
-|起始版本有变化|类名:BottomTabBarStyle
起始版本:9|类名:BottomTabBarStyle
起始版本:10|tab_content.d.ts|
-|起始版本有变化|类名:TabContentInterface
起始版本:7|类名:TabContentInterface
起始版本:10|tab_content.d.ts|
-|起始版本有变化|类名:TabContentInterface
方法 or 属性:(): TabContentAttribute;
起始版本:7|类名:TabContentInterface
方法 or 属性:(): TabContentAttribute;
起始版本:10|tab_content.d.ts|
-|起始版本有变化|类名:TabContentAttribute
起始版本:7|类名:TabContentAttribute
起始版本:10|tab_content.d.ts|
-|起始版本有变化|类名:TabContentAttribute
方法 or 属性:tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;
起始版本:9|类名:TabContentAttribute
方法 or 属性:tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;
起始版本:10|tab_content.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TabContent: TabContentInterface;
起始版本:7|类名:global
方法 or 属性:declare const TabContent: TabContentInterface;
起始版本:10|tab_content.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TabContentInstance: TabContentAttribute;
起始版本:7|类名:global
方法 or 属性:declare const TabContentInstance: TabContentAttribute;
起始版本:10|tab_content.d.ts|
-|起始版本有变化|类名:TextAttribute
方法 or 属性:copyOption(value: CopyOptions): TextAttribute;
起始版本:9|类名:TextAttribute
方法 or 属性:copyOption(value: CopyOptions): TextAttribute;
起始版本:10|text.d.ts|
-|起始版本有变化|类名:TextAreaController
起始版本:8|类名:TextAreaController
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaController
方法 or 属性:constructor();
起始版本:8|类名:TextAreaController
方法 or 属性:constructor();
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaController
方法 or 属性:caretPosition(value: number): void;
起始版本:8|类名:TextAreaController
方法 or 属性:caretPosition(value: number): void;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaOptions
起始版本:7|类名:TextAreaOptions
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaOptions
方法 or 属性:placeholder?: ResourceStr;
起始版本:7|类名:TextAreaOptions
方法 or 属性:placeholder?: ResourceStr;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaOptions
方法 or 属性:text?: ResourceStr;
起始版本:7|类名:TextAreaOptions
方法 or 属性:text?: ResourceStr;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaOptions
方法 or 属性:controller?: TextAreaController;
起始版本:8|类名:TextAreaOptions
方法 or 属性:controller?: TextAreaController;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaInterface
起始版本:7|类名:TextAreaInterface
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaInterface
方法 or 属性:(value?: TextAreaOptions): TextAreaAttribute;
起始版本:7|类名:TextAreaInterface
方法 or 属性:(value?: TextAreaOptions): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
起始版本:7|类名:TextAreaAttribute
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:placeholderColor(value: ResourceColor): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:placeholderColor(value: ResourceColor): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:placeholderFont(value: Font): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:placeholderFont(value: Font): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:textAlign(value: TextAlign): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:textAlign(value: TextAlign): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:caretColor(value: ResourceColor): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:caretColor(value: ResourceColor): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:fontColor(value: ResourceColor): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:fontColor(value: ResourceColor): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:fontSize(value: Length): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:fontSize(value: Length): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:fontStyle(value: FontStyle): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:fontStyle(value: FontStyle): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
起始版本:8|类名:TextAreaAttribute
方法 or 属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:onChange(callback: (value: string) => void): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:onChange(callback: (value: string) => void): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:onCopy(callback: (value: string) => void): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:onCopy(callback: (value: string) => void): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:onCut(callback: (value: string) => void): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:onCut(callback: (value: string) => void): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:onPaste(callback: (value: string) => void): TextAreaAttribute;
起始版本:7|类名:TextAreaAttribute
方法 or 属性:onPaste(callback: (value: string) => void): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextAreaAttribute
方法 or 属性:copyOption(value: CopyOptions): TextAreaAttribute;
起始版本:9|类名:TextAreaAttribute
方法 or 属性:copyOption(value: CopyOptions): TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TextArea: TextAreaInterface;
起始版本:7|类名:global
方法 or 属性:declare const TextArea: TextAreaInterface;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TextAreaInstance: TextAreaAttribute;
起始版本:7|类名:global
方法 or 属性:declare const TextAreaInstance: TextAreaAttribute;
起始版本:10|text_area.d.ts|
-|起始版本有变化|类名:TextClockController
起始版本:8|类名:TextClockController
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockController
方法 or 属性:constructor();
起始版本:8|类名:TextClockController
方法 or 属性:constructor();
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockController
方法 or 属性:start();
起始版本:8|类名:TextClockController
方法 or 属性:start();
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockController
方法 or 属性:stop();
起始版本:8|类名:TextClockController
方法 or 属性:stop();
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockInterface
起始版本:8|类名:TextClockInterface
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockInterface
方法 or 属性:(options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;
起始版本:8|类名:TextClockInterface
方法 or 属性:(options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockAttribute
方法 or 属性:format(value: string): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:format(value: string): TextClockAttribute;
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockAttribute
方法 or 属性:onDateChange(event: (value: number) => void): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:onDateChange(event: (value: number) => void): TextClockAttribute;
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockAttribute
方法 or 属性:fontColor(value: ResourceColor): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:fontColor(value: ResourceColor): TextClockAttribute;
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockAttribute
方法 or 属性:fontSize(value: Length): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:fontSize(value: Length): TextClockAttribute;
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockAttribute
方法 or 属性:fontStyle(value: FontStyle): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:fontStyle(value: FontStyle): TextClockAttribute;
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextClockAttribute;
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:TextClockAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextClockAttribute;
起始版本:8|类名:TextClockAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextClockAttribute;
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TextClock: TextClockInterface;
起始版本:8|类名:global
方法 or 属性:declare const TextClock: TextClockInterface;
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TextClockInstance: TextClockAttribute;
起始版本:8|类名:global
方法 or 属性:declare const TextClockInstance: TextClockAttribute;
起始版本:10|text_clock.d.ts|
-|起始版本有变化|类名:InputType
起始版本:7|类名:InputType
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:InputType
方法 or 属性:Normal
起始版本:7|类名:InputType
方法 or 属性:Normal
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:InputType
方法 or 属性:Number
起始版本:7|类名:InputType
方法 or 属性:Number
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:InputType
方法 or 属性:PhoneNumber
起始版本:9|类名:InputType
方法 or 属性:PhoneNumber
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:InputType
方法 or 属性:Email
起始版本:7|类名:InputType
方法 or 属性:Email
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:InputType
方法 or 属性:Password
起始版本:7|类名:InputType
方法 or 属性:Password
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:EnterKeyType
起始版本:7|类名:EnterKeyType
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:EnterKeyType
方法 or 属性:Go
起始版本:7|类名:EnterKeyType
方法 or 属性:Go
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:EnterKeyType
方法 or 属性:Search
起始版本:7|类名:EnterKeyType
方法 or 属性:Search
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:EnterKeyType
方法 or 属性:Send
起始版本:7|类名:EnterKeyType
方法 or 属性:Send
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:EnterKeyType
方法 or 属性:Next
起始版本:7|类名:EnterKeyType
方法 or 属性:Next
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:EnterKeyType
方法 or 属性:Done
起始版本:7|类名:EnterKeyType
方法 or 属性:Done
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputController
起始版本:8|类名:TextInputController
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputController
方法 or 属性:constructor();
起始版本:8|类名:TextInputController
方法 or 属性:constructor();
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputController
方法 or 属性:caretPosition(value: number): void;
起始版本:8|类名:TextInputController
方法 or 属性:caretPosition(value: number): void;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputOptions
起始版本:7|类名:TextInputOptions
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputOptions
方法 or 属性:placeholder?: ResourceStr;
起始版本:7|类名:TextInputOptions
方法 or 属性:placeholder?: ResourceStr;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputOptions
方法 or 属性:text?: ResourceStr;
起始版本:7|类名:TextInputOptions
方法 or 属性:text?: ResourceStr;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputOptions
方法 or 属性:controller?: TextInputController;
起始版本:8|类名:TextInputOptions
方法 or 属性:controller?: TextInputController;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputStyle
起始版本:9|类名:TextInputStyle
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputStyle
方法 or 属性:Default
起始版本:9|类名:TextInputStyle
方法 or 属性:Default
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputStyle
方法 or 属性:Inline
起始版本:9|类名:TextInputStyle
方法 or 属性:Inline
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputInterface
起始版本:7|类名:TextInputInterface
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputInterface
方法 or 属性:(value?: TextInputOptions): TextInputAttribute;
起始版本:7|类名:TextInputInterface
方法 or 属性:(value?: TextInputOptions): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
起始版本:7|类名:TextInputAttribute
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:type(value: InputType): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:type(value: InputType): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:placeholderColor(value: ResourceColor): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:placeholderColor(value: ResourceColor): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:placeholderFont(value?: Font): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:placeholderFont(value?: Font): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:enterKeyType(value: EnterKeyType): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:enterKeyType(value: EnterKeyType): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:caretColor(value: ResourceColor): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:caretColor(value: ResourceColor): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;
起始版本:8|类名:TextInputAttribute
方法 or 属性:onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onChange(callback: (value: string) => void): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:onChange(callback: (value: string) => void): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:maxLength(value: number): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:maxLength(value: number): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:fontColor(value: ResourceColor): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:fontColor(value: ResourceColor): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:fontSize(value: Length): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:fontSize(value: Length): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:fontStyle(value: FontStyle): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:fontStyle(value: FontStyle): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextInputAttribute;
起始版本:7|类名:TextInputAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
起始版本:8|类名:TextInputAttribute
方法 or 属性:inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onCopy(callback: (value: string) => void): TextInputAttribute;
起始版本:8|类名:TextInputAttribute
方法 or 属性:onCopy(callback: (value: string) => void): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onCut(callback: (value: string) => void): TextInputAttribute;
起始版本:8|类名:TextInputAttribute
方法 or 属性:onCut(callback: (value: string) => void): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:onPaste(callback: (value: string) => void): TextInputAttribute;
起始版本:8|类名:TextInputAttribute
方法 or 属性:onPaste(callback: (value: string) => void): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:copyOption(value: CopyOptions): TextInputAttribute;
起始版本:9|类名:TextInputAttribute
方法 or 属性:copyOption(value: CopyOptions): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:showPasswordIcon(value: boolean): TextInputAttribute;
起始版本:9|类名:TextInputAttribute
方法 or 属性:showPasswordIcon(value: boolean): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:textAlign(value: TextAlign): TextInputAttribute;
起始版本:9|类名:TextInputAttribute
方法 or 属性:textAlign(value: TextAlign): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextInputAttribute
方法 or 属性:style(value: TextInputStyle): TextInputAttribute;
起始版本:9|类名:TextInputAttribute
方法 or 属性:style(value: TextInputStyle): TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TextInput: TextInputInterface;
起始版本:7|类名:global
方法 or 属性:declare const TextInput: TextInputInterface;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TextInputInstance: TextInputAttribute;
起始版本:7|类名:global
方法 or 属性:declare const TextInputInstance: TextInputAttribute;
起始版本:10|text_input.d.ts|
-|起始版本有变化|类名:TextPickerOptions
起始版本:8|类名:TextPickerOptions
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerOptions
方法 or 属性:value?: string;
起始版本:N/A|类名:TextPickerOptions
方法 or 属性:value?: string;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerOptions
方法 or 属性:selected?: number;
起始版本:N/A|类名:TextPickerOptions
方法 or 属性:selected?: number;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerInterface
起始版本:8|类名:TextPickerInterface
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerInterface
方法 or 属性:(options?: TextPickerOptions): TextPickerAttribute;
起始版本:8|类名:TextPickerInterface
方法 or 属性:(options?: TextPickerOptions): TextPickerAttribute;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerAttribute
起始版本:8|类名:TextPickerAttribute
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerAttribute
方法 or 属性:defaultPickerItemHeight(value: number \| string): TextPickerAttribute;
起始版本:8|类名:TextPickerAttribute
方法 or 属性:defaultPickerItemHeight(value: number \| string): TextPickerAttribute;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerAttribute
方法 or 属性:onChange(callback: (value: string, index: number) => void): TextPickerAttribute;
起始版本:8|类名:TextPickerAttribute
方法 or 属性:onChange(callback: (value: string, index: number) => void): TextPickerAttribute;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerResult
起始版本:8|类名:TextPickerResult
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerResult
方法 or 属性:value: string;
起始版本:8|类名:TextPickerResult
方法 or 属性:value: string;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerResult
方法 or 属性:index: number;
起始版本:8|类名:TextPickerResult
方法 or 属性:index: number;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerDialogOptions
起始版本:8|类名:TextPickerDialogOptions
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerDialogOptions
方法 or 属性:defaultPickerItemHeight?: number \| string;
起始版本:8|类名:TextPickerDialogOptions
方法 or 属性:defaultPickerItemHeight?: number \| string;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerDialogOptions
方法 or 属性:onAccept?: (value: TextPickerResult) => void;
起始版本:8|类名:TextPickerDialogOptions
方法 or 属性:onAccept?: (value: TextPickerResult) => void;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:8|类名:TextPickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerDialogOptions
方法 or 属性:onChange?: (value: TextPickerResult) => void;
起始版本:8|类名:TextPickerDialogOptions
方法 or 属性:onChange?: (value: TextPickerResult) => void;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerDialog
起始版本:8|类名:TextPickerDialog
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextPickerDialog
方法 or 属性:static show(options?: TextPickerDialogOptions);
起始版本:8|类名:TextPickerDialog
方法 or 属性:static show(options?: TextPickerDialogOptions);
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TextPicker: TextPickerInterface;
起始版本:8|类名:global
方法 or 属性:declare const TextPicker: TextPickerInterface;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TextPickerInstance: TextPickerAttribute;
起始版本:8|类名:global
方法 or 属性:declare const TextPickerInstance: TextPickerAttribute;
起始版本:10|text_picker.d.ts|
-|起始版本有变化|类名:TextTimerController
起始版本:8|类名:TextTimerController
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerController
方法 or 属性:constructor();
起始版本:8|类名:TextTimerController
方法 or 属性:constructor();
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerController
方法 or 属性:start();
起始版本:8|类名:TextTimerController
方法 or 属性:start();
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerController
方法 or 属性:pause();
起始版本:8|类名:TextTimerController
方法 or 属性:pause();
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerController
方法 or 属性:reset();
起始版本:8|类名:TextTimerController
方法 or 属性:reset();
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerOptions
起始版本:8|类名:TextTimerOptions
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerOptions
方法 or 属性:isCountDown?: boolean;
起始版本:8|类名:TextTimerOptions
方法 or 属性:isCountDown?: boolean;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerOptions
方法 or 属性:count?: number;
起始版本:8|类名:TextTimerOptions
方法 or 属性:count?: number;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerOptions
方法 or 属性:controller?: TextTimerController;
起始版本:8|类名:TextTimerOptions
方法 or 属性:controller?: TextTimerController;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerInterface
起始版本:8|类名:TextTimerInterface
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerInterface
方法 or 属性:(options?: TextTimerOptions): TextTimerAttribute;
起始版本:8|类名:TextTimerInterface
方法 or 属性:(options?: TextTimerOptions): TextTimerAttribute;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerAttribute
起始版本:8|类名:TextTimerAttribute
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:format(value: string): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:format(value: string): TextTimerAttribute;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:fontColor(value: ResourceColor): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:fontColor(value: ResourceColor): TextTimerAttribute;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:fontSize(value: Length): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:fontSize(value: Length): TextTimerAttribute;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:fontStyle(value: FontStyle): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:fontStyle(value: FontStyle): TextTimerAttribute;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:fontFamily(value: ResourceStr): TextTimerAttribute;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TextTimerAttribute
方法 or 属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
起始版本:8|类名:TextTimerAttribute
方法 or 属性:onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TextTimer: TextTimerInterface;
起始版本:8|类名:global
方法 or 属性:declare const TextTimer: TextTimerInterface;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TextTimerInstance: TextTimerAttribute;
起始版本:8|类名:global
方法 or 属性:declare const TextTimerInstance: TextTimerAttribute;
起始版本:10|text_timer.d.ts|
-|起始版本有变化|类名:TimePickerResult
起始版本:8|类名:TimePickerResult
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerResult
方法 or 属性:hour?: number;
起始版本:8|类名:TimePickerResult
方法 or 属性:hour?: number;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerResult
方法 or 属性:minute?: number;
起始版本:8|类名:TimePickerResult
方法 or 属性:minute?: number;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerOptions
起始版本:8|类名:TimePickerOptions
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerOptions
方法 or 属性:selected?: Date;
起始版本:N/A|类名:TimePickerOptions
方法 or 属性:selected?: Date;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerInterface
起始版本:8|类名:TimePickerInterface
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerInterface
方法 or 属性:(options?: TimePickerOptions): TimePickerAttribute;
起始版本:8|类名:TimePickerInterface
方法 or 属性:(options?: TimePickerOptions): TimePickerAttribute;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerAttribute
起始版本:8|类名:TimePickerAttribute
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerAttribute
方法 or 属性:useMilitaryTime(value: boolean): TimePickerAttribute;
起始版本:8|类名:TimePickerAttribute
方法 or 属性:useMilitaryTime(value: boolean): TimePickerAttribute;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerAttribute
方法 or 属性:onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;
起始版本:8|类名:TimePickerAttribute
方法 or 属性:onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerDialogOptions
起始版本:8|类名:TimePickerDialogOptions
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerDialogOptions
方法 or 属性:useMilitaryTime?: boolean;
起始版本:8|类名:TimePickerDialogOptions
方法 or 属性:useMilitaryTime?: boolean;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerDialogOptions
方法 or 属性:onAccept?: (value: TimePickerResult) => void;
起始版本:8|类名:TimePickerDialogOptions
方法 or 属性:onAccept?: (value: TimePickerResult) => void;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:8|类名:TimePickerDialogOptions
方法 or 属性:onCancel?: () => void;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerDialogOptions
方法 or 属性:onChange?: (value: TimePickerResult) => void;
起始版本:8|类名:TimePickerDialogOptions
方法 or 属性:onChange?: (value: TimePickerResult) => void;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerDialog
起始版本:8|类名:TimePickerDialog
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:TimePickerDialog
方法 or 属性:static show(options?: TimePickerDialogOptions);
起始版本:8|类名:TimePickerDialog
方法 or 属性:static show(options?: TimePickerDialogOptions);
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TimePicker: TimePickerInterface;
起始版本:8|类名:global
方法 or 属性:declare const TimePicker: TimePickerInterface;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const TimePickerInstance: TimePickerAttribute;
起始版本:8|类名:global
方法 or 属性:declare const TimePickerInstance: TimePickerAttribute;
起始版本:10|time_picker.d.ts|
-|起始版本有变化|类名:Resource
方法 or 属性:readonly bundleName: string;
起始版本:9|类名:Resource
方法 or 属性:readonly bundleName: string;
起始版本:10|units.d.ts|
-|起始版本有变化|类名:Resource
方法 or 属性:readonly moduleName: string;
起始版本:9|类名:Resource
方法 or 属性:readonly moduleName: string;
起始版本:10|units.d.ts|
-|起始版本有变化|类名:Font
起始版本:7|类名:Font
起始版本:10|units.d.ts|
-|起始版本有变化|类名:Font
方法 or 属性:size?: Length;
起始版本:N/A|类名:Font
方法 or 属性:size?: Length;
起始版本:10|units.d.ts|
-|起始版本有变化|类名:Font
方法 or 属性:weight?: FontWeight \| number \| string;
起始版本:N/A|类名:Font
方法 or 属性:weight?: FontWeight \| number \| string;
起始版本:10|units.d.ts|
-|起始版本有变化|类名:Font
方法 or 属性:family?: string \| Resource;
起始版本:N/A|类名:Font
方法 or 属性:family?: string \| Resource;
起始版本:10|units.d.ts|
-|起始版本有变化|类名:Font
方法 or 属性:style?: FontStyle;
起始版本:N/A|类名:Font
方法 or 属性:style?: FontStyle;
起始版本:10|units.d.ts|
-|起始版本有变化|类名:ColorFilter
起始版本:9|类名:ColorFilter
起始版本:10|units.d.ts|
-|起始版本有变化|类名:ColorFilter
方法 or 属性:constructor(value: number[]);
起始版本:9|类名:ColorFilter
方法 or 属性:constructor(value: number[]);
起始版本:10|units.d.ts|
-|起始版本有变化|类名:SeekMode
起始版本:8|类名:SeekMode
起始版本:10|video.d.ts|
-|起始版本有变化|类名:SeekMode
方法 or 属性:PreviousKeyframe
起始版本:8|类名:SeekMode
方法 or 属性:PreviousKeyframe
起始版本:10|video.d.ts|
-|起始版本有变化|类名:SeekMode
方法 or 属性:NextKeyframe
起始版本:8|类名:SeekMode
方法 or 属性:NextKeyframe
起始版本:10|video.d.ts|
-|起始版本有变化|类名:SeekMode
方法 or 属性:ClosestKeyframe
起始版本:8|类名:SeekMode
方法 or 属性:ClosestKeyframe
起始版本:10|video.d.ts|
-|起始版本有变化|类名:SeekMode
方法 or 属性:Accurate
起始版本:8|类名:SeekMode
方法 or 属性:Accurate
起始版本:10|video.d.ts|
-|起始版本有变化|类名:PlaybackSpeed
起始版本:8|类名:PlaybackSpeed
起始版本:10|video.d.ts|
-|起始版本有变化|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_0_75_X
起始版本:8|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_0_75_X
起始版本:10|video.d.ts|
-|起始版本有变化|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_00_X
起始版本:8|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_00_X
起始版本:10|video.d.ts|
-|起始版本有变化|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_25_X
起始版本:8|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_25_X
起始版本:10|video.d.ts|
-|起始版本有变化|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_75_X
起始版本:8|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_1_75_X
起始版本:10|video.d.ts|
-|起始版本有变化|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_2_00_X
起始版本:8|类名:PlaybackSpeed
方法 or 属性:Speed_Forward_2_00_X
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoOptions
起始版本:7|类名:VideoOptions
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoOptions
方法 or 属性:src?: string \| Resource;
起始版本:7|类名:VideoOptions
方法 or 属性:src?: string \| Resource;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoOptions
方法 or 属性:currentProgressRate?: number \| string \| PlaybackSpeed;
起始版本:7|类名:VideoOptions
方法 or 属性:currentProgressRate?: number \| string \| PlaybackSpeed;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoOptions
方法 or 属性:previewUri?: string \| PixelMap \| Resource;
起始版本:7|类名:VideoOptions
方法 or 属性:previewUri?: string \| PixelMap \| Resource;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoOptions
方法 or 属性:controller?: VideoController;
起始版本:7|类名:VideoOptions
方法 or 属性:controller?: VideoController;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoController
起始版本:7|类名:VideoController
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoController
方法 or 属性:constructor();
起始版本:7|类名:VideoController
方法 or 属性:constructor();
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoController
方法 or 属性:start();
起始版本:7|类名:VideoController
方法 or 属性:start();
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoController
方法 or 属性:pause();
起始版本:7|类名:VideoController
方法 or 属性:pause();
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoController
方法 or 属性:stop();
起始版本:7|类名:VideoController
方法 or 属性:stop();
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoController
方法 or 属性:setCurrentTime(value: number);
起始版本:7|类名:VideoController
方法 or 属性:setCurrentTime(value: number);
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoController
方法 or 属性:requestFullscreen(value: boolean);
起始版本:7|类名:VideoController
方法 or 属性:requestFullscreen(value: boolean);
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoController
方法 or 属性:exitFullscreen();
起始版本:7|类名:VideoController
方法 or 属性:exitFullscreen();
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoController
方法 or 属性:setCurrentTime(value: number, seekMode: SeekMode);
起始版本:8|类名:VideoController
方法 or 属性:setCurrentTime(value: number, seekMode: SeekMode);
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoInterface
起始版本:7|类名:VideoInterface
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoInterface
方法 or 属性:(value: VideoOptions): VideoAttribute;
起始版本:7|类名:VideoInterface
方法 or 属性:(value: VideoOptions): VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoAttribute
起始版本:7|类名:VideoAttribute
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoAttribute
方法 or 属性:muted(value: boolean): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:muted(value: boolean): VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoAttribute
方法 or 属性:autoPlay(value: boolean): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:autoPlay(value: boolean): VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoAttribute
方法 or 属性:controls(value: boolean): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:controls(value: boolean): VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoAttribute
方法 or 属性:loop(value: boolean): VideoAttribute;
起始版本:6|类名:VideoAttribute
方法 or 属性:loop(value: boolean): VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoAttribute
方法 or 属性:objectFit(value: ImageFit): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:objectFit(value: ImageFit): VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoAttribute
方法 or 属性:onStart(event: () => void): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:onStart(event: () => void): VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoAttribute
方法 or 属性:onPause(event: () => void): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:onPause(event: () => void): VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoAttribute
方法 or 属性:onFinish(event: () => void): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:onFinish(event: () => void): VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:VideoAttribute
方法 or 属性:onError(event: () => void): VideoAttribute;
起始版本:7|类名:VideoAttribute
方法 or 属性:onError(event: () => void): VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const Video: VideoInterface;
起始版本:7|类名:global
方法 or 属性:declare const Video: VideoInterface;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const VideoInstance: VideoAttribute;
起始版本:7|类名:global
方法 or 属性:declare const VideoInstance: VideoAttribute;
起始版本:10|video.d.ts|
-|起始版本有变化|类名:WaterFlowOptions
起始版本:9|类名:WaterFlowOptions
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowOptions
方法 or 属性:footer?: CustomBuilder;
起始版本:9|类名:WaterFlowOptions
方法 or 属性:footer?: CustomBuilder;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowOptions
方法 or 属性:scroller?: Scroller;
起始版本:9|类名:WaterFlowOptions
方法 or 属性:scroller?: Scroller;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowInterface
起始版本:9|类名:WaterFlowInterface
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowInterface
方法 or 属性:(options?: WaterFlowOptions): WaterFlowAttribute;
起始版本:9|类名:WaterFlowInterface
方法 or 属性:(options?: WaterFlowOptions): WaterFlowAttribute;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowAttribute
起始版本:9|类名:WaterFlowAttribute
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:columnsTemplate(value: string): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:columnsTemplate(value: string): WaterFlowAttribute;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:rowsTemplate(value: string): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:rowsTemplate(value: string): WaterFlowAttribute;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:columnsGap(value: Length): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:columnsGap(value: Length): WaterFlowAttribute;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:rowsGap(value: Length): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:rowsGap(value: Length): WaterFlowAttribute;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:layoutDirection(value: FlexDirection): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:layoutDirection(value: FlexDirection): WaterFlowAttribute;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:onReachStart(event: () => void): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:onReachStart(event: () => void): WaterFlowAttribute;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:WaterFlowAttribute
方法 or 属性:onReachEnd(event: () => void): WaterFlowAttribute;
起始版本:9|类名:WaterFlowAttribute
方法 or 属性:onReachEnd(event: () => void): WaterFlowAttribute;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const WaterFlow: WaterFlowInterface;
起始版本:9|类名:global
方法 or 属性:declare const WaterFlow: WaterFlowInterface;
起始版本:10|water_flow.d.ts|
-|起始版本有变化|类名:global
方法 or 属性:declare const WaterFlowInstance: WaterFlowAttribute;
起始版本:9|类名:global
方法 or 属性:declare const WaterFlowInstance: WaterFlowAttribute;
起始版本:10|water_flow.d.ts|
-|函数有变化|类名:ActionSheet
方法 or 属性:static show(value: {
/**
* Title Properties
* @since 8
*/
title: string \| Resource;
/**
* message Properties
* @since 8
*/
message: string \| Resource;
/**
* Invoke the commit function.
* @since 8
*/
confirm?: {
/**
* Text content of the confirmation button.
* @since 8
*/
value: string \| Resource;
/**
* Method executed by the callback.
* @since 8
*/
action: () => void;
};
/**
* Execute Cancel Function.
* @since 8
*/
cancel?: () => void;
/**
* The Array of sheets
* @since 8
*/
sheets: Array\;
/**
* Allows users to click the mask layer to exit.
* @since 8
*/
autoCancel?: boolean;
/**
* Alignment in the vertical direction.
* @since 8
*/
alignment?: DialogAlignment;
/**
* Offset of the pop-up window relative to the alignment position.
* @since 8
*/
offset?: { dx: number \| string \| Resource; dy: number \| string \| Resource };
});
|类名:ActionSheet
方法 or 属性:static show(value: {
/**
* Title Properties
* @since 8
*/
/**
* Title Properties
* @crossplatform
* @since 10
*/
title: string \| Resource;
/**
* message Properties
* @since 8
*/
/**
* message Properties
* @crossplatform
* @since 10
*/
message: string \| Resource;
/**
* Invoke the commit function.
* @since 8
*/
/**
* Invoke the commit function.
* @crossplatform
* @since 10
*/
confirm?: {
/**
* Text content of the confirmation button.
* @since 8
*/
/**
* Text content of the confirmation button.
* @crossplatform
* @since 10
*/
value: string \| Resource;
/**
* Method executed by the callback.
* @since 8
*/
/**
* Method executed by the callback.
* @crossplatform
* @since 10
*/
action: () => void;
};
/**
* Execute Cancel Function.
* @since 8
*/
/**
* Execute Cancel Function.
* @crossplatform
* @since 10
*/
cancel?: () => void;
/**
* The Array of sheets
* @since 8
*/
/**
* The Array of sheets
* @crossplatform
* @since 10
*/
sheets: Array\;
/**
* Allows users to click the mask layer to exit.
* @since 8
*/
/**
* Allows users to click the mask layer to exit.
* @crossplatform
* @since 10
*/
autoCancel?: boolean;
/**
* Alignment in the vertical direction.
* @since 8
*/
/**
* Alignment in the vertical direction.
* @crossplatform
* @since 10
*/
alignment?: DialogAlignment;
/**
* Offset of the pop-up window relative to the alignment position.
* @since 8
*/
/**
* Offset of the pop-up window relative to the alignment position.
* @crossplatform
* @since 10
*/
offset?: { dx: number \| string \| Resource; dy: number \| string \| Resource };
});
|action_sheet.d.ts|
+|废弃版本有变化|类名:WebAttribute
方法 or 属性:onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;
废弃版本:N/A|类名:WebAttribute
方法 or 属性:onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;
废弃版本:10
代替接口:ohos.web.WebAttribute#onLoadIntercept|web.d.ts|
|函数有变化|类名:AlphabetIndexerAttribute
方法 or 属性:alignStyle(value: IndexerAlign): AlphabetIndexerAttribute;
|类名:AlphabetIndexerAttribute
方法 or 属性:alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;
|alphabet_indexer.d.ts|
-|函数有变化|类名:PopupOptions
方法 or 属性:onStateChange?: (event: { isVisible: boolean }) => void;
|类名:PopupOptions
方法 or 属性:onStateChange?: (event: {
/**
* is Visible.
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
|common.d.ts|
-|函数有变化|类名:CustomPopupOptions
方法 or 属性:onStateChange?: (event: { isVisible: boolean }) => void;
|类名:CustomPopupOptions
方法 or 属性:onStateChange?: (event: {
/**
* is Visible.
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
|common.d.ts|
|函数有变化|类名:CommonMethod
方法 or 属性:backgroundBlurStyle(value: BlurStyle): T;
|类名:CommonMethod
方法 or 属性:backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;
|common.d.ts|
|函数有变化|类名:CommonMethod
方法 or 属性:borderStyle(value: BorderStyle): T;
|类名:CommonMethod
方法 or 属性:borderStyle(value: BorderStyle \| EdgeStyles): T;
|common.d.ts|
-|函数有变化|类名:CommonMethod
方法 or 属性:borderStyle(value: EdgeStyles): T;
|类名:CommonMethod
方法 or 属性:borderStyle(value: BorderStyle \| EdgeStyles): T;
|common.d.ts|
-|函数有变化|类名:CommonMethod
方法 or 属性:borderWidth(value: Length): T;
|类名:CommonMethod
方法 or 属性:borderWidth(value: Length \| EdgeWidths): T;
|common.d.ts|
|函数有变化|类名:CommonMethod
方法 or 属性:borderWidth(value: EdgeWidths): T;
|类名:CommonMethod
方法 or 属性:borderWidth(value: Length \| EdgeWidths): T;
|common.d.ts|
|函数有变化|类名:CommonMethod
方法 or 属性:borderColor(value: ResourceColor): T;
|类名:CommonMethod
方法 or 属性:borderColor(value: ResourceColor \| EdgeColors): T;
|common.d.ts|
-|函数有变化|类名:CommonMethod
方法 or 属性:borderColor(value: EdgeColors): T;
|类名:CommonMethod
方法 or 属性:borderColor(value: ResourceColor \| EdgeColors): T;
|common.d.ts|
-|函数有变化|类名:CommonMethod
方法 or 属性:borderRadius(value: Length): T;
|类名:CommonMethod
方法 or 属性:borderRadius(value: Length \| BorderRadiuses): T;
|common.d.ts|
|函数有变化|类名:CommonMethod
方法 or 属性:borderRadius(value: BorderRadiuses): T;
|类名:CommonMethod
方法 or 属性:borderRadius(value: Length \| BorderRadiuses): T;
|common.d.ts|
|函数有变化|类名:CommonMethod
方法 or 属性:transition(value: TransitionOptions): T;
|类名:CommonMethod
方法 or 属性:transition(value: TransitionOptions \| TransitionEffect): T;
|common.d.ts|
|函数有变化|类名:CommonMethod
方法 or 属性:shadow(value: {
radius: number \| Resource;
color?: Color \| string \| Resource;
offsetX?: number \| Resource;
offsetY?: number \| Resource;
}): T;
|类名:CommonMethod
方法 or 属性:shadow(value: ShadowOptions \| ShadowStyle): T;
|common.d.ts|
@@ -2043,16 +601,7 @@
|函数有变化|类名:MenuItemAttribute
方法 or 属性:selectIcon(value: boolean): MenuItemAttribute;
|类名:MenuItemAttribute
方法 or 属性:selectIcon(value: boolean \| ResourceStr): MenuItemAttribute;
|menu_item.d.ts|
|函数有变化|类名:NavigationAttribute
方法 or 属性:title(value: string \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
|类名:NavigationAttribute
方法 or 属性:title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
|navigation.d.ts|
|函数有变化|类名:RefreshInterface
方法 or 属性:(value: { refreshing: boolean; offset?: number \| string; friction?: number \| string }): RefreshAttribute;
|类名:RefreshInterface
方法 or 属性:(value: RefreshOptions): RefreshAttribute;
|refresh.d.ts|
-|函数有变化|类名:Scroller
方法 or 属性:scrollTo(value: {
xOffset: number \| string;
yOffset: number \| string;
animation?: { duration: number; curve: Curve };
});
|类名:Scroller
方法 or 属性:scrollTo(value: {
/**
* The X-axis offset.
* @crossplatform
* @since 10
*/
xOffset: number \| string;
/**
* The Y-axis offset.
* @crossplatform
* @since 10
*/
yOffset: number \| string;
/**
* Descriptive animation.
* @crossplatform
* @since 10
*/
animation?: { duration: number; curve: Curve };
});
|scroll.d.ts|
|函数有变化|类名:Scroller
方法 or 属性:scrollToIndex(value: number);
|类名:Scroller
方法 or 属性:scrollToIndex(value: number, smooth?:boolean);
|scroll.d.ts|
-|函数有变化|类名:SearchInterface
方法 or 属性:(options?: { value?: string;
placeholder?: string;
icon?: string;
controller?: SearchController
}): SearchAttribute;
|类名:SearchInterface
方法 or 属性:(options?: {
/**
* Text input in the search text box
* @type { string }
* @since 8
*/
value?: string;
/**
* Text displayed when there is no input
* @type { string }
* @since 8
*/
/**
* Text displayed when there is no input
* @type { ResourceStr }
* @since 10
*/
placeholder?: ResourceStr;
/**
* Path to the search icon
* @type { string }
* @since 8
*/
icon?: string;
/**
* Controller of the \ component
* @type { SearchController }
* @since 8
*/
controller?: SearchController
}): SearchAttribute;
|search.d.ts|
|函数有变化|类名:SearchAttribute
方法 or 属性:searchButton(value: string): SearchAttribute;
|类名:SearchAttribute
方法 or 属性:searchButton(value: string, option?: SearchButtonOption): SearchAttribute;
|search.d.ts|
|函数有变化|类名:SwiperAttribute
方法 or 属性:indicator(value: boolean): SwiperAttribute;
|类名:SwiperAttribute
方法 or 属性:indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;
|swiper.d.ts|
|函数有变化|类名:SwiperAttribute
方法 or 属性:curve(value: Curve \| string): SwiperAttribute;
|类名:SwiperAttribute
方法 or 属性:curve(value: Curve \| string \| ICurve): SwiperAttribute;
|swiper.d.ts|
-|函数有变化|类名:SubTabBarStyle
方法 or 属性:constructor(content: string \| Resource);
|类名:SubTabBarStyle
方法 or 属性:constructor(content: ResourceStr);
|tab_content.d.ts|
-|函数有变化|类名:BottomTabBarStyle
方法 or 属性:constructor(icon: string \| Resource, text: string \| Resource);
|类名:BottomTabBarStyle
方法 or 属性:constructor(icon: ResourceStr, text: ResourceStr);
|tab_content.d.ts|
-|函数有变化|类名:VideoAttribute
方法 or 属性:onFullscreenChange(callback: (event?: { fullscreen: boolean }) => void): VideoAttribute;
|类名:VideoAttribute
方法 or 属性:onFullscreenChange(callback: (event?: {
/**
* Play the flag in full screen.
* @crossplatform
* @since 10
*/
fullscreen: boolean
}) => void): VideoAttribute;
|video.d.ts|
-|函数有变化|类名:VideoAttribute
方法 or 属性:onPrepared(callback: (event?: { duration: number }) => void): VideoAttribute;
|类名:VideoAttribute
方法 or 属性:onPrepared(callback: (event?: {
/**
* Playback duration.
* @crossplatform
* @since 10
*/
duration: number
}) => void): VideoAttribute;
|video.d.ts|
-|函数有变化|类名:VideoAttribute
方法 or 属性:onSeeking(callback: (event?: { time: number }) => void): VideoAttribute;
|类名:VideoAttribute
方法 or 属性:onSeeking(callback: (event?: {
/**
* Play time.
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
|video.d.ts|
-|函数有变化|类名:VideoAttribute
方法 or 属性:onSeeked(callback: (event?: { time: number }) => void): VideoAttribute;
|类名:VideoAttribute
方法 or 属性:onSeeked(callback: (event?: {
/**
* Play time.
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
|video.d.ts|
-|函数有变化|类名:VideoAttribute
方法 or 属性:onUpdate(callback: (event?: { time: number }) => void): VideoAttribute;
|类名:VideoAttribute
方法 or 属性:onUpdate(callback: (event?: {
/**
* Play time.
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
|video.d.ts|
diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md
index f84230976cdfb891176d37f1b9b605d508adc4fa..699b9f678cf1d3d133b4ad8af123b0dc92cb385b 100644
--- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md
@@ -1,42 +1,15 @@
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: global
类名: console
方法 or 属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static count(label?: string): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static count(label?: string): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static countReset(label?: string): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static countReset(label?: string): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static dir(dir?: Object): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static dir(dir?: Object): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static dirxml(...arguments: Object[]): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static dirxml(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static group(...arguments: Object[]): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static group(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static groupEnd(): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static groupEnd(): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static table(tableData?: Object): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static table(tableData?: Object): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static time(label?: string): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static time(label?: string): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static timeEnd(label?: string): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static timeEnd(label?: string): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global
类名: console
方法 or 属性:static trace(...arguments: Object[]): void;|global.d.ts|
-|新增|NA|类名:console
方法or属性:static trace(...arguments: Object[]): void;|global.d.ts|
-|起始版本有变化|类名:LRUCache
方法 or 属性:keys(): K[];
起始版本:N/A|类名:LRUCache
方法 or 属性:keys(): K[];
起始版本:9|@ohos.util.d.ts|
-|起始版本有变化|类名:WorkerEventListener
方法 or 属性:(event: Event): void \| Promise\;
起始版本:9|类名:WorkerEventListener
方法 or 属性:(event: Event): void \| Promise\;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:WorkerEventTarget
方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;
起始版本:9|类名:WorkerEventTarget
方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:ThreadWorkerGlobalScope
方法 or 属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
起始版本:9|类名:ThreadWorkerGlobalScope
方法 or 属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:ThreadWorkerGlobalScope
方法 or 属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
起始版本:9|类名:ThreadWorkerGlobalScope
方法 or 属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:ThreadWorker
方法 or 属性:onexit?: (code: number) => void;
起始版本:9|类名:ThreadWorker
方法 or 属性:onexit?: (code: number) => void;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:ThreadWorker
方法 or 属性:onerror?: (err: ErrorEvent) => void;
起始版本:9|类名:ThreadWorker
方法 or 属性:onerror?: (err: ErrorEvent) => void;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:ThreadWorker
方法 or 属性:onmessage?: (event: MessageEvents) => void;
起始版本:9|类名:ThreadWorker
方法 or 属性:onmessage?: (event: MessageEvents) => void;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:ThreadWorker
方法 or 属性:onmessageerror?: (event: MessageEvents) => void;
起始版本:9|类名:ThreadWorker
方法 or 属性:onmessageerror?: (event: MessageEvents) => void;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:ThreadWorker
方法 or 属性:on(type: string, listener: WorkerEventListener): void;
起始版本:9|类名:ThreadWorker
方法 or 属性:on(type: string, listener: WorkerEventListener): void;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:ThreadWorker
方法 or 属性:once(type: string, listener: WorkerEventListener): void;
起始版本:9|类名:ThreadWorker
方法 or 属性:once(type: string, listener: WorkerEventListener): void;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:ThreadWorker
方法 or 属性:off(type: string, listener?: WorkerEventListener): void;
起始版本:9|类名:ThreadWorker
方法 or 属性:off(type: string, listener?: WorkerEventListener): void;
起始版本:10|@ohos.worker.d.ts|
-|起始版本有变化|类名:ThreadWorker
方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;
起始版本:9|类名:ThreadWorker
方法 or 属性:addEventListener(type: string, listener: WorkerEventListener): void;
起始版本:10|@ohos.worker.d.ts|
-|函数有变化|类名:RationalNumber
方法 or 属性:static createRationalFromString(rationalString: string): RationalNumber;
|类名:RationalNumber
方法 or 属性:static createRationalFromString(rationalString: string): RationalNumber;
|@ohos.util.d.ts|
diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md
index 447a174eb3d994746608aa6814d9950e80d7cc2e..de604be895bc91278e4a8fa47c9d15079fa3f8d2 100644
--- a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md
@@ -128,166 +128,13 @@
|新增|NA|模块名: ohos.data.UDMF
类名: ApplicationDefinedRecord
方法 or 属性: applicationDefinedType: string;|@ohos.data.UDMF.d.ts|
|新增|NA|模块名: ohos.data.UDMF
类名: ApplicationDefinedRecord
方法 or 属性: rawData: Uint8Array;|@ohos.data.UDMF.d.ts|
|删除|模块名:ohos.data.relationalStore
类名:relationalStore
方法 or 属性:type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|NA|@ohos.data.relationalStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:putBatch(entries: Entry[], callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:putBatch(entries: Entry[], callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:putBatch(entries: Entry[]): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:putBatch(entries: Entry[]): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:putBatch(value: Array\, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:putBatch(value: Array\, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:putBatch(value: Array\): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:putBatch(value: Array\): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:delete(key: string, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:delete(key: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:delete(key: string): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:delete(key: string): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\);
起始版本:9|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\);
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:deleteBatch(keys: string[], callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:deleteBatch(keys: string[], callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:deleteBatch(keys: string[]): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:deleteBatch(keys: string[]): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(query: Query): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(query: Query): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:startTransaction(callback: AsyncCallback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:startTransaction(callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:startTransaction(): Promise\;
起始版本:9|类名:SingleKVStore
方法 or 属性:startTransaction(): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:SingleKVStore
方法 or 属性:on(event: 'dataChange', type: SubscribeType, listener: Callback\): void;
起始版本:9|类名:SingleKVStore
方法 or 属性:on(event: 'dataChange', type: SubscribeType, listener: Callback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(keyPrefix: string): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(keyPrefix: string): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\): void;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:9|类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
起始版本:10|@ohos.data.distributedKVStore.d.ts|
-|起始版本有变化|类名:preferences
起始版本:9|类名:preferences
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:preferences
方法 or 属性:const MAX_KEY_LENGTH: 80;
起始版本:N/A|类名:preferences
方法 or 属性:const MAX_KEY_LENGTH: 80;
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:preferences
方法 or 属性:const MAX_VALUE_LENGTH: 8192;
起始版本:N/A|类名:preferences
方法 or 属性:const MAX_VALUE_LENGTH: 8192;
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:preferences
方法 or 属性:function getPreferences(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:9|类名:preferences
方法 or 属性:function getPreferences(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:preferences
方法 or 属性:function getPreferences(context: Context, name: string): Promise\;
起始版本:9|类名:preferences
方法 or 属性:function getPreferences(context: Context, name: string): Promise\;
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:preferences
方法 or 属性:function deletePreferences(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:9|类名:preferences
方法 or 属性:function deletePreferences(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:preferences
方法 or 属性:function deletePreferences(context: Context, name: string): Promise\;
起始版本:9|类名:preferences
方法 or 属性:function deletePreferences(context: Context, name: string): Promise\;
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:preferences
方法 or 属性:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:9|类名:preferences
方法 or 属性:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:preferences
方法 or 属性:function removePreferencesFromCache(context: Context, name: string): Promise\;
起始版本:9|类名:preferences
方法 or 属性:function removePreferencesFromCache(context: Context, name: string): Promise\;
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:Preferences
起始版本:9|类名:Preferences
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:Preferences
方法 or 属性:get(key: string, defValue: ValueType, callback: AsyncCallback\): void;
起始版本:9|类名:Preferences
方法 or 属性:get(key: string, defValue: ValueType, callback: AsyncCallback\): void;
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:Preferences
方法 or 属性:get(key: string, defValue: ValueType): Promise\;
起始版本:9|类名:Preferences
方法 or 属性:get(key: string, defValue: ValueType): Promise\;
起始版本:10|@ohos.data.preferences.d.ts|
-|起始版本有变化|类名:Preferences
方法 or 属性:getAll(callback: AsyncCallback\