From 415afec335659ca6bc206b34bdd3c2fe4635718f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:19:44 +0100 Subject: KVision site with Jekyll --- .../-styled-component/-init-.html | 15 + .../-styled-component/background.html | 21 + .../-styled-component/border-bottom.html | 21 + .../-styled-component/border-left.html | 21 + .../-styled-component/border-right.html | 21 + .../-styled-component/border-top.html | 21 + .../-styled-component/border.html | 21 + .../-styled-component/bottom.html | 21 + .../-styled-component/color-hex.html | 18 + .../-styled-component/color-name.html | 18 + .../-styled-component/color.html | 21 + .../-styled-component/get-sn-style.html | 17 + .../-styled-component/height.html | 21 + .../-styled-component/index.html | 458 +++++++++++++++++++++ .../-styled-component/left.html | 21 + .../-styled-component/margin-bottom.html | 21 + .../-styled-component/margin-left.html | 21 + .../-styled-component/margin-right.html | 21 + .../-styled-component/margin-top.html | 21 + .../-styled-component/margin.html | 21 + .../-styled-component/max-height.html | 21 + .../-styled-component/max-width.html | 21 + .../-styled-component/min-height.html | 21 + .../-styled-component/min-width.html | 21 + .../-styled-component/opacity.html | 21 + .../-styled-component/overflow.html | 21 + .../-styled-component/padding-bottom.html | 21 + .../-styled-component/padding-left.html | 21 + .../-styled-component/padding-right.html | 21 + .../-styled-component/padding-top.html | 21 + .../-styled-component/padding.html | 21 + .../-styled-component/position.html | 21 + .../-styled-component/resize.html | 21 + .../-styled-component/right.html | 21 + .../-styled-component/top.html | 21 + .../-styled-component/width.html | 21 + .../-styled-component/z-index.html | 21 + 37 files changed, 1198 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-styled-component/-init-.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/background.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/border-bottom.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/border-left.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/border-right.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/border-top.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/border.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/bottom.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/color-hex.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/color-name.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/color.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/height.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/index.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/left.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/margin-left.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/margin-right.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/margin-top.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/margin.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/max-height.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/max-width.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/min-height.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/min-width.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/opacity.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/overflow.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/padding-left.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/padding-right.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/padding-top.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/padding.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/position.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/resize.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/right.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/top.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/width.html create mode 100644 api/pl.treksoft.kvision.core/-styled-component/z-index.html (limited to 'api/pl.treksoft.kvision.core/-styled-component') diff --git a/api/pl.treksoft.kvision.core/-styled-component/-init-.html b/api/pl.treksoft.kvision.core/-styled-component/-init-.html new file mode 100644 index 00000000..a06c76a7 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/-init-.html @@ -0,0 +1,15 @@ + + + +StyledComponent.<init> - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / <init>
+
+

<init>

+ +StyledComponent() +

Base class for components supporting CSS styling.

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/background.html b/api/pl.treksoft.kvision.core/-styled-component/background.html new file mode 100644 index 00000000..231519b1 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/background.html @@ -0,0 +1,21 @@ + + + +StyledComponent.background - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / background
+
+

background

+ +var background: Background? +

Background of the current component.

+

Getter
+

Background of the current component.

+

+

Setter
+

Background of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html b/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html new file mode 100644 index 00000000..c8d4c6fc --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html @@ -0,0 +1,21 @@ + + + +StyledComponent.borderBottom - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / borderBottom
+
+

borderBottom

+ +var borderBottom: Border? +

Bottom border of the current component.

+

Getter
+

Bottom border of the current component.

+

+

Setter
+

Bottom border of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/border-left.html b/api/pl.treksoft.kvision.core/-styled-component/border-left.html new file mode 100644 index 00000000..54bd85d3 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/border-left.html @@ -0,0 +1,21 @@ + + + +StyledComponent.borderLeft - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / borderLeft
+
+

borderLeft

+ +var borderLeft: Border? +

Left border of the current component.

+

Getter
+

Left border of the current component.

+

+

Setter
+

Left border of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/border-right.html b/api/pl.treksoft.kvision.core/-styled-component/border-right.html new file mode 100644 index 00000000..428a462a --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/border-right.html @@ -0,0 +1,21 @@ + + + +StyledComponent.borderRight - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / borderRight
+
+

