Skip to content

Commit

Permalink
update plugin-api data
Browse files Browse the repository at this point in the history
  • Loading branch information
vkatz committed Oct 3, 2024
1 parent 066fe7a commit 8beb821
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
13 changes: 6 additions & 7 deletions tiamat/api/android/tiamat.api
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public final class com/composegears/tiamat/ComposeKt {
public static final fun rememberNavController (Ljava/lang/String;Lcom/composegears/tiamat/StorageMode;Lcom/composegears/tiamat/NavDestination;Ljava/lang/Object;Ljava/lang/Object;[Lcom/composegears/tiamat/NavDestination;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcom/composegears/tiamat/NavController;
public static final fun rememberNavController (Ljava/lang/String;Lcom/composegears/tiamat/StorageMode;Lcom/composegears/tiamat/NavDestination;[Lcom/composegears/tiamat/NavDestination;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcom/composegears/tiamat/NavController;
public static final fun rememberNavController (Ljava/lang/String;Lcom/composegears/tiamat/StorageMode;Lcom/composegears/tiamat/NavEntry;[Lcom/composegears/tiamat/NavDestination;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcom/composegears/tiamat/NavController;
public static final fun rememberSaveableViewModel (Lcom/composegears/tiamat/NavDestinationScope;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;I)Lcom/composegears/tiamat/TiamatViewModel;
public static final fun rememberSharedViewModel (Lcom/composegears/tiamat/NavDestinationScope;Ljava/lang/String;Lcom/composegears/tiamat/NavController;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;II)Lcom/composegears/tiamat/TiamatViewModel;
public static final fun rememberViewModel (Lcom/composegears/tiamat/NavDestinationScope;Ljava/lang/String;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;I)Lcom/composegears/tiamat/TiamatViewModel;
}
Expand Down Expand Up @@ -109,6 +110,10 @@ public final class com/composegears/tiamat/Platform_androidKt {
public static final fun NavBackHandler (ZLkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;I)V
}

public abstract interface class com/composegears/tiamat/Saveable {
public abstract fun saveToSaveState ()Ljava/util/Map;
}

public final class com/composegears/tiamat/StorageMode : java/lang/Enum {
public static final field Memory Lcom/composegears/tiamat/StorageMode;
public static final field SavedState Lcom/composegears/tiamat/StorageMode;
Expand All @@ -120,13 +125,7 @@ public final class com/composegears/tiamat/StorageMode : java/lang/Enum {
public abstract class com/composegears/tiamat/TiamatViewModel {
public static final field $stable I
public fun <init> ()V
protected final fun getViewModelScope ()Lcom/composegears/tiamat/TiamatViewModel$ComposeModelCoroutineScope;
protected final fun getViewModelScope ()Lkotlinx/coroutines/CoroutineScope;
public fun onClosed ()V
}

protected final class com/composegears/tiamat/TiamatViewModel$ComposeModelCoroutineScope : kotlinx/coroutines/CoroutineScope {
public fun <init> (Lkotlin/coroutines/CoroutineContext;)V
public final fun close ()V
public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;
}

15 changes: 6 additions & 9 deletions tiamat/api/jvm/tiamat.api
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ public final class com/composegears/tiamat/ComposeKt {
public static final fun rememberNavController (Ljava/lang/String;Lcom/composegears/tiamat/StorageMode;Lcom/composegears/tiamat/NavDestination;Ljava/lang/Object;Ljava/lang/Object;[Lcom/composegears/tiamat/NavDestination;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcom/composegears/tiamat/NavController;
public static final fun rememberNavController (Ljava/lang/String;Lcom/composegears/tiamat/StorageMode;Lcom/composegears/tiamat/NavDestination;[Lcom/composegears/tiamat/NavDestination;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcom/composegears/tiamat/NavController;
public static final fun rememberNavController (Ljava/lang/String;Lcom/composegears/tiamat/StorageMode;Lcom/composegears/tiamat/NavEntry;[Lcom/composegears/tiamat/NavDestination;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)Lcom/composegears/tiamat/NavController;
public static final fun rememberSaveableViewModel (Lcom/composegears/tiamat/NavDestinationScope;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;I)Lcom/composegears/tiamat/TiamatViewModel;
public static final fun rememberSharedViewModel (Lcom/composegears/tiamat/NavDestinationScope;Ljava/lang/String;Lcom/composegears/tiamat/NavController;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;II)Lcom/composegears/tiamat/TiamatViewModel;
public static final fun rememberViewModel (Lcom/composegears/tiamat/NavDestinationScope;Ljava/lang/String;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;I)Lcom/composegears/tiamat/TiamatViewModel;
}

public final class com/composegears/tiamat/NavBackHandler {
public static final field $stable I
public fun <init> ()V
public final fun add (Lkotlin/jvm/functions/Function0;)V
public final fun back ()Z
public final fun remove (Lkotlin/jvm/functions/Function0;)V
}

public final class com/composegears/tiamat/NavContentTransformKt {
Expand Down Expand Up @@ -118,6 +117,10 @@ public final class com/composegears/tiamat/Platform_jvmKt {
public static final fun getLocalNavBackHandler ()Landroidx/compose/runtime/ProvidableCompositionLocal;
}

public abstract interface class com/composegears/tiamat/Saveable {
public abstract fun saveToSaveState ()Ljava/util/Map;
}

public final class com/composegears/tiamat/StorageMode : java/lang/Enum {
public static final field Memory Lcom/composegears/tiamat/StorageMode;
public static final field SavedState Lcom/composegears/tiamat/StorageMode;
Expand All @@ -129,13 +132,7 @@ public final class com/composegears/tiamat/StorageMode : java/lang/Enum {
public abstract class com/composegears/tiamat/TiamatViewModel {
public static final field $stable I
public fun <init> ()V
protected final fun getViewModelScope ()Lcom/composegears/tiamat/TiamatViewModel$ComposeModelCoroutineScope;
protected final fun getViewModelScope ()Lkotlinx/coroutines/CoroutineScope;
public fun onClosed ()V
}

protected final class com/composegears/tiamat/TiamatViewModel$ComposeModelCoroutineScope : kotlinx/coroutines/CoroutineScope {
public fun <init> (Lkotlin/coroutines/CoroutineContext;)V
public final fun close ()V
public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;
}

0 comments on commit 8beb821

Please sign in to comment.