From 7370c93aeb43a480306349c4137c75729995ffc7 Mon Sep 17 00:00:00 2001 From: li-li-wang Date: Thu, 14 Aug 2025 09:30:30 +0800 Subject: [PATCH] del location button Signed-off-by: li-li-wang --- api/@internal/component/ets/index-full.d.ts | 1 - build-tools/arkui_transformer/config/arkui_config.json | 1 - build-tools/dts_parser/kit.json | 1 - 3 files changed, 3 deletions(-) diff --git a/api/@internal/component/ets/index-full.d.ts b/api/@internal/component/ets/index-full.d.ts index ba50d08873..2423154475 100644 --- a/api/@internal/component/ets/index-full.d.ts +++ b/api/@internal/component/ets/index-full.d.ts @@ -64,7 +64,6 @@ /// /// /// -/// /// /// /// diff --git a/build-tools/arkui_transformer/config/arkui_config.json b/build-tools/arkui_transformer/config/arkui_config.json index 890f2d737f..78b303b561 100644 --- a/build-tools/arkui_transformer/config/arkui_config.json +++ b/build-tools/arkui_transformer/config/arkui_config.json @@ -119,7 +119,6 @@ "WaterFlow", "FlowItem", "ImageSpan", - "LocationButton", "PasteButton", "SaveButton", "UIExtensionComponent", diff --git a/build-tools/dts_parser/kit.json b/build-tools/dts_parser/kit.json index 574dd9748c..0baee0c4ac 100644 --- a/build-tools/dts_parser/kit.json +++ b/build-tools/dts_parser/kit.json @@ -59,7 +59,6 @@ { "filePath": "@internal/component/ets/list_item.d.ts", "kitName": "ArkUI", "subSystem": "ArkUI开发框架" }, { "filePath": "@internal/component/ets/list_item_group.d.ts", "kitName": "ArkUI", "subSystem": "ArkUI开发框架" }, { "filePath": "@internal/component/ets/loading_progress.d.ts", "kitName": "ArkUI", "subSystem": "ArkUI开发框架" }, - { "filePath": "@internal/component/ets/location_button.d.ts", "kitName": "ArkUI", "subSystem": "ArkUI开发框架" }, { "filePath": "@internal/component/ets/marquee.d.ts", "kitName": "ArkUI", "subSystem": "ArkUI开发框架" }, { "filePath": "@internal/component/ets/matrix2d.d.ts", "kitName": "ArkUI", "subSystem": "ArkUI开发框架" }, { "filePath": "@internal/component/ets/media_cached_image.d.ts", "kitName": "ArkUI", "subSystem": "ArkUI开发框架" }, -- Gitee