borderRight

+ +var borderRight: Border? +

Right border of the current component.

+

Getter
+

Right border of the current component.

+

+

Setter
+

Right border of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/border-top.html b/api/pl.treksoft.kvision.core/-styled-component/border-top.html new file mode 100644 index 00000000..d5a50121 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/border-top.html @@ -0,0 +1,21 @@ + + + +StyledComponent.borderTop - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / borderTop
+
+

borderTop

+ +var borderTop: Border? +

Top border of the current component.

+

Getter
+

Top border of the current component.

+

+

Setter
+

Top border of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/border.html b/api/pl.treksoft.kvision.core/-styled-component/border.html new file mode 100644 index 00000000..02a1660d --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/border.html @@ -0,0 +1,21 @@ + + + +StyledComponent.border - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / border
+
+

border

+ +var border: Border? +

Border of the current component.

+

Getter
+

Border of the current component.

+

+

Setter
+

Border of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/bottom.html b/api/pl.treksoft.kvision.core/-styled-component/bottom.html new file mode 100644 index 00000000..0e98c842 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/bottom.html @@ -0,0 +1,21 @@ + + + +StyledComponent.bottom - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / bottom
+
+

bottom

+ +var bottom: CssSize? +

Bottom edge of the current component.

+

Getter
+

Bottom edge of the current component.

+

+

Setter
+

Bottom edge of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/color-hex.html b/api/pl.treksoft.kvision.core/-styled-component/color-hex.html new file mode 100644 index 00000000..3e22c1da --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/color-hex.html @@ -0,0 +1,18 @@ + + + +StyledComponent.colorHex - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / colorHex
+
+

colorHex

+ +var colorHex: Int? +

Text color for the current component given in hex format (write only).

+

This property gives a convenient way to set the value of color property e.g.:

+

c.colorHex = 0x00ff00

+

The value read from this property is always null.

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/color-name.html b/api/pl.treksoft.kvision.core/-styled-component/color-name.html new file mode 100644 index 00000000..f597c1e3 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/color-name.html @@ -0,0 +1,18 @@ + + + +StyledComponent.colorName - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / colorName
+
+

colorName

+ +var colorName: Col? +

Text color for the current component given with named constant (write only).

+

This property gives a convenient way to set the value of color property e.g.:

+

c.colorName = Col.GREEN

+

The value read from this property is always null.

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/color.html b/api/pl.treksoft.kvision.core/-styled-component/color.html new file mode 100644 index 00000000..b9d6f799 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/color.html @@ -0,0 +1,21 @@ + + + +StyledComponent.color - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / color
+
+

color

+ +var color: Color? +

Text color for the current component.

+

Getter
+

Text color for the current component.

+

+

Setter
+

Text color for the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html b/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html new file mode 100644 index 00000000..049da26e --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html @@ -0,0 +1,17 @@ + + + +StyledComponent.getSnStyle - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / getSnStyle
+
+

getSnStyle

+ +protected open fun getSnStyle(): List<StringPair> +

Returns the list of String pairs defining CSS style attributes and their values.

+

Return
+the list of attributes and their values

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/height.html b/api/pl.treksoft.kvision.core/-styled-component/height.html new file mode 100644 index 00000000..d86ee4d7 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/height.html @@ -0,0 +1,21 @@ + + + +StyledComponent.height - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / height
+
+

height

+ +var height: CssSize? +

Height of the current component.

+

Getter
+

Height of the current component.

+

+

Setter
+

Height of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/index.html b/api/pl.treksoft.kvision.core/-styled-component/index.html new file mode 100644 index 00000000..5ad31f17 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/index.html @@ -0,0 +1,458 @@ + + + +StyledComponent - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent
+
+

StyledComponent

+abstract class StyledComponent : Component +

Base class for components supporting CSS styling.

+

Constructors

+ + + + + + + +
+

<init>

+
+StyledComponent() +

Base class for components supporting CSS styling.

+
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

background

+
+var background: Background? +

Background of the current component.

+
+

border

+
+var border: Border? +

Border of the current component.

+
+

borderBottom

+
+var borderBottom: Border? +

