Skip to content

Commit

Permalink
update API files
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Morgillo <[email protected]>
  • Loading branch information
hamen committed Oct 16, 2024
1 parent b4b49a5 commit 120ff2e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ui/api/ui.api
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,17 @@ public final class org/jetbrains/jewel/ui/component/ListComboBoxKt {
public static final fun ListComboBox-gNPyAyM (Ljava/util/List;Landroidx/compose/ui/Modifier;ZZFLkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function7;Landroidx/compose/runtime/Composer;II)V
}

public final class org/jetbrains/jewel/ui/component/ListItemState {
public static final field $stable I
public fun <init> (ZZZ)V
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public final fun isHovered ()Z
public final fun isSelected ()Z
public final fun isSoftSelected ()Z
public fun toString ()Ljava/lang/String;
}

public final class org/jetbrains/jewel/ui/component/MenuItemState : org/jetbrains/jewel/foundation/state/FocusableComponentState, org/jetbrains/jewel/foundation/state/SelectableComponentState {
public static final field Companion Lorg/jetbrains/jewel/ui/component/MenuItemState$Companion;
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/MenuItemState;
Expand Down Expand Up @@ -774,7 +785,7 @@ public final class org/jetbrains/jewel/ui/component/SelectableLazyColumnKt {
}

public final class org/jetbrains/jewel/ui/component/SimpleListItemKt {
public static final fun SimpleListItem-V-95POc (Ljava/lang/String;ZZZLorg/jetbrains/jewel/ui/component/styling/SimpleListItemStyle;Landroidx/compose/ui/Modifier;FLorg/jetbrains/jewel/ui/icon/IconKey;Ljava/lang/String;Landroidx/compose/runtime/Composer;II)V
public static final fun SimpleListItem-iHT-50w (Ljava/lang/String;Landroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/component/ListItemState;Lorg/jetbrains/jewel/ui/component/styling/SimpleListItemStyle;FLorg/jetbrains/jewel/ui/icon/IconKey;Ljava/lang/String;Landroidx/compose/runtime/Composer;II)V
}

public final class org/jetbrains/jewel/ui/component/SliderKt {
Expand Down

0 comments on commit 120ff2e

Please sign in to comment.