From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- .../-styled-component/background.html | 6 ++ .../-styled-component/border-bottom.html | 6 ++ .../-styled-component/border-left.html | 6 ++ .../-styled-component/border-right.html | 6 ++ .../-styled-component/border-top.html | 6 ++ .../-styled-component/border.html | 6 ++ .../-styled-component/bottom.html | 21 ++++++ .../-styled-component/color-name.html | 4 +- .../-styled-component/color.html | 6 ++ .../-styled-component/height.html | 6 ++ .../-styled-component/index.html | 74 +++++++++++++++++++++- .../-styled-component/left.html | 21 ++++++ .../-styled-component/margin-bottom.html | 6 ++ .../-styled-component/margin-left.html | 6 ++ .../-styled-component/margin-right.html | 6 ++ .../-styled-component/margin-top.html | 6 ++ .../-styled-component/margin.html | 6 ++ .../-styled-component/max-height.html | 6 ++ .../-styled-component/max-width.html | 6 ++ .../-styled-component/min-height.html | 6 ++ .../-styled-component/min-width.html | 6 ++ .../-styled-component/opacity.html | 6 ++ .../-styled-component/overflow.html | 21 ++++++ .../-styled-component/padding-bottom.html | 6 ++ .../-styled-component/padding-left.html | 6 ++ .../-styled-component/padding-right.html | 6 ++ .../-styled-component/padding-top.html | 6 ++ .../-styled-component/padding.html | 6 ++ .../-styled-component/position.html | 21 ++++++ .../-styled-component/resize.html | 21 ++++++ .../-styled-component/right.html | 21 ++++++ .../-styled-component/top.html | 21 ++++++ .../-styled-component/width.html | 6 ++ .../-styled-component/z-index.html | 21 ++++++ 34 files changed, 387 insertions(+), 3 deletions(-) create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/bottom.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/left.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/overflow.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/position.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/resize.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/right.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/top.html create mode 100644 docs/api/pl.treksoft.kvision.core/-styled-component/z-index.html (limited to 'docs/api/pl.treksoft.kvision.core/-styled-component') diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/background.html b/docs/api/pl.treksoft.kvision.core/-styled-component/background.html index e6b1e227..231519b1 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/background.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/background.html @@ -11,5 +11,11 @@ var background: Background?

Background of the current component.

+

Getter
+

Background of the current component.

+

+

Setter
+

Background of the current component.

+

diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html b/docs/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html index 96f2745b..c8d4c6fc 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/border-left.html b/docs/api/pl.treksoft.kvision.core/-styled-component/border-left.html index 275612f7..54bd85d3 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/border-left.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/border-left.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/border-right.html b/docs/api/pl.treksoft.kvision.core/-styled-component/border-right.html index 653462d1..428a462a 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/border-right.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/border-right.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/border-top.html b/docs/api/pl.treksoft.kvision.core/-styled-component/border-top.html index 89190992..d5a50121 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/border-top.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/border-top.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/border.html b/docs/api/pl.treksoft.kvision.core/-styled-component/border.html index 670c5c28..02a1660d 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/border.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/border.html @@ -11,5 +11,11 @@ var border: Border?

Border of the current component.

+

Getter
+

Border of the current component.

+

+

Setter
+

Border of the current component.

+

diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/bottom.html b/docs/api/pl.treksoft.kvision.core/-styled-component/bottom.html new file mode 100644 index 00000000..0e98c842 --- /dev/null +++ b/docs/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/docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html b/docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html index 800d464f..f597c1e3 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html @@ -9,10 +9,10 @@

colorName

-var colorName: COLOR? +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 = COLOR.GREEN

+

c.colorName = Col.GREEN

The value read from this property is always null.

diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/color.html b/docs/api/pl.treksoft.kvision.core/-styled-component/color.html index 052af108..b9d6f799 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/color.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/color.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/height.html b/docs/api/pl.treksoft.kvision.core/-styled-component/height.html index 7330f90d..d86ee4d7 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/height.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/height.html @@ -11,5 +11,11 @@ var height: CssSize?

Height of the current component.

+

Getter
+

Height of the current component.

+

+

Setter
+

Height of the current component.

+

diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/index.html b/docs/api/pl.treksoft.kvision.core/-styled-component/index.html index 4c6cc6bc..5ad31f17 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/index.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/index.html @@ -83,6 +83,15 @@ +

bottom

+ + +var bottom: CssSize? +

Bottom edge of the current component.

+ + + +

color

@@ -104,7 +113,7 @@

colorName

-var colorName: COLOR? +var colorName: Col?

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

@@ -119,6 +128,15 @@ +

left

+ + +var left: CssSize? +

Left edge of the current component.

+ + + +

margin

@@ -209,6 +227,15 @@ +

overflow

+ + +var overflow: Overflow? +

