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/-ajax-options/-init-.html | 2 +- api/pl.treksoft.kvision.form.select/-ajax-options/before-send.html | 2 +- api/pl.treksoft.kvision.form.select/-ajax-options/index.html | 6 +++--- .../-ajax-options/preprocess-data.html | 2 +- api/pl.treksoft.kvision.form.select/-remote-select-input/index.html | 2 +- .../-remote-select-input/remote-select-input.html | 2 +- api/pl.treksoft.kvision.form.select/-remote-select/index.html | 2 +- .../-remote-select/remote-select.html | 2 +- api/pl.treksoft.kvision.form.select/-select-input/index.html | 2 +- api/pl.treksoft.kvision.form.select/-select-input/select-input.html | 2 +- api/pl.treksoft.kvision.form.select/-select-opt-group/index.html | 4 ++-- .../-select-opt-group/select-opt-group.html | 4 ++-- api/pl.treksoft.kvision.form.select/-select-option/index.html | 6 +++--- .../-select-option/select-option.html | 6 +++--- api/pl.treksoft.kvision.form.select/-select/index.html | 2 +- api/pl.treksoft.kvision.form.select/-select/select.html | 2 +- 16 files changed, 24 insertions(+), 24 deletions(-) (limited to 'api/pl.treksoft.kvision.form.select') diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html b/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html index 4d744714..4be48887 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html @@ -9,7 +9,7 @@

<init>

-AjaxOptions(url: String? = null, preprocessData: (dynamic) -> dynamic = null, beforeSend: (JQueryXHR, dynamic) -> dynamic = null, data: dynamic = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false, preserveSelected: Boolean = false, processData: Boolean = false) +AjaxOptions(url: String? = null, preprocessData: ((dynamic) -> dynamic)? = null, beforeSend: ((JQueryXHR, dynamic) -> dynamic)? = null, data: dynamic = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false, preserveSelected: Boolean = false, processData: Boolean = false)

Parameters

url - the url address

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/before-send.html b/api/pl.treksoft.kvision.form.select/-ajax-options/before-send.html index 3bf30aec..3fdedcb3 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/before-send.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/before-send.html @@ -9,7 +9,7 @@

beforeSend

-val beforeSend: (JQueryXHR, dynamic) -> dynamic +val beforeSend: ((JQueryXHR, dynamic) -> dynamic)?

JQuery ajax.beforeSend option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/index.html b/api/pl.treksoft.kvision.form.select/-ajax-options/index.html index 19124ba9..5e044a7a 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/index.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/index.html @@ -18,7 +18,7 @@

<init>

-AjaxOptions(url: String? = null, preprocessData: (dynamic) -> dynamic = null, beforeSend: (JQueryXHR, dynamic) -> dynamic = null, data: dynamic = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false, preserveSelected: Boolean = false, processData: Boolean = false) +AjaxOptions(url: String? = null, preprocessData: ((dynamic) -> dynamic)? = null, beforeSend: ((JQueryXHR, dynamic) -> dynamic)? = null, data: dynamic = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false, preserveSelected: Boolean = false, processData: Boolean = false) @@ -30,7 +30,7 @@

beforeSend

-val beforeSend: (JQueryXHR, dynamic) -> dynamic +val beforeSend: ((JQueryXHR, dynamic) -> dynamic)?

JQuery ajax.beforeSend option

@@ -109,7 +109,7 @@

preprocessData

-val preprocessData: (dynamic) -> dynamic +val preprocessData: ((dynamic) -> dynamic)?

AjaxBootstrapSelect preprocessOption option

diff --git a/api/pl.treksoft.kvision.form.select/-ajax-options/preprocess-data.html b/api/pl.treksoft.kvision.form.select/-ajax-options/preprocess-data.html index ffec07c4..ca5081e7 100644 --- a/api/pl.treksoft.kvision.form.select/-ajax-options/preprocess-data.html +++ b/api/pl.treksoft.kvision.form.select/-ajax-options/preprocess-data.html @@ -9,7 +9,7 @@

preprocessData

-val preprocessData: (dynamic) -> dynamic +val preprocessData: ((dynamic) -> dynamic)?

AjaxBootstrapSelect preprocessOption option

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.

diff --git a/api/pl.treksoft.kvision.form.select/-remote-select/index.html b/api/pl.treksoft.kvision.form.select/-remote-select/index.html index 1ebc8d2c..8063a8df 100644 --- a/api/pl.treksoft.kvision.form.select/-remote-select/index.html +++ b/api/pl.treksoft.kvision.form.select/-remote-select/index.html @@ -344,7 +344,7 @@

remoteSelect

-fun <T : Any> Container.remoteSelect(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: RemoteSelect<T>.() -> Unit = null): RemoteSelect<T> +fun <T : Any> Container.remoteSelect(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: (RemoteSelect<T>.() -> Unit)? = null): RemoteSelect<T>

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.select/-remote-select/remote-select.html b/api/pl.treksoft.kvision.form.select/-remote-select/remote-select.html index 47663948..98dc6628 100644 --- a/api/pl.treksoft.kvision.form.select/-remote-select/remote-select.html +++ b/api/pl.treksoft.kvision.form.select/-remote-select/remote-select.html @@ -9,7 +9,7 @@

remoteSelect

