diff --git a/api/arkui/component/canvas.static.d.ets b/api/arkui/component/canvas.static.d.ets index c03841464af774a3e76320f0a49c079b58405402..af7f29face89301c403a206cebf8e6e539725a14 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 586cfb3944d799b5927358721912fb3942368bbc..f3dc5165632c303cca5d0ebe99e4fda664435139 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 e04ac907ed0617158b608444f1a597f2d4817d6b..4660d5d24d29bbfe94a24e19d2dc53f3dfbd7e1a 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 f8d5152c3f24c6cf12d4e458a4f63b83e4b9d97d..d2210ac24c95a85c9803126af5dc31c0fe282c61 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 8f14bd31f4e9649d0a5bc4b8c5d9f4420792b975..7238f1ae6935a9aaaab9bf3dbf0c432b4d966e47 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 e108fdefc0077c562c2fe851a458c06d6fd861f5..1c85979ff918d61588876f3aa31b001ee75f4413 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 7fdc33f56d6641980105fd8df8ffd3b19cf04eb5..ae286e25d8dad2ea84b2c23058bc9e8915b9350e 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 3f1425aba9753d6fb31d9e11a37de50d53727824..74a0b395c787899ef4ed774c72a6b5b94c322cbc 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 6e02fd58f367c6dc6f4466343b96453d3a81b608..3d5f905ecf9fd17f0144fd279b1b7f22410bbe60 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 a4360d3f509d73ae7ded704fa9bfb7c26650fafd..8098cf5171fad2f24ff992b0698c98dffa5b52d1 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 64f2168a9066f3119a1c50df8d861311e24ace42..b1981234b772aa3a26b2ac037ec688c2d5d75e54 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 fccba3e922c83ae6579bbcbe73212339b36a8936..907047a462c4b5bf66155303192a98406295da18 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