Skip to content

Commit

Permalink
Update Api dump
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Mar 15, 2024
1 parent 5cb6dd5 commit cfec451
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions library/api/android/wavy-slider.api
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
public final class ir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs {
public static final field $stable I
public fun <init> (Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;)V
public fun <init> (Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;)V
public final fun component1 ()Landroidx/compose/animation/core/AnimationSpec;
public final fun component2 ()Landroidx/compose/animation/core/AnimationSpec;
public final fun copy (Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;)Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;
public static synthetic fun copy$default (Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;ILjava/lang/Object;)Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;
public final fun component3 ()Landroidx/compose/animation/core/AnimationSpec;
public final fun copy (Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;)Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;
public static synthetic fun copy$default (Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;ILjava/lang/Object;)Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;
public fun equals (Ljava/lang/Object;)Z
public final fun getWaveHeightAnimationSpec ()Landroidx/compose/animation/core/AnimationSpec;
public final fun getWaveStartSpreadAnimationSpec ()Landroidx/compose/animation/core/AnimationSpec;
public final fun getWaveVelocityAnimationSpec ()Landroidx/compose/animation/core/AnimationSpec;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
Expand Down
8 changes: 5 additions & 3 deletions library/api/desktop/wavy-slider.api
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
public final class ir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs {
public static final field $stable I
public fun <init> (Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;)V
public fun <init> (Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;)V
public final fun component1 ()Landroidx/compose/animation/core/AnimationSpec;
public final fun component2 ()Landroidx/compose/animation/core/AnimationSpec;
public final fun copy (Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;)Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;
public static synthetic fun copy$default (Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;ILjava/lang/Object;)Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;
public final fun component3 ()Landroidx/compose/animation/core/AnimationSpec;
public final fun copy (Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;)Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;
public static synthetic fun copy$default (Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;Landroidx/compose/animation/core/AnimationSpec;ILjava/lang/Object;)Lir/mahozad/multiplatform/wavyslider/WaveAnimationSpecs;
public fun equals (Ljava/lang/Object;)Z
public final fun getWaveHeightAnimationSpec ()Landroidx/compose/animation/core/AnimationSpec;
public final fun getWaveStartSpreadAnimationSpec ()Landroidx/compose/animation/core/AnimationSpec;
public final fun getWaveVelocityAnimationSpec ()Landroidx/compose/animation/core/AnimationSpec;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
Expand Down

0 comments on commit cfec451

Please sign in to comment.