-fun <T : Any> Container.remoteSelect(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: RemoteSelect<T>.() -> Unit = null): RemoteSelect<T> +fun <T : Any> Container.remoteSelect(value: String? = null, serviceManager: KVServiceManager<T>, function: T.(String?, String?) -> List<<ERROR CLASS>>, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: (RemoteSelect<T>.() -> Unit)? = null): RemoteSelect<T>

DSL builder extension function.

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

diff --git a/api/pl.treksoft.kvision.form.select/-select-input/index.html b/api/pl.treksoft.kvision.form.select/-select-input/index.html index 08bac46b..9d1cd6b8 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/index.html @@ -324,7 +324,7 @@

selectInput

-fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): SelectInput +fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: (SelectInput.() -> Unit)? = null): SelectInput

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.select/-select-input/select-input.html b/api/pl.treksoft.kvision.form.select/-select-input/select-input.html index 208772db..9b45fff2 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/select-input.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/select-input.html @@ -9,7 +9,7 @@

selectInput

-fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): SelectInput +fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: (SelectInput.() -> Unit)? = null): SelectInput

DSL builder extension function.

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

diff --git a/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html b/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html index 688caf98..3f352b57 100644 --- a/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html @@ -164,8 +164,8 @@

selectOptGroup

-fun Select.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: SelectOptGroup.() -> Unit = null): SelectOptGroup
-fun SelectInput.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: SelectOptGroup.() -> Unit = null): SelectOptGroup +fun Select.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: (SelectOptGroup.() -> Unit)? = null): SelectOptGroup
+fun SelectInput.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: (SelectOptGroup.() -> Unit)? = null): SelectOptGroup

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.select/-select-opt-group/select-opt-group.html b/api/pl.treksoft.kvision.form.select/-select-opt-group/select-opt-group.html index 31165db2..769f4f55 100644 --- a/api/pl.treksoft.kvision.form.select/-select-opt-group/select-opt-group.html +++ b/api/pl.treksoft.kvision.form.select/-select-opt-group/select-opt-group.html @@ -9,9 +9,9 @@

selectOptGroup

-fun Select.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: SelectOptGroup.() -> Unit = null): SelectOptGroup
+fun Select.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: (SelectOptGroup.() -> Unit)? = null): SelectOptGroup
-fun SelectInput.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: SelectOptGroup.() -> Unit = null): SelectOptGroup +fun SelectInput.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: (SelectOptGroup.() -> Unit)? = null): SelectOptGroup

DSL builder extension function.

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

diff --git a/api/pl.treksoft.kvision.form.select/-select-option/index.html b/api/pl.treksoft.kvision.form.select/-select-option/index.html index 061d37a8..44f5f03d 100644 --- a/api/pl.treksoft.kvision.form.select/-select-option/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-option/index.html @@ -550,9 +550,9 @@

selectOption

-fun Select.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: SelectOption.() -> Unit = null): SelectOption
-fun SelectInput.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: SelectOption.() -> Unit = null): SelectOption
-fun SelectOptGroup.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: SelectOption.() -> Unit = null): SelectOption +fun Select.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: (SelectOption.() -> Unit)? = null): SelectOption
+fun SelectInput.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: (SelectOption.() -> Unit)? = null): SelectOption
+fun SelectOptGroup.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: (SelectOption.() -> Unit)? = null): SelectOption

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.select/-select-option/select-option.html b/api/pl.treksoft.kvision.form.select/-select-option/select-option.html index d5620bd3..a9900d46 100644 --- a/api/pl.treksoft.kvision.form.select/-select-option/select-option.html +++ b/api/pl.treksoft.kvision.form.select/-select-option/select-option.html @@ -9,11 +9,11 @@

selectOption

-fun Select.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: SelectOption.() -> Unit = null): SelectOption
+fun Select.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: (SelectOption.() -> Unit)? = null): SelectOption
-fun SelectInput.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: SelectOption.() -> Unit = null): SelectOption
+fun SelectInput.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: (SelectOption.() -> Unit)? = null): SelectOption
-fun SelectOptGroup.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: SelectOption.() -> Unit = null): SelectOption +fun SelectOptGroup.selectOption(value: String? = null, label: String? = null, subtext: String? = null, icon: String? = null, divider: Boolean = false, disabled: Boolean = false, selected: Boolean = false, classes: Set<String> = setOf(), init: (SelectOption.() -> Unit)? = null): SelectOption

DSL builder extension function.

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

diff --git a/api/pl.treksoft.kvision.form.select/-select/index.html b/api/pl.treksoft.kvision.form.select/-select/index.html index 3ed4f62d..c341b3eb 100644 --- a/api/pl.treksoft.kvision.form.select/-select/index.html +++ b/api/pl.treksoft.kvision.form.select/-select/index.html @@ -373,7 +373,7 @@

select

-fun Container.select(options: List<StringPair>? = null, value: String? = null, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Select +fun Container.select(options: List<StringPair>? = null, value: String? = null, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: (Select.() -> Unit)? = null): Select

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.select/-select/select.html b/api/pl.treksoft.kvision.form.select/-select/select.html index 5ad4159c..ee047918 100644 --- a/api/pl.treksoft.kvision.form.select/-select/select.html +++ b/api/pl.treksoft.kvision.form.select/-select/select.html @@ -9,7 +9,7 @@

select

-fun Container.select(options: List<StringPair>? = null, value: String? = null, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Select +fun Container.select(options: List<StringPair>? = null, value: String? = null, name: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: (Select.() -> Unit)? = null): Select

DSL builder extension function.

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

-- cgit