Skip to content

Commit 4a33aa5

Browse files
authored
Merge pull request #348 from MohamedRejeb/1.x
Run apiDump
2 parents 195db35 + 0fda0a9 commit 4a33aa5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

richeditor-compose/api/android/richeditor-compose.api

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,13 @@ public final class com/mohamedrejeb/richeditor/model/RichSpanStyle$DefaultImpls
7171

7272
public final class com/mohamedrejeb/richeditor/model/RichSpanStyle$Image : com/mohamedrejeb/richeditor/model/RichSpanStyle {
7373
public static final field $stable I
74-
public synthetic fun <init> (Ljava/lang/Object;JJLkotlin/jvm/internal/DefaultConstructorMarker;)V
74+
public synthetic fun <init> (Ljava/lang/Object;JJLjava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
75+
public synthetic fun <init> (Ljava/lang/Object;JJLjava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
7576
public fun appendCustomContent (Landroidx/compose/ui/text/AnnotatedString$Builder;Lcom/mohamedrejeb/richeditor/model/RichTextState;)Landroidx/compose/ui/text/AnnotatedString$Builder;
7677
public fun drawCustomStyle-zdrCDHg (Landroidx/compose/ui/graphics/drawscope/DrawScope;Landroidx/compose/ui/text/TextLayoutResult;JLcom/mohamedrejeb/richeditor/model/RichTextConfig;FF)V
7778
public fun equals (Ljava/lang/Object;)Z
7879
public fun getAcceptNewTextInTheEdges ()Z
80+
public final fun getContentDescription ()Ljava/lang/String;
7981
public final fun getHeight-XSAIIZE ()J
8082
public final fun getModel ()Ljava/lang/Object;
8183
public fun getSpanStyle ()Lkotlin/jvm/functions/Function1;

richeditor-compose/api/desktop/richeditor-compose.api

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,13 @@ public final class com/mohamedrejeb/richeditor/model/RichSpanStyle$DefaultImpls
7171

7272
public final class com/mohamedrejeb/richeditor/model/RichSpanStyle$Image : com/mohamedrejeb/richeditor/model/RichSpanStyle {
7373
public static final field $stable I
74-
public synthetic fun <init> (Ljava/lang/Object;JJLkotlin/jvm/internal/DefaultConstructorMarker;)V
74+
public synthetic fun <init> (Ljava/lang/Object;JJLjava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
75+
public synthetic fun <init> (Ljava/lang/Object;JJLjava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
7576
public fun appendCustomContent (Landroidx/compose/ui/text/AnnotatedString$Builder;Lcom/mohamedrejeb/richeditor/model/RichTextState;)Landroidx/compose/ui/text/AnnotatedString$Builder;
7677
public fun drawCustomStyle-zdrCDHg (Landroidx/compose/ui/graphics/drawscope/DrawScope;Landroidx/compose/ui/text/TextLayoutResult;JLcom/mohamedrejeb/richeditor/model/RichTextConfig;FF)V
7778
public fun equals (Ljava/lang/Object;)Z
7879
public fun getAcceptNewTextInTheEdges ()Z
80+
public final fun getContentDescription ()Ljava/lang/String;
7981
public final fun getHeight-XSAIIZE ()J
8082
public final fun getModel ()Ljava/lang/Object;
8183
public fun getSpanStyle ()Lkotlin/jvm/functions/Function1;

richeditor-compose/api/richeditor-compose.klib.api

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ abstract interface com.mohamedrejeb.richeditor.model/RichSpanStyle { // com.moha
4141
}
4242

4343
final class Image : com.mohamedrejeb.richeditor.model/RichSpanStyle { // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image|null[0]
44-
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]
44+
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]
4545

4646
final val acceptNewTextInTheEdges // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.acceptNewTextInTheEdges|{}acceptNewTextInTheEdges[0]
4747
final fun <get-acceptNewTextInTheEdges>(): kotlin/Boolean // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.acceptNewTextInTheEdges.<get-acceptNewTextInTheEdges>|<get-acceptNewTextInTheEdges>(){}[0]
48+
final val contentDescription // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.contentDescription|{}contentDescription[0]
49+
final fun <get-contentDescription>(): kotlin/String? // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.contentDescription.<get-contentDescription>|<get-contentDescription>(){}[0]
4850
final val model // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.model|{}model[0]
4951
final fun <get-model>(): kotlin/Any // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.model.<get-model>|<get-model>(){}[0]
5052
final val spanStyle // com.mohamedrejeb.richeditor.model/RichSpanStyle.Image.spanStyle|{}spanStyle[0]

0 commit comments

Comments
 (0)