From 0fda0a9241dacd840a0831b388302acfc5711c1e Mon Sep 17 00:00:00 2001 From: MohamedRejeb Date: Sat, 21 Sep 2024 16:52:33 +0100 Subject: [PATCH] Run apiDump --- richeditor-compose/api/android/richeditor-compose.api | 4 +++- richeditor-compose/api/desktop/richeditor-compose.api | 4 +++- richeditor-compose/api/richeditor-compose.klib.api | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/richeditor-compose/api/android/richeditor-compose.api b/richeditor-compose/api/android/richeditor-compose.api index 5e70554b..3f25fcb5 100644 --- a/richeditor-compose/api/android/richeditor-compose.api +++ b/richeditor-compose/api/android/richeditor-compose.api @@ -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 (Ljava/lang/Object;JJLkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/Object;JJLjava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (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; diff --git a/richeditor-compose/api/desktop/richeditor-compose.api b/richeditor-compose/api/desktop/richeditor-compose.api index 2be126c1..c8872c9c 100644 --- a/richeditor-compose/api/desktop/richeditor-compose.api +++ b/richeditor-compose/api/desktop/richeditor-compose.api @@ -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 (Ljava/lang/Object;JJLkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Ljava/lang/Object;JJLjava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (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; diff --git a/richeditor-compose/api/richeditor-compose.klib.api b/richeditor-compose/api/richeditor-compose.klib.api index 459f4ea5..a8764c1c 100644 --- a/richeditor-compose/api/richeditor-compose.klib.api +++ b/richeditor-compose/api/richeditor-compose.klib.api @@ -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 (kotlin/Any, androidx.compose.ui.unit/TextUnit, androidx.compose.ui.unit/TextUnit) // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.|(kotlin.Any;androidx.compose.ui.unit.TextUnit;androidx.compose.ui.unit.TextUnit){}[0] + constructor (kotlin/Any, androidx.compose.ui.unit/TextUnit, androidx.compose.ui.unit/TextUnit, kotlin/String? = ...) // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.|(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 (): kotlin/Boolean // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.acceptNewTextInTheEdges.|(){}[0] + final val contentDescription // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.contentDescription|{}contentDescription[0] + final fun (): kotlin/String? // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.contentDescription.|(){}[0] final val model // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.model|{}model[0] final fun (): kotlin/Any // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.model.|(){}[0] final val spanStyle // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.spanStyle|{}spanStyle[0]