diff --git a/en/release-notes/api-diff/v4.0-beta1/Readme-EN.md b/en/release-notes/api-diff/v4.0-beta1/Readme-EN.md new file mode 100644 index 0000000000000000000000000000000000000000..0f5a6c6ea413caf34f952ae846ed76740b14cb57 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/Readme-EN.md @@ -0,0 +1,31 @@ +# Readme + +- [Ability framework](js-apidiff-ability.md) +- [Accessibility subsystem](js-apidiff-accessibility.md) +- [Account subsystem](js-apidiff-account.md) +- [ArkUI development framework](js-apidiff-arkui.md) +- [Power management subsystem](js-apidiff-battery.md) +- [Bundle management framework](js-apidiff-bundle.md) +- [Communication subsystem](js-apidiff-communication.md) +- [Compiler and runtime subsystem](js-apidiff-compiler-and-runtime.md) +- [Customization subsystem](js-apidiff-customization.md) +- [Distributed data management subsystem](js-apidiff-distributed-data.md) +- [Distributed hardware subsystem](js-apidiff-distributed-hardware.md) +- [File management subsystem](js-apidiff-file-management.md) +- [Location subsystem](js-apidiff-geolocation.md) +- [Globalization subsystem](js-apidiff-global.md) +- [Graphic subsystem](js-apidiff-graphic.md) +- [Misc services subsystem](js-apidiff-misc.md) +- [MSDP subsystem](js-apidiff-msdp.md) +- [Multimodal input subsystem](js-apidiff-multi-modal-input.md) +- [Multimedia subsystem](js-apidiff-multimedia.md) +- [Common event and notification subsystem](js-apidiff-notification.md) +- [Resource scheduler subsystem](js-apidiff-resource-scheduler.md) +- [Security subsystem](js-apidiff-security.md) +- [Pan-sensor subsystem](js-apidiff-sensor.md) +- [Telephony subsystem](js-apidiff-telephony.md) +- [Test subsystem](js-apidiff-unitest.md) +- [Update subsystem](js-apidiff-update.md) +- [User IAM subsystem](js-apidiff-user-iam.md) +- [Web subsystem](js-apidiff-web.md) +- [Window manager subsystem](js-apidiff-window.md) \ No newline at end of file diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-ability.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-ability.md new file mode 100644 index 0000000000000000000000000000000000000000..7cceb740c72c5bfd1ef136f886c03a49c610e951 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-ability.md @@ -0,0 +1,71 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: LaunchReason
Method or attribute name: SHARE = 5|@ohos.app.ability.AbilityConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager
Method or attribute name: function acquireShareData(missionId: number, callback: AsyncCallback\<{ [key: string]: Object }>): void;|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.abilityManager
Class name: abilityManager
Method or attribute name: function acquireShareData(missionId: number): Promise\<{ [key: string]: Object }>;|@ohos.app.ability.abilityManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function isSharedBundleRunning(bundleName: string, versionCode: number): Promise\;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Module name: ohos.app.ability.appManager
Class name: appManager
Method or attribute name: function isSharedBundleRunning(bundleName: string, versionCode: number, callback: AsyncCallback\): void;|@ohos.app.ability.appManager.d.ts| +|Added|NA|Class name: appRecovery
Method or attribute name: function setRestartWant(want: Want): void;|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Class name: appRecovery
Method or attribute name: function saveAppState(context?: UIAbilityContext): boolean;|@ohos.app.ability.appRecovery.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: quickFixManager
Method or attribute name: function revokeQuickFix(bundleName: string, callback: AsyncCallback\): void;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.quickFixManager
Class name: quickFixManager
Method or attribute name: function revokeQuickFix(bundleName: string): Promise\;|@ohos.app.ability.quickFixManager.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: OnRemoteStateChangeCallback|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: OnRemoteStateChangeCallback
Method or attribute name: (msg: string): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.UIAbility
Class name: Caller
Method or attribute name: onRemoteStateChange(callback: OnRemoteStateChangeCallback): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Class name: UIAbility
Method or attribute name: onShare(wantParam: { [key: string]: Object }): void;|@ohos.app.ability.UIAbility.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Params
Method or attribute name: ABILITY_RECOVERY_RESTART = "ohos.ability.params.abilityRecoveryRestart"|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Params
Method or attribute name: CONTENT_TITLE_KEY = 'ohos.extra.param.key.contentTitle'|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Params
Method or attribute name: SHARE_ABSTRACT_KEY = 'ohos.extra.param.key.shareAbstract'|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.ability.wantConstant
Class name: Params
Method or attribute name: SHARE_URL_KEY = 'ohos.extra.param.key.shareUrl'|@ohos.app.ability.wantConstant.d.ts| +|Added|NA|Module name: ohos.app.form.FormExtensionAbility
Class name: FormExtensionAbility
Method or attribute name: onAcquireFormData?(formId: string): { [key: string]: Object };|@ohos.app.form.FormExtensionAbility.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getRunningFormInfos(callback: AsyncCallback\>, hostBundleName?: string): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getRunningFormInfos(hostBundleName?: string): Promise\>;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function on(type: "formAdd", observerCallback: Callback\, bundleName?: string): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function off(type: "formAdd", observerCallback?: Callback\, bundleName?: string): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function on(type: "formRemove", observerCallback: Callback\, bundleName?: string): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function off(type: "formRemove", observerCallback?: Callback\, bundleName?: string): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function acquireFormData(formId: string, callback: AsyncCallback\<{[key: string]: Object}>): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function acquireFormData(formId: string): Promise\<{[key: string]: Object}>;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getRunningFormInfosByFilter(formProviderFilter: formInfo.FormProviderFilter): Promise\>;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getRunningFormInfosByFilter(formProviderFilter: formInfo.FormProviderFilter, callback: AsyncCallback\>): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getRunningFormInfoById(formId: string): Promise\;|@ohos.app.form.formHost.d.ts| +|Added|NA|Module name: ohos.app.form.formHost
Class name: formHost
Method or attribute name: function getRunningFormInfoById(formId: string, callback: AsyncCallback\): void;|@ohos.app.form.formHost.d.ts| +|Added|NA|Class name: FormInfo
Method or attribute name: descriptionId: number;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormParam
Method or attribute name: LAUNCH_REASON_KEY = "ohos.extra.param.key.form_launch_reason"|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormParam
Method or attribute name: PARAM_FORM_CUSTOMIZE_KEY = "ohos.extra.param.key.form_customize"|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: VisibilityType
Method or attribute name: UNKNOWN = 0|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: LaunchReason|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: LaunchReason
Method or attribute name: FORM_DEFAULT = 1|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: LaunchReason
Method or attribute name: FORM_SHARE|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormProviderFilter|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormProviderFilter
Method or attribute name: bundleName: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormProviderFilter
Method or attribute name: formName ?: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormProviderFilter
Method or attribute name: moduleName ?: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: FormProviderFilter
Method or attribute name: abilityName ?: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: RunningFormInfo|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: RunningFormInfo
Method or attribute name: readonly formId: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: RunningFormInfo
Method or attribute name: readonly bundleName: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: RunningFormInfo
Method or attribute name: readonly hostBundleName: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: RunningFormInfo
Method or attribute name: readonly visibilityType: VisibilityType;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: RunningFormInfo
Method or attribute name: readonly moduleName: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: RunningFormInfo
Method or attribute name: readonly abilityName: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: RunningFormInfo
Method or attribute name: readonly formName: string;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.app.form.formInfo
Class name: RunningFormInfo
Method or attribute name: readonly dimension: number;|@ohos.app.form.formInfo.d.ts| +|Added|NA|Module name: ohos.application.StaticSubscriberExtensionAbility
Class name: StaticSubscriberExtensionAbility
Method or attribute name: context: StaticSubscriberExtensionContext;|@ohos.application.StaticSubscriberExtensionAbility.d.ts| +|Added|NA|Module name: ohos.application.StaticSubscriberExtensionContext
Class name: StaticSubscriberExtensionContext|@ohos.application.StaticSubscriberExtensionContext.d.ts| +|Added|NA|Module name: ohos.application.StaticSubscriberExtensionContext
Class name: StaticSubscriberExtensionContext
Method or attribute name: startAbility(want: Want, callback: AsyncCallback\): void;|@ohos.application.StaticSubscriberExtensionContext.d.ts| +|Added|NA|Module name: ohos.application.StaticSubscriberExtensionContext
Class name: StaticSubscriberExtensionContext
Method or attribute name: startAbility(want: Want): Promise\;|@ohos.application.StaticSubscriberExtensionContext.d.ts| +|Added|NA|Module name: ohos.application.uriPermissionManager
Class name: uriPermissionManager|@ohos.application.uriPermissionManager.d.ts| +|Added|NA|Module name: ohos.application.uriPermissionManager
Class name: uriPermissionManager
Method or attribute name: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string, callback: AsyncCallback\): void;|@ohos.application.uriPermissionManager.d.ts| +|Added|NA|Module name: ohos.application.uriPermissionManager
Class name: uriPermissionManager
Method or attribute name: function grantUriPermission(uri: string, flag: wantConstant.Flags, targetBundleName: string): Promise\;|@ohos.application.uriPermissionManager.d.ts| +|Added|NA|Module name: ohos.application.uriPermissionManager
Class name: uriPermissionManager
Method or attribute name: function revokeUriPermission(uri: string, targetBundleName: string, callback: AsyncCallback\): void;|@ohos.application.uriPermissionManager.d.ts| +|Added|NA|Module name: ohos.application.uriPermissionManager
Class name: uriPermissionManager
Method or attribute name: function revokeUriPermission(uri: string, targetBundleName: string): Promise\;|@ohos.application.uriPermissionManager.d.ts| +|Added|NA|Module name: ErrorObserver
Class name: ErrorObserver
Method or attribute name: onException?(errObject: Error): void;|ErrorObserver.d.ts| +|Added|NA|Class name: ServiceExtensionContext
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;|ServiceExtensionContext.d.ts| +|Added|NA|Class name: UIAbilityContext
Method or attribute name: startAbilityByCallWithAccount(want: Want, accountId: number): Promise\;|UIAbilityContext.d.ts| +|Permission added|Class name: ServiceExtensionContext
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
Permission: N/A|Class name: ServiceExtensionContext
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
Permission: ohos.permission.START_INVISIBLE_ABILITY|ServiceExtensionContext.d.ts| +|Permission added|Class name: ServiceExtensionContext
Method or attribute name: startServiceExtensionAbility(want: Want): Promise\;
Permission: N/A|Class name: ServiceExtensionContext
Method or attribute name: startServiceExtensionAbility(want: Want): Promise\;
Permission: ohos.permission.START_INVISIBLE_ABILITY|ServiceExtensionContext.d.ts| +|Permission added|Class name: ServiceExtensionContext
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
Permission: N/A|Class name: ServiceExtensionContext
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
Permission: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|ServiceExtensionContext.d.ts| +|Permission added|Class name: UIAbilityContext
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
Permission: N/A|Class name: UIAbilityContext
Method or attribute name: startServiceExtensionAbility(want: Want, callback: AsyncCallback\): void;
Permission: ohos.permission.START_INVISIBLE_ABILITY|UIAbilityContext.d.ts| +|Permission added|Class name: UIAbilityContext
Method or attribute name: startServiceExtensionAbility(want: Want): Promise\;
Permission: N/A|Class name: UIAbilityContext
Method or attribute name: startServiceExtensionAbility(want: Want): Promise\;
Permission: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|UIAbilityContext.d.ts| +|Permission added|Class name: UIAbilityContext
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
Permission: N/A|Class name: UIAbilityContext
Method or attribute name: connectServiceExtensionAbility(want: Want, options: ConnectOptions): number;
Permission: ohos.permission.ABILITY_BACKGROUND_COMMUNICATION|UIAbilityContext.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md new file mode 100644 index 0000000000000000000000000000000000000000..ba323a27a99d881c40da0c2dc785c6b0cb3815b5 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-accessibility.md @@ -0,0 +1,5 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Error code added|NA|Class name: Config
Method or attribute name: get(): Promise\;
Error code: 201, 202|@ohos.accessibility.config.d.ts| +|Error code added|NA|Class name: Config
Method or attribute name: get(callback: AsyncCallback\): void;
Error code: 201, 202|@ohos.accessibility.config.d.ts| +|Error code added|NA|Class name: Config
Method or attribute name: off(callback?: Callback\): void;
Error code: 202|@ohos.accessibility.config.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md new file mode 100644 index 0000000000000000000000000000000000000000..7f7198c58038d50463ce773e152f5bd31afa6655 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-account.md @@ -0,0 +1,158 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: Constants
Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = 'addAccountImplicitly'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: ACTION_AUTHENTICATE = 'authenticate'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: ACTION_CREATE_ACCOUNT_IMPLICITLY = 'createAccountImplicitly'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: ACTION_AUTH = 'auth'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: ACTION_VERIFY_CREDENTIAL = 'verifyCredential'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: ACTION_SET_AUTHENTICATOR_PROPERTIES = 'setAuthenticatorProperties'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_NAME = 'name'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_OWNER = 'owner'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_TOKEN = 'token'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_ACTION = 'action'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_AUTH_TYPE = 'authType'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_SESSION_ID = 'sessionId'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_CALLER_PID = 'callerPid'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_CALLER_UID = 'callerUid'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_CALLER_BUNDLE_NAME = 'callerBundleName'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_REQUIRED_LABELS = 'requiredLabels'|@ohos.account.appAccount.d.ts| +|Added|NA|Class name: Constants
Method or attribute name: KEY_BOOLEAN_RESULT = 'booleanResult'|@ohos.account.appAccount.d.ts| +|Added|NA|Module name: ohos.account.distributedAccount
Class name: DistributedAccountAbility
Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback\): void;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedAccountAbility
Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback\): void;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Module name: ohos.account.distributedAccount
Class name: DistributedAccountAbility
Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number): Promise\;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedAccountAbility
Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number): Promise\;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Module name: ohos.account.distributedAccount
Class name: DistributedAccountAbility
Method or attribute name: setOsAccountDistributedInfoByLocalId(
localId: number,
distributedInfo: DistributedInfo,
callback: AsyncCallback\
): void;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedAccountAbility
Method or attribute name: setOsAccountDistributedInfoByLocalId(
localId: number,
distributedInfo: DistributedInfo,
callback: AsyncCallback\
): void;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Module name: ohos.account.distributedAccount
Class name: DistributedAccountAbility
Method or attribute name: setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise\;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedAccountAbility
Method or attribute name: setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise\;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Module name: ohos.account.distributedAccount
Class name: DistributedAccountStatus|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedAccountStatus
Method or attribute name: |@ohos.account.distributedAccount.d.ts| +|Added|NA|Module name: ohos.account.distributedAccount
Class name: DistributedAccountStatus
Method or attribute name: NOT_LOGGED_IN = 0|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedAccountStatus
Method or attribute name: NOT_LOGGED_IN = 0|@ohos.account.distributedAccount.d.ts| +|Added|NA|Module name: ohos.account.distributedAccount
Class name: DistributedAccountStatus
Method or attribute name: LOGGED_IN = 1|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedAccountStatus
Method or attribute name: LOGGED_IN = 1|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DistributedInfo
Method or attribute name: readonly status?: DistributedAccountStatus;|@ohos.account.distributedAccount.d.ts| +|Added|NA|Class name: DomainAccountInfo
Method or attribute name: accountId?: string;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: AuthStatusInfo|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AuthStatusInfo
Method or attribute name: |@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: AuthStatusInfo
Method or attribute name: remainTimes: number;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AuthStatusInfo
Method or attribute name: remainTimes: number;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: AuthStatusInfo
Method or attribute name: freezingTime: number;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AuthStatusInfo
Method or attribute name: freezingTime: number;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: GetDomainAccessTokenOptions|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: GetDomainAccessTokenOptions
Method or attribute name: |@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: GetDomainAccessTokenOptions
Method or attribute name: domainAccountInfo: DomainAccountInfo;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: GetDomainAccessTokenOptions
Method or attribute name: domainAccountInfo: DomainAccountInfo;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: GetDomainAccessTokenOptions
Method or attribute name: domainAccountToken: Uint8Array;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: GetDomainAccessTokenOptions
Method or attribute name: domainAccountToken: Uint8Array;|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: GetDomainAccessTokenOptions
Method or attribute name: businessParams: { [key: string]: object };|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: GetDomainAccessTokenOptions
Method or attribute name: businessParams: { [key: string]: object };|@ohos.account.osAccount.d.ts| +|Added|NA|Module name: ohos.account.osAccount
Class name: GetDomainAccessTokenOptions
Method or attribute name: callerUid: number;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: GetDomainAccessTokenOptions
Method or attribute name: callerUid: number;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainPlugin
Method or attribute name: authWithPopup(domainAccountInfo: DomainAccountInfo, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainPlugin
Method or attribute name: authWithToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainPlugin
Method or attribute name: getAccountInfo(domain: string, accountName: string, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainPlugin
Method or attribute name: getAuthStatusInfo(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainPlugin
Method or attribute name: bindAccount(domainAccountInfo: DomainAccountInfo, localId: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainPlugin
Method or attribute name: unbindAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainPlugin
Method or attribute name: isAccountTokenValid(
domainAccountInfo: DomainAccountInfo,
token: Uint8Array,
callback: AsyncCallback\
): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainPlugin
Method or attribute name: getAccessToken(options: GetDomainAccessTokenOptions, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainAccountManager
Method or attribute name: static auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainAccountManager
Method or attribute name: static authWithPopup(callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainAccountManager
Method or attribute name: static authWithPopup(localId: number, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainAccountManager
Method or attribute name: static hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainAccountManager
Method or attribute name: static hasAccount(domainAccountInfo: DomainAccountInfo): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainAccountManager
Method or attribute name: static updateAccountToken(
domainAccountInfo: DomainAccountInfo,
token: Uint8Array,
callback: AsyncCallback\
): void;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: DomainAccountManager
Method or attribute name: static updateAccountToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array): Promise\;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: ExecutorProperty
Method or attribute name: enrollmentProgress?: string;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: ExecutorProperty
Method or attribute name: sensorInfo?: string;|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: GetPropertyType
Method or attribute name: ENROLLMENT_PROGRESS = 4|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: GetPropertyType
Method or attribute name: SENSOR_INFO = 5|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AuthType
Method or attribute name: FINGERPRINT = 4|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AuthSubType
Method or attribute name: FINGERPRINT_CAPACITIVE = 30000|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AuthSubType
Method or attribute name: FINGERPRINT_OPTICAL = 30001|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: AuthSubType
Method or attribute name: FINGERPRINT_ULTRASONIC = 30002|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_FINGER_DOWN = 6|@ohos.account.osAccount.d.ts| +|Added|NA|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_FINGER_UP = 7|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: UserAuth
Access level: public API|Class name: UserAuth
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: PINAuth
Access level: public API|Class name: PINAuth
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: InputerManager
Access level: public API|Class name: InputerManager
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: DomainPlugin
Access level: public API|Class name: DomainPlugin
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: DomainAccountManager
Access level: public API|Class name: DomainAccountManager
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: UserIdentityManager
Access level: public API|Class name: UserIdentityManager
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: GetPropertyRequest
Method or attribute name: authType: AuthType;
Access level: public API|Class name: GetPropertyRequest
Method or attribute name: authType: AuthType;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: GetPropertyRequest
Method or attribute name: keys: Array\;
Access level: public API|Class name: GetPropertyRequest
Method or attribute name: keys: Array\;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: SetPropertyRequest
Method or attribute name: authType: AuthType;
Access level: public API|Class name: SetPropertyRequest
Method or attribute name: authType: AuthType;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: SetPropertyRequest
Method or attribute name: key: SetPropertyType;
Access level: public API|Class name: SetPropertyRequest
Method or attribute name: key: SetPropertyType;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: SetPropertyRequest
Method or attribute name: setInfo: Uint8Array;
Access level: public API|Class name: SetPropertyRequest
Method or attribute name: setInfo: Uint8Array;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ExecutorProperty
Method or attribute name: result: number;
Access level: public API|Class name: ExecutorProperty
Method or attribute name: result: number;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ExecutorProperty
Method or attribute name: authSubType: AuthSubType;
Access level: public API|Class name: ExecutorProperty
Method or attribute name: authSubType: AuthSubType;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ExecutorProperty
Method or attribute name: remainTimes?: number;
Access level: public API|Class name: ExecutorProperty
Method or attribute name: remainTimes?: number;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ExecutorProperty
Method or attribute name: freezingTime?: number;
Access level: public API|Class name: ExecutorProperty
Method or attribute name: freezingTime?: number;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthResult
Method or attribute name: token?: Uint8Array;
Access level: public API|Class name: AuthResult
Method or attribute name: token?: Uint8Array;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthResult
Method or attribute name: remainTimes?: number;
Access level: public API|Class name: AuthResult
Method or attribute name: remainTimes?: number;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthResult
Method or attribute name: freezingTime?: number;
Access level: public API|Class name: AuthResult
Method or attribute name: freezingTime?: number;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: CredentialInfo
Method or attribute name: credType: AuthType;
Access level: public API|Class name: CredentialInfo
Method or attribute name: credType: AuthType;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: CredentialInfo
Method or attribute name: credSubType: AuthSubType;
Access level: public API|Class name: CredentialInfo
Method or attribute name: credSubType: AuthSubType;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: CredentialInfo
Method or attribute name: token: Uint8Array;
Access level: public API|Class name: CredentialInfo
Method or attribute name: token: Uint8Array;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: RequestResult
Method or attribute name: credentialId?: Uint8Array;
Access level: public API|Class name: RequestResult
Method or attribute name: credentialId?: Uint8Array;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: EnrolledCredInfo
Method or attribute name: credentialId: Uint8Array;
Access level: public API|Class name: EnrolledCredInfo
Method or attribute name: credentialId: Uint8Array;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: EnrolledCredInfo
Method or attribute name: authType: AuthType;
Access level: public API|Class name: EnrolledCredInfo
Method or attribute name: authType: AuthType;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: EnrolledCredInfo
Method or attribute name: authSubType: AuthSubType;
Access level: public API|Class name: EnrolledCredInfo
Method or attribute name: authSubType: AuthSubType;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: EnrolledCredInfo
Method or attribute name: templateId: Uint8Array;
Access level: public API|Class name: EnrolledCredInfo
Method or attribute name: templateId: Uint8Array;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: GetPropertyType
Method or attribute name: AUTH_SUB_TYPE = 1
Access level: public API|Class name: GetPropertyType
Method or attribute name: AUTH_SUB_TYPE = 1
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: GetPropertyType
Method or attribute name: REMAIN_TIMES = 2
Access level: public API|Class name: GetPropertyType
Method or attribute name: REMAIN_TIMES = 2
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: GetPropertyType
Method or attribute name: FREEZING_TIME = 3
Access level: public API|Class name: GetPropertyType
Method or attribute name: FREEZING_TIME = 3
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: SetPropertyType
Method or attribute name: INIT_ALGORITHM = 1
Access level: public API|Class name: SetPropertyType
Method or attribute name: INIT_ALGORITHM = 1
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthType
Method or attribute name: PIN = 1
Access level: public API|Class name: AuthType
Method or attribute name: PIN = 1
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthType
Method or attribute name: FACE = 2
Access level: public API|Class name: AuthType
Method or attribute name: FACE = 2
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthType
Method or attribute name: DOMAIN = 1024
Access level: public API|Class name: AuthType
Method or attribute name: DOMAIN = 1024
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthSubType
Method or attribute name: PIN_SIX = 10000
Access level: public API|Class name: AuthSubType
Method or attribute name: PIN_SIX = 10000
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthSubType
Method or attribute name: PIN_NUMBER = 10001
Access level: public API|Class name: AuthSubType
Method or attribute name: PIN_NUMBER = 10001
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthSubType
Method or attribute name: PIN_MIXED = 10002
Access level: public API|Class name: AuthSubType
Method or attribute name: PIN_MIXED = 10002
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthSubType
Method or attribute name: FACE_2D = 20000
Access level: public API|Class name: AuthSubType
Method or attribute name: FACE_2D = 20000
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthSubType
Method or attribute name: FACE_3D = 20001
Access level: public API|Class name: AuthSubType
Method or attribute name: FACE_3D = 20001
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthSubType
Method or attribute name: DOMAIN_MIXED = 10240001
Access level: public API|Class name: AuthSubType
Method or attribute name: DOMAIN_MIXED = 10240001
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthTrustLevel
Method or attribute name: ATL1 = 10000
Access level: public API|Class name: AuthTrustLevel
Method or attribute name: ATL1 = 10000
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthTrustLevel
Method or attribute name: ATL2 = 20000
Access level: public API|Class name: AuthTrustLevel
Method or attribute name: ATL2 = 20000
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthTrustLevel
Method or attribute name: ATL3 = 30000
Access level: public API|Class name: AuthTrustLevel
Method or attribute name: ATL3 = 30000
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: AuthTrustLevel
Method or attribute name: ATL4 = 40000
Access level: public API|Class name: AuthTrustLevel
Method or attribute name: ATL4 = 40000
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: Module
Method or attribute name: FACE_AUTH = 1
Access level: public API|Class name: Module
Method or attribute name: FACE_AUTH = 1
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: SUCCESS = 0
Access level: public API|Class name: ResultCode
Method or attribute name: SUCCESS = 0
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: FAIL = 1
Access level: public API|Class name: ResultCode
Method or attribute name: FAIL = 1
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: GENERAL_ERROR = 2
Access level: public API|Class name: ResultCode
Method or attribute name: GENERAL_ERROR = 2
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: CANCELED = 3
Access level: public API|Class name: ResultCode
Method or attribute name: CANCELED = 3
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: TIMEOUT = 4
Access level: public API|Class name: ResultCode
Method or attribute name: TIMEOUT = 4
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: TYPE_NOT_SUPPORT = 5
Access level: public API|Class name: ResultCode
Method or attribute name: TYPE_NOT_SUPPORT = 5
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6
Access level: public API|Class name: ResultCode
Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: BUSY = 7
Access level: public API|Class name: ResultCode
Method or attribute name: BUSY = 7
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: INVALID_PARAMETERS = 8
Access level: public API|Class name: ResultCode
Method or attribute name: INVALID_PARAMETERS = 8
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: LOCKED = 9
Access level: public API|Class name: ResultCode
Method or attribute name: LOCKED = 9
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ResultCode
Method or attribute name: NOT_ENROLLED = 10
Access level: public API|Class name: ResultCode
Method or attribute name: NOT_ENROLLED = 10
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11
Access level: public API|Class name: FaceTipsCode
Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_GOOD = 0
Access level: public API|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_GOOD = 0
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1
Access level: public API|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2
Access level: public API|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3
Access level: public API|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4
Access level: public API|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5
Access level: public API|Class name: FingerprintTips
Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_NOT_EXIST = 0
Access level: public API|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_NOT_EXIST = 0
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_BASE = 1
Access level: public API|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_BASE = 1
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2
Access level: public API|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3
Access level: public API|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ConstraintSourceTypeInfo
Method or attribute name: localId: number;
Access level: public API|Class name: ConstraintSourceTypeInfo
Method or attribute name: localId: number;
Access level: system API|@ohos.account.osAccount.d.ts| +|Access level changed|Class name: ConstraintSourceTypeInfo
Method or attribute name: type: ConstraintSourceType;
Access level: public API|Class name: ConstraintSourceTypeInfo
Method or attribute name: type: ConstraintSourceType;
Access level: system API|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserAuth
Method or attribute name: constructor();
Error code: 202|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserAuth
Method or attribute name: getVersion(): number;
Error code: 202|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: PINAuth
Method or attribute name: constructor();
Error code: 202|@ohos.account.osAccount.d.ts| +|Error code added|NA|Class name: UserIdentityManager
Method or attribute name: constructor();
Error code: 202|@ohos.account.osAccount.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md new file mode 100644 index 0000000000000000000000000000000000000000..f5c76f0c7e1cb7015ade9bc4fafeb5fc2930786e --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-arkui.md @@ -0,0 +1,2058 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.arkui.componentSnapshot
Class name: componentSnapshot|@ohos.arkui.componentSnapshot.d.ts| +|Added|NA|Module name: ohos.arkui.componentSnapshot
Class name: componentSnapshot
Method or attribute name: function get(id: string, callback: AsyncCallback\): void;|@ohos.arkui.componentSnapshot.d.ts| +|Added|NA|Module name: ohos.arkui.componentSnapshot
Class name: componentSnapshot
Method or attribute name: function get(id: string): Promise\;|@ohos.arkui.componentSnapshot.d.ts| +|Added|NA|Module name: ohos.arkui.componentSnapshot
Class name: componentSnapshot
Method or attribute name: function createFromBuilder(builder: CustomBuilder, callback: AsyncCallback\): void;|@ohos.arkui.componentSnapshot.d.ts| +|Added|NA|Module name: ohos.arkui.componentSnapshot
Class name: componentSnapshot
Method or attribute name: function createFromBuilder(builder: CustomBuilder): Promise\;|@ohos.arkui.componentSnapshot.d.ts| +|Added|NA|Module name: ohos.arkui.drawableDescriptor
Class name: DrawableDescriptor|@ohos.arkui.drawableDescriptor.d.ts| +|Added|NA|Module name: ohos.arkui.drawableDescriptor
Class name: DrawableDescriptor
Method or attribute name: constructor();|@ohos.arkui.drawableDescriptor.d.ts| +|Added|NA|Module name: ohos.arkui.drawableDescriptor
Class name: DrawableDescriptor
Method or attribute name: getPixelMap(): image.PixelMap;|@ohos.arkui.drawableDescriptor.d.ts| +|Added|NA|Module name: ohos.arkui.drawableDescriptor
Class name: LayeredDrawableDescriptor|@ohos.arkui.drawableDescriptor.d.ts| +|Added|NA|Module name: ohos.arkui.drawableDescriptor
Class name: LayeredDrawableDescriptor
Method or attribute name: getForeground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts| +|Added|NA|Module name: ohos.arkui.drawableDescriptor
Class name: LayeredDrawableDescriptor
Method or attribute name: getBackground(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts| +|Added|NA|Module name: ohos.arkui.drawableDescriptor
Class name: LayeredDrawableDescriptor
Method or attribute name: getMask(): DrawableDescriptor;|@ohos.arkui.drawableDescriptor.d.ts| +|Added|NA|Class name: curves
Method or attribute name: function interpolatingSpring(velocity: number, mass: number, stiffness: number, damping: number): ICurve;|@ohos.curves.d.ts| +|Added|NA|Class name: MeasureOptions
Method or attribute name: textContent: string \| Resource;|@ohos.measure.d.ts| +|Added|NA|Class name: MeasureOptions
Method or attribute name: constraintWidth?: number \| string \| Resource;|@ohos.measure.d.ts| +|Added|NA|Class name: MeasureOptions
Method or attribute name: textAlign?: number \| TextAlign;|@ohos.measure.d.ts| +|Added|NA|Class name: MeasureOptions
Method or attribute name: overflow?: number \| TextOverflow;|@ohos.measure.d.ts| +|Added|NA|Class name: MeasureOptions
Method or attribute name: maxLines?: number;|@ohos.measure.d.ts| +|Added|NA|Class name: MeasureOptions
Method or attribute name: lineHeight?: number \| string \| Resource;|@ohos.measure.d.ts| +|Added|NA|Class name: MeasureOptions
Method or attribute name: baselineOffset?: number \| string;|@ohos.measure.d.ts| +|Added|NA|Class name: MeasureOptions
Method or attribute name: textCase?: number \| TextCase;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.measure
Class name: MeasureText
Method or attribute name: static measureTextSize(options: MeasureOptions): SizeOptions;|@ohos.measure.d.ts| +|Added|NA|Class name: MeasureText
Method or attribute name: static measureTextSize(options: MeasureOptions): SizeOptions;|@ohos.measure.d.ts| +|Added|NA|Module name: ohos.uiAppearance
Class name: uiAppearance|@ohos.uiAppearance.d.ts| +|Added|NA|Module name: ohos.uiAppearance
Class name: DarkMode|@ohos.uiAppearance.d.ts| +|Added|NA|Module name: ohos.uiAppearance
Class name: DarkMode
Method or attribute name: ALWAYS_DARK = 0|@ohos.uiAppearance.d.ts| +|Added|NA|Module name: ohos.uiAppearance
Class name: DarkMode
Method or attribute name: ALWAYS_LIGHT = 1|@ohos.uiAppearance.d.ts| +|Added|NA|Module name: ohos.uiAppearance
Class name: uiAppearance
Method or attribute name: function setDarkMode(mode: DarkMode, callback: AsyncCallback\): void;|@ohos.uiAppearance.d.ts| +|Added|NA|Module name: ohos.uiAppearance
Class name: uiAppearance
Method or attribute name: function setDarkMode(mode: DarkMode): Promise\;|@ohos.uiAppearance.d.ts| +|Added|NA|Module name: ohos.uiAppearance
Class name: uiAppearance
Method or attribute name: function getDarkMode(): DarkMode;|@ohos.uiAppearance.d.ts| +|Added|NA|Class name: AlertDialogParamWithConfirm
Method or attribute name: 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| +|Added|NA|Class name: AlertDialogParamWithButtons
Method or attribute name: 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| +|Added|NA|Class name: AlertDialogParamWithButtons
Method or attribute name: 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| +|Added|NA|Class name: AlphabetIndexerAttribute
Method or attribute name: popupSelectedColor(value: ResourceColor): AlphabetIndexerAttribute;|alphabet_indexer.d.ts| +|Added|NA|Class name: AlphabetIndexerAttribute
Method or attribute name: popupUnselectedColor(value: ResourceColor): AlphabetIndexerAttribute;|alphabet_indexer.d.ts| +|Added|NA|Class name: AlphabetIndexerAttribute
Method or attribute name: popupItemBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;|alphabet_indexer.d.ts| +|Added|NA|Class name: AlphabetIndexerAttribute
Method or attribute name: popupItemFont(value: Font): AlphabetIndexerAttribute;|alphabet_indexer.d.ts| +|Added|NA|Module name: badge
Class name: BadgeStyle
Method or attribute name: borderColor?: ResourceColor;|badge.d.ts| +|Added|NA|Module name: badge
Class name: BadgeStyle
Method or attribute name: borderWidth?: Length;|badge.d.ts| +|Added|NA|Module name: badge
Class name: BadgeStyle
Method or attribute name: fontWeight?: number \| FontWeight \| string;|badge.d.ts| +|Added|NA|Module name: button
Class name: LabelStyle|button.d.ts| +|Added|NA|Module name: button
Class name: LabelStyle
Method or attribute name: overflow?: TextOverflow;|button.d.ts| +|Added|NA|Module name: button
Class name: LabelStyle
Method or attribute name: maxLines?: number;|button.d.ts| +|Added|NA|Module name: button
Class name: LabelStyle
Method or attribute name: minFontSize?: number \| ResourceStr;|button.d.ts| +|Added|NA|Module name: button
Class name: LabelStyle
Method or attribute name: maxFontSize?: number \| ResourceStr;|button.d.ts| +|Added|NA|Module name: button
Class name: LabelStyle
Method or attribute name: heightAdaptivePolicy?: TextHeightAdaptivePolicy;|button.d.ts| +|Added|NA|Module name: button
Class name: LabelStyle
Method or attribute name: font?: Font;|button.d.ts| +|Added|NA|Module name: button
Class name: ButtonAttribute
Method or attribute name: labelStyle(value: LabelStyle): ButtonAttribute;|button.d.ts| +|Added|NA|Module name: canvas
Class name: CanvasPattern|canvas.d.ts| +|Added|NA|Module name: canvas
Class name: CanvasPattern
Method or attribute name: setTransform(transform?: Matrix2D): void;|canvas.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: fillStyle: string \| number \| CanvasGradient \| CanvasPattern;|canvas.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: strokeStyle: string \| number \| CanvasGradient \| CanvasPattern;|canvas.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: createConicGradient(
startAngle: number,
x: number,
y: number
): CanvasGradient;|canvas.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: putImageData(imagedata: ImageData, dx: number \| string, dy: number \| string): void;|canvas.d.ts| +|Added|NA|Class name: CanvasRenderer
Method or attribute name: 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| +|Added|NA|Module name: canvas
Class name: OffscreenCanvas
Method or attribute name: getContext(contextType: "2d", option?: RenderingContextSettings): OffscreenCanvasRenderingContext2D;|canvas.d.ts| +|Added|NA|Class name: OffscreenCanvas
Method or attribute name: getContext(contextType: "2d", option?: RenderingContextSettings): OffscreenCanvasRenderingContext2D;|canvas.d.ts| +|Added|NA|Module name: checkbox
Class name: CheckboxAttribute
Method or attribute name: unselectedColor(value: ResourceColor): CheckboxAttribute;|checkbox.d.ts| +|Added|NA|Module name: checkbox
Class name: CheckboxAttribute
Method or attribute name: mark(value: MarkStyle): CheckboxAttribute;|checkbox.d.ts| +|Added|NA|Module name: checkboxgroup
Class name: CheckboxGroupAttribute
Method or attribute name: unselectedColor(value: ResourceColor): CheckboxGroupAttribute;|checkboxgroup.d.ts| +|Added|NA|Module name: checkboxgroup
Class name: CheckboxGroupAttribute
Method or attribute name: mark(value: MarkStyle): CheckboxGroupAttribute;|checkboxgroup.d.ts| +|Added|NA|Class name: global
Method or attribute name: declare const AnimatableExtend: MethodDecorator & ((value: Object) => MethodDecorator);|common.d.ts| +|Added|NA|Module name: common
Class name: AnimatableArithmetic|common.d.ts| +|Added|NA|Module name: common
Class name: AnimatableArithmetic
Method or attribute name: plus(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts| +|Added|NA|Class name: AnimatableArithmetic
Method or attribute name: plus(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts| +|Added|NA|Module name: common
Class name: AnimatableArithmetic
Method or attribute name: subtract(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts| +|Added|NA|Class name: AnimatableArithmetic
Method or attribute name: subtract(rhs: AnimatableArithmetic\): AnimatableArithmetic\;|common.d.ts| +|Added|NA|Module name: common
Class name: AnimatableArithmetic
Method or attribute name: multiply(scale: number): AnimatableArithmetic\;|common.d.ts| +|Added|NA|Class name: AnimatableArithmetic
Method or attribute name: multiply(scale: number): AnimatableArithmetic\;|common.d.ts| +|Added|NA|Module name: common
Class name: AnimatableArithmetic
Method or attribute name: equals(rhs: AnimatableArithmetic\): boolean;|common.d.ts| +|Added|NA|Class name: AnimatableArithmetic
Method or attribute name: equals(rhs: AnimatableArithmetic\): boolean;|common.d.ts| +|Added|NA|Class name: global
Method or attribute name: declare const Recycle: ClassDecorator;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEdge|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEdge
Method or attribute name: TOP|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEdge
Method or attribute name: BOTTOM|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEdge
Method or attribute name: START|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEdge
Method or attribute name: END|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: static readonly IDENTITY: TransitionEffect\<"identity">;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: static readonly OPACITY: TransitionEffect\<"opacity">;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: static readonly SLIDE: TransitionEffect\<
"asymmetric",
{
appear: TransitionEffect\<"move", TransitionEdge>;
disappear: TransitionEffect\<"move", TransitionEdge>;
}
>;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: static readonly SLIDE_SWITCH: TransitionEffect\<"slideSwitch">;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: static translate(options: TranslateOptions): TransitionEffect\<"translate">;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: static rotate(options: RotateOptions): TransitionEffect\<"rotate">;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: static scale(options: ScaleOptions): TransitionEffect\<"scale">;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: static opacity(alpha: number): TransitionEffect\<"opacity">;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: static move(edge: TransitionEdge): TransitionEffect\<"move">;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: static asymmetric(
appear: TransitionEffect,
disappear: TransitionEffect
): TransitionEffect\<"asymmetric">;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: constructor(type: Type, effect: Effect);|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: animation(value: AnimateParam): TransitionEffect;|common.d.ts| +|Added|NA|Module name: common
Class name: TransitionEffect
Method or attribute name: combine(transitionEffect: TransitionEffect): TransitionEffect;|common.d.ts| +|Added|NA|Class name: SourceTool
Method or attribute name: Finger|common.d.ts| +|Added|NA|Class name: SourceTool
Method or attribute name: Pen|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: BackgroundThin|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: BackgroundRegular|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: BackgroundThick|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: BackgroundUltraThick|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: BACKGROUND_THIN|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: BACKGROUND_REGULAR|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: BACKGROUND_THICK|common.d.ts| +|Added|NA|Class name: BlurStyle
Method or attribute name: BACKGROUND_ULTRA_THICK|common.d.ts| +|Added|NA|Module name: common
Class name: ThemeColorMode|common.d.ts| +|Added|NA|Module name: common
Class name: ThemeColorMode
Method or attribute name: System|common.d.ts| +|Added|NA|Module name: common
Class name: ThemeColorMode
Method or attribute name: Light|common.d.ts| +|Added|NA|Module name: common
Class name: ThemeColorMode
Method or attribute name: Dark|common.d.ts| +|Added|NA|Module name: common
Class name: ThemeColorMode
Method or attribute name: SYSTEM|common.d.ts| +|Added|NA|Module name: common
Class name: ThemeColorMode
Method or attribute name: LIGHT|common.d.ts| +|Added|NA|Module name: common
Class name: ThemeColorMode
Method or attribute name: DARK|common.d.ts| +|Added|NA|Module name: common
Class name: AdaptiveColor|common.d.ts| +|Added|NA|Module name: common
Class name: AdaptiveColor
Method or attribute name: Default|common.d.ts| +|Added|NA|Module name: common
Class name: AdaptiveColor
Method or attribute name: Average|common.d.ts| +|Added|NA|Module name: common
Class name: AdaptiveColor
Method or attribute name: DEFAULT|common.d.ts| +|Added|NA|Module name: common
Class name: AdaptiveColor
Method or attribute name: AVERAGE|common.d.ts| +|Added|NA|Module name: common
Class name: ModalTransition|common.d.ts| +|Added|NA|Module name: common
Class name: ModalTransition
Method or attribute name: Default|common.d.ts| +|Added|NA|Module name: common
Class name: ModalTransition
Method or attribute name: None|common.d.ts| +|Added|NA|Module name: common
Class name: ModalTransition
Method or attribute name: Alpha|common.d.ts| +|Added|NA|Module name: common
Class name: ModalTransition
Method or attribute name: DEFAULT|common.d.ts| +|Added|NA|Module name: common
Class name: ModalTransition
Method or attribute name: NONE|common.d.ts| +|Added|NA|Module name: common
Class name: ModalTransition
Method or attribute name: ALPHA|common.d.ts| +|Added|NA|Module name: common
Class name: BackgroundBlurStyleOptions|common.d.ts| +|Added|NA|Module name: common
Class name: BackgroundBlurStyleOptions
Method or attribute name: colorMode?: ThemeColorMode;|common.d.ts| +|Added|NA|Class name: BackgroundBlurStyleOptions
Method or attribute name: colorMode?: ThemeColorMode;|common.d.ts| +|Added|NA|Module name: common
Class name: BackgroundBlurStyleOptions
Method or attribute name: adaptiveColor?: AdaptiveColor;|common.d.ts| +|Added|NA|Class name: BackgroundBlurStyleOptions
Method or attribute name: adaptiveColor?: AdaptiveColor;|common.d.ts| +|Added|NA|Module name: common
Class name: BackgroundBlurStyleOptions
Method or attribute name: scale?: number;|common.d.ts| +|Added|NA|Class name: BackgroundBlurStyleOptions
Method or attribute name: scale?: number;|common.d.ts| +|Added|NA|Module name: common
Class name: PickerTextStyle|common.d.ts| +|Added|NA|Class name: PickerTextStyle
Method or attribute name: |common.d.ts| +|Added|NA|Module name: common
Class name: PickerTextStyle
Method or attribute name: color?: ResourceColor;|common.d.ts| +|Added|NA|Module name: common
Class name: PickerTextStyle
Method or attribute name: font?: Font;|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowType|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowType
Method or attribute name: COLOR|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowType
Method or attribute name: BLUR|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowOptions|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowOptions
Method or attribute name: radius: number \| Resource;|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowOptions
Method or attribute name: type?: ShadowType;|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowOptions
Method or attribute name: color?: Color \| string \| Resource;|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowOptions
Method or attribute name: offsetX?: number \| Resource;|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowOptions
Method or attribute name: offsetY?: number \| Resource;|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OuterDefaultXS|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OuterDefaultSM|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OuterDefaultMD|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OuterDefaultLG|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OuterFloatingSM|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OuterFloatingMD|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OUTER_DEFAULT_XS|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OUTER_DEFAULT_SM|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OUTER_DEFAULT_MD|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OUTER_DEFAULT_LG|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OUTER_FLOATING_SM|common.d.ts| +|Added|NA|Module name: common
Class name: ShadowStyle
Method or attribute name: OUTER_FLOATING_MD|common.d.ts| +|Added|NA|Module name: common
Class name: SheetSize|common.d.ts| +|Added|NA|Module name: common
Class name: SheetSize
Method or attribute name: MEDIUM|common.d.ts| +|Added|NA|Module name: common
Class name: SheetSize
Method or attribute name: LARGE|common.d.ts| +|Added|NA|Module name: common
Class name: DragBehavior|common.d.ts| +|Added|NA|Module name: common
Class name: DragBehavior
Method or attribute name: COPY|common.d.ts| +|Added|NA|Module name: common
Class name: DragBehavior
Method or attribute name: MOVE|common.d.ts| +|Added|NA|Module name: common
Class name: DragRet|common.d.ts| +|Added|NA|Module name: common
Class name: DragRet
Method or attribute name: DRAG_SUCCESS|common.d.ts| +|Added|NA|Module name: common
Class name: DragRet
Method or attribute name: DRAG_FAILED|common.d.ts| +|Added|NA|Module name: common
Class name: DragRet
Method or attribute name: DRAG_CANCELED|common.d.ts| +|Added|NA|Module name: common
Class name: DragRet
Method or attribute name: DROP_ENABLED|common.d.ts| +|Added|NA|Class name: DragEvent
Method or attribute name: dragBehavior: DragBehavior;|common.d.ts| +|Added|NA|Class name: DragEvent
Method or attribute name: useCustomDropAnimation: boolean;|common.d.ts| +|Added|NA|Class name: DragEvent
Method or attribute name: setData(unifiedData: UnifiedData): void;|common.d.ts| +|Added|NA|Class name: DragEvent
Method or attribute name: getData(): UnifiedData;|common.d.ts| +|Added|NA|Class name: DragEvent
Method or attribute name: getSummary(): Summary;|common.d.ts| +|Added|NA|Class name: DragEvent
Method or attribute name: setResult(dragRet: DragRet): void;|common.d.ts| +|Added|NA|Class name: DragEvent
Method or attribute name: getResult(): DragRet;|common.d.ts| +|Added|NA|Class name: DragEvent
Method or attribute name: getPreviewRect(): Rectangle;|common.d.ts| +|Added|NA|Module name: common
Class name: SheetStyle|common.d.ts| +|Added|NA|Module name: common
Class name: SheetStyle
Method or attribute name: height?: SheetSize \| Length;|common.d.ts| +|Added|NA|Module name: common
Class name: SheetStyle
Method or attribute name: dragBar?: boolean;|common.d.ts| +|Added|NA|Module name: common
Class name: PopupMessageOptions|common.d.ts| +|Added|NA|Module name: common
Class name: PopupMessageOptions
Method or attribute name: textColor?: ResourceColor;|common.d.ts| +|Added|NA|Module name: common
Class name: PopupMessageOptions
Method or attribute name: font?: Font;|common.d.ts| +|Added|NA|Class name: PopupOptions
Method or attribute name: placement?: Placement;|common.d.ts| +|Added|NA|Class name: PopupOptions
Method or attribute name: 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| +|Added|NA|Class name: PopupOptions
Method or attribute name: 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| +|Added|NA|Class name: PopupOptions
Method or attribute name: mask?: boolean \| { color: ResourceColor };|common.d.ts| +|Added|NA|Class name: PopupOptions
Method or attribute name: messageOptions?: PopupMessageOptions|common.d.ts| +|Added|NA|Class name: PopupOptions
Method or attribute name: targetSpace?: Length|common.d.ts| +|Added|NA|Class name: CustomPopupOptions
Method or attribute name: mask?: boolean \| { color: ResourceColor };|common.d.ts| +|Added|NA|Class name: CustomPopupOptions
Method or attribute name: targetSpace?: Length|common.d.ts| +|Added|NA|Module name: common
Class name: ContextMenuOptions|common.d.ts| +|Added|NA|Module name: common
Class name: ContextMenuOptions
Method or attribute name: offset?: Position;|common.d.ts| +|Added|NA|Module name: common
Class name: ContextMenuOptions
Method or attribute name: placement?: Placement;|common.d.ts| +|Added|NA|Module name: common
Class name: ContextMenuOptions
Method or attribute name: onAppear?: () => void;|common.d.ts| +|Added|NA|Module name: common
Class name: ContextMenuOptions
Method or attribute name: onDisappear?: () => void;|common.d.ts| +|Added|NA|Module name: common
Class name: MenuOptions|common.d.ts| +|Added|NA|Module name: common
Class name: MenuOptions
Method or attribute name: title?: ResourceStr;|common.d.ts| +|Added|NA|Module name: common
Class name: ProgressMask|common.d.ts| +|Added|NA|Module name: common
Class name: ProgressMask
Method or attribute name: constructor(value: number, total: number, color: ResourceColor);|common.d.ts| +|Added|NA|Module name: common
Class name: ProgressMask
Method or attribute name: updateProgress(value: number): void;|common.d.ts| +|Added|NA|Module name: common
Class name: ProgressMask
Method or attribute name: updateColor(value: ResourceColor): void;|common.d.ts| +|Added|NA|Module name: common
Class name: PixelStretchEffectOptions|common.d.ts| +|Added|NA|Module name: common
Class name: PixelStretchEffectOptions
Method or attribute name: top?: Length;|common.d.ts| +|Added|NA|Module name: common
Class name: PixelStretchEffectOptions
Method or attribute name: bottom?: Length;|common.d.ts| +|Added|NA|Module name: common
Class name: PixelStretchEffectOptions
Method or attribute name: left?: Length;|common.d.ts| +|Added|NA|Module name: common
Class name: PixelStretchEffectOptions
Method or attribute name: right?: Length;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: foregroundColor(value: ResourceColor \| ColoringStrategy): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: onDragEnd(event: (event: DragEvent, extraParams?: string) => void): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: allowDrop(value: Array\): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: draggable(value: boolean): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: bindContentCover(isShow: boolean, builder: CustomBuilder, type?: ModalTransition): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: bindSheet(isShow: boolean, builder: CustomBuilder, style?: SheetStyle): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: sphericalEffect(value: number): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: lightUpEffect(value: number): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: pixelStretchEffect(options: PixelStretchEffectOptions): T;|common.d.ts| +|Added|NA|Class name: CommonMethod
Method or attribute name: keyboardShortcut(value: string \| FunctionKey, keys: Array\, action?: () => void): T;|common.d.ts| +|Added|NA|Class name: CustomComponent
Method or attribute name: onRecycle?(params: { [key: string]: unknown }): void;|common.d.ts| +|Added|NA|Class name: SubscribedAbstractProperty
Method or attribute name: abstract aboutToBeDeleted(): void;|common_ts_ets_api.d.ts| +|Added|NA|Module name: counter
Class name: CounterAttribute
Method or attribute name: enableDec(value: boolean): CounterAttribute;|counter.d.ts| +|Added|NA|Module name: counter
Class name: CounterAttribute
Method or attribute name: enableInc(value: boolean): CounterAttribute;|counter.d.ts| +|Added|NA|Class name: CustomDialogControllerOptions
Method or attribute name: maskColor?: ResourceColor;|custom_dialog_controller.d.ts| +|Added|NA|Class name: CustomDialogControllerOptions
Method or attribute name: openAnimation?: AnimateParam;|custom_dialog_controller.d.ts| +|Added|NA|Class name: CustomDialogControllerOptions
Method or attribute name: closeAnimation?: AnimateParam;|custom_dialog_controller.d.ts| +|Added|NA|Class name: CustomDialogControllerOptions
Method or attribute name: showInSubWindow?: boolean;|custom_dialog_controller.d.ts| +|Added|NA|Module name: data_panel
Class name: LinearGradient|data_panel.d.ts| +|Added|NA|Module name: data_panel
Class name: LinearGradient
Method or attribute name: constructor(colorStops: ColorStop[]);|data_panel.d.ts| +|Added|NA|Module name: data_panel
Class name: DataPanelShadowOption|data_panel.d.ts| +|Added|NA|Module name: data_panel
Class name: DataPanelShadowOption
Method or attribute name: radius?: number \| Resource;|data_panel.d.ts| +|Added|NA|Module name: data_panel
Class name: DataPanelShadowOption
Method or attribute name: colors?: Array\;|data_panel.d.ts| +|Added|NA|Module name: data_panel
Class name: DataPanelShadowOption
Method or attribute name: offsetX?: number \| Resource;|data_panel.d.ts| +|Added|NA|Module name: data_panel
Class name: DataPanelShadowOption
Method or attribute name: offsetY?: number \| Resource;|data_panel.d.ts| +|Added|NA|Module name: data_panel
Class name: DataPanelAttribute
Method or attribute name: valueColors(value: Array\): DataPanelAttribute;|data_panel.d.ts| +|Added|NA|Module name: data_panel
Class name: DataPanelAttribute
Method or attribute name: trackBackgroundColor(value: ResourceColor): DataPanelAttribute;|data_panel.d.ts| +|Added|NA|Module name: data_panel
Class name: DataPanelAttribute
Method or attribute name: strokeWidth(value: Length): DataPanelAttribute;|data_panel.d.ts| +|Added|NA|Module name: data_panel
Class name: DataPanelAttribute
Method or attribute name: trackShadow(value: DataPanelShadowOption): DataPanelAttribute;|data_panel.d.ts| +|Added|NA|Class name: DatePickerAttribute
Method or attribute name: disappearTextStyle(value: PickerTextStyle): DatePickerAttribute;|date_picker.d.ts| +|Added|NA|Class name: DatePickerAttribute
Method or attribute name: textStyle(value: PickerTextStyle): DatePickerAttribute;|date_picker.d.ts| +|Added|NA|Class name: DatePickerAttribute
Method or attribute name: selectedTextStyle(value: PickerTextStyle): DatePickerAttribute;|date_picker.d.ts| +|Added|NA|Class name: DatePickerDialogOptions
Method or attribute name: showTime?: boolean;|date_picker.d.ts| +|Added|NA|Class name: DatePickerDialogOptions
Method or attribute name: useMilitaryTime?: boolean;|date_picker.d.ts| +|Added|NA|Class name: DatePickerDialogOptions
Method or attribute name: disappearTextStyle?: PickerTextStyle;|date_picker.d.ts| +|Added|NA|Class name: DatePickerDialogOptions
Method or attribute name: textStyle?: PickerTextStyle;|date_picker.d.ts| +|Added|NA|Class name: DatePickerDialogOptions
Method or attribute name: selectedTextStyle?: PickerTextStyle;|date_picker.d.ts| +|Added|NA|Module name: enums
Class name: ColoringStrategy|enums.d.ts| +|Added|NA|Module name: enums
Class name: ColoringStrategy
Method or attribute name: INVERT = "invert"|enums.d.ts| +|Added|NA|Module name: enums
Class name: TextAlign
Method or attribute name: Justify|enums.d.ts| +|Added|NA|Module name: enums
Class name: TextAlign
Method or attribute name: JUSTIFY|enums.d.ts| +|Added|NA|Module name: enums
Class name: TextOverflow
Method or attribute name: Marquee|enums.d.ts| +|Added|NA|Module name: enums
Class name: TextOverflow
Method or attribute name: MARQUEE|enums.d.ts| +|Added|NA|Module name: enums
Class name: TextHeightAdaptivePolicy|enums.d.ts| +|Added|NA|Module name: enums
Class name: TextHeightAdaptivePolicy
Method or attribute name: MAX_LINES_FIRST|enums.d.ts| +|Added|NA|Module name: enums
Class name: TextHeightAdaptivePolicy
Method or attribute name: MIN_FONT_SIZE_FIRST|enums.d.ts| +|Added|NA|Module name: enums
Class name: TextHeightAdaptivePolicy
Method or attribute name: LAYOUT_CONSTRAINT_FIRST|enums.d.ts| +|Added|NA|Module name: enums
Class name: ModifierKey|enums.d.ts| +|Added|NA|Module name: enums
Class name: ModifierKey
Method or attribute name: CTRL|enums.d.ts| +|Added|NA|Module name: enums
Class name: ModifierKey
Method or attribute name: SHIFT|enums.d.ts| +|Added|NA|Module name: enums
Class name: ModifierKey
Method or attribute name: ALT|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: ESC|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F1|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F2|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F3|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F4|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F5|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F6|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F7|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F8|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F9|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F10|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F11|enums.d.ts| +|Added|NA|Module name: enums
Class name: FunctionKey
Method or attribute name: F12|enums.d.ts| +|Added|NA|Module name: enums
Class name: ImageSpanAlignment|enums.d.ts| +|Added|NA|Module name: enums
Class name: ImageSpanAlignment
Method or attribute name: BASELINE|enums.d.ts| +|Added|NA|Module name: enums
Class name: ImageSpanAlignment
Method or attribute name: BOTTOM|enums.d.ts| +|Added|NA|Module name: enums
Class name: ImageSpanAlignment
Method or attribute name: CENTER|enums.d.ts| +|Added|NA|Module name: enums
Class name: ImageSpanAlignment
Method or attribute name: TOP|enums.d.ts| +|Added|NA|Module name: form_component
Class name: FormComponentAttribute
Method or attribute name: onLoad(callback: () => void): FormComponentAttribute;|form_component.d.ts| +|Added|NA|Class name: GridAttribute
Method or attribute name: edgeEffect(value: EdgeEffect): GridAttribute;|grid.d.ts| +|Added|NA|Class name: GridRowAttribute
Method or attribute name: alignItems(value: ItemAlign): GridRowAttribute;|grid_row.d.ts| +|Added|NA|Class name: ImageAttribute
Method or attribute name: onError(callback: (event?: {
/**
* Component width.
* @form
* @crossplatform
* @since 10
*/
componentWidth: number;

/**
* Component height.
* @form
* @crossplatform
* @since 10
*/
componentHeight: number
}) => void): ImageAttribute;|image.d.ts| +|Added|NA|Class name: ImageAttribute
Method or attribute name: 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| +|Added|NA|Module name: image_span
Class name: ImageSpanInterface|image_span.d.ts| +|Added|NA|Module name: image_span
Class name: ImageSpanInterface
Method or attribute name: (value: ResourceStr \| PixelMap): ImageSpanAttribute;|image_span.d.ts| +|Added|NA|Module name: image_span
Class name: ImageSpanAttribute|image_span.d.ts| +|Added|NA|Module name: image_span
Class name: ImageSpanAttribute
Method or attribute name: verticalAlign(value: ImageSpanAlignment): ImageSpanAttribute;|image_span.d.ts| +|Added|NA|Module name: image_span
Class name: ImageSpanAttribute
Method or attribute name: objectFit(value: ImageFit): ImageSpanAttribute;|image_span.d.ts| +|Added|NA|Module name: image_span
Class name: global
Method or attribute name: declare const ImageSpan: ImageSpanInterface;|image_span.d.ts| +|Added|NA|Module name: image_span
Class name: global
Method or attribute name: declare const ImageSpanInstance: ImageSpanAttribute;|image_span.d.ts| +|Added|NA|Module name: list
Class name: ChainEdgeEffect|list.d.ts| +|Added|NA|Module name: list
Class name: ChainEdgeEffect
Method or attribute name: DEFAULT|list.d.ts| +|Added|NA|Module name: list
Class name: ChainEdgeEffect
Method or attribute name: STRETCH|list.d.ts| +|Added|NA|Module name: list
Class name: ChainAnimationOptions|list.d.ts| +|Added|NA|Module name: list
Class name: ChainAnimationOptions
Method or attribute name: minSpace: Length;|list.d.ts| +|Added|NA|Module name: list
Class name: ChainAnimationOptions
Method or attribute name: maxSpace: Length;|list.d.ts| +|Added|NA|Module name: list
Class name: ChainAnimationOptions
Method or attribute name: conductivity?: number;|list.d.ts| +|Added|NA|Module name: list
Class name: ChainAnimationOptions
Method or attribute name: intensity?: number;|list.d.ts| +|Added|NA|Module name: list
Class name: ChainAnimationOptions
Method or attribute name: edgeEffect?: ChainEdgeEffect;|list.d.ts| +|Added|NA|Class name: ListAttribute
Method or attribute name: chainAnimationOptions(value: ChainAnimationOptions): ListAttribute;|list.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: scaleX?: number;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: rotateY?: number;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: rotateX?: number;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: scaleY?: number;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: translateX?: number;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: translateY?: number;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: identity(): Matrix2D;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: invert(): Matrix2D;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: multiply(other?: Matrix2D): Matrix2D;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: rotate(rx?: number, ry?: number): Matrix2D;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: rotate(degree: number, rx?: number, ry?: number): Matrix2D;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: translate(tx?: number, ty?: number): Matrix2D;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: scale(sx?: number, sy?: number): Matrix2D;|matrix2d.d.ts| +|Added|NA|Module name: matrix2d
Class name: Matrix2D
Method or attribute name: constructor();|matrix2d.d.ts| +|Added|NA|Class name: MenuAttribute
Method or attribute name: font(value: Font): MenuAttribute;|menu.d.ts| +|Added|NA|Class name: MenuAttribute
Method or attribute name: fontColor(value: ResourceColor): MenuAttribute;|menu.d.ts| +|Added|NA|Class name: MenuItemAttribute
Method or attribute name: contentFont(value: Font): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Class name: MenuItemAttribute
Method or attribute name: contentFontColor(value: ResourceColor): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Class name: MenuItemAttribute
Method or attribute name: labelFont(value: Font): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Class name: MenuItemAttribute
Method or attribute name: labelFontColor(value: ResourceColor): MenuItemAttribute;|menu_item.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathInfo|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathInfo
Method or attribute name: constructor(name: string, param: unknown);|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathInfo
Method or attribute name: name: string;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathInfo
Method or attribute name: param?: unknown;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: constructor();|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: push(info: NavPathInfo): void;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: pushName(name: string, param: unknown): void;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: pop(): NavPathInfo \| undefined;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: popTo(name: string): number;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: popToIndex(index: number): void;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: moveToTop(name: string): number;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: moveIndexToTop(index: number): void;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: clear(): void;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: getAllPathName(): Array\;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: getParamByIndex(index: number): unknown \| undefined;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: getParamByName(name: string): Array\;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: getIndexByName(name: string): Array\;|navigation.d.ts| +|Added|NA|Module name: navigation
Class name: NavPathStack
Method or attribute name: size(): number;|navigation.d.ts| +|Added|NA|Class name: NavigationInterface
Method or attribute name: (pathInfos: NavPathStack): NavigationAttribute;|navigation.d.ts| +|Added|NA|Class name: NavigationAttribute
Method or attribute name: navDestination(builder: (name: string, param: unknown) => void): NavigationAttribute;|navigation.d.ts| +|Added|NA|Class name: NavDestinationAttribute
Method or attribute name: onShown(callback: (param: unknown) => void): NavDestinationAttribute;|nav_destination.d.ts| +|Added|NA|Class name: NavDestinationAttribute
Method or attribute name: onHidden(callback: () => void): NavDestinationAttribute;|nav_destination.d.ts| +|Added|NA|Class name: NavDestinationAttribute
Method or attribute name: onBackPressed(callback: () => boolean): NavDestinationAttribute;|nav_destination.d.ts| +|Added|NA|Module name: nav_router
Class name: RouteInfo|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: RouteInfo
Method or attribute name: name: string;|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: RouteInfo
Method or attribute name: param?: unknown;|nav_router.d.ts| +|Added|NA|Class name: NavRouterInterface
Method or attribute name: (value: RouteInfo): NavRouterAttribute;|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: NavRouteMode|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: NavRouteMode
Method or attribute name: PUSH_WITH_RECREATE|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: NavRouteMode
Method or attribute name: PUSH|nav_router.d.ts| +|Added|NA|Module name: nav_router
Class name: NavRouteMode
Method or attribute name: REPLACE|nav_router.d.ts| +|Added|NA|Class name: NavRouterAttribute
Method or attribute name: mode(mode: NavRouteMode): NavRouterAttribute;|nav_router.d.ts| +|Added|NA|Module name: radio
Class name: RadioStyle|radio.d.ts| +|Added|NA|Module name: radio
Class name: RadioStyle
Method or attribute name: checkedBackgroundColor?: ResourceColor;|radio.d.ts| +|Added|NA|Module name: radio
Class name: RadioStyle
Method or attribute name: uncheckedBorderColor?: ResourceColor;|radio.d.ts| +|Added|NA|Module name: radio
Class name: RadioStyle
Method or attribute name: indicatorColor?: ResourceColor;|radio.d.ts| +|Added|NA|Module name: radio
Class name: RadioAttribute
Method or attribute name: radioStyle(value?: RadioStyle): RadioAttribute;|radio.d.ts| +|Added|NA|Module name: refresh
Class name: RefreshOptions|refresh.d.ts| +|Added|NA|Module name: refresh
Class name: RefreshOptions
Method or attribute name: refreshing: boolean;|refresh.d.ts| +|Added|NA|Module name: refresh
Class name: RefreshOptions
Method or attribute name: offset?: number \| string;|refresh.d.ts| +|Added|NA|Module name: refresh
Class name: RefreshOptions
Method or attribute name: friction?: number \| string;|refresh.d.ts| +|Added|NA|Module name: refresh
Class name: RefreshOptions
Method or attribute name: builder?: CustomBuilder;|refresh.d.ts| +|Added|NA|Module name: search
Class name: CancelButtonStyle|search.d.ts| +|Added|NA|Module name: search
Class name: CancelButtonStyle
Method or attribute name: CONSTANT|search.d.ts| +|Added|NA|Module name: search
Class name: CancelButtonStyle
Method or attribute name: INVISIBLE|search.d.ts| +|Added|NA|Module name: search
Class name: CancelButtonStyle
Method or attribute name: INPUT|search.d.ts| +|Added|NA|Module name: search
Class name: IconOptions|search.d.ts| +|Added|NA|Module name: search
Class name: IconOptions
Method or attribute name: size?: Length;|search.d.ts| +|Added|NA|Module name: search
Class name: IconOptions
Method or attribute name: color?: ResourceColor;|search.d.ts| +|Added|NA|Module name: search
Class name: IconOptions
Method or attribute name: src?: ResourceStr;|search.d.ts| +|Added|NA|Module name: search
Class name: CaretStyle|search.d.ts| +|Added|NA|Module name: search
Class name: CaretStyle
Method or attribute name: width?: Length,|search.d.ts| +|Added|NA|Module name: search
Class name: CaretStyle
Method or attribute name: color?: ResourceColor,|search.d.ts| +|Added|NA|Module name: search
Class name: SearchButtonOption|search.d.ts| +|Added|NA|Module name: search
Class name: SearchButtonOption
Method or attribute name: fontSize?: Length;|search.d.ts| +|Added|NA|Module name: search
Class name: SearchButtonOption
Method or attribute name: fontColor?: ResourceColor;|search.d.ts| +|Added|NA|Class name: SearchAttribute
Method or attribute name: fontColor(value: ResourceColor): SearchAttribute;|search.d.ts| +|Added|NA|Class name: SearchAttribute
Method or attribute name: searchIcon(value: IconOptions): SearchAttribute;|search.d.ts| +|Added|NA|Class name: SearchAttribute
Method or attribute name: cancelButton(value: { style?: CancelButtonStyle, icon?: IconOptions }): SearchAttribute;|search.d.ts| +|Added|NA|Class name: SearchAttribute
Method or attribute name: caretStyle(value: CaretStyle): SearchAttribute;|search.d.ts| +|Added|NA|Class name: SearchAttribute
Method or attribute name: enableKeyboardOnFocus(value: boolean): SearchAttribute;|search.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonLayoutDirection|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonLayoutDirection
Method or attribute name: HORIZONTAL = 0|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonLayoutDirection
Method or attribute name: VERTICAL = 1|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonLayoutOrder|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonLayoutOrder
Method or attribute name: ICON_FIRST = 0|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonLayoutOrder
Method or attribute name: TEXT_FIRST = 1|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationIconStyle|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationIconStyle
Method or attribute name: FULL_FILLED = 0|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationIconStyle
Method or attribute name: LINES = 1|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: CURRENT_LOCATION = 0|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: ADD_LOCATION = 1|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: SELECT_LOCATION = 2|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: SHARE_LOCATION = 3|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: SEND_LOCATION = 4|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: LOCATING = 5|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: LOCATION = 6|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: SEND_CURRENT_LOCATION = 7|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: RELOCATION = 8|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: PUNCH_IN = 9|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: LocationDescription
Method or attribute name: CURRENT_POSITION = 10|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: BackgroundButtonType|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: BackgroundButtonType
Method or attribute name: CAPSULE_BACKGROUND = 0|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: BackgroundButtonType
Method or attribute name: CIRCLE_BACKGROUND = 1|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: BackgroundButtonType
Method or attribute name: NORMAL_BACKGROUND = 2|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonOptions|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonOptions
Method or attribute name: icon?: LocationIconStyle;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonOptions
Method or attribute name: text?: LocationDescription;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonOptions
Method or attribute name: background?: BackgroundButtonType;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonOnClickResult|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonOnClickResult
Method or attribute name: LOCATION_BUTTON_CLICK_SUCCESS = 0|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonOnClickResult
Method or attribute name: LOCATION_BUTTON_CLICK_GRANT_FAILED = 1|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonInterface|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonInterface
Method or attribute name: (): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonInterface
Method or attribute name: (option: SecLocationButtonOptions): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: iconSize(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: layoutDirection(value: SecLocationButtonLayoutDirection): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: layoutOrder(value: SecLocationButtonLayoutOrder): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: position(value: Position): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: markAnchor(value: Position): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: offset(value: Position): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: fontSize(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: fontStyle(value: FontStyle): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: fontFamily(value: string \| Resource): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: fontColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: iconColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: backgroundColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: borderStyle(value: BorderStyle): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: borderWidth(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: borderColor(value: ResourceColor): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: borderRadius(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: backgroundPadding(value: Padding \| Length): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: textIconPadding(value: Length): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: SecLocationButtonAttribute
Method or attribute name: onClick(event: (result: SecLocationButtonOnClickResult, event?: ClickEvent) => void): SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: global
Method or attribute name: declare const SecLocationButton: SecLocationButtonInterface;|sec_location_button.d.ts| +|Added|NA|Module name: sec_location_button
Class name: global
Method or attribute name: declare const SecLocationButtonInstance: SecLocationButtonAttribute;|sec_location_button.d.ts| +|Added|NA|Module name: select
Class name: ArrowPosition|select.d.ts| +|Added|NA|Module name: select
Class name: ArrowPosition
Method or attribute name: END = 0|select.d.ts| +|Added|NA|Module name: select
Class name: ArrowPosition
Method or attribute name: START = 1|select.d.ts| +|Added|NA|Class name: SelectAttribute
Method or attribute name: space(value: Length): SelectAttribute;|select.d.ts| +|Added|NA|Class name: SelectAttribute
Method or attribute name: arrowPosition(value: ArrowPosition): SelectAttribute;|select.d.ts| +|Added|NA|Module name: sidebar
Class name: DividerStyle|sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: DividerStyle
Method or attribute name: strokeWidth: Length;|sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: DividerStyle
Method or attribute name: color?: ResourceColor;|sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: DividerStyle
Method or attribute name: startMargin?: Length;|sidebar.d.ts| +|Added|NA|Module name: sidebar
Class name: DividerStyle
Method or attribute name: endMargin?: Length;|sidebar.d.ts| +|Added|NA|Class name: SideBarContainerAttribute
Method or attribute name: divider(value: DividerStyle \| null): SideBarContainerAttribute;|sidebar.d.ts| +|Added|NA|Module name: slider
Class name: SliderBlockType|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderBlockType
Method or attribute name: DEFAULT|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderBlockType
Method or attribute name: IMAGE|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderBlockType
Method or attribute name: SHAPE|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderBlockStyle|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderBlockStyle
Method or attribute name: type: SliderBlockType;|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderBlockStyle
Method or attribute name: image?: ResourceStr;|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderBlockStyle
Method or attribute name: shape?: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute;|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderAttribute
Method or attribute name: blockBorderColor(value: ResourceColor): SliderAttribute;|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderAttribute
Method or attribute name: blockBorderWidth(value: Length): SliderAttribute;|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderAttribute
Method or attribute name: stepColor(value: ResourceColor): SliderAttribute;|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderAttribute
Method or attribute name: trackBorderRadius(value: Length): SliderAttribute;|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderAttribute
Method or attribute name: blockSize(value: SizeOptions): SliderAttribute;|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderAttribute
Method or attribute name: blockStyle(value: SliderBlockStyle): SliderAttribute;|slider.d.ts| +|Added|NA|Module name: slider
Class name: SliderAttribute
Method or attribute name: stepSize(value: Length): SliderAttribute;|slider.d.ts| +|Added|NA|Module name: swiper
Class name: Indicator|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: Indicator
Method or attribute name: left(value: Length): T;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: Indicator
Method or attribute name: top(value: Length): T;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: Indicator
Method or attribute name: right(value: Length): T;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: Indicator
Method or attribute name: bottom(value: Length): T;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: Indicator
Method or attribute name: static dot(): DotIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: Indicator
Method or attribute name: static digit(): DigitIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DotIndicator|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DotIndicator
Method or attribute name: constructor();|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DotIndicator
Method or attribute name: itemWidth(value: Length): DotIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DotIndicator
Method or attribute name: itemHeight(value: Length): DotIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DotIndicator
Method or attribute name: selectedItemWidth(value: Length): DotIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DotIndicator
Method or attribute name: selectedItemHeight(value: Length): DotIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DotIndicator
Method or attribute name: mask(value: boolean): DotIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DotIndicator
Method or attribute name: color(value: ResourceColor): DotIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DotIndicator
Method or attribute name: selectedColor(value: ResourceColor): DotIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DigitIndicator|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DigitIndicator
Method or attribute name: constructor();|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DigitIndicator
Method or attribute name: fontColor(value: ResourceColor): DigitIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DigitIndicator
Method or attribute name: selectedFontColor(value: ResourceColor): DigitIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DigitIndicator
Method or attribute name: digitFont(value: Font): DigitIndicator;|swiper.d.ts| +|Added|NA|Module name: swiper
Class name: DigitIndicator
Method or attribute name: selectedDigitFont(value: Font): DigitIndicator;|swiper.d.ts| +|Added|NA|Class name: SwiperDisplayMode
Method or attribute name: STRETCH|swiper.d.ts| +|Added|NA|Class name: SwiperDisplayMode
Method or attribute name: AUTO_LINEAR|swiper.d.ts| +|Added|NA|Class name: SwiperAttribute
Method or attribute name: prevMargin(value: Length): SwiperAttribute;|swiper.d.ts| +|Added|NA|Class name: SwiperAttribute
Method or attribute name: nextMargin(value: Length): SwiperAttribute;|swiper.d.ts| +|Added|NA|Module name: tabs
Class name: DividerStyle|tabs.d.ts| +|Added|NA|Module name: tabs
Class name: DividerStyle
Method or attribute name: strokeWidth: Length;|tabs.d.ts| +|Added|NA|Module name: tabs
Class name: DividerStyle
Method or attribute name: color?: ResourceColor;|tabs.d.ts| +|Added|NA|Module name: tabs
Class name: DividerStyle
Method or attribute name: startMargin?: Length;|tabs.d.ts| +|Added|NA|Module name: tabs
Class name: DividerStyle
Method or attribute name: endMargin?: Length;|tabs.d.ts| +|Added|NA|Class name: TabsAttribute
Method or attribute name: fadingEdge(value: boolean): TabsAttribute;|tabs.d.ts| +|Added|NA|Class name: TabsAttribute
Method or attribute name: divider(value: DividerStyle \| null): TabsAttribute;|tabs.d.ts| +|Added|NA|Module name: tab_content
Class name: SelectedMode|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: SelectedMode
Method or attribute name: INDICATOR|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: SelectedMode
Method or attribute name: BOARD|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: IndicatorStyle|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: IndicatorStyle
Method or attribute name: color?: ResourceColor;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: IndicatorStyle
Method or attribute name: height?: Length;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: IndicatorStyle
Method or attribute name: width?: Length;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: IndicatorStyle
Method or attribute name: borderRadius?: Length;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: IndicatorStyle
Method or attribute name: marginTop?: Length;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: BoardStyle|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: BoardStyle
Method or attribute name: borderRadius?: Length;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: LabelStyle|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: LabelStyle
Method or attribute name: overflow?: TextOverflow;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: LabelStyle
Method or attribute name: maxLines?: number;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: LabelStyle
Method or attribute name: minFontSize?: number \| ResourceStr;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: LabelStyle
Method or attribute name: maxFontSize?: number \| ResourceStr;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: LabelStyle
Method or attribute name: heightAdaptivePolicy?: TextHeightAdaptivePolicy;|tab_content.d.ts| +|Added|NA|Module name: tab_content
Class name: LabelStyle
Method or attribute name: font?: Font;|tab_content.d.ts| +|Added|NA|Class name: SubTabBarStyle
Method or attribute name: static of(content: ResourceStr): SubTabBarStyle;|tab_content.d.ts| +|Added|NA|Class name: SubTabBarStyle
Method or attribute name: selectedMode(value: SelectedMode): SubTabBarStyle;|tab_content.d.ts| +|Added|NA|Class name: SubTabBarStyle
Method or attribute name: board(value: BoardStyle): SubTabBarStyle;|tab_content.d.ts| +|Added|NA|Class name: SubTabBarStyle
Method or attribute name: labelStyle(value: LabelStyle): SubTabBarStyle;|tab_content.d.ts| +|Added|NA|Class name: BottomTabBarStyle
Method or attribute name: static of(icon: ResourceStr, text: ResourceStr): BottomTabBarStyle;|tab_content.d.ts| +|Added|NA|Class name: TextAttribute
Method or attribute name: draggable(value: boolean): TextAttribute;|text.d.ts| +|Added|NA|Class name: TextAttribute
Method or attribute name: textShadow(value: ShadowOptions): TextAttribute;|text.d.ts| +|Added|NA|Class name: TextAttribute
Method or attribute name: heightAdaptivePolicy(value: TextHeightAdaptivePolicy): TextAttribute;|text.d.ts| +|Added|NA|Class name: TextAttribute
Method or attribute name: textIndent(value: Length): TextAttribute;|text.d.ts| +|Added|NA|Class name: TextAreaController
Method or attribute name: setTextSelection(selectionStart: number, selectionEnd: number): void;|text_area.d.ts| +|Added|NA|Class name: TextAreaAttribute
Method or attribute name: onEditChange(callback: (isEditing: boolean) => void): TextAreaAttribute;|text_area.d.ts| +|Added|NA|Class name: TextAreaAttribute
Method or attribute name: enableKeyboardOnFocus(value: boolean): TextAreaInterface;|text_area.d.ts| +|Added|NA|Class name: TextInputController
Method or attribute name: setTextSelection(selectionStart: number, selectionEnd: number): void;|text_input.d.ts| +|Added|NA|Module name: text_input
Class name: CaretStyle|text_input.d.ts| +|Added|NA|Module name: text_input
Class name: CaretStyle
Method or attribute name: width?: Length;|text_input.d.ts| +|Added|NA|Class name: TextInputAttribute
Method or attribute name: caretStyle(value: CaretStyle): TextInputAttribute;|text_input.d.ts| +|Added|NA|Class name: TextInputAttribute
Method or attribute name: selectedBackgroundColor(value: ResourceColor): TextInputAttribute;|text_input.d.ts| +|Added|NA|Class name: TextInputAttribute
Method or attribute name: caretPosition(value: number): TextInputAttribute;|text_input.d.ts| +|Added|NA|Class name: TextInputAttribute
Method or attribute name: enableKeyboardOnFocus(value: boolean): TextInputAttribute;|text_input.d.ts| +|Added|NA|Module name: text_picker
Class name: TextPickerRangeContent|text_picker.d.ts| +|Added|NA|Module name: text_picker
Class name: TextPickerRangeContent
Method or attribute name: icon: string \| Resource;|text_picker.d.ts| +|Added|NA|Module name: text_picker
Class name: TextPickerRangeContent
Method or attribute name: text?: string \| Resource;|text_picker.d.ts| +|Added|NA|Class name: TextPickerOptions
Method or attribute name: range: string[] \| Resource \| TextPickerRangeContent[];|text_picker.d.ts| +|Added|NA|Class name: TextPickerAttribute
Method or attribute name: disappearTextStyle(value: PickerTextStyle): TextPickerAttribute;|text_picker.d.ts| +|Added|NA|Class name: TextPickerAttribute
Method or attribute name: textStyle(value: PickerTextStyle): TextPickerAttribute;|text_picker.d.ts| +|Added|NA|Class name: TextPickerAttribute
Method or attribute name: selectedTextStyle(value: PickerTextStyle): TextPickerAttribute;|text_picker.d.ts| +|Added|NA|Class name: TextPickerDialogOptions
Method or attribute name: disappearTextStyle?: PickerTextStyle;|text_picker.d.ts| +|Added|NA|Class name: TextPickerDialogOptions
Method or attribute name: textStyle?: PickerTextStyle;|text_picker.d.ts| +|Added|NA|Class name: TextPickerDialogOptions
Method or attribute name: selectedTextStyle?: PickerTextStyle;|text_picker.d.ts| +|Added|NA|Class name: TimePickerAttribute
Method or attribute name: disappearTextStyle(value: PickerTextStyle): TimePickerAttribute;|time_picker.d.ts| +|Added|NA|Class name: TimePickerAttribute
Method or attribute name: textStyle(value: PickerTextStyle): TimePickerAttribute;|time_picker.d.ts| +|Added|NA|Class name: TimePickerAttribute
Method or attribute name: selectedTextStyle(value: PickerTextStyle): TimePickerAttribute;|time_picker.d.ts| +|Added|NA|Class name: TimePickerDialogOptions
Method or attribute name: disappearTextStyle?: PickerTextStyle;|time_picker.d.ts| +|Added|NA|Class name: TimePickerDialogOptions
Method or attribute name: textStyle?: PickerTextStyle;|time_picker.d.ts| +|Added|NA|Class name: TimePickerDialogOptions
Method or attribute name: selectedTextStyle?: PickerTextStyle;|time_picker.d.ts| +|Added|NA|Module name: units
Class name: MarkStyle|units.d.ts| +|Added|NA|Module name: units
Class name: MarkStyle
Method or attribute name: strokeColor?: ResourceColor;|units.d.ts| +|Added|NA|Module name: units
Class name: MarkStyle
Method or attribute name: size?: Length;|units.d.ts| +|Added|NA|Module name: units
Class name: MarkStyle
Method or attribute name: strokeWidth?: Length;|units.d.ts| +|Added|NA|Module name: web
Class name: WebMediaOptions|web.d.ts| +|Added|NA|Module name: web
Class name: WebMediaOptions
Method or attribute name: resumeInterval?: number;|web.d.ts| +|Added|NA|Module name: web
Class name: WebMediaOptions
Method or attribute name: audioExclusive?: boolean;|web.d.ts| +|Added|NA|Class name: ClientAuthenticationHandler
Method or attribute name: confirm(authUri: string): void;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: mediaOptions(options: WebMediaOptions): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: allowWindowOpenMethod(flag: boolean): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onAudioStateChanged(callback: (event: { playing: boolean }) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onFirstContentfulPaint(callback: (event?: { navigationStartTick: number,
firstContentfulPaintMs: number }) => void): WebAttribute;|web.d.ts| +|Added|NA|Class name: WebAttribute
Method or attribute name: onLoadIntercept(callback: (event: { data: WebResourceRequest }) => boolean): WebAttribute;|web.d.ts| +|Deleted|Module name: common
Class name: SourceTool
Method or attribute name: FINGER|NA|common.d.ts| +|Deleted|Module name: common
Class name: SourceTool
Method or attribute name: PEN|NA|common.d.ts| +|Access level changed|Class name: BlurStyle
Access level: system API|Class name: BlurStyle
Access level: public API|common.d.ts| +|Access level changed|Class name: SubscribedAbstractProperty
Method or attribute name: info(): string;
Access level: system API|Class name: SubscribedAbstractProperty
Method or attribute name: info(): string;
Access level: public API|common_ts_ets_api.d.ts| +|Deprecated version changed|Class name: ShowToastOptions
Deprecated version: N/A|Class name: ShowToastOptions
Deprecated version: 8
Substitute API: ohos.prompt |@system.prompt.d.ts| +|Deprecated version changed|Class name: TransitionOptions
Deprecated version: N/A|Class name: TransitionOptions
Deprecated version: 10
Substitute API: TransitionEffect |common.d.ts| +|Deprecated version changed|Class name: PopupOptions
Method or attribute name: placementOnTop?: boolean;
Deprecated version: N/A|Class name: PopupOptions
Method or attribute name: placementOnTop?: boolean;
Deprecated version: 10
Substitute API: PopupOptions|common.d.ts| +|Deprecated version changed|Class name: CustomPopupOptions
Method or attribute name: maskColor?: Color \| string \| Resource \| number;
Deprecated version: N/A|Class name: CustomPopupOptions
Method or attribute name: maskColor?: Color \| string \| Resource \| number;
Deprecated version: 10
Substitute API: CustomPopupOptions|common.d.ts| +|Deprecated version changed|Class name: CommonMethod
Method or attribute name: 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;
Deprecated version: N/A|Class name: CommonMethod
Method or attribute name: 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;
Deprecated version: 9
Substitute API: grid_col/|common.d.ts| +|Deprecated version changed|Class name: SizeType
Deprecated version: N/A|Class name: SizeType
Deprecated version: 9
Substitute API: grid_col/|grid_container.d.ts| +|Deprecated version changed|Class name: GridContainerOptions
Deprecated version: N/A|Class name: GridContainerOptions
Deprecated version: 9
Substitute API: grid_col/|grid_container.d.ts| +|Deprecated version changed|Class name: GridContainerOptions
Method or attribute name: columns?: number \| "auto";
Deprecated version: N/A|Class name: GridContainerOptions
Method or attribute name: columns?: number \| "auto";
Deprecated version: 9
Substitute API: N/A|grid_container.d.ts| +|Deprecated version changed|Class name: GridContainerOptions
Method or attribute name: sizeType?: SizeType;
Deprecated version: N/A|Class name: GridContainerOptions
Method or attribute name: sizeType?: SizeType;
Deprecated version: 9
Substitute API: N/A|grid_container.d.ts| +|Deprecated version changed|Class name: GridContainerOptions
Method or attribute name: gutter?: number \| string;
Deprecated version: N/A|Class name: GridContainerOptions
Method or attribute name: gutter?: number \| string;
Deprecated version: 9
Substitute API: N/A|grid_container.d.ts| +|Deprecated version changed|Class name: GridContainerOptions
Method or attribute name: margin?: number \| string;
Deprecated version: N/A|Class name: GridContainerOptions
Method or attribute name: margin?: number \| string;
Deprecated version: 9
Substitute API: N/A|grid_container.d.ts| +|Deprecated version changed|Class name: GridContainerInterface
Deprecated version: N/A|Class name: GridContainerInterface
Deprecated version: 9
Substitute API: grid_col/|grid_container.d.ts| +|Deprecated version changed|Class name: GridContainerInterface
Method or attribute name: (value?: GridContainerOptions): GridContainerAttribute;
Deprecated version: N/A|Class name: GridContainerInterface
Method or attribute name: (value?: GridContainerOptions): GridContainerAttribute;
Deprecated version: 9
Substitute API: N/A|grid_container.d.ts| +|Deprecated version changed|Class name: GridContainerAttribute
Deprecated version: N/A|Class name: GridContainerAttribute
Deprecated version: 9
Substitute API: grid_col/|grid_container.d.ts| +|Deprecated version changed|Class name: ImageAttribute
Method or attribute name: draggable(value: boolean): ImageAttribute;
Deprecated version: N/A|Class name: ImageAttribute
Method or attribute name: draggable(value: boolean): ImageAttribute;
Deprecated version: 10
Substitute API: common.CommonMethod|image.d.ts| +|Deprecated version changed|Class name: Sticky
Deprecated version: N/A|Class name: Sticky
Deprecated version: 9
Substitute API: list/StickyStyle |list_item.d.ts| +|Deprecated version changed|Class name: ListItemAttribute
Method or attribute name: sticky(value: Sticky): ListItemAttribute;
Deprecated version: N/A|Class name: ListItemAttribute
Method or attribute name: sticky(value: Sticky): ListItemAttribute;
Deprecated version: 9
Substitute API: list/List|list_item.d.ts| +|Deprecated version changed|Class name: MenuAttribute
Method or attribute name: fontSize(value: Length): MenuAttribute;
Deprecated version: N/A|Class name: MenuAttribute
Method or attribute name: fontSize(value: Length): MenuAttribute;
Deprecated version: 10
Substitute API: font |menu.d.ts| +|Deprecated version changed|Class name: SwiperDisplayMode
Method or attribute name: Stretch
Deprecated version: N/A|Class name: SwiperDisplayMode
Method or attribute name: Stretch
Deprecated version: 10
Substitute API: SwiperDisplayMode|swiper.d.ts| +|Deprecated version changed|Class name: SwiperDisplayMode
Method or attribute name: AutoLinear
Deprecated version: N/A|Class name: SwiperDisplayMode
Method or attribute name: AutoLinear
Deprecated version: 10
Substitute API: SwiperDisplayMode|swiper.d.ts| +|Deprecated version changed|Class name: IndicatorStyle
Deprecated version: N/A|Class name: IndicatorStyle
Deprecated version: 10
Substitute API: N/A|swiper.d.ts| +|Deprecated version changed|Class name: SwiperAttribute
Method or attribute name: indicatorStyle(value?: IndicatorStyle): SwiperAttribute;
Deprecated version: N/A|Class name: SwiperAttribute
Method or attribute name: indicatorStyle(value?: IndicatorStyle): SwiperAttribute;
Deprecated version: 10
Substitute API: N/A|swiper.d.ts| +|Deprecated version changed|Class name: TextPickerAttribute
Method or attribute name: onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;
Deprecated version: N/A|Class name: TextPickerAttribute
Method or attribute name: onAccept(callback: (value: string, index: number) => void): TextPickerAttribute;
Deprecated version: 10
Substitute API: N/A|text_picker.d.ts| +|Deprecated version changed|Class name: TextPickerAttribute
Method or attribute name: onCancel(callback: () => void): TextPickerAttribute;
Deprecated version: N/A|Class name: TextPickerAttribute
Method or attribute name: onCancel(callback: () => void): TextPickerAttribute;
Deprecated version: 10
Substitute API: N/A|text_picker.d.ts| +|Deprecated version changed|Class name: WebAttribute
Method or attribute name: onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;
Deprecated version: N/A|Class name: WebAttribute
Method or attribute name: onUrlLoadIntercept(callback: (event?: { data: string \| WebResourceRequest }) => boolean): WebAttribute;
Deprecated version: 10
Substitute API: ohos.web.WebAttribute|web.d.ts| +|Initial version changed|Class name:
Method or attribute name: function setInterval(handler: Function \| string, delay: number, ...arguments: any[]): number;
Initial version: 7|Class name:
Method or attribute name: function setInterval(handler: Function \| string, delay: number, ...arguments: any[]): number;
Initial version: 10|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function setTimeout(handler: Function \| string, delay?: number, ...arguments: any[]): number;
Initial version: 7|Class name:
Method or attribute name: function setTimeout(handler: Function \| string, delay?: number, ...arguments: any[]): number;
Initial version: 10|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function clearInterval(intervalID?: number): void;
Initial version: 7|Class name:
Method or attribute name: function clearInterval(intervalID?: number): void;
Initial version: 10|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function clearTimeout(timeoutID?: number): void;
Initial version: 7|Class name:
Method or attribute name: function clearTimeout(timeoutID?: number): void;
Initial version: 10|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function canIUse(syscap: string): boolean;
Initial version: 8|Class name:
Method or attribute name: function canIUse(syscap: string): boolean;
Initial version: 10|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function getInspectorByKey(id: string): string;
Initial version: 9|Class name:
Method or attribute name: function getInspectorByKey(id: string): string;
Initial version: 10|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function getInspectorTree(): Object;
Initial version: 9|Class name:
Method or attribute name: function getInspectorTree(): Object;
Initial version: 10|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function sendEventByKey(id: string, action: number, params: string): boolean;
Initial version: 9|Class name:
Method or attribute name: function sendEventByKey(id: string, action: number, params: string): boolean;
Initial version: 10|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function sendTouchEvent(event: TouchObject): boolean;
Initial version: 9|Class name:
Method or attribute name: function sendTouchEvent(event: TouchObject): boolean;
Initial version: 10|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function sendKeyEvent(event: KeyEvent): boolean;
Initial version: 9|Class name:
Method or attribute name: function sendKeyEvent(event: KeyEvent): boolean;
Initial version: 10|global.d.ts| +|Initial version changed|Class name:
Method or attribute name: function sendMouseEvent(event: MouseEvent): boolean;
Initial version: 9|Class name:
Method or attribute name: function sendMouseEvent(event: MouseEvent): boolean;
Initial version: 10|global.d.ts| +|Initial version changed|Class name: AnimatorOptions
Initial version: 6|Class name: AnimatorOptions
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorOptions
Method or attribute name: duration: number;
Initial version: 6|Class name: AnimatorOptions
Method or attribute name: duration: number;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorOptions
Method or attribute name: easing: string;
Initial version: 6|Class name: AnimatorOptions
Method or attribute name: easing: string;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorOptions
Method or attribute name: delay: number;
Initial version: 6|Class name: AnimatorOptions
Method or attribute name: delay: number;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorOptions
Method or attribute name: fill: "none" \| "forwards" \| "backwards" \| "both";
Initial version: 6|Class name: AnimatorOptions
Method or attribute name: fill: "none" \| "forwards" \| "backwards" \| "both";
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorOptions
Method or attribute name: direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";
Initial version: 6|Class name: AnimatorOptions
Method or attribute name: direction: "normal" \| "reverse" \| "alternate" \| "alternate-reverse";
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorOptions
Method or attribute name: iterations: number;
Initial version: 6|Class name: AnimatorOptions
Method or attribute name: iterations: number;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorOptions
Method or attribute name: begin: number;
Initial version: 6|Class name: AnimatorOptions
Method or attribute name: begin: number;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorOptions
Method or attribute name: end: number;
Initial version: 6|Class name: AnimatorOptions
Method or attribute name: end: number;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Initial version: 6|Class name: AnimatorResult
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Method or attribute name: reset(options: AnimatorOptions): void;
Initial version: 9|Class name: AnimatorResult
Method or attribute name: reset(options: AnimatorOptions): void;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Method or attribute name: play(): void;
Initial version: 6|Class name: AnimatorResult
Method or attribute name: play(): void;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Method or attribute name: finish(): void;
Initial version: 6|Class name: AnimatorResult
Method or attribute name: finish(): void;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Method or attribute name: pause(): void;
Initial version: 6|Class name: AnimatorResult
Method or attribute name: pause(): void;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Method or attribute name: cancel(): void;
Initial version: 6|Class name: AnimatorResult
Method or attribute name: cancel(): void;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Method or attribute name: reverse(): void;
Initial version: 6|Class name: AnimatorResult
Method or attribute name: reverse(): void;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Method or attribute name: onframe: (progress: number) => void;
Initial version: 6|Class name: AnimatorResult
Method or attribute name: onframe: (progress: number) => void;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Method or attribute name: onfinish: () => void;
Initial version: 6|Class name: AnimatorResult
Method or attribute name: onfinish: () => void;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Method or attribute name: oncancel: () => void;
Initial version: 6|Class name: AnimatorResult
Method or attribute name: oncancel: () => void;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: AnimatorResult
Method or attribute name: onrepeat: () => void;
Initial version: 6|Class name: AnimatorResult
Method or attribute name: onrepeat: () => void;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: Animator
Initial version: 6|Class name: Animator
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: Animator
Method or attribute name: static create(options: AnimatorOptions): AnimatorResult;
Initial version: 9|Class name: Animator
Method or attribute name: static create(options: AnimatorOptions): AnimatorResult;
Initial version: 10|@ohos.animator.d.ts| +|Initial version changed|Class name: curves
Initial version: 7|Class name: curves
Initial version: 10|@ohos.curves.d.ts| +|Initial version changed|Class name: Curve
Initial version: 7|Class name: Curve
Initial version: 10|@ohos.curves.d.ts| +|Initial version changed|Class name: ICurve
Initial version: 9|Class name: ICurve
Initial version: 10|@ohos.curves.d.ts| +|Initial version changed|Class name: curves
Method or attribute name: function initCurve(curve?: Curve): ICurve;
Initial version: 9|Class name: curves
Method or attribute name: function initCurve(curve?: Curve): ICurve;
Initial version: 10|@ohos.curves.d.ts| +|Initial version changed|Class name: curves
Method or attribute name: function stepsCurve(count: number, end: boolean): ICurve;
Initial version: 9|Class name: curves
Method or attribute name: function stepsCurve(count: number, end: boolean): ICurve;
Initial version: 10|@ohos.curves.d.ts| +|Initial version changed|Class name: curves
Method or attribute name: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
Initial version: 9|Class name: curves
Method or attribute name: function cubicBezierCurve(x1: number, y1: number, x2: number, y2: number): ICurve;
Initial version: 10|@ohos.curves.d.ts| +|Initial version changed|Class name: curves
Method or attribute name: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
Initial version: 9|Class name: curves
Method or attribute name: function springCurve(velocity: number, mass: number, stiffness: number, damping: number): ICurve;
Initial version: 10|@ohos.curves.d.ts| +|Initial version changed|Class name: curves
Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Initial version: 9|Class name: curves
Method or attribute name: function springMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Initial version: 10|@ohos.curves.d.ts| +|Initial version changed|Class name: curves
Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Initial version: 9|Class name: curves
Method or attribute name: function responsiveSpringMotion(response?: number, dampingFraction?: number, overlapDuration?: number): ICurve;
Initial version: 10|@ohos.curves.d.ts| +|Initial version changed|Class name: matrix4
Initial version: 7|Class name: matrix4
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: TranslateOption
Initial version: 7|Class name: TranslateOption
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: TranslateOption
Method or attribute name: x?: number;
Initial version: 7|Class name: TranslateOption
Method or attribute name: x?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: TranslateOption
Method or attribute name: y?: number;
Initial version: 7|Class name: TranslateOption
Method or attribute name: y?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: TranslateOption
Method or attribute name: z?: number;
Initial version: 7|Class name: TranslateOption
Method or attribute name: z?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: ScaleOption
Initial version: 7|Class name: ScaleOption
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: ScaleOption
Method or attribute name: x?: number;
Initial version: 7|Class name: ScaleOption
Method or attribute name: x?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: ScaleOption
Method or attribute name: y?: number;
Initial version: 7|Class name: ScaleOption
Method or attribute name: y?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: ScaleOption
Method or attribute name: z?: number;
Initial version: 7|Class name: ScaleOption
Method or attribute name: z?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: ScaleOption
Method or attribute name: centerX?: number;
Initial version: 7|Class name: ScaleOption
Method or attribute name: centerX?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: ScaleOption
Method or attribute name: centerY?: number;
Initial version: 7|Class name: ScaleOption
Method or attribute name: centerY?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: RotateOption
Initial version: 7|Class name: RotateOption
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: RotateOption
Method or attribute name: x?: number;
Initial version: 7|Class name: RotateOption
Method or attribute name: x?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: RotateOption
Method or attribute name: y?: number;
Initial version: 7|Class name: RotateOption
Method or attribute name: y?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: RotateOption
Method or attribute name: z?: number;
Initial version: 7|Class name: RotateOption
Method or attribute name: z?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: RotateOption
Method or attribute name: centerX?: number;
Initial version: 7|Class name: RotateOption
Method or attribute name: centerX?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: RotateOption
Method or attribute name: centerY?: number;
Initial version: 7|Class name: RotateOption
Method or attribute name: centerY?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: RotateOption
Method or attribute name: angle?: number;
Initial version: 7|Class name: RotateOption
Method or attribute name: angle?: number;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: Matrix4Transit
Initial version: 7|Class name: Matrix4Transit
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: Matrix4Transit
Method or attribute name: copy(): Matrix4Transit;
Initial version: 7|Class name: Matrix4Transit
Method or attribute name: copy(): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: Matrix4Transit
Method or attribute name: invert(): Matrix4Transit;
Initial version: 7|Class name: Matrix4Transit
Method or attribute name: invert(): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: Matrix4Transit
Method or attribute name: combine(options: Matrix4Transit): Matrix4Transit;
Initial version: 7|Class name: Matrix4Transit
Method or attribute name: combine(options: Matrix4Transit): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: Matrix4Transit
Method or attribute name: translate(options: TranslateOption): Matrix4Transit;
Initial version: 7|Class name: Matrix4Transit
Method or attribute name: translate(options: TranslateOption): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: Matrix4Transit
Method or attribute name: scale(options: ScaleOption): Matrix4Transit;
Initial version: 7|Class name: Matrix4Transit
Method or attribute name: scale(options: ScaleOption): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: Matrix4Transit
Method or attribute name: rotate(options: RotateOption): Matrix4Transit;
Initial version: 7|Class name: Matrix4Transit
Method or attribute name: rotate(options: RotateOption): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: Matrix4Transit
Method or attribute name: transformPoint(options: [number, number]): [number, number];
Initial version: 7|Class name: Matrix4Transit
Method or attribute name: transformPoint(options: [number, number]): [number, number];
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: matrix4
Method or attribute name: function identity(): Matrix4Transit;
Initial version: 7|Class name: matrix4
Method or attribute name: function identity(): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: matrix4
Method or attribute name: function copy(): Matrix4Transit;
Initial version: 7|Class name: matrix4
Method or attribute name: function copy(): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: matrix4
Method or attribute name: function invert(): Matrix4Transit;
Initial version: 7|Class name: matrix4
Method or attribute name: function invert(): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: matrix4
Method or attribute name: function combine(options: Matrix4Transit): Matrix4Transit;
Initial version: 7|Class name: matrix4
Method or attribute name: function combine(options: Matrix4Transit): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: matrix4
Method or attribute name: function translate(options: TranslateOption): Matrix4Transit;
Initial version: 7|Class name: matrix4
Method or attribute name: function translate(options: TranslateOption): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: matrix4
Method or attribute name: function scale(options: ScaleOption): Matrix4Transit;
Initial version: 7|Class name: matrix4
Method or attribute name: function scale(options: ScaleOption): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: matrix4
Method or attribute name: function rotate(options: RotateOption): Matrix4Transit;
Initial version: 7|Class name: matrix4
Method or attribute name: function rotate(options: RotateOption): Matrix4Transit;
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: matrix4
Method or attribute name: function transformPoint(options: [number, number]): [number, number];
Initial version: 7|Class name: matrix4
Method or attribute name: function transformPoint(options: [number, number]): [number, number];
Initial version: 10|@ohos.matrix4.d.ts| +|Initial version changed|Class name: mediaquery
Initial version: 7|Class name: mediaquery
Initial version: 10|@ohos.mediaquery.d.ts| +|Initial version changed|Class name: MediaQueryResult
Method or attribute name: readonly matches: boolean;
Initial version: 7|Class name: MediaQueryResult
Method or attribute name: readonly matches: boolean;
Initial version: 10|@ohos.mediaquery.d.ts| +|Initial version changed|Class name: MediaQueryResult
Method or attribute name: readonly media: string;
Initial version: 7|Class name: MediaQueryResult
Method or attribute name: readonly media: string;
Initial version: 10|@ohos.mediaquery.d.ts| +|Initial version changed|Class name: MediaQueryListener
Method or attribute name: on(type: 'change', callback: Callback\): void;
Initial version: 7|Class name: MediaQueryListener
Method or attribute name: on(type: 'change', callback: Callback\): void;
Initial version: 10|@ohos.mediaquery.d.ts| +|Initial version changed|Class name: MediaQueryListener
Method or attribute name: off(type: 'change', callback?: Callback\): void;
Initial version: 7|Class name: MediaQueryListener
Method or attribute name: off(type: 'change', callback?: Callback\): void;
Initial version: 10|@ohos.mediaquery.d.ts| +|Initial version changed|Class name: mediaquery
Method or attribute name: function matchMediaSync(condition: string): MediaQueryListener;
Initial version: 7|Class name: mediaquery
Method or attribute name: function matchMediaSync(condition: string): MediaQueryListener;
Initial version: 10|@ohos.mediaquery.d.ts| +|Initial version changed|Class name: promptAction
Initial version: 9|Class name: promptAction
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ShowToastOptions
Initial version: 9|Class name: ShowToastOptions
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ShowToastOptions
Method or attribute name: message: string \| Resource;
Initial version: 9|Class name: ShowToastOptions
Method or attribute name: message: string \| Resource;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ShowToastOptions
Method or attribute name: duration?: number;
Initial version: 9|Class name: ShowToastOptions
Method or attribute name: duration?: number;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ShowToastOptions
Method or attribute name: bottom?: string \| number;
Initial version: 9|Class name: ShowToastOptions
Method or attribute name: bottom?: string \| number;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: Button
Initial version: 9|Class name: Button
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: Button
Method or attribute name: text: string \| Resource;
Initial version: 9|Class name: Button
Method or attribute name: text: string \| Resource;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: Button
Method or attribute name: color: string \| Resource;
Initial version: 9|Class name: Button
Method or attribute name: color: string \| Resource;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ShowDialogSuccessResponse
Initial version: 9|Class name: ShowDialogSuccessResponse
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ShowDialogSuccessResponse
Method or attribute name: index: number;
Initial version: 9|Class name: ShowDialogSuccessResponse
Method or attribute name: index: number;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ShowDialogOptions
Initial version: 9|Class name: ShowDialogOptions
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ShowDialogOptions
Method or attribute name: title?: string \| Resource;
Initial version: 9|Class name: ShowDialogOptions
Method or attribute name: title?: string \| Resource;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ShowDialogOptions
Method or attribute name: message?: string \| Resource;
Initial version: 9|Class name: ShowDialogOptions
Method or attribute name: message?: string \| Resource;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ShowDialogOptions
Method or attribute name: buttons?: [Button, Button?, Button?];
Initial version: 9|Class name: ShowDialogOptions
Method or attribute name: buttons?: [Button, Button?, Button?];
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ActionMenuSuccessResponse
Initial version: 9|Class name: ActionMenuSuccessResponse
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ActionMenuSuccessResponse
Method or attribute name: index: number;
Initial version: 9|Class name: ActionMenuSuccessResponse
Method or attribute name: index: number;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ActionMenuOptions
Initial version: 9|Class name: ActionMenuOptions
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ActionMenuOptions
Method or attribute name: title?: string \| Resource;
Initial version: 9|Class name: ActionMenuOptions
Method or attribute name: title?: string \| Resource;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: ActionMenuOptions
Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];
Initial version: 9|Class name: ActionMenuOptions
Method or attribute name: buttons: [Button, Button?, Button?, Button?, Button?, Button?];
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: promptAction
Method or attribute name: function showDialog(options: ShowDialogOptions): Promise\;
Initial version: 9|Class name: promptAction
Method or attribute name: function showDialog(options: ShowDialogOptions): Promise\;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: promptAction
Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise\;
Initial version: 9|Class name: promptAction
Method or attribute name: function showActionMenu(options: ActionMenuOptions): Promise\;
Initial version: 10|@ohos.promptAction.d.ts| +|Initial version changed|Class name: SheetInfo
Initial version: 8|Class name: SheetInfo
Initial version: 10|action_sheet.d.ts| +|Initial version changed|Class name: SheetInfo
Method or attribute name: title: string \| Resource;
Initial version: 8|Class name: SheetInfo
Method or attribute name: title: string \| Resource;
Initial version: 10|action_sheet.d.ts| +|Initial version changed|Class name: SheetInfo
Method or attribute name: icon?: string \| Resource;
Initial version: 8|Class name: SheetInfo
Method or attribute name: icon?: string \| Resource;
Initial version: 10|action_sheet.d.ts| +|Initial version changed|Class name: SheetInfo
Method or attribute name: action: () => void;
Initial version: 8|Class name: SheetInfo
Method or attribute name: action: () => void;
Initial version: 10|action_sheet.d.ts| +|Initial version changed|Class name: ActionSheet
Initial version: 8|Class name: ActionSheet
Initial version: 10|action_sheet.d.ts| +|Initial version changed|Class name: DialogAlignment
Initial version: 7|Class name: DialogAlignment
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: DialogAlignment
Method or attribute name: Top
Initial version: 7|Class name: DialogAlignment
Method or attribute name: Top
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: DialogAlignment
Method or attribute name: Center
Initial version: 7|Class name: DialogAlignment
Method or attribute name: Center
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: DialogAlignment
Method or attribute name: Bottom
Initial version: 7|Class name: DialogAlignment
Method or attribute name: Bottom
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: DialogAlignment
Method or attribute name: Default
Initial version: 7|Class name: DialogAlignment
Method or attribute name: Default
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: DialogAlignment
Method or attribute name: TopStart
Initial version: 8|Class name: DialogAlignment
Method or attribute name: TopStart
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: DialogAlignment
Method or attribute name: TopEnd
Initial version: 8|Class name: DialogAlignment
Method or attribute name: TopEnd
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: DialogAlignment
Method or attribute name: CenterStart
Initial version: 8|Class name: DialogAlignment
Method or attribute name: CenterStart
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: DialogAlignment
Method or attribute name: CenterEnd
Initial version: 8|Class name: DialogAlignment
Method or attribute name: CenterEnd
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: DialogAlignment
Method or attribute name: BottomStart
Initial version: 8|Class name: DialogAlignment
Method or attribute name: BottomStart
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: DialogAlignment
Method or attribute name: BottomEnd
Initial version: 8|Class name: DialogAlignment
Method or attribute name: BottomEnd
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialogParam
Initial version: 7|Class name: AlertDialogParam
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialogParam
Method or attribute name: title?: ResourceStr;
Initial version: 7|Class name: AlertDialogParam
Method or attribute name: title?: ResourceStr;
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialogParam
Method or attribute name: message: ResourceStr;
Initial version: 7|Class name: AlertDialogParam
Method or attribute name: message: ResourceStr;
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialogParam
Method or attribute name: autoCancel?: boolean;
Initial version: 7|Class name: AlertDialogParam
Method or attribute name: autoCancel?: boolean;
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialogParam
Method or attribute name: cancel?: () => void;
Initial version: 7|Class name: AlertDialogParam
Method or attribute name: cancel?: () => void;
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialogParam
Method or attribute name: alignment?: DialogAlignment;
Initial version: 7|Class name: AlertDialogParam
Method or attribute name: alignment?: DialogAlignment;
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialogParam
Method or attribute name: offset?: Offset;
Initial version: 7|Class name: AlertDialogParam
Method or attribute name: offset?: Offset;
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialogParam
Method or attribute name: gridCount?: number;
Initial version: 7|Class name: AlertDialogParam
Method or attribute name: gridCount?: number;
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialogParamWithConfirm
Initial version: 7|Class name: AlertDialogParamWithConfirm
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialogParamWithButtons
Initial version: 7|Class name: AlertDialogParamWithButtons
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialog
Initial version: 7|Class name: AlertDialog
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: AlertDialog
Method or attribute name: static show(value: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons);
Initial version: 7|Class name: AlertDialog
Method or attribute name: static show(value: AlertDialogParamWithConfirm \| AlertDialogParamWithButtons);
Initial version: 10|alert_dialog.d.ts| +|Initial version changed|Class name: IndexerAlign
Initial version: 7|Class name: IndexerAlign
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: IndexerAlign
Method or attribute name: Left
Initial version: 7|Class name: IndexerAlign
Method or attribute name: Left
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: IndexerAlign
Method or attribute name: Right
Initial version: 7|Class name: IndexerAlign
Method or attribute name: Right
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerInterface
Initial version: 7|Class name: AlphabetIndexerInterface
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerInterface
Method or attribute name: (value: { arrayValue: Array\; selected: number }): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerInterface
Method or attribute name: (value: { arrayValue: Array\; selected: number }): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Initial version: 7|Class name: AlphabetIndexerAttribute
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: color(value: ResourceColor): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerAttribute
Method or attribute name: color(value: ResourceColor): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: selectedColor(value: ResourceColor): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerAttribute
Method or attribute name: selectedColor(value: ResourceColor): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: popupColor(value: ResourceColor): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerAttribute
Method or attribute name: popupColor(value: ResourceColor): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerAttribute
Method or attribute name: selectedBackgroundColor(value: ResourceColor): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: popupBackground(value: ResourceColor): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerAttribute
Method or attribute name: popupBackground(value: ResourceColor): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: usingPopup(value: boolean): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerAttribute
Method or attribute name: usingPopup(value: boolean): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: selectedFont(value: Font): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerAttribute
Method or attribute name: selectedFont(value: Font): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: popupFont(value: Font): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerAttribute
Method or attribute name: popupFont(value: Font): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: itemSize(value: string \| number): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerAttribute
Method or attribute name: itemSize(value: string \| number): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: font(value: Font): AlphabetIndexerAttribute;
Initial version: 7|Class name: AlphabetIndexerAttribute
Method or attribute name: font(value: Font): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
Initial version: 8|Class name: AlphabetIndexerAttribute
Method or attribute name: onSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: onRequestPopupData(callback: (index: number) => Array\): AlphabetIndexerAttribute;
Initial version: 8|Class name: AlphabetIndexerAttribute
Method or attribute name: onRequestPopupData(callback: (index: number) => Array\): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
Initial version: 8|Class name: AlphabetIndexerAttribute
Method or attribute name: onPopupSelect(callback: (index: number) => void): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: selected(index: number): AlphabetIndexerAttribute;
Initial version: 8|Class name: AlphabetIndexerAttribute
Method or attribute name: selected(index: number): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: AlphabetIndexerAttribute
Method or attribute name: popupPosition(value: Position): AlphabetIndexerAttribute;
Initial version: 8|Class name: AlphabetIndexerAttribute
Method or attribute name: popupPosition(value: Position): AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AlphabetIndexer: AlphabetIndexerInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const AlphabetIndexer: AlphabetIndexerInterface;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const AlphabetIndexerInstance: AlphabetIndexerAttribute;
Initial version: 10|alphabet_indexer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const AnimatorInstance: AnimatorAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const AnimatorInstance: AnimatorAttribute;
Initial version: 9|animator.d.ts| +|Initial version changed|Class name: CalendarDay
Initial version: 7|Class name: CalendarDay
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: index: number;
Initial version: 7|Class name: CalendarDay
Method or attribute name: index: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: lunarMonth: string;
Initial version: 7|Class name: CalendarDay
Method or attribute name: lunarMonth: string;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: lunarDay: string;
Initial version: 7|Class name: CalendarDay
Method or attribute name: lunarDay: string;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: dayMark: string;
Initial version: 7|Class name: CalendarDay
Method or attribute name: dayMark: string;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: dayMarkValue: string;
Initial version: 7|Class name: CalendarDay
Method or attribute name: dayMarkValue: string;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: year: number;
Initial version: 7|Class name: CalendarDay
Method or attribute name: year: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: month: number;
Initial version: 7|Class name: CalendarDay
Method or attribute name: month: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: day: number;
Initial version: 7|Class name: CalendarDay
Method or attribute name: day: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: isFirstOfLunar: boolean;
Initial version: 7|Class name: CalendarDay
Method or attribute name: isFirstOfLunar: boolean;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: hasSchedule: boolean;
Initial version: 7|Class name: CalendarDay
Method or attribute name: hasSchedule: boolean;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarDay
Method or attribute name: markLunarDay: boolean;
Initial version: 7|Class name: CalendarDay
Method or attribute name: markLunarDay: boolean;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: MonthData
Initial version: 7|Class name: MonthData
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: MonthData
Method or attribute name: year: number;
Initial version: 7|Class name: MonthData
Method or attribute name: year: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: MonthData
Method or attribute name: month: number;
Initial version: 7|Class name: MonthData
Method or attribute name: month: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: MonthData
Method or attribute name: data: CalendarDay[];
Initial version: 7|Class name: MonthData
Method or attribute name: data: CalendarDay[];
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Initial version: 7|Class name: CurrentDayStyle
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: dayColor?: ResourceColor;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: dayColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: lunarColor?: ResourceColor;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: lunarColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: markLunarColor?: ResourceColor;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: markLunarColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: dayFontSize?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: dayFontSize?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: lunarDayFontSize?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: lunarDayFontSize?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: dayHeight?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: dayHeight?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: dayWidth?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: dayWidth?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: gregorianCalendarHeight?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: gregorianCalendarHeight?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: dayYAxisOffset?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: dayYAxisOffset?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: lunarDayYAxisOffset?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: lunarDayYAxisOffset?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: underscoreXAxisOffset?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: underscoreXAxisOffset?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: underscoreYAxisOffset?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: underscoreYAxisOffset?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: scheduleMarkerXAxisOffset?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: scheduleMarkerXAxisOffset?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: scheduleMarkerYAxisOffset?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: scheduleMarkerYAxisOffset?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: colSpace?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: colSpace?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: dailyFiveRowSpace?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: dailyFiveRowSpace?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: dailySixRowSpace?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: dailySixRowSpace?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: lunarHeight?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: lunarHeight?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: underscoreWidth?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: underscoreWidth?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: underscoreLength?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: underscoreLength?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: scheduleMarkerRadius?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: scheduleMarkerRadius?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: boundaryRowOffset?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: boundaryRowOffset?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CurrentDayStyle
Method or attribute name: boundaryColOffset?: number;
Initial version: 7|Class name: CurrentDayStyle
Method or attribute name: boundaryColOffset?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: NonCurrentDayStyle
Initial version: 7|Class name: NonCurrentDayStyle
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: NonCurrentDayStyle
Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;
Initial version: 7|Class name: NonCurrentDayStyle
Method or attribute name: nonCurrentMonthDayColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: NonCurrentDayStyle
Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;
Initial version: 7|Class name: NonCurrentDayStyle
Method or attribute name: nonCurrentMonthLunarColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: NonCurrentDayStyle
Method or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;
Initial version: 7|Class name: NonCurrentDayStyle
Method or attribute name: nonCurrentMonthWorkDayMarkColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: NonCurrentDayStyle
Method or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;
Initial version: 7|Class name: NonCurrentDayStyle
Method or attribute name: nonCurrentMonthOffDayMarkColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: TodayStyle
Initial version: 7|Class name: TodayStyle
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: TodayStyle
Method or attribute name: focusedDayColor?: ResourceColor;
Initial version: 7|Class name: TodayStyle
Method or attribute name: focusedDayColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: TodayStyle
Method or attribute name: focusedLunarColor?: ResourceColor;
Initial version: 7|Class name: TodayStyle
Method or attribute name: focusedLunarColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: TodayStyle
Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;
Initial version: 7|Class name: TodayStyle
Method or attribute name: focusedAreaBackgroundColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: TodayStyle
Method or attribute name: focusedAreaRadius?: number;
Initial version: 7|Class name: TodayStyle
Method or attribute name: focusedAreaRadius?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WeekStyle
Initial version: 7|Class name: WeekStyle
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WeekStyle
Method or attribute name: weekColor?: ResourceColor;
Initial version: 7|Class name: WeekStyle
Method or attribute name: weekColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WeekStyle
Method or attribute name: weekendDayColor?: ResourceColor;
Initial version: 7|Class name: WeekStyle
Method or attribute name: weekendDayColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WeekStyle
Method or attribute name: weekendLunarColor?: ResourceColor;
Initial version: 7|Class name: WeekStyle
Method or attribute name: weekendLunarColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WeekStyle
Method or attribute name: weekFontSize?: number;
Initial version: 7|Class name: WeekStyle
Method or attribute name: weekFontSize?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WeekStyle
Method or attribute name: weekHeight?: number;
Initial version: 7|Class name: WeekStyle
Method or attribute name: weekHeight?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WeekStyle
Method or attribute name: weekWidth?: number;
Initial version: 7|Class name: WeekStyle
Method or attribute name: weekWidth?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WeekStyle
Method or attribute name: weekAndDayRowSpace?: number;
Initial version: 7|Class name: WeekStyle
Method or attribute name: weekAndDayRowSpace?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WorkStateStyle
Initial version: 7|Class name: WorkStateStyle
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WorkStateStyle
Method or attribute name: workDayMarkColor?: ResourceColor;
Initial version: 7|Class name: WorkStateStyle
Method or attribute name: workDayMarkColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WorkStateStyle
Method or attribute name: offDayMarkColor?: ResourceColor;
Initial version: 7|Class name: WorkStateStyle
Method or attribute name: offDayMarkColor?: ResourceColor;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WorkStateStyle
Method or attribute name: workDayMarkSize?: number;
Initial version: 7|Class name: WorkStateStyle
Method or attribute name: workDayMarkSize?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WorkStateStyle
Method or attribute name: offDayMarkSize?: number;
Initial version: 7|Class name: WorkStateStyle
Method or attribute name: offDayMarkSize?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WorkStateStyle
Method or attribute name: workStateWidth?: number;
Initial version: 7|Class name: WorkStateStyle
Method or attribute name: workStateWidth?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WorkStateStyle
Method or attribute name: workStateHorizontalMovingDistance?: number;
Initial version: 7|Class name: WorkStateStyle
Method or attribute name: workStateHorizontalMovingDistance?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: WorkStateStyle
Method or attribute name: workStateVerticalMovingDistance?: number;
Initial version: 7|Class name: WorkStateStyle
Method or attribute name: workStateVerticalMovingDistance?: number;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarController
Initial version: 7|Class name: CalendarController
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarController
Method or attribute name: constructor();
Initial version: 7|Class name: CalendarController
Method or attribute name: constructor();
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarController
Method or attribute name: backToToday();
Initial version: 7|Class name: CalendarController
Method or attribute name: backToToday();
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarController
Method or attribute name: goTo(value: { year: number; month: number; day: number });
Initial version: 7|Class name: CalendarController
Method or attribute name: goTo(value: { year: number; month: number; day: number });
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarInterface
Initial version: 7|Class name: CalendarInterface
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarInterface
Method or attribute name: (value: {
date: { year: number; month: number; day: number };
currentData: MonthData;
preData: MonthData;
nextData: MonthData;
controller?: CalendarController;
}): CalendarAttribute;
Initial version: 7|Class name: CalendarInterface
Method or attribute name: (value: {
date: { year: number; month: number; day: number };
currentData: MonthData;
preData: MonthData;
nextData: MonthData;
controller?: CalendarController;
}): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Initial version: 7|Class name: CalendarAttribute
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: showLunar(value: boolean): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: showLunar(value: boolean): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: showHoliday(value: boolean): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: showHoliday(value: boolean): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: needSlide(value: boolean): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: needSlide(value: boolean): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: startOfWeek(value: number): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: startOfWeek(value: number): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: offDays(value: number): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: offDays(value: number): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: direction(value: Axis): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: direction(value: Axis): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: currentDayStyle(value: CurrentDayStyle): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: currentDayStyle(value: CurrentDayStyle): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: nonCurrentDayStyle(value: NonCurrentDayStyle): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: todayStyle(value: TodayStyle): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: todayStyle(value: TodayStyle): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: weekStyle(value: WeekStyle): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: weekStyle(value: WeekStyle): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: workStateStyle(value: WorkStateStyle): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: workStateStyle(value: WorkStateStyle): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: onSelectChange(event: (event: { year: number; month: number; day: number }) => void): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: onSelectChange(event: (event: { year: number; month: number; day: number }) => void): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: CalendarAttribute
Method or attribute name: onRequestData(
event: (event: {
year: number;
month: number;
currentYear: number;
currentMonth: number;
monthState: number;
}) => void,
): CalendarAttribute;
Initial version: 7|Class name: CalendarAttribute
Method or attribute name: onRequestData(
event: (event: {
year: number;
month: number;
currentYear: number;
currentMonth: number;
monthState: number;
}) => void,
): CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Calendar: CalendarInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const Calendar: CalendarInterface;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CalendarInstance: CalendarAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const CalendarInstance: CalendarAttribute;
Initial version: 10|calendar.d.ts| +|Initial version changed|Class name: ImageBitmap
Method or attribute name: constructor(data: PixelMap);
Initial version: 8|Class name: ImageBitmap
Method or attribute name: constructor(data: PixelMap);
Initial version: 10|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: getPixelMap(sx: number, sy: number, sw: number, sh: number): PixelMap;
Initial version: 10|canvas.d.ts| +|Initial version changed|Class name: CanvasRenderer
Method or attribute name: setPixelMap(value?: PixelMap): void;
Initial version: 8|Class name: CanvasRenderer
Method or attribute name: setPixelMap(value?: PixelMap): void;
Initial version: 10|canvas.d.ts| +|Initial version changed|Class name: ColumnSplitInterface
Initial version: 7|Class name: ColumnSplitInterface
Initial version: 10|column_split.d.ts| +|Initial version changed|Class name: ColumnSplitInterface
Method or attribute name: (): ColumnSplitAttribute;
Initial version: 7|Class name: ColumnSplitInterface
Method or attribute name: (): ColumnSplitAttribute;
Initial version: 10|column_split.d.ts| +|Initial version changed|Class name: ColumnSplitAttribute
Initial version: 7|Class name: ColumnSplitAttribute
Initial version: 10|column_split.d.ts| +|Initial version changed|Class name: ColumnSplitAttribute
Method or attribute name: resizeable(value: boolean): ColumnSplitAttribute;
Initial version: 7|Class name: ColumnSplitAttribute
Method or attribute name: resizeable(value: boolean): ColumnSplitAttribute;
Initial version: 10|column_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ColumnSplitInstance: ColumnSplitAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const ColumnSplitInstance: ColumnSplitAttribute;
Initial version: 10|column_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ColumnSplit: ColumnSplitInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const ColumnSplit: ColumnSplitInterface;
Initial version: 10|column_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StorageProp: (value: string) => PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const StorageProp: (value: string) => PropertyDecorator;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StorageLink: (value: string) => PropertyDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const StorageLink: (value: string) => PropertyDecorator;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Concurrent: MethodDecorator;
Initial version: 9|Class name: global
Method or attribute name: declare const Concurrent: MethodDecorator;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const CustomDialog: ClassDecorator;
Initial version: 7|Class name: global
Method or attribute name: declare const CustomDialog: ClassDecorator;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LocalStorageLink: (value: string) => PropertyDecorator;
Initial version: 9|Class name: global
Method or attribute name: declare const LocalStorageLink: (value: string) => PropertyDecorator;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LocalStorageProp: (value: string) => PropertyDecorator;
Initial version: 9|Class name: global
Method or attribute name: declare const LocalStorageProp: (value: string) => PropertyDecorator;
Initial version: 10|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function getContext(component?: Object): Context;
Initial version: 9|Class name:
Method or attribute name: function getContext(component?: Object): Context;
Initial version: 10|common.d.ts| +|Initial version changed|Class name:
Method or attribute name: function postCardAction(component: Object, action: Object): void;
Initial version: 9|Class name:
Method or attribute name: function postCardAction(component: Object, action: Object): void;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AnimateParam
Method or attribute name: tempo?: number;
Initial version: 7|Class name: AnimateParam
Method or attribute name: tempo?: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AnimateParam
Method or attribute name: delay?: number;
Initial version: 7|Class name: AnimateParam
Method or attribute name: delay?: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AnimateParam
Method or attribute name: iterations?: number;
Initial version: 7|Class name: AnimateParam
Method or attribute name: iterations?: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: ICurve
Initial version: 9|Class name: ICurve
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MotionPathOptions
Initial version: 7|Class name: MotionPathOptions
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MotionPathOptions
Method or attribute name: path: string;
Initial version: 7|Class name: MotionPathOptions
Method or attribute name: path: string;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MotionPathOptions
Method or attribute name: from?: number;
Initial version: 7|Class name: MotionPathOptions
Method or attribute name: from?: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MotionPathOptions
Method or attribute name: to?: number;
Initial version: 7|Class name: MotionPathOptions
Method or attribute name: to?: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MotionPathOptions
Method or attribute name: rotatable?: boolean;
Initial version: 7|Class name: MotionPathOptions
Method or attribute name: rotatable?: boolean;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: sharedTransitionOptions
Initial version: 7|Class name: sharedTransitionOptions
Initial version: 10|common.d.ts| +|Initial version changed|Class name: sharedTransitionOptions
Method or attribute name: duration?: number;
Initial version: 7|Class name: sharedTransitionOptions
Method or attribute name: duration?: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: sharedTransitionOptions
Method or attribute name: curve?: Curve \| string;
Initial version: 7|Class name: sharedTransitionOptions
Method or attribute name: curve?: Curve \| string;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: sharedTransitionOptions
Method or attribute name: delay?: number;
Initial version: 7|Class name: sharedTransitionOptions
Method or attribute name: delay?: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: sharedTransitionOptions
Method or attribute name: motionPath?: MotionPathOptions;
Initial version: 7|Class name: sharedTransitionOptions
Method or attribute name: motionPath?: MotionPathOptions;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: sharedTransitionOptions
Method or attribute name: zIndex?: number;
Initial version: 7|Class name: sharedTransitionOptions
Method or attribute name: zIndex?: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: sharedTransitionOptions
Method or attribute name: type?: SharedTransitionEffectType;
Initial version: 7|Class name: sharedTransitionOptions
Method or attribute name: type?: SharedTransitionEffectType;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AlignRuleOption
Initial version: 9|Class name: AlignRuleOption
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AlignRuleOption
Method or attribute name: left?: { anchor: string, align: HorizontalAlign };
Initial version: 9|Class name: AlignRuleOption
Method or attribute name: left?: { anchor: string, align: HorizontalAlign };
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AlignRuleOption
Method or attribute name: right?: { anchor: string, align: HorizontalAlign };
Initial version: 9|Class name: AlignRuleOption
Method or attribute name: right?: { anchor: string, align: HorizontalAlign };
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AlignRuleOption
Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };
Initial version: 9|Class name: AlignRuleOption
Method or attribute name: middle?: { anchor: string, align: HorizontalAlign };
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AlignRuleOption
Method or attribute name: top?: { anchor: string, align: VerticalAlign };
Initial version: 9|Class name: AlignRuleOption
Method or attribute name: top?: { anchor: string, align: VerticalAlign };
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AlignRuleOption
Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };
Initial version: 9|Class name: AlignRuleOption
Method or attribute name: bottom?: { anchor: string, align: VerticalAlign };
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AlignRuleOption
Method or attribute name: center?: { anchor: string, align: VerticalAlign };
Initial version: 9|Class name: AlignRuleOption
Method or attribute name: center?: { anchor: string, align: VerticalAlign };
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Initial version: 9|Class name: TransitionOptions
Initial version: 7|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: type?: TransitionType;
Initial version: 9|Class name: TransitionOptions
Method or attribute name: type?: TransitionType;
Initial version: 7|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: opacity?: number;
Initial version: 9|Class name: TransitionOptions
Method or attribute name: opacity?: number;
Initial version: 7|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: translate?: TranslateOptions;
Initial version: 9|Class name: TransitionOptions
Method or attribute name: translate?: TranslateOptions;
Initial version: 7|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: scale?: ScaleOptions;
Initial version: 9|Class name: TransitionOptions
Method or attribute name: scale?: ScaleOptions;
Initial version: 7|common.d.ts| +|Initial version changed|Class name: TransitionOptions
Method or attribute name: rotate?: RotateOptions;
Initial version: 9|Class name: TransitionOptions
Method or attribute name: rotate?: RotateOptions;
Initial version: 7|common.d.ts| +|Initial version changed|Class name: ItemDragInfo
Initial version: 8|Class name: ItemDragInfo
Initial version: 10|common.d.ts| +|Initial version changed|Class name: ItemDragInfo
Method or attribute name: x: number;
Initial version: 8|Class name: ItemDragInfo
Method or attribute name: x: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: ItemDragInfo
Method or attribute name: y: number;
Initial version: 8|Class name: ItemDragInfo
Method or attribute name: y: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: DragItemInfo
Initial version: 8|Class name: DragItemInfo
Initial version: 10|common.d.ts| +|Initial version changed|Class name: DragItemInfo
Method or attribute name: pixelMap?: PixelMap;
Initial version: 8|Class name: DragItemInfo
Method or attribute name: pixelMap?: PixelMap;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: DragItemInfo
Method or attribute name: builder?: CustomBuilder;
Initial version: 8|Class name: DragItemInfo
Method or attribute name: builder?: CustomBuilder;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: DragItemInfo
Method or attribute name: extraInfo?: string;
Initial version: 8|Class name: DragItemInfo
Method or attribute name: extraInfo?: string;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: focusControl
Method or attribute name: function requestFocus(value: string): boolean;
Initial version: 9|Class name: focusControl
Method or attribute name: function requestFocus(value: string): boolean;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: SourceType
Initial version: 8|Class name: SourceType
Initial version: 10|common.d.ts| +|Initial version changed|Class name: SourceType
Method or attribute name: Unknown
Initial version: 8|Class name: SourceType
Method or attribute name: Unknown
Initial version: 10|common.d.ts| +|Initial version changed|Class name: SourceType
Method or attribute name: Mouse
Initial version: 8|Class name: SourceType
Method or attribute name: Mouse
Initial version: 10|common.d.ts| +|Initial version changed|Class name: SourceType
Method or attribute name: TouchScreen
Initial version: 8|Class name: SourceType
Method or attribute name: TouchScreen
Initial version: 10|common.d.ts| +|Initial version changed|Class name: SourceTool
Initial version: 9|Class name: SourceTool
Initial version: 10|common.d.ts| +|Initial version changed|Class name: SourceTool
Method or attribute name: Unknown
Initial version: 9|Class name: SourceTool
Method or attribute name: Unknown
Initial version: 10|common.d.ts| +|Initial version changed|Class name: RepeatMode
Initial version: 9|Class name: RepeatMode
Initial version: 10|common.d.ts| +|Initial version changed|Class name: RepeatMode
Method or attribute name: Repeat
Initial version: 9|Class name: RepeatMode
Method or attribute name: Repeat
Initial version: 10|common.d.ts| +|Initial version changed|Class name: RepeatMode
Method or attribute name: Stretch
Initial version: 9|Class name: RepeatMode
Method or attribute name: Stretch
Initial version: 10|common.d.ts| +|Initial version changed|Class name: RepeatMode
Method or attribute name: Round
Initial version: 9|Class name: RepeatMode
Method or attribute name: Round
Initial version: 10|common.d.ts| +|Initial version changed|Class name: RepeatMode
Method or attribute name: Space
Initial version: 9|Class name: RepeatMode
Method or attribute name: Space
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BlurStyle
Initial version: 9|Class name: BlurStyle
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BlurStyle
Method or attribute name: Thin
Initial version: 9|Class name: BlurStyle
Method or attribute name: Thin
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BlurStyle
Method or attribute name: Regular
Initial version: 9|Class name: BlurStyle
Method or attribute name: Regular
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BlurStyle
Method or attribute name: Thick
Initial version: 9|Class name: BlurStyle
Method or attribute name: Thick
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BaseEvent
Method or attribute name: pressure: number;
Initial version: 9|Class name: BaseEvent
Method or attribute name: pressure: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BaseEvent
Method or attribute name: tiltX: number;
Initial version: 9|Class name: BaseEvent
Method or attribute name: tiltX: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BaseEvent
Method or attribute name: tiltY: number;
Initial version: 9|Class name: BaseEvent
Method or attribute name: tiltY: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BaseEvent
Method or attribute name: sourceTool: SourceTool;
Initial version: 9|Class name: BaseEvent
Method or attribute name: sourceTool: SourceTool;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BorderImageOption
Initial version: 9|Class name: BorderImageOption
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BorderImageOption
Method or attribute name: slice?: Length \| EdgeWidths,
Initial version: 9|Class name: BorderImageOption
Method or attribute name: slice?: Length \| EdgeWidths,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BorderImageOption
Method or attribute name: repeat?: RepeatMode,
Initial version: 9|Class name: BorderImageOption
Method or attribute name: repeat?: RepeatMode,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BorderImageOption
Method or attribute name: source?: string \| Resource \| LinearGradient,
Initial version: 9|Class name: BorderImageOption
Method or attribute name: source?: string \| Resource \| LinearGradient,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BorderImageOption
Method or attribute name: width?: Length \| EdgeWidths,
Initial version: 9|Class name: BorderImageOption
Method or attribute name: width?: Length \| EdgeWidths,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BorderImageOption
Method or attribute name: outset?: Length \| EdgeWidths,
Initial version: 9|Class name: BorderImageOption
Method or attribute name: outset?: Length \| EdgeWidths,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: BorderImageOption
Method or attribute name: fill?: boolean
Initial version: 9|Class name: BorderImageOption
Method or attribute name: fill?: boolean
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MouseEvent
Initial version: 8|Class name: MouseEvent
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MouseEvent
Method or attribute name: button: MouseButton;
Initial version: 8|Class name: MouseEvent
Method or attribute name: button: MouseButton;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MouseEvent
Method or attribute name: action: MouseAction;
Initial version: 8|Class name: MouseEvent
Method or attribute name: action: MouseAction;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MouseEvent
Method or attribute name: screenX: number;
Initial version: 8|Class name: MouseEvent
Method or attribute name: screenX: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MouseEvent
Method or attribute name: screenY: number;
Initial version: 8|Class name: MouseEvent
Method or attribute name: screenY: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MouseEvent
Method or attribute name: x: number;
Initial version: 8|Class name: MouseEvent
Method or attribute name: x: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MouseEvent
Method or attribute name: y: number;
Initial version: 8|Class name: MouseEvent
Method or attribute name: y: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: MouseEvent
Method or attribute name: stopPropagation?: () => void;
Initial version: 8|Class name: MouseEvent
Method or attribute name: stopPropagation?: () => void;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchObject
Initial version: 7|Class name: TouchObject
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchObject
Method or attribute name: type: TouchType;
Initial version: 7|Class name: TouchObject
Method or attribute name: type: TouchType;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchObject
Method or attribute name: id: number;
Initial version: 7|Class name: TouchObject
Method or attribute name: id: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchObject
Method or attribute name: screenX: number;
Initial version: 7|Class name: TouchObject
Method or attribute name: screenX: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchObject
Method or attribute name: screenY: number;
Initial version: 7|Class name: TouchObject
Method or attribute name: screenY: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchObject
Method or attribute name: x: number;
Initial version: 7|Class name: TouchObject
Method or attribute name: x: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchObject
Method or attribute name: y: number;
Initial version: 7|Class name: TouchObject
Method or attribute name: y: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchEvent
Initial version: 7|Class name: TouchEvent
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchEvent
Method or attribute name: type: TouchType;
Initial version: 7|Class name: TouchEvent
Method or attribute name: type: TouchType;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchEvent
Method or attribute name: touches: TouchObject[];
Initial version: 7|Class name: TouchEvent
Method or attribute name: touches: TouchObject[];
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchEvent
Method or attribute name: changedTouches: TouchObject[];
Initial version: 7|Class name: TouchEvent
Method or attribute name: changedTouches: TouchObject[];
Initial version: 10|common.d.ts| +|Initial version changed|Class name: TouchEvent
Method or attribute name: stopPropagation?: () => void;
Initial version: 7|Class name: TouchEvent
Method or attribute name: stopPropagation?: () => void;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: DragEvent
Initial version: 7|Class name: DragEvent
Initial version: 10|common.d.ts| +|Initial version changed|Class name: DragEvent
Method or attribute name: getX(): number;
Initial version: 7|Class name: DragEvent
Method or attribute name: getX(): number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: DragEvent
Method or attribute name: getY(): number;
Initial version: 7|Class name: DragEvent
Method or attribute name: getY(): number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: KeyEvent
Initial version: 7|Class name: KeyEvent
Initial version: 10|common.d.ts| +|Initial version changed|Class name: KeyEvent
Method or attribute name: type: KeyType;
Initial version: 7|Class name: KeyEvent
Method or attribute name: type: KeyType;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: KeyEvent
Method or attribute name: keyCode: number;
Initial version: 7|Class name: KeyEvent
Method or attribute name: keyCode: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: KeyEvent
Method or attribute name: keyText: string;
Initial version: 7|Class name: KeyEvent
Method or attribute name: keyText: string;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: KeyEvent
Method or attribute name: keySource: KeySource;
Initial version: 7|Class name: KeyEvent
Method or attribute name: keySource: KeySource;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: KeyEvent
Method or attribute name: deviceId: number;
Initial version: 7|Class name: KeyEvent
Method or attribute name: deviceId: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: KeyEvent
Method or attribute name: metaKey: number;
Initial version: 7|Class name: KeyEvent
Method or attribute name: metaKey: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: KeyEvent
Method or attribute name: timestamp: number;
Initial version: 7|Class name: KeyEvent
Method or attribute name: timestamp: number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: KeyEvent
Method or attribute name: stopPropagation?: () => void;
Initial version: 7|Class name: KeyEvent
Method or attribute name: stopPropagation?: () => void;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: PopupOptions
Initial version: 7|Class name: PopupOptions
Initial version: 10|common.d.ts| +|Initial version changed|Class name: PopupOptions
Method or attribute name: message: string;
Initial version: 7|Class name: PopupOptions
Method or attribute name: message: string;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: PopupOptions
Method or attribute name: arrowOffset?: Length;
Initial version: 9|Class name: PopupOptions
Method or attribute name: arrowOffset?: Length;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: PopupOptions
Method or attribute name: showInSubWindow?: boolean;
Initial version: 9|Class name: PopupOptions
Method or attribute name: showInSubWindow?: boolean;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomPopupOptions
Initial version: 8|Class name: CustomPopupOptions
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomPopupOptions
Method or attribute name: builder: CustomBuilder;
Initial version: 8|Class name: CustomPopupOptions
Method or attribute name: builder: CustomBuilder;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomPopupOptions
Method or attribute name: placement?: Placement;
Initial version: 8|Class name: CustomPopupOptions
Method or attribute name: placement?: Placement;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomPopupOptions
Method or attribute name: popupColor?: Color \| string \| Resource \| number;
Initial version: 8|Class name: CustomPopupOptions
Method or attribute name: popupColor?: Color \| string \| Resource \| number;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomPopupOptions
Method or attribute name: enableArrow?: boolean;
Initial version: 8|Class name: CustomPopupOptions
Method or attribute name: enableArrow?: boolean;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomPopupOptions
Method or attribute name: autoCancel?: boolean;
Initial version: 8|Class name: CustomPopupOptions
Method or attribute name: autoCancel?: boolean;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomPopupOptions
Method or attribute name: arrowOffset?: Length;
Initial version: 9|Class name: CustomPopupOptions
Method or attribute name: arrowOffset?: Length;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomPopupOptions
Method or attribute name: showInSubWindow?: boolean;
Initial version: 9|Class name: CustomPopupOptions
Method or attribute name: showInSubWindow?: boolean;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: hitTestBehavior(value: HitTestMode): T;
Initial version: 9|Class name: CommonMethod
Method or attribute name: hitTestBehavior(value: HitTestMode): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: borderImage(value: BorderImageOption): T;
Initial version: 9|Class name: CommonMethod
Method or attribute name: borderImage(value: BorderImageOption): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onHover(event: (isHover?: boolean) => void): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: onHover(event: (isHover?: boolean) => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: hoverEffect(value: HoverEffect): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: hoverEffect(value: HoverEffect): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onMouse(event: (event?: MouseEvent) => void): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: onMouse(event: (event?: MouseEvent) => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onTouch(event: (event?: TouchEvent) => void): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: onTouch(event: (event?: TouchEvent) => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onKeyEvent(event: (event?: KeyEvent) => void): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: onKeyEvent(event: (event?: KeyEvent) => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: focusable(value: boolean): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: focusable(value: boolean): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onFocus(event: () => void): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: onFocus(event: () => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onBlur(event: () => void): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: onBlur(event: () => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: tabIndex(index: number): T;
Initial version: 9|Class name: CommonMethod
Method or attribute name: tabIndex(index: number): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: defaultFocus(value: boolean): T;
Initial version: 9|Class name: CommonMethod
Method or attribute name: defaultFocus(value: boolean): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: groupDefaultFocus(value: boolean): T;
Initial version: 9|Class name: CommonMethod
Method or attribute name: groupDefaultFocus(value: boolean): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: focusOnTouch(value: boolean): T;
Initial version: 9|Class name: CommonMethod
Method or attribute name: focusOnTouch(value: boolean): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: gesture(gesture: GestureType, mask?: GestureMask): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: gesture(gesture: GestureType, mask?: GestureMask): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: priorityGesture(gesture: GestureType, mask?: GestureMask): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: priorityGesture(gesture: GestureType, mask?: GestureMask): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: parallelGesture(gesture: GestureType, mask?: GestureMask): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: parallelGesture(gesture: GestureType, mask?: GestureMask): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: gridSpan(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: gridSpan(value: number): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: gridOffset(value: number): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: gridOffset(value: number): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: transform(value: object): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: transform(value: object): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: onAreaChange(event: (oldValue: Area, newValue: Area) => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: sharedTransition(id: string, options?: sharedTransitionOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: sharedTransition(id: string, options?: sharedTransitionOptions): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: alignRules(value: AlignRuleOption): T;
Initial version: 9|Class name: CommonMethod
Method or attribute name: alignRules(value: AlignRuleOption): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onDragStart(event: (event?: DragEvent, extraParams?: string) => CustomBuilder \| DragItemInfo): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: onDragStart(event: (event?: DragEvent, extraParams?: string) => CustomBuilder \| DragItemInfo): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onDragEnter(event: (event?: DragEvent, extraParams?: string) => void): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: onDragEnter(event: (event?: DragEvent, extraParams?: string) => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onDragMove(event: (event?: DragEvent, extraParams?: string) => void): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: onDragMove(event: (event?: DragEvent, extraParams?: string) => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onDragLeave(event: (event?: DragEvent, extraParams?: string) => void): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: onDragLeave(event: (event?: DragEvent, extraParams?: string) => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onDrop(event: (event?: DragEvent, extraParams?: string) => void): T;
Initial version: 8|Class name: CommonMethod
Method or attribute name: onDrop(event: (event?: DragEvent, extraParams?: string) => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: motionPath(value: MotionPathOptions): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: motionPath(value: MotionPathOptions): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: geometryTransition(id: string): T;
Initial version: 7|Class name: CommonMethod
Method or attribute name: geometryTransition(id: string): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CommonMethod
Method or attribute name: onVisibleAreaChange(ratios: Array\, event: (isVisible: boolean, currentRatio: number) => void): T;
Initial version: 9|Class name: CommonMethod
Method or attribute name: onVisibleAreaChange(ratios: Array\, event: (isVisible: boolean, currentRatio: number) => void): T;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LinearGradient
Initial version: 9|Class name: LinearGradient
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutBorderInfo
Initial version: 9|Class name: LayoutBorderInfo
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutBorderInfo
Method or attribute name: borderWidth: EdgeWidths,
Initial version: 9|Class name: LayoutBorderInfo
Method or attribute name: borderWidth: EdgeWidths,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutBorderInfo
Method or attribute name: margin: Margin,
Initial version: 9|Class name: LayoutBorderInfo
Method or attribute name: margin: Margin,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutBorderInfo
Method or attribute name: padding: Padding,
Initial version: 9|Class name: LayoutBorderInfo
Method or attribute name: padding: Padding,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutInfo
Initial version: 9|Class name: LayoutInfo
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutInfo
Method or attribute name: position: Position,
Initial version: 9|Class name: LayoutInfo
Method or attribute name: position: Position,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutInfo
Method or attribute name: constraint: ConstraintSizeOptions,
Initial version: 9|Class name: LayoutInfo
Method or attribute name: constraint: ConstraintSizeOptions,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutChild
Initial version: 9|Class name: LayoutChild
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutChild
Method or attribute name: name: string,
Initial version: 9|Class name: LayoutChild
Method or attribute name: name: string,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutChild
Method or attribute name: id: string,
Initial version: 9|Class name: LayoutChild
Method or attribute name: id: string,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutChild
Method or attribute name: constraint: ConstraintSizeOptions,
Initial version: 9|Class name: LayoutChild
Method or attribute name: constraint: ConstraintSizeOptions,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutChild
Method or attribute name: borderInfo: LayoutBorderInfo,
Initial version: 9|Class name: LayoutChild
Method or attribute name: borderInfo: LayoutBorderInfo,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutChild
Method or attribute name: position: Position,
Initial version: 9|Class name: LayoutChild
Method or attribute name: position: Position,
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutChild
Method or attribute name: measure(childConstraint: ConstraintSizeOptions),
Initial version: 9|Class name: LayoutChild
Method or attribute name: measure(childConstraint: ConstraintSizeOptions),
Initial version: 10|common.d.ts| +|Initial version changed|Class name: LayoutChild
Method or attribute name: layout(childLayoutInfo: LayoutInfo)
Initial version: 9|Class name: LayoutChild
Method or attribute name: layout(childLayoutInfo: LayoutInfo)
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: onLayout?(children: Array\, constraint: ConstraintSizeOptions): void;
Initial version: 9|Class name: CustomComponent
Method or attribute name: onLayout?(children: Array\, constraint: ConstraintSizeOptions): void;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: onMeasure?(children: Array\, constraint: ConstraintSizeOptions): void;
Initial version: 9|Class name: CustomComponent
Method or attribute name: onMeasure?(children: Array\, constraint: ConstraintSizeOptions): void;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: onPageShow?(): void;
Initial version: 7|Class name: CustomComponent
Method or attribute name: onPageShow?(): void;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: onPageHide?(): void;
Initial version: 7|Class name: CustomComponent
Method or attribute name: onPageHide?(): void;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: onBackPress?(): void;
Initial version: 7|Class name: CustomComponent
Method or attribute name: onBackPress?(): void;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: CustomComponent
Method or attribute name: pageTransition?(): void;
Initial version: 9|Class name: CustomComponent
Method or attribute name: pageTransition?(): void;
Initial version: 10|common.d.ts| +|Initial version changed|Class name: AppStorage
Initial version: 7|Class name: AppStorage
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static Link(propName: string): any;
Initial version: 7|Class name: AppStorage
Method or attribute name: static Link(propName: string): any;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static SetAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
Initial version: 7|Class name: AppStorage
Method or attribute name: static SetAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static Prop(propName: string): any;
Initial version: 7|Class name: AppStorage
Method or attribute name: static Prop(propName: string): any;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static SetAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
Initial version: 7|Class name: AppStorage
Method or attribute name: static SetAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static Has(propName: string): boolean;
Initial version: 7|Class name: AppStorage
Method or attribute name: static Has(propName: string): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static Get\(propName: string): T \| undefined;
Initial version: 7|Class name: AppStorage
Method or attribute name: static Get\(propName: string): T \| undefined;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static Set\(propName: string, newValue: T): boolean;
Initial version: 7|Class name: AppStorage
Method or attribute name: static Set\(propName: string, newValue: T): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static SetOrCreate\(propName: string, newValue: T): void;
Initial version: 7|Class name: AppStorage
Method or attribute name: static SetOrCreate\(propName: string, newValue: T): void;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static Delete(propName: string): boolean;
Initial version: 7|Class name: AppStorage
Method or attribute name: static Delete(propName: string): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static Keys(): IterableIterator\;
Initial version: 7|Class name: AppStorage
Method or attribute name: static Keys(): IterableIterator\;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static Clear(): boolean;
Initial version: 9|Class name: AppStorage
Method or attribute name: static Clear(): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static IsMutable(propName: string): boolean;
Initial version: 7|Class name: AppStorage
Method or attribute name: static IsMutable(propName: string): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: AppStorage
Method or attribute name: static Size(): number;
Initial version: 7|Class name: AppStorage
Method or attribute name: static Size(): number;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: SubscribedAbstractProperty
Method or attribute name: info(): string;
Initial version: 7|Class name: SubscribedAbstractProperty
Method or attribute name: info(): string;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: SubscribedAbstractProperty
Method or attribute name: abstract get(): T;
Initial version: 9|Class name: SubscribedAbstractProperty
Method or attribute name: abstract get(): T;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: SubscribedAbstractProperty
Method or attribute name: abstract set(newValue: T): void;
Initial version: 9|Class name: SubscribedAbstractProperty
Method or attribute name: abstract set(newValue: T): void;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: Environment
Initial version: 7|Class name: Environment
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: Environment
Method or attribute name: static EnvProp\(key: string, value: S): boolean;
Initial version: 7|Class name: Environment
Method or attribute name: static EnvProp\(key: string, value: S): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: Environment
Method or attribute name: static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;
Initial version: 7|Class name: Environment
Method or attribute name: static EnvProps(
props: {
key: string;
defaultValue: any;
}[],
): void;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: Environment
Method or attribute name: static Keys(): Array\;
Initial version: 7|Class name: Environment
Method or attribute name: static Keys(): Array\;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: PersistentStorage
Initial version: 7|Class name: PersistentStorage
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: PersistentStorage
Method or attribute name: static PersistProp\(key: string, defaultValue: T): void;
Initial version: 7|Class name: PersistentStorage
Method or attribute name: static PersistProp\(key: string, defaultValue: T): void;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: PersistentStorage
Method or attribute name: static DeleteProp(key: string): void;
Initial version: 7|Class name: PersistentStorage
Method or attribute name: static DeleteProp(key: string): void;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: PersistentStorage
Method or attribute name: static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;
Initial version: 7|Class name: PersistentStorage
Method or attribute name: static PersistProps(
properties: {
key: string;
defaultValue: any;
}[],
): void;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: PersistentStorage
Method or attribute name: static Keys(): Array\;
Initial version: 7|Class name: PersistentStorage
Method or attribute name: static Keys(): Array\;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Initial version: 9|Class name: LocalStorage
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: constructor(initializingProperties?: Object);
Initial version: 9|Class name: LocalStorage
Method or attribute name: constructor(initializingProperties?: Object);
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: static GetShared(): LocalStorage;
Initial version: 9|Class name: LocalStorage
Method or attribute name: static GetShared(): LocalStorage;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: has(propName: string): boolean;
Initial version: 9|Class name: LocalStorage
Method or attribute name: has(propName: string): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: keys(): IterableIterator\;
Initial version: 9|Class name: LocalStorage
Method or attribute name: keys(): IterableIterator\;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: size(): number;
Initial version: 9|Class name: LocalStorage
Method or attribute name: size(): number;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: get\(propName: string): T \| undefined;
Initial version: 9|Class name: LocalStorage
Method or attribute name: get\(propName: string): T \| undefined;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: set\(propName: string, newValue: T): boolean;
Initial version: 9|Class name: LocalStorage
Method or attribute name: set\(propName: string, newValue: T): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: setOrCreate\(propName: string, newValue: T): boolean;
Initial version: 9|Class name: LocalStorage
Method or attribute name: setOrCreate\(propName: string, newValue: T): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: link\(propName: string): SubscribedAbstractProperty\;
Initial version: 9|Class name: LocalStorage
Method or attribute name: link\(propName: string): SubscribedAbstractProperty\;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: setAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
Initial version: 9|Class name: LocalStorage
Method or attribute name: setAndLink\(propName: string, defaultValue: T): SubscribedAbstractProperty\;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: prop\(propName: string): SubscribedAbstractProperty\;
Initial version: 9|Class name: LocalStorage
Method or attribute name: prop\(propName: string): SubscribedAbstractProperty\;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: setAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
Initial version: 9|Class name: LocalStorage
Method or attribute name: setAndProp\(propName: string, defaultValue: S): SubscribedAbstractProperty\;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: delete(propName: string): boolean;
Initial version: 9|Class name: LocalStorage
Method or attribute name: delete(propName: string): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: LocalStorage
Method or attribute name: clear(): boolean;
Initial version: 9|Class name: LocalStorage
Method or attribute name: clear(): boolean;
Initial version: 10|common_ts_ets_api.d.ts| +|Initial version changed|Class name: ContextMenu
Initial version: 8|Class name: ContextMenu
Initial version: 10|context_menu.d.ts| +|Initial version changed|Class name: ContextMenu
Method or attribute name: static close();
Initial version: 8|Class name: ContextMenu
Method or attribute name: static close();
Initial version: 10|context_menu.d.ts| +|Initial version changed|Class name: CustomDialogControllerOptions
Initial version: 7|Class name: CustomDialogControllerOptions
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogControllerOptions
Method or attribute name: builder: any;
Initial version: 7|Class name: CustomDialogControllerOptions
Method or attribute name: builder: any;
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogControllerOptions
Method or attribute name: cancel?: () => void;
Initial version: 7|Class name: CustomDialogControllerOptions
Method or attribute name: cancel?: () => void;
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogControllerOptions
Method or attribute name: autoCancel?: boolean;
Initial version: 7|Class name: CustomDialogControllerOptions
Method or attribute name: autoCancel?: boolean;
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogControllerOptions
Method or attribute name: alignment?: DialogAlignment;
Initial version: 7|Class name: CustomDialogControllerOptions
Method or attribute name: alignment?: DialogAlignment;
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogControllerOptions
Method or attribute name: offset?: Offset;
Initial version: 7|Class name: CustomDialogControllerOptions
Method or attribute name: offset?: Offset;
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogControllerOptions
Method or attribute name: customStyle?: boolean;
Initial version: 7|Class name: CustomDialogControllerOptions
Method or attribute name: customStyle?: boolean;
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogControllerOptions
Method or attribute name: gridCount?: number;
Initial version: 8|Class name: CustomDialogControllerOptions
Method or attribute name: gridCount?: number;
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogController
Initial version: 7|Class name: CustomDialogController
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogController
Method or attribute name: constructor(value: CustomDialogControllerOptions);
Initial version: 7|Class name: CustomDialogController
Method or attribute name: constructor(value: CustomDialogControllerOptions);
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogController
Method or attribute name: open();
Initial version: 7|Class name: CustomDialogController
Method or attribute name: open();
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: CustomDialogController
Method or attribute name: close();
Initial version: 7|Class name: CustomDialogController
Method or attribute name: close();
Initial version: 10|custom_dialog_controller.d.ts| +|Initial version changed|Class name: DatePickerResult
Initial version: 8|Class name: DatePickerResult
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerResult
Method or attribute name: year?: number;
Initial version: 8|Class name: DatePickerResult
Method or attribute name: year?: number;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerResult
Method or attribute name: month?: number;
Initial version: 8|Class name: DatePickerResult
Method or attribute name: month?: number;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerResult
Method or attribute name: day?: number;
Initial version: 8|Class name: DatePickerResult
Method or attribute name: day?: number;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerOptions
Initial version: 8|Class name: DatePickerOptions
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerOptions
Method or attribute name: start?: Date;
Initial version: 8|Class name: DatePickerOptions
Method or attribute name: start?: Date;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerOptions
Method or attribute name: end?: Date;
Initial version: 8|Class name: DatePickerOptions
Method or attribute name: end?: Date;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerOptions
Method or attribute name: selected?: Date;
Initial version: 8|Class name: DatePickerOptions
Method or attribute name: selected?: Date;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerInterface
Initial version: 8|Class name: DatePickerInterface
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerInterface
Method or attribute name: (options?: DatePickerOptions): DatePickerAttribute;
Initial version: 8|Class name: DatePickerInterface
Method or attribute name: (options?: DatePickerOptions): DatePickerAttribute;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerAttribute
Initial version: 8|Class name: DatePickerAttribute
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerAttribute
Method or attribute name: lunar(value: boolean): DatePickerAttribute;
Initial version: 8|Class name: DatePickerAttribute
Method or attribute name: lunar(value: boolean): DatePickerAttribute;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerAttribute
Method or attribute name: onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;
Initial version: 8|Class name: DatePickerAttribute
Method or attribute name: onChange(callback: (value: DatePickerResult) => void): DatePickerAttribute;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerDialogOptions
Initial version: 8|Class name: DatePickerDialogOptions
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerDialogOptions
Method or attribute name: lunar?: boolean;
Initial version: 8|Class name: DatePickerDialogOptions
Method or attribute name: lunar?: boolean;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerDialogOptions
Method or attribute name: onAccept?: (value: DatePickerResult) => void;
Initial version: 8|Class name: DatePickerDialogOptions
Method or attribute name: onAccept?: (value: DatePickerResult) => void;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerDialogOptions
Method or attribute name: onCancel?: () => void;
Initial version: 8|Class name: DatePickerDialogOptions
Method or attribute name: onCancel?: () => void;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerDialogOptions
Method or attribute name: onChange?: (value: DatePickerResult) => void;
Initial version: 8|Class name: DatePickerDialogOptions
Method or attribute name: onChange?: (value: DatePickerResult) => void;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerDialog
Initial version: 8|Class name: DatePickerDialog
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: DatePickerDialog
Method or attribute name: static show(options?: DatePickerDialogOptions);
Initial version: 8|Class name: DatePickerDialog
Method or attribute name: static show(options?: DatePickerDialogOptions);
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DatePicker: DatePickerInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const DatePicker: DatePickerInterface;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const DatePickerInstance: DatePickerAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const DatePickerInstance: DatePickerAttribute;
Initial version: 10|date_picker.d.ts| +|Initial version changed|Class name: Color
Method or attribute name: Transparent
Initial version: 9|Class name: Color
Method or attribute name: Transparent
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: TouchType
Initial version: 7|Class name: TouchType
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Down
Initial version: 7|Class name: TouchType
Method or attribute name: Down
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Up
Initial version: 7|Class name: TouchType
Method or attribute name: Up
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Move
Initial version: 7|Class name: TouchType
Method or attribute name: Move
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: TouchType
Method or attribute name: Cancel
Initial version: 7|Class name: TouchType
Method or attribute name: Cancel
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseButton
Initial version: 8|Class name: MouseButton
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Left
Initial version: 8|Class name: MouseButton
Method or attribute name: Left
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Right
Initial version: 8|Class name: MouseButton
Method or attribute name: Right
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Middle
Initial version: 8|Class name: MouseButton
Method or attribute name: Middle
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Back
Initial version: 8|Class name: MouseButton
Method or attribute name: Back
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: Forward
Initial version: 8|Class name: MouseButton
Method or attribute name: Forward
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseButton
Method or attribute name: None
Initial version: 8|Class name: MouseButton
Method or attribute name: None
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseAction
Initial version: 8|Class name: MouseAction
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Press
Initial version: 8|Class name: MouseAction
Method or attribute name: Press
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Release
Initial version: 8|Class name: MouseAction
Method or attribute name: Release
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Move
Initial version: 8|Class name: MouseAction
Method or attribute name: Move
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: MouseAction
Method or attribute name: Hover
Initial version: 8|Class name: MouseAction
Method or attribute name: Hover
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Initial version: 7|Class name: AnimationStatus
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Initial
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Initial
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Running
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Running
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Paused
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Paused
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: AnimationStatus
Method or attribute name: Stopped
Initial version: 7|Class name: AnimationStatus
Method or attribute name: Stopped
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: FillMode
Initial version: 7|Class name: FillMode
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: None
Initial version: 7|Class name: FillMode
Method or attribute name: None
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: Forwards
Initial version: 7|Class name: FillMode
Method or attribute name: Forwards
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: Backwards
Initial version: 7|Class name: FillMode
Method or attribute name: Backwards
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: FillMode
Method or attribute name: Both
Initial version: 7|Class name: FillMode
Method or attribute name: Both
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: KeyType
Initial version: 7|Class name: KeyType
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: KeyType
Method or attribute name: Down
Initial version: 7|Class name: KeyType
Method or attribute name: Down
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: KeyType
Method or attribute name: Up
Initial version: 7|Class name: KeyType
Method or attribute name: Up
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: KeySource
Initial version: 7|Class name: KeySource
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: KeySource
Method or attribute name: Unknown
Initial version: 7|Class name: KeySource
Method or attribute name: Unknown
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: KeySource
Method or attribute name: Keyboard
Initial version: 7|Class name: KeySource
Method or attribute name: Keyboard
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Edge
Initial version: 7|Class name: Edge
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: Top
Initial version: 7|Class name: Edge
Method or attribute name: Top
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: Bottom
Initial version: 7|Class name: Edge
Method or attribute name: Bottom
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: Start
Initial version: 7|Class name: Edge
Method or attribute name: Start
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Edge
Method or attribute name: End
Initial version: 7|Class name: Edge
Method or attribute name: End
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Week
Initial version: 7|Class name: Week
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Mon
Initial version: 7|Class name: Week
Method or attribute name: Mon
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Tue
Initial version: 7|Class name: Week
Method or attribute name: Tue
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Wed
Initial version: 7|Class name: Week
Method or attribute name: Wed
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Thur
Initial version: 7|Class name: Week
Method or attribute name: Thur
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Fri
Initial version: 7|Class name: Week
Method or attribute name: Fri
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Sat
Initial version: 7|Class name: Week
Method or attribute name: Sat
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Week
Method or attribute name: Sun
Initial version: 7|Class name: Week
Method or attribute name: Sun
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: RelateType
Initial version: 7|Class name: RelateType
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: RelateType
Method or attribute name: FILL
Initial version: 7|Class name: RelateType
Method or attribute name: FILL
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: RelateType
Method or attribute name: FIT
Initial version: 7|Class name: RelateType
Method or attribute name: FIT
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: SharedTransitionEffectType
Initial version: 7|Class name: SharedTransitionEffectType
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: SharedTransitionEffectType
Method or attribute name: Static
Initial version: 7|Class name: SharedTransitionEffectType
Method or attribute name: Static
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: SharedTransitionEffectType
Method or attribute name: Exchange
Initial version: 7|Class name: SharedTransitionEffectType
Method or attribute name: Exchange
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: ResponseType
Initial version: 8|Class name: ResponseType
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: ResponseType
Method or attribute name: RightClick
Initial version: 8|Class name: ResponseType
Method or attribute name: RightClick
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: ResponseType
Method or attribute name: LongPress
Initial version: 8|Class name: ResponseType
Method or attribute name: LongPress
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Initial version: 8|Class name: HoverEffect
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: Auto
Initial version: 8|Class name: HoverEffect
Method or attribute name: Auto
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: Scale
Initial version: 8|Class name: HoverEffect
Method or attribute name: Scale
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: Highlight
Initial version: 8|Class name: HoverEffect
Method or attribute name: Highlight
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: HoverEffect
Method or attribute name: None
Initial version: 8|Class name: HoverEffect
Method or attribute name: None
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Initial version: 8|Class name: Placement
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Left
Initial version: 8|Class name: Placement
Method or attribute name: Left
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Right
Initial version: 8|Class name: Placement
Method or attribute name: Right
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Top
Initial version: 8|Class name: Placement
Method or attribute name: Top
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: Bottom
Initial version: 8|Class name: Placement
Method or attribute name: Bottom
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: TopLeft
Initial version: 8|Class name: Placement
Method or attribute name: TopLeft
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: TopRight
Initial version: 8|Class name: Placement
Method or attribute name: TopRight
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: BottomLeft
Initial version: 8|Class name: Placement
Method or attribute name: BottomLeft
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: BottomRight
Initial version: 8|Class name: Placement
Method or attribute name: BottomRight
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: LeftTop
Initial version: 9|Class name: Placement
Method or attribute name: LeftTop
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: LeftBottom
Initial version: 9|Class name: Placement
Method or attribute name: LeftBottom
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: RightTop
Initial version: 9|Class name: Placement
Method or attribute name: RightTop
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: Placement
Method or attribute name: RightBottom
Initial version: 9|Class name: Placement
Method or attribute name: RightBottom
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: CopyOptions
Initial version: 9|Class name: CopyOptions
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: CopyOptions
Method or attribute name: None = 0
Initial version: 9|Class name: CopyOptions
Method or attribute name: None = 0
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: CopyOptions
Method or attribute name: InApp = 1
Initial version: 9|Class name: CopyOptions
Method or attribute name: InApp = 1
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: CopyOptions
Method or attribute name: LocalDevice = 2
Initial version: 9|Class name: CopyOptions
Method or attribute name: LocalDevice = 2
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: HitTestMode
Initial version: 9|Class name: HitTestMode
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: HitTestMode
Method or attribute name: Default
Initial version: 9|Class name: HitTestMode
Method or attribute name: Default
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: HitTestMode
Method or attribute name: Block
Initial version: 9|Class name: HitTestMode
Method or attribute name: Block
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: HitTestMode
Method or attribute name: Transparent
Initial version: 9|Class name: HitTestMode
Method or attribute name: Transparent
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: HitTestMode
Method or attribute name: None
Initial version: 9|Class name: HitTestMode
Method or attribute name: None
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: TitleHeight
Initial version: 9|Class name: TitleHeight
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: TitleHeight
Method or attribute name: MainOnly
Initial version: 9|Class name: TitleHeight
Method or attribute name: MainOnly
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: TitleHeight
Method or attribute name: MainWithSub
Initial version: 9|Class name: TitleHeight
Method or attribute name: MainWithSub
Initial version: 10|enums.d.ts| +|Initial version changed|Class name: FlowItemInterface
Initial version: 9|Class name: FlowItemInterface
Initial version: 10|flow_item.d.ts| +|Initial version changed|Class name: FlowItemInterface
Method or attribute name: (): FlowItemAttribute;
Initial version: 9|Class name: FlowItemInterface
Method or attribute name: (): FlowItemAttribute;
Initial version: 10|flow_item.d.ts| +|Initial version changed|Class name: FlowItemAttribute
Initial version: 9|Class name: FlowItemAttribute
Initial version: 10|flow_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const FlowItem: FlowItemInterface
Initial version: 9|Class name: global
Method or attribute name: declare const FlowItem: FlowItemInterface
Initial version: 10|flow_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const FlowItemInstance: FlowItemAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const FlowItemInstance: FlowItemAttribute;
Initial version: 10|flow_item.d.ts| +|Initial version changed|Class name: PanDirection
Initial version: 7|Class name: PanDirection
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanDirection
Method or attribute name: None
Initial version: 7|Class name: PanDirection
Method or attribute name: None
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanDirection
Method or attribute name: Horizontal
Initial version: 7|Class name: PanDirection
Method or attribute name: Horizontal
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanDirection
Method or attribute name: Left
Initial version: 7|Class name: PanDirection
Method or attribute name: Left
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanDirection
Method or attribute name: Right
Initial version: 7|Class name: PanDirection
Method or attribute name: Right
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanDirection
Method or attribute name: Vertical
Initial version: 7|Class name: PanDirection
Method or attribute name: Vertical
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanDirection
Method or attribute name: Up
Initial version: 7|Class name: PanDirection
Method or attribute name: Up
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanDirection
Method or attribute name: Down
Initial version: 7|Class name: PanDirection
Method or attribute name: Down
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanDirection
Method or attribute name: All
Initial version: 7|Class name: PanDirection
Method or attribute name: All
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: SwipeDirection
Initial version: 8|Class name: SwipeDirection
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: SwipeDirection
Method or attribute name: None
Initial version: 8|Class name: SwipeDirection
Method or attribute name: None
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: SwipeDirection
Method or attribute name: Horizontal
Initial version: 8|Class name: SwipeDirection
Method or attribute name: Horizontal
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: SwipeDirection
Method or attribute name: Vertical
Initial version: 8|Class name: SwipeDirection
Method or attribute name: Vertical
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: SwipeDirection
Method or attribute name: All
Initial version: 8|Class name: SwipeDirection
Method or attribute name: All
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureMode
Initial version: 7|Class name: GestureMode
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureMode
Method or attribute name: Sequence
Initial version: 7|Class name: GestureMode
Method or attribute name: Sequence
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureMode
Method or attribute name: Parallel
Initial version: 7|Class name: GestureMode
Method or attribute name: Parallel
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureMode
Method or attribute name: Exclusive
Initial version: 7|Class name: GestureMode
Method or attribute name: Exclusive
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureMask
Initial version: 7|Class name: GestureMask
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureMask
Method or attribute name: Normal
Initial version: 7|Class name: GestureMask
Method or attribute name: Normal
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureMask
Method or attribute name: IgnoreInternal
Initial version: 7|Class name: GestureMask
Method or attribute name: IgnoreInternal
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: FingerInfo
Initial version: 8|Class name: FingerInfo
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: FingerInfo
Method or attribute name: id: number;
Initial version: 8|Class name: FingerInfo
Method or attribute name: id: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: FingerInfo
Method or attribute name: globalX: number;
Initial version: 8|Class name: FingerInfo
Method or attribute name: globalX: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: FingerInfo
Method or attribute name: globalY: number;
Initial version: 8|Class name: FingerInfo
Method or attribute name: globalY: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: FingerInfo
Method or attribute name: localX: number;
Initial version: 8|Class name: FingerInfo
Method or attribute name: localX: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: FingerInfo
Method or attribute name: localY: number;
Initial version: 8|Class name: FingerInfo
Method or attribute name: localY: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureEvent
Initial version: 7|Class name: GestureEvent
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureEvent
Method or attribute name: repeat: boolean;
Initial version: 7|Class name: GestureEvent
Method or attribute name: repeat: boolean;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureEvent
Method or attribute name: fingerList: FingerInfo[];
Initial version: 8|Class name: GestureEvent
Method or attribute name: fingerList: FingerInfo[];
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureEvent
Method or attribute name: offsetX: number;
Initial version: 7|Class name: GestureEvent
Method or attribute name: offsetX: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureEvent
Method or attribute name: offsetY: number;
Initial version: 7|Class name: GestureEvent
Method or attribute name: offsetY: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureEvent
Method or attribute name: angle: number;
Initial version: 7|Class name: GestureEvent
Method or attribute name: angle: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureEvent
Method or attribute name: speed: number;
Initial version: 8|Class name: GestureEvent
Method or attribute name: speed: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureEvent
Method or attribute name: scale: number;
Initial version: 7|Class name: GestureEvent
Method or attribute name: scale: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureEvent
Method or attribute name: pinchCenterX: number;
Initial version: 7|Class name: GestureEvent
Method or attribute name: pinchCenterX: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureEvent
Method or attribute name: pinchCenterY: number;
Initial version: 7|Class name: GestureEvent
Method or attribute name: pinchCenterY: number;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: TapGestureInterface
Initial version: 7|Class name: TapGestureInterface
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: TapGestureInterface
Method or attribute name: (value?: { count?: number; fingers?: number }): TapGestureInterface;
Initial version: 7|Class name: TapGestureInterface
Method or attribute name: (value?: { count?: number; fingers?: number }): TapGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: TapGestureInterface
Method or attribute name: onAction(event: (event?: GestureEvent) => void): TapGestureInterface;
Initial version: 7|Class name: TapGestureInterface
Method or attribute name: onAction(event: (event?: GestureEvent) => void): TapGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: LongPressGestureInterface
Initial version: 7|Class name: LongPressGestureInterface
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: LongPressGestureInterface
Method or attribute name: (value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;
Initial version: 7|Class name: LongPressGestureInterface
Method or attribute name: (value?: { fingers?: number; repeat?: boolean; duration?: number }): LongPressGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: LongPressGestureInterface
Method or attribute name: onAction(event: (event?: GestureEvent) => void): LongPressGestureInterface;
Initial version: 7|Class name: LongPressGestureInterface
Method or attribute name: onAction(event: (event?: GestureEvent) => void): LongPressGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: LongPressGestureInterface
Method or attribute name: onActionEnd(event: (event?: GestureEvent) => void): LongPressGestureInterface;
Initial version: 7|Class name: LongPressGestureInterface
Method or attribute name: onActionEnd(event: (event?: GestureEvent) => void): LongPressGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: LongPressGestureInterface
Method or attribute name: onActionCancel(event: () => void): LongPressGestureInterface;
Initial version: 7|Class name: LongPressGestureInterface
Method or attribute name: onActionCancel(event: () => void): LongPressGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureOptions
Initial version: 7|Class name: PanGestureOptions
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureOptions
Method or attribute name: constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });
Initial version: 7|Class name: PanGestureOptions
Method or attribute name: constructor(value?: { fingers?: number; direction?: PanDirection; distance?: number });
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureOptions
Method or attribute name: setDirection(value: PanDirection);
Initial version: 7|Class name: PanGestureOptions
Method or attribute name: setDirection(value: PanDirection);
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureOptions
Method or attribute name: setDistance(value: number);
Initial version: 7|Class name: PanGestureOptions
Method or attribute name: setDistance(value: number);
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureOptions
Method or attribute name: setFingers(value: number);
Initial version: 7|Class name: PanGestureOptions
Method or attribute name: setFingers(value: number);
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureInterface
Initial version: 7|Class name: PanGestureInterface
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureInterface
Method or attribute name: (value?: { fingers?: number; direction?: PanDirection; distance?: number } \| PanGestureOptions): PanGestureInterface;
Initial version: 7|Class name: PanGestureInterface
Method or attribute name: (value?: { fingers?: number; direction?: PanDirection; distance?: number } \| PanGestureOptions): PanGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureInterface
Method or attribute name: onActionStart(event: (event?: GestureEvent) => void): PanGestureInterface;
Initial version: 7|Class name: PanGestureInterface
Method or attribute name: onActionStart(event: (event?: GestureEvent) => void): PanGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureInterface
Method or attribute name: onActionUpdate(event: (event?: GestureEvent) => void): PanGestureInterface;
Initial version: 7|Class name: PanGestureInterface
Method or attribute name: onActionUpdate(event: (event?: GestureEvent) => void): PanGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureInterface
Method or attribute name: onActionEnd(event: (event?: GestureEvent) => void): PanGestureInterface;
Initial version: 7|Class name: PanGestureInterface
Method or attribute name: onActionEnd(event: (event?: GestureEvent) => void): PanGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PanGestureInterface
Method or attribute name: onActionCancel(event: () => void): PanGestureInterface;
Initial version: 7|Class name: PanGestureInterface
Method or attribute name: onActionCancel(event: () => void): PanGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: SwipeGestureInterface
Initial version: 8|Class name: SwipeGestureInterface
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: SwipeGestureInterface
Method or attribute name: (value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;
Initial version: 8|Class name: SwipeGestureInterface
Method or attribute name: (value?: { fingers?: number; direction?: SwipeDirection; speed?: number }): SwipeGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: SwipeGestureInterface
Method or attribute name: onAction(event: (event?: GestureEvent) => void): SwipeGestureInterface;
Initial version: 8|Class name: SwipeGestureInterface
Method or attribute name: onAction(event: (event?: GestureEvent) => void): SwipeGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PinchGestureInterface
Initial version: 7|Class name: PinchGestureInterface
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PinchGestureInterface
Method or attribute name: (value?: { fingers?: number; distance?: number }): PinchGestureInterface;
Initial version: 7|Class name: PinchGestureInterface
Method or attribute name: (value?: { fingers?: number; distance?: number }): PinchGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PinchGestureInterface
Method or attribute name: onActionStart(event: (event?: GestureEvent) => void): PinchGestureInterface;
Initial version: 7|Class name: PinchGestureInterface
Method or attribute name: onActionStart(event: (event?: GestureEvent) => void): PinchGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PinchGestureInterface
Method or attribute name: onActionUpdate(event: (event?: GestureEvent) => void): PinchGestureInterface;
Initial version: 7|Class name: PinchGestureInterface
Method or attribute name: onActionUpdate(event: (event?: GestureEvent) => void): PinchGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PinchGestureInterface
Method or attribute name: onActionEnd(event: (event?: GestureEvent) => void): PinchGestureInterface;
Initial version: 7|Class name: PinchGestureInterface
Method or attribute name: onActionEnd(event: (event?: GestureEvent) => void): PinchGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: PinchGestureInterface
Method or attribute name: onActionCancel(event: () => void): PinchGestureInterface;
Initial version: 7|Class name: PinchGestureInterface
Method or attribute name: onActionCancel(event: () => void): PinchGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: RotationGestureInterface
Initial version: 7|Class name: RotationGestureInterface
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: RotationGestureInterface
Method or attribute name: (value?: { fingers?: number; angle?: number }): RotationGestureInterface;
Initial version: 7|Class name: RotationGestureInterface
Method or attribute name: (value?: { fingers?: number; angle?: number }): RotationGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: RotationGestureInterface
Method or attribute name: onActionStart(event: (event?: GestureEvent) => void): RotationGestureInterface;
Initial version: 7|Class name: RotationGestureInterface
Method or attribute name: onActionStart(event: (event?: GestureEvent) => void): RotationGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: RotationGestureInterface
Method or attribute name: onActionUpdate(event: (event?: GestureEvent) => void): RotationGestureInterface;
Initial version: 7|Class name: RotationGestureInterface
Method or attribute name: onActionUpdate(event: (event?: GestureEvent) => void): RotationGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: RotationGestureInterface
Method or attribute name: onActionEnd(event: (event?: GestureEvent) => void): RotationGestureInterface;
Initial version: 7|Class name: RotationGestureInterface
Method or attribute name: onActionEnd(event: (event?: GestureEvent) => void): RotationGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: RotationGestureInterface
Method or attribute name: onActionCancel(event: () => void): RotationGestureInterface;
Initial version: 7|Class name: RotationGestureInterface
Method or attribute name: onActionCancel(event: () => void): RotationGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureGroupInterface
Initial version: 7|Class name: GestureGroupInterface
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureGroupInterface
Method or attribute name: (mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;
Initial version: 7|Class name: GestureGroupInterface
Method or attribute name: (mode: GestureMode, ...gesture: GestureType[]): GestureGroupInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GestureGroupInterface
Method or attribute name: onCancel(event: () => void): GestureGroupInterface;
Initial version: 7|Class name: GestureGroupInterface
Method or attribute name: onCancel(event: () => void): GestureGroupInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TapGesture: TapGestureInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const TapGesture: TapGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LongPressGesture: LongPressGestureInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const LongPressGesture: LongPressGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PanGesture: PanGestureInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const PanGesture: PanGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SwipeGesture: SwipeGestureInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const SwipeGesture: SwipeGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PinchGesture: PinchGestureInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const PinchGesture: PinchGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RotationGesture: RotationGestureInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const RotationGesture: RotationGestureInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GestureGroup: GestureGroupInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const GestureGroup: GestureGroupInterface;
Initial version: 10|gesture.d.ts| +|Initial version changed|Class name: GridInterface
Initial version: 7|Class name: GridInterface
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridInterface
Method or attribute name: (scroller?: Scroller): GridAttribute;
Initial version: 7|Class name: GridInterface
Method or attribute name: (scroller?: Scroller): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridDirection
Initial version: 8|Class name: GridDirection
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridDirection
Method or attribute name: Row
Initial version: 8|Class name: GridDirection
Method or attribute name: Row
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridDirection
Method or attribute name: Column
Initial version: 8|Class name: GridDirection
Method or attribute name: Column
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridDirection
Method or attribute name: RowReverse
Initial version: 8|Class name: GridDirection
Method or attribute name: RowReverse
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridDirection
Method or attribute name: ColumnReverse
Initial version: 8|Class name: GridDirection
Method or attribute name: ColumnReverse
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Initial version: 7|Class name: GridAttribute
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: columnsTemplate(value: string): GridAttribute;
Initial version: 7|Class name: GridAttribute
Method or attribute name: columnsTemplate(value: string): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: rowsTemplate(value: string): GridAttribute;
Initial version: 7|Class name: GridAttribute
Method or attribute name: rowsTemplate(value: string): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: columnsGap(value: Length): GridAttribute;
Initial version: 7|Class name: GridAttribute
Method or attribute name: columnsGap(value: Length): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: rowsGap(value: Length): GridAttribute;
Initial version: 7|Class name: GridAttribute
Method or attribute name: rowsGap(value: Length): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: scrollBarWidth(value: number \| string): GridAttribute;
Initial version: 7|Class name: GridAttribute
Method or attribute name: scrollBarWidth(value: number \| string): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: scrollBarColor(value: Color \| number \| string): GridAttribute;
Initial version: 7|Class name: GridAttribute
Method or attribute name: scrollBarColor(value: Color \| number \| string): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: scrollBar(value: BarState): GridAttribute;
Initial version: 7|Class name: GridAttribute
Method or attribute name: scrollBar(value: BarState): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: onScrollIndex(event: (first: number) => void): GridAttribute;
Initial version: 7|Class name: GridAttribute
Method or attribute name: onScrollIndex(event: (first: number) => void): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: cachedCount(value: number): GridAttribute;
Initial version: 7|Class name: GridAttribute
Method or attribute name: cachedCount(value: number): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: editMode(value: boolean): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: editMode(value: boolean): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: multiSelectable(value: boolean): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: multiSelectable(value: boolean): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: maxCount(value: number): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: maxCount(value: number): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: minCount(value: number): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: minCount(value: number): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: cellLength(value: number): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: cellLength(value: number): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: layoutDirection(value: GridDirection): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: layoutDirection(value: GridDirection): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: supportAnimation(value: boolean): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: supportAnimation(value: boolean): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => (() => any) \| void): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridAttribute
Method or attribute name: onItemDrop(
event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,
): GridAttribute;
Initial version: 8|Class name: GridAttribute
Method or attribute name: onItemDrop(
event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void,
): GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Grid: GridInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const Grid: GridInterface;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridInstance: GridAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const GridInstance: GridAttribute;
Initial version: 10|grid.d.ts| +|Initial version changed|Class name: GridItemInterface
Initial version: 7|Class name: GridItemInterface
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: GridItemInterface
Method or attribute name: (): GridItemAttribute;
Initial version: 7|Class name: GridItemInterface
Method or attribute name: (): GridItemAttribute;
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: GridItemAttribute
Initial version: 7|Class name: GridItemAttribute
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: GridItemAttribute
Method or attribute name: rowStart(value: number): GridItemAttribute;
Initial version: 7|Class name: GridItemAttribute
Method or attribute name: rowStart(value: number): GridItemAttribute;
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: GridItemAttribute
Method or attribute name: rowEnd(value: number): GridItemAttribute;
Initial version: 7|Class name: GridItemAttribute
Method or attribute name: rowEnd(value: number): GridItemAttribute;
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: GridItemAttribute
Method or attribute name: columnStart(value: number): GridItemAttribute;
Initial version: 7|Class name: GridItemAttribute
Method or attribute name: columnStart(value: number): GridItemAttribute;
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: GridItemAttribute
Method or attribute name: columnEnd(value: number): GridItemAttribute;
Initial version: 7|Class name: GridItemAttribute
Method or attribute name: columnEnd(value: number): GridItemAttribute;
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: GridItemAttribute
Method or attribute name: selectable(value: boolean): GridItemAttribute;
Initial version: 8|Class name: GridItemAttribute
Method or attribute name: selectable(value: boolean): GridItemAttribute;
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: GridItemAttribute
Method or attribute name: onSelect(event: (isSelected: boolean) => void): GridItemAttribute;
Initial version: 8|Class name: GridItemAttribute
Method or attribute name: onSelect(event: (isSelected: boolean) => void): GridItemAttribute;
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridItem: GridItemInterface
Initial version: 7|Class name: global
Method or attribute name: declare const GridItem: GridItemInterface
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridItemInstance: GridItemAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const GridItemInstance: GridItemAttribute;
Initial version: 10|gridItem.d.ts| +|Initial version changed|Class name: GridColColumnOption
Initial version: 9|Class name: GridColColumnOption
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColColumnOption
Method or attribute name: xs?: number,
Initial version: 9|Class name: GridColColumnOption
Method or attribute name: xs?: number,
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColColumnOption
Method or attribute name: sm?: number,
Initial version: 9|Class name: GridColColumnOption
Method or attribute name: sm?: number,
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColColumnOption
Method or attribute name: md?: number,
Initial version: 9|Class name: GridColColumnOption
Method or attribute name: md?: number,
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColColumnOption
Method or attribute name: lg?: number,
Initial version: 9|Class name: GridColColumnOption
Method or attribute name: lg?: number,
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColColumnOption
Method or attribute name: xl?: number,
Initial version: 9|Class name: GridColColumnOption
Method or attribute name: xl?: number,
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColColumnOption
Method or attribute name: xxl?: number,
Initial version: 9|Class name: GridColColumnOption
Method or attribute name: xxl?: number,
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColOptions
Initial version: 9|Class name: GridColOptions
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColOptions
Method or attribute name: span?: number \| GridColColumnOption;
Initial version: 9|Class name: GridColOptions
Method or attribute name: span?: number \| GridColColumnOption;
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColOptions
Method or attribute name: offset?: number \| GridColColumnOption;
Initial version: 9|Class name: GridColOptions
Method or attribute name: offset?: number \| GridColColumnOption;
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColOptions
Method or attribute name: order?: number \| GridColColumnOption;
Initial version: 9|Class name: GridColOptions
Method or attribute name: order?: number \| GridColColumnOption;
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColInterface
Initial version: 9|Class name: GridColInterface
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColInterface
Method or attribute name: (option?: GridColOptions): GridColAttribute;
Initial version: 9|Class name: GridColInterface
Method or attribute name: (option?: GridColOptions): GridColAttribute;
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColAttribute
Method or attribute name: span(value: number \| GridColColumnOption): GridColAttribute;
Initial version: 9|Class name: GridColAttribute
Method or attribute name: span(value: number \| GridColColumnOption): GridColAttribute;
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColAttribute
Method or attribute name: gridColOffset(value: number \| GridColColumnOption): GridColAttribute;
Initial version: 9|Class name: GridColAttribute
Method or attribute name: gridColOffset(value: number \| GridColColumnOption): GridColAttribute;
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridColAttribute
Method or attribute name: order(value: number \| GridColColumnOption): GridColAttribute;
Initial version: 9|Class name: GridColAttribute
Method or attribute name: order(value: number \| GridColColumnOption): GridColAttribute;
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridCol: GridColInterface
Initial version: 9|Class name: global
Method or attribute name: declare const GridCol: GridColInterface
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridColInstance: GridColAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const GridColInstance: GridColAttribute;
Initial version: 10|grid_col.d.ts| +|Initial version changed|Class name: GridRowSizeOption
Initial version: 9|Class name: GridRowSizeOption
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowSizeOption
Method or attribute name: xs?: Length,
Initial version: 9|Class name: GridRowSizeOption
Method or attribute name: xs?: Length,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowSizeOption
Method or attribute name: sm?: Length,
Initial version: 9|Class name: GridRowSizeOption
Method or attribute name: sm?: Length,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowSizeOption
Method or attribute name: md?: Length,
Initial version: 9|Class name: GridRowSizeOption
Method or attribute name: md?: Length,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowSizeOption
Method or attribute name: lg?: Length,
Initial version: 9|Class name: GridRowSizeOption
Method or attribute name: lg?: Length,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowSizeOption
Method or attribute name: xl?: Length,
Initial version: 9|Class name: GridRowSizeOption
Method or attribute name: xl?: Length,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowSizeOption
Method or attribute name: xxl?: Length,
Initial version: 9|Class name: GridRowSizeOption
Method or attribute name: xxl?: Length,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowColumnOption
Initial version: 9|Class name: GridRowColumnOption
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowColumnOption
Method or attribute name: xs?: number,
Initial version: 9|Class name: GridRowColumnOption
Method or attribute name: xs?: number,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowColumnOption
Method or attribute name: sm?: number,
Initial version: 9|Class name: GridRowColumnOption
Method or attribute name: sm?: number,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowColumnOption
Method or attribute name: md?: number,
Initial version: 9|Class name: GridRowColumnOption
Method or attribute name: md?: number,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowColumnOption
Method or attribute name: lg?: number,
Initial version: 9|Class name: GridRowColumnOption
Method or attribute name: lg?: number,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowColumnOption
Method or attribute name: xl?: number,
Initial version: 9|Class name: GridRowColumnOption
Method or attribute name: xl?: number,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowColumnOption
Method or attribute name: xxl?: number,
Initial version: 9|Class name: GridRowColumnOption
Method or attribute name: xxl?: number,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GutterOption
Initial version: 9|Class name: GutterOption
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GutterOption
Method or attribute name: x?: Length \| GridRowSizeOption,
Initial version: 9|Class name: GutterOption
Method or attribute name: x?: Length \| GridRowSizeOption,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GutterOption
Method or attribute name: y?: Length \| GridRowSizeOption
Initial version: 9|Class name: GutterOption
Method or attribute name: y?: Length \| GridRowSizeOption
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: BreakpointsReference
Initial version: 9|Class name: BreakpointsReference
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: BreakpointsReference
Method or attribute name: WindowSize
Initial version: 9|Class name: BreakpointsReference
Method or attribute name: WindowSize
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: BreakpointsReference
Method or attribute name: ComponentSize
Initial version: 9|Class name: BreakpointsReference
Method or attribute name: ComponentSize
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowDirection
Initial version: 9|Class name: GridRowDirection
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowDirection
Method or attribute name: Row
Initial version: 9|Class name: GridRowDirection
Method or attribute name: Row
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowDirection
Method or attribute name: RowReverse
Initial version: 9|Class name: GridRowDirection
Method or attribute name: RowReverse
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: BreakPoints
Initial version: 9|Class name: BreakPoints
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: BreakPoints
Method or attribute name: value?: Array\,
Initial version: 9|Class name: BreakPoints
Method or attribute name: value?: Array\,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: BreakPoints
Method or attribute name: reference?: BreakpointsReference,
Initial version: 9|Class name: BreakPoints
Method or attribute name: reference?: BreakpointsReference,
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowOptions
Initial version: 9|Class name: GridRowOptions
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowOptions
Method or attribute name: gutter?: Length \| GutterOption;
Initial version: 9|Class name: GridRowOptions
Method or attribute name: gutter?: Length \| GutterOption;
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowOptions
Method or attribute name: columns?: number \| GridRowColumnOption;
Initial version: 9|Class name: GridRowOptions
Method or attribute name: columns?: number \| GridRowColumnOption;
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowOptions
Method or attribute name: breakpoints?: BreakPoints;
Initial version: 9|Class name: GridRowOptions
Method or attribute name: breakpoints?: BreakPoints;
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowOptions
Method or attribute name: direction?: GridRowDirection;
Initial version: 9|Class name: GridRowOptions
Method or attribute name: direction?: GridRowDirection;
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowInterface
Initial version: 9|Class name: GridRowInterface
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowInterface
Method or attribute name: (option?: GridRowOptions): GridRowAttribute;
Initial version: 9|Class name: GridRowInterface
Method or attribute name: (option?: GridRowOptions): GridRowAttribute;
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: GridRowAttribute
Method or attribute name: onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;
Initial version: 9|Class name: GridRowAttribute
Method or attribute name: onBreakpointChange(callback: (breakpoints: string) => void): GridRowAttribute;
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridRow: GridRowInterface;
Initial version: 9|Class name: global
Method or attribute name: declare const GridRow: GridRowInterface;
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const GridRowInstance: GridRowAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const GridRowInstance: GridRowAttribute;
Initial version: 10|grid_row.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: colorFilter(value: ColorFilter): ImageAttribute;
Initial version: 9|Class name: ImageAttribute
Method or attribute name: colorFilter(value: ColorFilter): ImageAttribute;
Initial version: 10|image.d.ts| +|Initial version changed|Class name: ImageAttribute
Method or attribute name: copyOption(value: CopyOptions): ImageAttribute;
Initial version: 9|Class name: ImageAttribute
Method or attribute name: copyOption(value: CopyOptions): ImageAttribute;
Initial version: 10|image.d.ts| +|Initial version changed|Class name: ImageAnimatorInterface
Initial version: 7|Class name: ImageAnimatorInterface
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorInterface
Method or attribute name: (): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorInterface
Method or attribute name: (): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageFrameInfo
Initial version: 7|Class name: ImageFrameInfo
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageFrameInfo
Method or attribute name: width?: number \| string;
Initial version: 7|Class name: ImageFrameInfo
Method or attribute name: width?: number \| string;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageFrameInfo
Method or attribute name: height?: number \| string;
Initial version: 7|Class name: ImageFrameInfo
Method or attribute name: height?: number \| string;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageFrameInfo
Method or attribute name: top?: number \| string;
Initial version: 7|Class name: ImageFrameInfo
Method or attribute name: top?: number \| string;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageFrameInfo
Method or attribute name: left?: number \| string;
Initial version: 7|Class name: ImageFrameInfo
Method or attribute name: left?: number \| string;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageFrameInfo
Method or attribute name: duration?: number;
Initial version: 7|Class name: ImageFrameInfo
Method or attribute name: duration?: number;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Initial version: 7|Class name: ImageAnimatorAttribute
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: images(value: Array\): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: images(value: Array\): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: state(value: AnimationStatus): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: duration(value: number): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: duration(value: number): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: reverse(value: boolean): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: reverse(value: boolean): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: fixedSize(value: boolean): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: fillMode(value: FillMode): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: iterations(value: number): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: iterations(value: number): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: onStart(event: () => void): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: onStart(event: () => void): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: onPause(event: () => void): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: onPause(event: () => void): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: onRepeat(event: () => void): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: onRepeat(event: () => void): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: onCancel(event: () => void): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: ImageAnimatorAttribute
Method or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;
Initial version: 7|Class name: ImageAnimatorAttribute
Method or attribute name: onFinish(event: () => void): ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ImageAnimator: ImageAnimatorInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const ImageAnimator: ImageAnimatorInterface;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ImageAnimatorInstance: ImageAnimatorAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const ImageAnimatorInstance: ImageAnimatorAttribute;
Initial version: 10|image_animator.d.ts| +|Initial version changed|Class name: DataChangeListener
Initial version: 7|Class name: DataChangeListener
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: DataChangeListener
Method or attribute name: onDataReloaded(): void;
Initial version: 7|Class name: DataChangeListener
Method or attribute name: onDataReloaded(): void;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: DataChangeListener
Method or attribute name: onDataAdd(index: number): void;
Initial version: 8|Class name: DataChangeListener
Method or attribute name: onDataAdd(index: number): void;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: DataChangeListener
Method or attribute name: onDataMove(from: number, to: number): void;
Initial version: 8|Class name: DataChangeListener
Method or attribute name: onDataMove(from: number, to: number): void;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: DataChangeListener
Method or attribute name: onDataDelete(index: number): void;
Initial version: 8|Class name: DataChangeListener
Method or attribute name: onDataDelete(index: number): void;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: DataChangeListener
Method or attribute name: onDataChange(index: number): void;
Initial version: 8|Class name: DataChangeListener
Method or attribute name: onDataChange(index: number): void;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: IDataSource
Initial version: 7|Class name: IDataSource
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: IDataSource
Method or attribute name: totalCount(): number;
Initial version: 7|Class name: IDataSource
Method or attribute name: totalCount(): number;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: IDataSource
Method or attribute name: getData(index: number): any;
Initial version: 7|Class name: IDataSource
Method or attribute name: getData(index: number): any;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: IDataSource
Method or attribute name: registerDataChangeListener(listener: DataChangeListener): void;
Initial version: 7|Class name: IDataSource
Method or attribute name: registerDataChangeListener(listener: DataChangeListener): void;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: IDataSource
Method or attribute name: unregisterDataChangeListener(listener: DataChangeListener): void;
Initial version: 7|Class name: IDataSource
Method or attribute name: unregisterDataChangeListener(listener: DataChangeListener): void;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: LazyForEachInterface
Initial version: 7|Class name: LazyForEachInterface
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: LazyForEachInterface
Method or attribute name: (
dataSource: IDataSource,
itemGenerator: (item: any, index?: number) => void,
keyGenerator?: (item: any, index?: number) => string,
): LazyForEachInterface;
Initial version: 7|Class name: LazyForEachInterface
Method or attribute name: (
dataSource: IDataSource,
itemGenerator: (item: any, index?: number) => void,
keyGenerator?: (item: any, index?: number) => string,
): LazyForEachInterface;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const LazyForEach: LazyForEachInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const LazyForEach: LazyForEachInterface;
Initial version: 10|lazy_for_each.d.ts| +|Initial version changed|Class name: ListItemAlign
Initial version: 9|Class name: ListItemAlign
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListItemAlign
Method or attribute name: Start
Initial version: 9|Class name: ListItemAlign
Method or attribute name: Start
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListItemAlign
Method or attribute name: Center
Initial version: 9|Class name: ListItemAlign
Method or attribute name: Center
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListItemAlign
Method or attribute name: End
Initial version: 9|Class name: ListItemAlign
Method or attribute name: End
Initial version: 10|list.d.ts| +|Initial version changed|Class name: StickyStyle
Initial version: 9|Class name: StickyStyle
Initial version: 10|list.d.ts| +|Initial version changed|Class name: StickyStyle
Method or attribute name: None = 0
Initial version: 9|Class name: StickyStyle
Method or attribute name: None = 0
Initial version: 10|list.d.ts| +|Initial version changed|Class name: StickyStyle
Method or attribute name: Header = 1
Initial version: 9|Class name: StickyStyle
Method or attribute name: Header = 1
Initial version: 10|list.d.ts| +|Initial version changed|Class name: StickyStyle
Method or attribute name: Footer = 2
Initial version: 9|Class name: StickyStyle
Method or attribute name: Footer = 2
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: lanes(value: number \| LengthConstrain): ListAttribute;
Initial version: 9|Class name: ListAttribute
Method or attribute name: lanes(value: number \| LengthConstrain): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: alignListItem(value: ListItemAlign): ListAttribute;
Initial version: 9|Class name: ListAttribute
Method or attribute name: alignListItem(value: ListItemAlign): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: sticky(value: StickyStyle): ListAttribute;
Initial version: 9|Class name: ListAttribute
Method or attribute name: sticky(value: StickyStyle): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onScrollStart(event: () => void): ListAttribute;
Initial version: 9|Class name: ListAttribute
Method or attribute name: onScrollStart(event: () => void): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onItemMove(event: (from: number, to: number) => boolean): ListAttribute;
Initial version: 7|Class name: ListAttribute
Method or attribute name: onItemMove(event: (from: number, to: number) => boolean): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;
Initial version: 8|Class name: ListAttribute
Method or attribute name: onItemDragStart(event: (event: ItemDragInfo, itemIndex: number) => ((() => any) \| void)): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;
Initial version: 8|Class name: ListAttribute
Method or attribute name: onItemDragEnter(event: (event: ItemDragInfo) => void): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;
Initial version: 8|Class name: ListAttribute
Method or attribute name: onItemDragMove(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number) => void): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;
Initial version: 8|Class name: ListAttribute
Method or attribute name: onItemDragLeave(event: (event: ItemDragInfo, itemIndex: number) => void): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;
Initial version: 8|Class name: ListAttribute
Method or attribute name: onItemDrop(event: (event: ItemDragInfo, itemIndex: number, insertIndex: number, isSuccess: boolean) => void): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: ListAttribute
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;
Initial version: 9|Class name: ListAttribute
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ListAttribute;
Initial version: 10|list.d.ts| +|Initial version changed|Class name: SwipeEdgeEffect
Initial version: 9|Class name: SwipeEdgeEffect
Initial version: 10|list_item.d.ts| +|Initial version changed|Class name: SwipeEdgeEffect
Method or attribute name: Spring
Initial version: 9|Class name: SwipeEdgeEffect
Method or attribute name: Spring
Initial version: 10|list_item.d.ts| +|Initial version changed|Class name: SwipeEdgeEffect
Method or attribute name: None
Initial version: 9|Class name: SwipeEdgeEffect
Method or attribute name: None
Initial version: 10|list_item.d.ts| +|Initial version changed|Class name: SwipeActionOptions
Initial version: 9|Class name: SwipeActionOptions
Initial version: 10|list_item.d.ts| +|Initial version changed|Class name: SwipeActionOptions
Method or attribute name: start?: CustomBuilder;
Initial version: 9|Class name: SwipeActionOptions
Method or attribute name: start?: CustomBuilder;
Initial version: 10|list_item.d.ts| +|Initial version changed|Class name: SwipeActionOptions
Method or attribute name: end?: CustomBuilder;
Initial version: 9|Class name: SwipeActionOptions
Method or attribute name: end?: CustomBuilder;
Initial version: 10|list_item.d.ts| +|Initial version changed|Class name: SwipeActionOptions
Method or attribute name: edgeEffect?: SwipeEdgeEffect;
Initial version: 9|Class name: SwipeActionOptions
Method or attribute name: edgeEffect?: SwipeEdgeEffect;
Initial version: 10|list_item.d.ts| +|Initial version changed|Class name: ListItemAttribute
Method or attribute name: selectable(value: boolean): ListItemAttribute;
Initial version: 8|Class name: ListItemAttribute
Method or attribute name: selectable(value: boolean): ListItemAttribute;
Initial version: 9|list_item.d.ts| +|Initial version changed|Class name: ListItemAttribute
Method or attribute name: swipeAction(value: SwipeActionOptions): ListItemAttribute;
Initial version: 9|Class name: ListItemAttribute
Method or attribute name: swipeAction(value: SwipeActionOptions): ListItemAttribute;
Initial version: 10|list_item.d.ts| +|Initial version changed|Class name: ListItemGroupOptions
Initial version: 9|Class name: ListItemGroupOptions
Initial version: 10|list_item_group.d.ts| +|Initial version changed|Class name: ListItemGroupOptions
Method or attribute name: header?: CustomBuilder;
Initial version: 9|Class name: ListItemGroupOptions
Method or attribute name: header?: CustomBuilder;
Initial version: 10|list_item_group.d.ts| +|Initial version changed|Class name: ListItemGroupOptions
Method or attribute name: footer?: CustomBuilder;
Initial version: 9|Class name: ListItemGroupOptions
Method or attribute name: footer?: CustomBuilder;
Initial version: 10|list_item_group.d.ts| +|Initial version changed|Class name: ListItemGroupOptions
Method or attribute name: space?: number \| string;
Initial version: 9|Class name: ListItemGroupOptions
Method or attribute name: space?: number \| string;
Initial version: 10|list_item_group.d.ts| +|Initial version changed|Class name: ListItemGroupInterface
Initial version: 9|Class name: ListItemGroupInterface
Initial version: 10|list_item_group.d.ts| +|Initial version changed|Class name: ListItemGroupInterface
Method or attribute name: (options?: ListItemGroupOptions): ListItemGroupAttribute;
Initial version: 9|Class name: ListItemGroupInterface
Method or attribute name: (options?: ListItemGroupOptions): ListItemGroupAttribute;
Initial version: 10|list_item_group.d.ts| +|Initial version changed|Class name: ListItemGroupAttribute
Initial version: 9|Class name: ListItemGroupAttribute
Initial version: 10|list_item_group.d.ts| +|Initial version changed|Class name: ListItemGroupAttribute
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListItemGroupAttribute;
Initial version: 9|Class name: ListItemGroupAttribute
Method or attribute name: divider(
value: {
strokeWidth: Length;
color?: ResourceColor;
startMargin?: Length;
endMargin?: Length;
} \| null,
): ListItemGroupAttribute;
Initial version: 10|list_item_group.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ListItemGroupInstance: ListItemGroupAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const ListItemGroupInstance: ListItemGroupAttribute;
Initial version: 10|list_item_group.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ListItemGroup: ListItemGroupInterface;
Initial version: 9|Class name: global
Method or attribute name: declare const ListItemGroup: ListItemGroupInterface;
Initial version: 10|list_item_group.d.ts| +|Initial version changed|Class name: MenuInterface
Initial version: 9|Class name: MenuInterface
Initial version: 10|menu.d.ts| +|Initial version changed|Class name: MenuInterface
Method or attribute name: (): MenuAttribute;
Initial version: 9|Class name: MenuInterface
Method or attribute name: (): MenuAttribute;
Initial version: 10|menu.d.ts| +|Initial version changed|Class name: MenuAttribute
Initial version: 9|Class name: MenuAttribute
Initial version: 10|menu.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Menu: MenuInterface;
Initial version: 9|Class name: global
Method or attribute name: declare const Menu: MenuInterface;
Initial version: 10|menu.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const MenuInstance: MenuAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const MenuInstance: MenuAttribute;
Initial version: 10|menu.d.ts| +|Initial version changed|Class name: MenuItemOptions
Initial version: 9|Class name: MenuItemOptions
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemOptions
Method or attribute name: startIcon?: ResourceStr;
Initial version: 9|Class name: MenuItemOptions
Method or attribute name: startIcon?: ResourceStr;
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemOptions
Method or attribute name: content?: ResourceStr;
Initial version: 9|Class name: MenuItemOptions
Method or attribute name: content?: ResourceStr;
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemOptions
Method or attribute name: endIcon?: ResourceStr;
Initial version: 9|Class name: MenuItemOptions
Method or attribute name: endIcon?: ResourceStr;
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemOptions
Method or attribute name: labelInfo?: ResourceStr;
Initial version: 9|Class name: MenuItemOptions
Method or attribute name: labelInfo?: ResourceStr;
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemOptions
Method or attribute name: builder?: CustomBuilder;
Initial version: 9|Class name: MenuItemOptions
Method or attribute name: builder?: CustomBuilder;
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemInterface
Initial version: 9|Class name: MenuItemInterface
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemInterface
Method or attribute name: (value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;
Initial version: 9|Class name: MenuItemInterface
Method or attribute name: (value?: MenuItemOptions \| CustomBuilder): MenuItemAttribute;
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemAttribute
Initial version: 9|Class name: MenuItemAttribute
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemAttribute
Method or attribute name: selected(value: boolean): MenuItemAttribute;
Initial version: 9|Class name: MenuItemAttribute
Method or attribute name: selected(value: boolean): MenuItemAttribute;
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemAttribute
Method or attribute name: onChange(callback: (selected: boolean) => void): MenuItemAttribute;
Initial version: 9|Class name: MenuItemAttribute
Method or attribute name: onChange(callback: (selected: boolean) => void): MenuItemAttribute;
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const MenuItem: MenuItemInterface;
Initial version: 9|Class name: global
Method or attribute name: declare const MenuItem: MenuItemInterface;
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const MenuItemInstance: MenuItemAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const MenuItemInstance: MenuItemAttribute;
Initial version: 10|menu_item.d.ts| +|Initial version changed|Class name: MenuItemGroupOptions
Initial version: 9|Class name: MenuItemGroupOptions
Initial version: 10|menu_item_group.d.ts| +|Initial version changed|Class name: MenuItemGroupOptions
Method or attribute name: header?: ResourceStr \| CustomBuilder;
Initial version: 9|Class name: MenuItemGroupOptions
Method or attribute name: header?: ResourceStr \| CustomBuilder;
Initial version: 10|menu_item_group.d.ts| +|Initial version changed|Class name: MenuItemGroupOptions
Method or attribute name: footer?: ResourceStr \| CustomBuilder;
Initial version: 9|Class name: MenuItemGroupOptions
Method or attribute name: footer?: ResourceStr \| CustomBuilder;
Initial version: 10|menu_item_group.d.ts| +|Initial version changed|Class name: MenuItemGroupInterface
Initial version: 9|Class name: MenuItemGroupInterface
Initial version: 10|menu_item_group.d.ts| +|Initial version changed|Class name: MenuItemGroupInterface
Method or attribute name: (value?: MenuItemGroupOptions): MenuItemGroupAttribute;
Initial version: 9|Class name: MenuItemGroupInterface
Method or attribute name: (value?: MenuItemGroupOptions): MenuItemGroupAttribute;
Initial version: 10|menu_item_group.d.ts| +|Initial version changed|Class name: MenuItemGroupAttribute
Initial version: 9|Class name: MenuItemGroupAttribute
Initial version: 10|menu_item_group.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const MenuItemGroup: MenuItemGroupInterface;
Initial version: 9|Class name: global
Method or attribute name: declare const MenuItemGroup: MenuItemGroupInterface;
Initial version: 10|menu_item_group.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const MenuItemGroupInstance: MenuItemGroupAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const MenuItemGroupInstance: MenuItemGroupAttribute;
Initial version: 10|menu_item_group.d.ts| +|Initial version changed|Class name: NavigationCommonTitle
Initial version: 9|Class name: NavigationCommonTitle
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationCommonTitle
Method or attribute name: main: string;
Initial version: 9|Class name: NavigationCommonTitle
Method or attribute name: main: string;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationCommonTitle
Method or attribute name: sub: string;
Initial version: 9|Class name: NavigationCommonTitle
Method or attribute name: sub: string;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationCustomTitle
Initial version: 9|Class name: NavigationCustomTitle
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationCustomTitle
Method or attribute name: builder: CustomBuilder;
Initial version: 9|Class name: NavigationCustomTitle
Method or attribute name: builder: CustomBuilder;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationCustomTitle
Method or attribute name: height: TitleHeight \| Length;
Initial version: 9|Class name: NavigationCustomTitle
Method or attribute name: height: TitleHeight \| Length;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationMode
Initial version: 9|Class name: NavigationMode
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationMode
Method or attribute name: Stack
Initial version: 9|Class name: NavigationMode
Method or attribute name: Stack
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationMode
Method or attribute name: Split
Initial version: 9|Class name: NavigationMode
Method or attribute name: Split
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationMode
Method or attribute name: Auto
Initial version: 9|Class name: NavigationMode
Method or attribute name: Auto
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavBarPosition
Initial version: 9|Class name: NavBarPosition
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavBarPosition
Method or attribute name: Start
Initial version: 9|Class name: NavBarPosition
Method or attribute name: Start
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavBarPosition
Method or attribute name: End
Initial version: 9|Class name: NavBarPosition
Method or attribute name: End
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationTitleMode
Initial version: 8|Class name: NavigationTitleMode
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationTitleMode
Method or attribute name: Free = 0
Initial version: 8|Class name: NavigationTitleMode
Method or attribute name: Free = 0
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationTitleMode
Method or attribute name: Full
Initial version: 8|Class name: NavigationTitleMode
Method or attribute name: Full
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationTitleMode
Method or attribute name: Mini
Initial version: 8|Class name: NavigationTitleMode
Method or attribute name: Mini
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationMenuItem
Method or attribute name: value: string;
Initial version: 8|Class name: NavigationMenuItem
Method or attribute name: value: string;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationMenuItem
Method or attribute name: icon?: string;
Initial version: 8|Class name: NavigationMenuItem
Method or attribute name: icon?: string;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationMenuItem
Method or attribute name: action?: () => void;
Initial version: 8|Class name: NavigationMenuItem
Method or attribute name: action?: () => void;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationInterface
Initial version: 8|Class name: NavigationInterface
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationInterface
Method or attribute name: (): NavigationAttribute;
Initial version: 8|Class name: NavigationInterface
Method or attribute name: (): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Initial version: 8|Class name: NavigationAttribute
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: navBarWidth(value: Length): NavigationAttribute;
Initial version: 9|Class name: NavigationAttribute
Method or attribute name: navBarWidth(value: Length): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: navBarPosition(value: NavBarPosition): NavigationAttribute;
Initial version: 9|Class name: NavigationAttribute
Method or attribute name: navBarPosition(value: NavBarPosition): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: mode(value: NavigationMode): NavigationAttribute;
Initial version: 9|Class name: NavigationAttribute
Method or attribute name: mode(value: NavigationMode): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;
Initial version: 9|Class name: NavigationAttribute
Method or attribute name: backButtonIcon(value: string \| PixelMap \| Resource): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: hideNavBar(value: boolean): NavigationAttribute;
Initial version: 9|Class name: NavigationAttribute
Method or attribute name: hideNavBar(value: boolean): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: hideTitleBar(value: boolean): NavigationAttribute;
Initial version: 8|Class name: NavigationAttribute
Method or attribute name: hideTitleBar(value: boolean): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: hideBackButton(value: boolean): NavigationAttribute;
Initial version: 8|Class name: NavigationAttribute
Method or attribute name: hideBackButton(value: boolean): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: titleMode(value: NavigationTitleMode): NavigationAttribute;
Initial version: 8|Class name: NavigationAttribute
Method or attribute name: titleMode(value: NavigationTitleMode): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: menus(value: Array\ \| CustomBuilder): NavigationAttribute;
Initial version: 8|Class name: NavigationAttribute
Method or attribute name: menus(value: Array\ \| CustomBuilder): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: toolBar(value: object \| CustomBuilder): NavigationAttribute;
Initial version: 8|Class name: NavigationAttribute
Method or attribute name: toolBar(value: object \| CustomBuilder): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: hideToolBar(value: boolean): NavigationAttribute;
Initial version: 8|Class name: NavigationAttribute
Method or attribute name: hideToolBar(value: boolean): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;
Initial version: 8|Class name: NavigationAttribute
Method or attribute name: onTitleModeChange(callback: (titleMode: NavigationTitleMode) => void): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationAttribute
Method or attribute name: onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;
Initial version: 9|Class name: NavigationAttribute
Method or attribute name: onNavBarStateChange(callback: (isVisible: boolean) => void): NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Navigation: NavigationInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const Navigation: NavigationInterface;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavigationInstance: NavigationAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const NavigationInstance: NavigationAttribute;
Initial version: 10|navigation.d.ts| +|Initial version changed|Class name: NavigationType
Initial version: 7|Class name: NavigationType
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigationType
Method or attribute name: Push
Initial version: 7|Class name: NavigationType
Method or attribute name: Push
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigationType
Method or attribute name: Back
Initial version: 7|Class name: NavigationType
Method or attribute name: Back
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigationType
Method or attribute name: Replace
Initial version: 7|Class name: NavigationType
Method or attribute name: Replace
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigatorInterface
Initial version: 7|Class name: NavigatorInterface
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigatorInterface
Method or attribute name: (value?: { target: string; type?: NavigationType }): NavigatorAttribute;
Initial version: 7|Class name: NavigatorInterface
Method or attribute name: (value?: { target: string; type?: NavigationType }): NavigatorAttribute;
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigatorInterface
Method or attribute name: (): NavigatorAttribute;
Initial version: 7|Class name: NavigatorInterface
Method or attribute name: (): NavigatorAttribute;
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigatorAttribute
Initial version: 7|Class name: NavigatorAttribute
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigatorAttribute
Method or attribute name: active(value: boolean): NavigatorAttribute;
Initial version: 7|Class name: NavigatorAttribute
Method or attribute name: active(value: boolean): NavigatorAttribute;
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigatorAttribute
Method or attribute name: type(value: NavigationType): NavigatorAttribute;
Initial version: 7|Class name: NavigatorAttribute
Method or attribute name: type(value: NavigationType): NavigatorAttribute;
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigatorAttribute
Method or attribute name: target(value: string): NavigatorAttribute;
Initial version: 7|Class name: NavigatorAttribute
Method or attribute name: target(value: string): NavigatorAttribute;
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavigatorAttribute
Method or attribute name: params(value: object): NavigatorAttribute;
Initial version: 7|Class name: NavigatorAttribute
Method or attribute name: params(value: object): NavigatorAttribute;
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Navigator: NavigatorInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const Navigator: NavigatorInterface;
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavigatorInstance: NavigatorAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const NavigatorInstance: NavigatorAttribute;
Initial version: 10|navigator.d.ts| +|Initial version changed|Class name: NavDestinationCommonTitle
Initial version: 9|Class name: NavDestinationCommonTitle
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavDestinationCommonTitle
Method or attribute name: main: string;
Initial version: 9|Class name: NavDestinationCommonTitle
Method or attribute name: main: string;
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavDestinationCommonTitle
Method or attribute name: sub: string;
Initial version: 9|Class name: NavDestinationCommonTitle
Method or attribute name: sub: string;
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavDestinationCustomTitle
Initial version: 9|Class name: NavDestinationCustomTitle
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavDestinationCustomTitle
Method or attribute name: builder: CustomBuilder;
Initial version: 9|Class name: NavDestinationCustomTitle
Method or attribute name: builder: CustomBuilder;
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavDestinationCustomTitle
Method or attribute name: height: TitleHeight \| Length;
Initial version: 9|Class name: NavDestinationCustomTitle
Method or attribute name: height: TitleHeight \| Length;
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavDestinationInterface
Initial version: 9|Class name: NavDestinationInterface
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavDestinationInterface
Method or attribute name: (): NavDestinationAttribute;
Initial version: 9|Class name: NavDestinationInterface
Method or attribute name: (): NavDestinationAttribute;
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavDestinationAttribute
Initial version: 9|Class name: NavDestinationAttribute
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavDestinationAttribute
Method or attribute name: title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;
Initial version: 9|Class name: NavDestinationAttribute
Method or attribute name: title(value: string \| CustomBuilder \| NavDestinationCommonTitle \| NavDestinationCustomTitle): NavDestinationAttribute;
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavDestinationAttribute
Method or attribute name: hideTitleBar(value: boolean): NavDestinationAttribute;
Initial version: 9|Class name: NavDestinationAttribute
Method or attribute name: hideTitleBar(value: boolean): NavDestinationAttribute;
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavDestination: NavDestinationInterface;
Initial version: 9|Class name: global
Method or attribute name: declare const NavDestination: NavDestinationInterface;
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavDestinationInstance: NavDestinationAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const NavDestinationInstance: NavDestinationAttribute;
Initial version: 10|nav_destination.d.ts| +|Initial version changed|Class name: NavRouterInterface
Initial version: 9|Class name: NavRouterInterface
Initial version: 10|nav_router.d.ts| +|Initial version changed|Class name: NavRouterInterface
Method or attribute name: (): NavRouterAttribute;
Initial version: 9|Class name: NavRouterInterface
Method or attribute name: (): NavRouterAttribute;
Initial version: 10|nav_router.d.ts| +|Initial version changed|Class name: NavRouterAttribute
Initial version: 9|Class name: NavRouterAttribute
Initial version: 10|nav_router.d.ts| +|Initial version changed|Class name: NavRouterAttribute
Method or attribute name: onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;
Initial version: 9|Class name: NavRouterAttribute
Method or attribute name: onStateChange(callback: (isActivated: boolean) => void): NavRouterAttribute;
Initial version: 10|nav_router.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavRouter: NavRouterInterface;
Initial version: 9|Class name: global
Method or attribute name: declare const NavRouter: NavRouterInterface;
Initial version: 10|nav_router.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const NavRouterInstance: NavRouterAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const NavRouterInstance: NavRouterAttribute;
Initial version: 10|nav_router.d.ts| +|Initial version changed|Class name: RouteType
Initial version: 7|Class name: RouteType
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: RouteType
Method or attribute name: None
Initial version: 7|Class name: RouteType
Method or attribute name: None
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: RouteType
Method or attribute name: Push
Initial version: 7|Class name: RouteType
Method or attribute name: Push
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: RouteType
Method or attribute name: Pop
Initial version: 7|Class name: RouteType
Method or attribute name: Pop
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: SlideEffect
Initial version: 7|Class name: SlideEffect
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: SlideEffect
Method or attribute name: Left
Initial version: 7|Class name: SlideEffect
Method or attribute name: Left
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: SlideEffect
Method or attribute name: Right
Initial version: 7|Class name: SlideEffect
Method or attribute name: Right
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: SlideEffect
Method or attribute name: Top
Initial version: 7|Class name: SlideEffect
Method or attribute name: Top
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: SlideEffect
Method or attribute name: Bottom
Initial version: 7|Class name: SlideEffect
Method or attribute name: Bottom
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: CommonTransition
Initial version: 7|Class name: CommonTransition
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: CommonTransition
Method or attribute name: constructor();
Initial version: 7|Class name: CommonTransition
Method or attribute name: constructor();
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: CommonTransition
Method or attribute name: slide(value: SlideEffect): T;
Initial version: 7|Class name: CommonTransition
Method or attribute name: slide(value: SlideEffect): T;
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: CommonTransition
Method or attribute name: translate(value: { x?: number \| string; y?: number \| string; z?: number \| string }): T;
Initial version: 7|Class name: CommonTransition
Method or attribute name: translate(value: { x?: number \| string; y?: number \| string; z?: number \| string }): T;
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: CommonTransition
Method or attribute name: scale(value: { x?: number; y?: number; z?: number; centerX?: number \| string; centerY?: number \| string }): T;
Initial version: 7|Class name: CommonTransition
Method or attribute name: scale(value: { x?: number; y?: number; z?: number; centerX?: number \| string; centerY?: number \| string }): T;
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: CommonTransition
Method or attribute name: opacity(value: number): T;
Initial version: 7|Class name: CommonTransition
Method or attribute name: opacity(value: number): T;
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: PageTransitionEnterInterface
Initial version: 7|Class name: PageTransitionEnterInterface
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: PageTransitionEnterInterface
Method or attribute name: (value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionEnterInterface;
Initial version: 7|Class name: PageTransitionEnterInterface
Method or attribute name: (value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionEnterInterface;
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: PageTransitionEnterInterface
Method or attribute name: onEnter(event: (type?: RouteType, progress?: number) => void): PageTransitionEnterInterface;
Initial version: 7|Class name: PageTransitionEnterInterface
Method or attribute name: onEnter(event: (type?: RouteType, progress?: number) => void): PageTransitionEnterInterface;
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: PageTransitionExitInterface
Initial version: 7|Class name: PageTransitionExitInterface
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: PageTransitionExitInterface
Method or attribute name: (value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionExitInterface;
Initial version: 7|Class name: PageTransitionExitInterface
Method or attribute name: (value: { type?: RouteType; duration?: number; curve?: Curve \| string; delay?: number }): PageTransitionExitInterface;
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: PageTransitionExitInterface
Method or attribute name: onExit(event: (type?: RouteType, progress?: number) => void): PageTransitionExitInterface;
Initial version: 7|Class name: PageTransitionExitInterface
Method or attribute name: onExit(event: (type?: RouteType, progress?: number) => void): PageTransitionExitInterface;
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PageTransitionEnter: PageTransitionEnterInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const PageTransitionEnter: PageTransitionEnterInterface;
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PageTransitionExit: PageTransitionExitInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const PageTransitionExit: PageTransitionExitInterface;
Initial version: 10|page_transition.d.ts| +|Initial version changed|Class name: PanelMode
Initial version: 7|Class name: PanelMode
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelMode
Method or attribute name: Mini
Initial version: 7|Class name: PanelMode
Method or attribute name: Mini
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelMode
Method or attribute name: Half
Initial version: 7|Class name: PanelMode
Method or attribute name: Half
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelMode
Method or attribute name: Full
Initial version: 7|Class name: PanelMode
Method or attribute name: Full
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelType
Initial version: 7|Class name: PanelType
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelType
Method or attribute name: Minibar
Initial version: 7|Class name: PanelType
Method or attribute name: Minibar
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelType
Method or attribute name: Foldable
Initial version: 7|Class name: PanelType
Method or attribute name: Foldable
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelType
Method or attribute name: Temporary
Initial version: 7|Class name: PanelType
Method or attribute name: Temporary
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelInterface
Initial version: 7|Class name: PanelInterface
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelInterface
Method or attribute name: (show: boolean): PanelAttribute;
Initial version: 7|Class name: PanelInterface
Method or attribute name: (show: boolean): PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Initial version: 7|Class name: PanelAttribute
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Method or attribute name: mode(value: PanelMode): PanelAttribute;
Initial version: 7|Class name: PanelAttribute
Method or attribute name: mode(value: PanelMode): PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Method or attribute name: type(value: PanelType): PanelAttribute;
Initial version: 7|Class name: PanelAttribute
Method or attribute name: type(value: PanelType): PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Method or attribute name: dragBar(value: boolean): PanelAttribute;
Initial version: 7|Class name: PanelAttribute
Method or attribute name: dragBar(value: boolean): PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Method or attribute name: fullHeight(value: number \| string): PanelAttribute;
Initial version: 7|Class name: PanelAttribute
Method or attribute name: fullHeight(value: number \| string): PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Method or attribute name: halfHeight(value: number \| string): PanelAttribute;
Initial version: 7|Class name: PanelAttribute
Method or attribute name: halfHeight(value: number \| string): PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Method or attribute name: miniHeight(value: number \| string): PanelAttribute;
Initial version: 7|Class name: PanelAttribute
Method or attribute name: miniHeight(value: number \| string): PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Method or attribute name: show(value: boolean): PanelAttribute;
Initial version: 7|Class name: PanelAttribute
Method or attribute name: show(value: boolean): PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Method or attribute name: backgroundMask(color: ResourceColor): PanelAttribute;
Initial version: 9|Class name: PanelAttribute
Method or attribute name: backgroundMask(color: ResourceColor): PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Method or attribute name: 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;
Initial version: 7|Class name: PanelAttribute
Method or attribute name: 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;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PanelAttribute
Method or attribute name: onHeightChange(callback: (value: number) => void): PanelAttribute;
Initial version: 9|Class name: PanelAttribute
Method or attribute name: onHeightChange(callback: (value: number) => void): PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Panel: PanelInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const Panel: PanelInterface;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PanelInstance: PanelAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const PanelInstance: PanelAttribute;
Initial version: 10|panel.d.ts| +|Initial version changed|Class name: PatternLockController
Initial version: 9|Class name: PatternLockController
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockController
Method or attribute name: constructor();
Initial version: N/A|Class name: PatternLockController
Method or attribute name: constructor();
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockController
Method or attribute name: reset();
Initial version: N/A|Class name: PatternLockController
Method or attribute name: reset();
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockInterface
Initial version: 9|Class name: PatternLockInterface
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Initial version: 9|Class name: PatternLockAttribute
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Method or attribute name: sideLength(value: Length): PatternLockAttribute;
Initial version: 9|Class name: PatternLockAttribute
Method or attribute name: sideLength(value: Length): PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Method or attribute name: circleRadius(value: Length): PatternLockAttribute;
Initial version: 9|Class name: PatternLockAttribute
Method or attribute name: circleRadius(value: Length): PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Method or attribute name: backgroundColor(value: ResourceColor): PatternLockAttribute;
Initial version: 9|Class name: PatternLockAttribute
Method or attribute name: backgroundColor(value: ResourceColor): PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Method or attribute name: regularColor(value: ResourceColor): PatternLockAttribute;
Initial version: 9|Class name: PatternLockAttribute
Method or attribute name: regularColor(value: ResourceColor): PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Method or attribute name: selectedColor(value: ResourceColor): PatternLockAttribute;
Initial version: 9|Class name: PatternLockAttribute
Method or attribute name: selectedColor(value: ResourceColor): PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Method or attribute name: activeColor(value: ResourceColor): PatternLockAttribute;
Initial version: 9|Class name: PatternLockAttribute
Method or attribute name: activeColor(value: ResourceColor): PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Method or attribute name: pathColor(value: ResourceColor): PatternLockAttribute;
Initial version: 9|Class name: PatternLockAttribute
Method or attribute name: pathColor(value: ResourceColor): PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Method or attribute name: pathStrokeWidth(value: number \| string): PatternLockAttribute;
Initial version: 9|Class name: PatternLockAttribute
Method or attribute name: pathStrokeWidth(value: number \| string): PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Method or attribute name: onPatternComplete(callback: (input: Array\) => void): PatternLockAttribute;
Initial version: 9|Class name: PatternLockAttribute
Method or attribute name: onPatternComplete(callback: (input: Array\) => void): PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: PatternLockAttribute
Method or attribute name: autoReset(value: boolean): PatternLockAttribute;
Initial version: 9|Class name: PatternLockAttribute
Method or attribute name: autoReset(value: boolean): PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PatternLock: PatternLockInterface;
Initial version: 9|Class name: global
Method or attribute name: declare const PatternLock: PatternLockInterface;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const PatternLockInstance: PatternLockAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const PatternLockInstance: PatternLockAttribute;
Initial version: 10|pattern_lock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Rect: RectInterface;
Initial version: 9|Class name: global
Method or attribute name: declare const Rect: RectInterface;
Initial version: 10|rect.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RectInstance: RectAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const RectInstance: RectAttribute;
Initial version: 10|rect.d.ts| +|Initial version changed|Class name: RefreshStatus
Initial version: 8|Class name: RefreshStatus
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: RefreshStatus
Method or attribute name: Inactive
Initial version: 8|Class name: RefreshStatus
Method or attribute name: Inactive
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: RefreshStatus
Method or attribute name: Drag
Initial version: 8|Class name: RefreshStatus
Method or attribute name: Drag
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: RefreshStatus
Method or attribute name: OverDrag
Initial version: 8|Class name: RefreshStatus
Method or attribute name: OverDrag
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: RefreshStatus
Method or attribute name: Refresh
Initial version: 8|Class name: RefreshStatus
Method or attribute name: Refresh
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: RefreshStatus
Method or attribute name: Done
Initial version: 8|Class name: RefreshStatus
Method or attribute name: Done
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: RefreshInterface
Initial version: 8|Class name: RefreshInterface
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: RefreshAttribute
Initial version: 8|Class name: RefreshAttribute
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: RefreshAttribute
Method or attribute name: onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;
Initial version: 8|Class name: RefreshAttribute
Method or attribute name: onStateChange(callback: (state: RefreshStatus) => void): RefreshAttribute;
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: RefreshAttribute
Method or attribute name: onRefreshing(callback: () => void): RefreshAttribute;
Initial version: 8|Class name: RefreshAttribute
Method or attribute name: onRefreshing(callback: () => void): RefreshAttribute;
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Refresh: RefreshInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const Refresh: RefreshInterface;
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RefreshInstance: RefreshAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const RefreshInstance: RefreshAttribute;
Initial version: 10|refresh.d.ts| +|Initial version changed|Class name: RelativeContainerInterface
Initial version: 9|Class name: RelativeContainerInterface
Initial version: 10|relative_container.d.ts| +|Initial version changed|Class name: RelativeContainerAttribute
Initial version: 9|Class name: RelativeContainerAttribute
Initial version: 10|relative_container.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RelativeContainerInstance: RelativeContainerAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const RelativeContainerInstance: RelativeContainerAttribute;
Initial version: 10|relative_container.d.ts| +|Initial version changed|Class name: RowSplitInterface
Initial version: 7|Class name: RowSplitInterface
Initial version: 10|row_split.d.ts| +|Initial version changed|Class name: RowSplitInterface
Method or attribute name: (): RowSplitAttribute;
Initial version: 7|Class name: RowSplitInterface
Method or attribute name: (): RowSplitAttribute;
Initial version: 10|row_split.d.ts| +|Initial version changed|Class name: RowSplitAttribute
Initial version: 7|Class name: RowSplitAttribute
Initial version: 10|row_split.d.ts| +|Initial version changed|Class name: RowSplitAttribute
Method or attribute name: resizeable(value: boolean): RowSplitAttribute;
Initial version: 7|Class name: RowSplitAttribute
Method or attribute name: resizeable(value: boolean): RowSplitAttribute;
Initial version: 10|row_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RowSplit: RowSplitInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const RowSplit: RowSplitInterface;
Initial version: 10|row_split.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const RowSplitInstance: RowSplitAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const RowSplitInstance: RowSplitAttribute;
Initial version: 10|row_split.d.ts| +|Initial version changed|Class name: ScrollDirection
Initial version: 7|Class name: ScrollDirection
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollDirection
Method or attribute name: Vertical
Initial version: 7|Class name: ScrollDirection
Method or attribute name: Vertical
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollDirection
Method or attribute name: Horizontal
Initial version: 7|Class name: ScrollDirection
Method or attribute name: Horizontal
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollDirection
Method or attribute name: None
Initial version: 7|Class name: ScrollDirection
Method or attribute name: None
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: Scroller
Initial version: 7|Class name: Scroller
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: Scroller
Method or attribute name: constructor();
Initial version: 7|Class name: Scroller
Method or attribute name: constructor();
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: Scroller
Method or attribute name: scrollEdge(value: Edge);
Initial version: 7|Class name: Scroller
Method or attribute name: scrollEdge(value: Edge);
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: Scroller
Method or attribute name: scrollPage(value: { next: boolean });
Initial version: 9|Class name: Scroller
Method or attribute name: scrollPage(value: { next: boolean });
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: Scroller
Method or attribute name: currentOffset();
Initial version: 7|Class name: Scroller
Method or attribute name: currentOffset();
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: Scroller
Method or attribute name: scrollBy(dx: Length, dy: Length);
Initial version: 9|Class name: Scroller
Method or attribute name: scrollBy(dx: Length, dy: Length);
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollInterface
Initial version: 7|Class name: ScrollInterface
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollInterface
Method or attribute name: (scroller?: Scroller): ScrollAttribute;
Initial version: 7|Class name: ScrollInterface
Method or attribute name: (scroller?: Scroller): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Initial version: 7|Class name: ScrollAttribute
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Method or attribute name: scrollable(value: ScrollDirection): ScrollAttribute;
Initial version: 7|Class name: ScrollAttribute
Method or attribute name: scrollable(value: ScrollDirection): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Method or attribute name: onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;
Initial version: 7|Class name: ScrollAttribute
Method or attribute name: onScroll(event: (xOffset: number, yOffset: number) => void): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Method or attribute name: onScrollEdge(event: (side: Edge) => void): ScrollAttribute;
Initial version: 7|Class name: ScrollAttribute
Method or attribute name: onScrollEdge(event: (side: Edge) => void): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Method or attribute name: onScrollStart(event: () => void): ScrollAttribute;
Initial version: 9|Class name: ScrollAttribute
Method or attribute name: onScrollStart(event: () => void): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Method or attribute name: onScrollStop(event: () => void): ScrollAttribute;
Initial version: 9|Class name: ScrollAttribute
Method or attribute name: onScrollStop(event: () => void): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Method or attribute name: scrollBar(barState: BarState): ScrollAttribute;
Initial version: 7|Class name: ScrollAttribute
Method or attribute name: scrollBar(barState: BarState): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Method or attribute name: scrollBarColor(color: Color \| number \| string): ScrollAttribute;
Initial version: 7|Class name: ScrollAttribute
Method or attribute name: scrollBarColor(color: Color \| number \| string): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Method or attribute name: scrollBarWidth(value: number \| string): ScrollAttribute;
Initial version: 7|Class name: ScrollAttribute
Method or attribute name: scrollBarWidth(value: number \| string): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Method or attribute name: edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;
Initial version: 7|Class name: ScrollAttribute
Method or attribute name: edgeEffect(edgeEffect: EdgeEffect): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollAttribute
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;
Initial version: 9|Class name: ScrollAttribute
Method or attribute name: onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number }): ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Scroll: ScrollInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const Scroll: ScrollInterface;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ScrollInstance: ScrollAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const ScrollInstance: ScrollAttribute;
Initial version: 10|scroll.d.ts| +|Initial version changed|Class name: ScrollBarDirection
Initial version: 8|Class name: ScrollBarDirection
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: ScrollBarDirection
Method or attribute name: Vertical
Initial version: 8|Class name: ScrollBarDirection
Method or attribute name: Vertical
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: ScrollBarDirection
Method or attribute name: Horizontal
Initial version: 8|Class name: ScrollBarDirection
Method or attribute name: Horizontal
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: ScrollBarOptions
Initial version: 8|Class name: ScrollBarOptions
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: ScrollBarOptions
Method or attribute name: scroller: Scroller;
Initial version: 8|Class name: ScrollBarOptions
Method or attribute name: scroller: Scroller;
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: ScrollBarOptions
Method or attribute name: direction?: ScrollBarDirection;
Initial version: 8|Class name: ScrollBarOptions
Method or attribute name: direction?: ScrollBarDirection;
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: ScrollBarOptions
Method or attribute name: state?: BarState;
Initial version: 8|Class name: ScrollBarOptions
Method or attribute name: state?: BarState;
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: ScrollBarInterface
Initial version: 8|Class name: ScrollBarInterface
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: ScrollBarInterface
Method or attribute name: (value: ScrollBarOptions): ScrollBarAttribute;
Initial version: 8|Class name: ScrollBarInterface
Method or attribute name: (value: ScrollBarOptions): ScrollBarAttribute;
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: ScrollBarAttribute
Initial version: 8|Class name: ScrollBarAttribute
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ScrollBar: ScrollBarInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const ScrollBar: ScrollBarInterface;
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const ScrollBarInstance: ScrollBarAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const ScrollBarInstance: ScrollBarAttribute;
Initial version: 10|scroll_bar.d.ts| +|Initial version changed|Class name: SearchController
Initial version: 8|Class name: SearchController
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchController
Method or attribute name: constructor();
Initial version: 8|Class name: SearchController
Method or attribute name: constructor();
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchController
Method or attribute name: caretPosition(value: number): void;
Initial version: 8|Class name: SearchController
Method or attribute name: caretPosition(value: number): void;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchInterface
Initial version: 8|Class name: SearchInterface
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Initial version: 8|Class name: SearchAttribute
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Method or attribute name: placeholderColor(value: ResourceColor): SearchAttribute;
Initial version: 8|Class name: SearchAttribute
Method or attribute name: placeholderColor(value: ResourceColor): SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Method or attribute name: placeholderFont(value?: Font): SearchAttribute;
Initial version: 8|Class name: SearchAttribute
Method or attribute name: placeholderFont(value?: Font): SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Method or attribute name: textFont(value?: Font): SearchAttribute;
Initial version: 8|Class name: SearchAttribute
Method or attribute name: textFont(value?: Font): SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Method or attribute name: onSubmit(callback: (value: string) => void): SearchAttribute;
Initial version: 8|Class name: SearchAttribute
Method or attribute name: onSubmit(callback: (value: string) => void): SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Method or attribute name: onChange(callback: (value: string) => void): SearchAttribute;
Initial version: 8|Class name: SearchAttribute
Method or attribute name: onChange(callback: (value: string) => void): SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Method or attribute name: onCopy(callback: (value: string) => void): SearchAttribute;
Initial version: 8|Class name: SearchAttribute
Method or attribute name: onCopy(callback: (value: string) => void): SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Method or attribute name: onCut(callback: (value: string) => void): SearchAttribute;
Initial version: 8|Class name: SearchAttribute
Method or attribute name: onCut(callback: (value: string) => void): SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Method or attribute name: onPaste(callback: (value: string) => void): SearchAttribute;
Initial version: 8|Class name: SearchAttribute
Method or attribute name: onPaste(callback: (value: string) => void): SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Method or attribute name: copyOption(value: CopyOptions): SearchAttribute;
Initial version: 9|Class name: SearchAttribute
Method or attribute name: copyOption(value: CopyOptions): SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SearchAttribute
Method or attribute name: textAlign(value: TextAlign): SearchAttribute;
Initial version: 9|Class name: SearchAttribute
Method or attribute name: textAlign(value: TextAlign): SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Search: SearchInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const Search: SearchInterface;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SearchInstance: SearchAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const SearchInstance: SearchAttribute;
Initial version: 10|search.d.ts| +|Initial version changed|Class name: SelectOption
Initial version: 8|Class name: SelectOption
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectOption
Method or attribute name: value: ResourceStr;
Initial version: 8|Class name: SelectOption
Method or attribute name: value: ResourceStr;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectOption
Method or attribute name: icon?: ResourceStr;
Initial version: 8|Class name: SelectOption
Method or attribute name: icon?: ResourceStr;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectInterface
Initial version: 8|Class name: SelectInterface
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectInterface
Method or attribute name: (options: Array\): SelectAttribute;
Initial version: 8|Class name: SelectInterface
Method or attribute name: (options: Array\): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Initial version: 8|Class name: SelectAttribute
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: selected(value: number): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: selected(value: number): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: value(value: string): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: value(value: string): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: font(value: Font): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: font(value: Font): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: fontColor(value: ResourceColor): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: fontColor(value: ResourceColor): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: selectedOptionBgColor(value: ResourceColor): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: selectedOptionBgColor(value: ResourceColor): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: selectedOptionFont(value: Font): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: selectedOptionFont(value: Font): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: selectedOptionFontColor(value: ResourceColor): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: selectedOptionFontColor(value: ResourceColor): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: optionBgColor(value: ResourceColor): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: optionBgColor(value: ResourceColor): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: optionFont(value: Font): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: optionFont(value: Font): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: optionFontColor(value: ResourceColor): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: optionFontColor(value: ResourceColor): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: SelectAttribute
Method or attribute name: onSelect(callback: (index: number, value?: string) => void): SelectAttribute;
Initial version: 8|Class name: SelectAttribute
Method or attribute name: onSelect(callback: (index: number, value?: string) => void): SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Select: SelectInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const Select: SelectInterface;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SelectInstance: SelectAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const SelectInstance: SelectAttribute;
Initial version: 10|select.d.ts| +|Initial version changed|Class name: ShapeInterface
Method or attribute name: new (value?: PixelMap): ShapeAttribute;
Initial version: 7|Class name: ShapeInterface
Method or attribute name: new (value?: PixelMap): ShapeAttribute;
Initial version: 10|shape.d.ts| +|Initial version changed|Class name: ShapeInterface
Method or attribute name: (value: PixelMap): ShapeAttribute;
Initial version: 7|Class name: ShapeInterface
Method or attribute name: (value: PixelMap): ShapeAttribute;
Initial version: 10|shape.d.ts| +|Initial version changed|Class name: SideBarContainerType
Initial version: 8|Class name: SideBarContainerType
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerType
Method or attribute name: Embed
Initial version: 8|Class name: SideBarContainerType
Method or attribute name: Embed
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerType
Method or attribute name: Overlay
Initial version: 8|Class name: SideBarContainerType
Method or attribute name: Overlay
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarPosition
Initial version: 9|Class name: SideBarPosition
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarPosition
Method or attribute name: Start
Initial version: 9|Class name: SideBarPosition
Method or attribute name: Start
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarPosition
Method or attribute name: End
Initial version: 9|Class name: SideBarPosition
Method or attribute name: End
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: ButtonStyle
Initial version: 8|Class name: ButtonStyle
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: ButtonStyle
Method or attribute name: left?: number;
Initial version: 8|Class name: ButtonStyle
Method or attribute name: left?: number;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: ButtonStyle
Method or attribute name: top?: number;
Initial version: 8|Class name: ButtonStyle
Method or attribute name: top?: number;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: ButtonStyle
Method or attribute name: width?: number;
Initial version: 8|Class name: ButtonStyle
Method or attribute name: width?: number;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: ButtonStyle
Method or attribute name: height?: number;
Initial version: 8|Class name: ButtonStyle
Method or attribute name: height?: number;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerInterface
Initial version: 8|Class name: SideBarContainerInterface
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerInterface
Method or attribute name: (type?: SideBarContainerType): SideBarContainerAttribute;
Initial version: 8|Class name: SideBarContainerInterface
Method or attribute name: (type?: SideBarContainerType): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Initial version: 8|Class name: SideBarContainerAttribute
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: showSideBar(value: boolean): SideBarContainerAttribute;
Initial version: 8|Class name: SideBarContainerAttribute
Method or attribute name: showSideBar(value: boolean): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: controlButton(value: ButtonStyle): SideBarContainerAttribute;
Initial version: 8|Class name: SideBarContainerAttribute
Method or attribute name: controlButton(value: ButtonStyle): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: showControlButton(value: boolean): SideBarContainerAttribute;
Initial version: 8|Class name: SideBarContainerAttribute
Method or attribute name: showControlButton(value: boolean): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: onChange(callback: (value: boolean) => void): SideBarContainerAttribute;
Initial version: 8|Class name: SideBarContainerAttribute
Method or attribute name: onChange(callback: (value: boolean) => void): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: sideBarWidth(value: number): SideBarContainerAttribute;
Initial version: 8|Class name: SideBarContainerAttribute
Method or attribute name: sideBarWidth(value: number): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: minSideBarWidth(value: number): SideBarContainerAttribute;
Initial version: 8|Class name: SideBarContainerAttribute
Method or attribute name: minSideBarWidth(value: number): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: maxSideBarWidth(value: number): SideBarContainerAttribute;
Initial version: 8|Class name: SideBarContainerAttribute
Method or attribute name: maxSideBarWidth(value: number): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: sideBarWidth(value: Length): SideBarContainerAttribute;
Initial version: 9|Class name: SideBarContainerAttribute
Method or attribute name: sideBarWidth(value: Length): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: minSideBarWidth(value: Length): SideBarContainerAttribute;
Initial version: 9|Class name: SideBarContainerAttribute
Method or attribute name: minSideBarWidth(value: Length): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: maxSideBarWidth(value: Length): SideBarContainerAttribute;
Initial version: 9|Class name: SideBarContainerAttribute
Method or attribute name: maxSideBarWidth(value: Length): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: autoHide(value: boolean): SideBarContainerAttribute;
Initial version: 9|Class name: SideBarContainerAttribute
Method or attribute name: autoHide(value: boolean): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: SideBarContainerAttribute
Method or attribute name: sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;
Initial version: 9|Class name: SideBarContainerAttribute
Method or attribute name: sideBarPosition(value: SideBarPosition): SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SideBarContainer: SideBarContainerInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const SideBarContainer: SideBarContainerInterface;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SideBarContainerInstance: SideBarContainerAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const SideBarContainerInstance: SideBarContainerAttribute;
Initial version: 10|sidebar.d.ts| +|Initial version changed|Class name: ColorMode
Initial version: 7|Class name: ColorMode
Initial version: 10|state_management.d.ts| +|Initial version changed|Class name: ColorMode
Method or attribute name: LIGHT = 0
Initial version: 7|Class name: ColorMode
Method or attribute name: LIGHT = 0
Initial version: 10|state_management.d.ts| +|Initial version changed|Class name: ColorMode
Method or attribute name: DARK
Initial version: 7|Class name: ColorMode
Method or attribute name: DARK
Initial version: 10|state_management.d.ts| +|Initial version changed|Class name: LayoutDirection
Initial version: 7|Class name: LayoutDirection
Initial version: 10|state_management.d.ts| +|Initial version changed|Class name: LayoutDirection
Method or attribute name: LTR
Initial version: 7|Class name: LayoutDirection
Method or attribute name: LTR
Initial version: 10|state_management.d.ts| +|Initial version changed|Class name: LayoutDirection
Method or attribute name: RTL
Initial version: 7|Class name: LayoutDirection
Method or attribute name: RTL
Initial version: 10|state_management.d.ts| +|Initial version changed|Class name: LayoutDirection
Method or attribute name: Auto
Initial version: 8|Class name: LayoutDirection
Method or attribute name: Auto
Initial version: 10|state_management.d.ts| +|Initial version changed|Class name: StepperInterface
Initial version: 8|Class name: StepperInterface
Initial version: 10|stepper.d.ts| +|Initial version changed|Class name: StepperInterface
Method or attribute name: (value?: { index?: number }): StepperAttribute;
Initial version: 8|Class name: StepperInterface
Method or attribute name: (value?: { index?: number }): StepperAttribute;
Initial version: 10|stepper.d.ts| +|Initial version changed|Class name: StepperAttribute
Initial version: 8|Class name: StepperAttribute
Initial version: 10|stepper.d.ts| +|Initial version changed|Class name: StepperAttribute
Method or attribute name: onFinish(callback: () => void): StepperAttribute;
Initial version: 8|Class name: StepperAttribute
Method or attribute name: onFinish(callback: () => void): StepperAttribute;
Initial version: 10|stepper.d.ts| +|Initial version changed|Class name: StepperAttribute
Method or attribute name: onSkip(callback: () => void): StepperAttribute;
Initial version: 8|Class name: StepperAttribute
Method or attribute name: onSkip(callback: () => void): StepperAttribute;
Initial version: 10|stepper.d.ts| +|Initial version changed|Class name: StepperAttribute
Method or attribute name: onChange(callback: (prevIndex?: number, index?: number) => void): StepperAttribute;
Initial version: 8|Class name: StepperAttribute
Method or attribute name: onChange(callback: (prevIndex?: number, index?: number) => void): StepperAttribute;
Initial version: 10|stepper.d.ts| +|Initial version changed|Class name: StepperAttribute
Method or attribute name: onNext(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
Initial version: 8|Class name: StepperAttribute
Method or attribute name: onNext(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
Initial version: 10|stepper.d.ts| +|Initial version changed|Class name: StepperAttribute
Method or attribute name: onPrevious(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
Initial version: 8|Class name: StepperAttribute
Method or attribute name: onPrevious(callback: (index?: number, pendingIndex?: number) => void): StepperAttribute;
Initial version: 10|stepper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Stepper: StepperInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const Stepper: StepperInterface;
Initial version: 10|stepper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StepperInstance: StepperAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const StepperInstance: StepperAttribute;
Initial version: 10|stepper.d.ts| +|Initial version changed|Class name: ItemState
Initial version: 8|Class name: ItemState
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: ItemState
Method or attribute name: Normal
Initial version: 8|Class name: ItemState
Method or attribute name: Normal
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: ItemState
Method or attribute name: Disabled
Initial version: 8|Class name: ItemState
Method or attribute name: Disabled
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: ItemState
Method or attribute name: Waiting
Initial version: 8|Class name: ItemState
Method or attribute name: Waiting
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: ItemState
Method or attribute name: Skip
Initial version: 8|Class name: ItemState
Method or attribute name: Skip
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: StepperItemInterface
Initial version: 8|Class name: StepperItemInterface
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: StepperItemInterface
Method or attribute name: (): StepperItemAttribute;
Initial version: 8|Class name: StepperItemInterface
Method or attribute name: (): StepperItemAttribute;
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: StepperItemAttribute
Initial version: 8|Class name: StepperItemAttribute
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: StepperItemAttribute
Method or attribute name: prevLabel(value: string): StepperItemAttribute;
Initial version: 8|Class name: StepperItemAttribute
Method or attribute name: prevLabel(value: string): StepperItemAttribute;
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: StepperItemAttribute
Method or attribute name: nextLabel(value: string): StepperItemAttribute;
Initial version: 8|Class name: StepperItemAttribute
Method or attribute name: nextLabel(value: string): StepperItemAttribute;
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: StepperItemAttribute
Method or attribute name: status(value?: ItemState): StepperItemAttribute;
Initial version: 8|Class name: StepperItemAttribute
Method or attribute name: status(value?: ItemState): StepperItemAttribute;
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StepperItemInstance: StepperItemAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const StepperItemInstance: StepperItemAttribute;
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const StepperItem: StepperItemInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const StepperItem: StepperItemInterface;
Initial version: 10|stepper_item.d.ts| +|Initial version changed|Class name: SwiperController
Initial version: 7|Class name: SwiperController
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperController
Method or attribute name: constructor();
Initial version: 7|Class name: SwiperController
Method or attribute name: constructor();
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperController
Method or attribute name: showNext();
Initial version: 7|Class name: SwiperController
Method or attribute name: showNext();
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperController
Method or attribute name: showPrevious();
Initial version: 7|Class name: SwiperController
Method or attribute name: showPrevious();
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperController
Method or attribute name: finishAnimation(callback?: () => void);
Initial version: 7|Class name: SwiperController
Method or attribute name: finishAnimation(callback?: () => void);
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperDisplayMode
Initial version: 7|Class name: SwiperDisplayMode
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperDisplayMode
Method or attribute name: Stretch
Initial version: 7|Class name: SwiperDisplayMode
Method or attribute name: Stretch
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperDisplayMode
Method or attribute name: AutoLinear
Initial version: 7|Class name: SwiperDisplayMode
Method or attribute name: AutoLinear
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperInterface
Initial version: 7|Class name: SwiperInterface
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperInterface
Method or attribute name: (controller?: SwiperController): SwiperAttribute;
Initial version: 7|Class name: SwiperInterface
Method or attribute name: (controller?: SwiperController): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Initial version: 7|Class name: SwiperAttribute
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: index(value: number): SwiperAttribute;
Initial version: 7|Class name: SwiperAttribute
Method or attribute name: index(value: number): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: autoPlay(value: boolean): SwiperAttribute;
Initial version: 7|Class name: SwiperAttribute
Method or attribute name: autoPlay(value: boolean): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: interval(value: number): SwiperAttribute;
Initial version: 7|Class name: SwiperAttribute
Method or attribute name: interval(value: number): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: loop(value: boolean): SwiperAttribute;
Initial version: 7|Class name: SwiperAttribute
Method or attribute name: loop(value: boolean): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: duration(value: number): SwiperAttribute;
Initial version: 7|Class name: SwiperAttribute
Method or attribute name: duration(value: number): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: vertical(value: boolean): SwiperAttribute;
Initial version: 7|Class name: SwiperAttribute
Method or attribute name: vertical(value: boolean): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: itemSpace(value: number \| string): SwiperAttribute;
Initial version: 7|Class name: SwiperAttribute
Method or attribute name: itemSpace(value: number \| string): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;
Initial version: 7|Class name: SwiperAttribute
Method or attribute name: displayMode(value: SwiperDisplayMode): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: cachedCount(value: number): SwiperAttribute;
Initial version: 8|Class name: SwiperAttribute
Method or attribute name: cachedCount(value: number): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: displayCount(value: number \| string): SwiperAttribute;
Initial version: 8|Class name: SwiperAttribute
Method or attribute name: displayCount(value: number \| string): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;
Initial version: 8|Class name: SwiperAttribute
Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;
Initial version: 8|Class name: SwiperAttribute
Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: onChange(event: (index: number) => void): SwiperAttribute;
Initial version: 7|Class name: SwiperAttribute
Method or attribute name: onChange(event: (index: number) => void): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: onAnimationStart(event: (index: number) => void): SwiperAttribute;
Initial version: 9|Class name: SwiperAttribute
Method or attribute name: onAnimationStart(event: (index: number) => void): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: SwiperAttribute
Method or attribute name: onAnimationEnd(event: (index: number) => void): SwiperAttribute;
Initial version: 9|Class name: SwiperAttribute
Method or attribute name: onAnimationEnd(event: (index: number) => void): SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Swiper: SwiperInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const Swiper: SwiperInterface;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const SwiperInstance: SwiperAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const SwiperInstance: SwiperAttribute;
Initial version: 10|swiper.d.ts| +|Initial version changed|Class name: BarMode
Initial version: 7|Class name: BarMode
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: BarMode
Method or attribute name: Scrollable
Initial version: 7|Class name: BarMode
Method or attribute name: Scrollable
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: BarMode
Method or attribute name: Fixed
Initial version: 7|Class name: BarMode
Method or attribute name: Fixed
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: BarPosition
Initial version: 7|Class name: BarPosition
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: BarPosition
Method or attribute name: Start
Initial version: 7|Class name: BarPosition
Method or attribute name: Start
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: BarPosition
Method or attribute name: End
Initial version: 7|Class name: BarPosition
Method or attribute name: End
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsController
Initial version: 7|Class name: TabsController
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsController
Method or attribute name: constructor();
Initial version: 7|Class name: TabsController
Method or attribute name: constructor();
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsController
Method or attribute name: changeIndex(value: number): void;
Initial version: 7|Class name: TabsController
Method or attribute name: changeIndex(value: number): void;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsInterface
Initial version: 7|Class name: TabsInterface
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsInterface
Method or attribute name: (value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;
Initial version: 7|Class name: TabsInterface
Method or attribute name: (value?: { barPosition?: BarPosition; index?: number; controller?: TabsController }): TabsAttribute;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsAttribute
Initial version: 7|Class name: TabsAttribute
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsAttribute
Method or attribute name: vertical(value: boolean): TabsAttribute;
Initial version: 7|Class name: TabsAttribute
Method or attribute name: vertical(value: boolean): TabsAttribute;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsAttribute
Method or attribute name: barPosition(value: BarPosition): TabsAttribute;
Initial version: 9|Class name: TabsAttribute
Method or attribute name: barPosition(value: BarPosition): TabsAttribute;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsAttribute
Method or attribute name: scrollable(value: boolean): TabsAttribute;
Initial version: 7|Class name: TabsAttribute
Method or attribute name: scrollable(value: boolean): TabsAttribute;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsAttribute
Method or attribute name: barMode(value: BarMode): TabsAttribute;
Initial version: 7|Class name: TabsAttribute
Method or attribute name: barMode(value: BarMode): TabsAttribute;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsAttribute
Method or attribute name: barWidth(value: Length): TabsAttribute;
Initial version: 8|Class name: TabsAttribute
Method or attribute name: barWidth(value: Length): TabsAttribute;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsAttribute
Method or attribute name: barHeight(value: Length): TabsAttribute;
Initial version: 8|Class name: TabsAttribute
Method or attribute name: barHeight(value: Length): TabsAttribute;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsAttribute
Method or attribute name: animationDuration(value: number): TabsAttribute;
Initial version: 7|Class name: TabsAttribute
Method or attribute name: animationDuration(value: number): TabsAttribute;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: TabsAttribute
Method or attribute name: onChange(event: (index: number) => void): TabsAttribute;
Initial version: 7|Class name: TabsAttribute
Method or attribute name: onChange(event: (index: number) => void): TabsAttribute;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Tabs: TabsInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const Tabs: TabsInterface;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TabsInstance: TabsAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const TabsInstance: TabsAttribute;
Initial version: 10|tabs.d.ts| +|Initial version changed|Class name: SubTabBarStyle
Initial version: 9|Class name: SubTabBarStyle
Initial version: 10|tab_content.d.ts| +|Initial version changed|Class name: BottomTabBarStyle
Initial version: 9|Class name: BottomTabBarStyle
Initial version: 10|tab_content.d.ts| +|Initial version changed|Class name: TabContentInterface
Initial version: 7|Class name: TabContentInterface
Initial version: 10|tab_content.d.ts| +|Initial version changed|Class name: TabContentInterface
Method or attribute name: (): TabContentAttribute;
Initial version: 7|Class name: TabContentInterface
Method or attribute name: (): TabContentAttribute;
Initial version: 10|tab_content.d.ts| +|Initial version changed|Class name: TabContentAttribute
Initial version: 7|Class name: TabContentAttribute
Initial version: 10|tab_content.d.ts| +|Initial version changed|Class name: TabContentAttribute
Method or attribute name: tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;
Initial version: 9|Class name: TabContentAttribute
Method or attribute name: tabBar(value: SubTabBarStyle \| BottomTabBarStyle): TabContentAttribute;
Initial version: 10|tab_content.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TabContent: TabContentInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const TabContent: TabContentInterface;
Initial version: 10|tab_content.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TabContentInstance: TabContentAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const TabContentInstance: TabContentAttribute;
Initial version: 10|tab_content.d.ts| +|Initial version changed|Class name: TextAttribute
Method or attribute name: copyOption(value: CopyOptions): TextAttribute;
Initial version: 9|Class name: TextAttribute
Method or attribute name: copyOption(value: CopyOptions): TextAttribute;
Initial version: 10|text.d.ts| +|Initial version changed|Class name: TextAreaController
Initial version: 8|Class name: TextAreaController
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaController
Method or attribute name: constructor();
Initial version: 8|Class name: TextAreaController
Method or attribute name: constructor();
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaController
Method or attribute name: caretPosition(value: number): void;
Initial version: 8|Class name: TextAreaController
Method or attribute name: caretPosition(value: number): void;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaOptions
Initial version: 7|Class name: TextAreaOptions
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaOptions
Method or attribute name: placeholder?: ResourceStr;
Initial version: 7|Class name: TextAreaOptions
Method or attribute name: placeholder?: ResourceStr;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaOptions
Method or attribute name: text?: ResourceStr;
Initial version: 7|Class name: TextAreaOptions
Method or attribute name: text?: ResourceStr;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaOptions
Method or attribute name: controller?: TextAreaController;
Initial version: 8|Class name: TextAreaOptions
Method or attribute name: controller?: TextAreaController;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaInterface
Initial version: 7|Class name: TextAreaInterface
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaInterface
Method or attribute name: (value?: TextAreaOptions): TextAreaAttribute;
Initial version: 7|Class name: TextAreaInterface
Method or attribute name: (value?: TextAreaOptions): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Initial version: 7|Class name: TextAreaAttribute
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: placeholderColor(value: ResourceColor): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: placeholderColor(value: ResourceColor): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: placeholderFont(value: Font): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: placeholderFont(value: Font): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: textAlign(value: TextAlign): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: textAlign(value: TextAlign): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: caretColor(value: ResourceColor): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: caretColor(value: ResourceColor): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: fontColor(value: ResourceColor): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: fontColor(value: ResourceColor): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: fontSize(value: Length): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: fontSize(value: Length): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: fontStyle(value: FontStyle): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: fontStyle(value: FontStyle): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: fontFamily(value: ResourceStr): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: fontFamily(value: ResourceStr): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
Initial version: 8|Class name: TextAreaAttribute
Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: onChange(callback: (value: string) => void): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: onChange(callback: (value: string) => void): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: onCopy(callback: (value: string) => void): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: onCopy(callback: (value: string) => void): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: onCut(callback: (value: string) => void): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: onCut(callback: (value: string) => void): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: onPaste(callback: (value: string) => void): TextAreaAttribute;
Initial version: 7|Class name: TextAreaAttribute
Method or attribute name: onPaste(callback: (value: string) => void): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextAreaAttribute
Method or attribute name: copyOption(value: CopyOptions): TextAreaAttribute;
Initial version: 9|Class name: TextAreaAttribute
Method or attribute name: copyOption(value: CopyOptions): TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextArea: TextAreaInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const TextArea: TextAreaInterface;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextAreaInstance: TextAreaAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const TextAreaInstance: TextAreaAttribute;
Initial version: 10|text_area.d.ts| +|Initial version changed|Class name: TextClockController
Initial version: 8|Class name: TextClockController
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockController
Method or attribute name: constructor();
Initial version: 8|Class name: TextClockController
Method or attribute name: constructor();
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockController
Method or attribute name: start();
Initial version: 8|Class name: TextClockController
Method or attribute name: start();
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockController
Method or attribute name: stop();
Initial version: 8|Class name: TextClockController
Method or attribute name: stop();
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockInterface
Initial version: 8|Class name: TextClockInterface
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockInterface
Method or attribute name: (options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;
Initial version: 8|Class name: TextClockInterface
Method or attribute name: (options?: { timeZoneOffset?: number; controller?: TextClockController }): TextClockAttribute;
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockAttribute
Method or attribute name: format(value: string): TextClockAttribute;
Initial version: 8|Class name: TextClockAttribute
Method or attribute name: format(value: string): TextClockAttribute;
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockAttribute
Method or attribute name: onDateChange(event: (value: number) => void): TextClockAttribute;
Initial version: 8|Class name: TextClockAttribute
Method or attribute name: onDateChange(event: (value: number) => void): TextClockAttribute;
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockAttribute
Method or attribute name: fontColor(value: ResourceColor): TextClockAttribute;
Initial version: 8|Class name: TextClockAttribute
Method or attribute name: fontColor(value: ResourceColor): TextClockAttribute;
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockAttribute
Method or attribute name: fontSize(value: Length): TextClockAttribute;
Initial version: 8|Class name: TextClockAttribute
Method or attribute name: fontSize(value: Length): TextClockAttribute;
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockAttribute
Method or attribute name: fontStyle(value: FontStyle): TextClockAttribute;
Initial version: 8|Class name: TextClockAttribute
Method or attribute name: fontStyle(value: FontStyle): TextClockAttribute;
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextClockAttribute;
Initial version: 8|Class name: TextClockAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextClockAttribute;
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: TextClockAttribute
Method or attribute name: fontFamily(value: ResourceStr): TextClockAttribute;
Initial version: 8|Class name: TextClockAttribute
Method or attribute name: fontFamily(value: ResourceStr): TextClockAttribute;
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextClock: TextClockInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const TextClock: TextClockInterface;
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextClockInstance: TextClockAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const TextClockInstance: TextClockAttribute;
Initial version: 10|text_clock.d.ts| +|Initial version changed|Class name: InputType
Initial version: 7|Class name: InputType
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: InputType
Method or attribute name: Normal
Initial version: 7|Class name: InputType
Method or attribute name: Normal
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: InputType
Method or attribute name: Number
Initial version: 7|Class name: InputType
Method or attribute name: Number
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: InputType
Method or attribute name: PhoneNumber
Initial version: 9|Class name: InputType
Method or attribute name: PhoneNumber
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: InputType
Method or attribute name: Email
Initial version: 7|Class name: InputType
Method or attribute name: Email
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: InputType
Method or attribute name: Password
Initial version: 7|Class name: InputType
Method or attribute name: Password
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: EnterKeyType
Initial version: 7|Class name: EnterKeyType
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: EnterKeyType
Method or attribute name: Go
Initial version: 7|Class name: EnterKeyType
Method or attribute name: Go
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: EnterKeyType
Method or attribute name: Search
Initial version: 7|Class name: EnterKeyType
Method or attribute name: Search
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: EnterKeyType
Method or attribute name: Send
Initial version: 7|Class name: EnterKeyType
Method or attribute name: Send
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: EnterKeyType
Method or attribute name: Next
Initial version: 7|Class name: EnterKeyType
Method or attribute name: Next
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: EnterKeyType
Method or attribute name: Done
Initial version: 7|Class name: EnterKeyType
Method or attribute name: Done
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputController
Initial version: 8|Class name: TextInputController
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputController
Method or attribute name: constructor();
Initial version: 8|Class name: TextInputController
Method or attribute name: constructor();
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputController
Method or attribute name: caretPosition(value: number): void;
Initial version: 8|Class name: TextInputController
Method or attribute name: caretPosition(value: number): void;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputOptions
Initial version: 7|Class name: TextInputOptions
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputOptions
Method or attribute name: placeholder?: ResourceStr;
Initial version: 7|Class name: TextInputOptions
Method or attribute name: placeholder?: ResourceStr;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputOptions
Method or attribute name: text?: ResourceStr;
Initial version: 7|Class name: TextInputOptions
Method or attribute name: text?: ResourceStr;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputOptions
Method or attribute name: controller?: TextInputController;
Initial version: 8|Class name: TextInputOptions
Method or attribute name: controller?: TextInputController;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputStyle
Initial version: 9|Class name: TextInputStyle
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputStyle
Method or attribute name: Default
Initial version: 9|Class name: TextInputStyle
Method or attribute name: Default
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputStyle
Method or attribute name: Inline
Initial version: 9|Class name: TextInputStyle
Method or attribute name: Inline
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputInterface
Initial version: 7|Class name: TextInputInterface
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputInterface
Method or attribute name: (value?: TextInputOptions): TextInputAttribute;
Initial version: 7|Class name: TextInputInterface
Method or attribute name: (value?: TextInputOptions): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Initial version: 7|Class name: TextInputAttribute
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: type(value: InputType): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: type(value: InputType): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: placeholderColor(value: ResourceColor): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: placeholderColor(value: ResourceColor): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: placeholderFont(value?: Font): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: placeholderFont(value?: Font): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: enterKeyType(value: EnterKeyType): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: enterKeyType(value: EnterKeyType): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: caretColor(value: ResourceColor): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: caretColor(value: ResourceColor): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;
Initial version: 8|Class name: TextInputAttribute
Method or attribute name: onEditChange(callback: (isEditing: boolean) => void): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: onSubmit(callback: (enterKey: EnterKeyType) => void): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: onChange(callback: (value: string) => void): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: onChange(callback: (value: string) => void): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: maxLength(value: number): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: maxLength(value: number): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: fontColor(value: ResourceColor): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: fontColor(value: ResourceColor): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: fontSize(value: Length): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: fontSize(value: Length): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: fontStyle(value: FontStyle): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: fontStyle(value: FontStyle): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: fontFamily(value: ResourceStr): TextInputAttribute;
Initial version: 7|Class name: TextInputAttribute
Method or attribute name: fontFamily(value: ResourceStr): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
Initial version: 8|Class name: TextInputAttribute
Method or attribute name: inputFilter(value: ResourceStr, error?: (value: string) => void): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: onCopy(callback: (value: string) => void): TextInputAttribute;
Initial version: 8|Class name: TextInputAttribute
Method or attribute name: onCopy(callback: (value: string) => void): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: onCut(callback: (value: string) => void): TextInputAttribute;
Initial version: 8|Class name: TextInputAttribute
Method or attribute name: onCut(callback: (value: string) => void): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: onPaste(callback: (value: string) => void): TextInputAttribute;
Initial version: 8|Class name: TextInputAttribute
Method or attribute name: onPaste(callback: (value: string) => void): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: copyOption(value: CopyOptions): TextInputAttribute;
Initial version: 9|Class name: TextInputAttribute
Method or attribute name: copyOption(value: CopyOptions): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: showPasswordIcon(value: boolean): TextInputAttribute;
Initial version: 9|Class name: TextInputAttribute
Method or attribute name: showPasswordIcon(value: boolean): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: textAlign(value: TextAlign): TextInputAttribute;
Initial version: 9|Class name: TextInputAttribute
Method or attribute name: textAlign(value: TextAlign): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextInputAttribute
Method or attribute name: style(value: TextInputStyle): TextInputAttribute;
Initial version: 9|Class name: TextInputAttribute
Method or attribute name: style(value: TextInputStyle): TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextInput: TextInputInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const TextInput: TextInputInterface;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextInputInstance: TextInputAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const TextInputInstance: TextInputAttribute;
Initial version: 10|text_input.d.ts| +|Initial version changed|Class name: TextPickerOptions
Initial version: 8|Class name: TextPickerOptions
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerOptions
Method or attribute name: value?: string;
Initial version: N/A|Class name: TextPickerOptions
Method or attribute name: value?: string;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerOptions
Method or attribute name: selected?: number;
Initial version: N/A|Class name: TextPickerOptions
Method or attribute name: selected?: number;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerInterface
Initial version: 8|Class name: TextPickerInterface
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerInterface
Method or attribute name: (options?: TextPickerOptions): TextPickerAttribute;
Initial version: 8|Class name: TextPickerInterface
Method or attribute name: (options?: TextPickerOptions): TextPickerAttribute;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerAttribute
Initial version: 8|Class name: TextPickerAttribute
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerAttribute
Method or attribute name: defaultPickerItemHeight(value: number \| string): TextPickerAttribute;
Initial version: 8|Class name: TextPickerAttribute
Method or attribute name: defaultPickerItemHeight(value: number \| string): TextPickerAttribute;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerAttribute
Method or attribute name: onChange(callback: (value: string, index: number) => void): TextPickerAttribute;
Initial version: 8|Class name: TextPickerAttribute
Method or attribute name: onChange(callback: (value: string, index: number) => void): TextPickerAttribute;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerResult
Initial version: 8|Class name: TextPickerResult
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerResult
Method or attribute name: value: string;
Initial version: 8|Class name: TextPickerResult
Method or attribute name: value: string;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerResult
Method or attribute name: index: number;
Initial version: 8|Class name: TextPickerResult
Method or attribute name: index: number;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerDialogOptions
Initial version: 8|Class name: TextPickerDialogOptions
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerDialogOptions
Method or attribute name: defaultPickerItemHeight?: number \| string;
Initial version: 8|Class name: TextPickerDialogOptions
Method or attribute name: defaultPickerItemHeight?: number \| string;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerDialogOptions
Method or attribute name: onAccept?: (value: TextPickerResult) => void;
Initial version: 8|Class name: TextPickerDialogOptions
Method or attribute name: onAccept?: (value: TextPickerResult) => void;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerDialogOptions
Method or attribute name: onCancel?: () => void;
Initial version: 8|Class name: TextPickerDialogOptions
Method or attribute name: onCancel?: () => void;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerDialogOptions
Method or attribute name: onChange?: (value: TextPickerResult) => void;
Initial version: 8|Class name: TextPickerDialogOptions
Method or attribute name: onChange?: (value: TextPickerResult) => void;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerDialog
Initial version: 8|Class name: TextPickerDialog
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextPickerDialog
Method or attribute name: static show(options?: TextPickerDialogOptions);
Initial version: 8|Class name: TextPickerDialog
Method or attribute name: static show(options?: TextPickerDialogOptions);
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextPicker: TextPickerInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const TextPicker: TextPickerInterface;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextPickerInstance: TextPickerAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const TextPickerInstance: TextPickerAttribute;
Initial version: 10|text_picker.d.ts| +|Initial version changed|Class name: TextTimerController
Initial version: 8|Class name: TextTimerController
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerController
Method or attribute name: constructor();
Initial version: 8|Class name: TextTimerController
Method or attribute name: constructor();
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerController
Method or attribute name: start();
Initial version: 8|Class name: TextTimerController
Method or attribute name: start();
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerController
Method or attribute name: pause();
Initial version: 8|Class name: TextTimerController
Method or attribute name: pause();
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerController
Method or attribute name: reset();
Initial version: 8|Class name: TextTimerController
Method or attribute name: reset();
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerOptions
Initial version: 8|Class name: TextTimerOptions
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerOptions
Method or attribute name: isCountDown?: boolean;
Initial version: 8|Class name: TextTimerOptions
Method or attribute name: isCountDown?: boolean;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerOptions
Method or attribute name: count?: number;
Initial version: 8|Class name: TextTimerOptions
Method or attribute name: count?: number;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerOptions
Method or attribute name: controller?: TextTimerController;
Initial version: 8|Class name: TextTimerOptions
Method or attribute name: controller?: TextTimerController;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerInterface
Initial version: 8|Class name: TextTimerInterface
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerInterface
Method or attribute name: (options?: TextTimerOptions): TextTimerAttribute;
Initial version: 8|Class name: TextTimerInterface
Method or attribute name: (options?: TextTimerOptions): TextTimerAttribute;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerAttribute
Initial version: 8|Class name: TextTimerAttribute
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerAttribute
Method or attribute name: format(value: string): TextTimerAttribute;
Initial version: 8|Class name: TextTimerAttribute
Method or attribute name: format(value: string): TextTimerAttribute;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerAttribute
Method or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;
Initial version: 8|Class name: TextTimerAttribute
Method or attribute name: fontColor(value: ResourceColor): TextTimerAttribute;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerAttribute
Method or attribute name: fontSize(value: Length): TextTimerAttribute;
Initial version: 8|Class name: TextTimerAttribute
Method or attribute name: fontSize(value: Length): TextTimerAttribute;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerAttribute
Method or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;
Initial version: 8|Class name: TextTimerAttribute
Method or attribute name: fontStyle(value: FontStyle): TextTimerAttribute;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;
Initial version: 8|Class name: TextTimerAttribute
Method or attribute name: fontWeight(value: number \| FontWeight \| string): TextTimerAttribute;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerAttribute
Method or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;
Initial version: 8|Class name: TextTimerAttribute
Method or attribute name: fontFamily(value: ResourceStr): TextTimerAttribute;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TextTimerAttribute
Method or attribute name: onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
Initial version: 8|Class name: TextTimerAttribute
Method or attribute name: onTimer(event: (utc: number, elapsedTime: number) => void): TextTimerAttribute;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextTimer: TextTimerInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const TextTimer: TextTimerInterface;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TextTimerInstance: TextTimerAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const TextTimerInstance: TextTimerAttribute;
Initial version: 10|text_timer.d.ts| +|Initial version changed|Class name: TimePickerResult
Initial version: 8|Class name: TimePickerResult
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerResult
Method or attribute name: hour?: number;
Initial version: 8|Class name: TimePickerResult
Method or attribute name: hour?: number;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerResult
Method or attribute name: minute?: number;
Initial version: 8|Class name: TimePickerResult
Method or attribute name: minute?: number;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerOptions
Initial version: 8|Class name: TimePickerOptions
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerOptions
Method or attribute name: selected?: Date;
Initial version: N/A|Class name: TimePickerOptions
Method or attribute name: selected?: Date;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerInterface
Initial version: 8|Class name: TimePickerInterface
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerInterface
Method or attribute name: (options?: TimePickerOptions): TimePickerAttribute;
Initial version: 8|Class name: TimePickerInterface
Method or attribute name: (options?: TimePickerOptions): TimePickerAttribute;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerAttribute
Initial version: 8|Class name: TimePickerAttribute
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerAttribute
Method or attribute name: useMilitaryTime(value: boolean): TimePickerAttribute;
Initial version: 8|Class name: TimePickerAttribute
Method or attribute name: useMilitaryTime(value: boolean): TimePickerAttribute;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerAttribute
Method or attribute name: onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;
Initial version: 8|Class name: TimePickerAttribute
Method or attribute name: onChange(callback: (value: TimePickerResult) => void): TimePickerAttribute;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerDialogOptions
Initial version: 8|Class name: TimePickerDialogOptions
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerDialogOptions
Method or attribute name: useMilitaryTime?: boolean;
Initial version: 8|Class name: TimePickerDialogOptions
Method or attribute name: useMilitaryTime?: boolean;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerDialogOptions
Method or attribute name: onAccept?: (value: TimePickerResult) => void;
Initial version: 8|Class name: TimePickerDialogOptions
Method or attribute name: onAccept?: (value: TimePickerResult) => void;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerDialogOptions
Method or attribute name: onCancel?: () => void;
Initial version: 8|Class name: TimePickerDialogOptions
Method or attribute name: onCancel?: () => void;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerDialogOptions
Method or attribute name: onChange?: (value: TimePickerResult) => void;
Initial version: 8|Class name: TimePickerDialogOptions
Method or attribute name: onChange?: (value: TimePickerResult) => void;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerDialog
Initial version: 8|Class name: TimePickerDialog
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: TimePickerDialog
Method or attribute name: static show(options?: TimePickerDialogOptions);
Initial version: 8|Class name: TimePickerDialog
Method or attribute name: static show(options?: TimePickerDialogOptions);
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TimePicker: TimePickerInterface;
Initial version: 8|Class name: global
Method or attribute name: declare const TimePicker: TimePickerInterface;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const TimePickerInstance: TimePickerAttribute;
Initial version: 8|Class name: global
Method or attribute name: declare const TimePickerInstance: TimePickerAttribute;
Initial version: 10|time_picker.d.ts| +|Initial version changed|Class name: Resource
Method or attribute name: readonly bundleName: string;
Initial version: 9|Class name: Resource
Method or attribute name: readonly bundleName: string;
Initial version: 10|units.d.ts| +|Initial version changed|Class name: Resource
Method or attribute name: readonly moduleName: string;
Initial version: 9|Class name: Resource
Method or attribute name: readonly moduleName: string;
Initial version: 10|units.d.ts| +|Initial version changed|Class name: Font
Initial version: 7|Class name: Font
Initial version: 10|units.d.ts| +|Initial version changed|Class name: Font
Method or attribute name: size?: Length;
Initial version: N/A|Class name: Font
Method or attribute name: size?: Length;
Initial version: 10|units.d.ts| +|Initial version changed|Class name: Font
Method or attribute name: weight?: FontWeight \| number \| string;
Initial version: N/A|Class name: Font
Method or attribute name: weight?: FontWeight \| number \| string;
Initial version: 10|units.d.ts| +|Initial version changed|Class name: Font
Method or attribute name: family?: string \| Resource;
Initial version: N/A|Class name: Font
Method or attribute name: family?: string \| Resource;
Initial version: 10|units.d.ts| +|Initial version changed|Class name: Font
Method or attribute name: style?: FontStyle;
Initial version: N/A|Class name: Font
Method or attribute name: style?: FontStyle;
Initial version: 10|units.d.ts| +|Initial version changed|Class name: ColorFilter
Initial version: 9|Class name: ColorFilter
Initial version: 10|units.d.ts| +|Initial version changed|Class name: ColorFilter
Method or attribute name: constructor(value: number[]);
Initial version: 9|Class name: ColorFilter
Method or attribute name: constructor(value: number[]);
Initial version: 10|units.d.ts| +|Initial version changed|Class name: SeekMode
Initial version: 8|Class name: SeekMode
Initial version: 10|video.d.ts| +|Initial version changed|Class name: SeekMode
Method or attribute name: PreviousKeyframe
Initial version: 8|Class name: SeekMode
Method or attribute name: PreviousKeyframe
Initial version: 10|video.d.ts| +|Initial version changed|Class name: SeekMode
Method or attribute name: NextKeyframe
Initial version: 8|Class name: SeekMode
Method or attribute name: NextKeyframe
Initial version: 10|video.d.ts| +|Initial version changed|Class name: SeekMode
Method or attribute name: ClosestKeyframe
Initial version: 8|Class name: SeekMode
Method or attribute name: ClosestKeyframe
Initial version: 10|video.d.ts| +|Initial version changed|Class name: SeekMode
Method or attribute name: Accurate
Initial version: 8|Class name: SeekMode
Method or attribute name: Accurate
Initial version: 10|video.d.ts| +|Initial version changed|Class name: PlaybackSpeed
Initial version: 8|Class name: PlaybackSpeed
Initial version: 10|video.d.ts| +|Initial version changed|Class name: PlaybackSpeed
Method or attribute name: Speed_Forward_0_75_X
Initial version: 8|Class name: PlaybackSpeed
Method or attribute name: Speed_Forward_0_75_X
Initial version: 10|video.d.ts| +|Initial version changed|Class name: PlaybackSpeed
Method or attribute name: Speed_Forward_1_00_X
Initial version: 8|Class name: PlaybackSpeed
Method or attribute name: Speed_Forward_1_00_X
Initial version: 10|video.d.ts| +|Initial version changed|Class name: PlaybackSpeed
Method or attribute name: Speed_Forward_1_25_X
Initial version: 8|Class name: PlaybackSpeed
Method or attribute name: Speed_Forward_1_25_X
Initial version: 10|video.d.ts| +|Initial version changed|Class name: PlaybackSpeed
Method or attribute name: Speed_Forward_1_75_X
Initial version: 8|Class name: PlaybackSpeed
Method or attribute name: Speed_Forward_1_75_X
Initial version: 10|video.d.ts| +|Initial version changed|Class name: PlaybackSpeed
Method or attribute name: Speed_Forward_2_00_X
Initial version: 8|Class name: PlaybackSpeed
Method or attribute name: Speed_Forward_2_00_X
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoOptions
Initial version: 7|Class name: VideoOptions
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoOptions
Method or attribute name: src?: string \| Resource;
Initial version: 7|Class name: VideoOptions
Method or attribute name: src?: string \| Resource;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoOptions
Method or attribute name: currentProgressRate?: number \| string \| PlaybackSpeed;
Initial version: 7|Class name: VideoOptions
Method or attribute name: currentProgressRate?: number \| string \| PlaybackSpeed;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoOptions
Method or attribute name: previewUri?: string \| PixelMap \| Resource;
Initial version: 7|Class name: VideoOptions
Method or attribute name: previewUri?: string \| PixelMap \| Resource;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoOptions
Method or attribute name: controller?: VideoController;
Initial version: 7|Class name: VideoOptions
Method or attribute name: controller?: VideoController;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoController
Initial version: 7|Class name: VideoController
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoController
Method or attribute name: constructor();
Initial version: 7|Class name: VideoController
Method or attribute name: constructor();
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoController
Method or attribute name: start();
Initial version: 7|Class name: VideoController
Method or attribute name: start();
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoController
Method or attribute name: pause();
Initial version: 7|Class name: VideoController
Method or attribute name: pause();
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoController
Method or attribute name: stop();
Initial version: 7|Class name: VideoController
Method or attribute name: stop();
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoController
Method or attribute name: setCurrentTime(value: number);
Initial version: 7|Class name: VideoController
Method or attribute name: setCurrentTime(value: number);
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoController
Method or attribute name: requestFullscreen(value: boolean);
Initial version: 7|Class name: VideoController
Method or attribute name: requestFullscreen(value: boolean);
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoController
Method or attribute name: exitFullscreen();
Initial version: 7|Class name: VideoController
Method or attribute name: exitFullscreen();
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoController
Method or attribute name: setCurrentTime(value: number, seekMode: SeekMode);
Initial version: 8|Class name: VideoController
Method or attribute name: setCurrentTime(value: number, seekMode: SeekMode);
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoInterface
Initial version: 7|Class name: VideoInterface
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoInterface
Method or attribute name: (value: VideoOptions): VideoAttribute;
Initial version: 7|Class name: VideoInterface
Method or attribute name: (value: VideoOptions): VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoAttribute
Initial version: 7|Class name: VideoAttribute
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoAttribute
Method or attribute name: muted(value: boolean): VideoAttribute;
Initial version: 7|Class name: VideoAttribute
Method or attribute name: muted(value: boolean): VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoAttribute
Method or attribute name: autoPlay(value: boolean): VideoAttribute;
Initial version: 7|Class name: VideoAttribute
Method or attribute name: autoPlay(value: boolean): VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoAttribute
Method or attribute name: controls(value: boolean): VideoAttribute;
Initial version: 7|Class name: VideoAttribute
Method or attribute name: controls(value: boolean): VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoAttribute
Method or attribute name: loop(value: boolean): VideoAttribute;
Initial version: 6|Class name: VideoAttribute
Method or attribute name: loop(value: boolean): VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoAttribute
Method or attribute name: objectFit(value: ImageFit): VideoAttribute;
Initial version: 7|Class name: VideoAttribute
Method or attribute name: objectFit(value: ImageFit): VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoAttribute
Method or attribute name: onStart(event: () => void): VideoAttribute;
Initial version: 7|Class name: VideoAttribute
Method or attribute name: onStart(event: () => void): VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoAttribute
Method or attribute name: onPause(event: () => void): VideoAttribute;
Initial version: 7|Class name: VideoAttribute
Method or attribute name: onPause(event: () => void): VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoAttribute
Method or attribute name: onFinish(event: () => void): VideoAttribute;
Initial version: 7|Class name: VideoAttribute
Method or attribute name: onFinish(event: () => void): VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: VideoAttribute
Method or attribute name: onError(event: () => void): VideoAttribute;
Initial version: 7|Class name: VideoAttribute
Method or attribute name: onError(event: () => void): VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const Video: VideoInterface;
Initial version: 7|Class name: global
Method or attribute name: declare const Video: VideoInterface;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const VideoInstance: VideoAttribute;
Initial version: 7|Class name: global
Method or attribute name: declare const VideoInstance: VideoAttribute;
Initial version: 10|video.d.ts| +|Initial version changed|Class name: WaterFlowOptions
Initial version: 9|Class name: WaterFlowOptions
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowOptions
Method or attribute name: footer?: CustomBuilder;
Initial version: 9|Class name: WaterFlowOptions
Method or attribute name: footer?: CustomBuilder;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowOptions
Method or attribute name: scroller?: Scroller;
Initial version: 9|Class name: WaterFlowOptions
Method or attribute name: scroller?: Scroller;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowInterface
Initial version: 9|Class name: WaterFlowInterface
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowInterface
Method or attribute name: (options?: WaterFlowOptions): WaterFlowAttribute;
Initial version: 9|Class name: WaterFlowInterface
Method or attribute name: (options?: WaterFlowOptions): WaterFlowAttribute;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowAttribute
Initial version: 9|Class name: WaterFlowAttribute
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowAttribute
Method or attribute name: columnsTemplate(value: string): WaterFlowAttribute;
Initial version: 9|Class name: WaterFlowAttribute
Method or attribute name: columnsTemplate(value: string): WaterFlowAttribute;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowAttribute
Method or attribute name: itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;
Initial version: 9|Class name: WaterFlowAttribute
Method or attribute name: itemConstraintSize(value: ConstraintSizeOptions): WaterFlowAttribute;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowAttribute
Method or attribute name: rowsTemplate(value: string): WaterFlowAttribute;
Initial version: 9|Class name: WaterFlowAttribute
Method or attribute name: rowsTemplate(value: string): WaterFlowAttribute;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowAttribute
Method or attribute name: columnsGap(value: Length): WaterFlowAttribute;
Initial version: 9|Class name: WaterFlowAttribute
Method or attribute name: columnsGap(value: Length): WaterFlowAttribute;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowAttribute
Method or attribute name: rowsGap(value: Length): WaterFlowAttribute;
Initial version: 9|Class name: WaterFlowAttribute
Method or attribute name: rowsGap(value: Length): WaterFlowAttribute;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowAttribute
Method or attribute name: layoutDirection(value: FlexDirection): WaterFlowAttribute;
Initial version: 9|Class name: WaterFlowAttribute
Method or attribute name: layoutDirection(value: FlexDirection): WaterFlowAttribute;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowAttribute
Method or attribute name: onReachStart(event: () => void): WaterFlowAttribute;
Initial version: 9|Class name: WaterFlowAttribute
Method or attribute name: onReachStart(event: () => void): WaterFlowAttribute;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: WaterFlowAttribute
Method or attribute name: onReachEnd(event: () => void): WaterFlowAttribute;
Initial version: 9|Class name: WaterFlowAttribute
Method or attribute name: onReachEnd(event: () => void): WaterFlowAttribute;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const WaterFlow: WaterFlowInterface;
Initial version: 9|Class name: global
Method or attribute name: declare const WaterFlow: WaterFlowInterface;
Initial version: 10|water_flow.d.ts| +|Initial version changed|Class name: global
Method or attribute name: declare const WaterFlowInstance: WaterFlowAttribute;
Initial version: 9|Class name: global
Method or attribute name: declare const WaterFlowInstance: WaterFlowAttribute;
Initial version: 10|water_flow.d.ts| +|Function changed|Class name: ActionSheet
Method or attribute name: 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 };

});
|Class name: ActionSheet
Method or attribute name: 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| +|Function changed|Class name: AlphabetIndexerAttribute
Method or attribute name: alignStyle(value: IndexerAlign): AlphabetIndexerAttribute;
|Class name: AlphabetIndexerAttribute
Method or attribute name: alignStyle(value: IndexerAlign, offset?: Length): AlphabetIndexerAttribute;
|alphabet_indexer.d.ts| +|Function changed|Class name: PopupOptions
Method or attribute name: onStateChange?: (event: { isVisible: boolean }) => void;
|Class name: PopupOptions
Method or attribute name: onStateChange?: (event: {
/**
* is Visible.
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
|common.d.ts| +|Function changed|Class name: CustomPopupOptions
Method or attribute name: onStateChange?: (event: { isVisible: boolean }) => void;
|Class name: CustomPopupOptions
Method or attribute name: onStateChange?: (event: {
/**
* is Visible.
* @crossplatform
* @since 10
*/
isVisible: boolean
}) => void;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: backgroundBlurStyle(value: BlurStyle): T;
|Class name: CommonMethod
Method or attribute name: backgroundBlurStyle(value: BlurStyle, options?: BackgroundBlurStyleOptions): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: borderStyle(value: BorderStyle): T;
|Class name: CommonMethod
Method or attribute name: borderStyle(value: BorderStyle \| EdgeStyles): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: borderStyle(value: EdgeStyles): T;
|Class name: CommonMethod
Method or attribute name: borderStyle(value: BorderStyle \| EdgeStyles): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: borderWidth(value: Length): T;
|Class name: CommonMethod
Method or attribute name: borderWidth(value: Length \| EdgeWidths): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: borderWidth(value: EdgeWidths): T;
|Class name: CommonMethod
Method or attribute name: borderWidth(value: Length \| EdgeWidths): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: borderColor(value: ResourceColor): T;
|Class name: CommonMethod
Method or attribute name: borderColor(value: ResourceColor \| EdgeColors): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: borderColor(value: EdgeColors): T;
|Class name: CommonMethod
Method or attribute name: borderColor(value: ResourceColor \| EdgeColors): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: borderRadius(value: Length): T;
|Class name: CommonMethod
Method or attribute name: borderRadius(value: Length \| BorderRadiuses): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: borderRadius(value: BorderRadiuses): T;
|Class name: CommonMethod
Method or attribute name: borderRadius(value: Length \| BorderRadiuses): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: transition(value: TransitionOptions): T;
|Class name: CommonMethod
Method or attribute name: transition(value: TransitionOptions \| TransitionEffect): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: shadow(value: {
radius: number \| Resource;
color?: Color \| string \| Resource;
offsetX?: number \| Resource;
offsetY?: number \| Resource;
}): T;
|Class name: CommonMethod
Method or attribute name: shadow(value: ShadowOptions \| ShadowStyle): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute): T;
|Class name: CommonMethod
Method or attribute name: mask(value: CircleAttribute \| EllipseAttribute \| PathAttribute \| RectAttribute \| ProgressMask): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: bindMenu(content: { value: string; action: () => void }[] \| CustomBuilder): T;
|Class name: CommonMethod
Method or attribute name: bindMenu(content: { value: ResourceStr; icon?: ResourceStr; action: () => void }[] \| CustomBuilder, options?: MenuOptions): T;
|common.d.ts| +|Function changed|Class name: CommonMethod
Method or attribute name: bindContextMenu(content: CustomBuilder, responseType: ResponseType): T;
|Class name: CommonMethod
Method or attribute name: bindContextMenu(content: CustomBuilder, responseType: ResponseType, options?: ContextMenuOptions): T;
|common.d.ts| +|Function changed|Class name: ImageInterface
Method or attribute name: (src: string \| PixelMap \| Resource): ImageAttribute;
|Class name: ImageInterface
Method or attribute name: (src: PixelMap \| ResourceStr \| DrawableDescriptor): ImageAttribute;
|image.d.ts| +|Function changed|Class name: MenuItemAttribute
Method or attribute name: selectIcon(value: boolean): MenuItemAttribute;
|Class name: MenuItemAttribute
Method or attribute name: selectIcon(value: boolean \| ResourceStr): MenuItemAttribute;
|menu_item.d.ts| +|Function changed|Class name: NavigationAttribute
Method or attribute name: title(value: string \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
|Class name: NavigationAttribute
Method or attribute name: title(value: ResourceStr \| CustomBuilder \| NavigationCommonTitle \| NavigationCustomTitle): NavigationAttribute;
|navigation.d.ts| +|Function changed|Class name: RefreshInterface
Method or attribute name: (value: { refreshing: boolean; offset?: number \| string; friction?: number \| string }): RefreshAttribute;
|Class name: RefreshInterface
Method or attribute name: (value: RefreshOptions): RefreshAttribute;
|refresh.d.ts| +|Function changed|Class name: Scroller
Method or attribute name: scrollTo(value: {
xOffset: number \| string;
yOffset: number \| string;
animation?: { duration: number; curve: Curve };
});
|Class name: Scroller
Method or attribute name: 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| +|Function changed|Class name: Scroller
Method or attribute name: scrollToIndex(value: number);
|Class name: Scroller
Method or attribute name: scrollToIndex(value: number, smooth?:boolean);
|scroll.d.ts| +|Function changed|Class name: SearchInterface
Method or attribute name: (options?: { value?: string;
placeholder?: string;
icon?: string;
controller?: SearchController
}): SearchAttribute;
|Class name: SearchInterface
Method or attribute name: (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| +|Function changed|Class name: SearchAttribute
Method or attribute name: searchButton(value: string): SearchAttribute;
|Class name: SearchAttribute
Method or attribute name: searchButton(value: string, option?: SearchButtonOption): SearchAttribute;
|search.d.ts| +|Function changed|Class name: SwiperAttribute
Method or attribute name: indicator(value: boolean): SwiperAttribute;
|Class name: SwiperAttribute
Method or attribute name: indicator(value: DotIndicator \| DigitIndicator \| boolean): SwiperAttribute;
|swiper.d.ts| +|Function changed|Class name: SwiperAttribute
Method or attribute name: curve(value: Curve \| string): SwiperAttribute;
|Class name: SwiperAttribute
Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttribute;
|swiper.d.ts| +|Function changed|Class name: SubTabBarStyle
Method or attribute name: constructor(content: string \| Resource);
|Class name: SubTabBarStyle
Method or attribute name: constructor(content: ResourceStr);
|tab_content.d.ts| +|Function changed|Class name: BottomTabBarStyle
Method or attribute name: constructor(icon: string \| Resource, text: string \| Resource);
|Class name: BottomTabBarStyle
Method or attribute name: constructor(icon: ResourceStr, text: ResourceStr);
|tab_content.d.ts| +|Function changed|Class name: VideoAttribute
Method or attribute name: onFullscreenChange(callback: (event?: { fullscreen: boolean }) => void): VideoAttribute;
|Class name: VideoAttribute
Method or attribute name: onFullscreenChange(callback: (event?: {
/**
* Play the flag in full screen.
* @crossplatform
* @since 10
*/
fullscreen: boolean
}) => void): VideoAttribute;
|video.d.ts| +|Function changed|Class name: VideoAttribute
Method or attribute name: onPrepared(callback: (event?: { duration: number }) => void): VideoAttribute;
|Class name: VideoAttribute
Method or attribute name: onPrepared(callback: (event?: {
/**
* Playback duration.
* @crossplatform
* @since 10
*/
duration: number
}) => void): VideoAttribute;
|video.d.ts| +|Function changed|Class name: VideoAttribute
Method or attribute name: onSeeking(callback: (event?: { time: number }) => void): VideoAttribute;
|Class name: VideoAttribute
Method or attribute name: onSeeking(callback: (event?: {
/**
* Play time.
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
|video.d.ts| +|Function changed|Class name: VideoAttribute
Method or attribute name: onSeeked(callback: (event?: { time: number }) => void): VideoAttribute;
|Class name: VideoAttribute
Method or attribute name: onSeeked(callback: (event?: {
/**
* Play time.
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
|video.d.ts| +|Function changed|Class name: VideoAttribute
Method or attribute name: onUpdate(callback: (event?: { time: number }) => void): VideoAttribute;
|Class name: VideoAttribute
Method or attribute name: onUpdate(callback: (event?: {
/**
* Play time.
* @crossplatform
* @since 10
*/
time: number
}) => void): VideoAttribute;
|video.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-battery.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-battery.md new file mode 100644 index 0000000000000000000000000000000000000000..c9ce5f72e18cc62d5fd8407ac10da4021a53037d --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-battery.md @@ -0,0 +1,22 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_SOC = 'soc'|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_CHARGE_STATE = 'chargeState'|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_HEALTH_STATE = 'healthState'|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_PLUGGED_TYPE = 'pluggedType'|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_VOLTAGE = 'voltage'|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_TECHNOLOGY = 'technology'|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_TEMPERATURE = 'temperature'|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_PRESENT = 'present'|@ohos.batteryInfo.d.ts| +|Added|NA|Class name: CommonEventBatteryChangedKey
Method or attribute name: EXTRA_CAPACITY_LEVEL = 'capacityLevel'|@ohos.batteryInfo.d.ts| +|Added|NA|Module name: ohos.charger
Class name: charger|@ohos.charger.d.ts| +|Added|NA|Module name: ohos.charger
Class name: ChargeType|@ohos.charger.d.ts| +|Added|NA|Module name: ohos.charger
Class name: ChargeType
Method or attribute name: NONE|@ohos.charger.d.ts| +|Added|NA|Module name: ohos.charger
Class name: ChargeType
Method or attribute name: WIRED_NORMAL|@ohos.charger.d.ts| +|Added|NA|Module name: ohos.charger
Class name: ChargeType
Method or attribute name: WIRED_QUICK|@ohos.charger.d.ts| +|Added|NA|Module name: ohos.charger
Class name: ChargeType
Method or attribute name: WIRED_SUPER_QUICK|@ohos.charger.d.ts| +|Added|NA|Module name: ohos.charger
Class name: ChargeType
Method or attribute name: WIRELESS_NORMAL|@ohos.charger.d.ts| +|Added|NA|Module name: ohos.charger
Class name: ChargeType
Method or attribute name: WIRELESS_QUICK|@ohos.charger.d.ts| +|Added|NA|Module name: ohos.charger
Class name: ChargeType
Method or attribute name: WIRELESS_SUPER_QUICK|@ohos.charger.d.ts| +|Deprecated version changed|Class name: RunningLockType
Method or attribute name: BACKGROUND = 1
Deprecated version: N/A|Class name: RunningLockType
Method or attribute name: BACKGROUND = 1
Deprecated version: 10
Substitute API: N/A|@ohos.runningLock.d.ts| +|Error code added|NA|Class name: batteryStats
Method or attribute name: function getBatteryStats(): Promise\>;
Error code: 202, 4600101|@ohos.batteryStatistics.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-bundle.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-bundle.md new file mode 100644 index 0000000000000000000000000000000000000000..6656a0110cc37ee179b6e026b56baf044eecd2e7 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-bundle.md @@ -0,0 +1,94 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.app.businessAbilityRouter
Class name: businessAbilityRouter|@ohos.app.businessAbilityRouter.d.ts| +|Added|NA|Module name: ohos.app.businessAbilityRouter
Class name: BusinessType|@ohos.app.businessAbilityRouter.d.ts| +|Added|NA|Module name: ohos.app.businessAbilityRouter
Class name: BusinessType
Method or attribute name: SHARE = 0|@ohos.app.businessAbilityRouter.d.ts| +|Added|NA|Module name: ohos.app.businessAbilityRouter
Class name: BusinessType
Method or attribute name: UNSPECIFIED = 255|@ohos.app.businessAbilityRouter.d.ts| +|Added|NA|Module name: ohos.app.businessAbilityRouter
Class name: BusinessAbilityFilter|@ohos.app.businessAbilityRouter.d.ts| +|Added|NA|Module name: ohos.app.businessAbilityRouter
Class name: BusinessAbilityFilter
Method or attribute name: businessType: BusinessType;|@ohos.app.businessAbilityRouter.d.ts| +|Added|NA|Module name: ohos.app.businessAbilityRouter
Class name: BusinessAbilityFilter
Method or attribute name: mimeType?: string;|@ohos.app.businessAbilityRouter.d.ts| +|Added|NA|Module name: ohos.app.businessAbilityRouter
Class name: BusinessAbilityFilter
Method or attribute name: uri?: string;|@ohos.app.businessAbilityRouter.d.ts| +|Added|NA|Module name: ohos.app.businessAbilityRouter
Class name: businessAbilityRouter
Method or attribute name: function queryBusinessAbilityInfo(filter: BusinessAbilityFilter,

callback: AsyncCallback\>): void;|@ohos.app.businessAbilityRouter.d.ts| +|Added|NA|Module name: ohos.app.businessAbilityRouter
Class name: businessAbilityRouter
Method or attribute name: function queryBusinessAbilityInfo(filter: BusinessAbilityFilter): Promise\>;|@ohos.app.businessAbilityRouter.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: PRINT = 15|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: ExtensionAbilityType
Method or attribute name: PRINT = 15|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: ExtensionAbilityType
Method or attribute name: DRIVER = 18|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: ExtensionAbilityType
Method or attribute name: DRIVER = 18|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: CompatiblePolicy|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Module name: ohos.bundle.bundleManager
Class name: CompatiblePolicy
Method or attribute name: BACKWARD_COMPATIBILITY = 1|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: bundleManager
Method or attribute name: function getAllSharedBundleInfo(callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: bundleManager
Method or attribute name: function getAllSharedBundleInfo(): Promise\>;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: bundleManager
Method or attribute name: function getSharedBundleInfo(bundleName: string, moduleName: string, callback: AsyncCallback\>): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: bundleManager
Method or attribute name: function getSharedBundleInfo(bundleName: string, moduleName: string): Promise\>;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: bundleManager
Method or attribute name: function getAppProvisionInfo(bundleName: string, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: bundleManager
Method or attribute name: function getAppProvisionInfo(bundleName: string, userId: number, callback: AsyncCallback\): void;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: bundleManager
Method or attribute name: function getAppProvisionInfo(bundleName: string, userId?: number): Promise\;|@ohos.bundle.bundleManager.d.ts| +|Added|NA|Class name: ApplicationType
Method or attribute name: BROWSER = 'Web Browser'|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Class name: ApplicationType
Method or attribute name: IMAGE = 'Image Gallery'|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Class name: ApplicationType
Method or attribute name: AUDIO = 'Audio Player'|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Class name: ApplicationType
Method or attribute name: VIDEO = 'Video Player'|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Class name: ApplicationType
Method or attribute name: PDF = 'PDF Viewer'|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Class name: ApplicationType
Method or attribute name: WORD = 'Word Viewer'|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Class name: ApplicationType
Method or attribute name: EXCEL = 'Excel Viewer'|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Class name: ApplicationType
Method or attribute name: PPT = 'PPT Viewer'|@ohos.bundle.defaultAppManager.d.ts| +|Added|NA|Class name: InstallParam
Method or attribute name: sharedBundleDirPaths?: Array\;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: UninstallParam|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: UninstallParam
Method or attribute name: bundleName: string;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.installer
Class name: UninstallParam
Method or attribute name: versionCode?: number;|@ohos.bundle.installer.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function setOverlayEnabled(moduleName: string, isEnabled: boolean, callback: AsyncCallback\): void;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function setOverlayEnabled(moduleName: string, isEnabled: boolean): Promise\;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function setOverlayEnabledByBundleName(bundleName: string,

moduleName: string, isEnabled: boolean, callback: AsyncCallback\): void;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function setOverlayEnabledByBundleName(bundleName: string, moduleName: string, isEnabled: boolean): Promise\;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function getOverlayModuleInfo(moduleName: string, callback: AsyncCallback\): void;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function getOverlayModuleInfo(moduleName: string): Promise\;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function getTargetOverlayModuleInfos(targetModuleName: string,

callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function getTargetOverlayModuleInfos(targetModuleName: string): Promise\>;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function getOverlayModuleInfoByBundleName(bundleName: string,

callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function getOverlayModuleInfoByBundleName(bundleName: string,

moduleName: string, callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function getOverlayModuleInfoByBundleName(bundleName: string,

moduleName?: string): Promise\>;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,

callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,

moduleName: string, callback: AsyncCallback\>): void;|@ohos.bundle.overlay.d.ts| +|Added|NA|Module name: ohos.bundle.overlay
Class name: overlay
Method or attribute name: function getTargetOverlayModuleInfosByBundleName(targetBundleName: string,

moduleName?: string): Promise\>;|@ohos.bundle.overlay.d.ts| +|Added|NA|Class name: ApplicationInfo
Method or attribute name: readonly debug: boolean;|ApplicationInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo
Method or attribute name: readonly versionCode: number;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo
Method or attribute name: readonly versionName: string;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo
Method or attribute name: readonly uuid: string;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo
Method or attribute name: readonly type: string;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo
Method or attribute name: readonly appDistributionType: string;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo
Method or attribute name: readonly validity: Validity;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo
Method or attribute name: readonly developerId: string;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo
Method or attribute name: readonly certificate: string;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo
Method or attribute name: readonly apl: string;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: AppProvisionInfo
Method or attribute name: readonly issuer: string;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: Validity|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: Validity
Method or attribute name: readonly notBefore: number;|AppProvisionInfo.d.ts| +|Added|NA|Module name: AppProvisionInfo
Class name: Validity
Method or attribute name: readonly notAfter: number;|AppProvisionInfo.d.ts| +|Added|NA|Module name: BusinessAbilityInfo
Class name: BusinessAbilityInfo|BusinessAbilityInfo.d.ts| +|Added|NA|Module name: BusinessAbilityInfo
Class name: BusinessAbilityInfo
Method or attribute name: readonly bundleName: string;|BusinessAbilityInfo.d.ts| +|Added|NA|Module name: BusinessAbilityInfo
Class name: BusinessAbilityInfo
Method or attribute name: readonly moduleName: string;|BusinessAbilityInfo.d.ts| +|Added|NA|Module name: BusinessAbilityInfo
Class name: BusinessAbilityInfo
Method or attribute name: readonly name: string;|BusinessAbilityInfo.d.ts| +|Added|NA|Module name: BusinessAbilityInfo
Class name: BusinessAbilityInfo
Method or attribute name: readonly labelId: number;|BusinessAbilityInfo.d.ts| +|Added|NA|Module name: BusinessAbilityInfo
Class name: BusinessAbilityInfo
Method or attribute name: readonly descriptionId: number;|BusinessAbilityInfo.d.ts| +|Added|NA|Module name: BusinessAbilityInfo
Class name: BusinessAbilityInfo
Method or attribute name: readonly iconId: number;|BusinessAbilityInfo.d.ts| +|Added|NA|Module name: BusinessAbilityInfo
Class name: BusinessAbilityInfo
Method or attribute name: readonly businessType: businessAbilityRouter.BusinessType;|BusinessAbilityInfo.d.ts| +|Added|NA|Module name: BusinessAbilityInfo
Class name: BusinessAbilityInfo
Method or attribute name: readonly applicationInfo: ApplicationInfo;|BusinessAbilityInfo.d.ts| +|Added|NA|Class name: Dependency
Method or attribute name: readonly bundleName: string;|HapModuleInfo.d.ts| +|Added|NA|Class name: Dependency
Method or attribute name: readonly versionCode: number;|HapModuleInfo.d.ts| +|Added|NA|Module name: OverlayModuleInfo
Class name: OverlayModuleInfo|OverlayModuleInfo.d.ts| +|Added|NA|Module name: OverlayModuleInfo
Class name: OverlayModuleInfo
Method or attribute name: readonly bundleName: string;|OverlayModuleInfo.d.ts| +|Added|NA|Module name: OverlayModuleInfo
Class name: OverlayModuleInfo
Method or attribute name: readonly moduleName: string;|OverlayModuleInfo.d.ts| +|Added|NA|Module name: OverlayModuleInfo
Class name: OverlayModuleInfo
Method or attribute name: readonly targetModuleName: string;|OverlayModuleInfo.d.ts| +|Added|NA|Module name: OverlayModuleInfo
Class name: OverlayModuleInfo
Method or attribute name: readonly priority: number;|OverlayModuleInfo.d.ts| +|Added|NA|Module name: OverlayModuleInfo
Class name: OverlayModuleInfo
Method or attribute name: readonly state: number;|OverlayModuleInfo.d.ts| +|Added|NA|Module name: SharedBundleInfo
Class name: SharedBundleInfo|SharedBundleInfo.d.ts| +|Added|NA|Module name: SharedBundleInfo
Class name: SharedBundleInfo
Method or attribute name: readonly name: string;|SharedBundleInfo.d.ts| +|Added|NA|Module name: SharedBundleInfo
Class name: SharedBundleInfo
Method or attribute name: readonly compatiblePolicy: bundleManager.CompatiblePolicy;|SharedBundleInfo.d.ts| +|Added|NA|Module name: SharedBundleInfo
Class name: SharedBundleInfo
Method or attribute name: readonly sharedModuleInfo: Array\;|SharedBundleInfo.d.ts| +|Added|NA|Module name: SharedBundleInfo
Class name: SharedModuleInfo|SharedBundleInfo.d.ts| +|Added|NA|Module name: SharedBundleInfo
Class name: SharedModuleInfo
Method or attribute name: readonly name: string;|SharedBundleInfo.d.ts| +|Added|NA|Module name: SharedBundleInfo
Class name: SharedModuleInfo
Method or attribute name: readonly versionCode: number;|SharedBundleInfo.d.ts| +|Added|NA|Module name: SharedBundleInfo
Class name: SharedModuleInfo
Method or attribute name: readonly versionName: string;|SharedBundleInfo.d.ts| +|Added|NA|Module name: SharedBundleInfo
Class name: SharedModuleInfo
Method or attribute name: readonly description: string;|SharedBundleInfo.d.ts| +|Added|NA|Module name: SharedBundleInfo
Class name: SharedModuleInfo
Method or attribute name: readonly descriptionId: number;|SharedBundleInfo.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-communication.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-communication.md new file mode 100644 index 0000000000000000000000000000000000000000..c60d77d038dfa5ba5ca2075805d7c2f9451fbda4 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-communication.md @@ -0,0 +1,175 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setDevicePinCode(device: string, code: string, callback: AsyncCallback\): void;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: bluetoothManager
Method or attribute name: function setDevicePinCode(device: string, code: string): Promise\;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: BLECharacteristic
Method or attribute name: properties?: GattProperties;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: ScanResult
Method or attribute name: deviceName: string;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinRequiredParam
Method or attribute name: pinType: PinType;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattProperties|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattProperties
Method or attribute name: write?: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattProperties
Method or attribute name: writeNoResponse?: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattProperties
Method or attribute name: read?: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattProperties
Method or attribute name: notify?: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: GattProperties
Method or attribute name: indicate?: boolean;|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinType|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinType
Method or attribute name: PIN_TYPE_ENTER_PIN_CODE = 0|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinType
Method or attribute name: PIN_TYPE_ENTER_PASSKEY = 1|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinType
Method or attribute name: PIN_TYPE_CONFIRM_PASSKEY = 2|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinType
Method or attribute name: PIN_TYPE_NO_PASSKEY_CONSENT = 3|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinType
Method or attribute name: PIN_TYPE_NOTIFY_PASSKEY = 4|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinType
Method or attribute name: PIN_TYPE_DISPLAY_PIN_CODE = 5|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinType
Method or attribute name: PIN_TYPE_OOB_CONSENT = 6|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.bluetoothManager
Class name: PinType
Method or attribute name: PIN_TYPE_PIN_16_DIGITS = 7|@ohos.bluetoothManager.d.ts| +|Added|NA|Module name: ohos.net.connection
Class name: connection
Method or attribute name: function getGlobalHttpProxy(callback: AsyncCallback\): void;|@ohos.net.connection.d.ts| +|Added|NA|Module name: ohos.net.connection
Class name: connection
Method or attribute name: function getGlobalHttpProxy(): Promise\;|@ohos.net.connection.d.ts| +|Added|NA|Module name: ohos.net.connection
Class name: connection
Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy, callback: AsyncCallback\): void;|@ohos.net.connection.d.ts| +|Added|NA|Module name: ohos.net.connection
Class name: connection
Method or attribute name: function setGlobalHttpProxy(httpProxy: HttpProxy): Promise\;|@ohos.net.connection.d.ts| +|Added|NA|Module name: ohos.net.connection
Class name: HttpProxy|@ohos.net.connection.d.ts| +|Added|NA|Module name: ohos.net.connection
Class name: HttpProxy
Method or attribute name: host: string;|@ohos.net.connection.d.ts| +|Added|NA|Module name: ohos.net.connection
Class name: HttpProxy
Method or attribute name: port: number;|@ohos.net.connection.d.ts| +|Added|NA|Module name: ohos.net.connection
Class name: HttpProxy
Method or attribute name: exclusionList: Array\;|@ohos.net.connection.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function on(type: 'interfaceStateChange', callback: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.ethernet
Class name: ethernet
Method or attribute name: function off(type: 'interfaceStateChange', callback?: Callback\<{ iface: string, active: boolean }>): void;|@ohos.net.ethernet.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequestOptions
Method or attribute name: usingProxy?: boolean \| HttpProxy;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequestOptions
Method or attribute name: caPath?: string;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequest
Method or attribute name: request2(url: string, callback: AsyncCallback\): void;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequest
Method or attribute name: request2(url: string, options: HttpRequestOptions, callback: AsyncCallback\): void;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequest
Method or attribute name: request2(url: string, options?: HttpRequestOptions): Promise\;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequest
Method or attribute name: on(type: "dataReceive", callback: Callback\): void;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequest
Method or attribute name: off(type: "dataReceive", callback?: Callback\): void;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequest
Method or attribute name: on(type: "dataEnd", callback: Callback\): void;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequest
Method or attribute name: off(type: "dataEnd", callback?: Callback\): void;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequest
Method or attribute name: on(type: "dataProgress", callback: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.http
Class name: HttpRequest
Method or attribute name: off(type: "dataProgress", callback?: Callback\<{ receiveSize: number, totalSize: number }>): void;|@ohos.net.http.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: mdns|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: mdns
Method or attribute name: function addLocalService(context: Context, serviceInfo: LocalServiceInfo,
callback: AsyncCallback\): void;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: mdns
Method or attribute name: function addLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: mdns
Method or attribute name: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo,
callback: AsyncCallback\): void;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: mdns
Method or attribute name: function removeLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: mdns
Method or attribute name: function createDiscoveryService(context: Context, serviceType: string): DiscoveryService;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: mdns
Method or attribute name: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo,
callback: AsyncCallback\): void;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: mdns
Method or attribute name: function resolveLocalService(context: Context, serviceInfo: LocalServiceInfo): Promise\;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: DiscoveryService|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: DiscoveryService
Method or attribute name: on(type: 'discoveryStart',
callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: DiscoveryService
Method or attribute name: on(type: 'discoveryStop',
callback: Callback\<{ serviceInfo: LocalServiceInfo, errorCode?: MdnsError }>): void;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: DiscoveryService
Method or attribute name: on(type: 'serviceFound', callback: Callback\): void;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: DiscoveryService
Method or attribute name: on(type: 'serviceLost', callback: Callback\): void;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: DiscoveryService
Method or attribute name: startSearchingMDNS(): void;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: DiscoveryService
Method or attribute name: stopSearchingMDNS(): void;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: LocalServiceInfo|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: LocalServiceInfo
Method or attribute name: serviceType: string;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: LocalServiceInfo
Method or attribute name: serviceName: string;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: LocalServiceInfo
Method or attribute name: port?: number;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: LocalServiceInfo
Method or attribute name: host?: NetAddress;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: LocalServiceInfo
Method or attribute name: serviceAttribute?: Array\;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: ServiceAttribute|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: ServiceAttribute
Method or attribute name: key: string;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: ServiceAttribute
Method or attribute name: value: Array\;|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: MdnsError|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: MdnsError
Method or attribute name: INTERNAL_ERROR = 0|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: MdnsError
Method or attribute name: ALREADY_ACTIVE = 1|@ohos.net.mdns.d.ts| +|Added|NA|Module name: ohos.net.mdns
Class name: MdnsError
Method or attribute name: MAX_LIMIT = 2|@ohos.net.mdns.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function registerForegroundDispatch(elementName: ElementName, discTech: number[], callback: AsyncCallback\): void;|@ohos.nfc.tag.d.ts| +|Added|NA|Class name: tag
Method or attribute name: function unregisterForegroundDispatch(elementName: ElementName): void;|@ohos.nfc.tag.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: omapi|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: omapi
Method or attribute name: function newSEService(type: 'serviceState', callback: Callback\): SEService;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: SEService|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: SEService
Method or attribute name: getReaders(): Reader[];|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: SEService
Method or attribute name: isConnected(): boolean;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: SEService
Method or attribute name: shutdown(): void;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: SEService
Method or attribute name: getVersion(): string;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Reader|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Reader
Method or attribute name: getName(): string;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Reader
Method or attribute name: isSecureElementPresent(): boolean;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Reader
Method or attribute name: openSession(): Session;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Reader
Method or attribute name: closeSessions(): void;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: getReader(): Reader;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: getATR(): number[];|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: close(): void;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: isClosed(): boolean;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: closeChannels(): void;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: openBasicChannel(aid: number[]): Promise\;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: openBasicChannel(aid: number[], callback: AsyncCallback\): void;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: openBasicChannel(aid: number[], p2: number): Promise\;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: openBasicChannel(aid: number[], p2: number, callback: AsyncCallback\): void;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: openLogicalChannel(aid: number[]): Promise\;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: openLogicalChannel(aid: number[], callback: AsyncCallback\): void;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: openLogicalChannel(aid: number[], p2: number): Promise\;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Session
Method or attribute name: openLogicalChannel(aid: number[], p2: number, callback: AsyncCallback\): void;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Channel|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Channel
Method or attribute name: getSession(): Session;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Channel
Method or attribute name: close(): void;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Channel
Method or attribute name: isBasicChannel(): boolean;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Channel
Method or attribute name: isClosed(): boolean;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Channel
Method or attribute name: getSelectResponse(): number[];|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Channel
Method or attribute name: transmit(command: number[]): Promise\;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: Channel
Method or attribute name: transmit(command: number[], callback: AsyncCallback\): void;|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: ServiceState|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: ServiceState
Method or attribute name: DISCONNECTED = 0|@ohos.secureElement.d.ts| +|Added|NA|Module name: ohos.secureElement
Class name: ServiceState
Method or attribute name: CONNECTED = 1|@ohos.secureElement.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function getScanInfoList(): Array\;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function updateDeviceConfig(config: WifiDeviceConfig): number;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function disableDeviceConfig(networkId: number): void;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function removeAllDeviceConfigs(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function removeDeviceConfig(networkId: number): void;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function isBandTypeSupported(bandType: WifiBandType): boolean;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function get5GChannelList(): Array\;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function getHotspotStations(): Array\;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function getCurrentP2pGroup(): Promise\;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function getCurrentP2pGroup(callback: AsyncCallback\): void;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function createP2pGroup(config: WifiP2PConfig): void;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function removeP2pGroup(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function startDiscoverP2pDevices(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function stopDiscoverP2pDevices(): void;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function deletePersistentP2pGroup(netId: number): void;|@ohos.wifiManager.d.ts| +|Added|NA|Class name: wifiManager
Method or attribute name: function setP2pDeviceName(devName: string): void;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiBandType|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiBandType
Method or attribute name: WIFI_BAND_NONE|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiBandType
Method or attribute name: WIFI_BAND_2G|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiBandType
Method or attribute name: WIFI_BAND_5G|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiBandType
Method or attribute name: WIFI_BAND_6G|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiBandType
Method or attribute name: WIFI_BAND_60G|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiStandard|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiStandard
Method or attribute name: WIFI_STANDARD_UNDEFINED|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiStandard
Method or attribute name: WIFI_STANDARD_11A|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiStandard
Method or attribute name: WIFI_STANDARD_11B|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiStandard
Method or attribute name: WIFI_STANDARD_11G|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiStandard
Method or attribute name: WIFI_STANDARD_11N|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiStandard
Method or attribute name: WIFI_STANDARD_11AC|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiStandard
Method or attribute name: WIFI_STANDARD_11AX|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiStandard
Method or attribute name: WIFI_STANDARD_11AD|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: rxLinkSpeed: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: maxSupportedTxLinkSpeed: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: maxSupportedRxLinkSpeed: number;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: channelWidth: WifiChannelWidth;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: WifiLinkedInfo
Method or attribute name: wifiStandard: WifiStandard;|@ohos.wifiManager.d.ts| +|Added|NA|Module name: ohos.wifiManager
Class name: HotspotConfig
Method or attribute name: channel: number;|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getScanResults(): Promise\>;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getScanResults(callback: AsyncCallback\>): void;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getScanResultsSync(): Array\;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function updateNetwork(config: WifiDeviceConfig): number;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function disableNetwork(netId: number): void;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeAllNetwork(): void;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeDevice(id: number): void;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getStations(): Array\;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getCurrentGroup(): Promise\;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function getCurrentGroup(callback: AsyncCallback\): void;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function createGroup(config: WifiP2PConfig): void;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function removeGroup(): void;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function startDiscoverDevices(): void;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function stopDiscoverDevices(): void;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function deletePersistentGroup(netId: number): void;|NA|@ohos.wifiManager.d.ts| +|Deleted|Module name: ohos.wifiManager
Class name: wifiManager
Method or attribute name: function setDeviceName(devName: string): void;|NA|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function scan(): void;
Permission: ohos.permission.SET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function scan(): void;
Permission: ohos.permission.SET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function getCandidateConfigs(): Array\;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function getCandidateConfigs(): Array\;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function getDeviceConfigs(): Array\;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.GET_WIFI_CONFIG|Class name: wifiManager
Method or attribute name: function getDeviceConfigs(): Array\;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION and ohos.permission.GET_WIFI_CONFIG|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function getP2pPeerDevices(): Promise\;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function getP2pPeerDevices(): Promise\;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\): void;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function getP2pPeerDevices(callback: AsyncCallback\): void;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function p2pConnect(config: WifiP2PConfig): void;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function getP2pGroups(): Promise\>;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function getP2pGroups(): Promise\>;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function getP2pGroups(callback: AsyncCallback\>): void;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function getP2pGroups(callback: AsyncCallback\>): void;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\): void;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function on(type: "p2pDeviceChange", callback: Callback\): void;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\): void;
Permission: ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function off(type: "p2pDeviceChange", callback?: Callback\): void;
Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\): void;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function on(type: "p2pPeerDeviceChange", callback: Callback\): void;
Permission: ohos.permission.GET_WIFI_INFO and ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| +|Permission changed|Class name: wifiManager
Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\): void;
Permission: ohos.permission.LOCATION|Class name: wifiManager
Method or attribute name: function off(type: "p2pPeerDeviceChange", callback?: Callback\): void;
Permission: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION|@ohos.wifiManager.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md new file mode 100644 index 0000000000000000000000000000000000000000..031938e0a7081cdc0c1b4dc2876412750e128467 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-compiler-and-runtime.md @@ -0,0 +1,42 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: global
Class name: console
Method or attribute name: static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static count(label?: string): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static count(label?: string): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static countReset(label?: string): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static countReset(label?: string): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static dir(dir?: Object): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static dir(dir?: Object): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static dirxml(...arguments: Object[]): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static dirxml(...arguments: Object[]): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static group(...arguments: Object[]): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static group(...arguments: Object[]): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static groupCollapsed(...arguments: Object[]): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static groupCollapsed(...arguments: Object[]): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static groupEnd(): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static groupEnd(): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static table(tableData?: Object): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static table(tableData?: Object): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static time(label?: string): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static time(label?: string): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static timeEnd(label?: string): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static timeEnd(label?: string): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts| +|Added|NA|Module name: global
Class name: console
Method or attribute name: static trace(...arguments: Object[]): void;|global.d.ts| +|Added|NA|Class name: console
Method or attribute name: static trace(...arguments: Object[]): void;|global.d.ts| +|Initial version changed|Class name: LRUCache
Method or attribute name: keys(): K[];
Initial version: N/A|Class name: LRUCache
Method or attribute name: keys(): K[];
Initial version: 9|@ohos.util.d.ts| +|Initial version changed|Class name: WorkerEventListener
Method or attribute name: (event: Event): void \| Promise\;
Initial version: 9|Class name: WorkerEventListener
Method or attribute name: (event: Event): void \| Promise\;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: WorkerEventTarget
Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;
Initial version: 9|Class name: WorkerEventTarget
Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: ThreadWorkerGlobalScope
Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
Initial version: 9|Class name: ThreadWorkerGlobalScope
Method or attribute name: onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: ThreadWorkerGlobalScope
Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
Initial version: 9|Class name: ThreadWorkerGlobalScope
Method or attribute name: onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: ThreadWorker
Method or attribute name: onexit?: (code: number) => void;
Initial version: 9|Class name: ThreadWorker
Method or attribute name: onexit?: (code: number) => void;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: ThreadWorker
Method or attribute name: onerror?: (err: ErrorEvent) => void;
Initial version: 9|Class name: ThreadWorker
Method or attribute name: onerror?: (err: ErrorEvent) => void;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: ThreadWorker
Method or attribute name: onmessage?: (event: MessageEvents) => void;
Initial version: 9|Class name: ThreadWorker
Method or attribute name: onmessage?: (event: MessageEvents) => void;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: ThreadWorker
Method or attribute name: onmessageerror?: (event: MessageEvents) => void;
Initial version: 9|Class name: ThreadWorker
Method or attribute name: onmessageerror?: (event: MessageEvents) => void;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: ThreadWorker
Method or attribute name: on(type: string, listener: WorkerEventListener): void;
Initial version: 9|Class name: ThreadWorker
Method or attribute name: on(type: string, listener: WorkerEventListener): void;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: ThreadWorker
Method or attribute name: once(type: string, listener: WorkerEventListener): void;
Initial version: 9|Class name: ThreadWorker
Method or attribute name: once(type: string, listener: WorkerEventListener): void;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: ThreadWorker
Method or attribute name: off(type: string, listener?: WorkerEventListener): void;
Initial version: 9|Class name: ThreadWorker
Method or attribute name: off(type: string, listener?: WorkerEventListener): void;
Initial version: 10|@ohos.worker.d.ts| +|Initial version changed|Class name: ThreadWorker
Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;
Initial version: 9|Class name: ThreadWorker
Method or attribute name: addEventListener(type: string, listener: WorkerEventListener): void;
Initial version: 10|@ohos.worker.d.ts| +|Function changed|Class name: RationalNumber
Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber​;
|Class name: RationalNumber
Method or attribute name: static createRationalFromString(rationalString: string): RationalNumber;
|@ohos.util.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-customization.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-customization.md new file mode 100644 index 0000000000000000000000000000000000000000..a434411d2f769d22d582823f548bb5c801351426 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-customization.md @@ -0,0 +1,138 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.enterprise.accountManager
Class name: accountManager|@ohos.enterprise.accountManager.d.ts| +|Added|NA|Module name: ohos.enterprise.accountManager
Class name: accountManager
Method or attribute name: function disallowAddLocalAccount(admin: Want, disallow: boolean, callback: AsyncCallback\): void;|@ohos.enterprise.accountManager.d.ts| +|Added|NA|Module name: ohos.enterprise.accountManager
Class name: accountManager
Method or attribute name: function disallowAddLocalAccount(admin: Want, disallow: boolean): Promise\;|@ohos.enterprise.accountManager.d.ts| +|Added|NA|Class name: ManagedEvent
Method or attribute name: MANAGED_EVENT_APP_START = 2|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Class name: ManagedEvent
Method or attribute name: MANAGED_EVENT_APP_STOP = 3|@ohos.enterprise.adminManager.d.ts| +|Added|NA|Module name: ohos.enterprise.applicationManager
Class name: applicationManager|@ohos.enterprise.applicationManager.d.ts| +|Added|NA|Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function addDisallowedRunningBundles(admin: Want, appIds: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.applicationManager.d.ts| +|Added|NA|Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function addDisallowedRunningBundles(admin: Want, appIds: Array\, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.applicationManager.d.ts| +|Added|NA|Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function addDisallowedRunningBundles(admin: Want, appIds: Array\, userId?: number): Promise\;|@ohos.enterprise.applicationManager.d.ts| +|Added|NA|Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function removeDisallowedRunningBundles(admin: Want, appIds: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.applicationManager.d.ts| +|Added|NA|Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function removeDisallowedRunningBundles(admin: Want, appIds: Array\, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.applicationManager.d.ts| +|Added|NA|Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function removeDisallowedRunningBundles(admin: Want, appIds: Array\, userId?: number): Promise\;|@ohos.enterprise.applicationManager.d.ts| +|Added|NA|Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function getDisallowedRunningBundles(admin: Want, callback: AsyncCallback\>): void;|@ohos.enterprise.applicationManager.d.ts| +|Added|NA|Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function getDisallowedRunningBundles(admin: Want, userId: number, callback: AsyncCallback\>): void;|@ohos.enterprise.applicationManager.d.ts| +|Added|NA|Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function getDisallowedRunningBundles(admin: Want, userId?: number): Promise\>;|@ohos.enterprise.applicationManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addAllowedInstallBundles(admin: Want, appIds: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addAllowedInstallBundles(admin: Want, appIds: Array\, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addAllowedInstallBundles(admin: Want, appIds: Array\, userId?: number): Promise\;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeAllowedInstallBundles(admin: Want, appIds: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeAllowedInstallBundles(admin: Want, appIds: Array\, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeAllowedInstallBundles(admin: Want, appIds: Array\, userId?: number): Promise\;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getAllowedInstallBundles(admin: Want, callback: AsyncCallback\>): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getAllowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback\>): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getAllowedInstallBundles(admin: Want, userId?: number): Promise\>;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addDisallowedInstallBundles(admin: Want, appIds: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addDisallowedInstallBundles(admin: Want, appIds: Array\, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addDisallowedInstallBundles(admin: Want, appIds: Array\, userId?: number): Promise\;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeDisallowedInstallBundles(admin: Want, appIds: Array\, callback: AsyncCallback\): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeDisallowedInstallBundles(admin: Want, appIds: Array\, userId: number, callback: AsyncCallback\): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeDisallowedInstallBundles(admin: Want, appIds: Array\, userId?: number): Promise\;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getDisallowedInstallBundles(admin: Want, callback: AsyncCallback\>): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getDisallowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback\>): void;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getDisallowedInstallBundles(admin: Want, userId?: number): Promise\>;|@ohos.enterprise.bundleManager.d.ts| +|Added|NA|Class name: dateTimeManager
Method or attribute name: function disallowModifyDateTime(admin: Want, disallow: boolean, callback: AsyncCallback\): void;|@ohos.enterprise.dateTimeManager.d.ts| +|Added|NA|Class name: dateTimeManager
Method or attribute name: function disallowModifyDateTime(admin: Want, disallow: boolean): Promise\;|@ohos.enterprise.dateTimeManager.d.ts| +|Added|NA|Class name: dateTimeManager
Method or attribute name: function isModifyDateTimeDisallowed(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.dateTimeManager.d.ts| +|Added|NA|Class name: dateTimeManager
Method or attribute name: function isModifyDateTimeDisallowed(admin: Want): Promise\;|@ohos.enterprise.dateTimeManager.d.ts| +|Added|NA|Module name: ohos.enterprise.deviceControl
Class name: deviceControl|@ohos.enterprise.deviceControl.d.ts| +|Added|NA|Module name: ohos.enterprise.deviceControl
Class name: deviceControl
Method or attribute name: function resetFactory(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.deviceControl.d.ts| +|Added|NA|Module name: ohos.enterprise.deviceControl
Class name: deviceControl
Method or attribute name: function resetFactory(admin: Want): Promise\;|@ohos.enterprise.deviceControl.d.ts| +|Added|NA|Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo|@ohos.enterprise.deviceInfo.d.ts| +|Added|NA|Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDeviceSerial(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.deviceInfo.d.ts| +|Added|NA|Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDeviceSerial(admin: Want): Promise\;|@ohos.enterprise.deviceInfo.d.ts| +|Added|NA|Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDisplayVersion(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.deviceInfo.d.ts| +|Added|NA|Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDisplayVersion(admin: Want): Promise\;|@ohos.enterprise.deviceInfo.d.ts| +|Added|NA|Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDeviceName(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.deviceInfo.d.ts| +|Added|NA|Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDeviceName(admin: Want): Promise\;|@ohos.enterprise.deviceInfo.d.ts| +|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onAppStart(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts| +|Added|NA|Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onAppStop(bundleName: string): void;|@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getAllNetworkInterfaces(admin: Want, callback: AsyncCallback\>): void;|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getAllNetworkInterfaces(admin: Want): Promise\>;|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getIpAddress(admin: Want, networkInterface: string, callback: AsyncCallback\): void;|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getIpAddress(admin: Want, networkInterface: string): Promise\;|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getMac(admin: Want, networkInterface: string, callback: AsyncCallback\): void;|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getMac(admin: Want, networkInterface: string): Promise\;|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function isNetworkInterfaceDisabled(admin: Want, networkInterface: string, callback: AsyncCallback\): void;|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function isNetworkInterfaceDisabled(admin: Want, networkInterface: string): Promise\;|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean, callback: AsyncCallback\): void;|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean): Promise\;|@ohos.enterprise.networkManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: wifiManager|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_INVALID = 0|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_OPEN = 1|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WEP = 2|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_PSK = 3|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_SAE = 4|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_EAP = 5|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_EAP_SUITE_B = 6|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_OWE = 7|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WAPI_CERT = 8|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WAPI_PSK = 9|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: IpType|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: IpType
Method or attribute name: STATIC|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: IpType
Method or attribute name: DHCP|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: IpType
Method or attribute name: UNKNOWN|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: IpProfile|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: IpProfile
Method or attribute name: ipAddress: number;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: IpProfile
Method or attribute name: gateway: number;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: IpProfile
Method or attribute name: prefixLength: number;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: IpProfile
Method or attribute name: dnsServers: number[];|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: IpProfile
Method or attribute name: domains: Array\;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: EapMethod|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_NONE|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_PEAP|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_TLS|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_TTLS|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_PWD|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_SIM|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_AKA|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_UNAUTH_TLS|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: Phase2Method|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_NONE|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_PAP|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_MSCHAP|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_MSCHAPV2|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_GTC|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_SIM|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_AKA|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_AKA_PRIME|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: eapMethod: EapMethod;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: phase2Method: Phase2Method;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: identity: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: anonymousIdentity: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: password: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: caCertAliases: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: caPath: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: clientCertAliases: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: certEntry: Uint8Array;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: certPassword: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: altSubjectMatch: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: domainSuffixMatch: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: realm: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: plmn: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: eapSubId: number;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: ssid: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: bssid?: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: preSharedKey: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: isHiddenSsid?: boolean;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: securityType: WifiSecurityType;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: creatorUid?: number;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: disableReason?: number;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: netId?: number;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: randomMacType?: number;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: randomMacAddr?: string;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: ipType?: IpType;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: staticIp?: IpProfile;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: eapProfile?: WifiEapProfile;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: wifiManager
Method or attribute name: function isWifiActive(admin: Want, callback: AsyncCallback\): void;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: wifiManager
Method or attribute name: function isWifiActive(admin: Want): Promise\;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: wifiManager
Method or attribute name: function setWifiProfile(admin: Want, profile: WifiProfile, callback: AsyncCallback\): void;|@ohos.enterprise.wifiManager.d.ts| +|Added|NA|Module name: ohos.enterprise.wifiManager
Class name: wifiManager
Method or attribute name: function setWifiProfile(admin: Want, profile: WifiProfile): Promise\;|@ohos.enterprise.wifiManager.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md new file mode 100644 index 0000000000000000000000000000000000000000..0c262dfd4cf8d9fca897f7f0b3e0625e63d82f57 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-data.md @@ -0,0 +1,293 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.data.cloudData
Class name: cloudData|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Action|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Action
Method or attribute name: CLEAR_CLOUD_INFO|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Action
Method or attribute name: CLEAR_CLOUD_DATA_AND_INFO|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Config|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static enableCloud(
accountId: string,
switches: { [bundleName: string]: boolean },
callback: AsyncCallback\
): void;|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static enableCloud(accountId: string, switches: { [bundleName: string]: boolean }): Promise\;|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static disableCloud(accountId: string, callback: AsyncCallback\): void;|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static disableCloud(accountId: string): Promise\;|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static changeAppCloudSwitch(
accountId: string,
bundleName: string,
status: boolean,
callback: AsyncCallback\
): void;|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean): Promise\;|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback\): void;|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.cloudData
Class name: Config
Method or attribute name: static notifyDataChange(accountId: string, bundleName: string): Promise\;|@ohos.data.cloudData.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelperOption|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelperOption
Method or attribute name: |@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: DataShareHelperOption
Method or attribute name: isProxy?: boolean;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelperOption
Method or attribute name: isProxy?: boolean;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: dataShare
Method or attribute name: function createDataShareHelper(
context: Context,
uri: string,
option: DataShareHelperOption,
callback: AsyncCallback\
): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: TemplateId|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: TemplateId
Method or attribute name: |@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: TemplateId
Method or attribute name: subscriberId: string;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: TemplateId
Method or attribute name: subscriberId: string;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: TemplateId
Method or attribute name: bundleNameOfOwner: string;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: TemplateId
Method or attribute name: bundleNameOfOwner: string;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: PublishedItem|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: PublishedItem
Method or attribute name: key: string;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: PublishedItem
Method or attribute name: data: string \| Ashmem;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: PublishedItem
Method or attribute name: subscriberId: string;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: RdbDataChangeNode|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: RdbDataChangeNode
Method or attribute name: uri: string;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: RdbDataChangeNode
Method or attribute name: templateId: TemplateId;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: RdbDataChangeNode
Method or attribute name: data: Array\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: PublishedDataChangeNode|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: PublishedDataChangeNode
Method or attribute name: bundleName: string;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: PublishedDataChangeNode
Method or attribute name: data: Array\;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: Template|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: Template
Method or attribute name: predicates: { [key: string]: string };|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: Template
Method or attribute name: scheduler: string;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: OperationResult|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: OperationResult
Method or attribute name: key: string;|@ohos.data.dataShare.d.ts| +|Added|NA|Module name: ohos.data.dataShare
Class name: OperationResult
Method or attribute name: result: number;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelper
Method or attribute name: addTemplate(uri: string, subscriberId: string, template: Template): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelper
Method or attribute name: on(
type: 'rdbDataChange',
uris: Array\,
templateId: TemplateId,
callback: AsyncCallback\
): Array\;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelper
Method or attribute name: off(
type: 'rdbDataChange',
uris: Array\,
templateId: TemplateId,
callback?: AsyncCallback\
): Array\;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelper
Method or attribute name: on(
type: 'publishedDataChange',
uris: Array\,
subscriberId: string,
callback: AsyncCallback\
): Array\;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelper
Method or attribute name: off(
type: 'publishedDataChange',
uris: Array\,
subscriberId: string,
callback?: AsyncCallback\
): Array\;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelper
Method or attribute name: publish(
data: Array\,
bundleName: string,
version: number,
callback: AsyncCallback\>
): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelper
Method or attribute name: publish(
data: Array\,
bundleName: string,
callback: AsyncCallback\>
): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelper
Method or attribute name: publish(data: Array\, bundleName: string, version?: number): Promise\>;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelper
Method or attribute name: getPublishedData(bundleName: string, callback: AsyncCallback\>): void;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: DataShareHelper
Method or attribute name: getPublishedData(bundleName: string): Promise\>;|@ohos.data.dataShare.d.ts| +|Added|NA|Class name: KVManagerConfig
Method or attribute name: context: BaseContext;|@ohos.data.distributedKVStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ValueType
Method or attribute name: type ValueType = null \| number \| string \| boolean \| Uint8Array;|@ohos.data.relationalStore.d.ts| +|Added|NA|Class name: ValueType
Method or attribute name: type ValueType = null \| number \| string \| boolean \| Uint8Array;|@ohos.data.relationalStore.d.ts| +|Added|NA|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_CLOUD|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ConflictResolution|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_NONE = 0|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_ROLLBACK = 1|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_ABORT = 2|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_FAIL = 3|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_IGNORE = 4|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.relationalStore
Class name: ConflictResolution
Method or attribute name: ON_CONFLICT_REPLACE = 5|@ohos.data.relationalStore.d.ts| +|Added|NA|Class name: RdbStore
Method or attribute name: version: number;|@ohos.data.relationalStore.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UDMF|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: TEXT = 'Text'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: PLAIN_TEXT = 'Text.PlainText'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: HYPERLINK = 'Text.Hyperlink'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: HTML = 'Text.HTML'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: FILE = 'File'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: IMAGE = 'File.Media.Image'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: VIDEO = 'File.Media.Video'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: FOLDER = 'File.Folder'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: SYSTEM_DEFINED_RECORD = 'SystemDefinedType'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: SYSTEM_DEFINED_FORM = 'SystemDefinedType.Form'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: SYSTEM_DEFINED_APP_ITEM = 'SystemDefinedType.AppItem'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: SYSTEM_DEFINED_PIXEL_MAP = 'SystemDefinedType.PixelMap'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedDataType
Method or attribute name: APPLICATION_DEFINED_RECORD = 'ApplicationDefinedType'|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedData|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedData
Method or attribute name: constructor(record: UnifiedRecord);|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedData
Method or attribute name: addRecord(record: UnifiedRecord): void;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedData
Method or attribute name: getRecords(): Array\;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Summary|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Summary
Method or attribute name: summary: { [key: string]: number };|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Summary
Method or attribute name: totalSize: number;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedRecord|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: UnifiedRecord
Method or attribute name: getType(): string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Text|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Text
Method or attribute name: details?: { [key: string]: string };|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: PlainText|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: PlainText
Method or attribute name: textContent: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: PlainText
Method or attribute name: abstract?: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Hyperlink|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Hyperlink
Method or attribute name: url: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Hyperlink
Method or attribute name: description?: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: HTML|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: HTML
Method or attribute name: htmlContent: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: HTML
Method or attribute name: plainContent?: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: File|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: File
Method or attribute name: details?: { [key: string]: string };|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: File
Method or attribute name: uri: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Image|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Image
Method or attribute name: imageUri: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Video|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Video
Method or attribute name: videoUri: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Folder|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: Folder
Method or attribute name: folderUri: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedRecord|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedRecord
Method or attribute name: details?: { [key: string]: number \| string \| Uint8Array };|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedForm|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedForm
Method or attribute name: formId: number;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedForm
Method or attribute name: formName: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedForm
Method or attribute name: bundleName: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedForm
Method or attribute name: abilityName: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedForm
Method or attribute name: module: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: appId: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: appName: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: appIconId: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: appLabelId: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: bundleName: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedAppItem
Method or attribute name: abilityName: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedPixelMap|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: SystemDefinedPixelMap
Method or attribute name: rawData: Uint8Array;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: ApplicationDefinedRecord|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: ApplicationDefinedRecord
Method or attribute name: applicationDefinedType: string;|@ohos.data.UDMF.d.ts| +|Added|NA|Module name: ohos.data.UDMF
Class name: ApplicationDefinedRecord
Method or attribute name: rawData: Uint8Array;|@ohos.data.UDMF.d.ts| +|Deleted|Module name: ohos.data.relationalStore
Class name: relationalStore
Method or attribute name: type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|NA|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\): void;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: putBatch(entries: Entry[]): Promise\;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: putBatch(entries: Entry[]): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: putBatch(value: Array\, callback: AsyncCallback\): void;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: putBatch(value: Array\, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: putBatch(value: Array\): Promise\;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: putBatch(value: Array\): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: delete(key: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: delete(key: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: delete(key: string): Promise\;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: delete(key: string): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\);
Initial version: 9|Class name: SingleKVStore
Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\);
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\): void;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: deleteBatch(keys: string[]): Promise\;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: deleteBatch(keys: string[]): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: getResultSet(keyPrefix: string): Promise\;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: getResultSet(keyPrefix: string): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: getResultSet(query: Query): Promise\;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: getResultSet(query: Query): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: startTransaction(callback: AsyncCallback\): void;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: startTransaction(callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: startTransaction(): Promise\;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: startTransaction(): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: SingleKVStore
Method or attribute name: on(event: 'dataChange', type: SubscribeType, listener: Callback\): void;
Initial version: 9|Class name: SingleKVStore
Method or attribute name: on(event: 'dataChange', type: SubscribeType, listener: Callback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(keyPrefix: string): Promise\;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(keyPrefix: string): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(query: Query): Promise\;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(query: Query): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 9|Class name: DeviceKVStore
Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 10|@ohos.data.distributedKVStore.d.ts| +|Initial version changed|Class name: preferences
Initial version: 9|Class name: preferences
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: preferences
Method or attribute name: const MAX_KEY_LENGTH: 80;
Initial version: N/A|Class name: preferences
Method or attribute name: const MAX_KEY_LENGTH: 80;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: preferences
Method or attribute name: const MAX_VALUE_LENGTH: 8192;
Initial version: N/A|Class name: preferences
Method or attribute name: const MAX_VALUE_LENGTH: 8192;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: preferences
Method or attribute name: function getPreferences(context: Context, name: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: preferences
Method or attribute name: function getPreferences(context: Context, name: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: preferences
Method or attribute name: function getPreferences(context: Context, name: string): Promise\;
Initial version: 9|Class name: preferences
Method or attribute name: function getPreferences(context: Context, name: string): Promise\;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: preferences
Method or attribute name: function deletePreferences(context: Context, name: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: preferences
Method or attribute name: function deletePreferences(context: Context, name: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: preferences
Method or attribute name: function deletePreferences(context: Context, name: string): Promise\;
Initial version: 9|Class name: preferences
Method or attribute name: function deletePreferences(context: Context, name: string): Promise\;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: preferences
Method or attribute name: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: preferences
Method or attribute name: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: preferences
Method or attribute name: function removePreferencesFromCache(context: Context, name: string): Promise\;
Initial version: 9|Class name: preferences
Method or attribute name: function removePreferencesFromCache(context: Context, name: string): Promise\;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Initial version: 9|Class name: Preferences
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: get(key: string, defValue: ValueType, callback: AsyncCallback\): void;
Initial version: 9|Class name: Preferences
Method or attribute name: get(key: string, defValue: ValueType, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: get(key: string, defValue: ValueType): Promise\;
Initial version: 9|Class name: Preferences
Method or attribute name: get(key: string, defValue: ValueType): Promise\;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: getAll(callback: AsyncCallback\): void;
Initial version: 9|Class name: Preferences
Method or attribute name: getAll(callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: getAll(): Promise\;
Initial version: 9|Class name: Preferences
Method or attribute name: getAll(): Promise\;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: has(key: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: Preferences
Method or attribute name: has(key: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: has(key: string): Promise\;
Initial version: 9|Class name: Preferences
Method or attribute name: has(key: string): Promise\;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: put(key: string, value: ValueType, callback: AsyncCallback\): void;
Initial version: 9|Class name: Preferences
Method or attribute name: put(key: string, value: ValueType, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: put(key: string, value: ValueType): Promise\;
Initial version: 9|Class name: Preferences
Method or attribute name: put(key: string, value: ValueType): Promise\;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: delete(key: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: Preferences
Method or attribute name: delete(key: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: delete(key: string): Promise\;
Initial version: 9|Class name: Preferences
Method or attribute name: delete(key: string): Promise\;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: clear(callback: AsyncCallback\): void;
Initial version: 9|Class name: Preferences
Method or attribute name: clear(callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: clear(): Promise\;
Initial version: 9|Class name: Preferences
Method or attribute name: clear(): Promise\;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: flush(callback: AsyncCallback\): void;
Initial version: 9|Class name: Preferences
Method or attribute name: flush(callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: flush(): Promise\;
Initial version: 9|Class name: Preferences
Method or attribute name: flush(): Promise\;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: on(type: 'change', callback: Callback\<{ key: string }>): void;
Initial version: 9|Class name: Preferences
Method or attribute name: on(type: 'change', callback: Callback\<{ key: string }>): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: Preferences
Method or attribute name: off(type: 'change', callback?: Callback\<{ key: string }>): void;
Initial version: 9|Class name: Preferences
Method or attribute name: off(type: 'change', callback?: Callback\<{ key: string }>): void;
Initial version: 10|@ohos.data.preferences.d.ts| +|Initial version changed|Class name: relationalStore
Initial version: 9|Class name: relationalStore
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: StoreConfig
Initial version: 9|Class name: StoreConfig
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: StoreConfig
Method or attribute name: name: string;
Initial version: 9|Class name: StoreConfig
Method or attribute name: name: string;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: SyncMode
Initial version: 9|Class name: SyncMode
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: SyncMode
Method or attribute name: SYNC_MODE_PUSH = 0
Initial version: 9|Class name: SyncMode
Method or attribute name: SYNC_MODE_PUSH = 0
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: SyncMode
Method or attribute name: SYNC_MODE_PULL = 1
Initial version: 9|Class name: SyncMode
Method or attribute name: SYNC_MODE_PULL = 1
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Initial version: 9|Class name: RdbPredicates
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: equalTo(field: string, value: ValueType): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: notEqualTo(field: string, value: ValueType): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: beginWrap(): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: beginWrap(): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: endWrap(): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: endWrap(): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: or(): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: or(): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: and(): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: and(): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: contains(field: string, value: string): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: contains(field: string, value: string): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: beginsWith(field: string, value: string): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: beginsWith(field: string, value: string): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: endsWith(field: string, value: string): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: endsWith(field: string, value: string): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: isNull(field: string): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: isNull(field: string): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: isNotNull(field: string): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: isNotNull(field: string): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: like(field: string, value: string): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: like(field: string, value: string): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: glob(field: string, value: string): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: glob(field: string, value: string): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: between(field: string, low: ValueType, high: ValueType): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: greaterThan(field: string, value: ValueType): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: lessThan(field: string, value: ValueType): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: orderByAsc(field: string): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: orderByAsc(field: string): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: orderByDesc(field: string): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: orderByDesc(field: string): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: distinct(): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: distinct(): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: limitAs(value: number): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: limitAs(value: number): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: offsetAs(rowOffset: number): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: offsetAs(rowOffset: number): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: groupBy(fields: Array\): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: groupBy(fields: Array\): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: indexedBy(field: string): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: indexedBy(field: string): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: in(field: string, value: Array\): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: in(field: string, value: Array\): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbPredicates
Method or attribute name: notIn(field: string, value: Array\): RdbPredicates;
Initial version: 9|Class name: RdbPredicates
Method or attribute name: notIn(field: string, value: Array\): RdbPredicates;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Initial version: 9|Class name: ResultSet
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: columnNames: Array\;
Initial version: 9|Class name: ResultSet
Method or attribute name: columnNames: Array\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: columnCount: number;
Initial version: 9|Class name: ResultSet
Method or attribute name: columnCount: number;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: rowCount: number;
Initial version: 9|Class name: ResultSet
Method or attribute name: rowCount: number;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: rowIndex: number;
Initial version: 9|Class name: ResultSet
Method or attribute name: rowIndex: number;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: isAtFirstRow: boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: isAtFirstRow: boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: isAtLastRow: boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: isAtLastRow: boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: isEnded: boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: isEnded: boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: isStarted: boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: isStarted: boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: isClosed: boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: isClosed: boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: getColumnIndex(columnName: string): number;
Initial version: 9|Class name: ResultSet
Method or attribute name: getColumnIndex(columnName: string): number;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: getColumnName(columnIndex: number): string;
Initial version: 9|Class name: ResultSet
Method or attribute name: getColumnName(columnIndex: number): string;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: goTo(offset: number): boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: goTo(offset: number): boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: goToRow(position: number): boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: goToRow(position: number): boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: goToFirstRow(): boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: goToFirstRow(): boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: goToLastRow(): boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: goToLastRow(): boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: goToNextRow(): boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: goToNextRow(): boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: goToPreviousRow(): boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: goToPreviousRow(): boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: getBlob(columnIndex: number): Uint8Array;
Initial version: 9|Class name: ResultSet
Method or attribute name: getBlob(columnIndex: number): Uint8Array;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: getString(columnIndex: number): string;
Initial version: 9|Class name: ResultSet
Method or attribute name: getString(columnIndex: number): string;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: getLong(columnIndex: number): number;
Initial version: 9|Class name: ResultSet
Method or attribute name: getLong(columnIndex: number): number;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: getDouble(columnIndex: number): number;
Initial version: 9|Class name: ResultSet
Method or attribute name: getDouble(columnIndex: number): number;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: isColumnNull(columnIndex: number): boolean;
Initial version: 9|Class name: ResultSet
Method or attribute name: isColumnNull(columnIndex: number): boolean;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: ResultSet
Method or attribute name: close(): void;
Initial version: 9|Class name: ResultSet
Method or attribute name: close(): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Initial version: 9|Class name: RdbStore
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket): Promise\;
Initial version: 9|Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket): Promise\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: batchInsert(table: string, values: Array\, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: batchInsert(table: string, values: Array\, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: batchInsert(table: string, values: Array\): Promise\;
Initial version: 9|Class name: RdbStore
Method or attribute name: batchInsert(table: string, values: Array\): Promise\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
Initial version: 9|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 9|Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: delete(predicates: RdbPredicates): Promise\;
Initial version: 9|Class name: RdbStore
Method or attribute name: delete(predicates: RdbPredicates): Promise\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 9|Class name: RdbStore
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: beginTransaction(): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: beginTransaction(): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: commit(): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: commit(): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: rollBack(): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: rollBack(): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: backup(destName: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: backup(destName: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: backup(destName: string): Promise\;
Initial version: 9|Class name: RdbStore
Method or attribute name: backup(destName: string): Promise\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: restore(srcName: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: RdbStore
Method or attribute name: restore(srcName: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: RdbStore
Method or attribute name: restore(srcName: string): Promise\;
Initial version: 9|Class name: RdbStore
Method or attribute name: restore(srcName: string): Promise\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: relationalStore
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\): void;
Initial version: 9|Class name: relationalStore
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: relationalStore
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise\;
Initial version: 9|Class name: relationalStore
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: relationalStore
Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\): void;
Initial version: 9|Class name: relationalStore
Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\): void;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Initial version changed|Class name: relationalStore
Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\;
Initial version: 9|Class name: relationalStore
Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\;
Initial version: 10|@ohos.data.relationalStore.d.ts| +|Permission added|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0
Permission: N/A|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts| +|Permission added|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0
Permission: N/A|Class name: SubscribeType
Method or attribute name: SUBSCRIBE_TYPE_REMOTE = 0
Permission: ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: dataShare
Method or attribute name: function createDataShareHelper(context: Context, uri: string): Promise\;
|Class name: dataShare
Method or attribute name: function createDataShareHelper(
context: Context,
uri: string,
option?: DataShareHelperOption
): Promise\;
|@ohos.data.dataShare.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket): Promise\;
|Class name: RdbStore
Method or attribute name: insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise\;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
|Class name: RdbStore
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: querySql(sql: string, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: executeSql(sql: string, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| +|Function changed|Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
|Class name: RdbStore
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
|@ohos.data.relationalStore.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-hardware.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-hardware.md new file mode 100644 index 0000000000000000000000000000000000000000..307cbeb4546e60632970275ba6d7ba3ef98bf895 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-distributed-hardware.md @@ -0,0 +1,14 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: DeviceInfo
Method or attribute name: authForm: AuthForm;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceInfo
Method or attribute name: authForm: AuthForm;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: AuthForm|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: AuthForm
Method or attribute name: INVALID_TYPE = -1|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: AuthForm
Method or attribute name: PEER_TO_PEER = 0|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: AuthForm
Method or attribute name: IDENTICAL_ACCOUNT = 1|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Module name: ohos.distributedHardware.deviceManager
Class name: AuthForm
Method or attribute name: ACROSS_ACCOUNT = 2|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: getDeviceInfo(networkId: string, callback: AsyncCallback\): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: getDeviceInfo(networkId: string): Promise\;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: requestCredentialRegisterInfo(requestInfo: string, callback: AsyncCallback\<{ registerInfo: string }>): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: importCredential(credentialInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;|@ohos.distributedHardware.deviceManager.d.ts| +|Added|NA|Class name: DeviceManager
Method or attribute name: deleteCredential(queryInfo: string, callback: AsyncCallback\<{ resultInfo: string }>): void;|@ohos.distributedHardware.deviceManager.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-file-management.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-file-management.md new file mode 100644 index 0000000000000000000000000000000000000000..5852f0c639db8be296ef4c9a925695fdc9541fc2 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-file-management.md @@ -0,0 +1,180 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.file.backup
Class name: backup|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: FileMeta|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: FileMeta
Method or attribute name: bundleName: string;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: FileMeta
Method or attribute name: uri: string;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: FileData|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: FileData
Method or attribute name: fd: number;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: File|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: backup
Method or attribute name: function getLocalCapabilities(): Promise\;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: backup
Method or attribute name: function getLocalCapabilities(callback: AsyncCallback\): void;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: GeneralCallbacks|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: GeneralCallbacks
Method or attribute name: onFileReady: AsyncCallback\;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: GeneralCallbacks
Method or attribute name: onBundleBegin: AsyncCallback\;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: GeneralCallbacks
Method or attribute name: onBundleEnd: AsyncCallback\;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: GeneralCallbacks
Method or attribute name: onAllBundlesEnd: AsyncCallback\;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: GeneralCallbacks
Method or attribute name: onBackupServiceDied: Callback\;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionBackup|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionBackup
Method or attribute name: constructor(callbacks: GeneralCallbacks);|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionBackup
Method or attribute name: appendBundles(bundlesToBackup: string[]): Promise\;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionBackup
Method or attribute name: appendBundles(bundlesToBackup: string[], callback: AsyncCallback\): void;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionRestore|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionRestore
Method or attribute name: constructor(callbacks: GeneralCallbacks);|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionRestore
Method or attribute name: appendBundles(remoteCapabilitiesFd: number, bundlesToBackup: string[]): Promise\;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionRestore
Method or attribute name: appendBundles(remoteCapabilitiesFd: number, bundlesToBackup: string[], callback: AsyncCallback\): void;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionRestore
Method or attribute name: publishFile(fileMeta: FileMeta): Promise\;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionRestore
Method or attribute name: publishFile(fileMeta: FileMeta, callback: AsyncCallback\): void;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionRestore
Method or attribute name: getFileHandle(fileMeta: FileMeta): Promise\;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.backup
Class name: SessionRestore
Method or attribute name: getFileHandle(fileMeta: FileMeta, callback: AsyncCallback\): void;|@ohos.file.backup.d.ts| +|Added|NA|Module name: ohos.file.cloudSyncManager
Class name: cloudSyncManager|@ohos.file.cloudSyncManager.d.ts| +|Added|NA|Module name: ohos.file.cloudSyncManager
Class name: cloudSyncManager
Method or attribute name: function changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean): Promise\;|@ohos.file.cloudSyncManager.d.ts| +|Added|NA|Module name: ohos.file.cloudSyncManager
Class name: cloudSyncManager
Method or attribute name: function changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean, callback: AsyncCallback\): void;|@ohos.file.cloudSyncManager.d.ts| +|Added|NA|Module name: ohos.file.cloudSyncManager
Class name: cloudSyncManager
Method or attribute name: function notifyDataChange(accountId: string, bundleName: string): Promise\;|@ohos.file.cloudSyncManager.d.ts| +|Added|NA|Module name: ohos.file.cloudSyncManager
Class name: cloudSyncManager
Method or attribute name: function notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback\): void;|@ohos.file.cloudSyncManager.d.ts| +|Added|NA|Class name: FileInfo
Method or attribute name: relativePath: string;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: RootInfo
Method or attribute name: relativePath: string;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: CopyResult|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: CopyResult
Method or attribute name: sourceUri: string;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: CopyResult
Method or attribute name: destUri: string;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: CopyResult
Method or attribute name: errCode: number;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: CopyResult
Method or attribute name: errMsg: string;|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileKey|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileKey
Method or attribute name: DISPLAY_NAME = 'display_name'|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileKey
Method or attribute name: DATE_ADDED = 'date_added'|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileKey
Method or attribute name: DATE_MODIFIED = 'date_modified'|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileKey
Method or attribute name: RELATIVE_PATH = 'relative_path'|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileKey
Method or attribute name: FILE_SIZE = 'size'|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileKey
Method or attribute name: WIDTH = 'width'|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileKey
Method or attribute name: HEIGHT = 'height'|@ohos.file.fileAccess.d.ts| +|Added|NA|Module name: ohos.file.fileAccess
Class name: FileKey
Method or attribute name: DURATION = 'duration'|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: copy(sourceUri: string, destUri: string, force?: boolean): Promise\>;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: copy(sourceUri: string, destUri: string, callback: AsyncCallback\>): void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: copy(sourceUri: string, destUri: string, force: boolean, callback: AsyncCallback\>): void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: query(uri: string, metaJson: string): Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: query(uri: string, metaJson: string, callback: AsyncCallback\): void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: getFileInfoFromUri(uri: string): Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: getFileInfoFromUri(uri: string, callback: AsyncCallback\): void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: getFileInfoFromRelativePath(relativePath: string): Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: getFileInfoFromRelativePath(relativePath: string, callback: AsyncCallback\): void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: getThumbnail(uri: string, size: image.Size): Promise\;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: FileAccessHelper
Method or attribute name: getThumbnail(uri: string, size: image.Size, callback: AsyncCallback\): void;|@ohos.file.fileAccess.d.ts| +|Added|NA|Class name: fileIo
Method or attribute name: function copyDir(src: string, dest: string, mode?: number): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Class name: fileIo
Method or attribute name: function copyDir(src: string, dest: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Class name: fileIo
Method or attribute name: function copyDir(src: string, dest: string, mode: number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Class name: fileIo
Method or attribute name: function createWatcher(path: string, events: number, listener: WatchEventListener): Watcher;|@ohos.file.fs.d.ts| +|Added|NA|Class name: fileIo
Method or attribute name: function moveDir(src: string, dest: string, mode?: number): Promise\;|@ohos.file.fs.d.ts| +|Added|NA|Class name: fileIo
Method or attribute name: function moveDir(src: string, dest: string, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Class name: fileIo
Method or attribute name: function moveDir(src: string, dest: string, mode: number, callback: AsyncCallback\): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: WatchEventListener|@ohos.file.fs.d.ts| +|Added|NA|Class name: WatchEventListener
Method or attribute name: |@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: WatchEventListener
Method or attribute name: (event: WatchEvent): void;|@ohos.file.fs.d.ts| +|Added|NA|Class name: WatchEventListener
Method or attribute name: (event: WatchEvent): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: WatchEvent|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: WatchEvent
Method or attribute name: readonly fileName: string;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: WatchEvent
Method or attribute name: readonly event: number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: WatchEvent
Method or attribute name: readonly cookie: number;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Watcher|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Watcher
Method or attribute name: start(): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.file.fs
Class name: Watcher
Method or attribute name: stop(): void;|@ohos.file.fs.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PhotoSubType|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PhotoSubType
Method or attribute name: DEFAULT|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PhotoSubType
Method or attribute name: SCREENSHOT|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PhotoSubType
Method or attribute name: CAMERA|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PositionType|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PositionType
Method or attribute name: LOCAL = 1|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PositionType
Method or attribute name: CLOUD|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PositionType
Method or attribute name: BOTH|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: setHidden(hiddenState: boolean, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FileAsset
Method or attribute name: setHidden(hiddenState: boolean): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: POSITION|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: DATE_TRASHED|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ImageVideoKey
Method or attribute name: HIDDEN|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PhotoCreateOptions|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: PhotoCreateOptions
Method or attribute name: subType?: PhotoSubType;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getAllObject(callback: AsyncCallback\>): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: FetchResult
Method or attribute name: getAllObject(): Promise\>;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumType|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumType
Method or attribute name: USER = 0|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumType
Method or attribute name: SYSTEM = 1024|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumSubType|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumSubType
Method or attribute name: USER_GENERIC = 1|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumSubType
Method or attribute name: FAVORITE = 1025|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumSubType
Method or attribute name: VIDEO|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumSubType
Method or attribute name: HIDDEN|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumSubType
Method or attribute name: TRASH|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumSubType
Method or attribute name: SCREENSHOT|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumSubType
Method or attribute name: CAMERA|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: AlbumSubType
Method or attribute name: ANY = 2147483647|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: AbsAlbum
Method or attribute name: readonly albumType: AlbumType;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: AbsAlbum
Method or attribute name: readonly albumSubType: AlbumSubType;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: AbsAlbum
Method or attribute name: coverUri: string;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album
Method or attribute name: addPhotoAssets(assets: Array\, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: Album
Method or attribute name: addPhotoAssets(assets: Array\, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album
Method or attribute name: addPhotoAssets(assets: Array\): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: Album
Method or attribute name: addPhotoAssets(assets: Array\): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album
Method or attribute name: removePhotoAssets(assets: Array\, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: Album
Method or attribute name: removePhotoAssets(assets: Array\, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album
Method or attribute name: removePhotoAssets(assets: Array\): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: Album
Method or attribute name: removePhotoAssets(assets: Array\): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album
Method or attribute name: recoverPhotoAssets(assets: Array\, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: Album
Method or attribute name: recoverPhotoAssets(assets: Array\, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album
Method or attribute name: recoverPhotoAssets(assets: Array\): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: Album
Method or attribute name: recoverPhotoAssets(assets: Array\): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album
Method or attribute name: deletePhotoAssets(assets: Array\, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: Album
Method or attribute name: deletePhotoAssets(assets: Array\, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: Album
Method or attribute name: deletePhotoAssets(assets: Array\): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: Album
Method or attribute name: deletePhotoAssets(assets: Array\): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOptions): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOptions): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: createPhotoAsset(displayName: string, createOption: PhotoCreateOptions, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: createAudioAsset(displayName: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: createAudioAsset(displayName: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: createAudioAsset(displayName: string): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: createAudioAsset(displayName: string): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: createAlbum(name: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: createAlbum(name: string, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: createAlbum(name: string): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: createAlbum(name: string): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: deleteAlbums(albums: Array\, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: deleteAlbums(albums: Array\, callback: AsyncCallback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: deleteAlbums(albums: Array\): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: deleteAlbums(albums: Array\): Promise\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getAlbums(
type: AlbumType,
subType: AlbumSubType,
options: FetchOptions,
callback: AsyncCallback\>
): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: getAlbums(
type: AlbumType,
subType: AlbumSubType,
options: FetchOptions,
callback: AsyncCallback\>
): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getAlbums(type: AlbumType, subType: AlbumSubType, callback: AsyncCallback\>): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: getAlbums(type: AlbumType, subType: AlbumSubType, callback: AsyncCallback\>): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: getAlbums(type: AlbumType, subType: AlbumSubType, options?: FetchOptions): Promise\>;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: getAlbums(type: AlbumType, subType: AlbumSubType, options?: FetchOptions): Promise\>;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: on(uri: string, forSubUri: boolean, callback: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: on(uri: string, forSubUri: boolean, callback: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: UserFileManager
Method or attribute name: off(uri: string, callback?: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Class name: UserFileManager
Method or attribute name: off(uri: string, callback?: Callback\): void;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: NotifyType|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: NotifyType
Method or attribute name: NOTIFY_ADD|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: NotifyType
Method or attribute name: NOTIFY_UPDATE|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: NotifyType
Method or attribute name: NOTIFY_REMOVE|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: NotifyType
Method or attribute name: NOTIFY_ALBUM_ADD_ASSET|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: NotifyType
Method or attribute name: NOTIFY_ALBUM_REMOVE_ASSET|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: DefaultChangeUri|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: DefaultChangeUri
Method or attribute name: DEFAULT_PHOTO_URI|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: DefaultChangeUri
Method or attribute name: DEFAULT_ALBUM_URI|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: DefaultChangeUri
Method or attribute name: DEFAULT_AUDIO_URI|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ChangeData|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ChangeData
Method or attribute name: type: NotifyType;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ChangeData
Method or attribute name: uris: Array\;|@ohos.filemanagement.userFileManager.d.ts| +|Added|NA|Module name: ohos.filemanagement.userFileManager
Class name: ChangeData
Method or attribute name: subUris: Array\;|@ohos.filemanagement.userFileManager.d.ts| +|Model changed|Class name: FileAccessHelper
Model: @StageModelOnly|Class name: FileAccessHelper
Model: N/A|@ohos.file.fileAccess.d.ts| +|Model changed|Class name: FileAccessHelper
Method or attribute name: getRoots(): Promise\;
Model: @StageModelOnly|Class name: FileAccessHelper
Method or attribute name: getRoots(): Promise\;
Model: N/A|@ohos.file.fileAccess.d.ts| +|Permission added|Class name: FileInfo
Method or attribute name: uri: string;
Permission: N/A|Class name: FileInfo
Method or attribute name: uri: string;
Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| +|Permission added|Class name: FileInfo
Method or attribute name: fileName: string;
Permission: N/A|Class name: FileInfo
Method or attribute name: fileName: string;
Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| +|Permission added|Class name: FileInfo
Method or attribute name: mode: number;
Permission: N/A|Class name: FileInfo
Method or attribute name: mode: number;
Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| +|Permission added|Class name: FileInfo
Method or attribute name: size: number;
Permission: N/A|Class name: FileInfo
Method or attribute name: size: number;
Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| +|Permission added|Class name: FileInfo
Method or attribute name: mtime: number;
Permission: N/A|Class name: FileInfo
Method or attribute name: mtime: number;
Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| +|Permission added|Class name: FileInfo
Method or attribute name: mimeType: string;
Permission: N/A|Class name: FileInfo
Method or attribute name: mimeType: string;
Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| +|Permission added|Class name: RootInfo
Method or attribute name: deviceType: number;
Permission: N/A|Class name: RootInfo
Method or attribute name: deviceType: number;
Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| +|Permission added|Class name: RootInfo
Method or attribute name: uri: string;
Permission: N/A|Class name: RootInfo
Method or attribute name: uri: string;
Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| +|Permission added|Class name: RootInfo
Method or attribute name: displayName: string;
Permission: N/A|Class name: RootInfo
Method or attribute name: displayName: string;
Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| +|Permission added|Class name: RootInfo
Method or attribute name: deviceFlags: number;
Permission: N/A|Class name: RootInfo
Method or attribute name: deviceFlags: number;
Permission: ohos.permission.FILE_ACCESS_MANAGER|@ohos.file.fileAccess.d.ts| +|Function changed|Class name: fileIo
Method or attribute name: function closeSync(fd: number \| File): void;
|Class name: fileIo
Method or attribute name: function closeSync(file: number \| File): void;
|@ohos.file.fs.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-geolocation.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-geolocation.md new file mode 100644 index 0000000000000000000000000000000000000000..abef9b2304985df358222b1c9b3f9db197bf6847 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-geolocation.md @@ -0,0 +1,37 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Permission added|Class name: GeoAddress
Method or attribute name: latitude?: number;
Permission: N/A|Class name: GeoAddress
Method or attribute name: latitude?: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: longitude?: number;
Permission: N/A|Class name: GeoAddress
Method or attribute name: longitude?: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: locale?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: locale?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: placeName?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: placeName?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: countryCode?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: countryCode?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: countryName?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: countryName?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: administrativeArea?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: administrativeArea?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: subAdministrativeArea?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: subAdministrativeArea?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: locality?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: locality?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: subLocality?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: subLocality?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: roadName?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: roadName?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: subRoadName?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: subRoadName?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: premises?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: premises?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: postalCode?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: postalCode?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: phoneNumber?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: phoneNumber?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: addressUrl?: string;
Permission: N/A|Class name: GeoAddress
Method or attribute name: addressUrl?: string;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: descriptions?: Array\;
Permission: N/A|Class name: GeoAddress
Method or attribute name: descriptions?: Array\;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoAddress
Method or attribute name: descriptionsSize?: number;
Permission: N/A|Class name: GeoAddress
Method or attribute name: descriptionsSize?: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: Location
Method or attribute name: latitude: number;
Permission: N/A|Class name: Location
Method or attribute name: latitude: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: Location
Method or attribute name: longitude: number;
Permission: N/A|Class name: Location
Method or attribute name: longitude: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: Location
Method or attribute name: altitude: number;
Permission: N/A|Class name: Location
Method or attribute name: altitude: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: Location
Method or attribute name: accuracy: number;
Permission: N/A|Class name: Location
Method or attribute name: accuracy: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: Location
Method or attribute name: speed: number;
Permission: N/A|Class name: Location
Method or attribute name: speed: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: Location
Method or attribute name: timeStamp: number;
Permission: N/A|Class name: Location
Method or attribute name: timeStamp: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: Location
Method or attribute name: direction: number;
Permission: N/A|Class name: Location
Method or attribute name: direction: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: Location
Method or attribute name: timeSinceBoot: number;
Permission: N/A|Class name: Location
Method or attribute name: timeSinceBoot: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: Location
Method or attribute name: additions?: Array\;
Permission: N/A|Class name: Location
Method or attribute name: additions?: Array\;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: Location
Method or attribute name: additionSize?: number;
Permission: N/A|Class name: Location
Method or attribute name: additionSize?: number;
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoLocationErrorCode
Method or attribute name: INPUT_PARAMS_ERROR
Permission: N/A|Class name: GeoLocationErrorCode
Method or attribute name: INPUT_PARAMS_ERROR
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoLocationErrorCode
Method or attribute name: REVERSE_GEOCODE_ERROR
Permission: N/A|Class name: GeoLocationErrorCode
Method or attribute name: REVERSE_GEOCODE_ERROR
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoLocationErrorCode
Method or attribute name: GEOCODE_ERROR
Permission: N/A|Class name: GeoLocationErrorCode
Method or attribute name: GEOCODE_ERROR
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoLocationErrorCode
Method or attribute name: LOCATOR_ERROR
Permission: N/A|Class name: GeoLocationErrorCode
Method or attribute name: LOCATOR_ERROR
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_SWITCH_ERROR
Permission: N/A|Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_SWITCH_ERROR
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoLocationErrorCode
Method or attribute name: LAST_KNOWN_LOCATION_ERROR
Permission: N/A|Class name: GeoLocationErrorCode
Method or attribute name: LAST_KNOWN_LOCATION_ERROR
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| +|Permission added|Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR
Permission: N/A|Class name: GeoLocationErrorCode
Method or attribute name: LOCATION_REQUEST_TIMEOUT_ERROR
Permission: ohos.permission.LOCATION|@ohos.geolocation.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-global.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-global.md new file mode 100644 index 0000000000000000000000000000000000000000..818e229db84b9f5cc91515153df12bd2da815058 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-global.md @@ -0,0 +1,172 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: TimeZone
Method or attribute name: static getTimezonesByLocation(longitude: number, latitude: number): Array\;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: NormalizerMode|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: NormalizerMode
Method or attribute name: NFC = 1|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: NormalizerMode
Method or attribute name: NFD = 2|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: NormalizerMode
Method or attribute name: NFKC = 3|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: NormalizerMode
Method or attribute name: NFKD = 4|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Normalizer|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Normalizer
Method or attribute name: static getInstance(mode: NormalizerMode): Normalizer;|@ohos.i18n.d.ts| +|Added|NA|Module name: ohos.i18n
Class name: Normalizer
Method or attribute name: normalize(text: string): string;|@ohos.i18n.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringSync(resId: number, ...args: Array\): string;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringSync(resource: Resource, ...args: Array\): string;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getStringByNameSync(resName: string, ...args: Array\): string;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getDrawableDescriptor(resId: number, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getDrawableDescriptorByName(resName: string, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getDrawableDescriptor(resource: Resource, density?: number): DrawableDescriptor;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getRawFileList(path: string, callback: _AsyncCallback\>): void;|@ohos.resourceManager.d.ts| +|Added|NA|Class name: ResourceManager
Method or attribute name: getRawFileList(path: string): Promise\>;|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: System
Initial version: 9|Class name: System
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: System
Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
Initial version: 9|Class name: System
Method or attribute name: static getDisplayCountry(country: string, locale: string, sentenceCase?: boolean): string;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: System
Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
Initial version: 9|Class name: System
Method or attribute name: static getDisplayLanguage(language: string, locale: string, sentenceCase?: boolean): string;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: System
Method or attribute name: static getSystemLanguage(): string;
Initial version: 9|Class name: System
Method or attribute name: static getSystemLanguage(): string;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: System
Method or attribute name: static setSystemLanguage(language: string): void;
Initial version: N/A|Class name: System
Method or attribute name: static setSystemLanguage(language: string): void;
Initial version: 9|@ohos.i18n.d.ts| +|Initial version changed|Class name: System
Method or attribute name: static getSystemRegion(): string;
Initial version: 9|Class name: System
Method or attribute name: static getSystemRegion(): string;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: System
Method or attribute name: static getSystemLocale(): string;
Initial version: 9|Class name: System
Method or attribute name: static getSystemLocale(): string;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: System
Method or attribute name: static is24HourClock(): boolean;
Initial version: 9|Class name: System
Method or attribute name: static is24HourClock(): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: I18NUtil
Initial version: 9|Class name: I18NUtil
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: I18NUtil
Method or attribute name: static getDateOrder(locale: string): string;
Initial version: 9|Class name: I18NUtil
Method or attribute name: static getDateOrder(locale: string): string;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: i18n
Method or attribute name: function getCalendar(locale: string, type?: string): Calendar;
Initial version: 8|Class name: i18n
Method or attribute name: function getCalendar(locale: string, type?: string): Calendar;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Calendar
Method or attribute name: setTime(date: Date): void;
Initial version: 8|Class name: Calendar
Method or attribute name: setTime(date: Date): void;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Calendar
Method or attribute name: setTime(time: number): void;
Initial version: 8|Class name: Calendar
Method or attribute name: setTime(time: number): void;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Calendar
Method or attribute name: setTimeZone(timezone: string): void;
Initial version: 8|Class name: Calendar
Method or attribute name: setTimeZone(timezone: string): void;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Calendar
Method or attribute name: getTimeZone(): string;
Initial version: 8|Class name: Calendar
Method or attribute name: getTimeZone(): string;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Calendar
Method or attribute name: getFirstDayOfWeek(): number;
Initial version: 8|Class name: Calendar
Method or attribute name: getFirstDayOfWeek(): number;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Calendar
Method or attribute name: setFirstDayOfWeek(value: number): void;
Initial version: 8|Class name: Calendar
Method or attribute name: setFirstDayOfWeek(value: number): void;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Calendar
Method or attribute name: getMinimalDaysInFirstWeek(): number;
Initial version: 8|Class name: Calendar
Method or attribute name: getMinimalDaysInFirstWeek(): number;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Calendar
Method or attribute name: setMinimalDaysInFirstWeek(value: number): void;
Initial version: 8|Class name: Calendar
Method or attribute name: setMinimalDaysInFirstWeek(value: number): void;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Calendar
Method or attribute name: get(field: string): number;
Initial version: 8|Class name: Calendar
Method or attribute name: get(field: string): number;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Calendar
Method or attribute name: isWeekend(date?: Date): boolean;
Initial version: 8|Class name: Calendar
Method or attribute name: isWeekend(date?: Date): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: i18n
Method or attribute name: function isRTL(locale: string): boolean;
Initial version: 7|Class name: i18n
Method or attribute name: function isRTL(locale: string): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Unicode
Initial version: 9|Class name: Unicode
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Unicode
Method or attribute name: static isDigit(char: string): boolean;
Initial version: 9|Class name: Unicode
Method or attribute name: static isDigit(char: string): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Unicode
Method or attribute name: static isSpaceChar(char: string): boolean;
Initial version: 9|Class name: Unicode
Method or attribute name: static isSpaceChar(char: string): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Unicode
Method or attribute name: static isWhitespace(char: string): boolean;
Initial version: 9|Class name: Unicode
Method or attribute name: static isWhitespace(char: string): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Unicode
Method or attribute name: static isRTL(char: string): boolean;
Initial version: 9|Class name: Unicode
Method or attribute name: static isRTL(char: string): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Unicode
Method or attribute name: static isIdeograph(char: string): boolean;
Initial version: 9|Class name: Unicode
Method or attribute name: static isIdeograph(char: string): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Unicode
Method or attribute name: static isLetter(char: string): boolean;
Initial version: 9|Class name: Unicode
Method or attribute name: static isLetter(char: string): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Unicode
Method or attribute name: static isLowerCase(char: string): boolean;
Initial version: 9|Class name: Unicode
Method or attribute name: static isLowerCase(char: string): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Unicode
Method or attribute name: static isUpperCase(char: string): boolean;
Initial version: 9|Class name: Unicode
Method or attribute name: static isUpperCase(char: string): boolean;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: Unicode
Method or attribute name: static getType(char: string): string;
Initial version: 9|Class name: Unicode
Method or attribute name: static getType(char: string): string;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: i18n
Method or attribute name: function getTimeZone(zoneID?: string): TimeZone;
Initial version: 7|Class name: i18n
Method or attribute name: function getTimeZone(zoneID?: string): TimeZone;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: TimeZone
Initial version: 7|Class name: TimeZone
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: TimeZone
Method or attribute name: getID(): string;
Initial version: 7|Class name: TimeZone
Method or attribute name: getID(): string;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: TimeZone
Method or attribute name: getRawOffset(): number;
Initial version: 7|Class name: TimeZone
Method or attribute name: getRawOffset(): number;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: TimeZone
Method or attribute name: getOffset(date?: number): number;
Initial version: 7|Class name: TimeZone
Method or attribute name: getOffset(date?: number): number;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: TimeZone
Method or attribute name: static getAvailableIDs(): Array\;
Initial version: 9|Class name: TimeZone
Method or attribute name: static getAvailableIDs(): Array\;
Initial version: 10|@ohos.i18n.d.ts| +|Initial version changed|Class name: intl
Initial version: 6|Class name: intl
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: LocaleOptions
Initial version: 6|Class name: LocaleOptions
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Locale
Initial version: 6|Class name: Locale
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Locale
Method or attribute name: constructor();
Initial version: 8|Class name: Locale
Method or attribute name: constructor();
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Locale
Method or attribute name: constructor(locale: string, options?: LocaleOptions);
Initial version: 6|Class name: Locale
Method or attribute name: constructor(locale: string, options?: LocaleOptions);
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Locale
Method or attribute name: toString(): string;
Initial version: 6|Class name: Locale
Method or attribute name: toString(): string;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Locale
Method or attribute name: maximize(): Locale;
Initial version: 6|Class name: Locale
Method or attribute name: maximize(): Locale;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Locale
Method or attribute name: minimize(): Locale;
Initial version: 6|Class name: Locale
Method or attribute name: minimize(): Locale;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: DateTimeOptions
Initial version: 6|Class name: DateTimeOptions
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: DateTimeFormat
Initial version: 6|Class name: DateTimeFormat
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: DateTimeFormat
Method or attribute name: constructor();
Initial version: 8|Class name: DateTimeFormat
Method or attribute name: constructor();
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: DateTimeFormat
Method or attribute name: constructor(locale: string \| Array\, options?: DateTimeOptions);
Initial version: 6|Class name: DateTimeFormat
Method or attribute name: constructor(locale: string \| Array\, options?: DateTimeOptions);
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: DateTimeFormat
Method or attribute name: format(date: Date): string;
Initial version: 6|Class name: DateTimeFormat
Method or attribute name: format(date: Date): string;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: DateTimeFormat
Method or attribute name: formatRange(startDate: Date, endDate: Date): string;
Initial version: 6|Class name: DateTimeFormat
Method or attribute name: formatRange(startDate: Date, endDate: Date): string;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: DateTimeFormat
Method or attribute name: resolvedOptions(): DateTimeOptions;
Initial version: 6|Class name: DateTimeFormat
Method or attribute name: resolvedOptions(): DateTimeOptions;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: NumberOptions
Initial version: 6|Class name: NumberOptions
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: NumberFormat
Initial version: 6|Class name: NumberFormat
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: NumberFormat
Method or attribute name: constructor();
Initial version: 8|Class name: NumberFormat
Method or attribute name: constructor();
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: NumberFormat
Method or attribute name: constructor(locale: string \| Array\, options?: NumberOptions);
Initial version: 6|Class name: NumberFormat
Method or attribute name: constructor(locale: string \| Array\, options?: NumberOptions);
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: NumberFormat
Method or attribute name: format(number: number): string;
Initial version: 6|Class name: NumberFormat
Method or attribute name: format(number: number): string;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: NumberFormat
Method or attribute name: resolvedOptions(): NumberOptions;
Initial version: 6|Class name: NumberFormat
Method or attribute name: resolvedOptions(): NumberOptions;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: CollatorOptions
Initial version: 8|Class name: CollatorOptions
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Collator
Initial version: 8|Class name: Collator
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Collator
Method or attribute name: constructor();
Initial version: 8|Class name: Collator
Method or attribute name: constructor();
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Collator
Method or attribute name: constructor(locale: string \| Array\, options?: CollatorOptions);
Initial version: 8|Class name: Collator
Method or attribute name: constructor(locale: string \| Array\, options?: CollatorOptions);
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Collator
Method or attribute name: compare(first: string, second: string): number;
Initial version: 8|Class name: Collator
Method or attribute name: compare(first: string, second: string): number;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: Collator
Method or attribute name: resolvedOptions(): CollatorOptions;
Initial version: 8|Class name: Collator
Method or attribute name: resolvedOptions(): CollatorOptions;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: PluralRulesOptions
Initial version: 8|Class name: PluralRulesOptions
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: PluralRules
Initial version: 8|Class name: PluralRules
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: PluralRules
Method or attribute name: constructor();
Initial version: 8|Class name: PluralRules
Method or attribute name: constructor();
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: PluralRules
Method or attribute name: constructor(locale: string \| Array\, options?: PluralRulesOptions);
Initial version: 8|Class name: PluralRules
Method or attribute name: constructor(locale: string \| Array\, options?: PluralRulesOptions);
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: PluralRules
Method or attribute name: select(n: number): string;
Initial version: 8|Class name: PluralRules
Method or attribute name: select(n: number): string;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormatInputOptions
Initial version: 8|Class name: RelativeTimeFormatInputOptions
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormatResolvedOptions
Initial version: 8|Class name: RelativeTimeFormatResolvedOptions
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormatResolvedOptions
Method or attribute name: locale: string;
Initial version: 8|Class name: RelativeTimeFormatResolvedOptions
Method or attribute name: locale: string;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormatResolvedOptions
Method or attribute name: style: string;
Initial version: 8|Class name: RelativeTimeFormatResolvedOptions
Method or attribute name: style: string;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormatResolvedOptions
Method or attribute name: numeric: string;
Initial version: 8|Class name: RelativeTimeFormatResolvedOptions
Method or attribute name: numeric: string;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormatResolvedOptions
Method or attribute name: numberingSystem: string;
Initial version: 8|Class name: RelativeTimeFormatResolvedOptions
Method or attribute name: numberingSystem: string;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormat
Initial version: 8|Class name: RelativeTimeFormat
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormat
Method or attribute name: constructor();
Initial version: 8|Class name: RelativeTimeFormat
Method or attribute name: constructor();
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormat
Method or attribute name: constructor(locale: string \| Array\, options?: RelativeTimeFormatInputOptions);
Initial version: 8|Class name: RelativeTimeFormat
Method or attribute name: constructor(locale: string \| Array\, options?: RelativeTimeFormatInputOptions);
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormat
Method or attribute name: format(value: number, unit: string): string;
Initial version: 8|Class name: RelativeTimeFormat
Method or attribute name: format(value: number, unit: string): string;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormat
Method or attribute name: formatToParts(value: number, unit: string): Array\;
Initial version: 8|Class name: RelativeTimeFormat
Method or attribute name: formatToParts(value: number, unit: string): Array\;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: RelativeTimeFormat
Method or attribute name: resolvedOptions(): RelativeTimeFormatResolvedOptions;
Initial version: 8|Class name: RelativeTimeFormat
Method or attribute name: resolvedOptions(): RelativeTimeFormatResolvedOptions;
Initial version: 10|@ohos.intl.d.ts| +|Initial version changed|Class name: resourceManager
Initial version: 6|Class name: resourceManager
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: Direction
Initial version: 6|Class name: Direction
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: Direction
Method or attribute name: DIRECTION_VERTICAL = 0
Initial version: 6|Class name: Direction
Method or attribute name: DIRECTION_VERTICAL = 0
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: Direction
Method or attribute name: DIRECTION_HORIZONTAL = 1
Initial version: 6|Class name: Direction
Method or attribute name: DIRECTION_HORIZONTAL = 1
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: DeviceType
Initial version: 6|Class name: DeviceType
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_PHONE = 0x00
Initial version: 6|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_PHONE = 0x00
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_TABLET = 0x01
Initial version: 6|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_TABLET = 0x01
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_CAR = 0x02
Initial version: 6|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_CAR = 0x02
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_PC = 0x03
Initial version: 6|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_PC = 0x03
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_TV = 0x04
Initial version: 6|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_TV = 0x04
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_WEARABLE = 0x06
Initial version: 6|Class name: DeviceType
Method or attribute name: DEVICE_TYPE_WEARABLE = 0x06
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ScreenDensity
Initial version: 6|Class name: ScreenDensity
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ScreenDensity
Method or attribute name: SCREEN_SDPI = 120
Initial version: 6|Class name: ScreenDensity
Method or attribute name: SCREEN_SDPI = 120
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ScreenDensity
Method or attribute name: SCREEN_MDPI = 160
Initial version: 6|Class name: ScreenDensity
Method or attribute name: SCREEN_MDPI = 160
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ScreenDensity
Method or attribute name: SCREEN_LDPI = 240
Initial version: 6|Class name: ScreenDensity
Method or attribute name: SCREEN_LDPI = 240
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ScreenDensity
Method or attribute name: SCREEN_XLDPI = 320
Initial version: 6|Class name: ScreenDensity
Method or attribute name: SCREEN_XLDPI = 320
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ScreenDensity
Method or attribute name: SCREEN_XXLDPI = 480
Initial version: 6|Class name: ScreenDensity
Method or attribute name: SCREEN_XXLDPI = 480
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ScreenDensity
Method or attribute name: SCREEN_XXXLDPI = 640
Initial version: 6|Class name: ScreenDensity
Method or attribute name: SCREEN_XXXLDPI = 640
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: Configuration
Initial version: 6|Class name: Configuration
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: DeviceCapability
Initial version: 6|Class name: DeviceCapability
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Initial version: 6|Class name: ResourceManager
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringValue(resource: Resource, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringValue(resource: Resource): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringValue(resource: Resource): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\>): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resource: Resource, callback: _AsyncCallback\>): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resource: Resource): Promise\>;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resource: Resource): Promise\>;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaContent(resource: Resource, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaContent(resource: Resource): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaContent(resource: Resource): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resource: Resource, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resource: Resource): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resource: Resource): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getDeviceCapability(callback: _AsyncCallback\): void;
Initial version: 6|Class name: ResourceManager
Method or attribute name: getDeviceCapability(callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getDeviceCapability(): Promise\;
Initial version: 6|Class name: ResourceManager
Method or attribute name: getDeviceCapability(): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getConfiguration(callback: _AsyncCallback\): void;
Initial version: 6|Class name: ResourceManager
Method or attribute name: getConfiguration(callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getConfiguration(): Promise\;
Initial version: 6|Class name: ResourceManager
Method or attribute name: getConfiguration(): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resource: Resource, num: number, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resource: Resource, num: number): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringByName(resName: string, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringByName(resName: string): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringByName(resName: string): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\>): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringArrayByName(resName: string, callback: _AsyncCallback\>): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringArrayByName(resName: string): Promise\>;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringArrayByName(resName: string): Promise\>;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaByName(resName: string, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaByName(resName: string): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaByName(resName: string): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaBase64ByName(resName: string, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaBase64ByName(resName: string): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaBase64ByName(resName: string): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getPluralStringByName(resName: string, num: number, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getPluralStringByName(resName: string, num: number): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringSync(resId: number): string;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringSync(resId: number): string;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringSync(resource: Resource): string;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringSync(resource: Resource): string;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringByNameSync(resName: string): string;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringByNameSync(resName: string): string;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getBoolean(resId: number): boolean;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getBoolean(resId: number): boolean;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getBoolean(resource: Resource): boolean;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getBoolean(resource: Resource): boolean;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getBooleanByName(resName: string): boolean;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getBooleanByName(resName: string): boolean;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getNumber(resId: number): number;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getNumber(resId: number): number;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getNumber(resource: Resource): number;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getNumber(resource: Resource): number;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getNumberByName(resName: string): number;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getNumberByName(resName: string): number;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: release();
Initial version: 7|Class name: ResourceManager
Method or attribute name: release();
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringValue(resId: number, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringValue(resId: number): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringValue(resId: number): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\>): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resId: number, callback: _AsyncCallback\>): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resId: number): Promise\>;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getStringArrayValue(resId: number): Promise\>;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resId: number, num: number, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getPluralStringValue(resId: number, num: number): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaContent(resId: number, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaContent(resId: number): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaContent(resId: number): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resId: number, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resId: number): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getMediaContentBase64(resId: number): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getRawFileContent(path: string, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getRawFileContent(path: string): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getRawFileContent(path: string): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getRawFd(path: string, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: getRawFd(path: string): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: getRawFd(path: string): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\): void;
Initial version: 9|Class name: ResourceManager
Method or attribute name: closeRawFd(path: string, callback: _AsyncCallback\): void;
Initial version: 10|@ohos.resourceManager.d.ts| +|Initial version changed|Class name: ResourceManager
Method or attribute name: closeRawFd(path: string): Promise\;
Initial version: 9|Class name: ResourceManager
Method or attribute name: closeRawFd(path: string): Promise\;
Initial version: 10|@ohos.resourceManager.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-graphic.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-graphic.md new file mode 100644 index 0000000000000000000000000000000000000000..41b00724c2e0a5f2be32b3552dd1f183c2a0e957 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-graphic.md @@ -0,0 +1,867 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Deleted|Module name: webgl
Class name: WebGLContextAttributes|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLContextAttributes
Method or attribute name: alpha?: boolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLContextAttributes
Method or attribute name: depth?: boolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLContextAttributes
Method or attribute name: stencil?: boolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLContextAttributes
Method or attribute name: antialias?: boolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLContextAttributes
Method or attribute name: premultipliedAlpha?: boolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLContextAttributes
Method or attribute name: preserveDrawingBuffer?: boolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLContextAttributes
Method or attribute name: powerPreference?: WebGLPowerPreference;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLContextAttributes
Method or attribute name: failIfMajorPerformanceCaveat?: boolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLContextAttributes
Method or attribute name: desynchronized?: boolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLBuffer|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLFramebuffer|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLProgram|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderbuffer|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLShader|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLTexture|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLUniformLocation|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLActiveInfo|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLActiveInfo
Method or attribute name: readonly size: GLint;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLActiveInfo
Method or attribute name: readonly type: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLActiveInfo
Method or attribute name: readonly name: string;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLShaderPrecisionFormat|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLShaderPrecisionFormat
Method or attribute name: readonly rangeMin: GLint;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLShaderPrecisionFormat
Method or attribute name: readonly rangeMax: GLint;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLShaderPrecisionFormat
Method or attribute name: readonly precision: GLint;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_BUFFER_BIT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_BUFFER_BIT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly COLOR_BUFFER_BIT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly POINTS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LINES: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LINE_LOOP: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LINE_STRIP: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TRIANGLES: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TRIANGLE_STRIP: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TRIANGLE_FAN: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ZERO: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ONE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SRC_COLOR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ONE_MINUS_SRC_COLOR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SRC_ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ONE_MINUS_SRC_ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DST_ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ONE_MINUS_DST_ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DST_COLOR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ONE_MINUS_DST_COLOR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SRC_ALPHA_SATURATE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FUNC_ADD: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BLEND_EQUATION: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BLEND_EQUATION_RGB: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BLEND_EQUATION_ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FUNC_SUBTRACT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FUNC_REVERSE_SUBTRACT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BLEND_DST_RGB: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BLEND_SRC_RGB: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BLEND_DST_ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BLEND_SRC_ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly CONSTANT_COLOR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ONE_MINUS_CONSTANT_COLOR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly CONSTANT_ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ONE_MINUS_CONSTANT_ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BLEND_COLOR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ARRAY_BUFFER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ELEMENT_ARRAY_BUFFER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ARRAY_BUFFER_BINDING: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ELEMENT_ARRAY_BUFFER_BINDING: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STREAM_DRAW: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STATIC_DRAW: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DYNAMIC_DRAW: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BUFFER_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BUFFER_USAGE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly CURRENT_VERTEX_ATTRIB: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRONT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BACK: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRONT_AND_BACK: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly CULL_FACE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BLEND: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DITHER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_TEST: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_TEST: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SCISSOR_TEST: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly POLYGON_OFFSET_FILL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SAMPLE_ALPHA_TO_COVERAGE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SAMPLE_COVERAGE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly NO_ERROR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INVALID_ENUM: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INVALID_VALUE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INVALID_OPERATION: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly OUT_OF_MEMORY: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly CW: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly CCW: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LINE_WIDTH: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ALIASED_POINT_SIZE_RANGE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ALIASED_LINE_WIDTH_RANGE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly CULL_FACE_MODE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRONT_FACE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_RANGE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_WRITEMASK: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_CLEAR_VALUE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_FUNC: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_CLEAR_VALUE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_FUNC: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_FAIL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_PASS_DEPTH_FAIL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_PASS_DEPTH_PASS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_REF: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_VALUE_MASK: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_WRITEMASK: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_BACK_FUNC: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_BACK_FAIL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_BACK_PASS_DEPTH_FAIL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_BACK_PASS_DEPTH_PASS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_BACK_REF: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_BACK_VALUE_MASK: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_BACK_WRITEMASK: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VIEWPORT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SCISSOR_BOX: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly COLOR_CLEAR_VALUE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly COLOR_WRITEMASK: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly UNPACK_ALIGNMENT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly PACK_ALIGNMENT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_TEXTURE_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_VIEWPORT_DIMS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SUBPIXEL_BITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RED_BITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly GREEN_BITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BLUE_BITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ALPHA_BITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_BITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_BITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly POLYGON_OFFSET_UNITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly POLYGON_OFFSET_FACTOR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_BINDING_2D: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SAMPLE_BUFFERS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SAMPLES: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SAMPLE_COVERAGE_VALUE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SAMPLE_COVERAGE_INVERT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly COMPRESSED_TEXTURE_FORMATS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DONT_CARE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FASTEST: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly NICEST: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly GENERATE_MIPMAP_HINT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BYTE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly UNSIGNED_BYTE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SHORT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly UNSIGNED_SHORT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly UNSIGNED_INT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FLOAT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_COMPONENT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RGB: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RGBA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LUMINANCE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LUMINANCE_ALPHA: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly UNSIGNED_SHORT_4_4_4_4: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly UNSIGNED_SHORT_5_5_5_1: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly UNSIGNED_SHORT_5_6_5: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAGMENT_SHADER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VERTEX_SHADER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_VERTEX_ATTRIBS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_VERTEX_UNIFORM_VECTORS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_VARYING_VECTORS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_COMBINED_TEXTURE_IMAGE_UNITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_VERTEX_TEXTURE_IMAGE_UNITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_TEXTURE_IMAGE_UNITS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_FRAGMENT_UNIFORM_VECTORS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SHADER_TYPE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DELETE_STATUS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LINK_STATUS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VALIDATE_STATUS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ATTACHED_SHADERS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ACTIVE_UNIFORMS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ACTIVE_ATTRIBUTES: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SHADING_LANGUAGE_VERSION: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly CURRENT_PROGRAM: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly NEVER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LESS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly EQUAL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LEQUAL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly GREATER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly NOTEQUAL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly GEQUAL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ALWAYS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly KEEP: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly REPLACE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INCR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DECR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INVERT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INCR_WRAP: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DECR_WRAP: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VENDOR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VERSION: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly NEAREST: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LINEAR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly NEAREST_MIPMAP_NEAREST: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LINEAR_MIPMAP_NEAREST: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly NEAREST_MIPMAP_LINEAR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LINEAR_MIPMAP_LINEAR: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_MAG_FILTER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_MIN_FILTER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_WRAP_S: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_WRAP_T: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_2D: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_CUBE_MAP: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_BINDING_CUBE_MAP: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_CUBE_MAP_POSITIVE_X: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_CUBE_MAP_NEGATIVE_X: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_CUBE_MAP_POSITIVE_Y: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_CUBE_MAP_NEGATIVE_Y: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_CUBE_MAP_POSITIVE_Z: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE_CUBE_MAP_NEGATIVE_Z: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_CUBE_MAP_TEXTURE_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE0: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE1: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE2: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE3: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE4: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE5: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE6: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE7: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE8: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE9: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE10: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE11: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE12: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE13: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE14: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE15: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE16: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE17: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE18: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE19: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE20: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE21: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE22: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE23: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE24: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE25: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE26: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE27: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE28: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE29: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE30: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly TEXTURE31: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly ACTIVE_TEXTURE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly REPEAT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly CLAMP_TO_EDGE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MIRRORED_REPEAT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FLOAT_VEC2: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FLOAT_VEC3: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FLOAT_VEC4: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INT_VEC2: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INT_VEC3: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INT_VEC4: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BOOL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BOOL_VEC2: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BOOL_VEC3: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BOOL_VEC4: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FLOAT_MAT2: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FLOAT_MAT3: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FLOAT_MAT4: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SAMPLER_2D: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly SAMPLER_CUBE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_ENABLED: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_STRIDE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_TYPE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_NORMALIZED: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_POINTER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_BUFFER_BINDING: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly IMPLEMENTATION_COLOR_READ_TYPE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly IMPLEMENTATION_COLOR_READ_FORMAT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly COMPILE_STATUS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LOW_FLOAT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MEDIUM_FLOAT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly HIGH_FLOAT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly LOW_INT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MEDIUM_INT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly HIGH_INT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RGBA4: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RGB5_A1: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RGB565: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_COMPONENT16: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_INDEX8: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_STENCIL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER_WIDTH: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER_HEIGHT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER_INTERNAL_FORMAT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER_RED_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER_GREEN_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER_BLUE_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER_ALPHA_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER_DEPTH_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER_STENCIL_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_OBJECT_NAME: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT0: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_ATTACHMENT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly STENCIL_ATTACHMENT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly DEPTH_STENCIL_ATTACHMENT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly NONE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_COMPLETE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_INCOMPLETE_ATTACHMENT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_INCOMPLETE_DIMENSIONS: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_UNSUPPORTED: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_BINDING: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly RENDERBUFFER_BINDING: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly MAX_RENDERBUFFER_SIZE: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly INVALID_FRAMEBUFFER_OPERATION: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly UNPACK_FLIP_Y_WEBGL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly UNPACK_PREMULTIPLY_ALPHA_WEBGL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly CONTEXT_LOST_WEBGL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly UNPACK_COLORSPACE_CONVERSION_WEBGL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly BROWSER_DEFAULT_WEBGL: GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly canvas: HTMLCanvasElement \| OffscreenCanvas;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly drawingBufferWidth: GLsizei;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: readonly drawingBufferHeight: GLsizei;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getContextAttributes(): WebGLContextAttributes \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: isContextLost(): boolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getSupportedExtensions(): string[] \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getExtension(name: string): any;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: activeTexture(texture: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: attachShader(program: WebGLProgram, shader: WebGLShader): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: bindAttribLocation(program: WebGLProgram, index: GLuint, name: string): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: bindBuffer(target: GLenum, buffer: WebGLBuffer \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: bindFramebuffer(target: GLenum, framebuffer: WebGLFramebuffer \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: bindRenderbuffer(target: GLenum, renderbuffer: WebGLRenderbuffer \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: bindTexture(target: GLenum, texture: WebGLTexture \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: blendColor(red: GLclampf, green: GLclampf, blue: GLclampf, alpha: GLclampf): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: blendEquation(mode: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: blendEquationSeparate(modeRGB: GLenum, modeAlpha: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: blendFunc(sfactor: GLenum, dfactor: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: blendFuncSeparate(srcRGB: GLenum, dstRGB: GLenum, srcAlpha: GLenum, dstAlpha: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: checkFramebufferStatus(target: GLenum): GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: clear(mask: GLbitfield): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: clearColor(red: GLclampf, green: GLclampf, blue: GLclampf, alpha: GLclampf): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: clearDepth(depth: GLclampf): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: clearStencil(s: GLint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: colorMask(red: GLboolean, green: GLboolean, blue: GLboolean, alpha: GLboolean): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: compileShader(shader: WebGLShader): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: copyTexImage2D(target: GLenum, level: GLint, internalformat: GLenum, x: GLint, y: GLint, width: GLsizei, height: GLsizei, border: GLint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: copyTexSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: createBuffer(): WebGLBuffer \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: createFramebuffer(): WebGLFramebuffer \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: createProgram(): WebGLProgram \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: createRenderbuffer(): WebGLRenderbuffer \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: createShader(type: GLenum): WebGLShader \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: createTexture(): WebGLTexture \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: cullFace(mode: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: deleteBuffer(buffer: WebGLBuffer \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: deleteFramebuffer(framebuffer: WebGLFramebuffer \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: deleteProgram(program: WebGLProgram \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: deleteRenderbuffer(renderbuffer: WebGLRenderbuffer \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: deleteShader(shader: WebGLShader \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: deleteTexture(texture: WebGLTexture \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: depthFunc(func: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: depthMask(flag: GLboolean): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: depthRange(zNear: GLclampf, zFar: GLclampf): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: detachShader(program: WebGLProgram, shader: WebGLShader): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: disable(cap: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: disableVertexAttribArray(index: GLuint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: drawArrays(mode: GLenum, first: GLint, count: GLsizei): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: drawElements(mode: GLenum, count: GLsizei, type: GLenum, offset: GLintptr): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: enable(cap: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: enableVertexAttribArray(index: GLuint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: finish(): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: flush(): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: framebufferRenderbuffer(target: GLenum, attachment: GLenum, renderbuffertarget: GLenum, renderbuffer: WebGLRenderbuffer \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: framebufferTexture2D(target: GLenum, attachment: GLenum, textarget: GLenum, texture: WebGLTexture \| null, level: GLint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: frontFace(mode: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: generateMipmap(target: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getActiveAttrib(program: WebGLProgram, index: GLuint): WebGLActiveInfo \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getActiveUniform(program: WebGLProgram, index: GLuint): WebGLActiveInfo \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getAttachedShaders(program: WebGLProgram): WebGLShader[] \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getAttribLocation(program: WebGLProgram, name: string): GLint;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getBufferParameter(target: GLenum, pname: GLenum): any;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getParameter(pname: GLenum): any;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getError(): GLenum;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getProgramParameter(program: WebGLProgram, pname: GLenum): any;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getProgramInfoLog(program: WebGLProgram): string \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getRenderbufferParameter(target: GLenum, pname: GLenum): any;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getShaderParameter(shader: WebGLShader, pname: GLenum): any;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getShaderPrecisionFormat(shadertype: GLenum, precisiontype: GLenum): WebGLShaderPrecisionFormat \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getShaderInfoLog(shader: WebGLShader): string \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getShaderSource(shader: WebGLShader): string \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getTexParameter(target: GLenum, pname: GLenum): any;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getUniform(program: WebGLProgram, location: WebGLUniformLocation): any;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getUniformLocation(program: WebGLProgram, name: string): WebGLUniformLocation \| null;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getVertexAttrib(index: GLuint, pname: GLenum): any;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: getVertexAttribOffset(index: GLuint, pname: GLenum): GLintptr;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: hint(target: GLenum, mode: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: isBuffer(buffer: WebGLBuffer \| null): GLboolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: isEnabled(cap: GLenum): GLboolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: isFramebuffer(framebuffer: WebGLFramebuffer \| null): GLboolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: isProgram(program: WebGLProgram \| null): GLboolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: isRenderbuffer(renderbuffer: WebGLRenderbuffer \| null): GLboolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: isShader(shader: WebGLShader \| null): GLboolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: isTexture(texture: WebGLTexture \| null): GLboolean;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: lineWidth(width: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: linkProgram(program: WebGLProgram): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: pixelStorei(pname: GLenum, param: GLint \| GLboolean): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: polygonOffset(factor: GLfloat, units: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: renderbufferStorage(target: GLenum, internalformat: GLenum, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: sampleCoverage(value: GLclampf, invert: GLboolean): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: scissor(x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: shaderSource(shader: WebGLShader, source: string): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: stencilFunc(func: GLenum, ref: GLint, mask: GLuint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: stencilFuncSeparate(face: GLenum, func: GLenum, ref: GLint, mask: GLuint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: stencilMask(mask: GLuint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: stencilMaskSeparate(face: GLenum, mask: GLuint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: stencilOp(fail: GLenum, zfail: GLenum, zpass: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: stencilOpSeparate(face: GLenum, fail: GLenum, zfail: GLenum, zpass: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: texParameterf(target: GLenum, pname: GLenum, param: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: texParameteri(target: GLenum, pname: GLenum, param: GLint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: uniform1f(location: WebGLUniformLocation \| null, x: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: uniform2f(location: WebGLUniformLocation \| null, x: GLfloat, y: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: uniform3f(location: WebGLUniformLocation \| null, x: GLfloat, y: GLfloat, z: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: uniform4f(location: WebGLUniformLocation \| null, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: uniform1i(location: WebGLUniformLocation \| null, x: GLint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: uniform2i(location: WebGLUniformLocation \| null, x: GLint, y: GLint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: uniform3i(location: WebGLUniformLocation \| null, x: GLint, y: GLint, z: GLint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: uniform4i(location: WebGLUniformLocation \| null, x: GLint, y: GLint, z: GLint, w: GLint): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: useProgram(program: WebGLProgram \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: validateProgram(program: WebGLProgram): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: vertexAttrib1f(index: GLuint, x: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: vertexAttrib2f(index: GLuint, x: GLfloat, y: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: vertexAttrib3f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: vertexAttrib4f(index: GLuint, x: GLfloat, y: GLfloat, z: GLfloat, w: GLfloat): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: vertexAttrib1fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: vertexAttrib2fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: vertexAttrib3fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: vertexAttrib4fv(index: GLuint, values: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: vertexAttribPointer(index: GLuint, size: GLint, type: GLenum, normalized: GLboolean, stride: GLsizei, offset: GLintptr): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextBase
Method or attribute name: viewport(x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: bufferData(target: GLenum, size: GLsizeiptr, usage: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: bufferData(target: GLenum, data: BufferSource \| null, usage: GLenum): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: bufferSubData(target: GLenum, offset: GLintptr, data: BufferSource): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: compressedTexImage2D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, border: GLint, data: ArrayBufferView): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: compressedTexSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, data: ArrayBufferView): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: readPixels(x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: texImage2D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, border: GLint, format: GLenum, type: GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: texImage2D(target: GLenum, level: GLint, internalformat: GLint, format: GLenum, type: GLenum, source: TexImageSource): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, format: GLenum, type: GLenum, source: TexImageSource): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniform1fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniform2fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniform3fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniform4fv(location: WebGLUniformLocation \| null, v: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniform1iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniform2iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniform3iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniform4iv(location: WebGLUniformLocation \| null, v: Int32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniformMatrix2fv(location: WebGLUniformLocation \| null, transpose: GLboolean, value: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniformMatrix3fv(location: WebGLUniformLocation \| null, transpose: GLboolean, value: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContextOverloads
Method or attribute name: uniformMatrix4fv(location: WebGLUniformLocation \| null, transpose: GLboolean, value: Float32List): void;|NA|webgl.d.ts| +|Deleted|Module name: webgl
Class name: WebGLRenderingContext|NA|webgl.d.ts| +|Deleted|Module name: webgl2
Class name: WebGLQuery|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGLSampler|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGLSync|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGLTransformFeedback|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGLVertexArrayObject|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly READ_BUFFER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNPACK_ROW_LENGTH: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNPACK_SKIP_ROWS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNPACK_SKIP_PIXELS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PACK_ROW_LENGTH: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PACK_SKIP_ROWS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PACK_SKIP_PIXELS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DEPTH: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly STENCIL: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB10_A2: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_BINDING_3D: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNPACK_SKIP_IMAGES: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNPACK_IMAGE_HEIGHT: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_3D: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_WRAP_R: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_3D_TEXTURE_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_2_10_10_10_REV: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_ELEMENTS_VERTICES: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_ELEMENTS_INDICES: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_MIN_LOD: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_MAX_LOD: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_BASE_LEVEL: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_MAX_LEVEL: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MIN: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DEPTH_COMPONENT24: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_TEXTURE_LOD_BIAS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_COMPARE_MODE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_COMPARE_FUNC: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly CURRENT_QUERY: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly QUERY_RESULT: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly QUERY_RESULT_AVAILABLE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly STREAM_READ: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly STREAM_COPY: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly STATIC_READ: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly STATIC_COPY: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DYNAMIC_READ: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DYNAMIC_COPY: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_DRAW_BUFFERS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER0: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER1: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER2: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER3: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER4: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER5: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER6: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER7: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER9: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER10: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER11: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER12: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER13: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER14: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_BUFFER15: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_FRAGMENT_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_VERTEX_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_3D: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_2D_SHADOW: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAGMENT_SHADER_DERIVATIVE_HINT: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PIXEL_PACK_BUFFER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PIXEL_UNPACK_BUFFER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PIXEL_PACK_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly PIXEL_UNPACK_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT2x3: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT2x4: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT3x2: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT3x4: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT4x2: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_MAT4x3: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SRGB: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SRGB8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SRGB8_ALPHA8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COMPARE_REF_TO_TEXTURE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA32F: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB32F: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA16F: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB16F: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_INTEGER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_ARRAY_TEXTURE_LAYERS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MIN_PROGRAM_TEXEL_OFFSET: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_PROGRAM_TEXEL_OFFSET: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_VARYING_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_BINDING_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R11F_G11F_B10F: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_10F_11F_11F_REV: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB9_E5: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_5_9_9_9_REV: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_MODE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_VARYINGS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_START: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RASTERIZER_DISCARD: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INTERLEAVED_ATTRIBS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SEPARATE_ATTRIBS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA32UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB32UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA16UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB16UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA8UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB8UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA32I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB32I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA16I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB16I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA8I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB8I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RED_INTEGER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB_INTEGER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA_INTEGER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_2D_ARRAY_SHADOW: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_CUBE_SHADOW: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_VEC2: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_VEC3: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_VEC4: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INT_SAMPLER_2D: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INT_SAMPLER_3D: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INT_SAMPLER_CUBE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INT_SAMPLER_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_SAMPLER_2D: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_SAMPLER_3D: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_SAMPLER_CUBE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_SAMPLER_2D_ARRAY: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DEPTH_COMPONENT32F: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DEPTH32F_STENCIL8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FLOAT_32_UNSIGNED_INT_24_8_REV: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_RED_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_GREEN_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_BLUE_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_DEFAULT: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_INT_24_8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DEPTH24_STENCIL8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNED_NORMALIZED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_FRAMEBUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly READ_FRAMEBUFFER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly DRAW_FRAMEBUFFER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly READ_FRAMEBUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RENDERBUFFER_SAMPLES: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_COLOR_ATTACHMENTS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT1: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT2: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT3: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT4: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT5: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT6: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT7: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT9: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT10: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT11: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT12: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT13: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT14: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COLOR_ATTACHMENT15: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_SAMPLES: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly HALF_FLOAT: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG_INTEGER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG8: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R16F: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R32F: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG16F: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG32F: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R8I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R8UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R16I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R16UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R32I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R32UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG8I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG8UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG16I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG16UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG32I: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG32UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly VERTEX_ARRAY_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly R8_SNORM: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RG8_SNORM: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB8_SNORM: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGBA8_SNORM: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SIGNED_NORMALIZED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COPY_READ_BUFFER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COPY_WRITE_BUFFER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COPY_READ_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly COPY_WRITE_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BUFFER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BUFFER_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BUFFER_START: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BUFFER_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_VERTEX_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_FRAGMENT_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_COMBINED_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_UNIFORM_BUFFER_BINDINGS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_UNIFORM_BLOCK_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BUFFER_OFFSET_ALIGNMENT: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly ACTIVE_UNIFORM_BLOCKS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_TYPE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_INDEX: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_OFFSET: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_ARRAY_STRIDE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_MATRIX_STRIDE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_IS_ROW_MAJOR: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_DATA_SIZE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_ACTIVE_UNIFORMS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INVALID_INDEX: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_VERTEX_OUTPUT_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_FRAGMENT_INPUT_COMPONENTS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_SERVER_WAIT_TIMEOUT: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly OBJECT_TYPE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_CONDITION: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_STATUS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_FLAGS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_FENCE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_GPU_COMMANDS_COMPLETE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly UNSIGNALED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SIGNALED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly ALREADY_SIGNALED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TIMEOUT_EXPIRED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly CONDITION_SATISFIED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly WAIT_FAILED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SYNC_FLUSH_COMMANDS_BIT: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly VERTEX_ATTRIB_ARRAY_DIVISOR: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly ANY_SAMPLES_PASSED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly ANY_SAMPLES_PASSED_CONSERVATIVE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly SAMPLER_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly RGB10_A2UI: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly INT_2_10_10_10_REV: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_PAUSED: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_ACTIVE: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TRANSFORM_FEEDBACK_BINDING: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_IMMUTABLE_FORMAT: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_ELEMENT_INDEX: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TEXTURE_IMMUTABLE_LEVELS: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly TIMEOUT_IGNORED: GLint64;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readonly MAX_CLIENT_WAIT_TIMEOUT_WEBGL: webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: copyBufferSubData(readTarget: webgl.GLenum, writeTarget: webgl.GLenum, readOffset: webgl.GLintptr, writeOffset: webgl.GLintptr, size: webgl.GLsizeiptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getBufferSubData(target: webgl.GLenum, srcByteOffset: webgl.GLintptr, dstBuffer: ArrayBufferView, dstOffset?: webgl.GLuint, length?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: blitFramebuffer(srcX0: webgl.GLint, srcY0: webgl.GLint, srcX1: webgl.GLint, srcY1: webgl.GLint, dstX0: webgl.GLint, dstY0: webgl.GLint, dstX1: webgl.GLint, dstY1: webgl.GLint, mask: webgl.GLbitfield, filter: webgl.GLenum): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: framebufferTextureLayer(target: webgl.GLenum, attachment: webgl.GLenum, texture: webgl.WebGLTexture \| null, level: webgl.GLint, layer: webgl.GLint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: invalidateFramebuffer(target: webgl.GLenum, attachments: webgl.GLenum[]): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: invalidateSubFramebuffer(target: webgl.GLenum, attachments: webgl.GLenum[], x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: readBuffer(src: webgl.GLenum): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getInternalformatParameter(target: webgl.GLenum, internalformat: webgl.GLenum, pname: webgl.GLenum): any;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: renderbufferStorageMultisample(target: webgl.GLenum, samples: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: texStorage2D(target: webgl.GLenum, levels: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: texStorage3D(target: webgl.GLenum, levels: webgl.GLsizei, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: texImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView, srcOffset: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: texSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: texSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: texSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView \| null, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: copyTexSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: compressedTexImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: compressedTexImage3D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, border: webgl.GLint, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: compressedTexSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: compressedTexSubImage3D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, zoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, depth: webgl.GLsizei, format: webgl.GLenum, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getFragDataLocation(program: webgl.WebGLProgram, name: string): webgl.GLint;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniform1ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniform2ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniform3ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint, v2: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniform4ui(location: webgl.WebGLUniformLocation \| null, v0: webgl.GLuint, v1: webgl.GLuint, v2: webgl.GLuint, v3: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniform1uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniform2uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniform3uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniform4uiv(location: webgl.WebGLUniformLocation \| null, data: Uint32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix3x2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix4x2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix2x3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix4x3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix2x4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniformMatrix3x4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4i(index: webgl.GLuint, x: webgl.GLint, y: webgl.GLint, z: webgl.GLint, w: webgl.GLint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4iv(index: webgl.GLuint, values: webgl.Int32List): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4ui(index: webgl.GLuint, x: webgl.GLuint, y: webgl.GLuint, z: webgl.GLuint, w: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribI4uiv(index: webgl.GLuint, values: Uint32List): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribIPointer(index: webgl.GLuint, size: webgl.GLint, type: webgl.GLenum, stride: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: vertexAttribDivisor(index: webgl.GLuint, divisor: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: drawArraysInstanced(mode: webgl.GLenum, first: webgl.GLint, count: webgl.GLsizei, instanceCount: webgl.GLsizei): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: drawElementsInstanced(mode: webgl.GLenum, count: webgl.GLsizei, type: webgl.GLenum, offset: webgl.GLintptr, instanceCount: webgl.GLsizei): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: drawRangeElements(mode: webgl.GLenum, start: webgl.GLuint, end: webgl.GLuint, count: webgl.GLsizei, type: webgl.GLenum, offset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: drawBuffers(buffers: webgl.GLenum[]): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferfv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: webgl.Float32List, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferiv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: webgl.Int32List, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferuiv(buffer: webgl.GLenum, drawbuffer: webgl.GLint, values: Uint32List, srcOffset?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: clearBufferfi(buffer: webgl.GLenum, drawbuffer: webgl.GLint, depth: webgl.GLfloat, stencil: webgl.GLint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: createQuery(): WebGLQuery \| null;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: deleteQuery(query: WebGLQuery \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: isQuery(query: WebGLQuery \| null): webgl.GLboolean;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: beginQuery(target: webgl.GLenum, query: WebGLQuery): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: endQuery(target: webgl.GLenum): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getQuery(target: webgl.GLenum, pname: webgl.GLenum): WebGLQuery \| null;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getQueryParameter(query: WebGLQuery, pname: webgl.GLenum): any;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: createSampler(): WebGLSampler \| null;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: deleteSampler(sampler: WebGLSampler \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: isSampler(sampler: WebGLSampler \| null): webgl.GLboolean;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: bindSampler(unit: webgl.GLuint, sampler: WebGLSampler \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: samplerParameteri(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: samplerParameterf(sampler: WebGLSampler, pname: webgl.GLenum, param: webgl.GLfloat): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getSamplerParameter(sampler: WebGLSampler, pname: webgl.GLenum): any;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: fenceSync(condition: webgl.GLenum, flags: webgl.GLbitfield): WebGLSync \| null;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: isSync(sync: WebGLSync \| null): webgl.GLboolean;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: deleteSync(sync: WebGLSync \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: clientWaitSync(sync: WebGLSync, flags: webgl.GLbitfield, timeout: GLuint64 ): webgl.GLenum;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: waitSync(sync: WebGLSync, flags: webgl.GLbitfield, timeout: GLint64): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getSyncParameter(sync: WebGLSync, pname: webgl.GLenum): any;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: createTransformFeedback(): WebGLTransformFeedback \| null;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: deleteTransformFeedback(tf: WebGLTransformFeedback \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: isTransformFeedback(tf: WebGLTransformFeedback \| null): webgl.GLboolean;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: bindTransformFeedback(target: webgl.GLenum, tf: WebGLTransformFeedback \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: beginTransformFeedback(primitiveMode: webgl.GLenum): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: endTransformFeedback(): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: transformFeedbackVaryings(program: webgl.WebGLProgram, varyings: string[], bufferMode: webgl.GLenum): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getTransformFeedbackVarying(program: webgl.WebGLProgram, index: webgl.GLuint): webgl.WebGLActiveInfo \| null;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: pauseTransformFeedback(): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: resumeTransformFeedback(): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: bindBufferBase(target: webgl.GLenum, index: webgl.GLuint, buffer: webgl.WebGLBuffer \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: bindBufferRange(target: webgl.GLenum, index: webgl.GLuint, buffer: webgl.WebGLBuffer \| null, offset: webgl.GLintptr, size: webgl.GLsizeiptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getIndexedParameter(target: webgl.GLenum, index: webgl.GLuint): any;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getUniformIndices(program: webgl.WebGLProgram, uniformNames: string[]): webgl.GLuint[] \| null;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getActiveUniforms(program: webgl.WebGLProgram, uniformIndices: webgl.GLuint[], pname: webgl.GLenum): any;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getUniformBlockIndex(program: webgl.WebGLProgram, uniformBlockName: string): webgl.GLuint;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getActiveUniformBlockParameter(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint, pname: webgl.GLenum): any;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: getActiveUniformBlockName(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint): string \| null;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: uniformBlockBinding(program: webgl.WebGLProgram, uniformBlockIndex: webgl.GLuint, uniformBlockBinding: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: createVertexArray(): WebGLVertexArrayObject \| null;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: deleteVertexArray(vertexArray: WebGLVertexArrayObject \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: isVertexArray(vertexArray: WebGLVertexArrayObject \| null): webgl.GLboolean;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextBase
Method or attribute name: bindVertexArray(array: WebGLVertexArrayObject \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: bufferData(target: webgl.GLenum, size: webgl.GLsizeiptr, usage: webgl.GLenum): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: bufferData(target: webgl.GLenum, srcData: BufferSource \| null, usage: webgl.GLenum): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: bufferSubData(target: webgl.GLenum, dstByteOffset: webgl.GLintptr, srcData: BufferSource): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: bufferData(target: webgl.GLenum, srcData: ArrayBufferView, usage: webgl.GLenum, srcOffset: webgl.GLuint, length?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: bufferSubData(target: webgl.GLenum, dstByteOffset: webgl.GLintptr, srcData: ArrayBufferView, srcOffset: webgl.GLuint, length?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, pixels: ArrayBufferView \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: texImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView, srcOffset: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, pboOffset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, source: webgl.TexImageSource): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: texSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, srcData: ArrayBufferView, srcOffset: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: compressedTexImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: compressedTexImage2D(target: webgl.GLenum, level: webgl.GLint, internalformat: webgl.GLenum, width: webgl.GLsizei, height: webgl.GLsizei, border: webgl.GLint, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: compressedTexSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, imageSize: webgl.GLsizei, offset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: compressedTexSubImage2D(target: webgl.GLenum, level: webgl.GLint, xoffset: webgl.GLint, yoffset: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, srcData: ArrayBufferView, srcOffset?: webgl.GLuint, srcLengthOverride?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform1fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform2fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform3fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform4fv(location: webgl.WebGLUniformLocation \| null, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform1iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform2iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform3iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniform4iv(location: webgl.WebGLUniformLocation \| null, data: webgl.Int32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniformMatrix2fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniformMatrix3fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: uniformMatrix4fv(location: webgl.WebGLUniformLocation \| null, transpose: webgl.GLboolean, data: webgl.Float32List, srcOffset?: webgl.GLuint, srcLength?: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: readPixels(x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, dstData: ArrayBufferView \| null): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: readPixels(x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, offset: webgl.GLintptr): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContextOverloads
Method or attribute name: readPixels(x: webgl.GLint, y: webgl.GLint, width: webgl.GLsizei, height: webgl.GLsizei, format: webgl.GLenum, type: webgl.GLenum, dstData: ArrayBufferView, dstOffset: webgl.GLuint): void;|NA|webgl2.d.ts| +|Deleted|Module name: webgl2
Class name: WebGL2RenderingContext|NA|webgl2.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-misc.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-misc.md new file mode 100644 index 0000000000000000000000000000000000000000..078d2293f3f9b892525569bfc40f9431f9033f1c --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-misc.md @@ -0,0 +1,282 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: InputMethodSetting
Method or attribute name: on(type: 'imeShow' \| 'imeHide', callback: (info: Array\) => void): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodSetting
Method or attribute name: off(type: 'imeShow' \| 'imeHide', callback?: (info: Array\) => void): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: attach(showKeyboard: boolean, textConfig: TextConfig, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: attach(showKeyboard: boolean, textConfig: TextConfig): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: showTextInput(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: showTextInput(): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: hideTextInput(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: hideTextInput(): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: detach(callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: detach(): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: setCallingWindow(windowId: number, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: setCallingWindow(windowId: number): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: updateCursor(cursorInfo: CursorInfo, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: updateCursor(cursorInfo: CursorInfo): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: changeSelection(text: string, start: number, end: number, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: changeSelection(text: string, start: number, end: number): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: updateAttribute(attribute: InputAttribute, callback: AsyncCallback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: updateAttribute(attribute: InputAttribute): Promise\;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'selectByRange', callback: Callback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'selectByMovement', callback: Callback\): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'selectByRange'): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'selectByMovement'): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'insertText', callback: (text: string) => void): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'insertText'): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'deleteLeft' \| 'deleteRight', callback: (length: number) => void): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'deleteLeft' \| 'deleteRight'): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'sendKeyboardStatus', callback: (keyBoardStatus: KeyboardStatus) => void): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'sendKeyboardStatus'): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'sendFunctionKey', callback: (functionKey: FunctionKey) => void): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'sendFunctionKey'): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'moveCursor', callback: (direction: Direction) => void): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'moveCursor'): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: on(type: 'handleExtendAction', callback: (action: ExtendAction) => void): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodController
Method or attribute name: off(type: 'handleExtendAction'): void;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodProperty
Method or attribute name: readonly labelId?: number;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodProperty
Method or attribute name: extra?: object;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: Direction|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: Direction
Method or attribute name: CURSOR_UP = 1|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: Direction
Method or attribute name: CURSOR_DOWN|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: Direction
Method or attribute name: CURSOR_LEFT|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: Direction
Method or attribute name: CURSOR_RIGHT|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: Range|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: Range
Method or attribute name: start: number;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: Range
Method or attribute name: end: number;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: Movement|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: Movement
Method or attribute name: direction: Direction;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextInputType|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: NONE = -1|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: TEXT = 0|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: MULTILINE|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: NUMBER|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: PHONE|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: DATETIME|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: EMAIL_ADDRESS|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: URL|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextInputType
Method or attribute name: VISIBLE_PASSWORD|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: UNSPECIFIED = 0|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: NONE|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: GO|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: SEARCH|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: SEND|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: NEXT|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: DONE|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: EnterKeyType
Method or attribute name: PREVIOUS|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: KeyboardStatus|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: KeyboardStatus
Method or attribute name: NONE = 0|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: KeyboardStatus
Method or attribute name: HIDE = 1|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: KeyboardStatus
Method or attribute name: SHOW = 2|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputAttribute|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputAttribute
Method or attribute name: textInputType: TextInputType;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputAttribute
Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: FunctionKey|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: FunctionKey
Method or attribute name: enterKeyType: EnterKeyType;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: CursorInfo|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: CursorInfo
Method or attribute name: left: number;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: CursorInfo
Method or attribute name: top: number;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: CursorInfo
Method or attribute name: width: number;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: CursorInfo
Method or attribute name: height: number;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextConfig|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: TextConfig
Method or attribute name: inputAttribute: InputAttribute;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: ExtendAction|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: ExtendAction
Method or attribute name: SELECT_ALL = 0|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: ExtendAction
Method or attribute name: CUT = 3|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: ExtendAction
Method or attribute name: COPY = 4|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: ExtendAction
Method or attribute name: PASTE = 5|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo
Method or attribute name: name: string;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo
Method or attribute name: left: number;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo
Method or attribute name: top: number;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo
Method or attribute name: width: number;|@ohos.inputMethod.d.ts| +|Added|NA|Module name: ohos.inputMethod
Class name: InputWindowInfo
Method or attribute name: height: number;|@ohos.inputMethod.d.ts| +|Added|NA|Class name: InputMethodAbility
Method or attribute name: createPanel(ctx: BaseContext, info: PanelInfo, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Class name: InputMethodAbility
Method or attribute name: createPanel(ctx: BaseContext, info: PanelInfo): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Class name: InputMethodAbility
Method or attribute name: destroyPanel(panel: Panel, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Class name: InputMethodAbility
Method or attribute name: destroyPanel(panel: Panel): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: selectByRange(range: Range, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: selectByRange(range: Range): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: selectByMovement(movement: Movement, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: selectByMovement(movement: Movement): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getTextIndexAtCursor(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: getTextIndexAtCursor(): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: sendExtendAction(action: ExtendAction, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: InputClient
Method or attribute name: sendExtendAction(action: ExtendAction): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: setUiContent(path: string, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: setUiContent(path: string): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: setUiContent(path: string, storage: LocalStorage, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: setUiContent(path: string, storage: LocalStorage): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: resize(width: number, height: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: resize(width: number, height: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: moveTo(x: number, y: number, callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: moveTo(x: number, y: number): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: show(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: show(): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: hide(callback: AsyncCallback\): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: hide(): Promise\;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: on(type: 'show' \| 'hide', callback: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: off(type: 'show' \| 'hide', callback?: () => void): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Panel
Method or attribute name: changeFlag(flag: PanelFlag): void;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelFlag|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelFlag
Method or attribute name: FLG_FIXED = 0|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelFlag
Method or attribute name: FLG_FLOATING|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelType|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelType
Method or attribute name: SOFT_KEYBOARD = 0|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelType
Method or attribute name: STATUS_BAR|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelInfo|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelInfo
Method or attribute name: type: PanelType;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: PanelInfo
Method or attribute name: flag?: PanelFlag;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Direction|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Direction
Method or attribute name: CURSOR_UP = 1|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Direction
Method or attribute name: CURSOR_DOWN|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Direction
Method or attribute name: CURSOR_LEFT|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Direction
Method or attribute name: CURSOR_RIGHT|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Range|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Range
Method or attribute name: start: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Range
Method or attribute name: end: number;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Movement|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: Movement
Method or attribute name: direction: Direction;|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: ExtendAction|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: ExtendAction
Method or attribute name: SELECT_ALL = 0|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: ExtendAction
Method or attribute name: CUT = 3|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: ExtendAction
Method or attribute name: COPY = 4|@ohos.inputMethodEngine.d.ts| +|Added|NA|Module name: ohos.inputMethodEngine
Class name: ExtendAction
Method or attribute name: PASTE = 5|@ohos.inputMethodEngine.d.ts| +|Added|NA|Class name: InputMethodSubtype
Method or attribute name: readonly labelId?: number;|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Class name: InputMethodSubtype
Method or attribute name: extra?: object;|@ohos.InputMethodSubtype.d.ts| +|Added|NA|Module name: ohos.wallpaper
Class name: WallpaperResourceType|@ohos.wallpaper.d.ts| +|Added|NA|Module name: ohos.wallpaper
Class name: WallpaperResourceType
Method or attribute name: DEFAULT|@ohos.wallpaper.d.ts| +|Added|NA|Module name: ohos.wallpaper
Class name: WallpaperResourceType
Method or attribute name: PICTURE|@ohos.wallpaper.d.ts| +|Added|NA|Module name: ohos.wallpaper
Class name: WallpaperResourceType
Method or attribute name: VIDEO|@ohos.wallpaper.d.ts| +|Added|NA|Module name: ohos.wallpaper
Class name: WallpaperResourceType
Method or attribute name: PACKAGE|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType, callback: AsyncCallback\): void;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function setVideo(source: string, wallpaperType: WallpaperType): Promise\;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function on(

type: 'wallpaperChange',

callback: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void

): void;|@ohos.wallpaper.d.ts| +|Added|NA|Class name: wallpaper
Method or attribute name: function off(

type: 'wallpaperChange',

callback?: (wallpaperType: WallpaperType, resourceType: WallpaperResourceType) => void

): void;|@ohos.wallpaper.d.ts| +|Initial version changed|Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void;
Initial version: 9|Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void;
Initial version: 10|@ohos.inputMethod.d.ts| +|Initial version changed|Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\;
Initial version: 9|Class name: inputMethod
Method or attribute name: function switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise\;
Initial version: 10|@ohos.inputMethod.d.ts| +|Initial version changed|Class name: request
Initial version: N/A|Class name: request
Initial version: 6|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_PERMISSION: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_PERMISSION: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_PARAMCHECK: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_PARAMCHECK: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_UNSUPPORTED: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_UNSUPPORTED: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_FILEIO: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_FILEIO: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_FILEPATH: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_FILEPATH: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_SERVICE: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_SERVICE: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const EXCEPTION_OTHERS: number;
Initial version: 9|Class name: request
Method or attribute name: const EXCEPTION_OTHERS: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const NETWORK_MOBILE: number;
Initial version: 6|Class name: request
Method or attribute name: const NETWORK_MOBILE: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const NETWORK_WIFI: number;
Initial version: 6|Class name: request
Method or attribute name: const NETWORK_WIFI: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_CANNOT_RESUME: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_CANNOT_RESUME: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_DEVICE_NOT_FOUND: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_DEVICE_NOT_FOUND: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_FILE_ALREADY_EXISTS: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_FILE_ALREADY_EXISTS: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_FILE_ERROR: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_FILE_ERROR: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_HTTP_DATA_ERROR: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_HTTP_DATA_ERROR: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_INSUFFICIENT_SPACE: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_INSUFFICIENT_SPACE: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_TOO_MANY_REDIRECTS: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_TOO_MANY_REDIRECTS: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_UNHANDLED_HTTP_CODE: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_UNHANDLED_HTTP_CODE: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_UNKNOWN: number;
Initial version: 7|Class name: request
Method or attribute name: const ERROR_UNKNOWN: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_OFFLINE: number;
Initial version: 9|Class name: request
Method or attribute name: const ERROR_OFFLINE: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;
Initial version: 9|Class name: request
Method or attribute name: const ERROR_UNSUPPORTED_NETWORK_TYPE: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const PAUSED_QUEUED_FOR_WIFI: number;
Initial version: 7|Class name: request
Method or attribute name: const PAUSED_QUEUED_FOR_WIFI: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const PAUSED_WAITING_FOR_NETWORK: number;
Initial version: 7|Class name: request
Method or attribute name: const PAUSED_WAITING_FOR_NETWORK: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const PAUSED_WAITING_TO_RETRY: number;
Initial version: 7|Class name: request
Method or attribute name: const PAUSED_WAITING_TO_RETRY: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const PAUSED_BY_USER: number;
Initial version: 9|Class name: request
Method or attribute name: const PAUSED_BY_USER: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const PAUSED_UNKNOWN: number;
Initial version: 7|Class name: request
Method or attribute name: const PAUSED_UNKNOWN: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const SESSION_SUCCESSFUL: number;
Initial version: 7|Class name: request
Method or attribute name: const SESSION_SUCCESSFUL: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const SESSION_RUNNING: number;
Initial version: 7|Class name: request
Method or attribute name: const SESSION_RUNNING: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const SESSION_PENDING: number;
Initial version: 7|Class name: request
Method or attribute name: const SESSION_PENDING: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const SESSION_PAUSED: number;
Initial version: 7|Class name: request
Method or attribute name: const SESSION_PAUSED: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: const SESSION_FAILED: number;
Initial version: 7|Class name: request
Method or attribute name: const SESSION_FAILED: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\): void;
Initial version: 9|Class name: request
Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig, callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\;
Initial version: 9|Class name: request
Method or attribute name: function downloadFile(context: BaseContext, config: DownloadConfig): Promise\;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;
Initial version: 9|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig, callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\;
Initial version: 9|Class name: request
Method or attribute name: function uploadFile(context: BaseContext, config: UploadConfig): Promise\;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadConfig
Initial version: 6|Class name: DownloadConfig
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadConfig
Method or attribute name: url: string;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: url: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadConfig
Method or attribute name: header?: Object;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: header?: Object;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadConfig
Method or attribute name: enableMetered?: boolean;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: enableMetered?: boolean;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadConfig
Method or attribute name: enableRoaming?: boolean;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: enableRoaming?: boolean;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadConfig
Method or attribute name: description?: string;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: description?: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadConfig
Method or attribute name: networkType?: number;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: networkType?: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadConfig
Method or attribute name: filePath?: string;
Initial version: 7|Class name: DownloadConfig
Method or attribute name: filePath?: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadConfig
Method or attribute name: title?: string;
Initial version: 6|Class name: DownloadConfig
Method or attribute name: title?: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadConfig
Method or attribute name: background?: boolean;
Initial version: 9|Class name: DownloadConfig
Method or attribute name: background?: boolean;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Initial version: 7|Class name: DownloadInfo
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: description: string;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: description: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: downloadedBytes: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: downloadedBytes: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: downloadId: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: downloadId: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: failedReason: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: failedReason: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: fileName: string;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: fileName: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: filePath: string;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: filePath: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: pausedReason: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: pausedReason: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: status: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: status: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: targetURI: string;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: targetURI: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: downloadTitle: string;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: downloadTitle: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadInfo
Method or attribute name: downloadTotalBytes: number;
Initial version: 7|Class name: DownloadInfo
Method or attribute name: downloadTotalBytes: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Initial version: 6|Class name: DownloadTask
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;
Initial version: 6|Class name: DownloadTask
Method or attribute name: on(type: 'progress', callback: (receivedSize: number, totalSize: number) => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;
Initial version: 6|Class name: DownloadTask
Method or attribute name: off(type: 'progress', callback?: (receivedSize: number, totalSize: number) => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
Initial version: 7|Class name: DownloadTask
Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
Initial version: 7|Class name: DownloadTask
Method or attribute name: on(type: 'complete' \| 'pause' \| 'remove', callback: () => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;
Initial version: 7|Class name: DownloadTask
Method or attribute name: off(type: 'complete' \| 'pause' \| 'remove', callback?: () => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: on(type: 'fail', callback: (err: number) => void): void;
Initial version: 7|Class name: DownloadTask
Method or attribute name: on(type: 'fail', callback: (err: number) => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: off(type: 'fail', callback?: (err: number) => void): void;
Initial version: 7|Class name: DownloadTask
Method or attribute name: off(type: 'fail', callback?: (err: number) => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: delete(callback: AsyncCallback\): void;
Initial version: 9|Class name: DownloadTask
Method or attribute name: delete(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: delete(): Promise\;
Initial version: 9|Class name: DownloadTask
Method or attribute name: delete(): Promise\;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: suspend(callback: AsyncCallback\): void;
Initial version: 9|Class name: DownloadTask
Method or attribute name: suspend(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: suspend(): Promise\;
Initial version: 9|Class name: DownloadTask
Method or attribute name: suspend(): Promise\;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: restore(callback: AsyncCallback\): void;
Initial version: 9|Class name: DownloadTask
Method or attribute name: restore(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: restore(): Promise\;
Initial version: 9|Class name: DownloadTask
Method or attribute name: restore(): Promise\;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: getTaskInfo(callback: AsyncCallback\): void;
Initial version: 9|Class name: DownloadTask
Method or attribute name: getTaskInfo(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: getTaskInfo(): Promise\;
Initial version: 9|Class name: DownloadTask
Method or attribute name: getTaskInfo(): Promise\;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: getTaskMimeType(callback: AsyncCallback\): void;
Initial version: 9|Class name: DownloadTask
Method or attribute name: getTaskMimeType(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: DownloadTask
Method or attribute name: getTaskMimeType(): Promise\;
Initial version: 9|Class name: DownloadTask
Method or attribute name: getTaskMimeType(): Promise\;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: File
Initial version: 6|Class name: File
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: File
Method or attribute name: filename: string;
Initial version: 6|Class name: File
Method or attribute name: filename: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: File
Method or attribute name: name: string;
Initial version: 6|Class name: File
Method or attribute name: name: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: File
Method or attribute name: uri: string;
Initial version: 6|Class name: File
Method or attribute name: uri: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: File
Method or attribute name: type: string;
Initial version: 6|Class name: File
Method or attribute name: type: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: RequestData
Initial version: 6|Class name: RequestData
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: RequestData
Method or attribute name: name: string;
Initial version: 6|Class name: RequestData
Method or attribute name: name: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: RequestData
Method or attribute name: value: string;
Initial version: 6|Class name: RequestData
Method or attribute name: value: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadConfig
Initial version: 6|Class name: UploadConfig
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadConfig
Method or attribute name: url: string;
Initial version: 6|Class name: UploadConfig
Method or attribute name: url: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadConfig
Method or attribute name: header: Object;
Initial version: 6|Class name: UploadConfig
Method or attribute name: header: Object;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadConfig
Method or attribute name: method: string;
Initial version: 6|Class name: UploadConfig
Method or attribute name: method: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadConfig
Method or attribute name: files: Array\;
Initial version: 6|Class name: UploadConfig
Method or attribute name: files: Array\;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadConfig
Method or attribute name: data: Array\;
Initial version: 6|Class name: UploadConfig
Method or attribute name: data: Array\;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: TaskState
Initial version: 9|Class name: TaskState
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: TaskState
Method or attribute name: path: string;
Initial version: 9|Class name: TaskState
Method or attribute name: path: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: TaskState
Method or attribute name: responseCode: number;
Initial version: 9|Class name: TaskState
Method or attribute name: responseCode: number;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: TaskState
Method or attribute name: message: string;
Initial version: 9|Class name: TaskState
Method or attribute name: message: string;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadTask
Initial version: 6|Class name: UploadTask
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadTask
Method or attribute name: on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;
Initial version: 6|Class name: UploadTask
Method or attribute name: on(type: 'progress', callback: (uploadedSize: number, totalSize: number) => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadTask
Method or attribute name: off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;
Initial version: 6|Class name: UploadTask
Method or attribute name: off(type: 'progress', callback?: (uploadedSize: number, totalSize: number) => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadTask
Method or attribute name: on(type: 'headerReceive', callback: (header: object) => void): void;
Initial version: 7|Class name: UploadTask
Method or attribute name: on(type: 'headerReceive', callback: (header: object) => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadTask
Method or attribute name: off(type: 'headerReceive', callback?: (header: object) => void): void;
Initial version: 7|Class name: UploadTask
Method or attribute name: off(type: 'headerReceive', callback?: (header: object) => void): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadTask
Method or attribute name: delete(callback: AsyncCallback\): void;
Initial version: 9|Class name: UploadTask
Method or attribute name: delete(callback: AsyncCallback\): void;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadTask
Method or attribute name: delete(): Promise\;
Initial version: 9|Class name: UploadTask
Method or attribute name: delete(): Promise\;
Initial version: 10|@ohos.request.d.ts| +|Initial version changed|Class name: UploadResponse
Initial version: N/A|Class name: UploadResponse
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: DownloadResponse
Initial version: N/A|Class name: DownloadResponse
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: OnDownloadCompleteResponse
Initial version: N/A|Class name: OnDownloadCompleteResponse
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: RequestFile
Initial version: N/A|Class name: RequestFile
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: RequestData
Initial version: N/A|Class name: RequestData
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: UploadRequestOptions
Initial version: N/A|Class name: UploadRequestOptions
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: DownloadRequestOptions
Initial version: N/A|Class name: DownloadRequestOptions
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: OnDownloadCompleteOptions
Initial version: N/A|Class name: OnDownloadCompleteOptions
Initial version: 3|@system.request.d.ts| +|Initial version changed|Class name: Request
Initial version: N/A|Class name: Request
Initial version: 3|@system.request.d.ts| +|Permission added|Class name: request
Method or attribute name: const EXCEPTION_PERMISSION: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_PERMISSION: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|Permission added|Class name: request
Method or attribute name: const EXCEPTION_PARAMCHECK: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_PARAMCHECK: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|Permission added|Class name: request
Method or attribute name: const EXCEPTION_UNSUPPORTED: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_UNSUPPORTED: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|Permission added|Class name: request
Method or attribute name: const EXCEPTION_FILEIO: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_FILEIO: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|Permission added|Class name: request
Method or attribute name: const EXCEPTION_FILEPATH: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_FILEPATH: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|Permission added|Class name: request
Method or attribute name: const EXCEPTION_SERVICE: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_SERVICE: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|Permission added|Class name: request
Method or attribute name: const EXCEPTION_OTHERS: number;
Permission: N/A|Class name: request
Method or attribute name: const EXCEPTION_OTHERS: number;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|Permission added|Class name: DownloadConfig
Method or attribute name: background?: boolean;
Permission: N/A|Class name: DownloadConfig
Method or attribute name: background?: boolean;
Permission: ohos.permission.INTERNET|@ohos.request.d.ts| +|Permission added|Class name: screenLock
Method or attribute name: function lock(callback: AsyncCallback\): void;
Permission: N/A|Class name: screenLock
Method or attribute name: function lock(callback: AsyncCallback\): void;
Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| +|Permission added|Class name: screenLock
Method or attribute name: function onSystemEvent(callback: Callback\): boolean;
Permission: N/A|Class name: screenLock
Method or attribute name: function onSystemEvent(callback: Callback\): boolean;
Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| +|Permission added|Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\): void;
Permission: N/A|Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number, callback: AsyncCallback\): void;
Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| +|Permission added|Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\;
Permission: N/A|Class name: screenLock
Method or attribute name: function sendScreenLockEvent(event: String, parameter: number): Promise\;
Permission: ohos.permission.ACCESS_SCREEN_LOCK_INNER|@ohos.screenLock.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-msdp.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-msdp.md new file mode 100644 index 0000000000000000000000000000000000000000..bd3a69ae9ec5e6e0e776bd9799f6bbb6e6dce292 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-msdp.md @@ -0,0 +1,23 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.cooperate
Class name: cooperate|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: CooperateMsg|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: CooperateMsg
Method or attribute name: COOPERATE_PREPARE|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: CooperateMsg
Method or attribute name: COOPERATE_UNPREPARE|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: CooperateMsg
Method or attribute name: COOPERATE_ACTIVATE|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: CooperateMsg
Method or attribute name: COOPERATE_ACTIVATE_SUCCESS|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: CooperateMsg
Method or attribute name: COOPERATE_ACTIVATE_FAIL|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: CooperateMsg
Method or attribute name: COOPERATE_DEACTIVATE_SUCCESS|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: CooperateMsg
Method or attribute name: COOPERATE_DEACTIVATE_FAIL|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function prepare(callback: AsyncCallback\): void;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function prepare(): Promise\;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function unprepare(callback: AsyncCallback\): void;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function unprepare(): Promise\;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback\): void;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function activate(targetNetworkId: string, inputDeviceId: number): Promise\;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function deactivate(isUnchained: boolean, callback: AsyncCallback\): void;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function deactivate(isUnchained: boolean): Promise\;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function getCrossingSwitchState(networkId: string, callback: AsyncCallback\): void;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function getCrossingSwitchState(networkId: string): Promise\;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function on(type: 'cooperate', callback: Callback\<{ networkId: string, msg: CooperateMsg }>): void;|@ohos.cooperate.d.ts| +|Added|NA|Module name: ohos.cooperate
Class name: cooperate
Method or attribute name: function off(type: 'cooperate', callback?: Callback\): void;|@ohos.cooperate.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-multi-modal-input.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-multi-modal-input.md new file mode 100644 index 0000000000000000000000000000000000000000..1eadca1eaec0dc0e7e6ba10b2291c0e9b230d389 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-multi-modal-input.md @@ -0,0 +1,30 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: AxisType
Method or attribute name: type AxisType =

'touchmajor'

\| 'touchminor'

\| 'orientation'

\| 'x'

\| 'y'

\| 'pressure'

\| 'toolminor'

\| 'toolmajor'

\| 'null';|@ohos.multimodalInput.inputDevice.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PrimaryButton|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Class name: PrimaryButton
Method or attribute name: |@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PrimaryButton
Method or attribute name: LEFT = 0|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: PrimaryButton
Method or attribute name: RIGHT = 1|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setMousePrimaryButton(primary: PrimaryButton, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setMousePrimaryButton(primary: PrimaryButton): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function getMousePrimaryButton(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function getMousePrimaryButton(): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setHoverScrollState(state: boolean, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setHoverScrollState(state: boolean): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function getHoverScrollState(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function getHoverScrollState(): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setMouseScrollRows(rows: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function setMouseScrollRows(rows: number): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function getMouseScrollRows(callback: AsyncCallback\): void;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.pointer
Class name: pointer
Method or attribute name: function getMouseScrollRows(): Promise\;|@ohos.multimodalInput.pointer.d.ts| +|Added|NA|Module name: ohos.multimodalInput.shortKey
Class name: shortKey|@ohos.multimodalInput.shortKey.d.ts| +|Added|NA|Module name: ohos.multimodalInput.shortKey
Class name: shortKey
Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number, callback: AsyncCallback\): void;|@ohos.multimodalInput.shortKey.d.ts| +|Added|NA|Module name: ohos.multimodalInput.shortKey
Class name: shortKey
Method or attribute name: function setKeyDownDuration(businessKey: string, delay: number): Promise\;|@ohos.multimodalInput.shortKey.d.ts| +|Deleted|Module name: ohos.multimodalInput.inputDevice
Class name: AxisType
Method or attribute name: type AxisType = 'touchMajor' \| 'touchMinor' \| 'orientation' \| 'x' \| 'y' \| 'pressure' \| 'toolMinor' \| 'toolMajor' \| 'NULL';|NA|@ohos.multimodalInput.inputDevice.d.ts| +|Initial version changed|Class name: KeyOptions
Initial version: N/A|Class name: KeyOptions
Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts| +|Initial version changed|Class name: KeyOptions
Method or attribute name: preKeys: Array\;
Initial version: N/A|Class name: KeyOptions
Method or attribute name: preKeys: Array\;
Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts| +|Initial version changed|Class name: KeyOptions
Method or attribute name: finalKey: number;
Initial version: N/A|Class name: KeyOptions
Method or attribute name: finalKey: number;
Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts| +|Initial version changed|Class name: KeyOptions
Method or attribute name: isFinalKeyDown: boolean;
Initial version: N/A|Class name: KeyOptions
Method or attribute name: isFinalKeyDown: boolean;
Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts| +|Initial version changed|Class name: KeyOptions
Method or attribute name: finalKeyDownDuration: number;
Initial version: N/A|Class name: KeyOptions
Method or attribute name: finalKeyDownDuration: number;
Initial version: 8|@ohos.multimodalInput.inputConsumer.d.ts| +|Permission added|Class name: TouchEventReceiver
Permission: N/A|Class name: TouchEventReceiver
Permission: ohos.permission.INPUT_MONITORING|@ohos.multimodalInput.inputMonitor.d.ts| +|SysCap changed|Class name: inputDeviceCooperate
SysCap:N/A|Class name: inputDeviceCooperate
SysCap:SystemCapability.MultimodalInput.Input.Cooperator|@ohos.multimodalInput.inputDeviceCooperate.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-multimedia.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-multimedia.md new file mode 100644 index 0000000000000000000000000000000000000000..1754623d3d8b252f0f98e706dfb3f97458c3fd02 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-multimedia.md @@ -0,0 +1,336 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.effectKit
Class name: ColorPicker
Method or attribute name: getLargestProportionColor(): Color;|@ohos.effectKit.d.ts| +|Added|NA|Class name: ColorPicker
Method or attribute name: getLargestProportionColor(): Color;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: ColorPicker
Method or attribute name: getHighestSaturationColor(): Color;|@ohos.effectKit.d.ts| +|Added|NA|Class name: ColorPicker
Method or attribute name: getHighestSaturationColor(): Color;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: ColorPicker
Method or attribute name: getAverageColor(): Color;|@ohos.effectKit.d.ts| +|Added|NA|Class name: ColorPicker
Method or attribute name: getAverageColor(): Color;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.effectKit
Class name: ColorPicker
Method or attribute name: isBlackOrWhiteOrGrayColor(color: number): boolean;|@ohos.effectKit.d.ts| +|Added|NA|Class name: ColorPicker
Method or attribute name: isBlackOrWhiteOrGrayColor(color: number): boolean;|@ohos.effectKit.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeType
Method or attribute name: ALARM = 4|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeType
Method or attribute name: ACCESSIBILITY = 5|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioVolumeType
Method or attribute name: ULTRASONIC = 10|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: ContentType
Method or attribute name: CONTENT_TYPE_ULTRASONIC = 9|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: StreamUsage
Method or attribute name: STREAM_USAGE_ALARM = 4|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: StreamUsage
Method or attribute name: STREAM_USAGE_ACCESSIBILITY = 8|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: StreamUsage
Method or attribute name: STREAM_USAGE_SYSTEM = 9|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRendererFilter
Method or attribute name: uid?: number;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo, callback: AsyncCallback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: getPreferOutputDeviceForRendererInfo(rendererInfo: AudioRendererInfo): Promise\;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: on(type: 'preferOutputDeviceChangeForRendererInfo', rendererInfo: AudioRendererInfo, callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: on(type: 'preferOutputDeviceChangeForRendererInfo', rendererInfo: AudioRendererInfo, callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioRoutingManager
Method or attribute name: off(type: 'preferOutputDeviceChangeForRendererInfo', callback?: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioRoutingManager
Method or attribute name: off(type: 'preferOutputDeviceChangeForRendererInfo', callback?: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioDeviceDescriptor
Method or attribute name: readonly displayName: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioDeviceDescriptor
Method or attribute name: readonly displayName: string;|@ohos.multimedia.audio.d.ts| +|Added|NA|Module name: ohos.multimedia.audio
Class name: AudioCapturer
Method or attribute name: on(type: 'audioInterrupt', callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: AudioCapturer
Method or attribute name: on(type: 'audioInterrupt', callback: Callback\): void;|@ohos.multimedia.audio.d.ts| +|Added|NA|Class name: avSession
Method or attribute name: function getHistoricalSessionDescriptors(maxSize: number, callback: AsyncCallback\>>): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: avSession
Method or attribute name: function getHistoricalSessionDescriptors(maxSize?: number): Promise\>>;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: dispatchSessionEvent(event: string, args: { [key: string]: Object }, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: dispatchSessionEvent(event: string, args: { [key: string]: Object }): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: setAVQueueItems(items: Array\, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: setAVQueueItems(items: Array\): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: setAVQueueTitle(title: string, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: setAVQueueTitle(title: string): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: setExtras(extras: {[key: string]: Object}, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: setExtras(extras: {[key: string]: Object}): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: on(type: 'commonCommand', callback: (command: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: off(type: 'commonCommand', callback?: (command: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: on(type: 'skipToQueueItem', callback: (itemId: number) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSession
Method or attribute name: off(type: 'skipToQueueItem', callback?: (itemId: number) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMediaDescription|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMediaDescription
Method or attribute name: mediaId: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMediaDescription
Method or attribute name: title?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMediaDescription
Method or attribute name: subtitle?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMediaDescription
Method or attribute name: description?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMediaDescription
Method or attribute name: icon?: image.PixelMap \| string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMediaDescription
Method or attribute name: iconUri?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMediaDescription
Method or attribute name: extras?: { [key: string]: Object };|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVMediaDescription
Method or attribute name: mediaUri?: string;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVQueueItem|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVQueueItem
Method or attribute name: itemId: number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Module name: ohos.multimedia.avsession
Class name: AVQueueItem
Method or attribute name: description?: AVMediaDescription;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVPlaybackState
Method or attribute name: activeItemId?: number;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVPlaybackState
Method or attribute name: extras?: {[key: string]: Object};|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: getAVQueueTitle(callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: getAVQueueTitle(): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: getAVQueueItems(callback: AsyncCallback\>): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: getAVQueueItems(): Promise\>;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: skipToQueueItem(itemId: number, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: skipToQueueItem(itemId: number): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: sendCommonCommand(command: string, args: { [key: string]: Object }, callback: AsyncCallback\): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: sendCommonCommand(command: string, args: { [key: string]: Object }): Promise\;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: getExtras(callback: AsyncCallback\<{[key: string]: Object}>): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: getExtras(): Promise\<{[key: string]: Object}>;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: on(type: 'sessionEvent', callback: (sessionEvent: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: off(type: 'sessionEvent', callback?: (sessionEvent: string, args: { [key: string]: Object }) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: on(type: 'queueItemsChange', callback: (items: Array\) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: off(type: 'queueItemsChange', callback?: (items: Array\) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: on(type: 'queueTitleChange', callback: (title: string) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: off(type: 'queueTitleChange', callback?: (title: string) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: on(type: 'extrasChange', callback: (extras: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: AVSessionController
Method or attribute name: off(type: 'extrasChange', callback?: (extras: {[key: string]: Object}) => void): void;|@ohos.multimedia.avsession.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: BITS_PER_SAMPLE = 'BitsPerSample'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: ORIENTATION = 'Orientation'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: IMAGE_LENGTH = 'ImageLength'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: IMAGE_WIDTH = 'ImageWidth'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: GPS_LATITUDE = 'GPSLatitude'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: GPS_LONGITUDE = 'GPSLongitude'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: GPS_LATITUDE_REF = 'GPSLatitudeRef'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: GPS_LONGITUDE_REF = 'GPSLongitudeRef'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: DATE_TIME_ORIGINAL = 'DateTimeOriginal'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: EXPOSURE_TIME = 'ExposureTime'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: SCENE_TYPE = 'SceneType'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: ISO_SPEED_RATINGS = 'ISOSpeedRatings'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: PropertyKey
Method or attribute name: F_NUMBER = 'FNumber'|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: createPixelMapList(options?: DecodingOptions): Promise\>;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: createPixelMapList(callback: AsyncCallback\>): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: createPixelMapList(options: DecodingOptions, callback: AsyncCallback\>): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: getDelayTime(): Promise\>;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: getDelayTime(callback: AsyncCallback\>): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: getFrameCount(): Promise\;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: ImageSource
Method or attribute name: getFrameCount(callback: AsyncCallback\): void;|@ohos.multimedia.image.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: dataSrc?: AVDataSrcDescriptor;|@ohos.multimedia.media.d.ts| +|Added|NA|Class name: AVPlayer
Method or attribute name: audioRendererInfo?: audio.AudioRendererInfo;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVDataSrcDescriptor|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVDataSrcDescriptor
Method or attribute name: fileSize: number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.media
Class name: AVDataSrcDescriptor
Method or attribute name: callback: (buffer: ArrayBuffer, length: number, pos?: number) => number;|@ohos.multimedia.media.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: systemSoundManager|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: RingtoneType|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: RingtoneType
Method or attribute name: RINGTONE_TYPE_DEFAULT = 0|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: RingtoneType
Method or attribute name: RINGTONE_TYPE_MULTISIM = 1|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: systemSoundManager
Method or attribute name: function getSystemSoundManager(): SystemSoundManager;|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: SystemSoundManager|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: SystemSoundManager
Method or attribute name: setSystemRingtoneUri(context: Context, uri: string, type: RingtoneType, callback: AsyncCallback\): void;|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: SystemSoundManager
Method or attribute name: setSystemRingtoneUri(context: Context, uri: string, type: RingtoneType): Promise\;|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: SystemSoundManager
Method or attribute name: getSystemRingtoneUri(context: Context, type: RingtoneType, callback: AsyncCallback\): void;|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: SystemSoundManager
Method or attribute name: getSystemRingtoneUri(context: Context, type: RingtoneType): Promise\;|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: SystemSoundManager
Method or attribute name: getSystemRingtonePlayer(context: Context, type: RingtoneType, callback: AsyncCallback\): void;|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ohos.multimedia.systemSoundManager
Class name: SystemSoundManager
Method or attribute name: getSystemRingtonePlayer(context: Context, type: RingtoneType): Promise\;|@ohos.multimedia.systemSoundManager.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtoneOptions|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtoneOptions
Method or attribute name: volume: number;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtoneOptions
Method or attribute name: loop: boolean;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: readonly state: media.AVPlayerState;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: getTitle(callback: AsyncCallback\): void;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: getTitle(): Promise\;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: getAudioRendererInfo(callback: AsyncCallback\): void;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: getAudioRendererInfo(): Promise\;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: configure(options: RingtoneOptions, callback: AsyncCallback\): void;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: configure(options: RingtoneOptions): Promise\;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: start(callback: AsyncCallback\): void;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: start(): Promise\;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: stop(callback: AsyncCallback\): void;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: stop(): Promise\;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: release(callback: AsyncCallback\): void;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: release(): Promise\;|ringtonePlayer.d.ts| +|Added|NA|Module name: ringtonePlayer
Class name: RingtonePlayer
Method or attribute name: on(type: 'audioInterrupt', callback: Callback\): void;|ringtonePlayer.d.ts| +|Access level changed|Class name: VolumeEvent
Access level: public API|Class name: VolumeEvent
Access level: system API|@ohos.multimedia.audio.d.ts| +|Access level changed|Class name: VolumeEvent
Method or attribute name: volumeGroupId: number;
Access level: system API|Class name: VolumeEvent
Method or attribute name: volumeGroupId: number;
Access level: public API|@ohos.multimedia.audio.d.ts| +|Access level changed|Class name: VolumeEvent
Method or attribute name: networkId: string;
Access level: system API|Class name: VolumeEvent
Method or attribute name: networkId: string;
Access level: public API|@ohos.multimedia.audio.d.ts| +|Access level changed|Class name: AVSessionType
Method or attribute name: type AVSessionType = 'audio' \| 'video';
Access level: system API|Class name: AVSessionType
Method or attribute name: type AVSessionType = 'audio' \| 'video';
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\): void;
Access level: system API|Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\;
Access level: system API|Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Access level: system API|Class name: AVSession
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: readonly sessionId: string;
Access level: system API|Class name: AVSession
Method or attribute name: readonly sessionId: string;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\): void;
Access level: system API|Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata): Promise\;
Access level: system API|Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\): void;
Access level: system API|Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\;
Access level: system API|Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\): void;
Access level: system API|Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\;
Access level: system API|Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: getController(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSession
Method or attribute name: getController(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: getController(): Promise\;
Access level: system API|Class name: AVSession
Method or attribute name: getController(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSession
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: getOutputDevice(): Promise\;
Access level: system API|Class name: AVSession
Method or attribute name: getOutputDevice(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Access level: system API|Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: activate(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSession
Method or attribute name: activate(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: activate(): Promise\;
Access level: system API|Class name: AVSession
Method or attribute name: activate(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: deactivate(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSession
Method or attribute name: deactivate(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: deactivate(): Promise\;
Access level: system API|Class name: AVSession
Method or attribute name: deactivate(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: destroy(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSession
Method or attribute name: destroy(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSession
Method or attribute name: destroy(): Promise\;
Access level: system API|Class name: AVSession
Method or attribute name: destroy(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVMetadata
Access level: system API|Class name: AVMetadata
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVPlaybackState
Access level: system API|Class name: AVPlaybackState
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: PlaybackPosition
Access level: system API|Class name: PlaybackPosition
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: OutputDeviceInfo
Access level: system API|Class name: OutputDeviceInfo
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: LoopMode
Access level: system API|Class name: LoopMode
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: PlaybackState
Access level: system API|Class name: PlaybackState
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Access level: system API|Class name: AVSessionController
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: readonly sessionId: string;
Access level: system API|Class name: AVSessionController
Method or attribute name: readonly sessionId: string;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getAVPlaybackState(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: getAVPlaybackState(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getAVPlaybackState(): Promise\;
Access level: system API|Class name: AVSessionController
Method or attribute name: getAVPlaybackState(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getAVMetadata(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: getAVMetadata(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getAVMetadata(): Promise\;
Access level: system API|Class name: AVSessionController
Method or attribute name: getAVMetadata(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getOutputDevice(): Promise\;
Access level: system API|Class name: AVSessionController
Method or attribute name: getOutputDevice(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\;
Access level: system API|Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getLaunchAbility(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: getLaunchAbility(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getLaunchAbility(): Promise\;
Access level: system API|Class name: AVSessionController
Method or attribute name: getLaunchAbility(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getRealPlaybackPositionSync(): number;
Access level: system API|Class name: AVSessionController
Method or attribute name: getRealPlaybackPositionSync(): number;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: isActive(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: isActive(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: isActive(): Promise\;
Access level: system API|Class name: AVSessionController
Method or attribute name: isActive(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: destroy(callback: AsyncCallback\): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: destroy(callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: destroy(): Promise\;
Access level: system API|Class name: AVSessionController
Method or attribute name: destroy(): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getValidCommands(callback: AsyncCallback\>): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: getValidCommands(callback: AsyncCallback\>): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: getValidCommands(): Promise\>;
Access level: system API|Class name: AVSessionController
Method or attribute name: getValidCommands(): Promise\>;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\;
Access level: system API|Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: on(type: 'metadataChange', filter: Array\ \| 'all', callback: (data: AVMetadata) => void);
Access level: system API|Class name: AVSessionController
Method or attribute name: on(type: 'metadataChange', filter: Array\ \| 'all', callback: (data: AVMetadata) => void);
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
Access level: system API|Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: on(type: 'playbackStateChange', filter: Array\ \| 'all', callback: (state: AVPlaybackState) => void);
Access level: system API|Class name: AVSessionController
Method or attribute name: on(type: 'playbackStateChange', filter: Array\ \| 'all', callback: (state: AVPlaybackState) => void);
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
Access level: system API|Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: on(type: 'sessionDestroy', callback: () => void);
Access level: system API|Class name: AVSessionController
Method or attribute name: on(type: 'sessionDestroy', callback: () => void);
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);
Access level: system API|Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);
Access level: system API|Class name: AVSessionController
Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
Access level: system API|Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\) => void);
Access level: system API|Class name: AVSessionController
Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\) => void);
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);
Access level: system API|Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Access level: system API|Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVControlCommand
Access level: system API|Class name: AVControlCommand
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Access level changed|Class name: AVSessionErrorCode
Access level: system API|Class name: AVSessionErrorCode
Access level: public API|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AudioManager
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;
Initial version: 9|Class name: AudioManager
Method or attribute name: on(type: 'volumeChange', callback: Callback\): void;
Initial version: 8|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Initial version: 9|Class name: VolumeEvent
Initial version: 8|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Method or attribute name: volumeType: AudioVolumeType;
Initial version: 9|Class name: VolumeEvent
Method or attribute name: volumeType: AudioVolumeType;
Initial version: 8|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Method or attribute name: volume: number;
Initial version: 9|Class name: VolumeEvent
Method or attribute name: volume: number;
Initial version: 8|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: VolumeEvent
Method or attribute name: updateUi: boolean;
Initial version: 9|Class name: VolumeEvent
Method or attribute name: updateUi: boolean;
Initial version: 8|@ohos.multimedia.audio.d.ts| +|Initial version changed|Class name: AVSessionType
Method or attribute name: type AVSessionType = 'audio' \| 'video';
Initial version: 9|Class name: AVSessionType
Method or attribute name: type AVSessionType = 'audio' \| 'video';
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\): void;
Initial version: 9|Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType, callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\;
Initial version: 9|Class name: avSession
Method or attribute name: function createAVSession(context: Context, tag: string, type: AVSessionType): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Initial version: 9|Class name: AVSession
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: readonly sessionId: string;
Initial version: 9|Class name: AVSession
Method or attribute name: readonly sessionId: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata, callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata): Promise\;
Initial version: 9|Class name: AVSession
Method or attribute name: setAVMetadata(data: AVMetadata): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState, callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\;
Initial version: 9|Class name: AVSession
Method or attribute name: setAVPlaybackState(state: AVPlaybackState): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent, callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\;
Initial version: 9|Class name: AVSession
Method or attribute name: setLaunchAbility(ability: WantAgent): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: getController(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSession
Method or attribute name: getController(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: getController(): Promise\;
Initial version: 9|Class name: AVSession
Method or attribute name: getController(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSession
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: getOutputDevice(): Promise\;
Initial version: 9|Class name: AVSession
Method or attribute name: getOutputDevice(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: on(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback: () => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: off(type: 'play' \| 'pause' \| 'stop' \| 'playNext' \| 'playPrevious' \| 'fastForward' \| 'rewind', callback?: () => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: on(type: 'seek', callback: (time: number) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: off(type: 'seek', callback?: (time: number) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: on(type: 'setSpeed', callback: (speed: number) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: off(type: 'setSpeed', callback?: (speed: number) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: on(type: 'setLoopMode', callback: (mode: LoopMode) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: off(type: 'setLoopMode', callback?: (mode: LoopMode) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: on(type: 'toggleFavorite', callback: (assetId: string) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: off(type: 'toggleFavorite', callback?: (assetId: string) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: on(type: 'handleKeyEvent', callback: (event: KeyEvent) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: off(type: 'handleKeyEvent', callback?: (event: KeyEvent) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Initial version: 9|Class name: AVSession
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: activate(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSession
Method or attribute name: activate(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: activate(): Promise\;
Initial version: 9|Class name: AVSession
Method or attribute name: activate(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: deactivate(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSession
Method or attribute name: deactivate(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: deactivate(): Promise\;
Initial version: 9|Class name: AVSession
Method or attribute name: deactivate(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: destroy(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSession
Method or attribute name: destroy(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSession
Method or attribute name: destroy(): Promise\;
Initial version: 9|Class name: AVSession
Method or attribute name: destroy(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Initial version: 9|Class name: AVMetadata
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: assetId: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: assetId: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: title?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: title?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: artist?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: artist?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: author?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: author?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: album?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: album?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: writer?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: writer?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: composer?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: composer?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: duration?: number;
Initial version: 9|Class name: AVMetadata
Method or attribute name: duration?: number;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: mediaImage?: image.PixelMap \| string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: mediaImage?: image.PixelMap \| string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: publishDate?: Date;
Initial version: 9|Class name: AVMetadata
Method or attribute name: publishDate?: Date;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: subtitle?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: subtitle?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: description?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: description?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: lyric?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: lyric?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: previousAssetId?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: previousAssetId?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVMetadata
Method or attribute name: nextAssetId?: string;
Initial version: 9|Class name: AVMetadata
Method or attribute name: nextAssetId?: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVPlaybackState
Initial version: 9|Class name: AVPlaybackState
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVPlaybackState
Method or attribute name: state?: PlaybackState;
Initial version: 9|Class name: AVPlaybackState
Method or attribute name: state?: PlaybackState;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVPlaybackState
Method or attribute name: speed?: number;
Initial version: 9|Class name: AVPlaybackState
Method or attribute name: speed?: number;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVPlaybackState
Method or attribute name: position?: PlaybackPosition;
Initial version: 9|Class name: AVPlaybackState
Method or attribute name: position?: PlaybackPosition;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVPlaybackState
Method or attribute name: bufferedTime?: number;
Initial version: 9|Class name: AVPlaybackState
Method or attribute name: bufferedTime?: number;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVPlaybackState
Method or attribute name: loopMode?: LoopMode;
Initial version: 9|Class name: AVPlaybackState
Method or attribute name: loopMode?: LoopMode;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVPlaybackState
Method or attribute name: isFavorite?: boolean;
Initial version: 9|Class name: AVPlaybackState
Method or attribute name: isFavorite?: boolean;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackPosition
Initial version: 9|Class name: PlaybackPosition
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackPosition
Method or attribute name: elapsedTime: number;
Initial version: 9|Class name: PlaybackPosition
Method or attribute name: elapsedTime: number;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackPosition
Method or attribute name: updateTime: number;
Initial version: 9|Class name: PlaybackPosition
Method or attribute name: updateTime: number;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: OutputDeviceInfo
Initial version: 9|Class name: OutputDeviceInfo
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: OutputDeviceInfo
Method or attribute name: isRemote: boolean;
Initial version: 9|Class name: OutputDeviceInfo
Method or attribute name: isRemote: boolean;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: OutputDeviceInfo
Method or attribute name: audioDeviceId: Array\;
Initial version: 9|Class name: OutputDeviceInfo
Method or attribute name: audioDeviceId: Array\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: OutputDeviceInfo
Method or attribute name: deviceName: Array\;
Initial version: 9|Class name: OutputDeviceInfo
Method or attribute name: deviceName: Array\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: LoopMode
Initial version: 9|Class name: LoopMode
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: LoopMode
Method or attribute name: LOOP_MODE_SEQUENCE = 0
Initial version: 9|Class name: LoopMode
Method or attribute name: LOOP_MODE_SEQUENCE = 0
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: LoopMode
Method or attribute name: LOOP_MODE_SINGLE = 1
Initial version: 9|Class name: LoopMode
Method or attribute name: LOOP_MODE_SINGLE = 1
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: LoopMode
Method or attribute name: LOOP_MODE_LIST = 2
Initial version: 9|Class name: LoopMode
Method or attribute name: LOOP_MODE_LIST = 2
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: LoopMode
Method or attribute name: LOOP_MODE_SHUFFLE = 3
Initial version: 9|Class name: LoopMode
Method or attribute name: LOOP_MODE_SHUFFLE = 3
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackState
Initial version: 9|Class name: PlaybackState
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_INITIAL = 0
Initial version: 9|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_INITIAL = 0
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PREPARE = 1
Initial version: 9|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PREPARE = 1
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PLAY = 2
Initial version: 9|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PLAY = 2
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PAUSE = 3
Initial version: 9|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_PAUSE = 3
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4
Initial version: 9|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_FAST_FORWARD = 4
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_REWIND = 5
Initial version: 9|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_REWIND = 5
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_STOP = 6
Initial version: 9|Class name: PlaybackState
Method or attribute name: PLAYBACK_STATE_STOP = 6
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Initial version: 9|Class name: AVSessionController
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: readonly sessionId: string;
Initial version: 9|Class name: AVSessionController
Method or attribute name: readonly sessionId: string;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getAVPlaybackState(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getAVPlaybackState(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getAVPlaybackState(): Promise\;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getAVPlaybackState(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getAVMetadata(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getAVMetadata(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getAVMetadata(): Promise\;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getAVMetadata(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getOutputDevice(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getOutputDevice(): Promise\;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getOutputDevice(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent, callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\;
Initial version: 9|Class name: AVSessionController
Method or attribute name: sendAVKeyEvent(event: KeyEvent): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getLaunchAbility(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getLaunchAbility(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getLaunchAbility(): Promise\;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getLaunchAbility(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getRealPlaybackPositionSync(): number;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getRealPlaybackPositionSync(): number;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: isActive(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: isActive(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: isActive(): Promise\;
Initial version: 9|Class name: AVSessionController
Method or attribute name: isActive(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: destroy(callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: destroy(callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: destroy(): Promise\;
Initial version: 9|Class name: AVSessionController
Method or attribute name: destroy(): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getValidCommands(callback: AsyncCallback\>): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getValidCommands(callback: AsyncCallback\>): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: getValidCommands(): Promise\>;
Initial version: 9|Class name: AVSessionController
Method or attribute name: getValidCommands(): Promise\>;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand, callback: AsyncCallback\): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\;
Initial version: 9|Class name: AVSessionController
Method or attribute name: sendControlCommand(command: AVControlCommand): Promise\;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: on(type: 'metadataChange', filter: Array\ \| 'all', callback: (data: AVMetadata) => void);
Initial version: 9|Class name: AVSessionController
Method or attribute name: on(type: 'metadataChange', filter: Array\ \| 'all', callback: (data: AVMetadata) => void);
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
Initial version: 9|Class name: AVSessionController
Method or attribute name: off(type: 'metadataChange', callback?: (data: AVMetadata) => void);
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: on(type: 'playbackStateChange', filter: Array\ \| 'all', callback: (state: AVPlaybackState) => void);
Initial version: 9|Class name: AVSessionController
Method or attribute name: on(type: 'playbackStateChange', filter: Array\ \| 'all', callback: (state: AVPlaybackState) => void);
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
Initial version: 9|Class name: AVSessionController
Method or attribute name: off(type: 'playbackStateChange', callback?: (state: AVPlaybackState) => void);
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: on(type: 'sessionDestroy', callback: () => void);
Initial version: 9|Class name: AVSessionController
Method or attribute name: on(type: 'sessionDestroy', callback: () => void);
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);
Initial version: 9|Class name: AVSessionController
Method or attribute name: off(type: 'sessionDestroy', callback?: () => void);
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);
Initial version: 9|Class name: AVSessionController
Method or attribute name: on(type: 'activeStateChange', callback: (isActive: boolean) => void);
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
Initial version: 9|Class name: AVSessionController
Method or attribute name: off(type: 'activeStateChange', callback?: (isActive: boolean) => void);
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\) => void);
Initial version: 9|Class name: AVSessionController
Method or attribute name: on(type: 'validCommandChange', callback: (commands: Array\) => void);
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);
Initial version: 9|Class name: AVSessionController
Method or attribute name: off(type: 'validCommandChange', callback?: (commands: Array\) => void);
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: on(type: 'outputDeviceChange', callback: (device: OutputDeviceInfo) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Initial version: 9|Class name: AVSessionController
Method or attribute name: off(type: 'outputDeviceChange', callback?: (device: OutputDeviceInfo) => void): void;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVControlCommand
Initial version: 9|Class name: AVControlCommand
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVControlCommand
Method or attribute name: command: AVControlCommandType;
Initial version: 9|Class name: AVControlCommand
Method or attribute name: command: AVControlCommandType;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVControlCommand
Method or attribute name: parameter?: LoopMode \| string \| number;
Initial version: 9|Class name: AVControlCommand
Method or attribute name: parameter?: LoopMode \| string \| number;
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionErrorCode
Initial version: 9|Class name: AVSessionErrorCode
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101
Initial version: 9|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SERVICE_EXCEPTION = 6600101
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102
Initial version: 9|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SESSION_NOT_EXIST = 6600102
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103
Initial version: 9|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_CONTROLLER_NOT_EXIST = 6600103
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104
Initial version: 9|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_REMOTE_CONNECTION_ERR = 6600104
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105
Initial version: 9|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_COMMAND_INVALID = 6600105
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106
Initial version: 9|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_SESSION_INACTIVE = 6600106
Initial version: 10|@ohos.multimedia.avsession.d.ts| +|Initial version changed|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107
Initial version: 9|Class name: AVSessionErrorCode
Method or attribute name: ERR_CODE_MESSAGE_OVERLOAD = 6600107
Initial version: 10|@ohos.multimedia.avsession.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-notification.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-notification.md new file mode 100644 index 0000000000000000000000000000000000000000..846257aced18aa319ef311c1fcd92170d2bb6e62 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-notification.md @@ -0,0 +1,56 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: commonEventManager
Method or attribute name: function removeStickyCommonEvent(event: string, callback: AsyncCallback\): void;|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: commonEventManager
Method or attribute name: function removeStickyCommonEvent(event: string): Promise\;|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: commonEventManager
Method or attribute name: function setStaticSubscriberState(enable: boolean, callback: AsyncCallback\): void;|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: commonEventManager
Method or attribute name: function setStaticSubscriberState(enable: boolean): Promise\;|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_CHARGE_TYPE_CHANGED = "usual.event.CHARGE_TYPE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_DEVICE_IDLE_EXEMPTION_LIST_UPDATED = "usual.event.DEVICE_IDLE_EXEMPTION_LIST_UPDATED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_QUICK_FIX_REVOKE_RESULT = "usual.event.QUICK_FIX_REVOKE_RESULT"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_HTTP_PROXY_CHANGE = "usual.event.HTTP_PROXY_CHANGE"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SIM_STATE_CHANGED = "usual.event.SIM_STATE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SMS_RECEIVE_COMPLETED = "usual.event.SMS_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SMS_EMERGENCY_CB_RECEIVE_COMPLETED = "usual.event.SMS_EMERGENCY_CB_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SMS_CB_RECEIVE_COMPLETED = "usual.event.SMS_CB_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_STK_COMMAND = "usual.event.STK_COMMAND"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_STK_SESSION_END = "usual.event.STK_SESSION_END"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_STK_CARD_STATE_CHANGED = "usual.event.STK_CARD_STATE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_STK_ALPHA_IDENTIFIER = "usual.event.STK_ALPHA_IDENTIFIER"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SMS_WAPPUSH_RECEIVE_COMPLETED = "usual.event.SMS_WAPPUSH_RECEIVE_COMPLETED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_OPERATOR_CONFIG_CHANGED = "usual.event.OPERATOR_CONFIG_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_SMS_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_SMS_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_DATA_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_DATA_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_MAIN_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_MAIN_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SIM_CARD_DEFAULT_VOICE_SUBSCRIPTION_CHANGED = "usual.event.SIM.DEFAULT_VOICE_SUBSCRIPTION_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_CALL_STATE_CHANGED = "usual.event.CALL_STATE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_CELLULAR_DATA_STATE_CHANGED = "usual.event.CELLULAR_DATA_STATE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_NETWORK_STATE_CHANGED = "usual.event.NETWORK_STATE_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SIGNAL_INFO_CHANGED = "usual.event.SIGNAL_INFO_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_INCOMING_CALL_MISSED = "usual.event.INCOMING_CALL_MISSED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_RADIO_STATE_CHANGE = "usual.event.RADIO_STATE_CHANGE"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_DOMAIN_ACCOUNT_STATUS_CHANGED = "usual.event.DOMAIN_ACCOUNT_STATUS_CHANGED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SCREEN_UNLOCKED = "usual.event.SCREEN_UNLOCKED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: Support
Method or attribute name: COMMON_EVENT_SCREEN_LOCKED = "usual.event.SCREEN_LOCKED"|@ohos.commonEventManager.d.ts| +|Added|NA|Class name: notificationManager
Method or attribute name: function setBadgeNumber(badgeNumber: number, callback: AsyncCallback\): void;|@ohos.notificationManager.d.ts| +|Added|NA|Class name: notificationManager
Method or attribute name: function setBadgeNumber(badgeNumber: number): Promise\;|@ohos.notificationManager.d.ts| +|Added|NA|Class name: notificationManager
Method or attribute name: function on(type: 'checkNotification', callback: (checkInfo: NotificationCheckInfo) => NotificationCheckResult): void;|@ohos.notificationManager.d.ts| +|Added|NA|Class name: notificationManager
Method or attribute name: function off(type: 'checkNotification', callback?: (checkInfo: NotificationCheckInfo) => NotificationCheckResult): void;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: NotificationCheckInfo|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: NotificationCheckInfo
Method or attribute name: bundleName: string;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: NotificationCheckInfo
Method or attribute name: notificationId: number;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: NotificationCheckInfo
Method or attribute name: contentType: ContentType;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: NotificationCheckResult|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: NotificationCheckResult
Method or attribute name: code: number;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.notificationManager
Class name: NotificationCheckResult
Method or attribute name: message: string;|@ohos.notificationManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ActionButtonType
Method or attribute name: ACTION_BUTTON_TYPE_CUSTOM = 2|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: ActionButton
Method or attribute name: wantAgent?: WantAgent;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Module name: ohos.reminderAgentManager
Class name: WantAgent
Method or attribute name: uri?: string;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Class name: ReminderRequest
Method or attribute name: actionButton?: [ActionButton?, ActionButton?, ActionButton?];|@ohos.reminderAgentManager.d.ts| +|Added|NA|Class name: ReminderRequest
Method or attribute name: tapDismissed?: boolean;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Class name: ReminderRequest
Method or attribute name: autoDeletedTime?: number;|@ohos.reminderAgentManager.d.ts| +|Added|NA|Class name: NotificationSubscriber
Method or attribute name: onBadgeChanged?: (data: BadgeNumberCallbackData) => void;|notificationSubscriber.d.ts| +|Added|NA|Module name: notificationSubscriber
Class name: BadgeNumberCallbackData|notificationSubscriber.d.ts| +|Added|NA|Module name: notificationSubscriber
Class name: BadgeNumberCallbackData
Method or attribute name: readonly bundle: string;|notificationSubscriber.d.ts| +|Added|NA|Module name: notificationSubscriber
Class name: BadgeNumberCallbackData
Method or attribute name: readonly uid: number;|notificationSubscriber.d.ts| +|Added|NA|Module name: notificationSubscriber
Class name: BadgeNumberCallbackData
Method or attribute name: readonly badgeNumber: number;|notificationSubscriber.d.ts| +|Deprecated version changed|Class name: Support
Method or attribute name: COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT"
Deprecated version: N/A|Class name: Support
Method or attribute name: COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT"
Deprecated version: 10
Substitute API: N/A|@ohos.commonEventManager.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-resource-scheduler.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-resource-scheduler.md new file mode 100644 index 0000000000000000000000000000000000000000..2e952d4d35cfef053d8701d734e410dceb72cc1f --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-resource-scheduler.md @@ -0,0 +1,4 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.WorkSchedulerExtensionAbility
Class name: WorkSchedulerExtensionAbility
Method or attribute name: context: WorkSchedulerExtensionContext;|@ohos.WorkSchedulerExtensionAbility.d.ts| +|Added|NA|Module name: WorkSchedulerExtensionContext
Class name: WorkSchedulerExtensionContext|WorkSchedulerExtensionContext.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-security.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-security.md new file mode 100644 index 0000000000000000000000000000000000000000..b7638558713b2daa36bc50371abfaf6f9274076f --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-security.md @@ -0,0 +1,28 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: AtManager
Method or attribute name: checkAccessTokenSync(tokenID: number, permissionName: Permissions): GrantStatus;|@ohos.abilityAccessCtrl.d.ts| +|Added|NA|Class name: HuksKeyStorageType
Method or attribute name: HUKS_STORAGE_ONLY_USED_IN_HUKS = 2|@ohos.security.huks.d.ts| +|Added|NA|Class name: HuksKeyStorageType
Method or attribute name: HUKS_STORAGE_KEY_EXPORT_ALLOWED = 3|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksRsaPssSaltLenType|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksRsaPssSaltLenType
Method or attribute name: HUKS_RSA_PSS_SALT_LEN_DIGEST = 0|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksRsaPssSaltLenType
Method or attribute name: HUKS_RSA_PSS_SALT_LEN_MAX = 1|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksTag
Method or attribute name: HUKS_TAG_DERIVED_AGREED_KEY_STORAGE_FLAG = HuksTagType.HUKS_TAG_TYPE_UINT \| 29|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksTag
Method or attribute name: HUKS_TAG_RSA_PSS_SALT_LEN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 30|@ohos.security.huks.d.ts| +|Added|NA|Module name: ohos.security.huks
Class name: HuksTag
Method or attribute name: HUKS_TAG_KEY_AUTH_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT \| 311|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksKeyStorageType
Method or attribute name: HUKS_STORAGE_TEMP = 0
Deprecated version: N/A|Class name: HuksKeyStorageType
Method or attribute name: HUKS_STORAGE_TEMP = 0
Deprecated version: 10
Substitute API: N/A|@ohos.security.huks.d.ts| +|Deprecated version changed|Class name: HuksKeyStorageType
Method or attribute name: HUKS_STORAGE_PERSISTENT = 1
Deprecated version: N/A|Class name: HuksKeyStorageType
Method or attribute name: HUKS_STORAGE_PERSISTENT = 1
Deprecated version: 10
Substitute API: N/A|@ohos.security.huks.d.ts| +|Initial version changed|Class name: abilityAccessCtrl
Initial version: N/A|Class name: abilityAccessCtrl
Initial version: 8|@ohos.abilityAccessCtrl.d.ts| +|Initial version changed|Class name: abilityAccessCtrl
Method or attribute name: function createAtManager(): AtManager;
Initial version: 8|Class name: abilityAccessCtrl
Method or attribute name: function createAtManager(): AtManager;
Initial version: 10|@ohos.abilityAccessCtrl.d.ts| +|Initial version changed|Class name: AtManager
Initial version: N/A|Class name: AtManager
Initial version: 8|@ohos.abilityAccessCtrl.d.ts| +|Initial version changed|Class name: AtManager
Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\;
Initial version: 9|Class name: AtManager
Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\;
Initial version: 10|@ohos.abilityAccessCtrl.d.ts| +|Initial version changed|Class name: GrantStatus
Initial version: 8|Class name: GrantStatus
Initial version: 10|@ohos.abilityAccessCtrl.d.ts| +|Initial version changed|Class name: GrantStatus
Method or attribute name: PERMISSION_DENIED = -1
Initial version: N/A|Class name: GrantStatus
Method or attribute name: PERMISSION_DENIED = -1
Initial version: 10|@ohos.abilityAccessCtrl.d.ts| +|Initial version changed|Class name: GrantStatus
Method or attribute name: PERMISSION_GRANTED = 0
Initial version: N/A|Class name: GrantStatus
Method or attribute name: PERMISSION_GRANTED = 0
Initial version: 10|@ohos.abilityAccessCtrl.d.ts| +|Initial version changed|Class name: HuksKeyStorageType
Method or attribute name: HUKS_STORAGE_TEMP = 0
Initial version: N/A|Class name: HuksKeyStorageType
Method or attribute name: HUKS_STORAGE_TEMP = 0
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: HuksKeyStorageType
Method or attribute name: HUKS_STORAGE_PERSISTENT = 1
Initial version: N/A|Class name: HuksKeyStorageType
Method or attribute name: HUKS_STORAGE_PERSISTENT = 1
Initial version: 8|@ohos.security.huks.d.ts| +|Initial version changed|Class name: Cipher
Method or attribute name: static rsa(options: CipherRsaOptions): void;
Initial version: N/A|Class name: Cipher
Method or attribute name: static rsa(options: CipherRsaOptions): void;
Initial version: 3|@system.cipher.d.ts| +|Initial version changed|Class name: Cipher
Method or attribute name: static aes(options: CipherAesOptions): void;
Initial version: N/A|Class name: Cipher
Method or attribute name: static aes(options: CipherAesOptions): void;
Initial version: 3|@system.cipher.d.ts| +|Initial version changed|Class name: PermissionRequestResult
Initial version: 9|Class name: PermissionRequestResult
Initial version: 10|PermissionRequestResult.d.ts| +|Initial version changed|Class name: PermissionRequestResult
Method or attribute name: permissions: Array\;
Initial version: 9|Class name: PermissionRequestResult
Method or attribute name: permissions: Array\;
Initial version: 10|PermissionRequestResult.d.ts| +|Initial version changed|Class name: PermissionRequestResult
Method or attribute name: authResults: Array\;
Initial version: 9|Class name: PermissionRequestResult
Method or attribute name: authResults: Array\;
Initial version: 10|PermissionRequestResult.d.ts| +|Error code added|NA|Class name: AtManager
Method or attribute name: getVersion(): Promise\;
Error code: 202|@ohos.abilityAccessCtrl.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-sensor.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-sensor.md new file mode 100644 index 0000000000000000000000000000000000000000..60dd3d2f9dc8543e3ee14d48296c90bbd2a77ddd --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-sensor.md @@ -0,0 +1,28 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.vibrator
Class name: vibrator
Method or attribute name: function stopVibration(callback: AsyncCallback\): void;|@ohos.vibrator.d.ts| +|Added|NA|Class name: vibrator
Method or attribute name: function stopVibration(callback: AsyncCallback\): void;|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: vibrator
Method or attribute name: function stopVibration(): Promise\;|@ohos.vibrator.d.ts| +|Added|NA|Class name: vibrator
Method or attribute name: function stopVibration(): Promise\;|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: vibrator
Method or attribute name: function isSupportEffect(effectId: string, callback: AsyncCallback\): void;|@ohos.vibrator.d.ts| +|Added|NA|Class name: vibrator
Method or attribute name: function isSupportEffect(effectId: string, callback: AsyncCallback\): void;|@ohos.vibrator.d.ts| +|Added|NA|Module name: ohos.vibrator
Class name: vibrator
Method or attribute name: function isSupportEffect(effectId: string): Promise\;|@ohos.vibrator.d.ts| +|Added|NA|Class name: vibrator
Method or attribute name: function isSupportEffect(effectId: string): Promise\;|@ohos.vibrator.d.ts| +|Permission added|Class name: AccelerometerResponse
Method or attribute name: x: number;
Permission: N/A|Class name: AccelerometerResponse
Method or attribute name: x: number;
Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts| +|Permission added|Class name: AccelerometerResponse
Method or attribute name: y: number;
Permission: N/A|Class name: AccelerometerResponse
Method or attribute name: y: number;
Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts| +|Permission added|Class name: AccelerometerResponse
Method or attribute name: z: number;
Permission: N/A|Class name: AccelerometerResponse
Method or attribute name: z: number;
Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts| +|Permission added|Class name: subscribeAccelerometerOptions
Method or attribute name: interval: string;
Permission: N/A|Class name: subscribeAccelerometerOptions
Method or attribute name: interval: string;
Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts| +|Permission added|Class name: subscribeAccelerometerOptions
Method or attribute name: success: (data: AccelerometerResponse) => void;
Permission: N/A|Class name: subscribeAccelerometerOptions
Method or attribute name: success: (data: AccelerometerResponse) => void;
Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts| +|Permission added|Class name: subscribeAccelerometerOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Permission: N/A|Class name: subscribeAccelerometerOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Permission: ohos.permission.ACCELEROMETER|@system.sensor.d.ts| +|Permission added|Class name: StepCounterResponse
Method or attribute name: steps: number;
Permission: N/A|Class name: StepCounterResponse
Method or attribute name: steps: number;
Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts| +|Permission added|Class name: SubscribeStepCounterOptions
Method or attribute name: success: (data: StepCounterResponse) => void;
Permission: N/A|Class name: SubscribeStepCounterOptions
Method or attribute name: success: (data: StepCounterResponse) => void;
Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts| +|Permission added|Class name: SubscribeStepCounterOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Permission: N/A|Class name: SubscribeStepCounterOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Permission: ohos.permission.ACTIVITY_MOTION|@system.sensor.d.ts| +|Permission added|Class name: HeartRateResponse
Method or attribute name: heartRate: number;
Permission: N/A|Class name: HeartRateResponse
Method or attribute name: heartRate: number;
Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts| +|Permission added|Class name: SubscribeHeartRateOptions
Method or attribute name: success: (data: HeartRateResponse) => void;
Permission: N/A|Class name: SubscribeHeartRateOptions
Method or attribute name: success: (data: HeartRateResponse) => void;
Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts| +|Permission added|Class name: SubscribeHeartRateOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Permission: N/A|Class name: SubscribeHeartRateOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Permission: ohos.permission.READ_HEALTH_DATA|@system.sensor.d.ts| +|Permission added|Class name: GyroscopeResponse
Method or attribute name: x: number;
Permission: N/A|Class name: GyroscopeResponse
Method or attribute name: x: number;
Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts| +|Permission added|Class name: GyroscopeResponse
Method or attribute name: y: number;
Permission: N/A|Class name: GyroscopeResponse
Method or attribute name: y: number;
Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts| +|Permission added|Class name: GyroscopeResponse
Method or attribute name: z: number;
Permission: N/A|Class name: GyroscopeResponse
Method or attribute name: z: number;
Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts| +|Permission added|Class name: SubscribeGyroscopeOptions
Method or attribute name: interval: string;
Permission: N/A|Class name: SubscribeGyroscopeOptions
Method or attribute name: interval: string;
Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts| +|Permission added|Class name: SubscribeGyroscopeOptions
Method or attribute name: success: (data: GyroscopeResponse) => void;
Permission: N/A|Class name: SubscribeGyroscopeOptions
Method or attribute name: success: (data: GyroscopeResponse) => void;
Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts| +|Permission added|Class name: SubscribeGyroscopeOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Permission: N/A|Class name: SubscribeGyroscopeOptions
Method or attribute name: fail?: (data: string, code: number) => void;
Permission: ohos.permission.GYROSCOPE|@system.sensor.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-telephony.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-telephony.md new file mode 100644 index 0000000000000000000000000000000000000000..600b528fefe7bed06fc7c17dde92721e6f0709a8 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-telephony.md @@ -0,0 +1,28 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function on(type: 'audioDeviceChange', callback: Callback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function off(type: 'audioDeviceChange', callback?: Callback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function setAudioDevice(device: AudioDevice): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function closeUnfinishedUssd(slotId: number, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function closeUnfinishedUssd(slotId: number): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function setVoNRState(slotId: number, state: VoNRState, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function setVoNRState(slotId: number, state: VoNRState): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function getVoNRState(slotId: number, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function getVoNRState(slotId: number): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function canSetCallTransferTime(slotId: number, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function canSetCallTransferTime(slotId: number): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function inputDialerSpecialCode(inputCode: string, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: call
Method or attribute name: function inputDialerSpecialCode(inputCode: string): Promise\;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: VoNRState|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: VoNRState
Method or attribute name: VONR_STATE_ON = 0|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceType|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceType
Method or attribute name: DEVICE_EARPIECE|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceType
Method or attribute name: DEVICE_SPEAKER|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceType
Method or attribute name: DEVICE_WIRED_HEADSET|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceType
Method or attribute name: DEVICE_BLUETOOTH_SCO|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceInfo|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceInfo
Method or attribute name: audioDeviceList: Array\;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceInfo
Method or attribute name: currentAudioDevice: AudioDevice;|@ohos.telephony.call.d.ts| +|Added|NA|Module name: ohos.telephony.call
Class name: AudioDeviceInfo
Method or attribute name: isMuted: boolean;|@ohos.telephony.call.d.ts| +|Added|NA|Class name: radio
Method or attribute name: function getBasebandVersion(slotId: number, callback: AsyncCallback\): void;|@ohos.telephony.radio.d.ts| +|Added|NA|Class name: radio
Method or attribute name: function getBasebandVersion(slotId: number): Promise\;|@ohos.telephony.radio.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-unitest.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-unitest.md new file mode 100644 index 0000000000000000000000000000000000000000..0f7c4c12dd80d9974e8009f0111b3aeb2ffc7a1d --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-unitest.md @@ -0,0 +1,22 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.UiTest
Class name: UiDirection|@ohos.UiTest.d.ts| +|Added|NA|Class name: UiDirection
Method or attribute name: |@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDirection
Method or attribute name: LEFT = 0|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDirection
Method or attribute name: RIGHT = 1|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDirection
Method or attribute name: UP = 2|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: UiDirection
Method or attribute name: DOWN = 3|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MouseButton|@ohos.UiTest.d.ts| +|Added|NA|Class name: MouseButton
Method or attribute name: |@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MouseButton
Method or attribute name: MOUSE_BUTTON_LEFT = 0|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MouseButton
Method or attribute name: MOUSE_BUTTON_RIGHT = 1|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: MouseButton
Method or attribute name: MOUSE_BUTTON_MIDDLE = 2|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: within(on: On): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: On
Method or attribute name: inWindow(bundleName: string): On;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: fling(direction: UiDirection, speed: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: mouseClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Class name: Driver
Method or attribute name: mouseClick(p: Point, btnId: MouseButton, key1?: number, key2?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: mouseMoveTo(p: Point): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: mouseScroll(p: Point, down: boolean, d: number, key1?: number, key2?: number): Promise\;|@ohos.UiTest.d.ts| +|Added|NA|Module name: ohos.UiTest
Class name: Driver
Method or attribute name: screenCapture(savePath: string, rect?: Rect): Promise\;|@ohos.UiTest.d.ts| +|Error code added|NA|Class name: UiDriver
Method or attribute name: assertComponentExist(by: By): Promise\;
Error code: 401, 17000002, 17000003|@ohos.UiTest.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-update.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-update.md new file mode 100644 index 0000000000000000000000000000000000000000..7618e4b4a0d3c29c8d5131a82804c6718337ddbc --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-update.md @@ -0,0 +1,143 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: BusinessVendor
Method or attribute name: PUBLIC = 'public'|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeAction
Method or attribute name: UPGRADE = 'upgrade'|@ohos.update.d.ts| +|Added|NA|Class name: UpgradeAction
Method or attribute name: RECOVERY = 'recovery'|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeInfo
Access level: public API|Class name: UpgradeInfo
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeInfo
Method or attribute name: upgradeApp: string;
Access level: public API|Class name: UpgradeInfo
Method or attribute name: upgradeApp: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeInfo
Method or attribute name: businessType: BusinessType;
Access level: public API|Class name: UpgradeInfo
Method or attribute name: businessType: BusinessType;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: BusinessType
Access level: public API|Class name: BusinessType
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: BusinessType
Method or attribute name: vendor: BusinessVendor;
Access level: public API|Class name: BusinessType
Method or attribute name: vendor: BusinessVendor;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: BusinessType
Method or attribute name: subType: BusinessSubType;
Access level: public API|Class name: BusinessType
Method or attribute name: subType: BusinessSubType;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: CheckResult
Access level: public API|Class name: CheckResult
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: CheckResult
Method or attribute name: isExistNewVersion: boolean;
Access level: public API|Class name: CheckResult
Method or attribute name: isExistNewVersion: boolean;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: CheckResult
Method or attribute name: newVersionInfo: NewVersionInfo;
Access level: public API|Class name: CheckResult
Method or attribute name: newVersionInfo: NewVersionInfo;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: NewVersionInfo
Access level: public API|Class name: NewVersionInfo
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: NewVersionInfo
Method or attribute name: versionDigestInfo: VersionDigestInfo;
Access level: public API|Class name: NewVersionInfo
Method or attribute name: versionDigestInfo: VersionDigestInfo;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: NewVersionInfo
Method or attribute name: versionComponents: Array\;
Access level: public API|Class name: NewVersionInfo
Method or attribute name: versionComponents: Array\;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionDigestInfo
Access level: public API|Class name: VersionDigestInfo
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionDigestInfo
Method or attribute name: versionDigest: string;
Access level: public API|Class name: VersionDigestInfo
Method or attribute name: versionDigest: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionComponent
Access level: public API|Class name: VersionComponent
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionComponent
Method or attribute name: componentId: string;
Access level: public API|Class name: VersionComponent
Method or attribute name: componentId: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionComponent
Method or attribute name: componentType: ComponentType;
Access level: public API|Class name: VersionComponent
Method or attribute name: componentType: ComponentType;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionComponent
Method or attribute name: upgradeAction: UpgradeAction;
Access level: public API|Class name: VersionComponent
Method or attribute name: upgradeAction: UpgradeAction;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionComponent
Method or attribute name: displayVersion: string;
Access level: public API|Class name: VersionComponent
Method or attribute name: displayVersion: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionComponent
Method or attribute name: innerVersion: string;
Access level: public API|Class name: VersionComponent
Method or attribute name: innerVersion: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionComponent
Method or attribute name: size: number;
Access level: public API|Class name: VersionComponent
Method or attribute name: size: number;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionComponent
Method or attribute name: effectiveMode: EffectiveMode;
Access level: public API|Class name: VersionComponent
Method or attribute name: effectiveMode: EffectiveMode;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: VersionComponent
Method or attribute name: descriptionInfo: DescriptionInfo;
Access level: public API|Class name: VersionComponent
Method or attribute name: descriptionInfo: DescriptionInfo;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionOptions
Access level: public API|Class name: DescriptionOptions
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionOptions
Method or attribute name: format: DescriptionFormat;
Access level: public API|Class name: DescriptionOptions
Method or attribute name: format: DescriptionFormat;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionOptions
Method or attribute name: language: string;
Access level: public API|Class name: DescriptionOptions
Method or attribute name: language: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ComponentDescription
Access level: public API|Class name: ComponentDescription
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ComponentDescription
Method or attribute name: componentId: string;
Access level: public API|Class name: ComponentDescription
Method or attribute name: componentId: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ComponentDescription
Method or attribute name: descriptionInfo: DescriptionInfo;
Access level: public API|Class name: ComponentDescription
Method or attribute name: descriptionInfo: DescriptionInfo;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionInfo
Access level: public API|Class name: DescriptionInfo
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionInfo
Method or attribute name: descriptionType: DescriptionType;
Access level: public API|Class name: DescriptionInfo
Method or attribute name: descriptionType: DescriptionType;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionInfo
Method or attribute name: content: string;
Access level: public API|Class name: DescriptionInfo
Method or attribute name: content: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: CurrentVersionInfo
Access level: public API|Class name: CurrentVersionInfo
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: CurrentVersionInfo
Method or attribute name: osVersion: string;
Access level: public API|Class name: CurrentVersionInfo
Method or attribute name: osVersion: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: CurrentVersionInfo
Method or attribute name: deviceName: string;
Access level: public API|Class name: CurrentVersionInfo
Method or attribute name: deviceName: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: CurrentVersionInfo
Method or attribute name: versionComponents: Array\;
Access level: public API|Class name: CurrentVersionInfo
Method or attribute name: versionComponents: Array\;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DownloadOptions
Access level: public API|Class name: DownloadOptions
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DownloadOptions
Method or attribute name: allowNetwork: NetType;
Access level: public API|Class name: DownloadOptions
Method or attribute name: allowNetwork: NetType;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DownloadOptions
Method or attribute name: order: Order;
Access level: public API|Class name: DownloadOptions
Method or attribute name: order: Order;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ResumeDownloadOptions
Access level: public API|Class name: ResumeDownloadOptions
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ResumeDownloadOptions
Method or attribute name: allowNetwork: NetType;
Access level: public API|Class name: ResumeDownloadOptions
Method or attribute name: allowNetwork: NetType;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: PauseDownloadOptions
Access level: public API|Class name: PauseDownloadOptions
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: PauseDownloadOptions
Method or attribute name: isAllowAutoResume: boolean;
Access level: public API|Class name: PauseDownloadOptions
Method or attribute name: isAllowAutoResume: boolean;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeOptions
Access level: public API|Class name: UpgradeOptions
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeOptions
Method or attribute name: order: Order;
Access level: public API|Class name: UpgradeOptions
Method or attribute name: order: Order;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ClearOptions
Access level: public API|Class name: ClearOptions
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ClearOptions
Method or attribute name: status: UpgradeStatus;
Access level: public API|Class name: ClearOptions
Method or attribute name: status: UpgradeStatus;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradePolicy
Access level: public API|Class name: UpgradePolicy
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradePolicy
Method or attribute name: downloadStrategy: boolean;
Access level: public API|Class name: UpgradePolicy
Method or attribute name: downloadStrategy: boolean;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradePolicy
Method or attribute name: autoUpgradeStrategy: boolean;
Access level: public API|Class name: UpgradePolicy
Method or attribute name: autoUpgradeStrategy: boolean;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradePolicy
Method or attribute name: autoUpgradePeriods: Array\;
Access level: public API|Class name: UpgradePolicy
Method or attribute name: autoUpgradePeriods: Array\;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradePeriod
Access level: public API|Class name: UpgradePeriod
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradePeriod
Method or attribute name: start: number;
Access level: public API|Class name: UpgradePeriod
Method or attribute name: start: number;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradePeriod
Method or attribute name: end: number;
Access level: public API|Class name: UpgradePeriod
Method or attribute name: end: number;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskInfo
Access level: public API|Class name: TaskInfo
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskInfo
Method or attribute name: existTask: boolean;
Access level: public API|Class name: TaskInfo
Method or attribute name: existTask: boolean;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskInfo
Method or attribute name: taskBody: TaskBody;
Access level: public API|Class name: TaskInfo
Method or attribute name: taskBody: TaskBody;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventInfo
Access level: public API|Class name: EventInfo
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventInfo
Method or attribute name: eventId: EventId;
Access level: public API|Class name: EventInfo
Method or attribute name: eventId: EventId;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventInfo
Method or attribute name: taskBody: TaskBody;
Access level: public API|Class name: EventInfo
Method or attribute name: taskBody: TaskBody;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskBody
Access level: public API|Class name: TaskBody
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskBody
Method or attribute name: versionDigestInfo: VersionDigestInfo;
Access level: public API|Class name: TaskBody
Method or attribute name: versionDigestInfo: VersionDigestInfo;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskBody
Method or attribute name: status: UpgradeStatus;
Access level: public API|Class name: TaskBody
Method or attribute name: status: UpgradeStatus;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskBody
Method or attribute name: subStatus: number;
Access level: public API|Class name: TaskBody
Method or attribute name: subStatus: number;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskBody
Method or attribute name: progress: number;
Access level: public API|Class name: TaskBody
Method or attribute name: progress: number;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskBody
Method or attribute name: installMode: number;
Access level: public API|Class name: TaskBody
Method or attribute name: installMode: number;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskBody
Method or attribute name: errorMessages: Array\;
Access level: public API|Class name: TaskBody
Method or attribute name: errorMessages: Array\;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: TaskBody
Method or attribute name: versionComponents: Array\;
Access level: public API|Class name: TaskBody
Method or attribute name: versionComponents: Array\;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ErrorMessage
Access level: public API|Class name: ErrorMessage
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ErrorMessage
Method or attribute name: errorCode: number;
Access level: public API|Class name: ErrorMessage
Method or attribute name: errorCode: number;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ErrorMessage
Method or attribute name: errorMessage: string;
Access level: public API|Class name: ErrorMessage
Method or attribute name: errorMessage: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventClassifyInfo
Access level: public API|Class name: EventClassifyInfo
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventClassifyInfo
Method or attribute name: eventClassify: EventClassify;
Access level: public API|Class name: EventClassifyInfo
Method or attribute name: eventClassify: EventClassify;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventClassifyInfo
Method or attribute name: extraInfo: string;
Access level: public API|Class name: EventClassifyInfo
Method or attribute name: extraInfo: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeFile
Access level: public API|Class name: UpgradeFile
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeFile
Method or attribute name: fileType: ComponentType;
Access level: public API|Class name: UpgradeFile
Method or attribute name: fileType: ComponentType;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeFile
Method or attribute name: filePath: string;
Access level: public API|Class name: UpgradeFile
Method or attribute name: filePath: string;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeTaskCallback
Access level: public API|Class name: UpgradeTaskCallback
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeTaskCallback
Method or attribute name: (eventInfo: EventInfo): void;
Access level: public API|Class name: UpgradeTaskCallback
Method or attribute name: (eventInfo: EventInfo): void;
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: BusinessVendor
Access level: public API|Class name: BusinessVendor
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: BusinessSubType
Access level: public API|Class name: BusinessSubType
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: BusinessSubType
Method or attribute name: FIRMWARE = 1
Access level: public API|Class name: BusinessSubType
Method or attribute name: FIRMWARE = 1
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ComponentType
Access level: public API|Class name: ComponentType
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: ComponentType
Method or attribute name: OTA = 1
Access level: public API|Class name: ComponentType
Method or attribute name: OTA = 1
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeAction
Access level: public API|Class name: UpgradeAction
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EffectiveMode
Access level: public API|Class name: EffectiveMode
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EffectiveMode
Method or attribute name: COLD = 1
Access level: public API|Class name: EffectiveMode
Method or attribute name: COLD = 1
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EffectiveMode
Method or attribute name: LIVE = 2
Access level: public API|Class name: EffectiveMode
Method or attribute name: LIVE = 2
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EffectiveMode
Method or attribute name: LIVE_AND_COLD = 3
Access level: public API|Class name: EffectiveMode
Method or attribute name: LIVE_AND_COLD = 3
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionType
Access level: public API|Class name: DescriptionType
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionType
Method or attribute name: CONTENT = 0
Access level: public API|Class name: DescriptionType
Method or attribute name: CONTENT = 0
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionType
Method or attribute name: URI = 1
Access level: public API|Class name: DescriptionType
Method or attribute name: URI = 1
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionFormat
Access level: public API|Class name: DescriptionFormat
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionFormat
Method or attribute name: STANDARD = 0
Access level: public API|Class name: DescriptionFormat
Method or attribute name: STANDARD = 0
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: DescriptionFormat
Method or attribute name: SIMPLIFIED = 1
Access level: public API|Class name: DescriptionFormat
Method or attribute name: SIMPLIFIED = 1
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: NetType
Access level: public API|Class name: NetType
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: NetType
Method or attribute name: CELLULAR = 1
Access level: public API|Class name: NetType
Method or attribute name: CELLULAR = 1
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: NetType
Method or attribute name: METERED_WIFI = 2
Access level: public API|Class name: NetType
Method or attribute name: METERED_WIFI = 2
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: NetType
Method or attribute name: NOT_METERED_WIFI = 4
Access level: public API|Class name: NetType
Method or attribute name: NOT_METERED_WIFI = 4
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: NetType
Method or attribute name: WIFI = 6
Access level: public API|Class name: NetType
Method or attribute name: WIFI = 6
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: NetType
Method or attribute name: CELLULAR_AND_WIFI = 7
Access level: public API|Class name: NetType
Method or attribute name: CELLULAR_AND_WIFI = 7
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: Order
Access level: public API|Class name: Order
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: Order
Method or attribute name: DOWNLOAD = 1
Access level: public API|Class name: Order
Method or attribute name: DOWNLOAD = 1
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: Order
Method or attribute name: INSTALL = 2
Access level: public API|Class name: Order
Method or attribute name: INSTALL = 2
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: Order
Method or attribute name: DOWNLOAD_AND_INSTALL = 3
Access level: public API|Class name: Order
Method or attribute name: DOWNLOAD_AND_INSTALL = 3
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: Order
Method or attribute name: APPLY = 4
Access level: public API|Class name: Order
Method or attribute name: APPLY = 4
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: Order
Method or attribute name: INSTALL_AND_APPLY = 6
Access level: public API|Class name: Order
Method or attribute name: INSTALL_AND_APPLY = 6
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Access level: public API|Class name: UpgradeStatus
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Method or attribute name: WAITING_DOWNLOAD = 20
Access level: public API|Class name: UpgradeStatus
Method or attribute name: WAITING_DOWNLOAD = 20
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Method or attribute name: DOWNLOADING = 21
Access level: public API|Class name: UpgradeStatus
Method or attribute name: DOWNLOADING = 21
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_PAUSED = 22
Access level: public API|Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_PAUSED = 22
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_FAIL = 23
Access level: public API|Class name: UpgradeStatus
Method or attribute name: DOWNLOAD_FAIL = 23
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Method or attribute name: WAITING_INSTALL = 30
Access level: public API|Class name: UpgradeStatus
Method or attribute name: WAITING_INSTALL = 30
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Method or attribute name: UPDATING = 31
Access level: public API|Class name: UpgradeStatus
Method or attribute name: UPDATING = 31
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Method or attribute name: WAITING_APPLY = 40
Access level: public API|Class name: UpgradeStatus
Method or attribute name: WAITING_APPLY = 40
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Method or attribute name: APPLYING = 41
Access level: public API|Class name: UpgradeStatus
Method or attribute name: APPLYING = 41
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Method or attribute name: UPGRADE_SUCCESS = 50
Access level: public API|Class name: UpgradeStatus
Method or attribute name: UPGRADE_SUCCESS = 50
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: UpgradeStatus
Method or attribute name: UPGRADE_FAIL = 51
Access level: public API|Class name: UpgradeStatus
Method or attribute name: UPGRADE_FAIL = 51
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventClassify
Access level: public API|Class name: EventClassify
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventClassify
Method or attribute name: TASK = 0x01000000
Access level: public API|Class name: EventClassify
Method or attribute name: TASK = 0x01000000
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Access level: public API|Class name: EventId
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK
Access level: public API|Class name: EventId
Method or attribute name: EVENT_TASK_BASE = EventClassify.TASK
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_TASK_RECEIVE
Access level: public API|Class name: EventId
Method or attribute name: EVENT_TASK_RECEIVE
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_TASK_CANCEL
Access level: public API|Class name: EventId
Method or attribute name: EVENT_TASK_CANCEL
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_WAIT
Access level: public API|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_WAIT
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_START
Access level: public API|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_START
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_UPDATE
Access level: public API|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_UPDATE
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_PAUSE
Access level: public API|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_PAUSE
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_RESUME
Access level: public API|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_RESUME
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_SUCCESS
Access level: public API|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_SUCCESS
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_FAIL
Access level: public API|Class name: EventId
Method or attribute name: EVENT_DOWNLOAD_FAIL
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_UPGRADE_WAIT
Access level: public API|Class name: EventId
Method or attribute name: EVENT_UPGRADE_WAIT
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_UPGRADE_START
Access level: public API|Class name: EventId
Method or attribute name: EVENT_UPGRADE_START
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_UPGRADE_UPDATE
Access level: public API|Class name: EventId
Method or attribute name: EVENT_UPGRADE_UPDATE
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_APPLY_WAIT
Access level: public API|Class name: EventId
Method or attribute name: EVENT_APPLY_WAIT
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_APPLY_START
Access level: public API|Class name: EventId
Method or attribute name: EVENT_APPLY_START
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_UPGRADE_SUCCESS
Access level: public API|Class name: EventId
Method or attribute name: EVENT_UPGRADE_SUCCESS
Access level: system API|@ohos.update.d.ts| +|Access level changed|Class name: EventId
Method or attribute name: EVENT_UPGRADE_FAIL
Access level: public API|Class name: EventId
Method or attribute name: EVENT_UPGRADE_FAIL
Access level: system API|@ohos.update.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-user-iam.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-user-iam.md new file mode 100644 index 0000000000000000000000000000000000000000..681104ebbcb423e3091aeff7644baa9223b427fb --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-user-iam.md @@ -0,0 +1,5 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Class name: AuthType
Method or attribute name: type AuthType = 'ALL' \| 'FACE_ONLY';|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: SecureLevel
Method or attribute name: type SecureLevel = 'S1' \| 'S2' \| 'S3' \| 'S4';|@ohos.userIAM.userAuth.d.ts| +|Added|NA|Class name: AuthEventKey
Method or attribute name: type AuthEventKey = 'result' \| 'tip';|@ohos.userIAM.userAuth.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-web.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-web.md new file mode 100644 index 0000000000000000000000000000000000000000..fb3586a30de7f35ae4761fd22df4ea92f840a420 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-web.md @@ -0,0 +1,56 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.web.webview
Class name: SecureDnsMode|@ohos.web.webview.d.ts| +|Added|NA|Class name: SecureDnsMode
Method or attribute name: |@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: SecureDnsMode
Method or attribute name: Off = 0|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: SecureDnsMode
Method or attribute name: Auto = 1|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: SecureDnsMode
Method or attribute name: SecureOnly = 2|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageType|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebMessageType|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageType
Method or attribute name: NOT_SUPPORT|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageType
Method or attribute name: STRING|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageType
Method or attribute name: NUMBER|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageType
Method or attribute name: BOOLEAN|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageType
Method or attribute name: ARRAY_BUFFER|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageType
Method or attribute name: ARRAY|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageType
Method or attribute name: ERROR|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: getType(): WebMessageType;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: getString(): string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: getNumber(): number;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: getBoolean(): boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: getArrayBuffer(): ArrayBuffer;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: getArray(): Array\;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: getError(): Error;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: setType(type: WebMessageType): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: setString(message: string): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: setNumber(message: number): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: setBoolean(message: boolean): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: setArrayBuffer(message: ArrayBuffer): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: setArray(message: Array\): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessageExt
Method or attribute name: setError(message: Error): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessagePort
Method or attribute name: isExtentionType?: boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessagePort
Method or attribute name: postMessageEventExt(message: WebMessageExt): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: WebMessagePort
Method or attribute name: onMessageEventExt(callback: (result: WebMessageExt) => void): void;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageType|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageType
Method or attribute name: NOT_SUPPORT|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageType
Method or attribute name: STRING|@ohos.web.webview.d.ts| +|Added|NA|Class name: JsMessageType
Method or attribute name: NUMBER|@ohos.web.webview.d.ts| +|Added|NA|Class name: JsMessageType
Method or attribute name: BOOLEAN|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageType
Method or attribute name: ARRAY_BUFFER|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageType
Method or attribute name: ARRAY|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageExt|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageExt
Method or attribute name: getType(): JsMessageType;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageExt
Method or attribute name: getString(): string;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageExt
Method or attribute name: getNumber(): number;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageExt
Method or attribute name: getBoolean(): boolean;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageExt
Method or attribute name: getArrayBuffer(): ArrayBuffer;|@ohos.web.webview.d.ts| +|Added|NA|Module name: ohos.web.webview
Class name: JsMessageExt
Method or attribute name: getArray(): Array\;|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebviewController
Method or attribute name: static setHttpDns(secureDnsMode: SecureDnsMode, secureDnsConfig: string): void;|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebviewController
Method or attribute name: runJavaScriptExt(script: string): Promise\;|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebviewController
Method or attribute name: runJavaScriptExt(script: string, callback: AsyncCallback\): void;|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebviewController
Method or attribute name: getCertificate(): Promise\>;|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebviewController
Method or attribute name: getCertificate(callback: AsyncCallback\>): void;|@ohos.web.webview.d.ts| +|Added|NA|Class name: WebviewController
Method or attribute name: setAudioMuted(mute: boolean): void;|@ohos.web.webview.d.ts| +|Function changed|Class name: WebviewController
Method or attribute name: createWebMessagePorts(): Array\;
|Class name: WebviewController
Method or attribute name: createWebMessagePorts(isExtentionType?: boolean): Array\;
|@ohos.web.webview.d.ts| +|Function changed|Class name: WebResourceResponse
Method or attribute name: setResponseData(data: string \| number);
|Class name: WebResourceResponse
Method or attribute name: setResponseData(data: string \| number \| Resource);
|web.d.ts| diff --git a/en/release-notes/api-diff/v4.0-beta1/js-apidiff-window.md b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-window.md new file mode 100644 index 0000000000000000000000000000000000000000..86f6e97b2758f5f678289b7eb753d4ccd7c87bd8 --- /dev/null +++ b/en/release-notes/api-diff/v4.0-beta1/js-apidiff-window.md @@ -0,0 +1,44 @@ +| Change Type | Old Version | New Version | d.ts File | +| ---- | ------ | ------ | -------- | +|Added|NA|Module name: ohos.display
Class name: display
Method or attribute name: function on(type: 'privateModeChange', callback: Callback\): void;|@ohos.display.d.ts| +|Added|NA|Class name: display
Method or attribute name: function on(type: 'privateModeChange', callback: Callback\): void;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: display
Method or attribute name: function off(type: 'privateModeChange', callback?: Callback\): void;|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Orientation|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Orientation
Method or attribute name: PORTRAIT = 0|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Orientation
Method or attribute name: LANDSCAPE = 1|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Orientation
Method or attribute name: PORTRAIT_INVERTED = 2|@ohos.display.d.ts| +|Added|NA|Module name: ohos.display
Class name: Orientation
Method or attribute name: LANDSCAPE_INVERTED = 3|@ohos.display.d.ts| +|Added|NA|Class name: Display
Method or attribute name: orientation: Orientation;|@ohos.display.d.ts| +|Added|NA|Class name: screen
Method or attribute name: function stopExpand(expandScreen: Array\, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Class name: screen
Method or attribute name: function stopExpand(expandScreen: Array\): Promise\;|@ohos.screen.d.ts| +|Added|NA|Class name: screen
Method or attribute name: function stopMirror(mirrorScreen: Array\, callback: AsyncCallback\): void;|@ohos.screen.d.ts| +|Added|NA|Class name: screen
Method or attribute name: function stopMirror(mirrorScreen: Array\): Promise\;|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ScreenSourceMode|@ohos.screen.d.ts| +|Added|NA|Class name: ScreenSourceMode
Method or attribute name: |@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ScreenSourceMode
Method or attribute name: SCREEN_MAIN = 0|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ScreenSourceMode
Method or attribute name: SCREEN_MIRROR = 1|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ScreenSourceMode
Method or attribute name: SCREEN_EXTEND = 2|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: ScreenSourceMode
Method or attribute name: SCREEN_ALONE = 3|@ohos.screen.d.ts| +|Added|NA|Module name: ohos.screen
Class name: Screen
Method or attribute name: readonly sourceMode: ScreenSourceMode;|@ohos.screen.d.ts| +|Added|NA|Class name: window
Method or attribute name: function setGestureNavigationEnabled(enable: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function setGestureNavigationEnabled(enable: boolean): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function on(type: 'gestureNavigationEnabledChange', callback: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: window
Method or attribute name: function off(type: 'gestureNavigationEnabledChange', callback?: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowEventType|@ohos.window.d.ts| +|Added|NA|Class name: WindowEventType
Method or attribute name: |@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowEventType
Method or attribute name: WINDOW_SHOWN = 1|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowEventType
Method or attribute name: WINDOW_ACTIVE = 2|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowEventType
Method or attribute name: WINDOW_INACTIVE = 3|@ohos.window.d.ts| +|Added|NA|Module name: ohos.window
Class name: WindowEventType
Method or attribute name: WINDOW_HIDDEN = 4|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: on(type: 'dialogTargetTouch', callback: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: off(type: 'dialogTargetTouch', callback?: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: on(type: 'windowEvent', callback: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: off(type: 'windowEvent', callback: Callback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: raiseToAppTop(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: raiseToAppTop(): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setAspectRatio(ratio: number, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setAspectRatio(ratio: number): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: resetAspectRatio(callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: resetAspectRatio(): Promise\;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWaterMarkFlag(enable: boolean, callback: AsyncCallback\): void;|@ohos.window.d.ts| +|Added|NA|Class name: Window
Method or attribute name: setWaterMarkFlag(enable: boolean): Promise\;|@ohos.window.d.ts|