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.panel/-simple-panel/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'api/pl.treksoft.kvision.panel/-simple-panel/index.html') diff --git a/api/pl.treksoft.kvision.panel/-simple-panel/index.html b/api/pl.treksoft.kvision.panel/-simple-panel/index.html index b02ccdc5..c0cbfc41 100644 --- a/api/pl.treksoft.kvision.panel/-simple-panel/index.html +++ b/api/pl.treksoft.kvision.panel/-simple-panel/index.html @@ -18,7 +18,7 @@

<init>

-SimplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null) +SimplePanel(classes: Set<String> = setOf(), init: (SimplePanel.() -> Unit)? = null) @@ -554,7 +554,7 @@

simplePanel

-fun Container.simplePanel(classes: Set<String> = setOf(), init: SimplePanel.() -> Unit = null): SimplePanel +fun Container.simplePanel(classes: Set<String> = setOf(), init: (SimplePanel.() -> Unit)? = null): SimplePanel

DSL builder extension function.

@@ -813,20 +813,20 @@ -

TabPanel

+

Table

-open class TabPanel : SimplePanel -

The container rendering it's children as tabs.

+open class Table : SimplePanel +

HTML table component.

-

Table

+

TabPanel

-open class Table : SimplePanel -

HTML table component.

+open class TabPanel : SimplePanel +

The container rendering it's children as tabs.

-- cgit