From 18e2d2f18f8639895e86da194479940df7ad88d4 Mon Sep 17 00:00:00 2001 From: wangjunman1 Date: Mon, 8 Sep 2025 14:26:29 +0800 Subject: [PATCH] add Signed-off-by: wangjunman1 --- api/arkui/component/canvas.static.d.ets | 2 ++ api/arkui/component/circle.static.d.ets | 2 ++ api/arkui/component/common.static.d.ets | 1 + api/arkui/component/contentSlot.static.d.ets | 2 ++ api/arkui/component/ellipse.static.d.ets | 2 ++ api/arkui/component/line.static.d.ets | 2 ++ api/arkui/component/path.static.d.ets | 2 ++ api/arkui/component/polygon.static.d.ets | 2 ++ api/arkui/component/polyline.static.d.ets | 2 ++ api/arkui/component/rect.static.d.ets | 2 ++ api/arkui/component/video.static.d.ets | 2 ++ api/arkui/component/xcomponent.static.d.ets | 2 ++ 12 files changed, 23 insertions(+) diff --git a/api/arkui/component/canvas.static.d.ets b/api/arkui/component/canvas.static.d.ets index c03841464a..af7f29face 100644 --- a/api/arkui/component/canvas.static.d.ets +++ b/api/arkui/component/canvas.static.d.ets @@ -1740,6 +1740,7 @@ export declare class DrawingRenderingContext { * @interface CanvasAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface CanvasAttribute extends CommonMethod { /** @@ -1780,6 +1781,7 @@ export declare interface CanvasAttribute extends CommonMethod { * @returns { CanvasAttribute } The attribute of the Canvas. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/circle.static.d.ets b/api/arkui/component/circle.static.d.ets index 586cfb3944..f3dc516563 100644 --- a/api/arkui/component/circle.static.d.ets +++ b/api/arkui/component/circle.static.d.ets @@ -53,6 +53,7 @@ export declare interface CircleOptions { * @interface * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface CircleAttribute extends CommonShapeMethod { /** @@ -74,6 +75,7 @@ export declare interface CircleAttribute extends CommonShapeMethod { * @returns { CircleAttribute } The attribute of the Circle. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/common.static.d.ets b/api/arkui/component/common.static.d.ets index e04ac907ed..4660d5d24d 100644 --- a/api/arkui/component/common.static.d.ets +++ b/api/arkui/component/common.static.d.ets @@ -11204,6 +11204,7 @@ export type FractionStop = [ * @interface CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface CommonShapeMethod extends CommonMethod { /** diff --git a/api/arkui/component/contentSlot.static.d.ets b/api/arkui/component/contentSlot.static.d.ets index f8d5152c3f..d2210ac24c 100644 --- a/api/arkui/component/contentSlot.static.d.ets +++ b/api/arkui/component/contentSlot.static.d.ets @@ -27,6 +27,7 @@ import { AttributeModifier, CommonMethod } from './common'; * @interface ContentSlotAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface ContentSlotAttribute { } @@ -39,6 +40,7 @@ export declare interface ContentSlotAttribute { * @returns { ContentSlotAttribute } The attribute of the ContentSlot. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/ellipse.static.d.ets b/api/arkui/component/ellipse.static.d.ets index 8f14bd31f4..7238f1ae69 100644 --- a/api/arkui/component/ellipse.static.d.ets +++ b/api/arkui/component/ellipse.static.d.ets @@ -52,6 +52,7 @@ export interface EllipseOptions { * @interface EllipseAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface EllipseAttribute extends CommonShapeMethod { /** @@ -73,6 +74,7 @@ export declare interface EllipseAttribute extends CommonShapeMethod { * @returns { EllipseAttribute } The attribute of the Ellipse. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/line.static.d.ets b/api/arkui/component/line.static.d.ets index e108fdefc0..1c85979ff9 100644 --- a/api/arkui/component/line.static.d.ets +++ b/api/arkui/component/line.static.d.ets @@ -66,6 +66,7 @@ export interface LineOptions { * @interface LineAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface LineAttribute extends CommonShapeMethod { /** @@ -105,6 +106,7 @@ export declare interface LineAttribute extends CommonShapeMethod { * @returns { LineAttribute } The attribute of the Line. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/path.static.d.ets b/api/arkui/component/path.static.d.ets index 7fdc33f56d..ae286e25d8 100644 --- a/api/arkui/component/path.static.d.ets +++ b/api/arkui/component/path.static.d.ets @@ -58,6 +58,7 @@ export declare interface PathOptions { * @interface PathAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface PathAttribute extends CommonShapeMethod { /** @@ -88,6 +89,7 @@ export declare interface PathAttribute extends CommonShapeMethod { * @returns { PathAttribute } The attribute of the Path. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/polygon.static.d.ets b/api/arkui/component/polygon.static.d.ets index 3f1425aba9..74a0b395c7 100644 --- a/api/arkui/component/polygon.static.d.ets +++ b/api/arkui/component/polygon.static.d.ets @@ -54,6 +54,7 @@ export declare interface PolygonOptions { * @interface PolygonAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface PolygonAttribute extends CommonShapeMethod { /** @@ -84,6 +85,7 @@ export declare interface PolygonAttribute extends CommonShapeMethod { * @returns { PolygonAttribute } The attribute of the Polygon. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/polyline.static.d.ets b/api/arkui/component/polyline.static.d.ets index 6e02fd58f3..3d5f905ecf 100644 --- a/api/arkui/component/polyline.static.d.ets +++ b/api/arkui/component/polyline.static.d.ets @@ -53,6 +53,7 @@ export declare interface PolylineOptions { * @interface PolylineAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface PolylineAttribute extends CommonShapeMethod { /** @@ -83,6 +84,7 @@ export declare interface PolylineAttribute extends CommonShapeMethod { * @returns { PolylineAttribute } The attribute of the Polyline. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/rect.static.d.ets b/api/arkui/component/rect.static.d.ets index a4360d3f50..8098cf5171 100644 --- a/api/arkui/component/rect.static.d.ets +++ b/api/arkui/component/rect.static.d.ets @@ -117,6 +117,7 @@ export declare interface RoundedRectOptions { * @interface RectAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface RectAttribute extends CommonShapeMethod { /** @@ -165,6 +166,7 @@ export declare interface RectAttribute extends CommonShapeMethod { * @returns { RectAttribute } The attribute of the Rect * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/video.static.d.ets b/api/arkui/component/video.static.d.ets index 64f2168a90..b1981234b7 100644 --- a/api/arkui/component/video.static.d.ets +++ b/api/arkui/component/video.static.d.ets @@ -329,6 +329,7 @@ export declare class VideoController { * @interface VideoAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface VideoAttribute extends CommonMethod { /** @@ -516,6 +517,7 @@ export declare interface VideoAttribute extends CommonMethod { * @returns { VideoAttribute } The attribute of the Video * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/xcomponent.static.d.ets b/api/arkui/component/xcomponent.static.d.ets index fccba3e922..907047a462 100644 --- a/api/arkui/component/xcomponent.static.d.ets +++ b/api/arkui/component/xcomponent.static.d.ets @@ -268,6 +268,7 @@ export declare interface NativeXComponentParameters { * @interface XComponentAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface XComponentAttribute extends CommonMethod { /** @@ -387,6 +388,7 @@ export declare interface XComponentParameters { * @returns { XComponentAttribute } The attribute of the XComponent * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ @memo @ComponentBuilder -- Gitee