Bottom border of the current component.

+
+

borderLeft

+
+var borderLeft: Border? +

Left border of the current component.

+
+

borderRight

+
+var borderRight: Border? +

Right border of the current component.

+
+

borderTop

+
+var borderTop: Border? +

Top border of the current component.

+
+

bottom

+
+var bottom: CssSize? +

Bottom edge of the current component.

+
+

color

+
+var color: Color? +

Text color for the current component.

+
+

colorHex

+
+var colorHex: Int? +

Text color for the current component given in hex format (write only).

+
+

colorName

+
+var colorName: Col? +

Text color for the current component given with named constant (write only).

+
+

height

+
+var height: CssSize? +

Height of the current component.

+
+

left

+
+var left: CssSize? +

Left edge of the current component.

+
+

margin

+
+var margin: CssSize? +

Margin of the current component.

+
+

marginBottom

+
+var marginBottom: CssSize? +

Bottom margin of the current component.

+
+

marginLeft

+
+var marginLeft: CssSize? +

Left margin of the current component.

+
+

marginRight

+
+var marginRight: CssSize? +

Right margin of the current component.

+
+

marginTop

+
+var marginTop: CssSize? +

Top margin of the current component.

+
+

maxHeight

+
+var maxHeight: CssSize? +

Maximal height of the current component.

+
+

maxWidth

+
+var maxWidth: CssSize? +

Maximal width of the current component.

+
+

minHeight

+
+var minHeight: CssSize? +

Minimal height of the current component.

+
+

minWidth

+
+var minWidth: CssSize? +

Minimal width of the current component.

+
+

opacity

+
+var opacity: Double? +

Opacity of the current component.

+
+

overflow

+
+var overflow: Overflow? +

CSS overflow of the current component.

+
+

padding

+
+var padding: CssSize? +

Padding of the current component.

+
+

paddingBottom

+
+var paddingBottom: CssSize? +

Bottom padding of the current component.

+
+

paddingLeft

+
+var paddingLeft: CssSize? +

Left padding of the current component.

+
+

paddingRight

+
+var paddingRight: CssSize? +

Right padding of the current component.

+
+

paddingTop

+
+var paddingTop: CssSize? +

Top padding of the current component.

+
+

position

+
+var position: Position? +

CSS position of the current component.

+
+

resize

+
+var resize: Resize? +

CSS resize of the current component.

+
+

right

+
+var right: CssSize? +

Right edge of the current component.

+
+

top

+
+var top: CssSize? +

Top edge of the current component.

+
+

width

+
+open var width: CssSize? +

Width of the current component.

+
+

zIndex

+
+var zIndex: Int? +

Z-index of the current component.

+
+

Inherited Properties

+ + + + + + + + + + + +
+

parent

+
+abstract var parent: Component? +

Parent of the current component.

+
+

visible

+
+abstract var visible: Boolean +

Visibility state of the current component.

+
+

Functions

+ + + + + + + +
+

getSnStyle

+
+open fun getSnStyle(): List<StringPair> +

Returns the list of String pairs defining CSS style attributes and their values.

+
+

Inherited Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

addCssClass

+
+abstract fun addCssClass(css: String): Component +

Adds given value to the set of CSS classes generated in html code of current component.

+
+

addSurroundingCssClass

+
+abstract fun addSurroundingCssClass(css: String): Component +

Adds given value to the set of CSS classes generated in html code of parent component.

+
+

getElement

+
+abstract fun getElement(): Node? +

Returns DOM element bound to the current component.

+
+

getElementJQuery

+
+abstract fun getElementJQuery(): JQuery? +

Returns JQuery element bound to the current component.

+
+

getElementJQueryD

+
+abstract fun getElementJQueryD(): dynamic +

Returns JQuery element bound to the current component as a dynamic type.

+
+

removeCssClass

+
+abstract fun removeCssClass(css: String): Component +

Removes given value from the set of CSS classes generated in html code of current component.

+
+

removeSurroundingCssClass

+
+abstract fun removeSurroundingCssClass(css: String): Component +

Removes given value from the set of CSS classes generated in html code of parent component.

+
+

Inheritors

+ + + + + + + +
+

Widget

+
+open class Widget : StyledComponent +

