You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/api/android/core.api
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,27 @@
1
1
public final class com/dragselectcompose/core/DragSelectState {
2
2
public static final field $stable I
3
-
public fun <init> (Landroidx/compose/foundation/lazy/grid/LazyGridState;ILjava/util/List;I)V
4
-
public synthetic fun <init> (Landroidx/compose/foundation/lazy/grid/LazyGridState;ILjava/util/List;IILkotlin/jvm/internal/DefaultConstructorMarker;)V
5
-
public fun <init> (Landroidx/compose/foundation/lazy/grid/LazyGridState;Ljava/util/List;)V
3
+
public fun <init> (Landroidx/compose/foundation/lazy/grid/LazyGridState;ILjava/util/List;)V
4
+
public fun <init> (Ljava/util/List;Landroidx/compose/foundation/lazy/grid/LazyGridState;Lkotlin/jvm/functions/Function1;Lcom/dragselectcompose/core/DragState;)V
6
5
public final fun addSelected (Ljava/lang/Object;)V
7
6
public final fun clear ()V
7
+
public fun equals (Ljava/lang/Object;)Z
8
8
public final fun getGridState ()Landroidx/compose/foundation/lazy/grid/LazyGridState;
9
9
public final fun getInSelectionMode ()Z
10
10
public final fun getSelected ()Ljava/util/List;
11
+
public fun hashCode ()I
11
12
public final fun isSelected (Ljava/lang/Object;)Z
12
13
public final fun removeSelected (Ljava/lang/Object;)V
13
14
public final fun updateSelected (Ljava/util/List;)V
14
15
}
15
16
16
17
public final class com/dragselectcompose/core/DragSelectStateKt {
17
18
public static final fun rememberDragSelectState (Landroidx/compose/foundation/lazy/grid/LazyGridState;Ljava/util/List;Landroidx/compose/runtime/Composer;II)Lcom/dragselectcompose/core/DragSelectState;
19
+
public static final fun rememberDragSelectState (Lkotlin/jvm/functions/Function1;Landroidx/compose/foundation/lazy/grid/LazyGridState;Ljava/util/List;Landroidx/compose/runtime/Composer;II)Lcom/dragselectcompose/core/DragSelectState;
20
+
}
21
+
22
+
public final class com/dragselectcompose/core/DragState {
23
+
public static final field $stable I
24
+
public fun <init> (II)V
18
25
}
19
26
20
27
public final class com/dragselectcompose/core/GridDragSelectDefaults {
Copy file name to clipboardExpand all lines: core/api/desktop/core.api
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,27 @@
1
1
public final class com/dragselectcompose/core/DragSelectState {
2
2
public static final field $stable I
3
-
public fun <init> (Landroidx/compose/foundation/lazy/grid/LazyGridState;ILjava/util/List;I)V
4
-
public synthetic fun <init> (Landroidx/compose/foundation/lazy/grid/LazyGridState;ILjava/util/List;IILkotlin/jvm/internal/DefaultConstructorMarker;)V
5
-
public fun <init> (Landroidx/compose/foundation/lazy/grid/LazyGridState;Ljava/util/List;)V
3
+
public fun <init> (Landroidx/compose/foundation/lazy/grid/LazyGridState;ILjava/util/List;)V
4
+
public fun <init> (Ljava/util/List;Landroidx/compose/foundation/lazy/grid/LazyGridState;Lkotlin/jvm/functions/Function1;Lcom/dragselectcompose/core/DragState;)V
6
5
public final fun addSelected (Ljava/lang/Object;)V
7
6
public final fun clear ()V
7
+
public fun equals (Ljava/lang/Object;)Z
8
8
public final fun getGridState ()Landroidx/compose/foundation/lazy/grid/LazyGridState;
9
9
public final fun getInSelectionMode ()Z
10
10
public final fun getSelected ()Ljava/util/List;
11
+
public fun hashCode ()I
11
12
public final fun isSelected (Ljava/lang/Object;)Z
12
13
public final fun removeSelected (Ljava/lang/Object;)V
13
14
public final fun updateSelected (Ljava/util/List;)V
14
15
}
15
16
16
17
public final class com/dragselectcompose/core/DragSelectStateKt {
17
18
public static final fun rememberDragSelectState (Landroidx/compose/foundation/lazy/grid/LazyGridState;Ljava/util/List;Landroidx/compose/runtime/Composer;II)Lcom/dragselectcompose/core/DragSelectState;
19
+
public static final fun rememberDragSelectState (Lkotlin/jvm/functions/Function1;Landroidx/compose/foundation/lazy/grid/LazyGridState;Ljava/util/List;Landroidx/compose/runtime/Composer;II)Lcom/dragselectcompose/core/DragSelectState;
20
+
}
21
+
22
+
public final class com/dragselectcompose/core/DragState {
23
+
public static final field $stable I
24
+
public fun <init> (II)V
18
25
}
19
26
20
27
public final class com/dragselectcompose/core/GridDragSelectDefaults {
0 commit comments