Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API
Browse files Browse the repository at this point in the history
Wavesonics committed Nov 18, 2024
1 parent 8b9d239 commit b980f8a
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions richeditor-compose/api/android/richeditor-compose.api
Original file line number Diff line number Diff line change
@@ -182,6 +182,7 @@ public final class com/mohamedrejeb/richeditor/model/RichTextState {
public final fun clearSpanStyles ()V
public final fun clearSpanStyles-5zc-tL8 (J)V
public final fun copy ()Lcom/mohamedrejeb/richeditor/model/RichTextState;
public final fun getAllRichSpans ()Ljava/util/List;
public final fun getAnnotatedString ()Landroidx/compose/ui/text/AnnotatedString;
public final fun getComposition-MzsxiRA ()Landroidx/compose/ui/text/TextRange;
public final fun getConfig ()Lcom/mohamedrejeb/richeditor/model/RichTextConfig;
@@ -196,6 +197,7 @@ public final class com/mohamedrejeb/richeditor/model/RichTextState {
public final fun getSelection-d9O1mEE ()J
public final fun getSpanStyle-5zc-tL8 (J)Landroidx/compose/ui/text/SpanStyle;
public final fun getStyledRichSpanList ()Landroidx/compose/runtime/snapshots/SnapshotStateList;
public final fun getTextChanges ()Lkotlinx/coroutines/flow/SharedFlow;
public final fun getTextLayoutResult ()Landroidx/compose/ui/text/TextLayoutResult;
public final fun isCode ()Z
public final fun isCodeSpan ()Z
2 changes: 2 additions & 0 deletions richeditor-compose/api/desktop/richeditor-compose.api
Original file line number Diff line number Diff line change
@@ -182,6 +182,7 @@ public final class com/mohamedrejeb/richeditor/model/RichTextState {
public final fun clearSpanStyles ()V
public final fun clearSpanStyles-5zc-tL8 (J)V
public final fun copy ()Lcom/mohamedrejeb/richeditor/model/RichTextState;
public final fun getAllRichSpans ()Ljava/util/List;
public final fun getAnnotatedString ()Landroidx/compose/ui/text/AnnotatedString;
public final fun getComposition-MzsxiRA ()Landroidx/compose/ui/text/TextRange;
public final fun getConfig ()Lcom/mohamedrejeb/richeditor/model/RichTextConfig;
@@ -196,6 +197,7 @@ public final class com/mohamedrejeb/richeditor/model/RichTextState {
public final fun getSelection-d9O1mEE ()J
public final fun getSpanStyle-5zc-tL8 (J)Landroidx/compose/ui/text/SpanStyle;
public final fun getStyledRichSpanList ()Landroidx/compose/runtime/snapshots/SnapshotStateList;
public final fun getTextChanges ()Lkotlinx/coroutines/flow/SharedFlow;
public final fun getTextLayoutResult ()Landroidx/compose/ui/text/TextLayoutResult;
public final fun isCode ()Z
public final fun isCodeSpan ()Z
3 changes: 3 additions & 0 deletions richeditor-compose/api/richeditor-compose.klib.api
Original file line number Diff line number Diff line change
@@ -229,6 +229,8 @@ final class com.mohamedrejeb.richeditor.model/RichTextState { // com.mohamedreje
final fun <get-selectedLinkText>(): kotlin/String? // com.mohamedrejeb.richeditor.model/RichTextState.selectedLinkText.<get-selectedLinkText>|<get-selectedLinkText>(){}[0]
final val selectedLinkUrl // com.mohamedrejeb.richeditor.model/RichTextState.selectedLinkUrl|{}selectedLinkUrl[0]
final fun <get-selectedLinkUrl>(): kotlin/String? // com.mohamedrejeb.richeditor.model/RichTextState.selectedLinkUrl.<get-selectedLinkUrl>|<get-selectedLinkUrl>(){}[0]
final val textChanges // com.mohamedrejeb.richeditor.model/RichTextState.textChanges|{}textChanges[0]
final fun <get-textChanges>(): kotlinx.coroutines.flow/SharedFlow<com.mohamedrejeb.richeditor.model/RichTextState> // com.mohamedrejeb.richeditor.model/RichTextState.textChanges.<get-textChanges>|<get-textChanges>(){}[0]

final var annotatedString // com.mohamedrejeb.richeditor.model/RichTextState.annotatedString|{}annotatedString[0]
final fun <get-annotatedString>(): androidx.compose.ui.text/AnnotatedString // com.mohamedrejeb.richeditor.model/RichTextState.annotatedString.<get-annotatedString>|<get-annotatedString>(){}[0]
@@ -260,6 +262,7 @@ final class com.mohamedrejeb.richeditor.model/RichTextState { // com.mohamedreje
final fun clearSpanStyles() // com.mohamedrejeb.richeditor.model/RichTextState.clearSpanStyles|clearSpanStyles(){}[0]
final fun clearSpanStyles(androidx.compose.ui.text/TextRange) // com.mohamedrejeb.richeditor.model/RichTextState.clearSpanStyles|clearSpanStyles(androidx.compose.ui.text.TextRange){}[0]
final fun copy(): com.mohamedrejeb.richeditor.model/RichTextState // com.mohamedrejeb.richeditor.model/RichTextState.copy|copy(){}[0]
final fun getAllRichSpans(): kotlin.collections/List<com.mohamedrejeb.richeditor.model/RichSpan> // com.mohamedrejeb.richeditor.model/RichTextState.getAllRichSpans|getAllRichSpans(){}[0]
final fun getParagraphStyle(androidx.compose.ui.text/TextRange): androidx.compose.ui.text/ParagraphStyle // com.mohamedrejeb.richeditor.model/RichTextState.getParagraphStyle|getParagraphStyle(androidx.compose.ui.text.TextRange){}[0]
final fun getRichSpanByOffset(androidx.compose.ui.geometry/Offset): com.mohamedrejeb.richeditor.model/RichSpan? // com.mohamedrejeb.richeditor.model/RichTextState.getRichSpanByOffset|getRichSpanByOffset(androidx.compose.ui.geometry.Offset){}[0]
final fun getRichSpanStyle(androidx.compose.ui.text/TextRange): com.mohamedrejeb.richeditor.model/RichSpanStyle // com.mohamedrejeb.richeditor.model/RichTextState.getRichSpanStyle|getRichSpanStyle(androidx.compose.ui.text.TextRange){}[0]

0 comments on commit b980f8a

Please sign in to comment.