diff --git a/api/arkui/component/canvas.static.d.ets b/api/arkui/component/canvas.static.d.ets index 1ccc7810e082fd5863d662b3469c2d8c7c8b480f..164e10686685d43abc73e5d23e65f92637f67b88 100644 --- a/api/arkui/component/canvas.static.d.ets +++ b/api/arkui/component/canvas.static.d.ets @@ -1774,6 +1774,7 @@ export declare class DrawingRenderingContext { * @interface CanvasAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface CanvasAttribute extends CommonMethod { /** @@ -1814,6 +1815,7 @@ export declare interface CanvasAttribute extends CommonMethod { * @returns { CanvasAttribute } The attribute of the Canvas. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/circle.static.d.ets b/api/arkui/component/circle.static.d.ets index 4a94de28d05614d78bdeca167caea1576945e7ea..3c6dcd3304dd32bca52dcf11c86db17dd2141b81 100644 --- a/api/arkui/component/circle.static.d.ets +++ b/api/arkui/component/circle.static.d.ets @@ -52,6 +52,7 @@ export declare interface CircleOptions { * @interface * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface CircleAttribute extends CommonShapeMethod { /** @@ -73,6 +74,7 @@ export declare interface CircleAttribute extends CommonShapeMethod { * @returns { CircleAttribute } The attribute of the Circle. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/common.static.d.ets b/api/arkui/component/common.static.d.ets index 728aa034699ed8456e395cdc4ab56ecdc0d744ee..f5abaff28e6834cf4aafc696a5fecfc08901bc83 100644 --- a/api/arkui/component/common.static.d.ets +++ b/api/arkui/component/common.static.d.ets @@ -11216,6 +11216,7 @@ export type FractionStop = [ * @interface CommonShapeMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @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 cbb3029baa4df5e7f81cdb17d98c838e4275b0d2..cc49376ec6645e657714a68a19a86aa693d6ff85 100644 --- a/api/arkui/component/contentSlot.static.d.ets +++ b/api/arkui/component/contentSlot.static.d.ets @@ -26,6 +26,7 @@ import { AttributeModifier, CommonMethod } from './common'; * @interface ContentSlotAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface ContentSlotAttribute { } @@ -38,6 +39,7 @@ export declare interface ContentSlotAttribute { * @returns { ContentSlotAttribute } The attribute of the ContentSlot. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/ellipse.static.d.ets b/api/arkui/component/ellipse.static.d.ets index e7b050380ae35f2e681ca201b1fe2a46a092fea6..9e1c34d004950782aee472a706f38a35a43bb47e 100644 --- a/api/arkui/component/ellipse.static.d.ets +++ b/api/arkui/component/ellipse.static.d.ets @@ -51,6 +51,7 @@ export interface EllipseOptions { * @interface EllipseAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface EllipseAttribute extends CommonShapeMethod { /** @@ -72,6 +73,7 @@ export declare interface EllipseAttribute extends CommonShapeMethod { * @returns { EllipseAttribute } The attribute of the Ellipse. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/line.static.d.ets b/api/arkui/component/line.static.d.ets index 62a921ba441c2554c1728a03534eb3279abf91dc..83bdfa25aaa0934b86165f551ebf134f9fda3c1d 100644 --- a/api/arkui/component/line.static.d.ets +++ b/api/arkui/component/line.static.d.ets @@ -65,6 +65,7 @@ export interface LineOptions { * @interface LineAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface LineAttribute extends CommonShapeMethod { /** @@ -104,6 +105,7 @@ export declare interface LineAttribute extends CommonShapeMethod { * @returns { LineAttribute } The attribute of the Line. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/path.static.d.ets b/api/arkui/component/path.static.d.ets index fb3b351b292f12fbe87e855761010300a4ac68a2..cd7b1523a2e47cd1d58be376da498a6fd9080c9e 100644 --- a/api/arkui/component/path.static.d.ets +++ b/api/arkui/component/path.static.d.ets @@ -57,6 +57,7 @@ export declare interface PathOptions { * @interface PathAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface PathAttribute extends CommonShapeMethod { /** @@ -87,6 +88,7 @@ export declare interface PathAttribute extends CommonShapeMethod { * @returns { PathAttribute } The attribute of the Path. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/polygon.static.d.ets b/api/arkui/component/polygon.static.d.ets index 27cb4fdbb82c396e6ae25158ba51bd6354b0e363..64ede415630df31a2fb2aec81394d02a2bbfe031 100644 --- a/api/arkui/component/polygon.static.d.ets +++ b/api/arkui/component/polygon.static.d.ets @@ -53,6 +53,7 @@ export declare interface PolygonOptions { * @interface PolygonAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface PolygonAttribute extends CommonShapeMethod { /** @@ -83,6 +84,7 @@ export declare interface PolygonAttribute extends CommonShapeMethod { * @returns { PolygonAttribute } The attribute of the Polygon. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/polyline.static.d.ets b/api/arkui/component/polyline.static.d.ets index 6432532ffb1f749e543a1c11388f121228275fa9..c6812ae04a0c3ec14b7fcd568b65a47d1531f3fb 100644 --- a/api/arkui/component/polyline.static.d.ets +++ b/api/arkui/component/polyline.static.d.ets @@ -52,6 +52,7 @@ export declare interface PolylineOptions { * @interface PolylineAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface PolylineAttribute extends CommonShapeMethod { /** @@ -82,6 +83,7 @@ export declare interface PolylineAttribute extends CommonShapeMethod { * @returns { PolylineAttribute } The attribute of the Polyline. * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/rect.static.d.ets b/api/arkui/component/rect.static.d.ets index 27aa7bc088362d29570acf861cb8ac69de335961..c46f8a473c6525e78e3d243179ca4e8202de83a7 100644 --- a/api/arkui/component/rect.static.d.ets +++ b/api/arkui/component/rect.static.d.ets @@ -116,6 +116,7 @@ export declare interface RoundedRectOptions { * @interface RectAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface RectAttribute extends CommonShapeMethod { /** @@ -164,6 +165,7 @@ export declare interface RectAttribute extends CommonShapeMethod { * @returns { RectAttribute } The attribute of the Rect * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/video.static.d.ets b/api/arkui/component/video.static.d.ets index fdf8e6771e614a73e77c0e4c13b8baa13e65e5b5..26f332aa69a504de98c9913b5197f71b3e0c7a4b 100644 --- a/api/arkui/component/video.static.d.ets +++ b/api/arkui/component/video.static.d.ets @@ -328,6 +328,7 @@ export declare class VideoController { * @interface VideoAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface VideoAttribute extends CommonMethod { /** @@ -515,6 +516,7 @@ export declare interface VideoAttribute extends CommonMethod { * @returns { VideoAttribute } The attribute of the Video * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder diff --git a/api/arkui/component/xcomponent.static.d.ets b/api/arkui/component/xcomponent.static.d.ets index 9d4d0ffe822069424d670097549606a9e02777ce..e86206ff8c04e57a4ffccb2a1b4516f1b6c6460e 100644 --- a/api/arkui/component/xcomponent.static.d.ets +++ b/api/arkui/component/xcomponent.static.d.ets @@ -267,6 +267,7 @@ export declare interface NativeXComponentParameters { * @interface XComponentAttribute * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ export declare interface XComponentAttribute extends CommonMethod { /** @@ -386,6 +387,7 @@ export declare interface XComponentParameters { * @returns { XComponentAttribute } The attribute of the XComponent * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 static + * @noninterop */ @memo @ComponentBuilder