From 805d2368b381b7948aeb28efe72c172da4e01f55 Mon Sep 17 00:00:00 2001 From: luoxi Date: Thu, 7 Aug 2025 17:25:09 +0800 Subject: [PATCH] api split Signed-off-by: luoxi --- api/@internal/component/ets/indicatorcomponent.d.ts | 4 ++++ api/@internal/component/ets/nav_destination.d.ts | 4 ++++ api/@internal/component/ets/navigation.d.ts | 7 +++++++ api/@internal/component/ets/sidebar.d.ts | 4 ++++ api/@internal/component/ets/stepper.d.ts | 4 ++++ api/@internal/component/ets/stepper_item.d.ts | 4 ++++ api/@internal/component/ets/swiper.d.ts | 4 ++++ api/arkui/component/indicatorcomponent.static.d.ets | 1 + api/arkui/component/navDestination.static.d.ets | 1 + api/arkui/component/navigation.static.d.ets | 4 ++++ api/arkui/component/sidebar.static.d.ets | 1 + api/arkui/component/stepper.static.d.ets | 1 + api/arkui/component/stepperItem.static.d.ets | 1 + api/arkui/component/swiper.static.d.ets | 1 + 14 files changed, 41 insertions(+) diff --git a/api/@internal/component/ets/indicatorcomponent.d.ts b/api/@internal/component/ets/indicatorcomponent.d.ts index 88e13f3b95..c8bce3374b 100644 --- a/api/@internal/component/ets/indicatorcomponent.d.ts +++ b/api/@internal/component/ets/indicatorcomponent.d.ts @@ -85,6 +85,7 @@ declare class IndicatorComponentController { * @form * @atomicservice * @since 15 + * @noninterop */ interface IndicatorComponentInterface { @@ -111,6 +112,7 @@ interface IndicatorComponentInterface { * @form * @atomicservice * @since 15 + * @noninterop */ declare class IndicatorComponentAttribute extends CommonMethod { /** @@ -200,6 +202,7 @@ declare class IndicatorComponentAttribute extends CommonMethod { /** @@ -1372,6 +1374,7 @@ declare class NavDestinationAttribute extends CommonMethod { /** @@ -3686,6 +3691,7 @@ declare interface NavContentInfo { * @crossplatform * @atomicservice * @since 11 + * @noninterop */ declare const Navigation: NavigationInterface; @@ -3709,5 +3715,6 @@ declare const Navigation: NavigationInterface; * @crossplatform * @atomicservice * @since 11 + * @noninterop */ declare const NavigationInstance: NavigationAttribute; diff --git a/api/@internal/component/ets/sidebar.d.ts b/api/@internal/component/ets/sidebar.d.ts index 4622bd4555..2add0dfbfb 100644 --- a/api/@internal/component/ets/sidebar.d.ts +++ b/api/@internal/component/ets/sidebar.d.ts @@ -497,6 +497,7 @@ declare interface ButtonStyle { * @crossplatform * @atomicservice * @since 11 + * @noninterop */ interface SideBarContainerInterface { /** @@ -651,6 +652,7 @@ interface DividerStyle { * @crossplatform * @atomicservice * @since 11 + * @noninterop */ declare class SideBarContainerAttribute extends CommonMethod { /** @@ -1087,6 +1089,7 @@ declare class SideBarContainerAttribute extends CommonMethod { /** @@ -264,6 +266,7 @@ declare class StepperAttribute extends CommonMethod { * @crossplatform * @atomicservice * @since 11 + * @noninterop */ declare const Stepper: StepperInterface; @@ -287,5 +290,6 @@ declare const Stepper: StepperInterface; * @crossplatform * @atomicservice * @since 11 + * @noninterop */ declare const StepperInstance: StepperAttribute; diff --git a/api/@internal/component/ets/stepper_item.d.ts b/api/@internal/component/ets/stepper_item.d.ts index 09673bc492..bae1bcb089 100644 --- a/api/@internal/component/ets/stepper_item.d.ts +++ b/api/@internal/component/ets/stepper_item.d.ts @@ -159,6 +159,7 @@ declare enum ItemState { * @crossplatform * @atomicservice * @since 11 + * @noninterop */ interface StepperItemInterface { /** @@ -211,6 +212,7 @@ interface StepperItemInterface { * @crossplatform * @atomicservice * @since 11 + * @noninterop */ declare class StepperItemAttribute extends CommonMethod { /** @@ -321,6 +323,7 @@ declare class StepperItemAttribute extends CommonMethod { * @crossplatform * @atomicservice * @since 11 + * @noninterop */ declare const StepperItemInstance: StepperItemAttribute; @@ -344,5 +347,6 @@ declare const StepperItemInstance: StepperItemAttribute; * @crossplatform * @atomicservice * @since 11 + * @noninterop */ declare const StepperItem: StepperItemInterface; diff --git a/api/@internal/component/ets/swiper.d.ts b/api/@internal/component/ets/swiper.d.ts index d5b6bf321f..bf63a8a7e5 100644 --- a/api/@internal/component/ets/swiper.d.ts +++ b/api/@internal/component/ets/swiper.d.ts @@ -1085,6 +1085,7 @@ declare enum SwiperDisplayMode { * @form * @atomicservice * @since 11 + * @noninterop */ interface SwiperInterface { /** @@ -1455,6 +1456,7 @@ declare type OnSwiperGestureSwipeCallback = (index: number, extraInfo: SwiperAni * @form * @atomicservice * @since 11 + * @noninterop */ declare class SwiperAttribute extends CommonMethod { /** @@ -2641,6 +2643,7 @@ declare type ContentWillScrollCallback = (result: SwiperContentWillScrollResult) * @form * @atomicservice * @since 11 + * @noninterop */ declare const Swiper: SwiperInterface; @@ -2666,5 +2669,6 @@ declare const Swiper: SwiperInterface; * @form * @atomicservice * @since 11 + * @noninterop */ declare const SwiperInstance: SwiperAttribute; diff --git a/api/arkui/component/indicatorcomponent.static.d.ets b/api/arkui/component/indicatorcomponent.static.d.ets index 9de2e044ee..7492f57fff 100644 --- a/api/arkui/component/indicatorcomponent.static.d.ets +++ b/api/arkui/component/indicatorcomponent.static.d.ets @@ -73,6 +73,7 @@ export declare class IndicatorComponentController { * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface IndicatorComponentAttribute extends CommonMethod { /** diff --git a/api/arkui/component/navDestination.static.d.ets b/api/arkui/component/navDestination.static.d.ets index 680ad9778b..a341554993 100644 --- a/api/arkui/component/navDestination.static.d.ets +++ b/api/arkui/component/navDestination.static.d.ets @@ -409,6 +409,7 @@ export declare interface NavDestinationTransition { * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface NavDestinationAttribute extends CommonMethod { /** diff --git a/api/arkui/component/navigation.static.d.ets b/api/arkui/component/navigation.static.d.ets index af548ab295..85f68ee043 100644 --- a/api/arkui/component/navigation.static.d.ets +++ b/api/arkui/component/navigation.static.d.ets @@ -194,6 +194,7 @@ export declare enum NavigationTitleMode { * @interface NavigationMenuItem * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 +* @noninterop */ export declare interface NavigationMenuItem { /** @@ -947,6 +948,7 @@ export declare enum NavigationOperation { * @interface ToolbarItem * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface ToolbarItem { /** @@ -1019,6 +1021,7 @@ export declare interface ToolbarItem { * @interface NavigationTitleOptions * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface NavigationTitleOptions { /** @@ -1283,6 +1286,7 @@ export declare interface MoreButtonOptions { * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface NavigationAttribute extends CommonMethod { /** diff --git a/api/arkui/component/sidebar.static.d.ets b/api/arkui/component/sidebar.static.d.ets index 9cd26d0a5e..06f39d7e15 100644 --- a/api/arkui/component/sidebar.static.d.ets +++ b/api/arkui/component/sidebar.static.d.ets @@ -232,6 +232,7 @@ export interface DividerStyle { * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface SideBarContainerAttribute extends CommonMethod { /** diff --git a/api/arkui/component/stepper.static.d.ets b/api/arkui/component/stepper.static.d.ets index 177004fd7e..4f8a77239c 100644 --- a/api/arkui/component/stepper.static.d.ets +++ b/api/arkui/component/stepper.static.d.ets @@ -47,6 +47,7 @@ export interface StepperOptions { * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface StepperAttribute extends CommonMethod { /** diff --git a/api/arkui/component/stepperItem.static.d.ets b/api/arkui/component/stepperItem.static.d.ets index cfb924af62..ff159878f7 100644 --- a/api/arkui/component/stepperItem.static.d.ets +++ b/api/arkui/component/stepperItem.static.d.ets @@ -70,6 +70,7 @@ export declare enum ItemState { * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface StepperItemAttribute extends CommonMethod { /** diff --git a/api/arkui/component/swiper.static.d.ets b/api/arkui/component/swiper.static.d.ets index 684899b61b..539780d0eb 100644 --- a/api/arkui/component/swiper.static.d.ets +++ b/api/arkui/component/swiper.static.d.ets @@ -613,6 +613,7 @@ export type OnSwiperGestureSwipeCallback = (index: number, extraInfo: SwiperAnim * @extends CommonMethod * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 + * @noninterop */ export declare interface SwiperAttribute extends CommonMethod { /** -- Gitee