From 1673946ed70aab288817c7bf77daa2566da2ff38 Mon Sep 17 00:00:00 2001 From: wujinhui Date: Sat, 9 Aug 2025 11:25:45 +0800 Subject: [PATCH] bug fix modifier.static export Signed-off-by: wujinhui --- ....ets => @ohos.arkui.modifier.static.d.ets} | 43 ++++++------------- 1 file changed, 12 insertions(+), 31 deletions(-) rename api/{@ohos.arkui.modifier.d.ets => @ohos.arkui.modifier.static.d.ets} (78%) diff --git a/api/@ohos.arkui.modifier.d.ets b/api/@ohos.arkui.modifier.static.d.ets similarity index 78% rename from api/@ohos.arkui.modifier.d.ets rename to api/@ohos.arkui.modifier.static.d.ets index a534dadb71..85debe08f6 100644 --- a/api/@ohos.arkui.modifier.d.ets +++ b/api/@ohos.arkui.modifier.static.d.ets @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Device Co., Ltd. + * Copyright (c) 2025 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -16,12 +16,12 @@ /** * @file * @kit ArkUI + * @arkts 1.2 */ /** * Export TextModifier, which is used to expose applyNormalAttribute function. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { TextModifier } from './arkui/TextModifier'; @@ -29,7 +29,6 @@ export { TextModifier } from './arkui/TextModifier'; /** * Export CommonModifier, which is used to expose applyNormalAttribute function. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { CommonModifier } from './arkui/CommonModifier'; @@ -37,7 +36,6 @@ export { CommonModifier } from './arkui/CommonModifier'; /** * Export AttributeUpdater, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { AttributeUpdater } from './arkui/AttributeUpdater'; @@ -45,7 +43,6 @@ export { AttributeUpdater } from './arkui/AttributeUpdater'; /** * Export GridModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { GridModifier } from './arkui/GridModifier'; @@ -53,7 +50,6 @@ export { GridModifier } from './arkui/GridModifier'; /** * Export GridItemModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { GridItemModifier } from './arkui/GridItemModifier'; @@ -61,7 +57,6 @@ export { GridItemModifier } from './arkui/GridItemModifier'; /** * Export ListItemGroupModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { ListItemGroupModifier } from './arkui/ListItemGroupModifier'; @@ -69,7 +64,6 @@ export { ListItemGroupModifier } from './arkui/ListItemGroupModifier'; /** * Export ListItemModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { ListItemModifier } from './arkui/ListItemModifier'; @@ -77,7 +71,6 @@ export { ListItemModifier } from './arkui/ListItemModifier'; /** * Export ListModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { ListModifier } from './arkui/ListModifier'; @@ -85,7 +78,6 @@ export { ListModifier } from './arkui/ListModifier'; /** * Export RefreshModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { RefreshModifier } from './arkui/RefreshModifier'; @@ -93,7 +85,6 @@ export { RefreshModifier } from './arkui/RefreshModifier'; /** * Export RefreshModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { ScrollModifier } from './arkui/ScrollModifier'; @@ -101,80 +92,70 @@ export { ScrollModifier } from './arkui/ScrollModifier'; /** * Export RefreshModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { WaterFlowModifier } from './arkui/WaterFlowModifier'; /** - * Export AttributeUpdater, which is used to update attributes to native side. + * Export ButtonModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { ButtonModifier } from './arkui/ButtonModifier'; /** - * Export AttributeUpdater, which is used to update attributes to native side. + * Export SymbolGlyphModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { SymbolGlyphModifier } from './arkui/SymbolGlyphModifier'; /** - * Export AttributeUpdater, which is used to update attributes to native side. + * Export LineModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { LineModifier } from './arkui/LineModifier'; /** - * Export AttributeUpdater, which is used to update attributes to native side. + * Export PathModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { PathModifier } from './arkui/PathModifier'; /** - * Export AttributeUpdater, which is used to update attributes to native side. + * Export PolygonModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { PolygonModifier } from './arkui/PolygonModifier'; /** - * Export AttributeUpdater, which is used to update attributes to native side. + * Export PolylineModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform - * @since 20 + * @since 20 */ export { PolylineModifier } from './arkui/PolylineModifier'; /** - * Export AttributeUpdater, which is used to update attributes to native side. + * Export RectModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { RectModifier } from './arkui/RectModifier'; /** - * Export AttributeUpdater, which is used to update attributes to native side. + * Export ShapeModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { ShapeModifier } from './arkui/ShapeModifier'; /** - * Export AttributeUpdater, which is used to update attributes to native side. + * Export VideoModifier, which is used to update attributes to native side. * @syscap SystemCapability.ArkUI.ArkUI.Full - * @crossplatform * @since 20 */ export { VideoModifier } from './arkui/VideoModifier'; -- Gitee