You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: richeditor-compose/api/android/richeditor-compose.api
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,8 @@ public final class com/mohamedrejeb/richeditor/model/RichTextState {
134
134
public final fun addRichSpan-FDrldGo (Lcom/mohamedrejeb/richeditor/model/RichSpanStyle;J)V
135
135
public final fun addSpanStyle (Landroidx/compose/ui/text/SpanStyle;)V
136
136
public final fun addSpanStyle-FDrldGo (Landroidx/compose/ui/text/SpanStyle;J)V
137
+
public final fun addTextAfterSelection (Ljava/lang/String;)V
138
+
public final fun addTextAtIndex (ILjava/lang/String;)V
137
139
public final fun addUnorderedList ()V
138
140
public final fun clear ()V
139
141
public final fun clearRichSpans ()V
@@ -167,10 +169,13 @@ public final class com/mohamedrejeb/richeditor/model/RichTextState {
167
169
public final fun removeParagraphStyle (Landroidx/compose/ui/text/ParagraphStyle;)V
168
170
public final fun removeRichSpan (Lcom/mohamedrejeb/richeditor/model/RichSpanStyle;)V
169
171
public final fun removeRichSpan-FDrldGo (Lcom/mohamedrejeb/richeditor/model/RichSpanStyle;J)V
172
+
public final fun removeSelectedText ()V
170
173
public final fun removeSpanStyle (Landroidx/compose/ui/text/SpanStyle;)V
171
174
public final fun removeSpanStyle-FDrldGo (Landroidx/compose/ui/text/SpanStyle;J)V
175
+
public final fun removeTextRange-5zc-tL8 (J)V
172
176
public final fun removeUnorderedList ()V
173
177
public final fun replaceSelectedText (Ljava/lang/String;)V
178
+
public final fun replaceTextRange-72CqOWE (JLjava/lang/String;)V
174
179
public final fun setConfig-kmsmbh4 (JLandroidx/compose/ui/text/style/TextDecoration;JJJI)V
175
180
public static synthetic fun setConfig-kmsmbh4$default (Lcom/mohamedrejeb/richeditor/model/RichTextState;JLandroidx/compose/ui/text/style/TextDecoration;JJJIILjava/lang/Object;)V
176
181
public final fun setHtml (Ljava/lang/String;)Lcom/mohamedrejeb/richeditor/model/RichTextState;
Copy file name to clipboardExpand all lines: richeditor-compose/api/desktop/richeditor-compose.api
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,8 @@ public final class com/mohamedrejeb/richeditor/model/RichTextState {
134
134
public final fun addRichSpan-FDrldGo (Lcom/mohamedrejeb/richeditor/model/RichSpanStyle;J)V
135
135
public final fun addSpanStyle (Landroidx/compose/ui/text/SpanStyle;)V
136
136
public final fun addSpanStyle-FDrldGo (Landroidx/compose/ui/text/SpanStyle;J)V
137
+
public final fun addTextAfterSelection (Ljava/lang/String;)V
138
+
public final fun addTextAtIndex (ILjava/lang/String;)V
137
139
public final fun addUnorderedList ()V
138
140
public final fun clear ()V
139
141
public final fun clearRichSpans ()V
@@ -167,10 +169,13 @@ public final class com/mohamedrejeb/richeditor/model/RichTextState {
167
169
public final fun removeParagraphStyle (Landroidx/compose/ui/text/ParagraphStyle;)V
168
170
public final fun removeRichSpan (Lcom/mohamedrejeb/richeditor/model/RichSpanStyle;)V
169
171
public final fun removeRichSpan-FDrldGo (Lcom/mohamedrejeb/richeditor/model/RichSpanStyle;J)V
172
+
public final fun removeSelectedText ()V
170
173
public final fun removeSpanStyle (Landroidx/compose/ui/text/SpanStyle;)V
171
174
public final fun removeSpanStyle-FDrldGo (Landroidx/compose/ui/text/SpanStyle;J)V
175
+
public final fun removeTextRange-5zc-tL8 (J)V
172
176
public final fun removeUnorderedList ()V
173
177
public final fun replaceSelectedText (Ljava/lang/String;)V
178
+
public final fun replaceTextRange-72CqOWE (JLjava/lang/String;)V
174
179
public final fun setConfig-kmsmbh4 (JLandroidx/compose/ui/text/style/TextDecoration;JJJI)V
175
180
public static synthetic fun setConfig-kmsmbh4$default (Lcom/mohamedrejeb/richeditor/model/RichTextState;JLandroidx/compose/ui/text/style/TextDecoration;JJJIILjava/lang/Object;)V
176
181
public final fun setHtml (Ljava/lang/String;)Lcom/mohamedrejeb/richeditor/model/RichTextState;
Copy file name to clipboardExpand all lines: richeditor-compose/api/richeditor-compose.klib.api
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,8 @@ final class com.mohamedrejeb.richeditor.model/RichTextState { // com.mohamedreje
183
183
final fun addRichSpan(com.mohamedrejeb.richeditor.model/RichSpanStyle, androidx.compose.ui.text/TextRange) // com.mohamedrejeb.richeditor.model/RichTextState.addRichSpan|addRichSpan(com.mohamedrejeb.richeditor.model.RichSpanStyle;androidx.compose.ui.text.TextRange){}[0]
184
184
final fun addSpanStyle(androidx.compose.ui.text/SpanStyle) // com.mohamedrejeb.richeditor.model/RichTextState.addSpanStyle|addSpanStyle(androidx.compose.ui.text.SpanStyle){}[0]
185
185
final fun addSpanStyle(androidx.compose.ui.text/SpanStyle, androidx.compose.ui.text/TextRange) // com.mohamedrejeb.richeditor.model/RichTextState.addSpanStyle|addSpanStyle(androidx.compose.ui.text.SpanStyle;androidx.compose.ui.text.TextRange){}[0]
186
+
final fun addTextAfterSelection(kotlin/String) // com.mohamedrejeb.richeditor.model/RichTextState.addTextAfterSelection|addTextAfterSelection(kotlin.String){}[0]
187
+
final fun addTextAtIndex(kotlin/Int, kotlin/String) // com.mohamedrejeb.richeditor.model/RichTextState.addTextAtIndex|addTextAtIndex(kotlin.Int;kotlin.String){}[0]
186
188
final fun addUnorderedList() // com.mohamedrejeb.richeditor.model/RichTextState.addUnorderedList|addUnorderedList(){}[0]
187
189
final fun clear() // com.mohamedrejeb.richeditor.model/RichTextState.clear|clear(){}[0]
188
190
final fun clearRichSpans() // com.mohamedrejeb.richeditor.model/RichTextState.clearRichSpans|clearRichSpans(){}[0]
@@ -202,10 +204,13 @@ final class com.mohamedrejeb.richeditor.model/RichTextState { // com.mohamedreje
202
204
final fun removeParagraphStyle(androidx.compose.ui.text/ParagraphStyle) // com.mohamedrejeb.richeditor.model/RichTextState.removeParagraphStyle|removeParagraphStyle(androidx.compose.ui.text.ParagraphStyle){}[0]
203
205
final fun removeRichSpan(com.mohamedrejeb.richeditor.model/RichSpanStyle) // com.mohamedrejeb.richeditor.model/RichTextState.removeRichSpan|removeRichSpan(com.mohamedrejeb.richeditor.model.RichSpanStyle){}[0]
204
206
final fun removeRichSpan(com.mohamedrejeb.richeditor.model/RichSpanStyle, androidx.compose.ui.text/TextRange) // com.mohamedrejeb.richeditor.model/RichTextState.removeRichSpan|removeRichSpan(com.mohamedrejeb.richeditor.model.RichSpanStyle;androidx.compose.ui.text.TextRange){}[0]
207
+
final fun removeSelectedText() // com.mohamedrejeb.richeditor.model/RichTextState.removeSelectedText|removeSelectedText(){}[0]
205
208
final fun removeSpanStyle(androidx.compose.ui.text/SpanStyle) // com.mohamedrejeb.richeditor.model/RichTextState.removeSpanStyle|removeSpanStyle(androidx.compose.ui.text.SpanStyle){}[0]
206
209
final fun removeSpanStyle(androidx.compose.ui.text/SpanStyle, androidx.compose.ui.text/TextRange) // com.mohamedrejeb.richeditor.model/RichTextState.removeSpanStyle|removeSpanStyle(androidx.compose.ui.text.SpanStyle;androidx.compose.ui.text.TextRange){}[0]
210
+
final fun removeTextRange(androidx.compose.ui.text/TextRange) // com.mohamedrejeb.richeditor.model/RichTextState.removeTextRange|removeTextRange(androidx.compose.ui.text.TextRange){}[0]
207
211
final fun removeUnorderedList() // com.mohamedrejeb.richeditor.model/RichTextState.removeUnorderedList|removeUnorderedList(){}[0]
208
212
final fun replaceSelectedText(kotlin/String) // com.mohamedrejeb.richeditor.model/RichTextState.replaceSelectedText|replaceSelectedText(kotlin.String){}[0]
213
+
final fun replaceTextRange(androidx.compose.ui.text/TextRange, kotlin/String) // com.mohamedrejeb.richeditor.model/RichTextState.replaceTextRange|replaceTextRange(androidx.compose.ui.text.TextRange;kotlin.String){}[0]
final fun setHtml(kotlin/String): com.mohamedrejeb.richeditor.model/RichTextState // com.mohamedrejeb.richeditor.model/RichTextState.setHtml|setHtml(kotlin.String){}[0]
211
216
final fun setMarkdown(kotlin/String): com.mohamedrejeb.richeditor.model/RichTextState // com.mohamedrejeb.richeditor.model/RichTextState.setMarkdown|setMarkdown(kotlin.String){}[0]
0 commit comments