From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001
From: Robert Jaros
diff --git a/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add-all.html b/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add-all.html
index 3a954a75..827efbb4 100644
--- a/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add-all.html
+++ b/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add-all.html
@@ -8,9 +8,8 @@
kvision / pl.treksoft.kvision.panel / ResponsiveGridPanel / addAll Overrides SimplePanel.addAll Adds a list of components to the current container.
diff --git a/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add.html b/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add.html
index 6fc0842d..0b5b3810 100644
--- a/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add.html
+++ b/api/pl.treksoft.kvision.panel/-responsive-grid-panel/add.html
@@ -8,7 +8,7 @@
kvision / pl.treksoft.kvision.panel / ResponsiveGridPanel / add Adds child component to the grid.
<init>
-
+(js)
ResponsiveGridPanel(gridSize: GridSize = GridSize.MD, rows: Int = 0, cols: Int = 0, align: Align? = null, classes: Set<String> = setOf(), init: (ResponsiveGridPanel.() -> Unit)? = null)
Parameters
addAll
-
+(js)
open fun addAll(children: List<Component>): ResponsiveGridPanel
-Parameters
add
-
+(js)
open fun add(child: Component, col: Int, row: Int, size: Int = 0, offset: Int = 0): ResponsiveGridPanel
Parameters
@@ -24,9 +24,8 @@
offset - cell offset
Return
this container
open fun add(child: Component): ResponsiveGridPanel
-Overrides SimplePanel.add
Adds given component to the current container.
diff --git a/api/pl.treksoft.kvision.panel/-responsive-grid-panel/align.html b/api/pl.treksoft.kvision.panel/-responsive-grid-panel/align.html
index 33f85022..0831c34d 100644
--- a/api/pl.treksoft.kvision.panel/-responsive-grid-panel/align.html
+++ b/api/pl.treksoft.kvision.panel/-responsive-grid-panel/align.html
@@ -8,7 +8,7 @@
kvision / pl.treksoft.kvision.panel / ResponsiveGridPanel / align
var align: Align?
Text align of grid cells.
Getter
diff --git a/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html b/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html
index e40847b8..0807d49e 100644
--- a/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html
+++ b/api/pl.treksoft.kvision.panel/-responsive-grid-panel/index.html
@@ -8,14 +8,15 @@
kvision / pl.treksoft.kvision.panel / ResponsiveGridPanel
open class ResponsiveGridPanel : SimplePanel
+(js) open class ResponsiveGridPanel : SimplePanel
The container with support for Bootstrap responsive grid layout.
-
+(js)
+<init> |
ResponsiveGridPanel(gridSize: GridSize = GridSize.MD, rows: Int = 0, cols: Int = 0, align: Align? = null, classes: Set<String> = setOf(), init: (ResponsiveGridPanel.() -> Unit)? = null) |
@@ -27,24 +28,12 @@
-
+(js)
+align |
-var align: Align?
Text align of grid cells. - |
-
| - - | -
-val children: MutableList<Component> |
+
open fun add(child: Component, col: Int, row: Int, size: Int = 0, offset: Int = 0): ResponsiveGridPanel
Adds child component to the grid.
-open fun add(child: Component): ResponsiveGridPanel
+open fun add(child: Component, col: Int, row: Int, size: Int = 0, offset: Int = 0): ResponsiveGridPanel
Adds given component to the current container.
-open fun add(child: Component): ResponsiveGridPanel
open fun addAll(children: List<Component>): ResponsiveGridPanel
Adds a list of components to the current container.
-open fun addAll(children: List<Component>): ResponsiveGridPanel
open fun remove(child: Component): ResponsiveGridPanel
Removes given component from the current container.
-open fun remove(child: Component): ResponsiveGridPanel
open fun removeAt(col: Int, row: Int): ResponsiveGridPanel
Removes child component at given location (column, row).
-| - - | -
-fun addInternal(child: Component): SimplePanel
-Protected and final method to add given component to the current container. - |
-
| - - | -
-open fun childrenVNodes(): Array<VNode>
-Returns the array of the children Snabbdom vnodes. - |
-
| - - | -
-open fun getChildren(): List<Component>
-Returns a list of children of the current container. - |
-
| - - | -
-open fun removeAll(): SimplePanel
-Removes all children from the current container. - |
-
| - - | -
-open fun render(): VNode
-Renders current component as a Snabbdom vnode. - |
+
val <T : Widget> T.changeFlow: <ERROR CLASS><T>val <T : Widget> T.changeFlow: Flow<T>
val <T : Widget> T.clickFlow: <ERROR CLASS><T>val <T : Widget> T.clickFlow: Flow<T>
val <T : Widget> T.inputFlow: <ERROR CLASS><T>val <T : Widget> T.inputFlow: Flow<T>
fun Component.addBsBgColor(bsBgColor: BsBgColor): Unitfun Component.addBsBorder(vararg bsBorder: BsBorder): Unitfun Component.addBsClearfix(): Unitfun Component.addBsColor(bsColor: BsColor): Unitfun Component.addBsRounded(vararg bsRounded: BsRounded): Unitfun Container.bold(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: (Bold.() -> Unit)? = null): Bold
DSL builder extension function.
-fun Container.bold(content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), init: (Bold.() -> Unit)? = null): Bold
fun Container.button(text: String, icon: String? = null, style: ButtonStyle = ButtonStyle.PRIMARY, type: ButtonType = ButtonType.BUTTON, disabled: Boolean = false, classes: Set<String> = setOf(), init: (Button.() -> Unit)? = null): Button
DSL builder extension function.
-fun Container.button(text: String, icon: String? = null, style: ButtonStyle = ButtonStyle.PRIMARY, type: ButtonType = ButtonType.BUTTON, disabled: Boolean = false, classes: Set<String> = setOf(), init: (Button.() -> Unit)? = null): Button
fun Container.buttonGroup(size: ButtonGroupSize? = null, vertical: Boolean = false, classes: Set<String> = setOf(), init: (ButtonGroup.() -> Unit)? = null): ButtonGroup
DSL builder extension function.
-fun Container.buttonGroup(size: ButtonGroupSize? = null, vertical: Boolean = false, classes: Set<String> = setOf(), init: (