Skip to content

Commit

Permalink
Apply changes from apiDump
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
RBusarow authored and github-actions[bot] committed Feb 21, 2025
1 parent 8d9c64b commit 0a889ec
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions workflow-ui/compose/api/compose.api
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ public final class com/squareup/workflow1/ui/compose/ComposeScreenKt {
public static final fun ComposeScreen (Lkotlin/jvm/functions/Function2;)Lcom/squareup/workflow1/ui/compose/ComposeScreen;
}

public abstract interface class com/squareup/workflow1/ui/compose/ComposeWorkflow {
public abstract fun render (Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
}

public abstract interface class com/squareup/workflow1/ui/compose/ComposeWorkflowWithProps {
public abstract fun render (Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
}

public final class com/squareup/workflow1/ui/compose/CompositionRootKt {
public static final fun withCompositionRoot (Lcom/squareup/workflow1/ui/compose/ScreenComposableFactoryFinder;Lkotlin/jvm/functions/Function3;)Lcom/squareup/workflow1/ui/compose/ScreenComposableFactoryFinder;
}
Expand Down Expand Up @@ -64,6 +72,20 @@ public final class com/squareup/workflow1/ui/compose/ScreenComposableFactoryKt {
public static final fun toComposableFactory (Lcom/squareup/workflow1/ui/Screen;Lcom/squareup/workflow1/ui/ViewEnvironment;)Lcom/squareup/workflow1/ui/compose/ScreenComposableFactory;
}

public final class com/squareup/workflow1/ui/compose/State {
public static final field $stable I
public fun <init> (Lcom/squareup/workflow1/Worker;Ljava/lang/Object;)V
public final fun component1 ()Lcom/squareup/workflow1/Worker;
public final fun component2 ()Ljava/lang/Object;
public final fun copy (Lcom/squareup/workflow1/Worker;Ljava/lang/Object;)Lcom/squareup/workflow1/ui/compose/State;
public static synthetic fun copy$default (Lcom/squareup/workflow1/ui/compose/State;Lcom/squareup/workflow1/Worker;Ljava/lang/Object;ILjava/lang/Object;)Lcom/squareup/workflow1/ui/compose/State;
public fun equals (Ljava/lang/Object;)Z
public final fun getLatestModel ()Ljava/lang/Object;
public final fun getModels ()Lcom/squareup/workflow1/Worker;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}

public final class com/squareup/workflow1/ui/compose/TextControllerAsMutableStateKt {
public static final fun asMutableState (Lcom/squareup/workflow1/ui/TextController;Landroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/MutableState;
}
Expand Down

0 comments on commit 0a889ec

Please sign in to comment.