From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api/index-outline.html | 2652 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 1893 insertions(+), 759 deletions(-) (limited to 'api/index-outline.html') diff --git a/api/index-outline.html b/api/index-outline.html index 856b05eb..ccff4194 100644 --- a/api/index-outline.html +++ b/api/index-outline.html @@ -56,6 +56,7 @@ open fun focus(): Unit
protected open fun getSnClass(): List<StringBoolPair>
abstract val input: AbstractTextInput
+val invalidFeedback: InvalidFeedback
var label: String?
var maxlength: Int?
var placeholder: String?
@@ -65,7 +66,6 @@ open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
var startValue: String?
-val validationInfo: HelpBlock
open var value: String?
@@ -93,6 +93,7 @@ var readonly: Boolean?
open var size: InputSize?
var startValue: String?
+open var validationStatus: ValidationStatus?
var value: String?
@@ -414,7 +415,7 @@ -interface ApplicationBase
+abstract class Application
@@ -686,6 +689,19 @@ +open class Bold : Tag
+ interface BoolFormControl : FormControl
+enum class BsBgColor
+ +enum class BsBorder
+ +enum class BsColor
+ +enum class BsRounded
+ open class Button : Widget
@@ -1205,21 +1318,6 @@ LARGE
SMALL
-XSMALL
- - - -enum class ButtonGroupStyle
- @@ -1234,7 +1332,6 @@ LARGE
SMALL
-XSMALL
@@ -1249,10 +1346,20 @@ val className: String
DANGER
-DEFAULT
+DARK
INFO
+LIGHT
LINK
+OUTLINEDANGER
+OUTLINEDARK
+OUTLINEINFO
+OUTLINELIGHT
+OUTLINEPRIMARY
+OUTLINESECONDARY
+OUTLINESUCCESS
+OUTLINEWARNING
PRIMARY
+SECONDARY
SUCCESS
WARNING
@@ -1511,7 +1618,6 @@ Canvas(canvasWidth: Int? = null, canvasHeight: Int? = null, classes: Set<String> = setOf())
-fun Container.canvas(canvasWidth: Int? = null, canvasHeight: Int? = null, classes: Set<String> = setOf(), init: (