CSS overflow of the current component.

+ + + +

padding

@@ -254,6 +281,42 @@ +

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

@@ -261,6 +324,15 @@

Width of the current component.

+ + +

zIndex

+ + +var zIndex: Int? +

Z-index of the current component.

+ +

Inherited Properties

diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/left.html b/docs/api/pl.treksoft.kvision.core/-styled-component/left.html new file mode 100644 index 00000000..2deaa2f8 --- /dev/null +++ b/docs/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/docs/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html index d164cca3..ba19712e 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/margin-left.html b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-left.html index e9e059ae..9c943cf3 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-left.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-left.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/margin-right.html b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-right.html index aef0b027..72042478 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-right.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-right.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/margin-top.html b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-top.html index 4cef60fd..6bc99621 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-top.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/margin-top.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/margin.html b/docs/api/pl.treksoft.kvision.core/-styled-component/margin.html index 82b71007..a4b0cb2e 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/margin.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/margin.html @@ -11,5 +11,11 @@ var margin: CssSize?

Margin of the current component.

+

Getter
+

Margin of the current component.

+

+

Setter
+

Margin of the current component.

+

diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/max-height.html b/docs/api/pl.treksoft.kvision.core/-styled-component/max-height.html index ed270439..8a545e27 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/max-height.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/max-height.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/max-width.html b/docs/api/pl.treksoft.kvision.core/-styled-component/max-width.html index 903b4d2f..3e9182f5 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/max-width.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/max-width.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/min-height.html b/docs/api/pl.treksoft.kvision.core/-styled-component/min-height.html index ea726071..35e94de6 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/min-height.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/min-height.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/min-width.html b/docs/api/pl.treksoft.kvision.core/-styled-component/min-width.html index 0a5266ce..1c5d9d27 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/min-width.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/min-width.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/opacity.html b/docs/api/pl.treksoft.kvision.core/-styled-component/opacity.html index 10ac03fd..c1c9fd06 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/opacity.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/opacity.html @@ -11,5 +11,11 @@ var opacity: Double?

Opacity of the current component.

+

Getter
+

Opacity of the current component.

+

+

Setter
+

Opacity of the current component.

+

diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/overflow.html b/docs/api/pl.treksoft.kvision.core/-styled-component/overflow.html new file mode 100644 index 00000000..3fb217e5 --- /dev/null +++ b/docs/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/docs/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html index 20f0b25b..ce6562a2 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/padding-left.html b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-left.html index d2099e5d..1bc850b2 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-left.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-left.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/padding-right.html b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-right.html index b5a38725..c41f2515 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-right.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-right.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/padding-top.html b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-top.html index a2287a2a..865bfa0b 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-top.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/padding-top.html @@ -11,5 +11,11 @@ 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/docs/api/pl.treksoft.kvision.core/-styled-component/padding.html b/docs/api/pl.treksoft.kvision.core/-styled-component/padding.html index 8f1c71ad..2be1ef30 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/padding.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/padding.html @@ -11,5 +11,11 @@ var padding: CssSize?

Padding of the current component.

+

Getter
+

Padding of the current component.

+

+

Setter
+

Padding of the current component.

+

diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/position.html b/docs/api/pl.treksoft.kvision.core/-styled-component/position.html new file mode 100644 index 00000000..e067448d --- /dev/null +++ b/docs/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/docs/api/pl.treksoft.kvision.core/-styled-component/resize.html b/docs/api/pl.treksoft.kvision.core/-styled-component/resize.html new file mode 100644 index 00000000..b7892a1c --- /dev/null +++ b/docs/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/docs/api/pl.treksoft.kvision.core/-styled-component/right.html b/docs/api/pl.treksoft.kvision.core/-styled-component/right.html new file mode 100644 index 00000000..2c986a02 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/right.html @@ -0,0 +1,21 @@ + + + +StyledComponent.right - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / right
+
+

right

+ +var right: CssSize? +

Right edge of the current component.

+

Getter
+

Right edge of the current component.

+

+

Setter
+

Right edge of the current component.

+

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

top

+ +var top: CssSize? +

Top edge of the current component.

+

Getter
+

Top edge of the current component.

+

+

Setter
+

Top edge of the current component.

+

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-styled-component/width.html b/docs/api/pl.treksoft.kvision.core/-styled-component/width.html index 81fcf0b7..84a153bb 100644 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/width.html +++ b/docs/api/pl.treksoft.kvision.core/-styled-component/width.html @@ -11,5 +11,11 @@ open var width: CssSize?

Width of the current component.

+

Getter
+

Width of the current component.

+

+

Setter
+

Width of the current component.

+

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

zIndex

+ +var zIndex: Int? +

Z-index of the current component.

+

Getter
+

Z-index of the current component.

+

+

Setter
+

Z-index of the current component.

+

+ + -- cgit