Base widget class. The parent of all component classes.

+
+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/left.html b/api/pl.treksoft.kvision.core/-styled-component/left.html new file mode 100644 index 00000000..2deaa2f8 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/left.html @@ -0,0 +1,21 @@ + + + +StyledComponent.left - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / left
+
+

left

+ +var left: CssSize? +

Left edge of the current component.

+

Getter
+

Left edge of the current component.

+

+

Setter
+

Left edge of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html b/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html new file mode 100644 index 00000000..ba19712e --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html @@ -0,0 +1,21 @@ + + + +StyledComponent.marginBottom - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / marginBottom
+
+

marginBottom

+ +var marginBottom: CssSize? +

Bottom margin of the current component.

+

Getter
+

Bottom margin of the current component.

+

+

Setter
+

Bottom margin of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/margin-left.html b/api/pl.treksoft.kvision.core/-styled-component/margin-left.html new file mode 100644 index 00000000..9c943cf3 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/margin-left.html @@ -0,0 +1,21 @@ + + + +StyledComponent.marginLeft - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / marginLeft
+
+

marginLeft

+ +var marginLeft: CssSize? +

Left margin of the current component.

+

Getter
+

Left margin of the current component.

+

+

Setter
+

Left margin of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/margin-right.html b/api/pl.treksoft.kvision.core/-styled-component/margin-right.html new file mode 100644 index 00000000..72042478 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/margin-right.html @@ -0,0 +1,21 @@ + + + +StyledComponent.marginRight - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / marginRight
+
+

marginRight

+ +var marginRight: CssSize? +

Right margin of the current component.

+

Getter
+

Right margin of the current component.

+

+

Setter
+

Right margin of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/margin-top.html b/api/pl.treksoft.kvision.core/-styled-component/margin-top.html new file mode 100644 index 00000000..6bc99621 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/margin-top.html @@ -0,0 +1,21 @@ + + + +StyledComponent.marginTop - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / marginTop
+
+

marginTop

+ +var marginTop: CssSize? +

Top margin of the current component.

+

Getter
+

Top margin of the current component.

+

+

Setter
+

Top margin of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/margin.html b/api/pl.treksoft.kvision.core/-styled-component/margin.html new file mode 100644 index 00000000..a4b0cb2e --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/margin.html @@ -0,0 +1,21 @@ + + + +StyledComponent.margin - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / margin
+
+

margin

+ +var margin: CssSize? +

Margin of the current component.

+

Getter
+

Margin of the current component.

+

+

Setter
+

Margin of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/max-height.html b/api/pl.treksoft.kvision.core/-styled-component/max-height.html new file mode 100644 index 00000000..8a545e27 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/max-height.html @@ -0,0 +1,21 @@ + + + +StyledComponent.maxHeight - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / maxHeight
+
+

maxHeight

+ +var maxHeight: CssSize? +

Maximal height of the current component.

+

Getter
+

Maximal height of the current component.

+

+

Setter
+

Maximal height of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/max-width.html b/api/pl.treksoft.kvision.core/-styled-component/max-width.html new file mode 100644 index 00000000..3e9182f5 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/max-width.html @@ -0,0 +1,21 @@ + + + +StyledComponent.maxWidth - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / maxWidth
+
+

maxWidth

+ +var maxWidth: CssSize? +

Maximal width of the current component.

+

Getter
+

Maximal width of the current component.

+

+

Setter
+

Maximal width of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/min-height.html b/api/pl.treksoft.kvision.core/-styled-component/min-height.html new file mode 100644 index 00000000..35e94de6 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/min-height.html @@ -0,0 +1,21 @@ + + + +StyledComponent.minHeight - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / minHeight
+
+

minHeight

+ +var minHeight: CssSize? +

Minimal height of the current component.

+

Getter
+

Minimal height of the current component.

+

+

Setter
+

Minimal height of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/min-width.html b/api/pl.treksoft.kvision.core/-styled-component/min-width.html new file mode 100644 index 00000000..1c5d9d27 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/min-width.html @@ -0,0 +1,21 @@ + + + +StyledComponent.minWidth - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / minWidth
+
+

minWidth

+ +var minWidth: CssSize? +

Minimal width of the current component.

