diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index 8eba36a0d52da1f1cfa77dbe66e70b9b7d050e50..88d5361894f80563be98df5735d604a05b3471a8 100644 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -54,7 +54,7 @@ declare namespace bundle { */ GET_ABILITY_INFO_WITH_METADATA = 0x00000020, /** - * @since 9 preview + * @since 9 * @StageModelOnly */ GET_BUNDLE_WITH_EXTENSION_ABILITY = 0x00000020, @@ -78,7 +78,7 @@ declare namespace bundle { /** * @name ExtensionFlag - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @import NA * @permission NA @@ -234,7 +234,7 @@ declare namespace bundle { /** * @name ExtensionAbilityType - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @import NA * @permission NA @@ -244,70 +244,70 @@ declare namespace bundle { export enum ExtensionAbilityType { /** * @default Indicates extension info with type of form - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ FORM = 0, /** * @default Indicates extension info with type of work schedule - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ WORK_SCHEDULER = 1, /** * @default Indicates extension info with type of input method - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ INPUTMETHOD = 2, /** * @default Indicates extension info with type of service - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ SERVICE = 3, /** * @default Indicates extension info with type of accessibility - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ ACCESSIBILITY = 4, /** * @default Indicates extension info with type of datashare - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ DATASHARE = 5, /** * @default Indicates extension info with type of fileshare - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ FILESHARE = 6, /** * @default Indicates extension info with type of staticsubscriber - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ STATICSUBSCRIBER = 7, /** * @default Indicates extension info with type of wallpaper - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ WALLPAPER = 8, /** * @default Indicates extension info with type of unspecified - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -596,7 +596,7 @@ declare namespace bundle { * Query extension info of by utilizing a Want. * * @devices phone, tablet, tv, wearable, car - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @param want Indicates the Want containing the application bundle name to be queried. * @param extensionFlags Indicates the flag used to specify information contained in the ExtensionInfo objects that diff --git a/api/ability/want.d.ts b/api/ability/want.d.ts index e0a091f09cde5cabba9da665a7d6e7392d885215..bd0efc62e58621153a7c5a004a279e4f90e6104c 100644 --- a/api/ability/want.d.ts +++ b/api/ability/want.d.ts @@ -106,7 +106,7 @@ export declare interface Want { /** * The description of a extension ability name in a Want. * @devices phone, tablet - * @since 9 preview + * @since 9 * @sysCap AAFwk * @default - * @StageModelOnly @@ -116,7 +116,7 @@ export declare interface Want { /** * The description of a extension ability type in a Want. * @devices phone, tablet - * @since 9 preview + * @since 9 * @sysCap AAFwk * @default - * @StageModelOnly diff --git a/api/bundle/abilityInfo.d.ts b/api/bundle/abilityInfo.d.ts index 7571f6e24db413332ca53c3d5073cbfa168265ba..90842948a80b5b10af098b94724d11f408c97289 100644 --- a/api/bundle/abilityInfo.d.ts +++ b/api/bundle/abilityInfo.d.ts @@ -266,7 +266,7 @@ export interface AbilityInfo { /** * @default Indicates the metadata of ability - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly * diff --git a/api/bundle/applicationInfo.d.ts b/api/bundle/applicationInfo.d.ts index 584d317ea7c76f0aa880f0c92ccf221516c2c229..9560cf10099a98ee22429d9fb0b6992ee8a126ca 100644 --- a/api/bundle/applicationInfo.d.ts +++ b/api/bundle/applicationInfo.d.ts @@ -153,7 +153,7 @@ export interface ApplicationInfo { /** * @default Indicates the metadata of module - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ diff --git a/api/bundle/bundleInfo.d.ts b/api/bundle/bundleInfo.d.ts index 93ba964cb82b3141c27c953aad1b901104d15c33..e71e1b111758637768124cf96e3ab451b61f0c72 100644 --- a/api/bundle/bundleInfo.d.ts +++ b/api/bundle/bundleInfo.d.ts @@ -245,7 +245,7 @@ export interface BundleInfo { /** * @default Obtains configuration information about an ability - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ diff --git a/api/bundle/extensionAbilityInfo.d.ts b/api/bundle/extensionAbilityInfo.d.ts index 30627324037c2e1e56625a1dc4a241b74cf4cc9b..f236de96ebb05299625a376150cd4bd49442af42 100644 --- a/api/bundle/extensionAbilityInfo.d.ts +++ b/api/bundle/extensionAbilityInfo.d.ts @@ -19,7 +19,7 @@ import bundle from './../@ohos.bundle'; /** * @name Obtains extension information about a bundle - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @permission NA * @devices phone, tablet, tv, wearable, car @@ -28,7 +28,7 @@ import bundle from './../@ohos.bundle'; export interface ExtensionAbilityInfo { /** * @default Indicates the name of the bundle - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -36,7 +36,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the name of the module - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -44,7 +44,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the name of the extension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -52,7 +52,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the label id of the entension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -60,7 +60,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the description id of the entension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -68,7 +68,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the icon id of the entension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -76,7 +76,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates whether the entensionInfo can be visible or not - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -84,7 +84,7 @@ export interface ExtensionAbilityInfo { /** * @default Enumerates types of the entension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -92,7 +92,7 @@ export interface ExtensionAbilityInfo { /** * @default The permissions that others need to use this extension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -100,7 +100,7 @@ export interface ExtensionAbilityInfo { /** * @default Obtains configuration information about an application - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -108,7 +108,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the metadata of bundle - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -116,7 +116,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the src language to express extension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -124,7 +124,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the read permission extension ability info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -132,7 +132,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the write permission of extension ability info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ diff --git a/api/bundle/hapModuleInfo.d.ts b/api/bundle/hapModuleInfo.d.ts index e5b6345e392fd043c4a2f3efeecd3a85e530e539..e845f567344d161f17bf8450945ca468729d052b 100644 --- a/api/bundle/hapModuleInfo.d.ts +++ b/api/bundle/hapModuleInfo.d.ts @@ -124,7 +124,7 @@ export interface HapModuleInfo { /** * @default Obtains configuration information about extension ability - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ diff --git a/api/bundle/metadata.d.ts b/api/bundle/metadata.d.ts index d02a07828440df3c71818757cd9bd7309e1baaff..31549fda79ff1ec8794500bceea3dda7dcaf886e 100644 --- a/api/bundle/metadata.d.ts +++ b/api/bundle/metadata.d.ts @@ -15,7 +15,7 @@ /** * @name Indicates the Metadata - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @permission NA * @devices phone, tablet, tv, wearable, car @@ -24,7 +24,7 @@ export interface Metadata { /** * @default Indicates the metadata name - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -32,7 +32,7 @@ /** * @default Indicates the metadata value - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -40,7 +40,7 @@ /** * @default Indicates the metadata resource - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */