From 35ba11a0343f626aa1832b4ba43a0ed2363fc265 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 6 Apr 2019 19:36:32 +0200 Subject: Dokka upgrade to 0.9.18 --- .../-check-box-input/check-box-input.html | 2 +- api/pl.treksoft.kvision.form.check/-check-box-input/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.form.check/-check-box-input') diff --git a/api/pl.treksoft.kvision.form.check/-check-box-input/check-box-input.html b/api/pl.treksoft.kvision.form.check/-check-box-input/check-box-input.html index 6a12e3b0..649428bd 100644 --- a/api/pl.treksoft.kvision.form.check/-check-box-input/check-box-input.html +++ b/api/pl.treksoft.kvision.form.check/-check-box-input/check-box-input.html @@ -9,7 +9,7 @@

checkBoxInput

-fun Container.checkBoxInput(value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): CheckBoxInput +fun Container.checkBoxInput(value: Boolean = false, classes: Set<String> = setOf(), init: (CheckInput.() -> Unit)? = null): CheckBoxInput

DSL builder extension function.

It takes the same parameters as the constructor of the built component.

diff --git a/api/pl.treksoft.kvision.form.check/-check-box-input/index.html b/api/pl.treksoft.kvision.form.check/-check-box-input/index.html index 2ab90b03..a9445cdb 100644 --- a/api/pl.treksoft.kvision.form.check/-check-box-input/index.html +++ b/api/pl.treksoft.kvision.form.check/-check-box-input/index.html @@ -175,7 +175,7 @@

checkBoxInput

-fun Container.checkBoxInput(value: Boolean = false, classes: Set<String> = setOf(), init: CheckInput.() -> Unit = null): CheckBoxInput +fun Container.checkBoxInput(value: Boolean = false, classes: Set<String> = setOf(), init: (CheckInput.() -> Unit)? = null): CheckBoxInput

DSL builder extension function.

-- cgit