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/richeditor-compose.klib.api
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,17 @@ final enum class com.mohamedrejeb.richeditor.paragraph.type/ListMarkerStyleBehav
25
25
final fun values(): kotlin/Array<com.mohamedrejeb.richeditor.paragraph.type/ListMarkerStyleBehavior> // com.mohamedrejeb.richeditor.paragraph.type/ListMarkerStyleBehavior.values|values#static(){}[0]
26
26
}
27
27
28
+
final enum class com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment : kotlin/Enum<com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment> { // com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment|null[0]
29
+
enum entry End // com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment.End|null[0]
final val entries // com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment.entries|#static{}entries[0]
33
+
final fun <get-entries>(): kotlin.enums/EnumEntries<com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment> // com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment.entries.<get-entries>|<get-entries>#static(){}[0]
34
+
35
+
final fun valueOf(kotlin/String): com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment // com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment.valueOf|valueOf#static(kotlin.String){}[0]
36
+
final fun values(): kotlin/Array<com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment> // com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment.values|values#static(){}[0]
37
+
}
38
+
28
39
final enum class com.mohamedrejeb.richeditor.ui/UndoBehavior : kotlin/Enum<com.mohamedrejeb.richeditor.ui/UndoBehavior> { // com.mohamedrejeb.richeditor.ui/UndoBehavior|null[0]
@@ -287,6 +298,9 @@ final class com.mohamedrejeb.richeditor.model/RichTextConfig { // com.mohamedrej
287
298
final var listMarkerStyleBehavior // com.mohamedrejeb.richeditor.model/RichTextConfig.listMarkerStyleBehavior|{}listMarkerStyleBehavior[0]
288
299
final fun <get-listMarkerStyleBehavior>(): com.mohamedrejeb.richeditor.paragraph.type/ListMarkerStyleBehavior // com.mohamedrejeb.richeditor.model/RichTextConfig.listMarkerStyleBehavior.<get-listMarkerStyleBehavior>|<get-listMarkerStyleBehavior>(){}[0]
289
300
final fun <set-listMarkerStyleBehavior>(com.mohamedrejeb.richeditor.paragraph.type/ListMarkerStyleBehavior) // com.mohamedrejeb.richeditor.model/RichTextConfig.listMarkerStyleBehavior.<set-listMarkerStyleBehavior>|<set-listMarkerStyleBehavior>(com.mohamedrejeb.richeditor.paragraph.type.ListMarkerStyleBehavior){}[0]
301
+
final var listPrefixAlignment // com.mohamedrejeb.richeditor.model/RichTextConfig.listPrefixAlignment|{}listPrefixAlignment[0]
302
+
final fun <get-listPrefixAlignment>(): com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment // com.mohamedrejeb.richeditor.model/RichTextConfig.listPrefixAlignment.<get-listPrefixAlignment>|<get-listPrefixAlignment>(){}[0]
303
+
final fun <set-listPrefixAlignment>(com.mohamedrejeb.richeditor.paragraph.type/ListPrefixAlignment) // com.mohamedrejeb.richeditor.model/RichTextConfig.listPrefixAlignment.<set-listPrefixAlignment>|<set-listPrefixAlignment>(com.mohamedrejeb.richeditor.paragraph.type.ListPrefixAlignment){}[0]
290
304
final var orderedListIndent // com.mohamedrejeb.richeditor.model/RichTextConfig.orderedListIndent|{}orderedListIndent[0]
291
305
final fun <get-orderedListIndent>(): kotlin/Int // com.mohamedrejeb.richeditor.model/RichTextConfig.orderedListIndent.<get-orderedListIndent>|<get-orderedListIndent>(){}[0]
292
306
final fun <set-orderedListIndent>(kotlin/Int) // com.mohamedrejeb.richeditor.model/RichTextConfig.orderedListIndent.<set-orderedListIndent>|<set-orderedListIndent>(kotlin.Int){}[0]
0 commit comments