From 0e47e016c1ae8ff0da4ea5eeb83a45d784f8b8a5 Mon Sep 17 00:00:00 2001 From: x00484220 Date: Mon, 14 Apr 2025 16:29:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=82=B9=E5=85=89?= =?UTF-8?q?=E6=BA=90illuminated=E5=8F=97=E5=85=89=E7=BE=BD=E5=8C=96?= =?UTF-8?q?=E6=95=88=E6=9E=9C=E6=9E=9A=E4=B8=BE=E5=80=BC=20Signed-off-by:?= =?UTF-8?q?=20xuyinjie=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@internal/component/ets/enums.d.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/api/@internal/component/ets/enums.d.ts b/api/@internal/component/ets/enums.d.ts index 33f2c2cd3e..4f3c069b05 100644 --- a/api/@internal/component/ets/enums.d.ts +++ b/api/@internal/component/ets/enums.d.ts @@ -9536,7 +9536,15 @@ declare enum IlluminatedType { * @systemapi * @since 11 */ - BLOOM_BORDER_CONTENT = 5 + BLOOM_BORDER_CONTENT = 5, + /** + * Border is illuminated, and the border have a feathering effect. + * + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @systemapi + * @since 20 + */ + FEATHERING_BORDER = 6, } /** -- Gitee From 35a6e7f2190e81783ebe9f8e1ec2d55940aa6434 Mon Sep 17 00:00:00 2001 From: x00484220 Date: Tue, 15 Apr 2025 09:45:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=82=B9=E5=85=89?= =?UTF-8?q?=E6=BA=90illuminated=E5=8F=97=E5=85=89=E7=BE=BD=E5=8C=96?= =?UTF-8?q?=E6=95=88=E6=9E=9C=E6=9E=9A=E4=B8=BE=E5=80=BC=20Signed-off-by:?= =?UTF-8?q?=20xuyinjie=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@internal/component/ets/enums.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/enums.d.ts b/api/@internal/component/ets/enums.d.ts index 4f3c069b05..ab9b224f9a 100644 --- a/api/@internal/component/ets/enums.d.ts +++ b/api/@internal/component/ets/enums.d.ts @@ -9538,7 +9538,7 @@ declare enum IlluminatedType { */ BLOOM_BORDER_CONTENT = 5, /** - * Border is illuminated, and the border have a feathering effect. + * Border is illuminated, and the border has a feathering effect. * * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi -- Gitee