diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index cdaef7b7d2e5519a9ab4541095c9bdb07c20959c..6fee6a3ef8c86de1deee25d010dceb30e84df224 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -23798,8 +23798,8 @@ declare class CommonMethod { /** * Defines the blur style to apply between the background and content of a component. - * It encapsulates various blur radius, mask color, mask opacity, saturation. - * And brightness values through enum values. + * It encapsulates various blur radius, mask color, mask opacity, saturation + * and brightness values through enum values. * * @param { BlurStyle } value - Settings of the background blur style *
including the blur radius, mask color, mask opacity, saturation, and brightness. @@ -23811,8 +23811,8 @@ declare class CommonMethod { */ /** * Defines the blur style to apply between the background and content of a component. - * It encapsulates various blur radius, mask color, mask opacity, saturation. - * And brightness values through enum values. + * It encapsulates various blur radius, mask color, mask opacity, saturation + * and brightness values through enum values. * * @param { BlurStyle } value - Settings of the background blur style *
including the blur radius, mask color, mask opacity, saturation, and brightness. @@ -23825,8 +23825,8 @@ declare class CommonMethod { */ /** * Defines the blur style to apply between the background and content of a component. - * It encapsulates various blur radius, mask color, mask opacity, saturation. - * And brightness values through enum values. + * It encapsulates various blur radius, mask color, mask opacity, saturation + * and brightness values through enum values. * * @param { BlurStyle } value - Settings of the background blur style *
including the blur radius, mask color, mask opacity, saturation, and brightness. @@ -23843,10 +23843,10 @@ declare class CommonMethod { /** * Background blur style. - * blurStyle:Blur style type. * - * @param { Optional } style - * @param { BackgroundBlurStyleOptions } [options] + * @param { Optional } style - Settings of the background blur style + *
including the blur radius, mask color, mask opacity, saturation, and brightness. + * @param { BackgroundBlurStyleOptions } [options] - Background blur options. * @returns { T } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform @@ -23858,12 +23858,11 @@ declare class CommonMethod { /** * Background blur style. - * blurStyle:Blur style type. - * sysOptions: system adaptive options. - * - * @param { Optional } style - * @param { BackgroundBlurStyleOptions } [options] - * @param { SystemAdaptiveOptions } [sysOptions] + * + * @param { Optional } style - Settings of the background blur style + *
including the blur radius, mask color, mask opacity, saturation, and brightness. + * @param { BackgroundBlurStyleOptions } [options] - Background blur options. + * @param { SystemAdaptiveOptions } [sysOptions] - System adaptive options. * @returns { T } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform