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 +- api/pl.treksoft.kvision.form.check/-check-box/check-box.html | 2 +- api/pl.treksoft.kvision.form.check/-check-box/index.html | 2 +- api/pl.treksoft.kvision.form.check/-radio-group-input/index.html | 2 +- .../-radio-group-input/radio-group-input.html | 2 +- api/pl.treksoft.kvision.form.check/-radio-group/index.html | 2 +- api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html | 2 +- api/pl.treksoft.kvision.form.check/-radio-input/index.html | 2 +- api/pl.treksoft.kvision.form.check/-radio-input/radio-input.html | 2 +- api/pl.treksoft.kvision.form.check/-radio/index.html | 2 +- api/pl.treksoft.kvision.form.check/-radio/radio.html | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'api/pl.treksoft.kvision.form.check') 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.

diff --git a/api/pl.treksoft.kvision.form.check/-check-box/check-box.html b/api/pl.treksoft.kvision.form.check/-check-box/check-box.html index 31c07058..e7e03a80 100644 --- a/api/pl.treksoft.kvision.form.check/-check-box/check-box.html +++ b/api/pl.treksoft.kvision.form.check/-check-box/check-box.html @@ -9,7 +9,7 @@

checkBox

-fun Container.checkBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): CheckBox +fun Container.checkBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false, init: (CheckBox.() -> Unit)? = null): CheckBox

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/index.html b/api/pl.treksoft.kvision.form.check/-check-box/index.html index 28767c86..551da763 100644 --- a/api/pl.treksoft.kvision.form.check/-check-box/index.html +++ b/api/pl.treksoft.kvision.form.check/-check-box/index.html @@ -290,7 +290,7 @@

checkBox

-fun Container.checkBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false, init: CheckBox.() -> Unit = null): CheckBox +fun Container.checkBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false, init: (CheckBox.() -> Unit)? = null): CheckBox

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.check/-radio-group-input/index.html b/api/pl.treksoft.kvision.form.check/-radio-group-input/index.html index d7694ef9..8b5ab011 100644 --- a/api/pl.treksoft.kvision.form.check/-radio-group-input/index.html +++ b/api/pl.treksoft.kvision.form.check/-radio-group-input/index.html @@ -196,7 +196,7 @@

radioGroupInput

-fun Container.radioGroupInput(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, init: RadioGroupInput.() -> Unit = null): RadioGroupInput +fun Container.radioGroupInput(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, init: (RadioGroupInput.() -> Unit)? = null): RadioGroupInput

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.check/-radio-group-input/radio-group-input.html b/api/pl.treksoft.kvision.form.check/-radio-group-input/radio-group-input.html index 4d9c367f..fbacc61e 100644 --- a/api/pl.treksoft.kvision.form.check/-radio-group-input/radio-group-input.html +++ b/api/pl.treksoft.kvision.form.check/-radio-group-input/radio-group-input.html @@ -9,7 +9,7 @@

radioGroupInput

-fun Container.radioGroupInput(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, init: RadioGroupInput.() -> Unit = null): RadioGroupInput +fun Container.radioGroupInput(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, init: (RadioGroupInput.() -> Unit)? = null): RadioGroupInput

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/-radio-group/index.html b/api/pl.treksoft.kvision.form.check/-radio-group/index.html index 46728a8d..5d8300c8 100644 --- a/api/pl.treksoft.kvision.form.check/-radio-group/index.html +++ b/api/pl.treksoft.kvision.form.check/-radio-group/index.html @@ -272,7 +272,7 @@

radioGroup

-fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): RadioGroup +fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: (RadioGroup.() -> Unit)? = null): RadioGroup

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html b/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html index aa1a0741..12047665 100644 --- a/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html +++ b/api/pl.treksoft.kvision.form.check/-radio-group/radio-group.html @@ -9,7 +9,7 @@

radioGroup

-fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: RadioGroup.() -> Unit = null): RadioGroup +fun Container.radioGroup(options: List<StringPair>? = null, value: String? = null, name: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false, init: (RadioGroup.() -> Unit)? = null): RadioGroup

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/-radio-input/index.html b/api/pl.treksoft.kvision.form.check/-radio-input/index.html index e87c1276..5db7b150 100644 --- a/api/pl.treksoft.kvision.form.check/-radio-input/index.html +++ b/api/pl.treksoft.kvision.form.check/-radio-input/index.html @@ -175,7 +175,7 @@

radioInput

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

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.check/-radio-input/radio-input.html b/api/pl.treksoft.kvision.form.check/-radio-input/radio-input.html index 47a73daf..e956dd3c 100644 --- a/api/pl.treksoft.kvision.form.check/-radio-input/radio-input.html +++ b/api/pl.treksoft.kvision.form.check/-radio-input/radio-input.html @@ -9,7 +9,7 @@

radioInput

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

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/-radio/index.html b/api/pl.treksoft.kvision.form.check/-radio/index.html index 7861ce1d..a6d10da5 100644 --- a/api/pl.treksoft.kvision.form.check/-radio/index.html +++ b/api/pl.treksoft.kvision.form.check/-radio/index.html @@ -299,7 +299,7 @@

radio

-fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Radio +fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: (Radio.() -> Unit)? = null): Radio

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.check/-radio/radio.html b/api/pl.treksoft.kvision.form.check/-radio/radio.html index 5f842c88..8eaa5fc4 100644 --- a/api/pl.treksoft.kvision.form.check/-radio/radio.html +++ b/api/pl.treksoft.kvision.form.check/-radio/radio.html @@ -9,7 +9,7 @@

radio

-fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: Radio.() -> Unit = null): Radio +fun Container.radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: (Radio.() -> Unit)? = null): Radio

DSL builder extension function.

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

-- cgit