+

Getter
+

Minimal width of the current component.

+

+

Setter
+

Minimal width of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/opacity.html b/api/pl.treksoft.kvision.core/-styled-component/opacity.html new file mode 100644 index 00000000..c1c9fd06 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/opacity.html @@ -0,0 +1,21 @@ + + + +StyledComponent.opacity - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / opacity
+
+

opacity

+ +var opacity: Double? +

Opacity of the current component.

+

Getter
+

Opacity of the current component.

+

+

Setter
+

Opacity of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/overflow.html b/api/pl.treksoft.kvision.core/-styled-component/overflow.html new file mode 100644 index 00000000..3fb217e5 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/overflow.html @@ -0,0 +1,21 @@ + + + +StyledComponent.overflow - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / overflow
+
+

overflow

+ +var overflow: Overflow? +

CSS overflow of the current component.

+

Getter
+

CSS overflow of the current component.

+

+

Setter
+

CSS overflow of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html b/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html new file mode 100644 index 00000000..ce6562a2 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html @@ -0,0 +1,21 @@ + + + +StyledComponent.paddingBottom - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / paddingBottom
+
+

paddingBottom

+ +var paddingBottom: CssSize? +

Bottom padding of the current component.

+

Getter
+

Bottom padding of the current component.

+

+

Setter
+

Bottom padding of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/padding-left.html b/api/pl.treksoft.kvision.core/-styled-component/padding-left.html new file mode 100644 index 00000000..1bc850b2 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/padding-left.html @@ -0,0 +1,21 @@ + + + +StyledComponent.paddingLeft - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / paddingLeft
+
+

paddingLeft

+ +var paddingLeft: CssSize? +

Left padding of the current component.

+

Getter
+

Left padding of the current component.

+

+

Setter
+

Left padding of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/padding-right.html b/api/pl.treksoft.kvision.core/-styled-component/padding-right.html new file mode 100644 index 00000000..c41f2515 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/padding-right.html @@ -0,0 +1,21 @@ + + + +StyledComponent.paddingRight - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / paddingRight
+
+

paddingRight

+ +var paddingRight: CssSize? +

Right padding of the current component.

+

Getter
+

Right padding of the current component.

+

+

Setter
+

Right padding of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/padding-top.html b/api/pl.treksoft.kvision.core/-styled-component/padding-top.html new file mode 100644 index 00000000..865bfa0b --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/padding-top.html @@ -0,0 +1,21 @@ + + + +StyledComponent.paddingTop - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / paddingTop
+
+

paddingTop

+ +var paddingTop: CssSize? +

Top padding of the current component.

+

Getter
+

Top padding of the current component.

+

+

Setter
+

Top padding of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/padding.html b/api/pl.treksoft.kvision.core/-styled-component/padding.html new file mode 100644 index 00000000..2be1ef30 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/padding.html @@ -0,0 +1,21 @@ + + + +StyledComponent.padding - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / padding
+
+

padding

+ +var padding: CssSize? +

Padding of the current component.

+

Getter
+

Padding of the current component.

+

+

Setter
+

Padding of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/position.html b/api/pl.treksoft.kvision.core/-styled-component/position.html new file mode 100644 index 00000000..e067448d --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/position.html @@ -0,0 +1,21 @@ + + + +StyledComponent.position - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / position
+
+

position

+ +var position: Position? +

CSS position of the current component.

+

Getter
+

CSS position of the current component.

+

+

Setter
+

CSS position of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/resize.html b/api/pl.treksoft.kvision.core/-styled-component/resize.html new file mode 100644 index 00000000..b7892a1c --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/resize.html @@ -0,0 +1,21 @@ + + + +StyledComponent.resize - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / resize
+
+

resize

+ +var resize: Resize? +

CSS resize of the current component.

+

Getter
+

CSS resize of the current component.

+

+

Setter
+

CSS resize of the current component.

+

+ + diff --git a/api/pl.treksoft.kvision.core/-styled-component/right.html b/api/pl.treksoft.kvision.core/-styled-component/right.html new file mode 100644 index 00000000..2c986a02 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/right.html @@ -0,0 +1,21 @@ + + + +StyledComponent.right - kvision + + + +kvision /