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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,20 @@ public abstract interface class com/mohamedrejeb/richeditor/paragraph/type/Order
232
232
public abstract fun getSuffix (I)Ljava/lang/String;
233
233
}
234
234
235
+
public final class com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$Arabic : com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType {
236
+
public static final field $stable I
237
+
public static final field INSTANCE Lcom/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$Arabic;
238
+
public fun format (II)Ljava/lang/String;
239
+
public fun getSuffix (I)Ljava/lang/String;
240
+
}
241
+
242
+
public final class com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$ArabicIndic : com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType {
243
+
public static final field $stable I
244
+
public static final field INSTANCE Lcom/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$ArabicIndic;
245
+
public fun format (II)Ljava/lang/String;
246
+
public fun getSuffix (I)Ljava/lang/String;
247
+
}
248
+
235
249
public final class com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$Decimal : com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType {
236
250
public static final field $stable I
237
251
public static final field INSTANCE Lcom/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$Decimal;
Copy file name to clipboardExpand all lines: richeditor-compose/api/desktop/richeditor-compose.api
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,20 @@ public abstract interface class com/mohamedrejeb/richeditor/paragraph/type/Order
232
232
public abstract fun getSuffix (I)Ljava/lang/String;
233
233
}
234
234
235
+
public final class com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$Arabic : com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType {
236
+
public static final field $stable I
237
+
public static final field INSTANCE Lcom/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$Arabic;
238
+
public fun format (II)Ljava/lang/String;
239
+
public fun getSuffix (I)Ljava/lang/String;
240
+
}
241
+
242
+
public final class com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$ArabicIndic : com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType {
243
+
public static final field $stable I
244
+
public static final field INSTANCE Lcom/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$ArabicIndic;
245
+
public fun format (II)Ljava/lang/String;
246
+
public fun getSuffix (I)Ljava/lang/String;
247
+
}
248
+
235
249
public final class com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$Decimal : com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType {
236
250
public static final field $stable I
237
251
public static final field INSTANCE Lcom/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType$Decimal;
final fun getSuffix(kotlin/Int): kotlin/String // com.mohamedrejeb.richeditor.paragraph.type/OrderedListStyleType.Multiple.getSuffix|getSuffix(kotlin.Int){}[0]
108
108
}
109
109
110
+
final object Arabic : com.mohamedrejeb.richeditor.paragraph.type/OrderedListStyleType { // com.mohamedrejeb.richeditor.paragraph.type/OrderedListStyleType.Arabic|null[0]
111
+
final fun format(kotlin/Int, kotlin/Int): kotlin/String // com.mohamedrejeb.richeditor.paragraph.type/OrderedListStyleType.Arabic.format|format(kotlin.Int;kotlin.Int){}[0]
112
+
}
113
+
114
+
final object ArabicIndic : com.mohamedrejeb.richeditor.paragraph.type/OrderedListStyleType { // com.mohamedrejeb.richeditor.paragraph.type/OrderedListStyleType.ArabicIndic|null[0]
115
+
final fun format(kotlin/Int, kotlin/Int): kotlin/String // com.mohamedrejeb.richeditor.paragraph.type/OrderedListStyleType.ArabicIndic.format|format(kotlin.Int;kotlin.Int){}[0]
116
+
}
117
+
110
118
final object Decimal : com.mohamedrejeb.richeditor.paragraph.type/OrderedListStyleType { // com.mohamedrejeb.richeditor.paragraph.type/OrderedListStyleType.Decimal|null[0]
111
119
final fun format(kotlin/Int, kotlin/Int): kotlin/String // com.mohamedrejeb.richeditor.paragraph.type/OrderedListStyleType.Decimal.format|format(kotlin.Int;kotlin.Int){}[0]
112
120
}
@@ -366,6 +374,8 @@ final val com.mohamedrejeb.richeditor.model/com_mohamedrejeb_richeditor_model_Ri
366
374
final val com.mohamedrejeb.richeditor.model/com_mohamedrejeb_richeditor_model_TextPaddingValues$stableprop // com.mohamedrejeb.richeditor.model/com_mohamedrejeb_richeditor_model_TextPaddingValues$stableprop|#static{}com_mohamedrejeb_richeditor_model_TextPaddingValues$stableprop[0]
367
375
final val com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_DefaultParagraph$stableprop // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_DefaultParagraph$stableprop|#static{}com_mohamedrejeb_richeditor_paragraph_type_DefaultParagraph$stableprop[0]
368
376
final val com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedList$stableprop // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedList$stableprop|#static{}com_mohamedrejeb_richeditor_paragraph_type_OrderedList$stableprop[0]
377
+
final val com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Arabic$stableprop // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Arabic$stableprop|#static{}com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Arabic$stableprop[0]
378
+
final val com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_ArabicIndic$stableprop // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_ArabicIndic$stableprop|#static{}com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_ArabicIndic$stableprop[0]
369
379
final val com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Decimal$stableprop // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Decimal$stableprop|#static{}com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Decimal$stableprop[0]
370
380
final val com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerAlpha$stableprop // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerAlpha$stableprop|#static{}com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerAlpha$stableprop[0]
371
381
final val com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerRoman$stableprop // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerRoman$stableprop|#static{}com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerRoman$stableprop[0]
@@ -402,6 +412,8 @@ final fun com.mohamedrejeb.richeditor.model/com_mohamedrejeb_richeditor_model_Te
402
412
final fun com.mohamedrejeb.richeditor.model/rememberRichTextState(androidx.compose.runtime/Composer?, kotlin/Int): com.mohamedrejeb.richeditor.model/RichTextState // com.mohamedrejeb.richeditor.model/rememberRichTextState|rememberRichTextState(androidx.compose.runtime.Composer?;kotlin.Int){}[0]
403
413
final fun com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_DefaultParagraph$stableprop_getter(): kotlin/Int // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_DefaultParagraph$stableprop_getter|com_mohamedrejeb_richeditor_paragraph_type_DefaultParagraph$stableprop_getter(){}[0]
404
414
final fun com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedList$stableprop_getter(): kotlin/Int // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedList$stableprop_getter|com_mohamedrejeb_richeditor_paragraph_type_OrderedList$stableprop_getter(){}[0]
415
+
final fun com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Arabic$stableprop_getter(): kotlin/Int // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Arabic$stableprop_getter|com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Arabic$stableprop_getter(){}[0]
416
+
final fun com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_ArabicIndic$stableprop_getter(): kotlin/Int // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_ArabicIndic$stableprop_getter|com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_ArabicIndic$stableprop_getter(){}[0]
405
417
final fun com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Decimal$stableprop_getter(): kotlin/Int // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Decimal$stableprop_getter|com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_Decimal$stableprop_getter(){}[0]
406
418
final fun com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerAlpha$stableprop_getter(): kotlin/Int // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerAlpha$stableprop_getter|com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerAlpha$stableprop_getter(){}[0]
407
419
final fun com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerRoman$stableprop_getter(): kotlin/Int // com.mohamedrejeb.richeditor.paragraph.type/com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerRoman$stableprop_getter|com_mohamedrejeb_richeditor_paragraph_type_OrderedListStyleType_LowerRoman$stableprop_getter(){}[0]
Copy file name to clipboardExpand all lines: richeditor-compose/src/commonMain/kotlin/com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleType.kt
+33-2Lines changed: 33 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,22 @@ public interface OrderedListStyleType {
Copy file name to clipboardExpand all lines: richeditor-compose/src/commonTest/kotlin/com/mohamedrejeb/richeditor/paragraph/type/OrderedListStyleTypeTest.kt
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,17 @@ class OrderedListStyleTypeTest {
0 commit comments