diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-ability.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-ability.md
new file mode 100644
index 0000000000000000000000000000000000000000..f5d05bde6e36417dad635cab735beb0e34e22405
--- /dev/null
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-ability.md
@@ -0,0 +1,71 @@
+| 操作 | 旧版本 | 新版本 | d.ts文件 |
+| ---- | ------ | ------ | -------- |
+|新增|NA|类名:LaunchReason
方法or属性:SHARE = 5|@ohos.app.ability.AbilityConstant.d.ts|
+|新增|NA|模块名: ohos.app.ability.abilityManager
类名: abilityManager
方法 or 属性: function acquireShareData(missionId: number, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.ability.abilityManager.d.ts|
+|新增|NA|模块名: ohos.app.ability.abilityManager
类名: abilityManager
方法 or 属性: function acquireShareData(missionId: number): Promise\<{ [key: string]: Object }>;|@ohos.app.ability.abilityManager.d.ts|
+|新增|NA|模块名: ohos.app.ability.appManager
类名: appManager
方法 or 属性: function isSharedBundleRunning(bundleName: string, versionCode: number): Promise\;|@ohos.app.ability.appManager.d.ts|
+|新增|NA|模块名: ohos.app.ability.appManager
类名: appManager
方法 or 属性: function isSharedBundleRunning(bundleName: string, versionCode: number, callback: AsyncCallback\): void;|@ohos.app.ability.appManager.d.ts|
+|新增|NA|类名:appRecovery
方法or属性:function setRestartWant(want: Want): void;|@ohos.app.ability.appRecovery.d.ts|
+|新增|NA|类名:appRecovery
方法or属性:function saveAppState(context?: UIAbilityContext): boolean;|@ohos.app.ability.appRecovery.d.ts|
+|新增|NA|模块名: ohos.app.ability.quickFixManager
类名: quickFixManager
方法 or 属性: function revokeQuickFix(bundleName: string, callback: AsyncCallback\): void;|@ohos.app.ability.quickFixManager.d.ts|
+|新增|NA|模块名: ohos.app.ability.quickFixManager
类名: quickFixManager
方法 or 属性: function revokeQuickFix(bundleName: string): Promise\;|@ohos.app.ability.quickFixManager.d.ts|
+|新增|NA|模块名: ohos.app.ability.UIAbility
类名: OnRemoteStateChangeCallback|@ohos.app.ability.UIAbility.d.ts|
+|新增|NA|模块名: ohos.app.ability.UIAbility
类名: OnRemoteStateChangeCallback
方法 or 属性:(msg: string): void;|@ohos.app.ability.UIAbility.d.ts|
+|新增|NA|模块名: ohos.app.ability.UIAbility
类名: Caller
方法 or 属性:onRemoteStateChange(callback: OnRemoteStateChangeCallback): void;|@ohos.app.ability.UIAbility.d.ts|
+|新增|NA|类名:UIAbility
方法or属性:onShare(wantParam: { [key: string]: Object }): void;|@ohos.app.ability.UIAbility.d.ts|
+|新增|NA|模块名: ohos.app.ability.wantConstant
类名: Params
方法 or 属性: ABILITY_RECOVERY_RESTART = "ohos.ability.params.abilityRecoveryRestart"|@ohos.app.ability.wantConstant.d.ts|
+|新增|NA|模块名: ohos.app.ability.wantConstant
类名: Params
方法 or 属性: CONTENT_TITLE_KEY = 'ohos.extra.param.key.contentTitle'|@ohos.app.ability.wantConstant.d.ts|
+|新增|NA|模块名: ohos.app.ability.wantConstant
类名: Params
方法 or 属性: SHARE_ABSTRACT_KEY = 'ohos.extra.param.key.shareAbstract'|@ohos.app.ability.wantConstant.d.ts|
+|新增|NA|模块名: ohos.app.ability.wantConstant
类名: Params
方法 or 属性: SHARE_URL_KEY = 'ohos.extra.param.key.shareUrl'|@ohos.app.ability.wantConstant.d.ts|
+|新增|NA|模块名: ohos.app.form.FormExtensionAbility
类名: FormExtensionAbility
方法 or 属性: onAcquireFormData?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function getRunningFormInfos(callback: AsyncCallback\>, hostBundleName?: string): void;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function getRunningFormInfos(hostBundleName?: string): Promise\>;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function on(type: "formAdd", observerCallback: Callback\, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function off(type: "formAdd", observerCallback?: Callback\, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function on(type: "formRemove", observerCallback: Callback\, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function off(type: "formRemove", observerCallback?: Callback\, bundleName?: string): void;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function acquireFormData(formId: string, callback: AsyncCallback\<{[key: string]: Object}>): void;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function acquireFormData(formId: string): Promise\<{[key: string]: Object}>;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function getRunningFormInfosByFilter(formProviderFilter: formInfo.FormProviderFilter): Promise\>;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function getRunningFormInfosByFilter(formProviderFilter: formInfo.FormProviderFilter, callback: AsyncCallback\>): void;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function getRunningFormInfoById(formId: string): Promise\;|@ohos.app.form.formHost.d.ts|
+|新增|NA|模块名: ohos.app.form.formHost
类名: formHost
方法 or 属性: function getRunningFormInfoById(formId: string, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts|
+|新增|NA|类名:FormInfo
方法or属性:descriptionId: number;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: FormParam
方法 or 属性:LAUNCH_REASON_KEY = "ohos.extra.param.key.form_launch_reason"|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: FormParam
方法 or 属性:PARAM_FORM_CUSTOMIZE_KEY = "ohos.extra.param.key.form_customize"|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: VisibilityType
方法 or 属性:UNKNOWN = 0|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: LaunchReason|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: LaunchReason
方法 or 属性:FORM_DEFAULT = 1|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: LaunchReason
方法 or 属性:FORM_SHARE|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: FormProviderFilter|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: FormProviderFilter
方法 or 属性:bundleName: string;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: FormProviderFilter
方法 or 属性:formName ?: string;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: FormProviderFilter
方法 or 属性:moduleName ?: string;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: FormProviderFilter
方法 or 属性:abilityName ?: string;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: RunningFormInfo|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: RunningFormInfo
方法 or 属性:readonly formId: string;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: RunningFormInfo
方法 or 属性:readonly bundleName: string;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: RunningFormInfo
方法 or 属性:readonly hostBundleName: string;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: RunningFormInfo
方法 or 属性:readonly visibilityType: VisibilityType;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: RunningFormInfo
方法 or 属性:readonly moduleName: string;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: RunningFormInfo
方法 or 属性:readonly abilityName: string;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: RunningFormInfo
方法 or 属性:readonly formName: string;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.app.form.formInfo
类名: RunningFormInfo
方法 or 属性:readonly dimension: number;|@ohos.app.form.formInfo.d.ts|
+|新增|NA|模块名: ohos.application.StaticSubscriberExtensionAbility
类名: StaticSubscriberExtensionAbility
方法 or 属性: context: StaticSubscriberExtensionContext;|@ohos.application.StaticSubscriberExtensionAbility.d.ts|
+|新增|NA|模块名: ohos.application.StaticSubscriberExtensionContext
类名: StaticSubscriberExtensionContext|@ohos.application.StaticSubscriberExtensionContext.d.ts|
+|新增|NA|模块名: ohos.application.StaticSubscriberExtensionContext
类名: StaticSubscriberExtensionContext
方法 or 属性: startAbility(want: Want, callback: AsyncCallback\): void;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
+|新增|NA|模块名: ohos.application.StaticSubscriberExtensionContext
类名: StaticSubscriberExtensionContext
方法 or 属性: startAbility(want: Want): Promise\;|@ohos.application.StaticSubscriberExtensionContext.d.ts|
+|新增|NA|模块名: ohos.application.uriPermissionManager
类名: uriPermissionManager|@ohos.application.uriPermissionManager.d.ts|
+|新增|NA|模块名: ohos.application.uriPermissionManager
类名: uriPermissionManager
方法 or 属性: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string, callback: AsyncCallback\): void;|@ohos.application.uriPermissionManager.d.ts|
+|新增|NA|模块名: ohos.application.uriPermissionManager
类名: uriPermissionManager
方法 or 属性: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\;|@ohos.application.uriPermissionManager.d.ts|
+|新增|NA|模块名: ohos.application.uriPermissionManager
类名: uriPermissionManager
方法 or 属性: function revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallback\): void;|@ohos.application.uriPermissionManager.d.ts|
+|新增|NA|模块名: ohos.application.uriPermissionManager
类名: uriPermissionManager
方法 or 属性: function revokeUriPermission(uri: string, targetBundleName: string): Promise\;|@ohos.application.uriPermissionManager.d.ts|
+|新增|NA|模块名: ErrorObserver
类名: ErrorObserver
方法 or 属性: onException?(errObject: Error): void;|ErrorObserver.d.ts|
+|新增|NA|类名:ServiceExtensionContext
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;|ServiceExtensionContext.d.ts|
+|新增|NA|类名:UIAbilityContext
方法or属性:startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;|UIAbilityContext.d.ts|
+|新增(权限)|类名:ServiceExtensionContext
方法 or 属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
权限:N/A|类名:ServiceExtensionContext
方法 or 属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
权限:ohos.permission.START_INVISIBLE_ABILITY|ServiceExtensionContext.d.ts|
+|新增(权限)|类名:ServiceExtensionContext
方法 or 属性:startServiceExtensionAbility(want: Want): Promise\;
权限:N/A|类名:ServiceExtensionContext
方法 or 属性:startServiceExtensionAbility(want: Want): Promise\;
权限:ohos.permission.START_INVISIBLE_ABILITY|ServiceExtensionContext.d.ts|
+|新增(权限)|类名:ServiceExtensionContext
方法 or 属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
权限:N/A|类名:ServiceExtensionContext
方法 or 属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
权限:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|ServiceExtensionContext.d.ts|
+|新增(权限)|类名:UIAbilityContext
方法 or 属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
权限:N/A|类名:UIAbilityContext
方法 or 属性:startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
权限:ohos.permission.START_INVISIBLE_ABILITY|UIAbilityContext.d.ts|
+|新增(权限)|类名:UIAbilityContext
方法 or 属性:startServiceExtensionAbility(want: Want): Promise\;
权限:N/A|类名:UIAbilityContext
方法 or 属性:startServiceExtensionAbility(want: Want): Promise\;
权限:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|UIAbilityContext.d.ts|
+|新增(权限)|类名:UIAbilityContext
方法 or 属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
权限:N/A|类名:UIAbilityContext
方法 or 属性:connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
权限:ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|UIAbilityContext.d.ts|
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
new file mode 100644
index 0000000000000000000000000000000000000000..99d83d1dbcf69e6e2870e748689e815994bbece5
--- /dev/null
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md
@@ -0,0 +1,14 @@
+| 操作 | 旧版本 | 新版本 | 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|
+|函数有变化|类名:AccessibilityExtensionContext
方法 or 属性:getFocusElement(callback: AsyncCallback\): void;
|类名:AccessibilityExtensionContext
方法 or 属性:getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\): void;
|AccessibilityExtensionContext.d.ts|
+|函数有变化|类名:AccessibilityExtensionContext
方法 or 属性:getFocusElement(isAccessibilityFocus: boolean, callback: AsyncCallback\): void;
|类名:AccessibilityExtensionContext
方法 or 属性:getFocusElement(callback: AsyncCallback\): void;
|AccessibilityExtensionContext.d.ts|
+|函数有变化|类名:AccessibilityExtensionContext
方法 or 属性:getWindowRootElement(callback: AsyncCallback\): void;
|类名:AccessibilityExtensionContext
方法 or 属性:getWindowRootElement(windowId: number, callback: AsyncCallback\): void;
|AccessibilityExtensionContext.d.ts|
+|函数有变化|类名:AccessibilityExtensionContext
方法 or 属性:getWindowRootElement(callback: AsyncCallback\): void;
|类名:AccessibilityExtensionContext
方法 or 属性:getWindowRootElement(callback: AsyncCallback\): void;
|AccessibilityExtensionContext.d.ts|
+|函数有变化|类名:AccessibilityExtensionContext
方法 or 属性:getWindowRootElement(windowId: number, callback: AsyncCallback\): void;
|类名:AccessibilityExtensionContext
方法 or 属性:getWindowRootElement(callback: AsyncCallback\): void;
|AccessibilityExtensionContext.d.ts|
+|函数有变化|类名:AccessibilityExtensionContext
方法 or 属性:getWindows(callback: AsyncCallback\>): void;
|类名:AccessibilityExtensionContext
方法 or 属性:getWindows(displayId: number, callback: AsyncCallback\>): void;
|AccessibilityExtensionContext.d.ts|
+|函数有变化|类名:AccessibilityExtensionContext
方法 or 属性:getWindows(displayId: number, callback: AsyncCallback\>): void;
|类名:AccessibilityExtensionContext
方法 or 属性:getWindows(callback: AsyncCallback\>): void;
|AccessibilityExtensionContext.d.ts|
+|函数有变化|类名:AccessibilityElement
方法 or 属性:performAction(actionName: string, callback: AsyncCallback\): void;
|类名:AccessibilityElement
方法 or 属性:performAction(actionName: string, parameters: object, callback: AsyncCallback\): void;
|AccessibilityExtensionContext.d.ts|
+|函数有变化|类名:AccessibilityElement
方法 or 属性:performAction(actionName: string, parameters: object, callback: AsyncCallback\): void;
|类名:AccessibilityElement
方法 or 属性:performAction(actionName: string, callback: AsyncCallback\): void;
|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
new file mode 100644
index 0000000000000000000000000000000000000000..855f20e9bd20bdf69c6522fa900ca4f8d5b01d45
--- /dev/null
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md
@@ -0,0 +1,158 @@
+| 操作 | 旧版本 | 新版本 | d.ts文件 |
+| ---- | ------ | ------ | -------- |
+|新增|NA|类名:Constants
方法or属性:ACTION_ADD_ACCOUNT_IMPLICITLY = 'addAccountImplicitly'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:ACTION_AUTHENTICATE = 'authenticate'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:ACTION_CREATE_ACCOUNT_IMPLICITLY = 'createAccountImplicitly'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:ACTION_AUTH = 'auth'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:ACTION_VERIFY_CREDENTIAL = 'verifyCredential'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:ACTION_SET_AUTHENTICATOR_PROPERTIES = 'setAuthenticatorProperties'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_NAME = 'name'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_OWNER = 'owner'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_TOKEN = 'token'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_ACTION = 'action'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_AUTH_TYPE = 'authType'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_SESSION_ID = 'sessionId'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_CALLER_PID = 'callerPid'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_CALLER_UID = 'callerUid'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_CALLER_BUNDLE_NAME = 'callerBundleName'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_REQUIRED_LABELS = 'requiredLabels'|@ohos.account.appAccount.d.ts|
+|新增|NA|类名:Constants
方法or属性:KEY_BOOLEAN_RESULT = 'booleanResult'|@ohos.account.appAccount.d.ts|
+|新增|NA|模块名: ohos.account.distributedAccount
类名: DistributedAccountAbility
方法 or 属性:getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback\): void;|@ohos.account.distributedAccount.d.ts|
+|新增|NA|类名:DistributedAccountAbility
方法or属性:getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback\): void;|@ohos.account.distributedAccount.d.ts|
+|新增|NA|模块名: ohos.account.distributedAccount
类名: DistributedAccountAbility
方法 or 属性:getOsAccountDistributedInfoByLocalId(localId: number): Promise\;|@ohos.account.distributedAccount.d.ts|
+|新增|NA|类名:DistributedAccountAbility
方法or属性:getOsAccountDistributedInfoByLocalId(localId: number): Promise\;|@ohos.account.distributedAccount.d.ts|
+|新增|NA|模块名: ohos.account.distributedAccount
类名: DistributedAccountAbility
方法 or 属性:setOsAccountDistributedInfoByLocalId(
localId: number,
distributedInfo: DistributedInfo,
callback: AsyncCallback\
): void;|@ohos.account.distributedAccount.d.ts|
+|新增|NA|类名:DistributedAccountAbility
方法or属性:setOsAccountDistributedInfoByLocalId(
localId: number,
distributedInfo: DistributedInfo,
callback: AsyncCallback\
): void;|@ohos.account.distributedAccount.d.ts|
+|新增|NA|模块名: ohos.account.distributedAccount
类名: DistributedAccountAbility
方法 or 属性:setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise\;|@ohos.account.distributedAccount.d.ts|
+|新增|NA|类名:DistributedAccountAbility
方法or属性:setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise\;|@ohos.account.distributedAccount.d.ts|
+|新增|NA|模块名: ohos.account.distributedAccount
类名: DistributedAccountStatus|@ohos.account.distributedAccount.d.ts|
+|新增|NA|类名:DistributedAccountStatus
方法or属性:|@ohos.account.distributedAccount.d.ts|
+|新增|NA|模块名: ohos.account.distributedAccount
类名: DistributedAccountStatus
方法 or 属性:NOT_LOGGED_IN = 0|@ohos.account.distributedAccount.d.ts|
+|新增|NA|类名:DistributedAccountStatus
方法or属性:NOT_LOGGED_IN = 0|@ohos.account.distributedAccount.d.ts|
+|新增|NA|模块名: ohos.account.distributedAccount
类名: DistributedAccountStatus
方法 or 属性:LOGGED_IN = 1|@ohos.account.distributedAccount.d.ts|
+|新增|NA|类名:DistributedAccountStatus
方法or属性:LOGGED_IN = 1|@ohos.account.distributedAccount.d.ts|
+|新增|NA|类名:DistributedInfo
方法or属性:readonly status?: DistributedAccountStatus;|@ohos.account.distributedAccount.d.ts|
+|新增|NA|类名:DomainAccountInfo
方法or属性:accountId?: string;|@ohos.account.osAccount.d.ts|
+|新增|NA|模块名: ohos.account.osAccount
类名: AuthStatusInfo|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:AuthStatusInfo
方法or属性:|@ohos.account.osAccount.d.ts|
+|新增|NA|模块名: ohos.account.osAccount
类名: AuthStatusInfo
方法 or 属性:remainTimes: number;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:AuthStatusInfo
方法or属性:remainTimes: number;|@ohos.account.osAccount.d.ts|
+|新增|NA|模块名: ohos.account.osAccount
类名: AuthStatusInfo
方法 or 属性:freezingTime: number;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:AuthStatusInfo
方法or属性:freezingTime: number;|@ohos.account.osAccount.d.ts|
+|新增|NA|模块名: ohos.account.osAccount
类名: GetDomainAccessTokenOptions|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:GetDomainAccessTokenOptions
方法or属性:|@ohos.account.osAccount.d.ts|
+|新增|NA|模块名: ohos.account.osAccount
类名: GetDomainAccessTokenOptions
方法 or 属性:domainAccountInfo: DomainAccountInfo;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:GetDomainAccessTokenOptions
方法or属性:domainAccountInfo: DomainAccountInfo;|@ohos.account.osAccount.d.ts|
+|新增|NA|模块名: ohos.account.osAccount
类名: GetDomainAccessTokenOptions
方法 or 属性:domainAccountToken: Uint8Array;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:GetDomainAccessTokenOptions
方法or属性:domainAccountToken: Uint8Array;|@ohos.account.osAccount.d.ts|
+|新增|NA|模块名: ohos.account.osAccount
类名: GetDomainAccessTokenOptions
方法 or 属性:businessParams: { [key: string]: object };|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:GetDomainAccessTokenOptions
方法or属性:businessParams: { [key: string]: object };|@ohos.account.osAccount.d.ts|
+|新增|NA|模块名: ohos.account.osAccount
类名: GetDomainAccessTokenOptions
方法 or 属性:callerUid: number;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:GetDomainAccessTokenOptions
方法or属性:callerUid: number;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainPlugin
方法or属性:authWithPopup(domainAccountInfo: DomainAccountInfo, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainPlugin
方法or属性:authWithToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainPlugin
方法or属性:getAccountInfo(domain: string, accountName: string, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainPlugin
方法or属性:getAuthStatusInfo(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainPlugin
方法or属性:bindAccount(domainAccountInfo: DomainAccountInfo, localId: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainPlugin
方法or属性:unbindAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainPlugin
方法or属性:isAccountTokenValid(
domainAccountInfo: DomainAccountInfo,
token: Uint8Array,
callback: AsyncCallback\
): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainPlugin
方法or属性:getAccessToken(options: GetDomainAccessTokenOptions, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainAccountManager
方法or属性:static auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainAccountManager
方法or属性:static authWithPopup(callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainAccountManager
方法or属性:static authWithPopup(localId: number, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainAccountManager
方法or属性:static hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainAccountManager
方法or属性:static hasAccount(domainAccountInfo: DomainAccountInfo): Promise\;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainAccountManager
方法or属性:static updateAccountToken(
domainAccountInfo: DomainAccountInfo,
token: Uint8Array,
callback: AsyncCallback\
): void;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:DomainAccountManager
方法or属性:static updateAccountToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array): Promise\;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:ExecutorProperty
方法or属性:enrollmentProgress?: string;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:ExecutorProperty
方法or属性:sensorInfo?: string;|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:GetPropertyType
方法or属性:ENROLLMENT_PROGRESS = 4|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:GetPropertyType
方法or属性:SENSOR_INFO = 5|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:AuthType
方法or属性:FINGERPRINT = 4|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:AuthSubType
方法or属性:FINGERPRINT_CAPACITIVE = 30000|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:AuthSubType
方法or属性:FINGERPRINT_OPTICAL = 30001|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:AuthSubType
方法or属性:FINGERPRINT_ULTRASONIC = 30002|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:FingerprintTips
方法or属性:FINGERPRINT_TIP_FINGER_DOWN = 6|@ohos.account.osAccount.d.ts|
+|新增|NA|类名:FingerprintTips
方法or属性:FINGERPRINT_TIP_FINGER_UP = 7|@ohos.account.osAccount.d.ts|
+|访问级别有变化|类名:UserAuth
访问级别:公开API|类名:UserAuth
访问级别:系统API|@ohos.account.osAccount.d.ts|
+|访问级别有变化|类名:PINAuth
访问级别:公开API|类名:PINAuth
访问级别:系统API|@ohos.account.osAccount.d.ts|
+|访问级别有变化|类名:InputerManager
访问级别:公开API|类名:InputerManager
访问级别:系统API|@ohos.account.osAccount.d.ts|
+|访问级别有变化|类名: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|
+|新增(错误码)|NA|类名:UserIdentityManager
方法 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
new file mode 100644
index 0000000000000000000000000000000000000000..48b916b4920986253cd61366905f00910ddfb70b
--- /dev/null
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md
@@ -0,0 +1,2309 @@
+| 操作 | 旧版本 | 新版本 | d.ts文件 |
+| ---- | ------ | ------ | -------- |
+|新增|NA|模块名: ohos.arkui.componentSnapshot
类名: componentSnapshot|@ohos.arkui.componentSnapshot.d.ts|
+|新增|NA|模块名: ohos.arkui.componentSnapshot
类名: componentSnapshot
方法 or 属性: function get(id: string, callback: AsyncCallback\): void;|@ohos.arkui.componentSnapshot.d.ts|
+|新增|NA|模块名: ohos.arkui.componentSnapshot
类名: componentSnapshot
方法 or 属性: function get(id: string): Promise\;|@ohos.arkui.componentSnapshot.d.ts|
+|新增|NA|模块名: ohos.arkui.componentSnapshot
类名: componentSnapshot
方法 or 属性: function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\): void;|@ohos.arkui.componentSnapshot.d.ts|
+|新增|NA|模块名: ohos.arkui.componentSnapshot
类名: componentSnapshot
方法 or 属性: function createFromBuilder(builder: CustomBuilder): Promise\;|@ohos.arkui.componentSnapshot.d.ts|
+|新增|NA|模块名: ohos.arkui.drawableDescriptor
类名: DrawableDescriptor|@ohos.arkui.drawableDescriptor.d.ts|
+|新增|NA|模块名: ohos.arkui.drawableDescriptor
类名: DrawableDescriptor
方法 or 属性: constructor();|@ohos.arkui.drawableDescriptor.d.ts|
+|新增|NA|模块名: ohos.arkui.drawableDescriptor
类名: DrawableDescriptor
方法 or 属性: getPixelMap(): image.PixelMap;|@ohos.arkui.drawableDescriptor.d.ts|
+|新增|NA|模块名: ohos.arkui.drawableDescriptor
类名: LayeredDrawableDescriptor|@ohos.arkui.drawableDescriptor.d.ts|
+|新增|NA|模块名: ohos.arkui.drawableDescriptor
类名: LayeredDrawableDescriptor
方法 or 属性: getForeground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts|
+|新增|NA|模块名: ohos.arkui.drawableDescriptor
类名: LayeredDrawableDescriptor
方法 or 属性: getBackground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts|
+|新增|NA|模块名: ohos.arkui.drawableDescriptor
类名: LayeredDrawableDescriptor
方法 or 属性: getMask(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts|
+|新增|NA|类名:curves
方法or属性:function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve;|@ohos.curves.d.ts|
+|新增|NA|类名:MeasureOptions
方法or属性:textContent: string \| Resource;|@ohos.measure.d.ts|
+|新增|NA|类名:MeasureOptions
方法or属性:constraintWidth?: number \| string \| Resource;|@ohos.measure.d.ts|
+|新增|NA|类名:MeasureOptions
方法or属性:textAlign?: number \| TextAlign;|@ohos.measure.d.ts|
+|新增|NA|类名:MeasureOptions
方法or属性:overflow?: number \| TextOverflow;|@ohos.measure.d.ts|
+|新增|NA|类名:MeasureOptions
方法or属性:maxLines?: number;|@ohos.measure.d.ts|
+|新增|NA|类名:MeasureOptions
方法or属性:lineHeight?: number \| string \| Resource;|@ohos.measure.d.ts|
+|新增|NA|类名:MeasureOptions
方法or属性:baselineOffset?: number \| string;|@ohos.measure.d.ts|
+|新增|NA|类名:MeasureOptions
方法or属性:textCase?: number \| TextCase;|@ohos.measure.d.ts|
+|新增|NA|模块名: ohos.measure
类名: MeasureText
方法 or 属性:static measureTextSize(options: MeasureOptions): SizeOptions;|@ohos.measure.d.ts|
+|新增|NA|类名:MeasureText
方法or属性:static measureTextSize(options: MeasureOptions): SizeOptions;|@ohos.measure.d.ts|
+|新增|NA|模块名: ohos.uiAppearance
类名: uiAppearance|@ohos.uiAppearance.d.ts|
+|新增|NA|模块名: ohos.uiAppearance
类名: DarkMode|@ohos.uiAppearance.d.ts|
+|新增|NA|模块名: ohos.uiAppearance
类名: DarkMode
方法 or 属性: ALWAYS_DARK = 0|@ohos.uiAppearance.d.ts|
+|新增|NA|模块名: ohos.uiAppearance
类名: DarkMode
方法 or 属性: ALWAYS_LIGHT = 1|@ohos.uiAppearance.d.ts|
+|新增|NA|模块名: ohos.uiAppearance
类名: uiAppearance
方法 or 属性: function setDarkMode(mode: DarkMode, callback: AsyncCallback\): void;|@ohos.uiAppearance.d.ts|
+|新增|NA|模块名: ohos.uiAppearance
类名: uiAppearance
方法 or 属性: function setDarkMode(mode: DarkMode): Promise\;|@ohos.uiAppearance.d.ts|
+|新增|NA|模块名: ohos.uiAppearance
类名: uiAppearance
方法 or 属性: function getDarkMode(): DarkMode;|@ohos.uiAppearance.d.ts|
+|新增|NA|类名:AlertDialogParamWithConfirm
方法or属性:confirm?: {
/**
* Text content of the confirmation button.
* @since 7
*/
/**
* Text content of the confirmation button.
* @crossplatform
* @since 10
*/
value: ResourceStr;
/**
* Text color of the confirmation button.
* @since 7
*/
/**
* Text color of the confirmation button.
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;
/**
* Background color of the confirmation button.
* @since 7
*/
/**
* Background color of the confirmation button.
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;
/**
* Method executed by the callback.
* @since 7
*/
/**
* Method executed by the callback.
* @crossplatform
* @since 10
*/
action: () => void;
};|alert_dialog.d.ts|
+|新增|NA|类名:AlertDialogParamWithButtons
方法or属性:primaryButton: {
/**
* Text content of the confirmation button.
* @since 7
*/
/**
* Text content of the confirmation button.
* @crossplatform
* @since 10
*/
value: ResourceStr;
/**
* Text color of the confirmation button.
* @since 7
*/
/**
* Text color of the confirmation button.
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;
/**
* Background color of the confirmation button.
* @since 7
*/
/**
* Background color of the confirmation button.
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;
/**
* Method executed by the callback.
* @since 7
*/
/**
* Method executed by the callback.
* @crossplatform
* @since 10
*/
action: () => void;
};|alert_dialog.d.ts|
+|新增|NA|类名:AlertDialogParamWithButtons
方法or属性:secondaryButton: {
/**
* Text content of the confirmation button.
* @since 7
*/
/**
* Text content of the confirmation button.
* @crossplatform
* @since 10
*/
value: ResourceStr;
/**
* Text color of the confirmation button.
* @since 7
*/
/**
* Text color of the confirmation button.
* @crossplatform
* @since 10
*/
fontColor?: ResourceColor;
/**
* Background color of the confirmation button.
* @since 7
*/
/**
* Background color of the confirmation button.
* @crossplatform
* @since 10
*/
backgroundColor?: ResourceColor;
/**
* Method executed by the callback.
* @since 7
*/
/**
* Method executed by the callback.
* @crossplatform
* @since 10
*/
action: () => void;
};|alert_dialog.d.ts|
+|新增|NA|类名:AlphabetIndexerAttribute
方法or属性:popupSelectedColor(value: ResourceColor): AlphabetIndexerAttribute;|alphabet_indexer.d.ts|
+|新增|NA|类名:AlphabetIndexerAttribute
方法or属性:popupUnselectedColor(value: ResourceColor): AlphabetIndexerAttribute;|alphabet_indexer.d.ts|
+|新增|NA|类名:AlphabetIndexerAttribute
方法or属性:popupItemBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;|alphabet_indexer.d.ts|
+|新增|NA|类名:AlphabetIndexerAttribute
方法or属性:popupItemFont(value: Font): AlphabetIndexerAttribute;|alphabet_indexer.d.ts|
+|新增|NA|模块名: badge
类名: BadgeStyle
方法 or 属性: borderColor?: ResourceColor;|badge.d.ts|
+|新增|NA|模块名: badge
类名: BadgeStyle
方法 or 属性: borderWidth?: Length;|badge.d.ts|
+|新增|NA|模块名: badge
类名: BadgeStyle
方法 or 属性: fontWeight?: number \| FontWeight \| string;|badge.d.ts|
+|新增|NA|模块名: button
类名: LabelStyle|button.d.ts|
+|新增|NA|模块名: button
类名: LabelStyle
方法 or 属性: overflow?: TextOverflow;|button.d.ts|
+|新增|NA|模块名: button
类名: LabelStyle
方法 or 属性: maxLines?: number;|button.d.ts|
+|新增|NA|模块名: button
类名: LabelStyle
方法 or 属性: minFontSize?: number \| ResourceStr;|button.d.ts|
+|新增|NA|模块名: button
类名: LabelStyle
方法 or 属性: maxFontSize?: number \| ResourceStr;|button.d.ts|
+|新增|NA|模块名: button
类名: LabelStyle
方法 or 属性: heightAdaptivePolicy?: TextHeightAdaptivePolicy;|button.d.ts|
+|新增|NA|模块名: button
类名: LabelStyle
方法 or 属性: font?: Font;|button.d.ts|
+|新增|NA|模块名: button
类名: ButtonAttribute
方法 or 属性: labelStyle(value: LabelStyle): ButtonAttribute;|button.d.ts|
+|新增|NA|模块名: canvas
类名: CanvasPattern|canvas.d.ts|
+|新增|NA|类名:CanvasPattern
方法or属性:|canvas.d.ts|
+|新增|NA|模块名: canvas
类名: CanvasPattern
方法 or 属性:setTransform(transform?: Matrix2D): void;|canvas.d.ts|
+|新增|NA|类名:CanvasPattern
方法or属性:setTransform(transform?: Matrix2D): void;|canvas.d.ts|
+|新增|NA|类名:CanvasRenderer
方法or属性:fillStyle: string \| number \| CanvasGradient \| CanvasPattern;|canvas.d.ts|
+|新增|NA|类名:CanvasRenderer
方法or属性:strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;|canvas.d.ts|
+|新增|NA|类名:CanvasRenderer
方法or属性:createConicGradient(
startAngle: number,
x: number,
y: number
): CanvasGradient;|canvas.d.ts|
+|新增|NA|类名:CanvasRenderer
方法or属性:putImageData(imagedata: ImageData, dx: number \| string, dy: number \| string): void;|canvas.d.ts|
+|新增|NA|类名:CanvasRenderer
方法or属性:putImageData(
imagedata: ImageData,
dx: number \| string,
dy: number \| string,
dirtyX: number \| string,
dirtyY: number \| string,
dirtyWidth: number \| string,
dirtyHeight: number \| string
): void;|canvas.d.ts|
+|新增|NA|模块名: canvas
类名: OffscreenCanvas
方法 or 属性:getContext(contextType: "2d", option?: RenderingContextSettings): OffscreenCanvasRenderingContext2D;|canvas.d.ts|
+|新增|NA|类名:OffscreenCanvas
方法or属性:getContext(contextType: "2d", option?: RenderingContextSettings): OffscreenCanvasRenderingContext2D;|canvas.d.ts|
+|新增|NA|模块名: checkbox
类名: CheckboxAttribute
方法 or 属性: unselectedColor(value: ResourceColor): CheckboxAttribute;|checkbox.d.ts|
+|新增|NA|模块名: checkbox
类名: CheckboxAttribute
方法 or 属性: mark(value: MarkStyle): CheckboxAttribute;|checkbox.d.ts|
+|新增|NA|模块名: checkboxgroup
类名: CheckboxGroupAttribute
方法 or 属性: unselectedColor(value: ResourceColor): CheckboxGroupAttribute;|checkboxgroup.d.ts|
+|新增|NA|模块名: checkboxgroup
类名: CheckboxGroupAttribute
方法 or 属性: mark(value: MarkStyle): CheckboxGroupAttribute;|checkboxgroup.d.ts|
+|新增|NA|类名:global
方法or属性:declare const AnimatableExtend: MethodDecorator & ((value: Object) => MethodDecorator);|common.d.ts|
+|新增|NA|模块名: common
类名: AnimatableArithmetic|common.d.ts|
+|新增|NA|类名:AnimatableArithmetic
方法or属性:|common.d.ts|
+|新增|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|类名:TransitionEdge
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEdge
方法 or 属性:TOP|common.d.ts|
+|新增|NA|类名:TransitionEdge
方法or属性:TOP|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEdge
方法 or 属性:BOTTOM|common.d.ts|
+|新增|NA|类名:TransitionEdge
方法or属性:BOTTOM|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEdge
方法 or 属性:START|common.d.ts|
+|新增|NA|类名:TransitionEdge
方法or属性:START|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEdge
方法 or 属性:END|common.d.ts|
+|新增|NA|类名:TransitionEdge
方法or属性:END|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:static readonly IDENTITY: TransitionEffect\<"identity">;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:static readonly IDENTITY: TransitionEffect\<"identity">;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:static readonly OPACITY: TransitionEffect\<"opacity">;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:static readonly OPACITY: TransitionEffect\<"opacity">;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:static readonly SLIDE: TransitionEffect\<
"asymmetric",
{
appear: TransitionEffect\<"move", TransitionEdge>;
disappear: TransitionEffect\<"move", TransitionEdge>;
}
>;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:static readonly SLIDE: TransitionEffect\<
"asymmetric",
{
appear: TransitionEffect\<"move", TransitionEdge>;
disappear: TransitionEffect\<"move", TransitionEdge>;
}
>;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:static readonly SLIDE_SWITCH: TransitionEffect\<"slideSwitch">;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:static readonly SLIDE_SWITCH: TransitionEffect\<"slideSwitch">;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:static translate(options: TranslateOptions): TransitionEffect\<"translate">;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:static translate(options: TranslateOptions): TransitionEffect\<"translate">;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:static rotate(options: RotateOptions): TransitionEffect\<"rotate">;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:static rotate(options: RotateOptions): TransitionEffect\<"rotate">;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:static scale(options: ScaleOptions): TransitionEffect\<"scale">;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:static scale(options: ScaleOptions): TransitionEffect\<"scale">;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:static opacity(alpha: number): TransitionEffect\<"opacity">;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:static opacity(alpha: number): TransitionEffect\<"opacity">;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:static move(edge: TransitionEdge): TransitionEffect\<"move">;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:static move(edge: TransitionEdge): TransitionEffect\<"move">;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:static asymmetric(
appear: TransitionEffect,
disappear: TransitionEffect
): TransitionEffect\<"asymmetric">;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:static asymmetric(
appear: TransitionEffect,
disappear: TransitionEffect
): TransitionEffect\<"asymmetric">;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:constructor(type: Type, effect: Effect);|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:constructor(type: Type, effect: Effect);|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:animation(value: AnimateParam): TransitionEffect;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:animation(value: AnimateParam): TransitionEffect;|common.d.ts|
+|新增|NA|模块名: common
类名: TransitionEffect
方法 or 属性:combine(transitionEffect: TransitionEffect): TransitionEffect;|common.d.ts|
+|新增|NA|类名:TransitionEffect
方法or属性:combine(transitionEffect: TransitionEffect): TransitionEffect;|common.d.ts|
+|新增|NA|类名:SourceTool
方法or属性:Finger|common.d.ts|
+|新增|NA|类名:SourceTool
方法or属性:Pen|common.d.ts|
+|新增|NA|类名:BlurStyle
方法or属性:BackgroundThin|common.d.ts|
+|新增|NA|类名:BlurStyle
方法or属性:BackgroundRegular|common.d.ts|
+|新增|NA|类名:BlurStyle
方法or属性:BackgroundThick|common.d.ts|
+|新增|NA|类名:BlurStyle
方法or属性:BackgroundUltraThick|common.d.ts|
+|新增|NA|类名:BlurStyle
方法or属性:BACKGROUND_THIN|common.d.ts|
+|新增|NA|类名:BlurStyle
方法or属性:BACKGROUND_REGULAR|common.d.ts|
+|新增|NA|类名:BlurStyle
方法or属性:BACKGROUND_THICK|common.d.ts|
+|新增|NA|类名:BlurStyle
方法or属性:BACKGROUND_ULTRA_THICK|common.d.ts|
+|新增|NA|模块名: common
类名: ThemeColorMode|common.d.ts|
+|新增|NA|类名:ThemeColorMode
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: ThemeColorMode
方法 or 属性:System|common.d.ts|
+|新增|NA|类名:ThemeColorMode
方法or属性:System|common.d.ts|
+|新增|NA|模块名: common
类名: ThemeColorMode
方法 or 属性:Light|common.d.ts|
+|新增|NA|类名:ThemeColorMode
方法or属性:Light|common.d.ts|
+|新增|NA|模块名: common
类名: ThemeColorMode
方法 or 属性:Dark|common.d.ts|
+|新增|NA|类名:ThemeColorMode
方法or属性:Dark|common.d.ts|
+|新增|NA|模块名: common
类名: ThemeColorMode
方法 or 属性:SYSTEM|common.d.ts|
+|新增|NA|类名:ThemeColorMode
方法or属性:SYSTEM|common.d.ts|
+|新增|NA|模块名: common
类名: ThemeColorMode
方法 or 属性:LIGHT|common.d.ts|
+|新增|NA|类名:ThemeColorMode
方法or属性:LIGHT|common.d.ts|
+|新增|NA|模块名: common
类名: ThemeColorMode
方法 or 属性:DARK|common.d.ts|
+|新增|NA|类名:ThemeColorMode
方法or属性:DARK|common.d.ts|
+|新增|NA|模块名: common
类名: AdaptiveColor|common.d.ts|
+|新增|NA|类名:AdaptiveColor
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: AdaptiveColor
方法 or 属性:Default|common.d.ts|
+|新增|NA|类名:AdaptiveColor
方法or属性:Default|common.d.ts|
+|新增|NA|模块名: common
类名: AdaptiveColor
方法 or 属性:Average|common.d.ts|
+|新增|NA|类名:AdaptiveColor
方法or属性:Average|common.d.ts|
+|新增|NA|模块名: common
类名: AdaptiveColor
方法 or 属性:DEFAULT|common.d.ts|
+|新增|NA|类名:AdaptiveColor
方法or属性:DEFAULT|common.d.ts|
+|新增|NA|模块名: common
类名: AdaptiveColor
方法 or 属性:AVERAGE|common.d.ts|
+|新增|NA|类名:AdaptiveColor
方法or属性:AVERAGE|common.d.ts|
+|新增|NA|模块名: common
类名: ModalTransition|common.d.ts|
+|新增|NA|类名:ModalTransition
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: ModalTransition
方法 or 属性:Default|common.d.ts|
+|新增|NA|类名:ModalTransition
方法or属性:Default|common.d.ts|
+|新增|NA|模块名: common
类名: ModalTransition
方法 or 属性:None|common.d.ts|
+|新增|NA|类名:ModalTransition
方法or属性:None|common.d.ts|
+|新增|NA|模块名: common
类名: ModalTransition
方法 or 属性:Alpha|common.d.ts|
+|新增|NA|类名:ModalTransition
方法or属性:Alpha|common.d.ts|
+|新增|NA|模块名: common
类名: ModalTransition
方法 or 属性:DEFAULT|common.d.ts|
+|新增|NA|类名:ModalTransition
方法or属性:DEFAULT|common.d.ts|
+|新增|NA|模块名: common
类名: ModalTransition
方法 or 属性:NONE|common.d.ts|
+|新增|NA|类名:ModalTransition
方法or属性:NONE|common.d.ts|
+|新增|NA|模块名: common
类名: ModalTransition
方法 or 属性:ALPHA|common.d.ts|
+|新增|NA|类名:ModalTransition
方法or属性:ALPHA|common.d.ts|
+|新增|NA|模块名: common
类名: BackgroundBlurStyleOptions|common.d.ts|
+|新增|NA|类名:BackgroundBlurStyleOptions
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: BackgroundBlurStyleOptions
方法 or 属性:colorMode?: ThemeColorMode;|common.d.ts|
+|新增|NA|类名:BackgroundBlurStyleOptions
方法or属性:colorMode?: ThemeColorMode;|common.d.ts|
+|新增|NA|模块名: common
类名: BackgroundBlurStyleOptions
方法 or 属性:adaptiveColor?: AdaptiveColor;|common.d.ts|
+|新增|NA|类名:BackgroundBlurStyleOptions
方法or属性:adaptiveColor?: AdaptiveColor;|common.d.ts|
+|新增|NA|模块名: common
类名: BackgroundBlurStyleOptions
方法 or 属性:scale?: number;|common.d.ts|
+|新增|NA|类名:BackgroundBlurStyleOptions
方法or属性:scale?: number;|common.d.ts|
+|新增|NA|模块名: common
类名: PickerTextStyle|common.d.ts|
+|新增|NA|类名:PickerTextStyle
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: PickerTextStyle
方法 or 属性:color?: ResourceColor;|common.d.ts|
+|新增|NA|类名:PickerTextStyle
方法or属性:color?: ResourceColor;|common.d.ts|
+|新增|NA|模块名: common
类名: PickerTextStyle
方法 or 属性:font?: Font;|common.d.ts|
+|新增|NA|类名:PickerTextStyle
方法or属性:font?: Font;|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowType|common.d.ts|
+|新增|NA|类名:ShadowType
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowType
方法 or 属性:COLOR|common.d.ts|
+|新增|NA|类名:ShadowType
方法or属性:COLOR|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowType
方法 or 属性:BLUR|common.d.ts|
+|新增|NA|类名:ShadowType
方法or属性:BLUR|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowOptions|common.d.ts|
+|新增|NA|类名:ShadowOptions
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowOptions
方法 or 属性:radius: number \| Resource;|common.d.ts|
+|新增|NA|类名:ShadowOptions
方法or属性:radius: number \| Resource;|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowOptions
方法 or 属性:type?: ShadowType;|common.d.ts|
+|新增|NA|类名:ShadowOptions
方法or属性:type?: ShadowType;|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowOptions
方法 or 属性:color?: Color \| string \| Resource;|common.d.ts|
+|新增|NA|类名:ShadowOptions
方法or属性:color?: Color \| string \| Resource;|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowOptions
方法 or 属性:offsetX?: number \| Resource;|common.d.ts|
+|新增|NA|类名:ShadowOptions
方法or属性:offsetX?: number \| Resource;|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowOptions
方法 or 属性:offsetY?: number \| Resource;|common.d.ts|
+|新增|NA|类名:ShadowOptions
方法or属性:offsetY?: number \| Resource;|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OuterDefaultXS|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OuterDefaultXS|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OuterDefaultSM|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OuterDefaultSM|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OuterDefaultMD|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OuterDefaultMD|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OuterDefaultLG|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OuterDefaultLG|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OuterFloatingSM|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OuterFloatingSM|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OuterFloatingMD|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OuterFloatingMD|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OUTER_DEFAULT_XS|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OUTER_DEFAULT_XS|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OUTER_DEFAULT_SM|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OUTER_DEFAULT_SM|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OUTER_DEFAULT_MD|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OUTER_DEFAULT_MD|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OUTER_DEFAULT_LG|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OUTER_DEFAULT_LG|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OUTER_FLOATING_SM|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OUTER_FLOATING_SM|common.d.ts|
+|新增|NA|模块名: common
类名: ShadowStyle
方法 or 属性:OUTER_FLOATING_MD|common.d.ts|
+|新增|NA|类名:ShadowStyle
方法or属性:OUTER_FLOATING_MD|common.d.ts|
+|新增|NA|模块名: common
类名: SheetSize|common.d.ts|
+|新增|NA|类名:SheetSize
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: SheetSize
方法 or 属性:MEDIUM|common.d.ts|
+|新增|NA|类名:SheetSize
方法or属性:MEDIUM|common.d.ts|
+|新增|NA|模块名: common
类名: SheetSize
方法 or 属性:LARGE|common.d.ts|
+|新增|NA|类名:SheetSize
方法or属性:LARGE|common.d.ts|
+|新增|NA|模块名: common
类名: DragBehavior|common.d.ts|
+|新增|NA|类名:DragBehavior
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: DragBehavior
方法 or 属性:COPY|common.d.ts|
+|新增|NA|类名:DragBehavior
方法or属性:COPY|common.d.ts|
+|新增|NA|模块名: common
类名: DragBehavior
方法 or 属性:MOVE|common.d.ts|
+|新增|NA|类名:DragBehavior
方法or属性:MOVE|common.d.ts|
+|新增|NA|模块名: common
类名: DragRet|common.d.ts|
+|新增|NA|类名:DragRet
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: DragRet
方法 or 属性:DRAG_SUCCESS|common.d.ts|
+|新增|NA|类名:DragRet
方法or属性:DRAG_SUCCESS|common.d.ts|
+|新增|NA|模块名: common
类名: DragRet
方法 or 属性:DRAG_FAILED|common.d.ts|
+|新增|NA|类名:DragRet
方法or属性:DRAG_FAILED|common.d.ts|
+|新增|NA|模块名: common
类名: DragRet
方法 or 属性:DRAG_CANCELED|common.d.ts|
+|新增|NA|类名:DragRet
方法or属性:DRAG_CANCELED|common.d.ts|
+|新增|NA|模块名: common
类名: DragRet
方法 or 属性:DROP_ENABLED|common.d.ts|
+|新增|NA|类名:DragRet
方法or属性:DROP_ENABLED|common.d.ts|
+|新增|NA|模块名: common
类名: DragRet
方法 or 属性:DROP_DISABLED|common.d.ts|
+|新增|NA|类名:DragRet
方法or属性:DROP_DISABLED|common.d.ts|
+|新增|NA|类名:DragEvent
方法or属性:dragBehavior: DragBehavior;|common.d.ts|
+|新增|NA|类名:DragEvent
方法or属性:useCustomDropAnimation: boolean;|common.d.ts|
+|新增|NA|类名:DragEvent
方法or属性:setData(unifiedData: UnifiedData): void;|common.d.ts|
+|新增|NA|类名:DragEvent
方法or属性:getData(): UnifiedData;|common.d.ts|
+|新增|NA|类名:DragEvent
方法or属性:getSummary(): Summary;|common.d.ts|
+|新增|NA|类名:DragEvent
方法or属性:setResult(dragRet: DragRet): void;|common.d.ts|
+|新增|NA|类名:DragEvent
方法or属性:getResult(): DragRet;|common.d.ts|
+|新增|NA|类名:DragEvent
方法or属性:getPreviewRect(): Rectangle;|common.d.ts|
+|新增|NA|模块名: common
类名: SheetStyle|common.d.ts|
+|新增|NA|类名:SheetStyle
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: SheetStyle
方法 or 属性:height?: SheetSize \| Length;|common.d.ts|
+|新增|NA|类名:SheetStyle
方法or属性:height?: SheetSize \| Length;|common.d.ts|
+|新增|NA|模块名: common
类名: SheetStyle
方法 or 属性:dragBar?: boolean;|common.d.ts|
+|新增|NA|类名:SheetStyle
方法or属性:dragBar?: boolean;|common.d.ts|
+|新增|NA|模块名: common
类名: PopupMessageOptions|common.d.ts|
+|新增|NA|类名:PopupMessageOptions
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: PopupMessageOptions
方法 or 属性:textColor?: ResourceColor;|common.d.ts|
+|新增|NA|类名:PopupMessageOptions
方法or属性:textColor?: ResourceColor;|common.d.ts|
+|新增|NA|模块名: common
类名: PopupMessageOptions
方法 or 属性:font?: Font;|common.d.ts|
+|新增|NA|类名:PopupMessageOptions
方法or属性:font?: Font;|common.d.ts|
+|新增|NA|类名:PopupOptions
方法or属性:placement?: Placement;|common.d.ts|
+|新增|NA|类名:PopupOptions
方法or属性:primaryButton?: {
/**
* Button text value
* @since 7
*/
/**
* Button text value
* @crossplatform
* @since 10
*/
value: string;
/**
* action
* @since 7
*/
/**
* action
* @crossplatform
* @since 10
*/
action: () => void;
};|common.d.ts|
+|新增|NA|类名:PopupOptions
方法or属性:secondaryButton?: {
/**
* Button text value
* @since 7
*/
/**
* Button text value
* @crossplatform
* @since 10
*/
value: string;
/**
* action
* @since 7
*/
/**
* action
* @crossplatform
* @since 10
*/
action: () => void;
};|common.d.ts|
+|新增|NA|类名:PopupOptions
方法or属性:mask?: boolean \| { color: ResourceColor };|common.d.ts|
+|新增|NA|类名:PopupOptions
方法or属性:messageOptions?: PopupMessageOptions|common.d.ts|
+|新增|NA|类名:PopupOptions
方法or属性:targetSpace?: Length|common.d.ts|
+|新增|NA|类名:CustomPopupOptions
方法or属性:mask?: boolean \| { color: ResourceColor };|common.d.ts|
+|新增|NA|类名:CustomPopupOptions
方法or属性:targetSpace?: Length|common.d.ts|
+|新增|NA|模块名: common
类名: ContextMenuOptions|common.d.ts|
+|新增|NA|类名:ContextMenuOptions
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: ContextMenuOptions
方法 or 属性:offset?: Position;|common.d.ts|
+|新增|NA|类名:ContextMenuOptions
方法or属性:offset?: Position;|common.d.ts|
+|新增|NA|模块名: common
类名: ContextMenuOptions
方法 or 属性:placement?: Placement;|common.d.ts|
+|新增|NA|类名:ContextMenuOptions
方法or属性:placement?: Placement;|common.d.ts|
+|新增|NA|模块名: common
类名: ContextMenuOptions
方法 or 属性:onAppear?: () => void;|common.d.ts|
+|新增|NA|类名:ContextMenuOptions
方法or属性:onAppear?: () => void;|common.d.ts|
+|新增|NA|模块名: common
类名: ContextMenuOptions
方法 or 属性:onDisappear?: () => void;|common.d.ts|
+|新增|NA|类名:ContextMenuOptions
方法or属性:onDisappear?: () => void;|common.d.ts|
+|新增|NA|模块名: common
类名: MenuOptions|common.d.ts|
+|新增|NA|类名:MenuOptions
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: MenuOptions
方法 or 属性:title?: ResourceStr;|common.d.ts|
+|新增|NA|类名:MenuOptions
方法or属性:title?: ResourceStr;|common.d.ts|
+|新增|NA|模块名: common
类名: ProgressMask|common.d.ts|
+|新增|NA|类名:ProgressMask
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: ProgressMask
方法 or 属性:constructor(value: number, total: number, color: ResourceColor);|common.d.ts|
+|新增|NA|类名:ProgressMask
方法or属性:constructor(value: number, total: number, color: ResourceColor);|common.d.ts|
+|新增|NA|模块名: common
类名: ProgressMask
方法 or 属性:updateProgress(value: number): void;|common.d.ts|
+|新增|NA|类名:ProgressMask
方法or属性:updateProgress(value: number): void;|common.d.ts|
+|新增|NA|模块名: common
类名: ProgressMask
方法 or 属性:updateColor(value: ResourceColor): void;|common.d.ts|
+|新增|NA|类名:ProgressMask
方法or属性:updateColor(value: ResourceColor): void;|common.d.ts|
+|新增|NA|模块名: common
类名: PixelStretchEffectOptions|common.d.ts|
+|新增|NA|类名:PixelStretchEffectOptions
方法or属性:|common.d.ts|
+|新增|NA|模块名: common
类名: PixelStretchEffectOptions
方法 or 属性:top?: Length;|common.d.ts|
+|新增|NA|类名:PixelStretchEffectOptions
方法or属性:top?: Length;|common.d.ts|
+|新增|NA|模块名: common
类名: PixelStretchEffectOptions
方法 or 属性:bottom?: Length;|common.d.ts|
+|新增|NA|类名:PixelStretchEffectOptions
方法or属性:bottom?: Length;|common.d.ts|
+|新增|NA|模块名: common
类名: PixelStretchEffectOptions
方法 or 属性:left?: Length;|common.d.ts|
+|新增|NA|类名:PixelStretchEffectOptions
方法or属性:left?: Length;|common.d.ts|
+|新增|NA|模块名: common
类名: PixelStretchEffectOptions
方法 or 属性:right?: Length;|common.d.ts|
+|新增|NA|类名:PixelStretchEffectOptions
方法or属性:right?: Length;|common.d.ts|
+|新增|NA|类名:CommonMethod
方法or属性:foregroundColor(value: ResourceColor \| ColoringStrategy): T;|common.d.ts|
+|新增|NA|类名:CommonMethod
方法or属性:onDragEnd(event: (event: DragEvent, extraParams?: string) => void): T;|common.d.ts|
+|新增|NA|类名:CommonMethod
方法or属性:allowDrop(value: Array\): T;|common.d.ts|
+|新增|NA|类名:CommonMethod
方法or属性:draggable(value: boolean): T;|common.d.ts|
+|新增|NA|类名:CommonMethod
方法or属性:bindContentCover(isShow: boolean, builder: CustomBuilder, type?: ModalTransition): T;|common.d.ts|
+|新增|NA|类名:CommonMethod
方法or属性:bindSheet(isShow: boolean, builder: CustomBuilder, style?: SheetStyle): T;|common.d.ts|
+|新增|NA|类名:CommonMethod
方法or属性:sphericalEffect(value: number): T;|common.d.ts|
+|新增|NA|类名:CommonMethod
方法or属性:lightUpEffect(value: number): T;|common.d.ts|
+|新增|NA|类名:CommonMethod
方法or属性:pixelStretchEffect(options: PixelStretchEffectOptions): T;|common.d.ts|
+|新增|NA|类名:CommonMethod
方法or属性:keyboardShortcut(value: string \| FunctionKey, keys: Array\, action?: () => void): T;|common.d.ts|
+|新增|NA|类名:CustomComponent
方法or属性:onRecycle?(params: { [key: string]: unknown }): void;|common.d.ts|
+|新增|NA|类名:SubscribedAbstractProperty
方法or属性:abstract aboutToBeDeleted(): void;|common_ts_ets_api.d.ts|
+|新增|NA|模块名: counter
类名: CounterAttribute
方法 or 属性: enableDec(value: boolean): CounterAttribute;|counter.d.ts|
+|新增|NA|模块名: counter
类名: CounterAttribute
方法 or 属性: enableInc(value: boolean): CounterAttribute;|counter.d.ts|
+|新增|NA|类名:CustomDialogControllerOptions
方法or属性:maskColor?: ResourceColor;|custom_dialog_controller.d.ts|
+|新增|NA|类名:CustomDialogControllerOptions
方法or属性:openAnimation?: AnimateParam;|custom_dialog_controller.d.ts|
+|新增|NA|类名:CustomDialogControllerOptions
方法or属性:closeAnimation?: AnimateParam;|custom_dialog_controller.d.ts|
+|新增|NA|类名:CustomDialogControllerOptions
方法or属性:showInSubWindow?: boolean;|custom_dialog_controller.d.ts|
+|新增|NA|模块名: data_panel
类名: LinearGradient|data_panel.d.ts|
+|新增|NA|模块名: data_panel
类名: LinearGradient
方法 or 属性: constructor(colorStops: ColorStop[]);|data_panel.d.ts|
+|新增|NA|模块名: data_panel
类名: DataPanelShadowOption|data_panel.d.ts|
+|新增|NA|模块名: data_panel
类名: DataPanelShadowOption
方法 or 属性: radius?: number \| Resource;|data_panel.d.ts|
+|新增|NA|模块名: data_panel
类名: DataPanelShadowOption
方法 or 属性: colors?: Array\;|data_panel.d.ts|
+|新增|NA|模块名: data_panel
类名: DataPanelShadowOption
方法 or 属性: offsetX?: number \| Resource;|data_panel.d.ts|
+|新增|NA|模块名: data_panel
类名: DataPanelShadowOption
方法 or 属性: offsetY?: number \| Resource;|data_panel.d.ts|
+|新增|NA|模块名: data_panel
类名: DataPanelAttribute
方法 or 属性: valueColors(value: Array\): DataPanelAttribute;|data_panel.d.ts|
+|新增|NA|模块名: data_panel
类名: DataPanelAttribute
方法 or 属性: trackBackgroundColor(value: ResourceColor): DataPanelAttribute;|data_panel.d.ts|
+|新增|NA|模块名: data_panel
类名: DataPanelAttribute
方法 or 属性: strokeWidth(value: Length): DataPanelAttribute;|data_panel.d.ts|
+|新增|NA|模块名: data_panel
类名: DataPanelAttribute
方法 or 属性: trackShadow(value: DataPanelShadowOption): DataPanelAttribute;|data_panel.d.ts|
+|新增|NA|类名:DatePickerAttribute
方法or属性:disappearTextStyle(value: PickerTextStyle): DatePickerAttribute;|date_picker.d.ts|
+|新增|NA|类名:DatePickerAttribute
方法or属性:textStyle(value: PickerTextStyle): DatePickerAttribute;|date_picker.d.ts|
+|新增|NA|类名:DatePickerAttribute
方法or属性:selectedTextStyle(value: PickerTextStyle): DatePickerAttribute;|date_picker.d.ts|
+|新增|NA|类名:DatePickerDialogOptions
方法or属性:showTime?: boolean;|date_picker.d.ts|
+|新增|NA|类名:DatePickerDialogOptions
方法or属性:useMilitaryTime?: boolean;|date_picker.d.ts|
+|新增|NA|类名:DatePickerDialogOptions
方法or属性:disappearTextStyle?: PickerTextStyle;|date_picker.d.ts|
+|新增|NA|类名:DatePickerDialogOptions
方法or属性:textStyle?: PickerTextStyle;|date_picker.d.ts|
+|新增|NA|类名:DatePickerDialogOptions
方法or属性:selectedTextStyle?: PickerTextStyle;|date_picker.d.ts|
+|新增|NA|模块名: enums
类名: ColoringStrategy|enums.d.ts|
+|新增|NA|类名:ColoringStrategy
方法or属性:|enums.d.ts|
+|新增|NA|模块名: enums
类名: ColoringStrategy
方法 or 属性:INVERT = "invert"|enums.d.ts|
+|新增|NA|类名:ColoringStrategy
方法or属性:INVERT = "invert"|enums.d.ts|
+|新增|NA|模块名: enums
类名: TextAlign
方法 or 属性:Justify|enums.d.ts|
+|新增|NA|类名:TextAlign
方法or属性:Justify|enums.d.ts|
+|新增|NA|模块名: enums
类名: TextAlign
方法 or 属性:JUSTIFY|enums.d.ts|
+|新增|NA|类名:TextAlign
方法or属性:JUSTIFY|enums.d.ts|
+|新增|NA|模块名: enums
类名: TextOverflow
方法 or 属性:Marquee|enums.d.ts|
+|新增|NA|类名:TextOverflow
方法or属性:Marquee|enums.d.ts|
+|新增|NA|模块名: enums
类名: TextOverflow
方法 or 属性:MARQUEE|enums.d.ts|
+|新增|NA|类名:TextOverflow
方法or属性:MARQUEE|enums.d.ts|
+|新增|NA|模块名: enums
类名: TextHeightAdaptivePolicy|enums.d.ts|
+|新增|NA|类名:TextHeightAdaptivePolicy
方法or属性:|enums.d.ts|
+|新增|NA|模块名: enums
类名: TextHeightAdaptivePolicy
方法 or 属性:MAX_LINES_FIRST|enums.d.ts|
+|新增|NA|类名:TextHeightAdaptivePolicy
方法or属性:MAX_LINES_FIRST|enums.d.ts|
+|新增|NA|模块名: enums
类名: TextHeightAdaptivePolicy
方法 or 属性:MIN_FONT_SIZE_FIRST|enums.d.ts|
+|新增|NA|类名:TextHeightAdaptivePolicy
方法or属性:MIN_FONT_SIZE_FIRST|enums.d.ts|
+|新增|NA|模块名: enums
类名: TextHeightAdaptivePolicy
方法 or 属性:LAYOUT_CONSTRAINT_FIRST|enums.d.ts|
+|新增|NA|类名:TextHeightAdaptivePolicy
方法or属性:LAYOUT_CONSTRAINT_FIRST|enums.d.ts|
+|新增|NA|模块名: enums
类名: ModifierKey|enums.d.ts|
+|新增|NA|类名:ModifierKey
方法or属性:|enums.d.ts|
+|新增|NA|模块名: enums
类名: ModifierKey
方法 or 属性:CTRL|enums.d.ts|
+|新增|NA|类名:ModifierKey
方法or属性:CTRL|enums.d.ts|
+|新增|NA|模块名: enums
类名: ModifierKey
方法 or 属性:SHIFT|enums.d.ts|
+|新增|NA|类名:ModifierKey
方法or属性:SHIFT|enums.d.ts|
+|新增|NA|模块名: enums
类名: ModifierKey
方法 or 属性:ALT|enums.d.ts|
+|新增|NA|类名:ModifierKey
方法or属性:ALT|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:ESC|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:ESC|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F1|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F1|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F2|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F2|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F3|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F3|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F4|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F4|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F5|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F5|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F6|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F6|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F7|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F7|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F8|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F8|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F9|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F9|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F10|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F10|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F11|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F11|enums.d.ts|
+|新增|NA|模块名: enums
类名: FunctionKey
方法 or 属性:F12|enums.d.ts|
+|新增|NA|类名:FunctionKey
方法or属性:F12|enums.d.ts|
+|新增|NA|模块名: enums
类名: ImageSpanAlignment|enums.d.ts|
+|新增|NA|类名:ImageSpanAlignment
方法or属性:|enums.d.ts|
+|新增|NA|模块名: enums
类名: ImageSpanAlignment
方法 or 属性:BASELINE|enums.d.ts|
+|新增|NA|类名:ImageSpanAlignment
方法or属性:BASELINE|enums.d.ts|
+|新增|NA|模块名: enums
类名: ImageSpanAlignment
方法 or 属性:BOTTOM|enums.d.ts|
+|新增|NA|类名:ImageSpanAlignment
方法or属性:BOTTOM|enums.d.ts|
+|新增|NA|模块名: enums
类名: ImageSpanAlignment
方法 or 属性:CENTER|enums.d.ts|
+|新增|NA|类名:ImageSpanAlignment
方法or属性:CENTER|enums.d.ts|
+|新增|NA|模块名: enums
类名: ImageSpanAlignment
方法 or 属性:TOP|enums.d.ts|
+|新增|NA|类名:ImageSpanAlignment
方法or属性:TOP|enums.d.ts|
+|新增|NA|模块名: form_component
类名: FormComponentAttribute
方法 or 属性: onLoad(callback: () => void): FormComponentAttribute;|form_component.d.ts|
+|新增|NA|类名:GridAttribute
方法or属性:edgeEffect(value: EdgeEffect): GridAttribute;|grid.d.ts|
+|新增|NA|类名:GridRowAttribute
方法or属性:alignItems(value: ItemAlign): GridRowAttribute;|grid_row.d.ts|
+|新增|NA|类名:ImageAttribute
方法or属性:onError(callback: (event?: {
/**
* Component width.
* @form
* @crossplatform
* @since 10
*/
componentWidth: number;
/**
* Component height.
* @form
* @crossplatform
* @since 10
*/
componentHeight: number
}) => void): ImageAttribute;|image.d.ts|
+|新增|NA|类名:ImageAttribute
方法or属性:onError(callback: (event?: {
/**
* Component width.
* @form
* @crossplatform
* @since 10
*/
componentWidth: number;
/**
* Component height.
* @form
* @crossplatform
* @since 10
*/
componentHeight: number;
/**
* Message.
* @form
* @crossplatform
* @since 10
*/
message: string
}) => void): ImageAttribute;|image.d.ts|
+|新增|NA|模块名: image_span
类名: ImageSpanInterface|image_span.d.ts|
+|新增|NA|模块名: image_span
类名: ImageSpanInterface
方法 or 属性: (value: ResourceStr \| PixelMap): ImageSpanAttribute;|image_span.d.ts|
+|新增|NA|模块名: image_span
类名: ImageSpanAttribute|image_span.d.ts|
+|新增|NA|模块名: image_span
类名: ImageSpanAttribute
方法 or 属性: verticalAlign(value: ImageSpanAlignment): ImageSpanAttribute;|image_span.d.ts|
+|新增|NA|模块名: image_span
类名: ImageSpanAttribute
方法 or 属性: objectFit(value: ImageFit): ImageSpanAttribute;|image_span.d.ts|
+|新增|NA|模块名: image_span
类名: global
方法 or 属性: declare const ImageSpan: ImageSpanInterface;|image_span.d.ts|
+|新增|NA|模块名: image_span
类名: global
方法 or 属性: declare const ImageSpanInstance: ImageSpanAttribute;|image_span.d.ts|
+|新增|NA|模块名: list
类名: ChainEdgeEffect|list.d.ts|
+|新增|NA|类名:ChainEdgeEffect
方法or属性:|list.d.ts|
+|新增|NA|模块名: list
类名: ChainEdgeEffect
方法 or 属性:DEFAULT|list.d.ts|
+|新增|NA|类名:ChainEdgeEffect
方法or属性:DEFAULT|list.d.ts|
+|新增|NA|模块名: list
类名: ChainEdgeEffect
方法 or 属性:STRETCH|list.d.ts|
+|新增|NA|类名:ChainEdgeEffect
方法or属性:STRETCH|list.d.ts|
+|新增|NA|模块名: list
类名: ChainAnimationOptions|list.d.ts|
+|新增|NA|类名:ChainAnimationOptions
方法or属性:|list.d.ts|
+|新增|NA|模块名: list
类名: ChainAnimationOptions
方法 or 属性:minSpace: Length;|list.d.ts|
+|新增|NA|类名:ChainAnimationOptions
方法or属性:minSpace: Length;|list.d.ts|
+|新增|NA|模块名: list
类名: ChainAnimationOptions
方法 or 属性:maxSpace: Length;|list.d.ts|
+|新增|NA|类名:ChainAnimationOptions
方法or属性:maxSpace: Length;|list.d.ts|
+|新增|NA|模块名: list
类名: ChainAnimationOptions
方法 or 属性:conductivity?: number;|list.d.ts|
+|新增|NA|类名:ChainAnimationOptions
方法or属性:conductivity?: number;|list.d.ts|
+|新增|NA|模块名: list
类名: ChainAnimationOptions
方法 or 属性:intensity?: number;|list.d.ts|
+|新增|NA|类名:ChainAnimationOptions
方法or属性:intensity?: number;|list.d.ts|
+|新增|NA|模块名: list
类名: ChainAnimationOptions
方法 or 属性:edgeEffect?: ChainEdgeEffect;|list.d.ts|
+|新增|NA|类名:ChainAnimationOptions
方法or属性:edgeEffect?: ChainEdgeEffect;|list.d.ts|
+|新增|NA|类名:ListAttribute
方法or属性:chainAnimationOptions(value: ChainAnimationOptions): ListAttribute;|list.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: scaleX?: number;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: rotateY?: number;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: rotateX?: number;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: scaleY?: number;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: translateX?: number;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: translateY?: number;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: identity(): Matrix2D;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: invert(): Matrix2D;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: multiply(other?: Matrix2D): Matrix2D;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: rotate(rx?: number, ry?: number): Matrix2D;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: rotate(degree: number, rx?: number, ry?: number): Matrix2D;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: translate(tx?: number, ty?: number): Matrix2D;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: scale(sx?: number, sy?: number): Matrix2D;|matrix2d.d.ts|
+|新增|NA|模块名: matrix2d
类名: Matrix2D
方法 or 属性: constructor();|matrix2d.d.ts|
+|新增|NA|类名:MenuAttribute
方法or属性:font(value: Font): MenuAttribute;|menu.d.ts|
+|新增|NA|类名:MenuAttribute
方法or属性:fontColor(value: ResourceColor): MenuAttribute;|menu.d.ts|
+|新增|NA|类名:MenuItemAttribute
方法or属性:contentFont(value: Font): MenuItemAttribute;|menu_item.d.ts|
+|新增|NA|类名:MenuItemAttribute
方法or属性:contentFontColor(value: ResourceColor): MenuItemAttribute;|menu_item.d.ts|
+|新增|NA|类名:MenuItemAttribute
方法or属性:labelFont(value: Font): MenuItemAttribute;|menu_item.d.ts|
+|新增|NA|类名:MenuItemAttribute
方法or属性:labelFontColor(value: ResourceColor): MenuItemAttribute;|menu_item.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathInfo|navigation.d.ts|
+|新增|NA|类名:NavPathInfo
方法or属性:|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathInfo
方法 or 属性:constructor(name: string, param: unknown);|navigation.d.ts|
+|新增|NA|类名:NavPathInfo
方法or属性:constructor(name: string, param: unknown);|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathInfo
方法 or 属性:name: string;|navigation.d.ts|
+|新增|NA|类名:NavPathInfo
方法or属性:name: string;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathInfo
方法 or 属性:param?: unknown;|navigation.d.ts|
+|新增|NA|类名:NavPathInfo
方法or属性:param?: unknown;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:constructor();|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:push(info: NavPathInfo): void;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:push(info: NavPathInfo): void;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:pushName(name: string, param: unknown): void;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:pushName(name: string, param: unknown): void;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:pop(): NavPathInfo \| undefined;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:pop(): NavPathInfo \| undefined;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:popTo(name: string): number;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:popTo(name: string): number;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:popToIndex(index: number): void;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:popToIndex(index: number): void;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:moveToTop(name: string): number;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:moveToTop(name: string): number;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:moveIndexToTop(index: number): void;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:moveIndexToTop(index: number): void;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:clear(): void;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:clear(): void;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:getAllPathName(): Array\;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:getAllPathName(): Array\;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:getParamByIndex(index: number): unknown \| undefined;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:getParamByIndex(index: number): unknown \| undefined;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:getParamByName(name: string): Array\;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:getParamByName(name: string): Array\;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:getIndexByName(name: string): Array\;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:getIndexByName(name: string): Array\;|navigation.d.ts|
+|新增|NA|模块名: navigation
类名: NavPathStack
方法 or 属性:size(): number;|navigation.d.ts|
+|新增|NA|类名:NavPathStack
方法or属性:size(): number;|navigation.d.ts|
+|新增|NA|类名:NavigationInterface
方法or属性:(pathInfos: NavPathStack): NavigationAttribute;|navigation.d.ts|
+|新增|NA|类名:NavigationAttribute
方法or属性:navDestination(builder: (name: string, param: unknown) => void): NavigationAttribute;|navigation.d.ts|
+|新增|NA|类名:NavDestinationAttribute
方法or属性:onShown(callback: (param: unknown) => void): NavDestinationAttribute;|nav_destination.d.ts|
+|新增|NA|类名:NavDestinationAttribute
方法or属性:onHidden(callback: () => void): NavDestinationAttribute;|nav_destination.d.ts|
+|新增|NA|类名:NavDestinationAttribute
方法or属性:onBackPressed(callback: () => boolean): NavDestinationAttribute;|nav_destination.d.ts|
+|新增|NA|模块名: nav_router
类名: RouteInfo|nav_router.d.ts|
+|新增|NA|类名:RouteInfo
方法or属性:|nav_router.d.ts|
+|新增|NA|模块名: nav_router
类名: RouteInfo
方法 or 属性:name: string;|nav_router.d.ts|
+|新增|NA|类名:RouteInfo
方法or属性:name: string;|nav_router.d.ts|
+|新增|NA|模块名: nav_router
类名: RouteInfo
方法 or 属性:param?: unknown;|nav_router.d.ts|
+|新增|NA|类名:RouteInfo
方法or属性:param?: unknown;|nav_router.d.ts|
+|新增|NA|类名:NavRouterInterface
方法or属性:(value: RouteInfo): NavRouterAttribute;|nav_router.d.ts|
+|新增|NA|模块名: nav_router
类名: NavRouteMode|nav_router.d.ts|
+|新增|NA|类名:NavRouteMode
方法or属性:|nav_router.d.ts|
+|新增|NA|模块名: nav_router
类名: NavRouteMode
方法 or 属性:PUSH_WITH_RECREATE|nav_router.d.ts|
+|新增|NA|类名:NavRouteMode
方法or属性:PUSH_WITH_RECREATE|nav_router.d.ts|
+|新增|NA|模块名: nav_router
类名: NavRouteMode
方法 or 属性:PUSH|nav_router.d.ts|
+|新增|NA|类名:NavRouteMode
方法or属性:PUSH|nav_router.d.ts|
+|新增|NA|模块名: nav_router
类名: NavRouteMode
方法 or 属性:REPLACE|nav_router.d.ts|
+|新增|NA|类名:NavRouteMode
方法or属性:REPLACE|nav_router.d.ts|
+|新增|NA|类名:NavRouterAttribute
方法or属性:mode(mode: NavRouteMode): NavRouterAttribute;|nav_router.d.ts|
+|新增|NA|模块名: radio
类名: RadioStyle|radio.d.ts|
+|新增|NA|模块名: radio
类名: RadioStyle
方法 or 属性: checkedBackgroundColor?: ResourceColor;|radio.d.ts|
+|新增|NA|模块名: radio
类名: RadioStyle
方法 or 属性: uncheckedBorderColor?: ResourceColor;|radio.d.ts|
+|新增|NA|模块名: radio
类名: RadioStyle
方法 or 属性: indicatorColor?: ResourceColor;|radio.d.ts|
+|新增|NA|模块名: radio
类名: RadioAttribute
方法 or 属性: radioStyle(value?: RadioStyle): RadioAttribute;|radio.d.ts|
+|新增|NA|模块名: refresh
类名: RefreshOptions|refresh.d.ts|
+|新增|NA|类名:RefreshOptions
方法or属性:|refresh.d.ts|
+|新增|NA|模块名: refresh
类名: RefreshOptions
方法 or 属性:refreshing: boolean;|refresh.d.ts|
+|新增|NA|类名:RefreshOptions
方法or属性:refreshing: boolean;|refresh.d.ts|
+|新增|NA|模块名: refresh
类名: RefreshOptions
方法 or 属性:offset?: number \| string;|refresh.d.ts|
+|新增|NA|类名:RefreshOptions
方法or属性:offset?: number \| string;|refresh.d.ts|
+|新增|NA|模块名: refresh
类名: RefreshOptions
方法 or 属性:friction?: number \| string;|refresh.d.ts|
+|新增|NA|类名:RefreshOptions
方法or属性:friction?: number \| string;|refresh.d.ts|
+|新增|NA|模块名: refresh
类名: RefreshOptions
方法 or 属性:builder?: CustomBuilder;|refresh.d.ts|
+|新增|NA|类名:RefreshOptions
方法or属性:builder?: CustomBuilder;|refresh.d.ts|
+|新增|NA|模块名: search
类名: CancelButtonStyle|search.d.ts|
+|新增|NA|类名:CancelButtonStyle
方法or属性:|search.d.ts|
+|新增|NA|模块名: search
类名: CancelButtonStyle
方法 or 属性:CONSTANT|search.d.ts|
+|新增|NA|类名:CancelButtonStyle
方法or属性:CONSTANT|search.d.ts|
+|新增|NA|模块名: search
类名: CancelButtonStyle
方法 or 属性:INVISIBLE|search.d.ts|
+|新增|NA|类名:CancelButtonStyle
方法or属性:INVISIBLE|search.d.ts|
+|新增|NA|模块名: search
类名: CancelButtonStyle
方法 or 属性:INPUT|search.d.ts|
+|新增|NA|类名:CancelButtonStyle
方法or属性:INPUT|search.d.ts|
+|新增|NA|模块名: search
类名: IconOptions|search.d.ts|
+|新增|NA|类名:IconOptions
方法or属性:|search.d.ts|
+|新增|NA|模块名: search
类名: IconOptions
方法 or 属性:size?: Length;|search.d.ts|
+|新增|NA|类名:IconOptions
方法or属性:size?: Length;|search.d.ts|
+|新增|NA|模块名: search
类名: IconOptions
方法 or 属性:color?: ResourceColor;|search.d.ts|
+|新增|NA|类名:IconOptions
方法or属性:color?: ResourceColor;|search.d.ts|
+|新增|NA|模块名: search
类名: IconOptions
方法 or 属性:src?: ResourceStr;|search.d.ts|
+|新增|NA|类名:IconOptions
方法or属性:src?: ResourceStr;|search.d.ts|
+|新增|NA|模块名: search
类名: CaretStyle|search.d.ts|
+|新增|NA|类名:CaretStyle
方法or属性:|search.d.ts|
+|新增|NA|模块名: search
类名: CaretStyle
方法 or 属性:width?: Length,|search.d.ts|
+|新增|NA|类名:CaretStyle
方法or属性:width?: Length,|search.d.ts|
+|新增|NA|模块名: search
类名: CaretStyle
方法 or 属性:color?: ResourceColor,|search.d.ts|
+|新增|NA|类名:CaretStyle
方法or属性:color?: ResourceColor,|search.d.ts|
+|新增|NA|模块名: search
类名: SearchButtonOption|search.d.ts|
+|新增|NA|类名:SearchButtonOption
方法or属性:|search.d.ts|
+|新增|NA|模块名: search
类名: SearchButtonOption
方法 or 属性:fontSize?: Length;|search.d.ts|
+|新增|NA|类名:SearchButtonOption
方法or属性:fontSize?: Length;|search.d.ts|
+|新增|NA|模块名: search
类名: SearchButtonOption
方法 or 属性:fontColor?: ResourceColor;|search.d.ts|
+|新增|NA|类名:SearchButtonOption
方法or属性:fontColor?: ResourceColor;|search.d.ts|
+|新增|NA|类名:SearchAttribute
方法or属性:fontColor(value: ResourceColor): SearchAttribute;|search.d.ts|
+|新增|NA|类名:SearchAttribute
方法or属性:searchIcon(value: IconOptions): SearchAttribute;|search.d.ts|
+|新增|NA|类名:SearchAttribute
方法or属性:cancelButton(value: { style?: CancelButtonStyle, icon?: IconOptions }): SearchAttribute;|search.d.ts|
+|新增|NA|类名:SearchAttribute
方法or属性:caretStyle(value: CaretStyle): SearchAttribute;|search.d.ts|
+|新增|NA|类名:SearchAttribute
方法or属性:enableKeyboardOnFocus(value: boolean): SearchAttribute;|search.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonLayoutDirection|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonLayoutDirection
方法 or 属性: HORIZONTAL = 0|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonLayoutDirection
方法 or 属性: VERTICAL = 1|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonLayoutOrder|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonLayoutOrder
方法 or 属性: ICON_FIRST = 0|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonLayoutOrder
方法 or 属性: TEXT_FIRST = 1|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationIconStyle|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationIconStyle
方法 or 属性: FULL_FILLED = 0|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationIconStyle
方法 or 属性: LINES = 1|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: CURRENT_LOCATION = 0|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: ADD_LOCATION = 1|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: SELECT_LOCATION = 2|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: SHARE_LOCATION = 3|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: SEND_LOCATION = 4|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: LOCATING = 5|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: LOCATION = 6|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: SEND_CURRENT_LOCATION = 7|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: RELOCATION = 8|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: PUNCH_IN = 9|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: LocationDescription
方法 or 属性: CURRENT_POSITION = 10|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: BackgroundButtonType|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: BackgroundButtonType
方法 or 属性: CAPSULE_BACKGROUND = 0|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: BackgroundButtonType
方法 or 属性: CIRCLE_BACKGROUND = 1|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: BackgroundButtonType
方法 or 属性: NORMAL_BACKGROUND = 2|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonOptions|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonOptions
方法 or 属性: icon?: LocationIconStyle;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonOptions
方法 or 属性: text?: LocationDescription;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonOptions
方法 or 属性: background?: BackgroundButtonType;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonOnClickResult|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonOnClickResult
方法 or 属性: LOCATION_BUTTON_CLICK_SUCCESS = 0|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonOnClickResult
方法 or 属性: LOCATION_BUTTON_CLICK_GRANT_FAILED = 1|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonInterface|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonInterface
方法 or 属性: (): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonInterface
方法 or 属性: (option: SecLocationButtonOptions): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: iconSize(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: layoutDirection(value: SecLocationButtonLayoutDirection): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: layoutOrder(value: SecLocationButtonLayoutOrder): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: position(value: Position): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: markAnchor(value: Position): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: offset(value: Position): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: fontSize(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: fontStyle(value: FontStyle): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: fontWeight(value: number \| FontWeight \| string): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: fontFamily(value: string \| Resource): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: fontColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: iconColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: backgroundColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: borderStyle(value: BorderStyle): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: borderWidth(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: borderColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: borderRadius(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: backgroundPadding(value: Padding \| Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: textIconPadding(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: SecLocationButtonAttribute
方法 or 属性: onClick(event: (result: SecLocationButtonOnClickResult, event?: ClickEvent) => void): SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: global
方法 or 属性: declare const SecLocationButton: SecLocationButtonInterface;|sec_location_button.d.ts|
+|新增|NA|模块名: sec_location_button
类名: global
方法 or 属性: declare const SecLocationButtonInstance: SecLocationButtonAttribute;|sec_location_button.d.ts|
+|新增|NA|模块名: select
类名: ArrowPosition|select.d.ts|
+|新增|NA|类名:ArrowPosition
方法or属性:|select.d.ts|
+|新增|NA|模块名: select
类名: ArrowPosition
方法 or 属性:END = 0|select.d.ts|
+|新增|NA|类名:ArrowPosition
方法or属性:END = 0|select.d.ts|
+|新增|NA|模块名: select
类名: ArrowPosition
方法 or 属性:START = 1|select.d.ts|
+|新增|NA|类名:ArrowPosition
方法or属性:START = 1|select.d.ts|
+|新增|NA|类名:SelectAttribute
方法or属性:space(value: Length): SelectAttribute;|select.d.ts|
+|新增|NA|类名:SelectAttribute
方法or属性:arrowPosition(value: ArrowPosition): SelectAttribute;|select.d.ts|
+|新增|NA|模块名: sidebar
类名: DividerStyle|sidebar.d.ts|
+|新增|NA|类名:DividerStyle
方法or属性:|sidebar.d.ts|
+|新增|NA|模块名: sidebar
类名: DividerStyle
方法 or 属性:strokeWidth: Length;|sidebar.d.ts|
+|新增|NA|类名:DividerStyle
方法or属性:strokeWidth: Length;|sidebar.d.ts|
+|新增|NA|模块名: sidebar
类名: DividerStyle
方法 or 属性:color?: ResourceColor;|sidebar.d.ts|
+|新增|NA|类名:DividerStyle
方法or属性:color?: ResourceColor;|sidebar.d.ts|
+|新增|NA|模块名: sidebar
类名: DividerStyle
方法 or 属性:startMargin?: Length;|sidebar.d.ts|
+|新增|NA|类名:DividerStyle
方法or属性:startMargin?: Length;|sidebar.d.ts|
+|新增|NA|模块名: sidebar
类名: DividerStyle
方法 or 属性:endMargin?: Length;|sidebar.d.ts|
+|新增|NA|类名:DividerStyle
方法or属性:endMargin?: Length;|sidebar.d.ts|
+|新增|NA|类名:SideBarContainerAttribute
方法or属性:divider(value: DividerStyle \| null): SideBarContainerAttribute;|sidebar.d.ts|
+|新增|NA|模块名: slider
类名: SliderBlockType|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderBlockType
方法 or 属性: DEFAULT|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderBlockType
方法 or 属性: IMAGE|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderBlockType
方法 or 属性: SHAPE|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderBlockStyle|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderBlockStyle
方法 or 属性: type: SliderBlockType;|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderBlockStyle
方法 or 属性: image?: ResourceStr;|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderBlockStyle
方法 or 属性: shape?: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute;|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderAttribute
方法 or 属性: blockBorderColor(value: ResourceColor): SliderAttribute;|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderAttribute
方法 or 属性: blockBorderWidth(value: Length): SliderAttribute;|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderAttribute
方法 or 属性: stepColor(value: ResourceColor): SliderAttribute;|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderAttribute
方法 or 属性: trackBorderRadius(value: Length): SliderAttribute;|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderAttribute
方法 or 属性: blockSize(value: SizeOptions): SliderAttribute;|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderAttribute
方法 or 属性: blockStyle(value: SliderBlockStyle): SliderAttribute;|slider.d.ts|
+|新增|NA|模块名: slider
类名: SliderAttribute
方法 or 属性: stepSize(value: Length): SliderAttribute;|slider.d.ts|
+|新增|NA|模块名: swiper
类名: Indicator|swiper.d.ts|
+|新增|NA|类名:Indicator
方法or属性:|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: Indicator
方法 or 属性:left(value: Length): T;|swiper.d.ts|
+|新增|NA|类名:Indicator
方法or属性:left(value: Length): T;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: Indicator
方法 or 属性:top(value: Length): T;|swiper.d.ts|
+|新增|NA|类名:Indicator
方法or属性:top(value: Length): T;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: Indicator
方法 or 属性:right(value: Length): T;|swiper.d.ts|
+|新增|NA|类名:Indicator
方法or属性:right(value: Length): T;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: Indicator
方法 or 属性:bottom(value: Length): T;|swiper.d.ts|
+|新增|NA|类名:Indicator
方法or属性:bottom(value: Length): T;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: Indicator
方法 or 属性:static dot(): DotIndicator;|swiper.d.ts|
+|新增|NA|类名:Indicator
方法or属性:static dot(): DotIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: Indicator
方法 or 属性:static digit(): DigitIndicator;|swiper.d.ts|
+|新增|NA|类名:Indicator
方法or属性:static digit(): DigitIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DotIndicator|swiper.d.ts|
+|新增|NA|类名:DotIndicator
方法or属性:|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DotIndicator
方法 or 属性:constructor();|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DotIndicator
方法 or 属性:itemWidth(value: Length): DotIndicator;|swiper.d.ts|
+|新增|NA|类名:DotIndicator
方法or属性:itemWidth(value: Length): DotIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DotIndicator
方法 or 属性:itemHeight(value: Length): DotIndicator;|swiper.d.ts|
+|新增|NA|类名:DotIndicator
方法or属性:itemHeight(value: Length): DotIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DotIndicator
方法 or 属性:selectedItemWidth(value: Length): DotIndicator;|swiper.d.ts|
+|新增|NA|类名:DotIndicator
方法or属性:selectedItemWidth(value: Length): DotIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DotIndicator
方法 or 属性:selectedItemHeight(value: Length): DotIndicator;|swiper.d.ts|
+|新增|NA|类名:DotIndicator
方法or属性:selectedItemHeight(value: Length): DotIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DotIndicator
方法 or 属性:mask(value: boolean): DotIndicator;|swiper.d.ts|
+|新增|NA|类名:DotIndicator
方法or属性:mask(value: boolean): DotIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DotIndicator
方法 or 属性:color(value: ResourceColor): DotIndicator;|swiper.d.ts|
+|新增|NA|类名:DotIndicator
方法or属性:color(value: ResourceColor): DotIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DotIndicator
方法 or 属性:selectedColor(value: ResourceColor): DotIndicator;|swiper.d.ts|
+|新增|NA|类名:DotIndicator
方法or属性:selectedColor(value: ResourceColor): DotIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DigitIndicator|swiper.d.ts|
+|新增|NA|类名:DigitIndicator
方法or属性:|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DigitIndicator
方法 or 属性:constructor();|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DigitIndicator
方法 or 属性:fontColor(value: ResourceColor): DigitIndicator;|swiper.d.ts|
+|新增|NA|类名:DigitIndicator
方法or属性:fontColor(value: ResourceColor): DigitIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DigitIndicator
方法 or 属性:selectedFontColor(value: ResourceColor): DigitIndicator;|swiper.d.ts|
+|新增|NA|类名:DigitIndicator
方法or属性:selectedFontColor(value: ResourceColor): DigitIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DigitIndicator
方法 or 属性:digitFont(value: Font): DigitIndicator;|swiper.d.ts|
+|新增|NA|类名:DigitIndicator
方法or属性:digitFont(value: Font): DigitIndicator;|swiper.d.ts|
+|新增|NA|模块名: swiper
类名: DigitIndicator
方法 or 属性:selectedDigitFont(value: Font): DigitIndicator;|swiper.d.ts|
+|新增|NA|类名:DigitIndicator
方法or属性:selectedDigitFont(value: Font): DigitIndicator;|swiper.d.ts|
+|新增|NA|类名:SwiperDisplayMode
方法or属性:STRETCH|swiper.d.ts|
+|新增|NA|类名:SwiperDisplayMode
方法or属性:AUTO_LINEAR|swiper.d.ts|
+|新增|NA|类名:SwiperAttribute
方法or属性:prevMargin(value: Length): SwiperAttribute;|swiper.d.ts|
+|新增|NA|类名:SwiperAttribute
方法or属性:nextMargin(value: Length): SwiperAttribute;|swiper.d.ts|
+|新增|NA|模块名: tabs
类名: DividerStyle|tabs.d.ts|
+|新增|NA|类名:DividerStyle
方法or属性:|tabs.d.ts|
+|新增|NA|模块名: tabs
类名: DividerStyle
方法 or 属性:strokeWidth: Length;|tabs.d.ts|
+|新增|NA|类名:DividerStyle
方法or属性:strokeWidth: Length;|tabs.d.ts|
+|新增|NA|模块名: tabs
类名: DividerStyle
方法 or 属性:color?: ResourceColor;|tabs.d.ts|
+|新增|NA|类名:DividerStyle
方法or属性:color?: ResourceColor;|tabs.d.ts|
+|新增|NA|模块名: tabs
类名: DividerStyle
方法 or 属性:startMargin?: Length;|tabs.d.ts|
+|新增|NA|类名:DividerStyle
方法or属性:startMargin?: Length;|tabs.d.ts|
+|新增|NA|模块名: tabs
类名: DividerStyle
方法 or 属性:endMargin?: Length;|tabs.d.ts|
+|新增|NA|类名:DividerStyle
方法or属性:endMargin?: Length;|tabs.d.ts|
+|新增|NA|类名:TabsAttribute
方法or属性:fadingEdge(value: boolean): TabsAttribute;|tabs.d.ts|
+|新增|NA|类名:TabsAttribute
方法or属性:divider(value: DividerStyle \| null): TabsAttribute;|tabs.d.ts|
+|新增|NA|模块名: tab_content
类名: SelectedMode|tab_content.d.ts|
+|新增|NA|类名:SelectedMode
方法or属性:|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: SelectedMode
方法 or 属性:INDICATOR|tab_content.d.ts|
+|新增|NA|类名:SelectedMode
方法or属性:INDICATOR|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: SelectedMode
方法 or 属性:BOARD|tab_content.d.ts|
+|新增|NA|类名:SelectedMode
方法or属性:BOARD|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: IndicatorStyle|tab_content.d.ts|
+|新增|NA|类名:IndicatorStyle
方法or属性:|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: IndicatorStyle
方法 or 属性:color?: ResourceColor;|tab_content.d.ts|
+|新增|NA|类名:IndicatorStyle
方法or属性:color?: ResourceColor;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: IndicatorStyle
方法 or 属性:height?: Length;|tab_content.d.ts|
+|新增|NA|类名:IndicatorStyle
方法or属性:height?: Length;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: IndicatorStyle
方法 or 属性:width?: Length;|tab_content.d.ts|
+|新增|NA|类名:IndicatorStyle
方法or属性:width?: Length;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: IndicatorStyle
方法 or 属性:borderRadius?: Length;|tab_content.d.ts|
+|新增|NA|类名:IndicatorStyle
方法or属性:borderRadius?: Length;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: IndicatorStyle
方法 or 属性:marginTop?: Length;|tab_content.d.ts|
+|新增|NA|类名:IndicatorStyle
方法or属性:marginTop?: Length;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: BoardStyle|tab_content.d.ts|
+|新增|NA|类名:BoardStyle
方法or属性:|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: BoardStyle
方法 or 属性:borderRadius?: Length;|tab_content.d.ts|
+|新增|NA|类名:BoardStyle
方法or属性:borderRadius?: Length;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: LabelStyle|tab_content.d.ts|
+|新增|NA|类名:LabelStyle
方法or属性:|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: LabelStyle
方法 or 属性:overflow?: TextOverflow;|tab_content.d.ts|
+|新增|NA|类名:LabelStyle
方法or属性:overflow?: TextOverflow;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: LabelStyle
方法 or 属性:maxLines?: number;|tab_content.d.ts|
+|新增|NA|类名:LabelStyle
方法or属性:maxLines?: number;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: LabelStyle
方法 or 属性:minFontSize?: number \| ResourceStr;|tab_content.d.ts|
+|新增|NA|类名:LabelStyle
方法or属性:minFontSize?: number \| ResourceStr;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: LabelStyle
方法 or 属性:maxFontSize?: number \| ResourceStr;|tab_content.d.ts|
+|新增|NA|类名:LabelStyle
方法or属性:maxFontSize?: number \| ResourceStr;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: LabelStyle
方法 or 属性:heightAdaptivePolicy?: TextHeightAdaptivePolicy;|tab_content.d.ts|
+|新增|NA|类名:LabelStyle
方法or属性:heightAdaptivePolicy?: TextHeightAdaptivePolicy;|tab_content.d.ts|
+|新增|NA|模块名: tab_content
类名: LabelStyle
方法 or 属性:font?: Font;|tab_content.d.ts|
+|新增|NA|类名:LabelStyle
方法or属性:font?: Font;|tab_content.d.ts|
+|新增|NA|类名:SubTabBarStyle
方法or属性:static of(content: ResourceStr): SubTabBarStyle;|tab_content.d.ts|
+|新增|NA|类名:SubTabBarStyle
方法or属性:indicator(value: IndicatorStyle): SubTabBarStyle;|tab_content.d.ts|
+|新增|NA|类名:SubTabBarStyle
方法or属性:selectedMode(value: SelectedMode): SubTabBarStyle;|tab_content.d.ts|
+|新增|NA|类名:SubTabBarStyle
方法or属性:board(value: BoardStyle): SubTabBarStyle;|tab_content.d.ts|
+|新增|NA|类名:SubTabBarStyle
方法or属性:labelStyle(value: LabelStyle): SubTabBarStyle;|tab_content.d.ts|
+|新增|NA|类名:BottomTabBarStyle
方法or属性:static of(icon: ResourceStr, text: ResourceStr): BottomTabBarStyle;|tab_content.d.ts|
+|新增|NA|类名:TextAttribute
方法or属性:draggable(value: boolean): TextAttribute;|text.d.ts|
+|新增|NA|类名:TextAttribute
方法or属性:textShadow(value: ShadowOptions): TextAttribute;|text.d.ts|
+|新增|NA|类名:TextAttribute
方法or属性:heightAdaptivePolicy(value: TextHeightAdaptivePolicy): TextAttribute;|text.d.ts|
+|新增|NA|类名:TextAttribute
方法or属性:textIndent(value: Length): TextAttribute;|text.d.ts|
+|新增|NA|类名:TextAreaController
方法or属性:setTextSelection(selectionStart: number, selectionEnd: number): void;|text_area.d.ts|
+|新增|NA|类名:TextAreaAttribute
方法or属性:onEditChange(callback: (isEditing: boolean) => void): TextAreaAttribute;|text_area.d.ts|
+|新增|NA|类名:TextAreaAttribute
方法or属性:enableKeyboardOnFocus(value: boolean): TextAreaInterface;|text_area.d.ts|
+|新增|NA|类名:TextInputController
方法or属性:setTextSelection(selectionStart: number, selectionEnd: number): void;|text_input.d.ts|
+|新增|NA|模块名: text_input
类名: CaretStyle|text_input.d.ts|
+|新增|NA|类名:CaretStyle
方法or属性:|text_input.d.ts|
+|新增|NA|模块名: text_input
类名: CaretStyle
方法 or 属性:width?: Length;|text_input.d.ts|
+|新增|NA|类名:CaretStyle
方法or属性:width?: Length;|text_input.d.ts|
+|新增|NA|类名:TextInputAttribute
方法or属性:caretStyle(value: CaretStyle): TextInputAttribute;|text_input.d.ts|
+|新增|NA|类名:TextInputAttribute
方法or属性:selectedBackgroundColor(value: ResourceColor): TextInputAttribute;|text_input.d.ts|
+|新增|NA|类名:TextInputAttribute
方法or属性:caretPosition(value: number): TextInputAttribute;|text_input.d.ts|
+|新增|NA|类名:TextInputAttribute
方法or属性:enableKeyboardOnFocus(value: boolean): TextInputAttribute;|text_input.d.ts|
+|新增|NA|模块名: text_picker
类名: TextPickerRangeContent|text_picker.d.ts|
+|新增|NA|类名:TextPickerRangeContent
方法or属性:|text_picker.d.ts|
+|新增|NA|模块名: text_picker
类名: TextPickerRangeContent
方法 or 属性:icon: string \| Resource;|text_picker.d.ts|
+|新增|NA|类名:TextPickerRangeContent
方法or属性:icon: string \| Resource;|text_picker.d.ts|
+|新增|NA|模块名: text_picker
类名: TextPickerRangeContent
方法 or 属性:text?: string \| Resource;|text_picker.d.ts|
+|新增|NA|类名:TextPickerRangeContent
方法or属性:text?: string \| Resource;|text_picker.d.ts|
+|新增|NA|类名:TextPickerOptions
方法or属性:range: string[] \| Resource \| TextPickerRangeContent[];|text_picker.d.ts|
+|新增|NA|类名:TextPickerAttribute
方法or属性:disappearTextStyle(value: PickerTextStyle): TextPickerAttribute;|text_picker.d.ts|
+|新增|NA|类名:TextPickerAttribute
方法or属性:textStyle(value: PickerTextStyle): TextPickerAttribute;|text_picker.d.ts|
+|新增|NA|类名:TextPickerAttribute
方法or属性:selectedTextStyle(value: PickerTextStyle): TextPickerAttribute;|text_picker.d.ts|
+|新增|NA|类名:TextPickerDialogOptions
方法or属性:disappearTextStyle?: PickerTextStyle;|text_picker.d.ts|
+|新增|NA|类名:TextPickerDialogOptions
方法or属性:textStyle?: PickerTextStyle;|text_picker.d.ts|
+|新增|NA|类名:TextPickerDialogOptions
方法or属性:selectedTextStyle?: PickerTextStyle;|text_picker.d.ts|
+|新增|NA|类名:TimePickerAttribute
方法or属性:disappearTextStyle(value: PickerTextStyle): TimePickerAttribute;|time_picker.d.ts|
+|新增|NA|类名:TimePickerAttribute
方法or属性:textStyle(value: PickerTextStyle): TimePickerAttribute;|time_picker.d.ts|
+|新增|NA|类名:TimePickerAttribute
方法or属性:selectedTextStyle(value: PickerTextStyle): TimePickerAttribute;|time_picker.d.ts|
+|新增|NA|类名:TimePickerDialogOptions
方法or属性:disappearTextStyle?: PickerTextStyle;|time_picker.d.ts|
+|新增|NA|类名:TimePickerDialogOptions
方法or属性:textStyle?: PickerTextStyle;|time_picker.d.ts|
+|新增|NA|类名:TimePickerDialogOptions
方法or属性:selectedTextStyle?: PickerTextStyle;|time_picker.d.ts|
+|新增|NA|模块名: units
类名: MarkStyle|units.d.ts|
+|新增|NA|类名:MarkStyle
方法or属性:|units.d.ts|
+|新增|NA|模块名: units
类名: MarkStyle
方法 or 属性:strokeColor?: ResourceColor;|units.d.ts|
+|新增|NA|类名:MarkStyle
方法or属性:strokeColor?: ResourceColor;|units.d.ts|
+|新增|NA|模块名: units
类名: MarkStyle
方法 or 属性:size?: Length;|units.d.ts|
+|新增|NA|类名:MarkStyle
方法or属性:size?: Length;|units.d.ts|
+|新增|NA|模块名: units
类名: MarkStyle
方法 or 属性:strokeWidth?: Length;|units.d.ts|
+|新增|NA|类名:MarkStyle
方法or属性:strokeWidth?: Length;|units.d.ts|
+|新增|NA|模块名: web
类名: WebMediaOptions|web.d.ts|
+|新增|NA|类名:WebMediaOptions
方法or属性:|web.d.ts|
+|新增|NA|模块名: web
类名: WebMediaOptions
方法 or 属性:resumeInterval?: number;|web.d.ts|
+|新增|NA|类名:WebMediaOptions
方法or属性:resumeInterval?: number;|web.d.ts|
+|新增|NA|模块名: web
类名: WebMediaOptions
方法 or 属性:audioExclusive?: boolean;|web.d.ts|
+|新增|NA|类名:WebMediaOptions
方法or属性:audioExclusive?: boolean;|web.d.ts|
+|新增|NA|类名:ClientAuthenticationHandler
方法or属性:confirm(authUri: string): void;|web.d.ts|
+|新增|NA|类名:WebAttribute
方法or属性:mediaOptions(options: WebMediaOptions): WebAttribute;|web.d.ts|
+|新增|NA|类名:WebAttribute
方法or属性:allowWindowOpenMethod(flag: boolean): WebAttribute;|web.d.ts|
+|新增|NA|类名:WebAttribute
方法or属性:onAudioStateChanged(callback: (event: { playing: boolean }) => void): WebAttribute;|web.d.ts|
+|新增|NA|类名:WebAttribute
方法or属性:onFirstContentfulPaint(callback: (event?: { navigationStartTick: number,
firstContentfulPaintMs: number }) => void): WebAttribute;|web.d.ts|
+|新增|NA|类名:WebAttribute
方法or属性:onLoadIntercept(callback: (event: { data: WebResourceRequest }) => boolean): WebAttribute;|web.d.ts|
+|删除|模块名:common
类名:SourceTool
方法 or 属性:FINGER|NA|common.d.ts|
+|删除|模块名:common
类名:SourceTool
方法 or 属性:PEN|NA|common.d.ts|
+|访问级别有变化|类名:BlurStyle
访问级别:系统API|类名:BlurStyle
访问级别:公开API|common.d.ts|
+|访问级别有变化|类名: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|
+|废弃版本有变化|类名: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
方法 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|
+|废弃版本有变化|类名: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|
+|废弃版本有变化|类名: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|
+|废弃版本有变化|类名: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|
+|函数有变化|类名: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|
+|函数有变化|类名:CommonMethod
方法 or 属性:mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;
|类名:CommonMethod
方法 or 属性:mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute \| ProgressMask): T;
|common.d.ts|
+|函数有变化|类名:CommonMethod
方法 or 属性:bindMenu(content: { value: string; action: () => void }[] \| CustomBuilder): T;
|类名:CommonMethod
方法 or 属性:bindMenu(content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] \| CustomBuilder, options?: MenuOptions): T;
|common.d.ts|
+|函数有变化|类名:CommonMethod
方法 or 属性:bindContextMenu(content: CustomBuilder, responseType: ResponseType): T;
|类名:CommonMethod
方法 or 属性:bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;
|common.d.ts|
+|函数有变化|类名:ImageInterface
方法 or 属性:(src: string \| PixelMap \| Resource): ImageAttribute;
|类名:ImageInterface
方法 or 属性:(src: PixelMap \| ResourceStr \| DrawableDescriptor): ImageAttribute;
|image.d.ts|
+|函数有变化|类名: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-battery.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-battery.md
new file mode 100644
index 0000000000000000000000000000000000000000..b31a6729b1771896396c3c17bde589da3a381199
--- /dev/null
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-battery.md
@@ -0,0 +1,22 @@
+| 操作 | 旧版本 | 新版本 | d.ts文件 |
+| ---- | ------ | ------ | -------- |
+|新增|NA|类名:CommonEventBatteryChangedKey
方法or属性:EXTRA_SOC = 'soc'|@ohos.batteryInfo.d.ts|
+|新增|NA|类名:CommonEventBatteryChangedKey
方法or属性:EXTRA_CHARGE_STATE = 'chargeState'|@ohos.batteryInfo.d.ts|
+|新增|NA|类名:CommonEventBatteryChangedKey
方法or属性:EXTRA_HEALTH_STATE = 'healthState'|@ohos.batteryInfo.d.ts|
+|新增|NA|类名:CommonEventBatteryChangedKey
方法or属性:EXTRA_PLUGGED_TYPE = 'pluggedType'|@ohos.batteryInfo.d.ts|
+|新增|NA|类名:CommonEventBatteryChangedKey
方法or属性:EXTRA_VOLTAGE = 'voltage'|@ohos.batteryInfo.d.ts|
+|新增|NA|类名:CommonEventBatteryChangedKey
方法or属性:EXTRA_TECHNOLOGY = 'technology'|@ohos.batteryInfo.d.ts|
+|新增|NA|类名:CommonEventBatteryChangedKey
方法or属性:EXTRA_TEMPERATURE = 'temperature'|@ohos.batteryInfo.d.ts|
+|新增|NA|类名:CommonEventBatteryChangedKey
方法or属性:EXTRA_PRESENT = 'present'|@ohos.batteryInfo.d.ts|
+|新增|NA|类名:CommonEventBatteryChangedKey
方法or属性:EXTRA_CAPACITY_LEVEL = 'capacityLevel'|@ohos.batteryInfo.d.ts|
+|新增|NA|模块名: ohos.charger
类名: charger|@ohos.charger.d.ts|
+|新增|NA|模块名: ohos.charger
类名: ChargeType|@ohos.charger.d.ts|
+|新增|NA|模块名: ohos.charger
类名: ChargeType
方法 or 属性: NONE|@ohos.charger.d.ts|
+|新增|NA|模块名: ohos.charger
类名: ChargeType
方法 or 属性: WIRED_NORMAL|@ohos.charger.d.ts|
+|新增|NA|模块名: ohos.charger
类名: ChargeType
方法 or 属性: WIRED_QUICK|@ohos.charger.d.ts|
+|新增|NA|模块名: ohos.charger
类名: ChargeType
方法 or 属性: WIRED_SUPER_QUICK|@ohos.charger.d.ts|
+|新增|NA|模块名: ohos.charger
类名: ChargeType
方法 or 属性: WIRELESS_NORMAL|@ohos.charger.d.ts|
+|新增|NA|模块名: ohos.charger
类名: ChargeType
方法 or 属性: WIRELESS_QUICK|@ohos.charger.d.ts|
+|新增|NA|模块名: ohos.charger
类名: ChargeType
方法 or 属性: WIRELESS_SUPER_QUICK|@ohos.charger.d.ts|
+|废弃版本有变化|类名:RunningLockType
方法 or 属性:BACKGROUND = 1
废弃版本:N/A|类名:RunningLockType
方法 or 属性:BACKGROUND = 1
废弃版本:10
代替接口:N/A|@ohos.runningLock.d.ts|
+|新增(错误码)|NA|类名:batteryStats
方法 or 属性:function getBatteryStats(): Promise\>;
错误码内容: 202, 4600101|@ohos.batteryStatistics.d.ts|
diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-bundle.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-bundle.md
new file mode 100644
index 0000000000000000000000000000000000000000..03faf4fabb71c6a6c4972f7afe35c8e7373f134f
--- /dev/null
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-bundle.md
@@ -0,0 +1,99 @@
+| 操作 | 旧版本 | 新版本 | d.ts文件 |
+| ---- | ------ | ------ | -------- |
+|新增|NA|模块名: ohos.app.businessAbilityRouter
类名: businessAbilityRouter|@ohos.app.businessAbilityRouter.d.ts|
+|新增|NA|模块名: ohos.app.businessAbilityRouter
类名: BusinessType|@ohos.app.businessAbilityRouter.d.ts|
+|新增|NA|模块名: ohos.app.businessAbilityRouter
类名: BusinessType
方法 or 属性: SHARE = 0|@ohos.app.businessAbilityRouter.d.ts|
+|新增|NA|模块名: ohos.app.businessAbilityRouter
类名: BusinessType
方法 or 属性: UNSPECIFIED = 255|@ohos.app.businessAbilityRouter.d.ts|
+|新增|NA|模块名: ohos.app.businessAbilityRouter
类名: BusinessAbilityFilter|@ohos.app.businessAbilityRouter.d.ts|
+|新增|NA|模块名: ohos.app.businessAbilityRouter
类名: BusinessAbilityFilter
方法 or 属性: businessType: BusinessType;|@ohos.app.businessAbilityRouter.d.ts|
+|新增|NA|模块名: ohos.app.businessAbilityRouter
类名: BusinessAbilityFilter
方法 or 属性: mimeType?: string;|@ohos.app.businessAbilityRouter.d.ts|
+|新增|NA|模块名: ohos.app.businessAbilityRouter
类名: BusinessAbilityFilter
方法 or 属性: uri?: string;|@ohos.app.businessAbilityRouter.d.ts|
+|新增|NA|模块名: ohos.app.businessAbilityRouter
类名: businessAbilityRouter
方法 or 属性: function queryBusinessAbilityInfo(filter: BusinessAbilityFilter,
callback: AsyncCallback\>): void;|@ohos.app.businessAbilityRouter.d.ts|
+|新增|NA|模块名: ohos.app.businessAbilityRouter
类名: businessAbilityRouter
方法 or 属性: function queryBusinessAbilityInfo(filter: BusinessAbilityFilter): Promise\>;|@ohos.app.businessAbilityRouter.d.ts|
+|新增|NA|模块名: ohos.bundle.bundleManager
类名: ExtensionAbilityType
方法 or 属性:PRINT = 15|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:ExtensionAbilityType
方法or属性:PRINT = 15|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|模块名: ohos.bundle.bundleManager
类名: ExtensionAbilityType
方法 or 属性:DRIVER = 18|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:ExtensionAbilityType
方法or属性:DRIVER = 18|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|模块名: ohos.bundle.bundleManager
类名: CompatiblePolicy|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:CompatiblePolicy
方法or属性:|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|模块名: ohos.bundle.bundleManager
类名: CompatiblePolicy
方法 or 属性:BACKWARD_COMPATIBILITY = 1|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:CompatiblePolicy
方法or属性:BACKWARD_COMPATIBILITY = 1|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:bundleManager
方法or属性:function getAllSharedBundleInfo(callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:bundleManager
方法or属性:function getAllSharedBundleInfo(): Promise\>;|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:bundleManager
方法or属性:function getSharedBundleInfo(bundleName: string, moduleName: string, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:bundleManager
方法or属性:function getSharedBundleInfo(bundleName: string, moduleName: string): Promise\>;|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:bundleManager
方法or属性:function getAppProvisionInfo(bundleName: string, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:bundleManager
方法or属性:function getAppProvisionInfo(bundleName: string, userId: number, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:bundleManager
方法or属性:function getAppProvisionInfo(bundleName: string, userId?: number): Promise\;|@ohos.bundle.bundleManager.d.ts|
+|新增|NA|类名:ApplicationType
方法or属性:BROWSER = 'Web Browser'|@ohos.bundle.defaultAppManager.d.ts|
+|新增|NA|类名:ApplicationType
方法or属性:IMAGE = 'Image Gallery'|@ohos.bundle.defaultAppManager.d.ts|
+|新增|NA|类名:ApplicationType
方法or属性:AUDIO = 'Audio Player'|@ohos.bundle.defaultAppManager.d.ts|
+|新增|NA|类名:ApplicationType
方法or属性:VIDEO = 'Video Player'|@ohos.bundle.defaultAppManager.d.ts|
+|新增|NA|类名:ApplicationType
方法or属性:PDF = 'PDF Viewer'|@ohos.bundle.defaultAppManager.d.ts|
+|新增|NA|类名:ApplicationType
方法or属性:WORD = 'Word Viewer'|@ohos.bundle.defaultAppManager.d.ts|
+|新增|NA|类名:ApplicationType
方法or属性:EXCEL = 'Excel Viewer'|@ohos.bundle.defaultAppManager.d.ts|
+|新增|NA|类名:ApplicationType
方法or属性:PPT = 'PPT Viewer'|@ohos.bundle.defaultAppManager.d.ts|
+|新增|NA|类名:InstallParam
方法or属性:sharedBundleDirPaths?: Array\;|@ohos.bundle.installer.d.ts|
+|新增|NA|模块名: ohos.bundle.installer
类名: UninstallParam|@ohos.bundle.installer.d.ts|
+|新增|NA|类名:UninstallParam
方法or属性:|@ohos.bundle.installer.d.ts|
+|新增|NA|模块名: ohos.bundle.installer
类名: UninstallParam
方法 or 属性:bundleName: string;|@ohos.bundle.installer.d.ts|
+|新增|NA|类名:UninstallParam
方法or属性:bundleName: string;|@ohos.bundle.installer.d.ts|
+|新增|NA|模块名: ohos.bundle.installer
类名: UninstallParam
方法 or 属性:versionCode?: number;|@ohos.bundle.installer.d.ts|
+|新增|NA|类名:UninstallParam
方法or属性:versionCode?: number;|@ohos.bundle.installer.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function setOverlayEnabled(moduleName: string, isEnabled: boolean, callback: AsyncCallback\): void;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function setOverlayEnabled(moduleName: string, isEnabled: boolean): Promise\;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function setOverlayEnabledByBundleName(bundleName: string,
moduleName: string, isEnabled: boolean, callback: AsyncCallback\): void;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function setOverlayEnabledByBundleName(bundleName: string, moduleName: string, isEnabled: boolean): Promise\;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function getOverlayModuleInfo(moduleName: string, callback: AsyncCallback\): void;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function getOverlayModuleInfo(moduleName: string): Promise\;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function getTargetOverlayModuleInfos(targetModuleName: string,
callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function getTargetOverlayModuleInfos(targetModuleName: string): Promise\>;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function getOverlayModuleInfoByBundleName(bundleName: string,
callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function getOverlayModuleInfoByBundleName(bundleName: string,
moduleName: string, callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function getOverlayModuleInfoByBundleName(bundleName: string,
moduleName?: string): Promise\>;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,
callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,
moduleName: string, callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts|
+|新增|NA|模块名: ohos.bundle.overlay
类名: overlay
方法 or 属性: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,
moduleName?: string): Promise\>;|@ohos.bundle.overlay.d.ts|
+|新增|NA|类名:ApplicationInfo
方法or属性:readonly debug: boolean;|ApplicationInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo
方法 or 属性: readonly versionCode: number;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo
方法 or 属性: readonly versionName: string;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo
方法 or 属性: readonly uuid: string;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo
方法 or 属性: readonly type: string;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo
方法 or 属性: readonly appDistributionType: string;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo
方法 or 属性: readonly validity: Validity;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo
方法 or 属性: readonly developerId: string;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo
方法 or 属性: readonly certificate: string;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo
方法 or 属性: readonly apl: string;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: AppProvisionInfo
方法 or 属性: readonly issuer: string;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: Validity|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: Validity
方法 or 属性: readonly notBefore: number;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: AppProvisionInfo
类名: Validity
方法 or 属性: readonly notAfter: number;|AppProvisionInfo.d.ts|
+|新增|NA|模块名: BusinessAbilityInfo
类名: BusinessAbilityInfo|BusinessAbilityInfo.d.ts|
+|新增|NA|模块名: BusinessAbilityInfo
类名: BusinessAbilityInfo
方法 or 属性: readonly bundleName: string;|BusinessAbilityInfo.d.ts|
+|新增|NA|模块名: BusinessAbilityInfo
类名: BusinessAbilityInfo
方法 or 属性: readonly moduleName: string;|BusinessAbilityInfo.d.ts|
+|新增|NA|模块名: BusinessAbilityInfo
类名: BusinessAbilityInfo
方法 or 属性: readonly name: string;|BusinessAbilityInfo.d.ts|
+|新增|NA|模块名: BusinessAbilityInfo
类名: BusinessAbilityInfo
方法 or 属性: readonly labelId: number;|BusinessAbilityInfo.d.ts|
+|新增|NA|模块名: BusinessAbilityInfo
类名: BusinessAbilityInfo
方法 or 属性: readonly descriptionId: number;|BusinessAbilityInfo.d.ts|
+|新增|NA|模块名: BusinessAbilityInfo
类名: BusinessAbilityInfo
方法 or 属性: readonly iconId: number;|BusinessAbilityInfo.d.ts|
+|新增|NA|模块名: BusinessAbilityInfo
类名: BusinessAbilityInfo
方法 or 属性: readonly businessType: businessAbilityRouter.BusinessType;|BusinessAbilityInfo.d.ts|
+|新增|NA|模块名: BusinessAbilityInfo
类名: BusinessAbilityInfo
方法 or 属性: readonly applicationInfo: ApplicationInfo;|BusinessAbilityInfo.d.ts|
+|新增|NA|类名:Dependency
方法or属性:readonly bundleName: string;|HapModuleInfo.d.ts|
+|新增|NA|类名:Dependency
方法or属性:readonly versionCode: number;|HapModuleInfo.d.ts|
+|新增|NA|模块名: OverlayModuleInfo
类名: OverlayModuleInfo|OverlayModuleInfo.d.ts|
+|新增|NA|模块名: OverlayModuleInfo
类名: OverlayModuleInfo
方法 or 属性: readonly bundleName: string;|OverlayModuleInfo.d.ts|
+|新增|NA|模块名: OverlayModuleInfo
类名: OverlayModuleInfo
方法 or 属性: readonly moduleName: string;|OverlayModuleInfo.d.ts|
+|新增|NA|模块名: OverlayModuleInfo
类名: OverlayModuleInfo
方法 or 属性: readonly targetModuleName: string;|OverlayModuleInfo.d.ts|
+|新增|NA|模块名: OverlayModuleInfo
类名: OverlayModuleInfo
方法 or 属性: readonly priority: number;|OverlayModuleInfo.d.ts|
+|新增|NA|模块名: OverlayModuleInfo
类名: OverlayModuleInfo
方法 or 属性: readonly state: number;|OverlayModuleInfo.d.ts|
+|新增|NA|模块名: SharedBundleInfo
类名: SharedBundleInfo|SharedBundleInfo.d.ts|
+|新增|NA|模块名: SharedBundleInfo
类名: SharedBundleInfo
方法 or 属性: readonly name: string;|SharedBundleInfo.d.ts|
+|新增|NA|模块名: SharedBundleInfo
类名: SharedBundleInfo
方法 or 属性: readonly compatiblePolicy: bundleManager.CompatiblePolicy;|SharedBundleInfo.d.ts|
+|新增|NA|模块名: SharedBundleInfo
类名: SharedBundleInfo
方法 or 属性: readonly sharedModuleInfo: Array\;|SharedBundleInfo.d.ts|
+|新增|NA|模块名: SharedBundleInfo
类名: SharedModuleInfo|SharedBundleInfo.d.ts|
+|新增|NA|模块名: SharedBundleInfo
类名: SharedModuleInfo
方法 or 属性: readonly name: string;|SharedBundleInfo.d.ts|
+|新增|NA|模块名: SharedBundleInfo
类名: SharedModuleInfo
方法 or 属性: readonly versionCode: number;|SharedBundleInfo.d.ts|
+|新增|NA|模块名: SharedBundleInfo
类名: SharedModuleInfo
方法 or 属性: readonly versionName: string;|SharedBundleInfo.d.ts|
+|新增|NA|模块名: SharedBundleInfo
类名: SharedModuleInfo
方法 or 属性: readonly description: string;|SharedBundleInfo.d.ts|
+|新增|NA|模块名: SharedBundleInfo
类名: SharedModuleInfo
方法 or 属性: readonly descriptionId: number;|SharedBundleInfo.d.ts|
diff --git a/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-communication.md b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-communication.md
new file mode 100644
index 0000000000000000000000000000000000000000..7185bf65a1282e01dc9107678c7534c678157a2f
--- /dev/null
+++ b/zh-cn/release-notes/api-diff/v4.0-beta1/js-apidiff-communication.md
@@ -0,0 +1,196 @@
+| 操作 | 旧版本 | 新版本 | d.ts文件 |
+| ---- | ------ | ------ | -------- |
+|新增|NA|模块名: ohos.bluetoothManager
类名: bluetoothManager
方法 or 属性: function setDevicePinCode(device: string, code: string, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: bluetoothManager
方法 or 属性: function setDevicePinCode(device: string, code: string): Promise\;|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: BLECharacteristic
方法 or 属性: properties?: GattProperties;|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: ScanResult
方法 or 属性: deviceName: string;|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: PinRequiredParam
方法 or 属性: pinType: PinType;|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: GattProperties|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: GattProperties
方法 or 属性: write?: boolean;|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: GattProperties
方法 or 属性: writeNoResponse?: boolean;|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: GattProperties
方法 or 属性: read?: boolean;|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: GattProperties
方法 or 属性: notify?: boolean;|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: GattProperties
方法 or 属性: indicate?: boolean;|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: PinType|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: PinType
方法 or 属性: PIN_TYPE_ENTER_PIN_CODE = 0|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: PinType
方法 or 属性: PIN_TYPE_ENTER_PASSKEY = 1|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: PinType
方法 or 属性: PIN_TYPE_CONFIRM_PASSKEY = 2|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: PinType
方法 or 属性: PIN_TYPE_NO_PASSKEY_CONSENT = 3|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: PinType
方法 or 属性: PIN_TYPE_NOTIFY_PASSKEY = 4|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: PinType
方法 or 属性: PIN_TYPE_DISPLAY_PIN_CODE = 5|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: PinType
方法 or 属性: PIN_TYPE_OOB_CONSENT = 6|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.bluetoothManager
类名: PinType
方法 or 属性: PIN_TYPE_PIN_16_DIGITS = 7|@ohos.bluetoothManager.d.ts|
+|新增|NA|模块名: ohos.net.connection
类名: connection
方法 or 属性: function getGlobalHttpProxy(callback: AsyncCallback\): void;|@ohos.net.connection.d.ts|
+|新增|NA|模块名: ohos.net.connection
类名: connection
方法 or 属性: function getGlobalHttpProxy(): Promise\;|@ohos.net.connection.d.ts|
+|新增|NA|模块名: ohos.net.connection
类名: connection
方法 or 属性: function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\): void;|@ohos.net.connection.d.ts|
+|新增|NA|模块名: ohos.net.connection
类名: connection
方法 or 属性: function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\;|@ohos.net.connection.d.ts|
+|新增|NA|模块名: ohos.net.connection
类名: HttpProxy|@ohos.net.connection.d.ts|
+|新增|NA|模块名: ohos.net.connection
类名: HttpProxy
方法 or 属性: host: string;|@ohos.net.connection.d.ts|
+|新增|NA|模块名: ohos.net.connection
类名: HttpProxy
方法 or 属性: port: number;|@ohos.net.connection.d.ts|
+|新增|NA|模块名: ohos.net.connection
类名: HttpProxy
方法 or 属性: exclusionList: Array\;|@ohos.net.connection.d.ts|
+|新增|NA|模块名: ohos.net.ethernet
类名: ethernet
方法 or 属性: function on(type: 'interfaceStateChange', callback: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts|
+|新增|NA|模块名: ohos.net.ethernet
类名: ethernet
方法 or 属性: function off(type: 'interfaceStateChange', callback?: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequestOptions
方法 or 属性: usingProxy?: boolean \| HttpProxy;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequestOptions
方法 or 属性: caPath?: string;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequest
方法 or 属性: request2(url: string, callback: AsyncCallback\): void;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequest
方法 or 属性: request2(url: string, options: HttpRequestOptions, callback: AsyncCallback\): void;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequest
方法 or 属性: request2(url: string, options?: HttpRequestOptions): Promise\;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequest
方法 or 属性: on(type: "dataReceive", callback: Callback\): void;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequest
方法 or 属性: off(type: "dataReceive", callback?: Callback\): void;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequest
方法 or 属性: on(type: "dataEnd", callback: Callback\): void;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequest
方法 or 属性: off(type: "dataEnd", callback?: Callback\): void;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequest
方法 or 属性: on(type: "dataProgress", callback: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.http
类名: HttpRequest
方法 or 属性: off(type: "dataProgress", callback?: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: mdns|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: mdns
方法 or 属性: function addLocalService(context: Context, serviceInfo: LocalServiceInfo,
callback: AsyncCallback\): void;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: mdns
方法 or 属性: function addLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: mdns
方法 or 属性: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo,
callback: AsyncCallback\): void;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: mdns
方法 or 属性: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: mdns
方法 or 属性: function createDiscoveryService(context: Context, serviceType: string): DiscoveryService;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: mdns
方法 or 属性: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo,
callback: AsyncCallback\): void;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: mdns
方法 or 属性: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: DiscoveryService|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: DiscoveryService
方法 or 属性: on(type: 'discoveryStart',
callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: DiscoveryService
方法 or 属性: on(type: 'discoveryStop',
callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: DiscoveryService
方法 or 属性: on(type: 'serviceFound', callback: Callback\): void;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: DiscoveryService
方法 or 属性: on(type: 'serviceLost', callback: Callback\): void;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: DiscoveryService
方法 or 属性: startSearchingMDNS(): void;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: DiscoveryService
方法 or 属性: stopSearchingMDNS(): void;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: LocalServiceInfo|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: LocalServiceInfo
方法 or 属性: serviceType: string;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: LocalServiceInfo
方法 or 属性: serviceName: string;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: LocalServiceInfo
方法 or 属性: port?: number;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: LocalServiceInfo
方法 or 属性: host?: NetAddress;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: LocalServiceInfo
方法 or 属性: serviceAttribute?: Array\;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: ServiceAttribute|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: ServiceAttribute
方法 or 属性: key: string;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: ServiceAttribute
方法 or 属性: value: Array\;|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: MdnsError|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: MdnsError
方法 or 属性: INTERNAL_ERROR = 0|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: MdnsError
方法 or 属性: ALREADY_ACTIVE = 1|@ohos.net.mdns.d.ts|
+|新增|NA|模块名: ohos.net.mdns
类名: MdnsError
方法 or 属性: MAX_LIMIT = 2|@ohos.net.mdns.d.ts|
+|新增|NA|类名:tag
方法or属性:function registerForegroundDispatch(elementName: ElementName, discTech: number[], callback: AsyncCallback\): void;|@ohos.nfc.tag.d.ts|
+|新增|NA|类名:tag
方法or属性:function unregisterForegroundDispatch(elementName: ElementName): void;|@ohos.nfc.tag.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: omapi|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: omapi
方法 or 属性: function newSEService(type: 'serviceState', callback: Callback\): SEService;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: SEService|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: SEService
方法 or 属性: getReaders(): Reader[];|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: SEService
方法 or 属性: isConnected(): boolean;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: SEService
方法 or 属性: shutdown(): void;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: SEService
方法 or 属性: getVersion(): string;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Reader|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Reader
方法 or 属性: getName(): string;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Reader
方法 or 属性: isSecureElementPresent(): boolean;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Reader
方法 or 属性: openSession(): Session;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Reader
方法 or 属性: closeSessions(): void;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: getReader(): Reader;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: getATR(): number[];|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: close(): void;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: isClosed(): boolean;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: closeChannels(): void;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: openBasicChannel(aid: number[]): Promise\;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: openBasicChannel(aid: number[], callback: AsyncCallback\): void;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: openBasicChannel(aid: number[], p2: number): Promise\;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: openBasicChannel(aid: number[], p2: number, callback: AsyncCallback\): void;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: openLogicalChannel(aid: number[]): Promise\;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: openLogicalChannel(aid: number[], callback: AsyncCallback\): void;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: openLogicalChannel(aid: number[], p2: number): Promise\;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Session
方法 or 属性: openLogicalChannel(aid: number[], p2: number, callback: AsyncCallback\): void;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Channel|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Channel
方法 or 属性: getSession(): Session;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Channel
方法 or 属性: close(): void;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Channel
方法 or 属性: isBasicChannel(): boolean;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Channel
方法 or 属性: isClosed(): boolean;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Channel
方法 or 属性: getSelectResponse(): number[];|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Channel
方法 or 属性: transmit(command: number[]): Promise\;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: Channel
方法 or 属性: transmit(command: number[], callback: AsyncCallback\): void;|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: ServiceState|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: ServiceState
方法 or 属性: DISCONNECTED = 0|@ohos.secureElement.d.ts|
+|新增|NA|模块名: ohos.secureElement
类名: ServiceState
方法 or 属性: CONNECTED = 1|@ohos.secureElement.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function getScanInfoList(): Array\;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function updateDeviceConfig(config: WifiDeviceConfig): number;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function disableDeviceConfig(networkId: number): void;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function removeAllDeviceConfigs(): void;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function removeDeviceConfig(networkId: number): void;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function isBandTypeSupported(bandType: WifiBandType): boolean;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function get5GChannelList(): Array\;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function getHotspotStations(): Array\;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function getCurrentP2pGroup(): Promise\;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function getCurrentP2pGroup(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function createP2pGroup(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function removeP2pGroup(): void;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function startDiscoverP2pDevices(): void;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function stopDiscoverP2pDevices(): void;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function deletePersistentP2pGroup(netId: number): void;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:wifiManager
方法or属性:function setP2pDeviceName(devName: string): void;|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiBandType|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiBandType
方法or属性:|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiBandType
方法 or 属性:WIFI_BAND_NONE|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiBandType
方法or属性:WIFI_BAND_NONE|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiBandType
方法 or 属性:WIFI_BAND_2G|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiBandType
方法or属性:WIFI_BAND_2G|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiBandType
方法 or 属性:WIFI_BAND_5G|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiBandType
方法or属性:WIFI_BAND_5G|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiBandType
方法 or 属性:WIFI_BAND_6G|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiBandType
方法or属性:WIFI_BAND_6G|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiBandType
方法 or 属性:WIFI_BAND_60G|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiBandType
方法or属性:WIFI_BAND_60G|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiStandard|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiStandard
方法or属性:|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiStandard
方法 or 属性:WIFI_STANDARD_UNDEFINED|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiStandard
方法or属性:WIFI_STANDARD_UNDEFINED|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiStandard
方法 or 属性:WIFI_STANDARD_11A|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiStandard
方法or属性:WIFI_STANDARD_11A|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiStandard
方法 or 属性:WIFI_STANDARD_11B|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiStandard
方法or属性:WIFI_STANDARD_11B|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiStandard
方法 or 属性:WIFI_STANDARD_11G|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiStandard
方法or属性:WIFI_STANDARD_11G|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiStandard
方法 or 属性:WIFI_STANDARD_11N|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiStandard
方法or属性:WIFI_STANDARD_11N|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiStandard
方法 or 属性:WIFI_STANDARD_11AC|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiStandard
方法or属性:WIFI_STANDARD_11AC|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiStandard
方法 or 属性:WIFI_STANDARD_11AX|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiStandard
方法or属性:WIFI_STANDARD_11AX|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiStandard
方法 or 属性:WIFI_STANDARD_11AD|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiStandard
方法or属性:WIFI_STANDARD_11AD|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiLinkedInfo
方法 or 属性:rxLinkSpeed: number;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiLinkedInfo
方法or属性:rxLinkSpeed: number;|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiLinkedInfo
方法 or 属性:maxSupportedTxLinkSpeed: number;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiLinkedInfo
方法or属性:maxSupportedTxLinkSpeed: number;|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiLinkedInfo
方法 or 属性:maxSupportedRxLinkSpeed: number;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiLinkedInfo
方法or属性:maxSupportedRxLinkSpeed: number;|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiLinkedInfo
方法 or 属性:channelWidth: WifiChannelWidth;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiLinkedInfo
方法or属性:channelWidth: WifiChannelWidth;|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: WifiLinkedInfo
方法 or 属性:wifiStandard: WifiStandard;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:WifiLinkedInfo
方法or属性:wifiStandard: WifiStandard;|@ohos.wifiManager.d.ts|
+|新增|NA|模块名: ohos.wifiManager
类名: HotspotConfig
方法 or 属性:channel: number;|@ohos.wifiManager.d.ts|
+|新增|NA|类名:HotspotConfig
方法or属性:channel: number;|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function getScanResults(): Promise\>;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function getScanResults(callback: AsyncCallback\>): void;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function getScanResultsSync(): Array\;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function updateNetwork(config: WifiDeviceConfig): number;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function disableNetwork(netId: number): void;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function removeAllNetwork(): void;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function removeDevice(id: number): void;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function getStations(): Array\;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function getCurrentGroup(): Promise\;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function getCurrentGroup(callback: AsyncCallback\): void;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function createGroup(config: WifiP2PConfig): void;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function removeGroup(): void;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function startDiscoverDevices(): void;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function stopDiscoverDevices(): void;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function deletePersistentGroup(netId: number): void;|NA|@ohos.wifiManager.d.ts|
+|删除|模块名:ohos.wifiManager
类名:wifiManager
方法 or 属性:function setDeviceName(devName: string): void;|NA|@ohos.wifiManager.d.ts|
+|权限有变化|类名:wifiManager
方法 or 属性:function scan(): void;
权限:ohos.permission.SET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager
方法 or 属性:function scan(): void;
权限:ohos.permission.SET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
+|权限有变化|类名:wifiManager
方法 or 属性:function getCandidateConfigs(): Array\;
权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|类名:wifiManager
方法 or 属性:function getCandidateConfigs(): Array\;
权限:ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts|
+|权限有变化|类名:wifiManager
方法 or 属性:function getDeviceConfigs(): Array\;