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 --- api/pl.treksoft.kvision.form.select/-remote-select-input/index.html | 2 +- .../-remote-select-input/remote-select-input.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.form.select/-remote-select-input') diff --git a/api/pl.treksoft.kvision.form.select/-remote-select-input/index.html b/api/pl.treksoft.kvision.form.select/-remote-select-input/index.html index a1bbae29..05a2e61e 100644 --- a/api/pl.treksoft.kvision.form.select/-remote-select-input/index.html +++ b/api/pl.treksoft.kvision.form.select/-remote-select-input/index.html @@ -290,7 +290,7 @@

remoteSelectInput

-fun <T : Any> Container.remoteSelectInput(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: RemoteSelectInput<T>.() -> Unit = null): RemoteSelectInput<T> +fun <T : Any> Container.remoteSelectInput(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: (RemoteSelectInput<T>.() -> Unit)? = null): RemoteSelectInput<T>

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.select/-remote-select-input/remote-select-input.html b/api/pl.treksoft.kvision.form.select/-remote-select-input/remote-select-input.html index bb059bf6..a94695f4 100644 --- a/api/pl.treksoft.kvision.form.select/-remote-select-input/remote-select-input.html +++ b/api/pl.treksoft.kvision.form.select/-remote-select-input/remote-select-input.html @@ -9,7 +9,7 @@

remoteSelectInput

-fun <T : Any> Container.remoteSelectInput(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: RemoteSelectInput<T>.() -> Unit = null): RemoteSelectInput<T> +fun <T : Any> Container.remoteSelectInput(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: (RemoteSelectInput<T>.() -> Unit)? = null): RemoteSelectInput<T>

DSL builder extension function.

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

-- cgit