Skip to content

Commit

Permalink
Update api
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfast committed May 26, 2024
1 parent b590bba commit 392611c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
14 changes: 6 additions & 8 deletions decompose-router/api/android/decompose-router.api
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public final class io/github/xxfast/decompose/router/RouterContext : com/arkivan
public fun <init> (Lcom/arkivanov/essenty/lifecycle/Lifecycle;Lcom/arkivanov/essenty/statekeeper/StateKeeper;Lcom/arkivanov/essenty/instancekeeper/InstanceKeeper;Lcom/arkivanov/essenty/backhandler/BackHandler;)V
public synthetic fun <init> (Lcom/arkivanov/essenty/lifecycle/Lifecycle;Lcom/arkivanov/essenty/statekeeper/StateKeeper;Lcom/arkivanov/essenty/instancekeeper/InstanceKeeper;Lcom/arkivanov/essenty/backhandler/BackHandler;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun getBackHandler ()Lcom/arkivanov/essenty/backhandler/BackHandler;
public fun getComponentContextFactory ()Lcom/arkivanov/decompose/ComponentContextFactory;
public fun getInstanceKeeper ()Lcom/arkivanov/essenty/instancekeeper/InstanceKeeper;
public fun getLifecycle ()Lcom/arkivanov/essenty/lifecycle/Lifecycle;
public fun getStateKeeper ()Lcom/arkivanov/essenty/statekeeper/StateKeeper;
Expand All @@ -28,15 +29,14 @@ public final class io/github/xxfast/decompose/router/RouterContextKt {
}

public final class io/github/xxfast/decompose/router/pages/RoutedContentKt {
public static final fun RoutedContent (Lio/github/xxfast/decompose/router/pages/Router;Landroidx/compose/ui/Modifier;Lcom/arkivanov/decompose/extensions/compose/jetbrains/pages/PagesScrollAnimation;Lkotlin/jvm/functions/Function6;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
public static final fun RoutedContent (Lio/github/xxfast/decompose/router/pages/Router;Landroidx/compose/ui/Modifier;Lcom/arkivanov/decompose/extensions/compose/pages/PagesScrollAnimation;Lkotlin/jvm/functions/Function6;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
}

public final class io/github/xxfast/decompose/router/pages/Router : com/arkivanov/decompose/router/pages/PagesNavigation {
public static final field $stable I
public final fun getPages ()Landroidx/compose/runtime/State;
public fun navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)V
public fun unsubscribe (Lkotlin/jvm/functions/Function1;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)Lcom/arkivanov/decompose/Cancellation;
}

public final class io/github/xxfast/decompose/router/pages/RouterKt {
Expand All @@ -54,24 +54,22 @@ public final class io/github/xxfast/decompose/router/slot/Router : com/arkivanov
public final fun getNavigation ()Lcom/arkivanov/decompose/router/slot/SlotNavigation;
public final fun getSlot ()Landroidx/compose/runtime/State;
public fun navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)V
public fun unsubscribe (Lkotlin/jvm/functions/Function1;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)Lcom/arkivanov/decompose/Cancellation;
}

public final class io/github/xxfast/decompose/router/slot/RouterKt {
public static final fun rememberRouter (Lkotlin/reflect/KClass;Ljava/lang/Object;ZLkotlinx/serialization/KSerializer;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;II)Lio/github/xxfast/decompose/router/slot/Router;
}

public final class io/github/xxfast/decompose/router/stack/RoutedContentKt {
public static final fun RoutedContent (Lio/github/xxfast/decompose/router/stack/Router;Landroidx/compose/ui/Modifier;Lcom/arkivanov/decompose/extensions/compose/jetbrains/stack/animation/StackAnimation;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
public static final fun RoutedContent (Lio/github/xxfast/decompose/router/stack/Router;Landroidx/compose/ui/Modifier;Lcom/arkivanov/decompose/extensions/compose/stack/animation/StackAnimation;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
}

public final class io/github/xxfast/decompose/router/stack/Router : com/arkivanov/decompose/router/stack/StackNavigation {
public static final field $stable I
public final fun getStack ()Landroidx/compose/runtime/State;
public fun navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)V
public fun unsubscribe (Lkotlin/jvm/functions/Function1;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)Lcom/arkivanov/decompose/Cancellation;
}

public final class io/github/xxfast/decompose/router/stack/RouterKt {
Expand Down
14 changes: 6 additions & 8 deletions decompose-router/api/desktop/decompose-router.api
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public final class io/github/xxfast/decompose/router/RouterContext : com/arkivan
public fun <init> (Lcom/arkivanov/essenty/lifecycle/Lifecycle;Lcom/arkivanov/essenty/statekeeper/StateKeeper;Lcom/arkivanov/essenty/instancekeeper/InstanceKeeper;Lcom/arkivanov/essenty/backhandler/BackHandler;)V
public synthetic fun <init> (Lcom/arkivanov/essenty/lifecycle/Lifecycle;Lcom/arkivanov/essenty/statekeeper/StateKeeper;Lcom/arkivanov/essenty/instancekeeper/InstanceKeeper;Lcom/arkivanov/essenty/backhandler/BackHandler;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun getBackHandler ()Lcom/arkivanov/essenty/backhandler/BackHandler;
public fun getComponentContextFactory ()Lcom/arkivanov/decompose/ComponentContextFactory;
public fun getInstanceKeeper ()Lcom/arkivanov/essenty/instancekeeper/InstanceKeeper;
public fun getLifecycle ()Lcom/arkivanov/essenty/lifecycle/Lifecycle;
public fun getStateKeeper ()Lcom/arkivanov/essenty/statekeeper/StateKeeper;
Expand All @@ -27,15 +28,14 @@ public final class io/github/xxfast/decompose/router/RouterContextKt {
}

public final class io/github/xxfast/decompose/router/pages/RoutedContentKt {
public static final fun RoutedContent (Lio/github/xxfast/decompose/router/pages/Router;Landroidx/compose/ui/Modifier;Lcom/arkivanov/decompose/extensions/compose/jetbrains/pages/PagesScrollAnimation;Lkotlin/jvm/functions/Function6;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
public static final fun RoutedContent (Lio/github/xxfast/decompose/router/pages/Router;Landroidx/compose/ui/Modifier;Lcom/arkivanov/decompose/extensions/compose/pages/PagesScrollAnimation;Lkotlin/jvm/functions/Function6;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
}

public final class io/github/xxfast/decompose/router/pages/Router : com/arkivanov/decompose/router/pages/PagesNavigation {
public static final field $stable I
public final fun getPages ()Landroidx/compose/runtime/State;
public fun navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)V
public fun unsubscribe (Lkotlin/jvm/functions/Function1;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)Lcom/arkivanov/decompose/Cancellation;
}

public final class io/github/xxfast/decompose/router/pages/RouterKt {
Expand All @@ -53,24 +53,22 @@ public final class io/github/xxfast/decompose/router/slot/Router : com/arkivanov
public final fun getNavigation ()Lcom/arkivanov/decompose/router/slot/SlotNavigation;
public final fun getSlot ()Landroidx/compose/runtime/State;
public fun navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)V
public fun unsubscribe (Lkotlin/jvm/functions/Function1;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)Lcom/arkivanov/decompose/Cancellation;
}

public final class io/github/xxfast/decompose/router/slot/RouterKt {
public static final fun rememberRouter (Lkotlin/reflect/KClass;Ljava/lang/Object;ZLkotlinx/serialization/KSerializer;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;II)Lio/github/xxfast/decompose/router/slot/Router;
}

public final class io/github/xxfast/decompose/router/stack/RoutedContentKt {
public static final fun RoutedContent (Lio/github/xxfast/decompose/router/stack/Router;Landroidx/compose/ui/Modifier;Lcom/arkivanov/decompose/extensions/compose/jetbrains/stack/animation/StackAnimation;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
public static final fun RoutedContent (Lio/github/xxfast/decompose/router/stack/Router;Landroidx/compose/ui/Modifier;Lcom/arkivanov/decompose/extensions/compose/stack/animation/StackAnimation;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
}

public final class io/github/xxfast/decompose/router/stack/Router : com/arkivanov/decompose/router/stack/StackNavigation {
public static final field $stable I
public final fun getStack ()Landroidx/compose/runtime/State;
public fun navigate (Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)V
public fun unsubscribe (Lkotlin/jvm/functions/Function1;)V
public fun subscribe (Lkotlin/jvm/functions/Function1;)Lcom/arkivanov/decompose/Cancellation;
}

public final class io/github/xxfast/decompose/router/stack/RouterKt {
Expand Down

0 comments on commit 392611c

Please sign in to comment.