Skip to content

Commit

Permalink
Merge pull request #348 from MohamedRejeb/1.x
Browse files Browse the repository at this point in the history
Run apiDump
  • Loading branch information
MohamedRejeb authored Sep 21, 2024
2 parents 195db35 + 0fda0a9 commit 4a33aa5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion richeditor-compose/api/android/richeditor-compose.api
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,13 @@ public final class com/mohamedrejeb/richeditor/model/RichSpanStyle$DefaultImpls

public final class com/mohamedrejeb/richeditor/model/RichSpanStyle$Image : com/mohamedrejeb/richeditor/model/RichSpanStyle {
public static final field $stable I
public synthetic fun <init> (Ljava/lang/Object;JJLkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun <init> (Ljava/lang/Object;JJLjava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun <init> (Ljava/lang/Object;JJLjava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun appendCustomContent (Landroidx/compose/ui/text/AnnotatedString$Builder;Lcom/mohamedrejeb/richeditor/model/RichTextState;)Landroidx/compose/ui/text/AnnotatedString$Builder;
public fun drawCustomStyle-zdrCDHg (Landroidx/compose/ui/graphics/drawscope/DrawScope;Landroidx/compose/ui/text/TextLayoutResult;JLcom/mohamedrejeb/richeditor/model/RichTextConfig;FF)V
public fun equals (Ljava/lang/Object;)Z
public fun getAcceptNewTextInTheEdges ()Z
public final fun getContentDescription ()Ljava/lang/String;
public final fun getHeight-XSAIIZE ()J
public final fun getModel ()Ljava/lang/Object;
public fun getSpanStyle ()Lkotlin/jvm/functions/Function1;
Expand Down
4 changes: 3 additions & 1 deletion richeditor-compose/api/desktop/richeditor-compose.api
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,13 @@ public final class com/mohamedrejeb/richeditor/model/RichSpanStyle$DefaultImpls

public final class com/mohamedrejeb/richeditor/model/RichSpanStyle$Image : com/mohamedrejeb/richeditor/model/RichSpanStyle {
public static final field $stable I
public synthetic fun <init> (Ljava/lang/Object;JJLkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun <init> (Ljava/lang/Object;JJLjava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun <init> (Ljava/lang/Object;JJLjava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun appendCustomContent (Landroidx/compose/ui/text/AnnotatedString$Builder;Lcom/mohamedrejeb/richeditor/model/RichTextState;)Landroidx/compose/ui/text/AnnotatedString$Builder;
public fun drawCustomStyle-zdrCDHg (Landroidx/compose/ui/graphics/drawscope/DrawScope;Landroidx/compose/ui/text/TextLayoutResult;JLcom/mohamedrejeb/richeditor/model/RichTextConfig;FF)V
public fun equals (Ljava/lang/Object;)Z
public fun getAcceptNewTextInTheEdges ()Z
public final fun getContentDescription ()Ljava/lang/String;
public final fun getHeight-XSAIIZE ()J
public final fun getModel ()Ljava/lang/Object;
public fun getSpanStyle ()Lkotlin/jvm/functions/Function1;
Expand Down
4 changes: 3 additions & 1 deletion richeditor-compose/api/richeditor-compose.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ abstract interface com.mohamedrejeb.richeditor.model/RichSpanStyle { // com.moha
}

final class Image : com.mohamedrejeb.richeditor.model/RichSpanStyle { // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image|null[0]
constructor <init>(kotlin/Any, androidx.compose.ui.unit/TextUnit, androidx.compose.ui.unit/TextUnit) // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.<init>|<init>(kotlin.Any;androidx.compose.ui.unit.TextUnit;androidx.compose.ui.unit.TextUnit){}[0]
constructor <init>(kotlin/Any, androidx.compose.ui.unit/TextUnit, androidx.compose.ui.unit/TextUnit, kotlin/String? = ...) // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.<init>|<init>(kotlin.Any;androidx.compose.ui.unit.TextUnit;androidx.compose.ui.unit.TextUnit;kotlin.String?){}[0]

final val acceptNewTextInTheEdges // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.acceptNewTextInTheEdges|{}acceptNewTextInTheEdges[0]
final fun <get-acceptNewTextInTheEdges>(): kotlin/Boolean // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.acceptNewTextInTheEdges.<get-acceptNewTextInTheEdges>|<get-acceptNewTextInTheEdges>(){}[0]
final val contentDescription // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.contentDescription|{}contentDescription[0]
final fun <get-contentDescription>(): kotlin/String? // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.contentDescription.<get-contentDescription>|<get-contentDescription>(){}[0]
final val model // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.model|{}model[0]
final fun <get-model>(): kotlin/Any // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.model.<get-model>|<get-model>(){}[0]
final val spanStyle // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.spanStyle|{}spanStyle[0]
Expand Down

0 comments on commit 4a33aa5

Please sign in to comment.