diff --git a/api/@internal/component/ets/blank.d.ts b/api/@internal/component/ets/blank.d.ts index 09487680b7d0fac3f8f2654d49c9929c65a12ed6..2ff5aeba69ac5f666380782af3ebd96d9cc460ef 100644 --- a/api/@internal/component/ets/blank.d.ts +++ b/api/@internal/component/ets/blank.d.ts @@ -166,7 +166,7 @@ declare class BlankAttribute extends CommonMethod { * @since 10 */ /** - * Sets the color to fill the blank.
+ * Sets the color to fill the blank. * Default value: **Color.Transparent**. * * @param { ResourceColor } value diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index eb8fb286fd4e06f90fe32fbec25dcbfdb4212cd0..a189e233f54350ade865a3a2e8445d280ebd8e92 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -23036,7 +23036,7 @@ declare class CommonMethod { */ /** * Sets the safe area to be expanded to. - *
default:{types: [SafeAreaType.SYSTEM, SafeAreaType.CUTOUT, SafeAreaType.KEYBOARD], + * default:{types: [SafeAreaType.SYSTEM, SafeAreaType.CUTOUT, SafeAreaType.KEYBOARD], * edges: [SafeAreaEdge.TOP, SafeAreaEdge.BOTTOM, SafeAreaEdge.START, SafeAreaEdge.END]} * * @param { Array } types - Indicates the types of the safe area. diff --git a/api/@internal/component/ets/divider.d.ts b/api/@internal/component/ets/divider.d.ts index 8bb25614340f5bb5c60584051d70b11885e1e0da..050b2be84efb5d8950c3841d1d63efbdb0df172d 100644 --- a/api/@internal/component/ets/divider.d.ts +++ b/api/@internal/component/ets/divider.d.ts @@ -180,7 +180,7 @@ declare class DividerAttribute extends CommonMethod { vertical(value: boolean): DividerAttribute; /** - * Sets the color of the divider line. + * Sets the color of the dividing line. * * @param { ResourceColor } value * @returns { DividerAttribute } @@ -188,7 +188,7 @@ declare class DividerAttribute extends CommonMethod { * @since 7 */ /** - * Sets the color of the divider line. + * Sets the color of the dividing line. * * @param { ResourceColor } value * @returns { DividerAttribute } @@ -197,7 +197,7 @@ declare class DividerAttribute extends CommonMethod { * @since 9 */ /** - * Sets the color of the divider line. + * Sets the color of the dividing line. * * @param { ResourceColor } value * @returns { DividerAttribute } @@ -207,7 +207,7 @@ declare class DividerAttribute extends CommonMethod { * @since 10 */ /** - * Sets the color of the divider line. + * Sets the color of the dividing line. * * @param { ResourceColor } value * @returns { DividerAttribute } @@ -262,7 +262,7 @@ declare class DividerAttribute extends CommonMethod { strokeWidth(value: number | string): DividerAttribute; /** - * Sets the end style of the split line. The default value is Butt. + * Sets the end style of the dividing line. The default value is Butt. * * @param { LineCapStyle } value * @returns { DividerAttribute } @@ -270,7 +270,7 @@ declare class DividerAttribute extends CommonMethod { * @since 7 */ /** - * Sets the end style of the split line. The default value is Butt. + * Sets the end style of the dividing line. The default value is Butt. * * @param { LineCapStyle } value * @returns { DividerAttribute } @@ -279,7 +279,7 @@ declare class DividerAttribute extends CommonMethod { * @since 9 */ /** - * Sets the end style of the split line. The default value is Butt. + * Sets the end style of the dividing line. The default value is Butt. * * @param { LineCapStyle } value * @returns { DividerAttribute } @@ -289,7 +289,7 @@ declare class DividerAttribute extends CommonMethod { * @since 10 */ /** - * Sets the end style of the split line. The default value is Butt. + * Sets the end style of the dividing line. The default value is Butt. * * @param { LineCapStyle } value * @returns { DividerAttribute } diff --git a/api/@internal/component/ets/enums.d.ts b/api/@internal/component/ets/enums.d.ts index 0b93341e7e53861bc3fb2d2bfccf856a8ab3a9e5..98164f79c0ce020f0eff766f08e596a4a8bd9530 100644 --- a/api/@internal/component/ets/enums.d.ts +++ b/api/@internal/component/ets/enums.d.ts @@ -4421,20 +4421,20 @@ declare enum LineCapStyle { Round, /** - * Extends half a circle at the end of the path with a width equal to half the line width and a height equal to the line width. + * Extends half a circle at the end of the path with a width equal to half the dividing line width and a height equal to the dividing line width. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 7 */ /** - * Extends half a circle at the end of the path with a width equal to half the line width and a height equal to the line width. + * Extends half a circle at the end of the path with a width equal to half the dividing line width and a height equal to the dividing line width. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @form * @since 9 */ /** - * Extends half a circle at the end of the path with a width equal to half the line width and a height equal to the line width. + * Extends half a circle at the end of the path with a width equal to half the dividing line width and a height equal to the dividing line width. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform @@ -4442,7 +4442,7 @@ declare enum LineCapStyle { * @since 10 */ /** - * Extends half a circle at the end of the path with a width equal to half the line width and a height equal to the line width. + * Extends half a circle at the end of the path with a width equal to half the dividing line width and a height equal to the dividing line width. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform diff --git a/api/@ohos.arkui.UIContext.d.ts b/api/@ohos.arkui.UIContext.d.ts index ac5f67e66b68de9207ed7df758eed7cd74442b9d..3b57b95bd936552e16092342a63bbbd951862e62 100644 --- a/api/@ohos.arkui.UIContext.d.ts +++ b/api/@ohos.arkui.UIContext.d.ts @@ -4122,7 +4122,7 @@ export declare class UIContext { runScopedTask(callback: () => void): void; /** - * Sets the avoidance mode for the virtual keyboard.
+ * Sets the avoidance mode for the virtual keyboard. * Default mode: **KeyboardAvoidMode.OFFSET**. * * @param { KeyboardAvoidMode } value - The mode of keyboard avoid.