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
+33-10Lines changed: 33 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,8 @@ public final class com/mohamedrejeb/richeditor/model/RichTextConfig {
151
151
public final class com/mohamedrejeb/richeditor/model/RichTextState {
152
152
public static final field $stable I
153
153
public static final field Companion Lcom/mohamedrejeb/richeditor/model/RichTextState$Companion;
154
-
public fun <init> ()V
154
+
public fun <init> (IJ)V
155
+
public synthetic fun <init> (IJILkotlin/jvm/internal/DefaultConstructorMarker;)V
155
156
public final fun addCode ()V
156
157
public final fun addCodeSpan ()V
157
158
public final fun addLink (Ljava/lang/String;Ljava/lang/String;)V
@@ -183,6 +184,7 @@ public final class com/mohamedrejeb/richeditor/model/RichTextState {
183
184
public final fun getCurrentParagraphStyle ()Landroidx/compose/ui/text/ParagraphStyle;
184
185
public final fun getCurrentRichSpanStyle ()Lcom/mohamedrejeb/richeditor/model/RichSpanStyle;
185
186
public final fun getCurrentSpanStyle ()Landroidx/compose/ui/text/SpanStyle;
187
+
public final fun getHistory ()Lcom/mohamedrejeb/richeditor/model/history/RichTextHistory;
186
188
public final fun getParagraphStyle-5zc-tL8 (J)Landroidx/compose/ui/text/ParagraphStyle;
187
189
public final fun getRichSpanStyle-5zc-tL8 (J)Lcom/mohamedrejeb/richeditor/model/RichSpanStyle;
188
190
public final fun getSelectedLinkText ()Ljava/lang/String;
@@ -248,7 +250,7 @@ public final class com/mohamedrejeb/richeditor/model/RichTextState$Companion {
248
250
}
249
251
250
252
public final class com/mohamedrejeb/richeditor/model/RichTextStateKt {
251
-
public static final fun rememberRichTextState (Landroidx/compose/runtime/Composer;I)Lcom/mohamedrejeb/richeditor/model/RichTextState;
253
+
public static final fun rememberRichTextState (IJLandroidx/compose/runtime/Composer;II)Lcom/mohamedrejeb/richeditor/model/RichTextState;
252
254
}
253
255
254
256
public final class com/mohamedrejeb/richeditor/model/TextPaddingValues {
@@ -266,6 +268,19 @@ public final class com/mohamedrejeb/richeditor/model/TextPaddingValues {
266
268
public fun toString ()Ljava/lang/String;
267
269
}
268
270
271
+
public final class com/mohamedrejeb/richeditor/model/history/RichTextHistory {
272
+
public static final field $stable I
273
+
public final fun clear ()V
274
+
public final fun getCanRedo ()Z
275
+
public final fun getCanUndo ()Z
276
+
public final fun getCoalesceWindowMs ()J
277
+
public final fun getLimit ()I
278
+
public final fun redo ()Z
279
+
public final fun setCoalesceWindowMs (J)V
280
+
public final fun setLimit (I)V
281
+
public final fun undo ()Z
282
+
}
283
+
269
284
public final class com/mohamedrejeb/richeditor/model/trigger/Trigger {
270
285
public static final field $stable I
271
286
public fun <init> (Ljava/lang/String;CLkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function6;Ljava/util/Set;ZI)V
@@ -389,8 +404,8 @@ public final class com/mohamedrejeb/richeditor/paragraph/type/UnorderedListStyle
389
404
}
390
405
391
406
public final class com/mohamedrejeb/richeditor/ui/BasicRichTextEditorKt {
392
-
public static final fun BasicRichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Landroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIIILkotlin/jvm/functions/Function1;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Brush;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V
393
-
public static final fun BasicRichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Landroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZZIIILkotlin/jvm/functions/Function1;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Brush;Lkotlin/jvm/functions/Function3;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/runtime/Composer;III)V
407
+
public static final fun BasicRichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Landroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIIILkotlin/jvm/functions/Function1;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Brush;Lcom/mohamedrejeb/richeditor/ui/UndoBehavior;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V
408
+
public static final fun BasicRichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Landroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZZIIILkotlin/jvm/functions/Function1;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Brush;Lcom/mohamedrejeb/richeditor/ui/UndoBehavior;Lkotlin/jvm/functions/Function3;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/runtime/Composer;III)V
394
409
}
395
410
396
411
public final class com/mohamedrejeb/richeditor/ui/BasicRichTextKt {
@@ -400,24 +415,32 @@ public final class com/mohamedrejeb/richeditor/ui/BasicRichTextKt {
400
415
public final class com/mohamedrejeb/richeditor/ui/ComposableSingletons$BasicRichTextEditorKt {
401
416
public static final field INSTANCE Lcom/mohamedrejeb/richeditor/ui/ComposableSingletons$BasicRichTextEditorKt;
402
417
public fun <init> ()V
403
-
public final fun getLambda$-340365259$richeditor_compose_release ()Lkotlin/jvm/functions/Function3;
404
-
public final fun getLambda$2112343050$richeditor_compose_release ()Lkotlin/jvm/functions/Function3;
418
+
public final fun getLambda$58895838$richeditor_compose_release ()Lkotlin/jvm/functions/Function3;
419
+
public final fun getLambda$626927937$richeditor_compose_release ()Lkotlin/jvm/functions/Function3;
420
+
}
421
+
422
+
public final class com/mohamedrejeb/richeditor/ui/UndoBehavior : java/lang/Enum {
423
+
public static final field Disabled Lcom/mohamedrejeb/richeditor/ui/UndoBehavior;
424
+
public static final field Enabled Lcom/mohamedrejeb/richeditor/ui/UndoBehavior;
425
+
public static fun getEntries ()Lkotlin/enums/EnumEntries;
426
+
public static fun valueOf (Ljava/lang/String;)Lcom/mohamedrejeb/richeditor/ui/UndoBehavior;
427
+
public static fun values ()[Lcom/mohamedrejeb/richeditor/ui/UndoBehavior;
405
428
}
406
429
407
430
public final class com/mohamedrejeb/richeditor/ui/material/OutlinedRichTextEditorKt {
408
-
public static final fun OutlinedRichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIIILandroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Shape;Landroidx/compose/material/TextFieldColors;Landroidx/compose/runtime/Composer;III)V
431
+
public static final fun OutlinedRichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIIILandroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Shape;Landroidx/compose/material/TextFieldColors;Lcom/mohamedrejeb/richeditor/ui/UndoBehavior;Landroidx/compose/runtime/Composer;III)V
409
432
}
410
433
411
434
public final class com/mohamedrejeb/richeditor/ui/material/RichTextEditorKt {
412
-
public static final fun RichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIIILkotlin/jvm/functions/Function1;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Shape;Landroidx/compose/material/TextFieldColors;Landroidx/compose/runtime/Composer;III)V
435
+
public static final fun RichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIIILkotlin/jvm/functions/Function1;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Shape;Landroidx/compose/material/TextFieldColors;Lcom/mohamedrejeb/richeditor/ui/UndoBehavior;Landroidx/compose/runtime/Composer;IIII)V
413
436
}
414
437
415
438
public final class com/mohamedrejeb/richeditor/ui/material/RichTextKt {
416
439
public static final fun RichText-a0LXGaU (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;JJLandroidx/compose/ui/text/font/FontStyle;Landroidx/compose/ui/text/font/FontWeight;Landroidx/compose/ui/text/font/FontFamily;JLandroidx/compose/ui/text/style/TextDecoration;IJIZIILjava/util/Map;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/text/TextStyle;Lcom/mohamedrejeb/richeditor/model/ImageLoader;Landroidx/compose/runtime/Composer;III)V
417
440
}
418
441
419
442
public final class com/mohamedrejeb/richeditor/ui/material3/OutlinedRichTextEditorKt {
420
-
public static final fun OutlinedRichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIIILkotlin/jvm/functions/Function1;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Shape;Lcom/mohamedrejeb/richeditor/ui/material3/RichTextEditorColors;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/runtime/Composer;IIII)V
443
+
public static final fun OutlinedRichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIIILkotlin/jvm/functions/Function1;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Shape;Lcom/mohamedrejeb/richeditor/ui/material3/RichTextEditorColors;Landroidx/compose/foundation/layout/PaddingValues;Lcom/mohamedrejeb/richeditor/ui/UndoBehavior;Landroidx/compose/runtime/Composer;IIII)V
421
444
}
422
445
423
446
public final class com/mohamedrejeb/richeditor/ui/material3/RichTextEditorColors {
@@ -452,7 +475,7 @@ public final class com/mohamedrejeb/richeditor/ui/material3/RichTextEditorDefaul
452
475
}
453
476
454
477
public final class com/mohamedrejeb/richeditor/ui/material3/RichTextEditorKt {
455
-
public static final fun RichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIIILkotlin/jvm/functions/Function1;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Shape;Lcom/mohamedrejeb/richeditor/ui/material3/RichTextEditorColors;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/runtime/Composer;IIII)V
478
+
public static final fun RichTextEditor (Lcom/mohamedrejeb/richeditor/model/RichTextState;Landroidx/compose/ui/Modifier;ZZLandroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ZIIILkotlin/jvm/functions/Function1;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/ui/graphics/Shape;Lcom/mohamedrejeb/richeditor/ui/material3/RichTextEditorColors;Landroidx/compose/foundation/layout/PaddingValues;Lcom/mohamedrejeb/richeditor/ui/UndoBehavior;Landroidx/compose/runtime/Composer;IIII)V
456
479
}
457
480
458
481
public final class com/mohamedrejeb/richeditor/ui/material3/RichTextKt {
0 commit comments