From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001
From: Robert Jaros Creates CSS Background with given parameters.
-
-
-
-
-
-
-
-
- Creates CSS Background with given parameters.
-
-
-
-
-
-
-
-
-
- Creates CSS Background with given parameters.
-
-
-
-
-
-
-
-
-
- Type-safe definition of CSS background. Creates CSS Background with given parameters. Definitions of CSS background attachment options. Definitions of CSS background clipping options. Definitions of CSS background origin options. Definitions of CSS background repeat options. Definitions of CSS background size. Definitions of CSS border styles. Creates CSS Border with given width and style. Creates CSS Border with given width, style and color given in hex format. Creates CSS Border with given width, style and color given with named constant. Type-safe definition of CSS border. Creates CSS Border with given width and style. Creates CSS Border with given width, style and color given in hex format. Creates CSS Border with given width, style and color given with named constant. Definitions of CSS color names. Creates CSS Color with color given in hex format. Creates CSS Color with color given with named constant. Type-safe definition of CSS color. Creates CSS Color with color given in hex format. Creates CSS Color with color given with named constant. Adds given value to the set of CSS classes generated in html code of current component. Return Adds given value to the set of CSS classes generated in html code of parent component. Return Returns JQuery element bound to the current component as a dynamic type. Return Returns JQuery element bound to the current component. Return Returns DOM element bound to the current component. Return Base interface for all components. Parent of the current component. Visibility state of the current component. Adds given value to the set of CSS classes generated in html code of current component. Adds given value to the set of CSS classes generated in html code of parent component. Returns DOM element bound to the current component. Returns JQuery element bound to the current component. Returns JQuery element bound to the current component as a dynamic type. Removes given value from the set of CSS classes generated in html code of current component. Removes given value from the set of CSS classes generated in html code of parent component. Base interface for all containers. Base interface of a form control. Base class for components supporting CSS styling. Parent of the current component. Removes given value from the set of CSS classes generated in html code of current component. Return Removes given value from the set of CSS classes generated in html code of parent component. Return Visibility state of the current component. Adds a list of components to the current container.
- Return Adds given component to the current container. Return Returns a list of children of the current container. Return Base interface for all containers. Parent of the current component. Visibility state of the current component. Adds given component to the current container. Adds a list of components to the current container. Returns a list of children of the current container. Operator function for adding children in a DSL style. Removes given component from the current container. Removes all children from the current container. Adds given value to the set of CSS classes generated in html code of current component. Adds given value to the set of CSS classes generated in html code of parent component. Returns DOM element bound to the current component. Returns JQuery element bound to the current component. Returns JQuery element bound to the current component as a dynamic type. Removes given value from the set of CSS classes generated in html code of current component. Removes given value from the set of CSS classes generated in html code of parent component. A container class with support for observable data model. Basic container class, rendered as a DIV element with all children directly within. Operator function for adding children in a DSL style.
- Return Removes all children from the current container. Return Removes given component from the current container. Return This type is used for defining CSS dimensions (width, heights, margins, paddings, etc.). Definitions of CSS overflow options. Definitions of CSS position options. This type is used for accessing resources with CommonJS require function. e.g. require("./img/picture.png") Definitions of CSS resize options. Helper type used to define CSS classes. Helper type used to define CSS style attributes. Base class for components supporting CSS styling. Background of the current component. Getter Background of the current component.
-
-<init>
-
-Background(image: ResString? = null, positionX: CssSize? = null, positionY: CssSize? = null, sizeX: CssSize? = null, sizeY: CssSize? = null, size: BgSize? = null, repeat: BgRepeat? = null, origin: BgOrigin? = null, clip: BgClip? = null, attachment: BgAttach? = null)
-Parameters
-
-positionX
- horizontal position of the background imagepositionY
- vertical position of the background imagesizeX
- horizontal size of the background imagesizeY
- vertical size of the background imagesize
- resize of the background imagerepeat
- repeat option of the background imageorigin
- origin option of the background imageclip
- clipping option of the background imageattachment
- attachment option of the background imageBackground(color: Int, image: ResString? = null, positionX: CssSize? = null, positionY: CssSize? = null, sizeX: CssSize? = null, sizeY: CssSize? = null, size: BgSize? = null, repeat: BgRepeat? = null, origin: BgOrigin? = null, clip: BgClip? = null, attachment: BgAttach? = null)
-Parameters
-color
- color of the background in hex formatpositionX
- horizontal position of the background imagepositionY
- vertical position of the background imagesizeX
- horizontal size of the background imagesizeY
- vertical size of the background imagesize
- resize of the background imagerepeat
- repeat option of the background imageorigin
- origin option of the background imageclip
- clipping option of the background imageattachment
- attachment option of the background imageBackground(color: Col, image: ResString? = null, positionX: CssSize? = null, positionY: CssSize? = null, sizeX: CssSize? = null, sizeY: CssSize? = null, size: BgSize? = null, repeat: BgRepeat? = null, origin: BgOrigin? = null, clip: BgClip? = null, attachment: BgAttach? = null)
-Parameters
-color
- color of the background with named constantpositionX
- horizontal position of the background imagepositionY
- vertical position of the background imagesizeX
- horizontal size of the background imagesizeY
- vertical size of the background imagesize
- resize of the background imagerepeat
- repeat option of the background imageorigin
- origin option of the background imageclip
- clipping option of the background imageattachment
- attachment option of the background image
-
-Background
-class Background
-Constructors
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-attach/-f-i-x-e-d.html b/docs/api/pl.treksoft.kvision.core/-bg-attach/-f-i-x-e-d.html
deleted file mode 100644
index 6c703849..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-attach/-f-i-x-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-Background(image: ResString? = null, positionX: CssSize? = null, positionY: CssSize? = null, sizeX: CssSize? = null, sizeY: CssSize? = null, size: BgSize? = null, repeat: BgRepeat? = null, origin: BgOrigin? = null, clip: BgClip? = null, attachment: BgAttach? = null)
-Background(color: Int, image: ResString? = null, positionX: CssSize? = null, positionY: CssSize? = null, sizeX: CssSize? = null, sizeY: CssSize? = null, size: BgSize? = null, repeat: BgRepeat? = null, origin: BgOrigin? = null, clip: BgClip? = null, attachment: BgAttach? = null)
-Background(color: Col, image: ResString? = null, positionX: CssSize? = null, positionY: CssSize? = null, sizeX: CssSize? = null, sizeY: CssSize? = null, size: BgSize? = null, repeat: BgRepeat? = null, origin: BgOrigin? = null, clip: BgClip? = null, attachment: BgAttach? = null)
-
-
-FIXED
-
-FIXED
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-attach/-l-o-c-a-l.html b/docs/api/pl.treksoft.kvision.core/-bg-attach/-l-o-c-a-l.html
deleted file mode 100644
index 359b361c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-attach/-l-o-c-a-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LOCAL
-
-LOCAL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-attach/-s-c-r-o-l-l.html b/docs/api/pl.treksoft.kvision.core/-bg-attach/-s-c-r-o-l-l.html
deleted file mode 100644
index cdad9159..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-attach/-s-c-r-o-l-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SCROLL
-
-SCROLL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-attach/index.html b/docs/api/pl.treksoft.kvision.core/-bg-attach/index.html
deleted file mode 100644
index 1800401f..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-attach/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-BgAttach
-enum class BgAttach
-Enum Values
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-clip/-b-o-r-d-e-r.html b/docs/api/pl.treksoft.kvision.core/-bg-clip/-b-o-r-d-e-r.html
deleted file mode 100644
index b23d04cf..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-clip/-b-o-r-d-e-r.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-BORDER
-
-BORDER
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-clip/-c-o-n-t-e-n-t.html b/docs/api/pl.treksoft.kvision.core/-bg-clip/-c-o-n-t-e-n-t.html
deleted file mode 100644
index 7447a05c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-clip/-c-o-n-t-e-n-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CONTENT
-
-CONTENT
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-clip/-p-a-d-d-i-n-g.html b/docs/api/pl.treksoft.kvision.core/-bg-clip/-p-a-d-d-i-n-g.html
deleted file mode 100644
index 0202d8d6..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-clip/-p-a-d-d-i-n-g.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PADDING
-
-PADDING
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-clip/index.html b/docs/api/pl.treksoft.kvision.core/-bg-clip/index.html
deleted file mode 100644
index ca3c764b..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-clip/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-BgClip
-enum class BgClip
-Enum Values
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-origin/-b-o-r-d-e-r.html b/docs/api/pl.treksoft.kvision.core/-bg-origin/-b-o-r-d-e-r.html
deleted file mode 100644
index f172ef18..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-origin/-b-o-r-d-e-r.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-BORDER
-
-BORDER
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-origin/-c-o-n-t-e-n-t.html b/docs/api/pl.treksoft.kvision.core/-bg-origin/-c-o-n-t-e-n-t.html
deleted file mode 100644
index 241aab3c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-origin/-c-o-n-t-e-n-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CONTENT
-
-CONTENT
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-origin/-p-a-d-d-i-n-g.html b/docs/api/pl.treksoft.kvision.core/-bg-origin/-p-a-d-d-i-n-g.html
deleted file mode 100644
index 8af69887..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-origin/-p-a-d-d-i-n-g.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PADDING
-
-PADDING
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-origin/index.html b/docs/api/pl.treksoft.kvision.core/-bg-origin/index.html
deleted file mode 100644
index e8cb180c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-origin/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-BgOrigin
-enum class BgOrigin
-Enum Values
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-repeat/-n-o-r-e-p-e-a-t.html b/docs/api/pl.treksoft.kvision.core/-bg-repeat/-n-o-r-e-p-e-a-t.html
deleted file mode 100644
index da2ec9e9..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-repeat/-n-o-r-e-p-e-a-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-NOREPEAT
-
-NOREPEAT
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-x.html b/docs/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-x.html
deleted file mode 100644
index 9f148106..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-x.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-REPEATX
-
-REPEATX
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-y.html b/docs/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-y.html
deleted file mode 100644
index a5a2101c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-REPEATY
-
-REPEATY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t.html b/docs/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t.html
deleted file mode 100644
index e83653d0..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-repeat/-r-e-p-e-a-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-REPEAT
-
-REPEAT
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-repeat/index.html b/docs/api/pl.treksoft.kvision.core/-bg-repeat/index.html
deleted file mode 100644
index 83b1a1bd..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-repeat/index.html
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-BgRepeat
-enum class BgRepeat
-Enum Values
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-size/-c-o-n-t-a-i-n.html b/docs/api/pl.treksoft.kvision.core/-bg-size/-c-o-n-t-a-i-n.html
deleted file mode 100644
index 64bdfe3a..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-size/-c-o-n-t-a-i-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-CONTAIN
-
-CONTAIN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-size/-c-o-v-e-r.html b/docs/api/pl.treksoft.kvision.core/-bg-size/-c-o-v-e-r.html
deleted file mode 100644
index fbf74c15..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-size/-c-o-v-e-r.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-COVER
-
-COVER
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-bg-size/index.html b/docs/api/pl.treksoft.kvision.core/-bg-size/index.html
deleted file mode 100644
index e456da07..00000000
--- a/docs/api/pl.treksoft.kvision.core/-bg-size/index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-BgSize
-enum class BgSize
-Enum Values
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-d-a-s-h-e-d.html b/docs/api/pl.treksoft.kvision.core/-border-style/-d-a-s-h-e-d.html
deleted file mode 100644
index 1eb28795..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-d-a-s-h-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-DASHED
-
-DASHED
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-d-o-t-t-e-d.html b/docs/api/pl.treksoft.kvision.core/-border-style/-d-o-t-t-e-d.html
deleted file mode 100644
index e22303b0..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-d-o-t-t-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DOTTED
-
-DOTTED
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-d-o-u-b-l-e.html b/docs/api/pl.treksoft.kvision.core/-border-style/-d-o-u-b-l-e.html
deleted file mode 100644
index 535650e2..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-d-o-u-b-l-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DOUBLE
-
-DOUBLE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-g-r-o-o-v-e.html b/docs/api/pl.treksoft.kvision.core/-border-style/-g-r-o-o-v-e.html
deleted file mode 100644
index 29dae2bb..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-g-r-o-o-v-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-GROOVE
-
-GROOVE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-h-i-d-d-e-n.html b/docs/api/pl.treksoft.kvision.core/-border-style/-h-i-d-d-e-n.html
deleted file mode 100644
index 978e725b..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-h-i-d-d-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-HIDDEN
-
-HIDDEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-i-n-h-e-r-i-t.html b/docs/api/pl.treksoft.kvision.core/-border-style/-i-n-h-e-r-i-t.html
deleted file mode 100644
index fcc3bcb4..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-i-n-h-e-r-i-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-INHERIT
-
-INHERIT
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-i-n-i-t-i-a-l.html b/docs/api/pl.treksoft.kvision.core/-border-style/-i-n-i-t-i-a-l.html
deleted file mode 100644
index a0db193e..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-i-n-i-t-i-a-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-INITIAL
-
-INITIAL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-i-n-s-e-t.html b/docs/api/pl.treksoft.kvision.core/-border-style/-i-n-s-e-t.html
deleted file mode 100644
index f6f7abdf..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-i-n-s-e-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-INSET
-
-INSET
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-n-o-n-e.html b/docs/api/pl.treksoft.kvision.core/-border-style/-n-o-n-e.html
deleted file mode 100644
index e4d5a78c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-n-o-n-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-NONE
-
-NONE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-o-u-t-s-e-t.html b/docs/api/pl.treksoft.kvision.core/-border-style/-o-u-t-s-e-t.html
deleted file mode 100644
index 328e0c3c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-o-u-t-s-e-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-OUTSET
-
-OUTSET
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-r-i-d-g-e.html b/docs/api/pl.treksoft.kvision.core/-border-style/-r-i-d-g-e.html
deleted file mode 100644
index 13edbc43..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-r-i-d-g-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-RIDGE
-
-RIDGE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/-s-o-l-i-d.html b/docs/api/pl.treksoft.kvision.core/-border-style/-s-o-l-i-d.html
deleted file mode 100644
index 572367f5..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/-s-o-l-i-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SOLID
-
-SOLID
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border-style/index.html b/docs/api/pl.treksoft.kvision.core/-border-style/index.html
deleted file mode 100644
index a0eb32bc..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border-style/index.html
+++ /dev/null
@@ -1,103 +0,0 @@
-
-
-
-
-
-BorderStyle
-enum class BorderStyle
-Enum Values
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border/-init-.html b/docs/api/pl.treksoft.kvision.core/-border/-init-.html
deleted file mode 100644
index 1c06969d..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border/-init-.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<init>
-
-Border(width: CssSize? = null, style: BorderStyle? = null)
-Parameters
-
-
-
-Border(width: CssSize? = null, style: BorderStyle? = null, color: Int)
-Parameters
-
-
-
-
-Border(width: CssSize? = null, style: BorderStyle? = null, color: Col)
-Parameters
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-border/index.html b/docs/api/pl.treksoft.kvision.core/-border/index.html
deleted file mode 100644
index 153a4bef..00000000
--- a/docs/api/pl.treksoft.kvision.core/-border/index.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-Border
-class Border
-Constructors
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-a-l-i-c-e-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-a-l-i-c-e-b-l-u-e.html
deleted file mode 100644
index 10d99678..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-a-l-i-c-e-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-Border(width: CssSize? = null, style: BorderStyle? = null)
-Border(width: CssSize? = null, style: BorderStyle? = null, color: Int)
-Border(width: CssSize? = null, style: BorderStyle? = null, color: Col)
-
-
-ALICEBLUE
-
-ALICEBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-a-n-t-i-q-u-e-w-h-i-t-e.html b/docs/api/pl.treksoft.kvision.core/-col/-a-n-t-i-q-u-e-w-h-i-t-e.html
deleted file mode 100644
index 28020fa0..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-a-n-t-i-q-u-e-w-h-i-t-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-ANTIQUEWHITE
-
-ANTIQUEWHITE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-a-q-u-a-m-a-r-i-n-e.html b/docs/api/pl.treksoft.kvision.core/-col/-a-q-u-a-m-a-r-i-n-e.html
deleted file mode 100644
index 63392bbd..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-a-q-u-a-m-a-r-i-n-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-AQUAMARINE
-
-AQUAMARINE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-a-q-u-a.html b/docs/api/pl.treksoft.kvision.core/-col/-a-q-u-a.html
deleted file mode 100644
index bed2ba12..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-a-q-u-a.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-AQUA
-
-AQUA
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-a-z-u-r-e.html b/docs/api/pl.treksoft.kvision.core/-col/-a-z-u-r-e.html
deleted file mode 100644
index 11d21ad1..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-a-z-u-r-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-AZURE
-
-AZURE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-b-e-i-g-e.html b/docs/api/pl.treksoft.kvision.core/-col/-b-e-i-g-e.html
deleted file mode 100644
index e6000f6b..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-b-e-i-g-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-BEIGE
-
-BEIGE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-b-i-s-q-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-b-i-s-q-u-e.html
deleted file mode 100644
index 8647a353..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-b-i-s-q-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-BISQUE
-
-BISQUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-b-l-a-c-k.html b/docs/api/pl.treksoft.kvision.core/-col/-b-l-a-c-k.html
deleted file mode 100644
index 93890ebd..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-b-l-a-c-k.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-BLACK
-
-BLACK
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-b-l-a-n-c-h-e-d-a-l-m-o-n-d.html b/docs/api/pl.treksoft.kvision.core/-col/-b-l-a-n-c-h-e-d-a-l-m-o-n-d.html
deleted file mode 100644
index 738b6985..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-b-l-a-n-c-h-e-d-a-l-m-o-n-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-BLANCHEDALMOND
-
-BLANCHEDALMOND
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-b-l-u-e-v-i-o-l-e-t.html b/docs/api/pl.treksoft.kvision.core/-col/-b-l-u-e-v-i-o-l-e-t.html
deleted file mode 100644
index cb98648e..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-b-l-u-e-v-i-o-l-e-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-BLUEVIOLET
-
-BLUEVIOLET
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-b-l-u-e.html
deleted file mode 100644
index b5e8c3de..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-BLUE
-
-BLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-b-r-o-w-n.html b/docs/api/pl.treksoft.kvision.core/-col/-b-r-o-w-n.html
deleted file mode 100644
index 5efb7770..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-b-r-o-w-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-BROWN
-
-BROWN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-b-u-r-l-y-w-o-o-d.html b/docs/api/pl.treksoft.kvision.core/-col/-b-u-r-l-y-w-o-o-d.html
deleted file mode 100644
index 87265ee1..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-b-u-r-l-y-w-o-o-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-BURLYWOOD
-
-BURLYWOOD
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-c-a-d-e-t-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-c-a-d-e-t-b-l-u-e.html
deleted file mode 100644
index 38316c94..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-c-a-d-e-t-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CADETBLUE
-
-CADETBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-c-h-a-r-t-r-e-u-s-e.html b/docs/api/pl.treksoft.kvision.core/-col/-c-h-a-r-t-r-e-u-s-e.html
deleted file mode 100644
index a6af93c5..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-c-h-a-r-t-r-e-u-s-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CHARTREUSE
-
-CHARTREUSE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-c-h-o-c-o-l-a-t-e.html b/docs/api/pl.treksoft.kvision.core/-col/-c-h-o-c-o-l-a-t-e.html
deleted file mode 100644
index 20c81e01..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-c-h-o-c-o-l-a-t-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CHOCOLATE
-
-CHOCOLATE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-c-o-r-a-l.html b/docs/api/pl.treksoft.kvision.core/-col/-c-o-r-a-l.html
deleted file mode 100644
index 80424fa3..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-c-o-r-a-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CORAL
-
-CORAL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-c-o-r-n-f-l-o-w-e-r-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-c-o-r-n-f-l-o-w-e-r-b-l-u-e.html
deleted file mode 100644
index fa2a65be..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-c-o-r-n-f-l-o-w-e-r-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CORNFLOWERBLUE
-
-CORNFLOWERBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-c-o-r-n-s-i-l-k.html b/docs/api/pl.treksoft.kvision.core/-col/-c-o-r-n-s-i-l-k.html
deleted file mode 100644
index 446ca5a2..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-c-o-r-n-s-i-l-k.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CORNSILK
-
-CORNSILK
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-c-r-i-m-s-o-n.html b/docs/api/pl.treksoft.kvision.core/-col/-c-r-i-m-s-o-n.html
deleted file mode 100644
index 75d46635..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-c-r-i-m-s-o-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CRIMSON
-
-CRIMSON
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-c-y-a-n.html b/docs/api/pl.treksoft.kvision.core/-col/-c-y-a-n.html
deleted file mode 100644
index 74e2b202..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-c-y-a-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-CYAN
-
-CYAN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-b-l-u-e.html
deleted file mode 100644
index d491f007..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKBLUE
-
-DARKBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-c-y-a-n.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-c-y-a-n.html
deleted file mode 100644
index aaa863b5..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-c-y-a-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKCYAN
-
-DARKCYAN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-g-o-l-d-e-n-r-o-d.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-g-o-l-d-e-n-r-o-d.html
deleted file mode 100644
index 1fb67873..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-g-o-l-d-e-n-r-o-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKGOLDENROD
-
-DARKGOLDENROD
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-g-r-a-y.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-g-r-a-y.html
deleted file mode 100644
index cb6c70bd..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-g-r-a-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKGRAY
-
-DARKGRAY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-g-r-e-e-n.html
deleted file mode 100644
index 5bacc2e4..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKGREEN
-
-DARKGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-k-h-a-k-i.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-k-h-a-k-i.html
deleted file mode 100644
index 28305e61..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-k-h-a-k-i.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKKHAKI
-
-DARKKHAKI
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-m-a-g-e-n-t-a.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-m-a-g-e-n-t-a.html
deleted file mode 100644
index 2c3316a2..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-m-a-g-e-n-t-a.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKMAGENTA
-
-DARKMAGENTA
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-o-l-i-v-e-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-o-l-i-v-e-g-r-e-e-n.html
deleted file mode 100644
index ed55ee67..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-o-l-i-v-e-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKOLIVEGREEN
-
-DARKOLIVEGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-o-r-a-n-g-e.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-o-r-a-n-g-e.html
deleted file mode 100644
index dbc7646c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-o-r-a-n-g-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKORANGE
-
-DARKORANGE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-o-r-c-h-i-d.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-o-r-c-h-i-d.html
deleted file mode 100644
index f94dc588..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-o-r-c-h-i-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKORCHID
-
-DARKORCHID
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-r-e-d.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-r-e-d.html
deleted file mode 100644
index c6243411..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-r-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKRED
-
-DARKRED
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-a-l-m-o-n.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-a-l-m-o-n.html
deleted file mode 100644
index 758b7cd9..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-a-l-m-o-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKSALMON
-
-DARKSALMON
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-e-a-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-e-a-g-r-e-e-n.html
deleted file mode 100644
index cc5c0473..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-e-a-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKSEAGREEN
-
-DARKSEAGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-l-a-t-e-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-l-a-t-e-b-l-u-e.html
deleted file mode 100644
index 3f3d09b5..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-l-a-t-e-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKSLATEBLUE
-
-DARKSLATEBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-l-a-t-e-g-r-a-y.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-l-a-t-e-g-r-a-y.html
deleted file mode 100644
index e5b7d24d..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-s-l-a-t-e-g-r-a-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKSLATEGRAY
-
-DARKSLATEGRAY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-t-u-r-q-u-o-i-s-e.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-t-u-r-q-u-o-i-s-e.html
deleted file mode 100644
index a15ab4aa..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-t-u-r-q-u-o-i-s-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKTURQUOISE
-
-DARKTURQUOISE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-v-i-o-l-e-t.html b/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-v-i-o-l-e-t.html
deleted file mode 100644
index b9b3bb44..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-a-r-k-v-i-o-l-e-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DARKVIOLET
-
-DARKVIOLET
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-e-e-p-p-i-n-k.html b/docs/api/pl.treksoft.kvision.core/-col/-d-e-e-p-p-i-n-k.html
deleted file mode 100644
index 31f54854..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-e-e-p-p-i-n-k.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DEEPPINK
-
-DEEPPINK
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-e-e-p-s-k-y-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-d-e-e-p-s-k-y-b-l-u-e.html
deleted file mode 100644
index faae1f93..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-e-e-p-s-k-y-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DEEPSKYBLUE
-
-DEEPSKYBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-i-m-g-r-a-y.html b/docs/api/pl.treksoft.kvision.core/-col/-d-i-m-g-r-a-y.html
deleted file mode 100644
index 0328b0a5..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-i-m-g-r-a-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DIMGRAY
-
-DIMGRAY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-d-o-d-g-e-r-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-d-o-d-g-e-r-b-l-u-e.html
deleted file mode 100644
index 3966c874..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-d-o-d-g-e-r-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-DODGERBLUE
-
-DODGERBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-f-i-r-e-b-r-i-c-k.html b/docs/api/pl.treksoft.kvision.core/-col/-f-i-r-e-b-r-i-c-k.html
deleted file mode 100644
index 1990bf6a..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-f-i-r-e-b-r-i-c-k.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-FIREBRICK
-
-FIREBRICK
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-f-l-o-r-a-l-w-h-i-t-e.html b/docs/api/pl.treksoft.kvision.core/-col/-f-l-o-r-a-l-w-h-i-t-e.html
deleted file mode 100644
index dd2ffb9a..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-f-l-o-r-a-l-w-h-i-t-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-FLORALWHITE
-
-FLORALWHITE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-f-o-r-e-s-t-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-f-o-r-e-s-t-g-r-e-e-n.html
deleted file mode 100644
index 02aa3e81..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-f-o-r-e-s-t-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-FORESTGREEN
-
-FORESTGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-f-u-c-h-s-i-a.html b/docs/api/pl.treksoft.kvision.core/-col/-f-u-c-h-s-i-a.html
deleted file mode 100644
index 66326297..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-f-u-c-h-s-i-a.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-FUCHSIA
-
-FUCHSIA
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-g-a-i-n-s-b-o-r-o.html b/docs/api/pl.treksoft.kvision.core/-col/-g-a-i-n-s-b-o-r-o.html
deleted file mode 100644
index 959979d8..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-g-a-i-n-s-b-o-r-o.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-GAINSBORO
-
-GAINSBORO
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-g-h-o-s-t-w-h-i-t-e.html b/docs/api/pl.treksoft.kvision.core/-col/-g-h-o-s-t-w-h-i-t-e.html
deleted file mode 100644
index 889d2d3a..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-g-h-o-s-t-w-h-i-t-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-GHOSTWHITE
-
-GHOSTWHITE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-g-o-l-d-e-n-r-o-d.html b/docs/api/pl.treksoft.kvision.core/-col/-g-o-l-d-e-n-r-o-d.html
deleted file mode 100644
index 6f6ccf1c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-g-o-l-d-e-n-r-o-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-GOLDENROD
-
-GOLDENROD
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-g-o-l-d.html b/docs/api/pl.treksoft.kvision.core/-col/-g-o-l-d.html
deleted file mode 100644
index dec8ac15..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-g-o-l-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-GOLD
-
-GOLD
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-g-r-a-y.html b/docs/api/pl.treksoft.kvision.core/-col/-g-r-a-y.html
deleted file mode 100644
index 41393cec..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-g-r-a-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-GRAY
-
-GRAY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-g-r-e-e-n-y-e-l-l-o-w.html b/docs/api/pl.treksoft.kvision.core/-col/-g-r-e-e-n-y-e-l-l-o-w.html
deleted file mode 100644
index b33d1dec..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-g-r-e-e-n-y-e-l-l-o-w.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-GREENYELLOW
-
-GREENYELLOW
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-g-r-e-e-n.html
deleted file mode 100644
index 9720e0ca..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-GREEN
-
-GREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-h-o-n-e-y-d-e-w.html b/docs/api/pl.treksoft.kvision.core/-col/-h-o-n-e-y-d-e-w.html
deleted file mode 100644
index 357f1954..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-h-o-n-e-y-d-e-w.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-HONEYDEW
-
-HONEYDEW
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-h-o-t-p-i-n-k.html b/docs/api/pl.treksoft.kvision.core/-col/-h-o-t-p-i-n-k.html
deleted file mode 100644
index d3e64093..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-h-o-t-p-i-n-k.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-HOTPINK
-
-HOTPINK
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-i-n-d-i-a-n-r-e-d.html b/docs/api/pl.treksoft.kvision.core/-col/-i-n-d-i-a-n-r-e-d.html
deleted file mode 100644
index 05414dd6..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-i-n-d-i-a-n-r-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-INDIANRED
-
-INDIANRED
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-i-n-d-i-g-o.html b/docs/api/pl.treksoft.kvision.core/-col/-i-n-d-i-g-o.html
deleted file mode 100644
index 5008f6d3..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-i-n-d-i-g-o.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-INDIGO
-
-INDIGO
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-i-v-o-r-y.html b/docs/api/pl.treksoft.kvision.core/-col/-i-v-o-r-y.html
deleted file mode 100644
index c8c2b31d..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-i-v-o-r-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-IVORY
-
-IVORY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-k-h-a-k-i.html b/docs/api/pl.treksoft.kvision.core/-col/-k-h-a-k-i.html
deleted file mode 100644
index 014c1069..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-k-h-a-k-i.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-KHAKI
-
-KHAKI
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-a-v-e-n-d-e-r-b-l-u-s-h.html b/docs/api/pl.treksoft.kvision.core/-col/-l-a-v-e-n-d-e-r-b-l-u-s-h.html
deleted file mode 100644
index 8605b649..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-a-v-e-n-d-e-r-b-l-u-s-h.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LAVENDERBLUSH
-
-LAVENDERBLUSH
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-a-v-e-n-d-e-r.html b/docs/api/pl.treksoft.kvision.core/-col/-l-a-v-e-n-d-e-r.html
deleted file mode 100644
index b872ad99..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-a-v-e-n-d-e-r.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LAVENDER
-
-LAVENDER
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-a-w-n-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-l-a-w-n-g-r-e-e-n.html
deleted file mode 100644
index c3bf0ed3..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-a-w-n-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LAWNGREEN
-
-LAWNGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-e-m-o-n-c-h-i-f-f-o-n.html b/docs/api/pl.treksoft.kvision.core/-col/-l-e-m-o-n-c-h-i-f-f-o-n.html
deleted file mode 100644
index d5a6999d..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-e-m-o-n-c-h-i-f-f-o-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LEMONCHIFFON
-
-LEMONCHIFFON
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-b-l-u-e.html
deleted file mode 100644
index bc8ac3d8..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTBLUE
-
-LIGHTBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-c-o-r-a-l.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-c-o-r-a-l.html
deleted file mode 100644
index c7576bc8..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-c-o-r-a-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTCORAL
-
-LIGHTCORAL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-c-y-a-n.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-c-y-a-n.html
deleted file mode 100644
index 7fff5934..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-c-y-a-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTCYAN
-
-LIGHTCYAN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-g-o-l-d-e-n-r-o-d-y-e-l-l-o-w.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-g-o-l-d-e-n-r-o-d-y-e-l-l-o-w.html
deleted file mode 100644
index d844afe1..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-g-o-l-d-e-n-r-o-d-y-e-l-l-o-w.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTGOLDENRODYELLOW
-
-LIGHTGOLDENRODYELLOW
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-g-r-a-y.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-g-r-a-y.html
deleted file mode 100644
index f67c7274..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-g-r-a-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTGRAY
-
-LIGHTGRAY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-g-r-e-e-n.html
deleted file mode 100644
index 80eb74cb..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTGREEN
-
-LIGHTGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-p-i-n-k.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-p-i-n-k.html
deleted file mode 100644
index 10d6acf8..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-p-i-n-k.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTPINK
-
-LIGHTPINK
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-a-l-m-o-n.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-a-l-m-o-n.html
deleted file mode 100644
index 2917df14..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-a-l-m-o-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTSALMON
-
-LIGHTSALMON
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-e-a-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-e-a-g-r-e-e-n.html
deleted file mode 100644
index 654e8c31..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-e-a-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTSEAGREEN
-
-LIGHTSEAGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-k-y-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-k-y-b-l-u-e.html
deleted file mode 100644
index de0dad11..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-k-y-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTSKYBLUE
-
-LIGHTSKYBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-l-a-t-e-g-r-a-y.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-l-a-t-e-g-r-a-y.html
deleted file mode 100644
index 3abd73e7..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-l-a-t-e-g-r-a-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTSLATEGRAY
-
-LIGHTSLATEGRAY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-t-e-e-l-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-t-e-e-l-b-l-u-e.html
deleted file mode 100644
index 56d42bc8..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-s-t-e-e-l-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTSTEELBLUE
-
-LIGHTSTEELBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-y-e-l-l-o-w.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-y-e-l-l-o-w.html
deleted file mode 100644
index 545d4173..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-g-h-t-y-e-l-l-o-w.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIGHTYELLOW
-
-LIGHTYELLOW
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-m-e-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-m-e-g-r-e-e-n.html
deleted file mode 100644
index 4dccb59b..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-m-e-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIMEGREEN
-
-LIMEGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-m-e.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-m-e.html
deleted file mode 100644
index 5eb126cf..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-m-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LIME
-
-LIME
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-l-i-n-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-l-i-n-e-n.html
deleted file mode 100644
index 2a1d19e9..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-l-i-n-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-LINEN
-
-LINEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-a-g-e-n-t-a.html b/docs/api/pl.treksoft.kvision.core/-col/-m-a-g-e-n-t-a.html
deleted file mode 100644
index 032899ce..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-a-g-e-n-t-a.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MAGENTA
-
-MAGENTA
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-a-r-o-o-n.html b/docs/api/pl.treksoft.kvision.core/-col/-m-a-r-o-o-n.html
deleted file mode 100644
index c55a0b73..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-a-r-o-o-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MAROON
-
-MAROON
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-a-q-u-a-m-a-r-i-n-e.html b/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-a-q-u-a-m-a-r-i-n-e.html
deleted file mode 100644
index f4f9384a..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-a-q-u-a-m-a-r-i-n-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MEDIUMAQUAMARINE
-
-MEDIUMAQUAMARINE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-b-l-u-e.html
deleted file mode 100644
index 7d75b679..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MEDIUMBLUE
-
-MEDIUMBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-o-r-c-h-i-d.html b/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-o-r-c-h-i-d.html
deleted file mode 100644
index 9ffee114..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-o-r-c-h-i-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MEDIUMORCHID
-
-MEDIUMORCHID
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-p-u-r-p-l-e.html b/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-p-u-r-p-l-e.html
deleted file mode 100644
index 29d21b5d..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-p-u-r-p-l-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MEDIUMPURPLE
-
-MEDIUMPURPLE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-s-e-a-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-s-e-a-g-r-e-e-n.html
deleted file mode 100644
index b8ae45ed..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-s-e-a-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MEDIUMSEAGREEN
-
-MEDIUMSEAGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-s-l-a-t-e-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-s-l-a-t-e-b-l-u-e.html
deleted file mode 100644
index 000fd003..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-s-l-a-t-e-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MEDIUMSLATEBLUE
-
-MEDIUMSLATEBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-s-p-r-i-n-g-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-s-p-r-i-n-g-g-r-e-e-n.html
deleted file mode 100644
index 1c4062e4..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-s-p-r-i-n-g-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MEDIUMSPRINGGREEN
-
-MEDIUMSPRINGGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-t-u-r-q-u-o-i-s-e.html b/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-t-u-r-q-u-o-i-s-e.html
deleted file mode 100644
index 7fad821d..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-t-u-r-q-u-o-i-s-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MEDIUMTURQUOISE
-
-MEDIUMTURQUOISE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-v-i-o-l-e-t-r-e-d.html b/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-v-i-o-l-e-t-r-e-d.html
deleted file mode 100644
index 6af6b4e0..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-e-d-i-u-m-v-i-o-l-e-t-r-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MEDIUMVIOLETRED
-
-MEDIUMVIOLETRED
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-i-d-n-i-g-h-t-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-m-i-d-n-i-g-h-t-b-l-u-e.html
deleted file mode 100644
index 5e4d029e..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-i-d-n-i-g-h-t-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MIDNIGHTBLUE
-
-MIDNIGHTBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-i-n-t-c-r-e-a-m.html b/docs/api/pl.treksoft.kvision.core/-col/-m-i-n-t-c-r-e-a-m.html
deleted file mode 100644
index aa58c869..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-i-n-t-c-r-e-a-m.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MINTCREAM
-
-MINTCREAM
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-i-s-t-y-r-o-s-e.html b/docs/api/pl.treksoft.kvision.core/-col/-m-i-s-t-y-r-o-s-e.html
deleted file mode 100644
index c3271cdf..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-i-s-t-y-r-o-s-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MISTYROSE
-
-MISTYROSE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-m-o-c-c-a-s-i-n.html b/docs/api/pl.treksoft.kvision.core/-col/-m-o-c-c-a-s-i-n.html
deleted file mode 100644
index 41be30b6..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-m-o-c-c-a-s-i-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-MOCCASIN
-
-MOCCASIN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-n-a-v-a-j-o-w-h-i-t-e.html b/docs/api/pl.treksoft.kvision.core/-col/-n-a-v-a-j-o-w-h-i-t-e.html
deleted file mode 100644
index 649707f9..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-n-a-v-a-j-o-w-h-i-t-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-NAVAJOWHITE
-
-NAVAJOWHITE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-n-a-v-y.html b/docs/api/pl.treksoft.kvision.core/-col/-n-a-v-y.html
deleted file mode 100644
index cafbc415..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-n-a-v-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-NAVY
-
-NAVY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-o-l-d-l-a-c-e.html b/docs/api/pl.treksoft.kvision.core/-col/-o-l-d-l-a-c-e.html
deleted file mode 100644
index 9b55871f..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-o-l-d-l-a-c-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-OLDLACE
-
-OLDLACE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-o-l-i-v-e-d-r-a-b.html b/docs/api/pl.treksoft.kvision.core/-col/-o-l-i-v-e-d-r-a-b.html
deleted file mode 100644
index 764ecd3d..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-o-l-i-v-e-d-r-a-b.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-OLIVEDRAB
-
-OLIVEDRAB
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-o-l-i-v-e.html b/docs/api/pl.treksoft.kvision.core/-col/-o-l-i-v-e.html
deleted file mode 100644
index 8f4c40d7..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-o-l-i-v-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-OLIVE
-
-OLIVE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-o-r-a-n-g-e-r-e-d.html b/docs/api/pl.treksoft.kvision.core/-col/-o-r-a-n-g-e-r-e-d.html
deleted file mode 100644
index 5794000c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-o-r-a-n-g-e-r-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-ORANGERED
-
-ORANGERED
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-o-r-a-n-g-e.html b/docs/api/pl.treksoft.kvision.core/-col/-o-r-a-n-g-e.html
deleted file mode 100644
index 8a8a2a5b..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-o-r-a-n-g-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-ORANGE
-
-ORANGE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-o-r-c-h-i-d.html b/docs/api/pl.treksoft.kvision.core/-col/-o-r-c-h-i-d.html
deleted file mode 100644
index 8d98bc2b..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-o-r-c-h-i-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-ORCHID
-
-ORCHID
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-g-o-l-d-e-n-r-o-d.html b/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-g-o-l-d-e-n-r-o-d.html
deleted file mode 100644
index 9b0c604f..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-g-o-l-d-e-n-r-o-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PALEGOLDENROD
-
-PALEGOLDENROD
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-g-r-e-e-n.html
deleted file mode 100644
index 36c10ec0..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PALEGREEN
-
-PALEGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-t-u-r-q-u-o-i-s-e.html b/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-t-u-r-q-u-o-i-s-e.html
deleted file mode 100644
index aa984f1b..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-t-u-r-q-u-o-i-s-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PALETURQUOISE
-
-PALETURQUOISE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-v-i-o-l-e-t-r-e-d.html b/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-v-i-o-l-e-t-r-e-d.html
deleted file mode 100644
index 068289b2..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-a-l-e-v-i-o-l-e-t-r-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PALEVIOLETRED
-
-PALEVIOLETRED
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-a-p-a-y-a-w-h-i-p.html b/docs/api/pl.treksoft.kvision.core/-col/-p-a-p-a-y-a-w-h-i-p.html
deleted file mode 100644
index b247f114..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-a-p-a-y-a-w-h-i-p.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PAPAYAWHIP
-
-PAPAYAWHIP
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-e-a-c-h-p-u-f-f.html b/docs/api/pl.treksoft.kvision.core/-col/-p-e-a-c-h-p-u-f-f.html
deleted file mode 100644
index 71aa9efd..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-e-a-c-h-p-u-f-f.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PEACHPUFF
-
-PEACHPUFF
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-e-r-u.html b/docs/api/pl.treksoft.kvision.core/-col/-p-e-r-u.html
deleted file mode 100644
index aa85f55e..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-e-r-u.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PERU
-
-PERU
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-i-n-k.html b/docs/api/pl.treksoft.kvision.core/-col/-p-i-n-k.html
deleted file mode 100644
index c7d48e25..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-i-n-k.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PINK
-
-PINK
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-l-u-m.html b/docs/api/pl.treksoft.kvision.core/-col/-p-l-u-m.html
deleted file mode 100644
index d890eac8..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-l-u-m.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PLUM
-
-PLUM
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-o-w-d-e-r-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-p-o-w-d-e-r-b-l-u-e.html
deleted file mode 100644
index c563e791..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-o-w-d-e-r-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-POWDERBLUE
-
-POWDERBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-p-u-r-p-l-e.html b/docs/api/pl.treksoft.kvision.core/-col/-p-u-r-p-l-e.html
deleted file mode 100644
index 1ee9d001..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-p-u-r-p-l-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-PURPLE
-
-PURPLE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-r-e-b-e-c-c-a-p-u-r-p-l-e.html b/docs/api/pl.treksoft.kvision.core/-col/-r-e-b-e-c-c-a-p-u-r-p-l-e.html
deleted file mode 100644
index 947e7b4f..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-r-e-b-e-c-c-a-p-u-r-p-l-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-REBECCAPURPLE
-
-REBECCAPURPLE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-r-e-d.html b/docs/api/pl.treksoft.kvision.core/-col/-r-e-d.html
deleted file mode 100644
index 4ef218c7..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-r-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-RED
-
-RED
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-r-o-s-y-b-r-o-w-n.html b/docs/api/pl.treksoft.kvision.core/-col/-r-o-s-y-b-r-o-w-n.html
deleted file mode 100644
index e6e1fa44..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-r-o-s-y-b-r-o-w-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-ROSYBROWN
-
-ROSYBROWN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-r-o-y-a-l-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-r-o-y-a-l-b-l-u-e.html
deleted file mode 100644
index 98609d1a..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-r-o-y-a-l-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-ROYALBLUE
-
-ROYALBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-a-d-d-l-e-b-r-o-w-n.html b/docs/api/pl.treksoft.kvision.core/-col/-s-a-d-d-l-e-b-r-o-w-n.html
deleted file mode 100644
index ce92f6a4..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-a-d-d-l-e-b-r-o-w-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SADDLEBROWN
-
-SADDLEBROWN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-a-l-m-o-n.html b/docs/api/pl.treksoft.kvision.core/-col/-s-a-l-m-o-n.html
deleted file mode 100644
index d2c83579..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-a-l-m-o-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SALMON
-
-SALMON
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-a-n-d-y-b-r-o-w-n.html b/docs/api/pl.treksoft.kvision.core/-col/-s-a-n-d-y-b-r-o-w-n.html
deleted file mode 100644
index cac3cec1..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-a-n-d-y-b-r-o-w-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SANDYBROWN
-
-SANDYBROWN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-e-a-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-s-e-a-g-r-e-e-n.html
deleted file mode 100644
index 2bfb2dfb..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-e-a-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SEAGREEN
-
-SEAGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-e-a-s-h-e-l-l.html b/docs/api/pl.treksoft.kvision.core/-col/-s-e-a-s-h-e-l-l.html
deleted file mode 100644
index 668aa967..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-e-a-s-h-e-l-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SEASHELL
-
-SEASHELL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-i-e-n-n-a.html b/docs/api/pl.treksoft.kvision.core/-col/-s-i-e-n-n-a.html
deleted file mode 100644
index 54c0f8a7..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-i-e-n-n-a.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SIENNA
-
-SIENNA
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-i-l-v-e-r.html b/docs/api/pl.treksoft.kvision.core/-col/-s-i-l-v-e-r.html
deleted file mode 100644
index 94e64471..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-i-l-v-e-r.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SILVER
-
-SILVER
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-k-y-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-s-k-y-b-l-u-e.html
deleted file mode 100644
index 8006d9a5..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-k-y-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SKYBLUE
-
-SKYBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-l-a-t-e-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-s-l-a-t-e-b-l-u-e.html
deleted file mode 100644
index d5d9e7ae..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-l-a-t-e-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SLATEBLUE
-
-SLATEBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-l-a-t-e-g-r-a-y.html b/docs/api/pl.treksoft.kvision.core/-col/-s-l-a-t-e-g-r-a-y.html
deleted file mode 100644
index 5ef8884c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-l-a-t-e-g-r-a-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SLATEGRAY
-
-SLATEGRAY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-n-o-w.html b/docs/api/pl.treksoft.kvision.core/-col/-s-n-o-w.html
deleted file mode 100644
index 74d1c30a..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-n-o-w.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SNOW
-
-SNOW
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-p-r-i-n-g-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-s-p-r-i-n-g-g-r-e-e-n.html
deleted file mode 100644
index 8bd113c6..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-p-r-i-n-g-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SPRINGGREEN
-
-SPRINGGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-s-t-e-e-l-b-l-u-e.html b/docs/api/pl.treksoft.kvision.core/-col/-s-t-e-e-l-b-l-u-e.html
deleted file mode 100644
index 26dd9a9f..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-s-t-e-e-l-b-l-u-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-STEELBLUE
-
-STEELBLUE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-t-a-n.html b/docs/api/pl.treksoft.kvision.core/-col/-t-a-n.html
deleted file mode 100644
index 1a39879c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-t-a-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-TAN
-
-TAN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-t-e-a-l.html b/docs/api/pl.treksoft.kvision.core/-col/-t-e-a-l.html
deleted file mode 100644
index 85eb0de3..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-t-e-a-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-TEAL
-
-TEAL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-t-h-i-s-t-l-e.html b/docs/api/pl.treksoft.kvision.core/-col/-t-h-i-s-t-l-e.html
deleted file mode 100644
index 7d6a8b64..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-t-h-i-s-t-l-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-THISTLE
-
-THISTLE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-t-o-m-a-t-o.html b/docs/api/pl.treksoft.kvision.core/-col/-t-o-m-a-t-o.html
deleted file mode 100644
index 74d09341..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-t-o-m-a-t-o.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-TOMATO
-
-TOMATO
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-t-u-r-q-u-o-i-s-e.html b/docs/api/pl.treksoft.kvision.core/-col/-t-u-r-q-u-o-i-s-e.html
deleted file mode 100644
index ba7ccbf0..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-t-u-r-q-u-o-i-s-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-TURQUOISE
-
-TURQUOISE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-v-i-o-l-e-t.html b/docs/api/pl.treksoft.kvision.core/-col/-v-i-o-l-e-t.html
deleted file mode 100644
index 968ca427..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-v-i-o-l-e-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-VIOLET
-
-VIOLET
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-w-h-e-a-t.html b/docs/api/pl.treksoft.kvision.core/-col/-w-h-e-a-t.html
deleted file mode 100644
index 27058ece..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-w-h-e-a-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-WHEAT
-
-WHEAT
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-w-h-i-t-e-s-m-o-k-e.html b/docs/api/pl.treksoft.kvision.core/-col/-w-h-i-t-e-s-m-o-k-e.html
deleted file mode 100644
index fff0906d..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-w-h-i-t-e-s-m-o-k-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-WHITESMOKE
-
-WHITESMOKE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-w-h-i-t-e.html b/docs/api/pl.treksoft.kvision.core/-col/-w-h-i-t-e.html
deleted file mode 100644
index 3c7a540f..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-w-h-i-t-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-WHITE
-
-WHITE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-y-e-l-l-o-w-g-r-e-e-n.html b/docs/api/pl.treksoft.kvision.core/-col/-y-e-l-l-o-w-g-r-e-e-n.html
deleted file mode 100644
index 85b6129b..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-y-e-l-l-o-w-g-r-e-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-YELLOWGREEN
-
-YELLOWGREEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/-y-e-l-l-o-w.html b/docs/api/pl.treksoft.kvision.core/-col/-y-e-l-l-o-w.html
deleted file mode 100644
index 9fe33954..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/-y-e-l-l-o-w.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-YELLOW
-
-YELLOW
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-col/index.html b/docs/api/pl.treksoft.kvision.core/-col/index.html
deleted file mode 100644
index 9e0ef71d..00000000
--- a/docs/api/pl.treksoft.kvision.core/-col/index.html
+++ /dev/null
@@ -1,1006 +0,0 @@
-
-
-
-
-
-Col
-enum class Col
-Enum Values
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-color/-init-.html b/docs/api/pl.treksoft.kvision.core/-color/-init-.html
deleted file mode 100644
index da133493..00000000
--- a/docs/api/pl.treksoft.kvision.core/-color/-init-.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-<init>
-
-Color(color: Int)
-Parameters
-
-
-Color(color: Col)
-Parameters
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-color/index.html b/docs/api/pl.treksoft.kvision.core/-color/index.html
deleted file mode 100644
index ddf50b96..00000000
--- a/docs/api/pl.treksoft.kvision.core/-color/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-Color
-class Color
-Constructors
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-component/add-css-class.html b/docs/api/pl.treksoft.kvision.core/-component/add-css-class.html
deleted file mode 100644
index 971670b4..00000000
--- a/docs/api/pl.treksoft.kvision.core/-component/add-css-class.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-Color(color: Int)
-Color(color: Col)
-
-
-addCssClass
-
-abstract fun addCssClass(css: String): Component
-Parameters
-
-
-current component
-
-addSurroundingCssClass
-
-abstract fun addSurroundingCssClass(css: String): Component
-Parameters
-
-
-current component
-
-getElementJQueryD
-
-abstract fun getElementJQueryD(): dynamic
-
-JQuery element as a dynamic type
-
-getElementJQuery
-
-abstract fun getElementJQuery(): JQuery?
-
-JQuery element
-
-getElement
-
-abstract fun getElement(): Node?
-
-DOM element
-
-Component
-interface Component
-Properties
-
-
-
-
-
-
-
-
-
-
-abstract var parent: Component?
-
-
-
-
-
-
-
-
-abstract var visible: Boolean
-Functions
-
-
-
-
-
-
-
-
-
-
-abstract fun addCssClass(css: String): Component
-
-
-
-
-
-
-
-abstract fun addSurroundingCssClass(css: String): Component
-
-
-
-
-
-
-
-abstract fun getElement(): Node?
-
-
-
-
-
-
-
-abstract fun getElementJQuery(): JQuery?
-
-
-
-
-
-
-
-abstract fun getElementJQueryD(): dynamic
-
-
-
-
-
-
-
-abstract fun removeCssClass(css: String): Component
-
-
-
-
-
-
-
-
-abstract fun removeSurroundingCssClass(css: String): Component
-Inheritors
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-component/parent.html b/docs/api/pl.treksoft.kvision.core/-component/parent.html
deleted file mode 100644
index 80cee78f..00000000
--- a/docs/api/pl.treksoft.kvision.core/-component/parent.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-interface Container : Component
-
-
-
-
-
-
-
-interface FormControl : Component
-
-
-
-
-
-
-
-
-abstract class StyledComponent : Component
-
-
-parent
-
-abstract var parent: Component?
-
-
-removeCssClass
-
-abstract fun removeCssClass(css: String): Component
-Parameters
-
-
-current component
-
-removeSurroundingCssClass
-
-abstract fun removeSurroundingCssClass(css: String): Component
-Parameters
-
-
-current component
-
-visible
-
-abstract var visible: Boolean
-
-
-addAll
-
-abstract fun addAll(children: List<Component>): Container
-Parameters
-children
- list of child components
-current container
-
-add
-
-abstract fun add(child: Component): Container
-Parameters
-
-
-current container
-
-getChildren
-
-abstract fun getChildren(): List<Component>
-
-list of children
-
-Container
-interface Container : Component
-Inherited Properties
-
-
-
-
-
-
-
-
-
-
-abstract var parent: Component?
-
-
-
-
-
-
-
-
-abstract var visible: Boolean
-Functions
-
-
-
-
-
-
-
-
-
-
-abstract fun add(child: Component): Container
-
-
-
-
-
-
-
-abstract fun addAll(children: List<Component>): Container
-
-
-
-
-
-
-
-abstract fun getChildren(): List<Component>
-
-
-
-
-
-
-
-open operator fun invoke(vararg children: Component): Container
-
-
-
-
-
-
-
-abstract fun remove(child: Component): Container
-
-
-
-
-
-
-
-
-abstract fun removeAll(): Container
-Inherited Functions
-
-
-
-
-
-
-
-
-
-
-abstract fun addCssClass(css: String): Component
-
-
-
-
-
-
-
-abstract fun addSurroundingCssClass(css: String): Component
-
-
-
-
-
-
-
-abstract fun getElement(): Node?
-
-
-
-
-
-
-
-abstract fun getElementJQuery(): JQuery?
-
-
-
-
-
-
-
-abstract fun getElementJQueryD(): dynamic
-
-
-
-
-
-
-
-abstract fun removeCssClass(css: String): Component
-
-
-
-
-
-
-
-
-abstract fun removeSurroundingCssClass(css: String): Component
-Inheritors
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-container/invoke.html b/docs/api/pl.treksoft.kvision.core/-container/invoke.html
deleted file mode 100644
index 367c8fb1..00000000
--- a/docs/api/pl.treksoft.kvision.core/-container/invoke.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-class DataContainer<M : DataComponent, C : Component> : Widget, Container, DataUpdatable
-
-
-
-
-
-
-
-
-open class SimplePanel : Widget, Container
-
-
-invoke
-
-open operator fun invoke(vararg children: Component): Container
-Parameters
-children
- children components
-current container
-
-removeAll
-
-abstract fun removeAll(): Container
-
-current container
-
-remove
-
-abstract fun remove(child: Component): Container
-Parameters
-
-
-current container
-
-CssSize
-typealias CssSize = Pair<Int, UNIT>
-
-
-AUTO
-
-AUTO
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-overflow/-h-i-d-d-e-n.html b/docs/api/pl.treksoft.kvision.core/-overflow/-h-i-d-d-e-n.html
deleted file mode 100644
index e39f1ff2..00000000
--- a/docs/api/pl.treksoft.kvision.core/-overflow/-h-i-d-d-e-n.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-HIDDEN
-
-HIDDEN
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-overflow/-i-n-h-e-r-i-t.html b/docs/api/pl.treksoft.kvision.core/-overflow/-i-n-h-e-r-i-t.html
deleted file mode 100644
index c77733f6..00000000
--- a/docs/api/pl.treksoft.kvision.core/-overflow/-i-n-h-e-r-i-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-INHERIT
-
-INHERIT
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-overflow/-i-n-i-t-i-a-l.html b/docs/api/pl.treksoft.kvision.core/-overflow/-i-n-i-t-i-a-l.html
deleted file mode 100644
index bbeeaa11..00000000
--- a/docs/api/pl.treksoft.kvision.core/-overflow/-i-n-i-t-i-a-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-INITIAL
-
-INITIAL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-overflow/-s-c-r-o-l-l.html b/docs/api/pl.treksoft.kvision.core/-overflow/-s-c-r-o-l-l.html
deleted file mode 100644
index 42beb7db..00000000
--- a/docs/api/pl.treksoft.kvision.core/-overflow/-s-c-r-o-l-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-SCROLL
-
-SCROLL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-overflow/-v-i-s-i-b-l-e.html b/docs/api/pl.treksoft.kvision.core/-overflow/-v-i-s-i-b-l-e.html
deleted file mode 100644
index 5dadd30b..00000000
--- a/docs/api/pl.treksoft.kvision.core/-overflow/-v-i-s-i-b-l-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-VISIBLE
-
-VISIBLE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-overflow/index.html b/docs/api/pl.treksoft.kvision.core/-overflow/index.html
deleted file mode 100644
index 1b06a5da..00000000
--- a/docs/api/pl.treksoft.kvision.core/-overflow/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
-Overflow
-enum class Overflow
-Enum Values
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-position/-a-b-s-o-l-u-t-e.html b/docs/api/pl.treksoft.kvision.core/-position/-a-b-s-o-l-u-t-e.html
deleted file mode 100644
index a0d14223..00000000
--- a/docs/api/pl.treksoft.kvision.core/-position/-a-b-s-o-l-u-t-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-ABSOLUTE
-
-ABSOLUTE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-position/-f-i-x-e-d.html b/docs/api/pl.treksoft.kvision.core/-position/-f-i-x-e-d.html
deleted file mode 100644
index c3b61d7c..00000000
--- a/docs/api/pl.treksoft.kvision.core/-position/-f-i-x-e-d.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-FIXED
-
-FIXED
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-position/-r-e-l-a-t-i-v-e.html b/docs/api/pl.treksoft.kvision.core/-position/-r-e-l-a-t-i-v-e.html
deleted file mode 100644
index 51e0fc33..00000000
--- a/docs/api/pl.treksoft.kvision.core/-position/-r-e-l-a-t-i-v-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-RELATIVE
-
-RELATIVE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-position/-s-t-a-t-i-c.html b/docs/api/pl.treksoft.kvision.core/-position/-s-t-a-t-i-c.html
deleted file mode 100644
index c4d2c768..00000000
--- a/docs/api/pl.treksoft.kvision.core/-position/-s-t-a-t-i-c.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-STATIC
-
-STATIC
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-position/-s-t-i-c-k-y.html b/docs/api/pl.treksoft.kvision.core/-position/-s-t-i-c-k-y.html
deleted file mode 100644
index 9594e562..00000000
--- a/docs/api/pl.treksoft.kvision.core/-position/-s-t-i-c-k-y.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-STICKY
-
-STICKY
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-position/index.html b/docs/api/pl.treksoft.kvision.core/-position/index.html
deleted file mode 100644
index 2d5be57e..00000000
--- a/docs/api/pl.treksoft.kvision.core/-position/index.html
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-Position
-enum class Position
-Enum Values
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-res-string.html b/docs/api/pl.treksoft.kvision.core/-res-string.html
deleted file mode 100644
index a53f02f4..00000000
--- a/docs/api/pl.treksoft.kvision.core/-res-string.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-ResString
-typealias ResString = String
-
-
-BOTH
-
-BOTH
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-resize/-h-o-r-i-z-o-n-t-a-l.html b/docs/api/pl.treksoft.kvision.core/-resize/-h-o-r-i-z-o-n-t-a-l.html
deleted file mode 100644
index b35d01d7..00000000
--- a/docs/api/pl.treksoft.kvision.core/-resize/-h-o-r-i-z-o-n-t-a-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-HORIZONTAL
-
-HORIZONTAL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-resize/-i-n-h-e-r-i-t.html b/docs/api/pl.treksoft.kvision.core/-resize/-i-n-h-e-r-i-t.html
deleted file mode 100644
index 0f207349..00000000
--- a/docs/api/pl.treksoft.kvision.core/-resize/-i-n-h-e-r-i-t.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-INHERIT
-
-INHERIT
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-resize/-i-n-i-t-i-a-l.html b/docs/api/pl.treksoft.kvision.core/-resize/-i-n-i-t-i-a-l.html
deleted file mode 100644
index 196ff4c2..00000000
--- a/docs/api/pl.treksoft.kvision.core/-resize/-i-n-i-t-i-a-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-INITIAL
-
-INITIAL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-resize/-n-o-n-e.html b/docs/api/pl.treksoft.kvision.core/-resize/-n-o-n-e.html
deleted file mode 100644
index 21214f97..00000000
--- a/docs/api/pl.treksoft.kvision.core/-resize/-n-o-n-e.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-NONE
-
-NONE
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-resize/-v-e-r-t-i-c-a-l.html b/docs/api/pl.treksoft.kvision.core/-resize/-v-e-r-t-i-c-a-l.html
deleted file mode 100644
index a949e760..00000000
--- a/docs/api/pl.treksoft.kvision.core/-resize/-v-e-r-t-i-c-a-l.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-VERTICAL
-
-VERTICAL
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-resize/index.html b/docs/api/pl.treksoft.kvision.core/-resize/index.html
deleted file mode 100644
index ff892d1a..00000000
--- a/docs/api/pl.treksoft.kvision.core/-resize/index.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
-Resize
-enum class Resize
-Enum Values
-
-
-
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-string-bool-pair.html b/docs/api/pl.treksoft.kvision.core/-string-bool-pair.html
deleted file mode 100644
index 4b799ffa..00000000
--- a/docs/api/pl.treksoft.kvision.core/-string-bool-pair.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-StringBoolPair
-typealias StringBoolPair = Pair<String, Boolean>
-
-
-StringPair
-typealias StringPair = Pair<String, String>
-
-
-<init>
-
-StyledComponent()
-
-
-background
-
-var background: Background?
-
-
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 deleted file mode 100644 index c8d4c6fc..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/border-bottom.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 54bd85d3..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/border-left.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 428a462a..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/border-right.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index d5a50121..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/border-top.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 02a1660d..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/border.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 0e98c842..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/bottom.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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-hex.html b/docs/api/pl.treksoft.kvision.core/-styled-component/color-hex.html deleted file mode 100644 index 3e22c1da..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/color-hex.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -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/docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html b/docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html deleted file mode 100644 index f597c1e3..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/color-name.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -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/docs/api/pl.treksoft.kvision.core/-styled-component/color.html b/docs/api/pl.treksoft.kvision.core/-styled-component/color.html deleted file mode 100644 index b9d6f799..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/color.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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/get-sn-style.html b/docs/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html deleted file mode 100644 index 049da26e..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/get-sn-style.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -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
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 deleted file mode 100644 index 5ad31f17..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/index.html +++ /dev/null @@ -1,458 +0,0 @@ - - - -abstract class StyledComponent : Component
-Base class for components supporting CSS styling.
-- - | -
-StyledComponent()
-Base class for components supporting CSS styling. - |
-
- - | -
-var background: Background?
-Background of the current component. - |
-
- - | -
-var border: Border?
-Border of the current component. - |
-
- - | -
-var borderBottom: Border?
-Bottom border of the current component. - |
-
- - | -
-var borderLeft: Border?
-Left border of the current component. - |
-
- - | -
-var borderRight: Border?
-Right border of the current component. - |
-
- - | -
-var borderTop: Border?
-Top border of the current component. - |
-
- - | -
-var bottom: CssSize?
-Bottom edge of the current component. - |
-
- - | -
-var color: Color?
-Text color for the current component. - |
-
- - | -
-var colorHex: Int?
-Text color for the current component given in hex format (write only). - |
-
- - | -
-var colorName: Col?
-Text color for the current component given with named constant (write only). - |
-
- - | -
-var height: CssSize?
-Height of the current component. - |
-
- - | -
-var left: CssSize?
-Left edge of the current component. - |
-
- - | -
-var margin: CssSize?
-Margin of the current component. - |
-
- - | -
-var marginBottom: CssSize?
-Bottom margin of the current component. - |
-
- - | -
-var marginLeft: CssSize?
-Left margin of the current component. - |
-
- - | -
-var marginRight: CssSize?
-Right margin of the current component. - |
-
- - | -
-var marginTop: CssSize?
-Top margin of the current component. - |
-
- - | -
-var maxHeight: CssSize?
-Maximal height of the current component. - |
-
- - | -
-var maxWidth: CssSize?
-Maximal width of the current component. - |
-
- - | -
-var minHeight: CssSize?
-Minimal height of the current component. - |
-
- - | -
-var minWidth: CssSize?
-Minimal width of the current component. - |
-
- - | -
-var opacity: Double?
-Opacity of the current component. - |
-
- - | -
-var overflow: Overflow?
-CSS overflow of the current component. - |
-
- - | -
-var padding: CssSize?
-Padding of the current component. - |
-
- - | -
-var paddingBottom: CssSize?
-Bottom padding of the current component. - |
-
- - | -
-var paddingLeft: CssSize?
-Left padding of the current component. - |
-
- - | -
-var paddingRight: CssSize?
-Right padding of the current component. - |
-
- - | -
-var paddingTop: CssSize?
-Top padding of the current component. - |
-
- - | -
-var position: Position?
-CSS position of the current component. - |
-
- - | -
-var resize: Resize?
-CSS resize of the current component. - |
-
- - | -
-var right: CssSize?
-Right edge of the current component. - |
-
- - | -
-var top: CssSize?
-Top edge of the current component. - |
-
- - | -
-open var width: CssSize?
-Width of the current component. - |
-
- - | -
-var zIndex: Int?
-Z-index of the current component. - |
-
- - | -
-abstract var parent: Component?
-Parent of the current component. - |
-
- - | -
-abstract var visible: Boolean
-Visibility state of the current component. - |
-
- - | -
-open fun getSnStyle(): List<StringPair>
-Returns the list of String pairs defining CSS style attributes and their values. - |
-
- - | -
-abstract fun addCssClass(css: String): Component
-Adds given value to the set of CSS classes generated in html code of current component. - |
-
- - | -
-abstract fun addSurroundingCssClass(css: String): Component
-Adds given value to the set of CSS classes generated in html code of parent component. - |
-
- - | -
-abstract fun getElement(): Node?
-Returns DOM element bound to the current component. - |
-
- - | -
-abstract fun getElementJQuery(): JQuery?
-Returns JQuery element bound to the current component. - |
-
- - | -
-abstract fun getElementJQueryD(): dynamic
-Returns JQuery element bound to the current component as a dynamic type. - |
-
- - | -
-abstract fun removeCssClass(css: String): Component
-Removes given value from the set of CSS classes generated in html code of current component. - |
-
- - | -
-abstract fun removeSurroundingCssClass(css: String): Component
-Removes given value from the set of CSS classes generated in html code of parent component. - |
-
- - | -
-open class Widget : StyledComponent
-Base widget class. The parent of all component classes. - |
-
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 deleted file mode 100644 index ba19712e..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-bottom.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 9c943cf3..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-left.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 72042478..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-right.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 6bc99621..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/margin-top.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index a4b0cb2e..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/margin.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 8a545e27..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/max-height.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 3e9182f5..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/max-width.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 35e94de6..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/min-height.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 1c5d9d27..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/min-width.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index c1c9fd06..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/opacity.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 3fb217e5..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/overflow.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index ce6562a2..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-bottom.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 1bc850b2..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-left.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index c41f2515..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-right.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 865bfa0b..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/padding-top.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 2be1ef30..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/padding.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index e067448d..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/position.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index b7892a1c..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/resize.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 2c986a02..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/right.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index a414843e..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/top.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index 84a153bb..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/width.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -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 deleted file mode 100644 index d775804c..00000000 --- a/docs/api/pl.treksoft.kvision.core/-styled-component/z-index.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var zIndex: Int?
-Z-index of the current component.
-Getter
-
Z-index of the current component.
- -Setter
-
Z-index of the current component.
- - - diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/auto.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/auto.html deleted file mode 100644 index b0ac2b2a..00000000 --- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/auto.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -auto
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/ch.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/ch.html
deleted file mode 100644
index 331bfb57..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/ch.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-ch
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/cm.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/cm.html
deleted file mode 100644
index 6b79ee05..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/cm.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-cm
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/em.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/em.html
deleted file mode 100644
index b24cd75b..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/em.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-em
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/in.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/in.html
deleted file mode 100644
index f2b12e40..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/in.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-in
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/index.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/index.html
deleted file mode 100644
index d91193d9..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/index.html
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
-enum class UNIT
-Definitions of CSS units.
-- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
- - | -- | -
mm
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/pc.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/pc.html
deleted file mode 100644
index fc484b06..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/pc.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-pc
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/perc.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/perc.html
deleted file mode 100644
index 15b4c1e5..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/perc.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-perc
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/pt.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/pt.html
deleted file mode 100644
index 7b2cff98..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/pt.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-pt
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/px.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/px.html
deleted file mode 100644
index efc7c25e..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/px.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-px
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/rem.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/rem.html
deleted file mode 100644
index 5c72d2f2..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/rem.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-rem
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vh.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vh.html
deleted file mode 100644
index d0d2de28..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vh.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-vh
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vmax.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vmax.html
deleted file mode 100644
index 9bf98a11..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vmax.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-vmax
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vmin.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vmin.html
deleted file mode 100644
index 0c189245..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vmin.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-vmin
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vw.html b/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vw.html
deleted file mode 100644
index aff89d33..00000000
--- a/docs/api/pl.treksoft.kvision.core/-u-n-i-t/vw.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-vw
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/-init-.html b/docs/api/pl.treksoft.kvision.core/-widget-wrapper/-init-.html
deleted file mode 100644
index 191683d7..00000000
--- a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/-init-.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-WidgetWrapper(wrapped: Component?, classes: Set<String> = setOf())
-
-classes
- Set of CSS class names
Constructor
-
open class WidgetWrapper : Widget
-This class allows to wrap a component into separately styled DIV element.
-- - | -
-WidgetWrapper(wrapped: Component?, classes: Set<String> = setOf()) |
-
- - | -
-open var visible: Boolean
-Visibility state of the current component. - |
-
- - | -
-var draggable: Boolean?
-Determines if the current widget is draggable. - |
-
- - | -
-var id: String?
-An ID attribute of generated HTML element. - |
-
- - | -
-open var parent: Component?
-Parent of the current component. - |
-
- - | -
-var role: String?
-A role attribute of generated HTML element. - |
-
- - | -
-var title: String?
-A title attribute of generated HTML element. - |
-
- - | -
-open fun render(): VNode
-Renders current component as a Snabbdom vnode. - |
-
- - | -
-open fun addCssClass(css: String): Widget
-Adds given value to the set of CSS classes generated in html code of current component. - |
-
- - | -
-open fun addSurroundingCssClass(css: String): Widget
-Adds given value to the set of CSS classes generated in html code of parent component. - |
-
- - | -
-open fun afterCreate(node: VNode): Unit
-Method called after creating Snabbdom vnode. - |
-
- - | -
-open fun afterDestroy(): Unit
-Method called after destroying Snabbdom vnode. - |
-
- - | -
-open fun afterInsert(node: VNode): Unit
-Method called after inserting Snabbdom vnode into the DOM. - |
-
- - | -
-open fun afterPostpatch(node: VNode): Unit
-Method called after updating Snabbdom vnode. - |
-
- - | -
-open fun clearDragDropData(): Unit
-Clears D&D data for the current widget. It also makes it not draggable. - |
-
- - | -
-open fun getElement(): Node?
-Returns DOM element bound to the current component. - |
-
- - | -
-open fun getElementJQuery(): JQuery?
-Returns JQuery element bound to the current component. - |
-
- - | -
-open fun getElementJQueryD(): dynamic
-Returns JQuery element bound to the current component as a dynamic type. - |
-
- - | -
-open fun getSnAttrs(): List<StringPair>
-Returns list of element attributes in the form of a List. - |
-
- - | -
-open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List. - |
-
- - | -
-open fun getSnHooks(): Hooks?
-Returns list of hooks in the form of a Snabbdom Hooks object. - |
-
- - | -
-open fun getSnOn(): On?
-Returns list of event handlers in the form of a Snabbdom On object. - |
-
- - | -
-open fun hide(): Widget
-Makes current widget invisible. - |
-
- - | -
-open fun removeCssClass(css: String): Widget
-Removes given value from the set of CSS classes generated in html code of current component. - |
-
- - | -
-open fun removeEventListeners(): Widget
-Removes all event listeners from current widget. - |
-
- - | -
-open fun removeSurroundingCssClass(css: String): Widget
-Removes given value from the set of CSS classes generated in html code of parent component. - |
-
- - | -
-open fun render(elementName: String): VNode - open fun render(elementName: String, children: Array<dynamic>): VNode
-Renders current component as a Snabbdom vnode. - |
-
- - | -
-open fun setDragDropData(format: String, data: String): Unit
-Sets D&D data for the current widget. It also makes it draggable. - |
-
- - | -
-open fun setDropTarget(format: String, callback: (DragEvent) -> Unit): Unit - open fun setDropTarget(formats: Set<String>? = null, callback: (DragEvent) -> Unit): Unit
-Sets the current widget as a D&D drop target. - |
-
- - | -
-open fun setDropTargetData(format: String, callback: (String?) -> Unit): Unit
-Sets the current widget as a D&D drop target with helper callback accepting String data. - |
-
- - | -
-open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
-Sets an event listener for current widget, keeping the actual type of component. -open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-Sets an event listener for current widget. - |
-
- - | -
-open fun show(): Widget
-Makes current widget visible. - |
-
- - | -
-open fun toggleVisible(): Widget
-Toggles visibility of current widget. - |
-
- - | -
-fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): WidgetWrapper
-DSL builder extension function. - |
-
- - | -
-class GridWrapper : WidgetWrapper |
-
protected open fun render(): VNode
-Overrides Widget.render
-Renders current component as a Snabbdom vnode.
-Return
-Snabbdom vnode
open var visible: Boolean
-Overrides Widget.visible
-Visibility state of the current component.
-Getter
-
Visibility state of the current component.
- -Setter
-
Visibility state of the current component.
- - - diff --git a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html b/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html deleted file mode 100644 index 8a9ef6c5..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget-wrapper/widget-wrapper.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -fun Container.widgetWrapper(wrapped: Component?, classes: Set<String> = setOf(), init: WidgetWrapper.() -> Unit = null): WidgetWrapper
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
- - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/-init-.html b/docs/api/pl.treksoft.kvision.core/-widget/-init-.html deleted file mode 100644 index 3d40fa05..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/-init-.html +++ /dev/null @@ -1,20 +0,0 @@ - - - -Widget(classes: Set<String> = setOf())
-Creates basic Widget with given CSS class names.
-
-classes
- Set of CSS class names
Constructor
-Creates basic Widget with given CSS class names.
open fun addCssClass(css: String): Widget
-Overrides Component.addCssClass
-Adds given value to the set of CSS classes generated in html code of current component.
-Return
-current component
open fun addSurroundingCssClass(css: String): Widget
-Overrides Component.addSurroundingCssClass
-Adds given value to the set of CSS classes generated in html code of parent component.
-Return
-current component
protected open fun afterCreate(node: VNode): Unit
-Method called after creating Snabbdom vnode.
- - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/after-destroy.html b/docs/api/pl.treksoft.kvision.core/-widget/after-destroy.html deleted file mode 100644 index cfdc5f09..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/after-destroy.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -protected open fun afterDestroy(): Unit
-Method called after destroying Snabbdom vnode.
- - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/after-insert.html b/docs/api/pl.treksoft.kvision.core/-widget/after-insert.html deleted file mode 100644 index 04ed6c72..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/after-insert.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -protected open fun afterInsert(node: VNode): Unit
-Method called after inserting Snabbdom vnode into the DOM.
- - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/after-postpatch.html b/docs/api/pl.treksoft.kvision.core/-widget/after-postpatch.html deleted file mode 100644 index 48e0fe23..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/after-postpatch.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -protected open fun afterPostpatch(node: VNode): Unit
-Method called after updating Snabbdom vnode.
- - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/clear-drag-drop-data.html b/docs/api/pl.treksoft.kvision.core/-widget/clear-drag-drop-data.html deleted file mode 100644 index 2a6a3dc3..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/clear-drag-drop-data.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -open fun clearDragDropData(): Unit
-Clears D&D data for the current widget. It also makes it not draggable.
- - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/draggable.html b/docs/api/pl.treksoft.kvision.core/-widget/draggable.html deleted file mode 100644 index 36163175..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/draggable.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var draggable: Boolean?
-Determines if the current widget is draggable.
-Getter
-
Determines if the current widget is draggable.
- -Setter
-
Determines if the current widget is draggable.
- - - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/get-element-j-query-d.html b/docs/api/pl.treksoft.kvision.core/-widget/get-element-j-query-d.html deleted file mode 100644 index 18f83cee..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/get-element-j-query-d.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -open fun getElementJQueryD(): dynamic
-Overrides Component.getElementJQueryD
-Returns JQuery element bound to the current component as a dynamic type.
-Return
-JQuery element as a dynamic type
open fun getElementJQuery(): JQuery?
-Overrides Component.getElementJQuery
-Returns JQuery element bound to the current component.
-Return
-JQuery element
open fun getElement(): Node?
-Overrides Component.getElement
-Returns DOM element bound to the current component.
-Return
-DOM element
protected open fun getSnAttrs(): List<StringPair>
-Returns list of element attributes in the form of a List.
-Return
-list of element attributes
protected open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List.
-Return
-list of CSS class names
protected open fun getSnHooks(): Hooks?
-Returns list of hooks in the form of a Snabbdom Hooks object.
-Return
-list of hooks
protected open fun getSnOn(): On?
-Returns list of event handlers in the form of a Snabbdom On object.
-Return
-list of event handlers
open fun hide(): Widget
-Makes current widget invisible.
-Return
-current widget
var id: String?
-An ID attribute of generated HTML element.
-Getter
-
An ID attribute of generated HTML element.
- -Setter
-
An ID attribute of generated HTML element.
- - - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/index.html b/docs/api/pl.treksoft.kvision.core/-widget/index.html deleted file mode 100644 index 302b75d8..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/index.html +++ /dev/null @@ -1,766 +0,0 @@ - - - -open class Widget : StyledComponent
-Base widget class. The parent of all component classes.
-A simple widget is rendered as HTML DIV element.
-- - | -
-Widget(classes: Set<String> = setOf())
-Creates basic Widget with given CSS class names. - |
-
- - | -
-var draggable: Boolean?
-Determines if the current widget is draggable. - |
-
- - | -
-var id: String?
-An ID attribute of generated HTML element. - |
-
- - | -
-open var parent: Component?
-Parent of the current component. - |
-
- - | -
-var role: String?
-A role attribute of generated HTML element. - |
-
- - | -
-var title: String?
-A title attribute of generated HTML element. - |
-
- - | -
-open var visible: Boolean
-Visibility state of the current component. - |
-
- - | -
-var background: Background?
-Background of the current component. - |
-
- - | -
-var border: Border?
-Border of the current component. - |
-
- - | -
-var borderBottom: Border?
-Bottom border of the current component. - |
-
- - | -
-var borderLeft: Border?
-Left border of the current component. - |
-
- - | -
-var borderRight: Border?
-Right border of the current component. - |
-
- - | -
-var borderTop: Border?
-Top border of the current component. - |
-
- - | -
-var bottom: CssSize?
-Bottom edge of the current component. - |
-
- - | -
-var color: Color?
-Text color for the current component. - |
-
- - | -
-var colorHex: Int?
-Text color for the current component given in hex format (write only). - |
-
- - | -
-var colorName: Col?
-Text color for the current component given with named constant (write only). - |
-
- - | -
-var height: CssSize?
-Height of the current component. - |
-
- - | -
-var left: CssSize?
-Left edge of the current component. - |
-
- - | -
-var margin: CssSize?
-Margin of the current component. - |
-
- - | -
-var marginBottom: CssSize?
-Bottom margin of the current component. - |
-
- - | -
-var marginLeft: CssSize?
-Left margin of the current component. - |
-
- - | -
-var marginRight: CssSize?
-Right margin of the current component. - |
-
- - | -
-var marginTop: CssSize?
-Top margin of the current component. - |
-
- - | -
-var maxHeight: CssSize?
-Maximal height of the current component. - |
-
- - | -
-var maxWidth: CssSize?
-Maximal width of the current component. - |
-
- - | -
-var minHeight: CssSize?
-Minimal height of the current component. - |
-
- - | -
-var minWidth: CssSize?
-Minimal width of the current component. - |
-
- - | -
-var opacity: Double?
-Opacity of the current component. - |
-
- - | -
-var overflow: Overflow?
-CSS overflow of the current component. - |
-
- - | -
-var padding: CssSize?
-Padding of the current component. - |
-
- - | -
-var paddingBottom: CssSize?
-Bottom padding of the current component. - |
-
- - | -
-var paddingLeft: CssSize?
-Left padding of the current component. - |
-
- - | -
-var paddingRight: CssSize?
-Right padding of the current component. - |
-
- - | -
-var paddingTop: CssSize?
-Top padding of the current component. - |
-
- - | -
-var position: Position?
-CSS position of the current component. - |
-
- - | -
-var resize: Resize?
-CSS resize of the current component. - |
-
- - | -
-var right: CssSize?
-Right edge of the current component. - |
-
- - | -
-var top: CssSize?
-Top edge of the current component. - |
-
- - | -
-open var width: CssSize?
-Width of the current component. - |
-
- - | -
-var zIndex: Int?
-Z-index of the current component. - |
-
- - | -
-open fun addCssClass(css: String): Widget
-Adds given value to the set of CSS classes generated in html code of current component. - |
-
- - | -
-open fun addSurroundingCssClass(css: String): Widget
-Adds given value to the set of CSS classes generated in html code of parent component. - |
-
- - | -
-open fun afterCreate(node: VNode): Unit
-Method called after creating Snabbdom vnode. - |
-
- - | -
-open fun afterDestroy(): Unit
-Method called after destroying Snabbdom vnode. - |
-
- - | -
-open fun afterInsert(node: VNode): Unit
-Method called after inserting Snabbdom vnode into the DOM. - |
-
- - | -
-open fun afterPostpatch(node: VNode): Unit
-Method called after updating Snabbdom vnode. - |
-
- - | -
-open fun clearDragDropData(): Unit
-Clears D&D data for the current widget. It also makes it not draggable. - |
-
- - | -
-open fun getElement(): Node?
-Returns DOM element bound to the current component. - |
-
- - | -
-open fun getElementJQuery(): JQuery?
-Returns JQuery element bound to the current component. - |
-
- - | -
-open fun getElementJQueryD(): dynamic
-Returns JQuery element bound to the current component as a dynamic type. - |
-
- - | -
-open fun getSnAttrs(): List<StringPair>
-Returns list of element attributes in the form of a List. - |
-
- - | -
-open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List. - |
-
- - | -
-open fun getSnHooks(): Hooks?
-Returns list of hooks in the form of a Snabbdom Hooks object. - |
-
- - | -
-open fun getSnOn(): On?
-Returns list of event handlers in the form of a Snabbdom On object. - |
-
- - | -
-open fun hide(): Widget
-Makes current widget invisible. - |
-
- - | -
-open fun removeCssClass(css: String): Widget
-Removes given value from the set of CSS classes generated in html code of current component. - |
-
- - | -
-open fun removeEventListeners(): Widget
-Removes all event listeners from current widget. - |
-
- - | -
-open fun removeSurroundingCssClass(css: String): Widget
-Removes given value from the set of CSS classes generated in html code of parent component. - |
-
- - | -
-open fun render(): VNode - open fun render(elementName: String): VNode - open fun render(elementName: String, children: Array<dynamic>): VNode
-Renders current component as a Snabbdom vnode. - |
-
- - | -
-open fun setDragDropData(format: String, data: String): Unit
-Sets D&D data for the current widget. It also makes it draggable. - |
-
- - | -
-open fun setDropTarget(format: String, callback: (DragEvent) -> Unit): Unit - open fun setDropTarget(formats: Set<String>? = null, callback: (DragEvent) -> Unit): Unit
-Sets the current widget as a D&D drop target. - |
-
- - | -
-open fun setDropTargetData(format: String, callback: (String?) -> Unit): Unit
-Sets the current widget as a D&D drop target with helper callback accepting String data. - |
-
- - | -
-open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
-Sets an event listener for current widget, keeping the actual type of component. -open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-Sets an event listener for current widget. - |
-
- - | -
-open fun show(): Widget
-Makes current widget visible. - |
-
- - | -
-open fun toggleVisible(): Widget
-Toggles visibility of current widget. - |
-
- - | -
-open fun getSnStyle(): List<StringPair>
-Returns the list of String pairs defining CSS style attributes and their values. - |
-
- - | -
-fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Widget
-DSL builder extension function. - |
-
- - | -
-abstract class AbstractTextInput : Widget
-Base class for basic text components. - |
-
- - | -
-open class Button : Widget
-Button component. - |
-
- - | -
-open class CheckInput : Widget
-The basic input component rendered as HTML input type="checkbox" or input type="radio". - |
-
- - | -
-open class CloseIcon : Widget
-Helper class for close icon component. - |
-
- - | -
-class DataContainer<M : DataComponent, C : Component> : Widget, Container, DataUpdatable
-A container class with support for observable data model. - |
-
- - | -
-open class DateTimeInput : Widget
-Basic date/time chooser component. - |
-
- - | -
-open class Image : Widget
-Image component. - |
-
- - | -
-open class SelectOption : Widget
-The helper component for adding options to Select or SelectOptGroup. - |
-
- - | -
-open class SimplePanel : Widget, Container
-Basic container class, rendered as a DIV element with all children directly within. - |
-
- - | -
-open class SpinnerInput : Widget
-The basic component for spinner control. - |
-
- - | -
-open class WidgetWrapper : Widget
-This class allows to wrap a component into separately styled DIV element. - |
-
open var parent: Component?
-Overrides Component.parent
-Parent of the current component.
- - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/remove-css-class.html b/docs/api/pl.treksoft.kvision.core/-widget/remove-css-class.html deleted file mode 100644 index 9db6b40b..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/remove-css-class.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -open fun removeCssClass(css: String): Widget
-Overrides Component.removeCssClass
-Removes given value from the set of CSS classes generated in html code of current component.
-Return
-current component
open fun removeEventListeners(): Widget
-Removes all event listeners from current widget.
-Return
-current widget
open fun removeSurroundingCssClass(css: String): Widget
-Overrides Component.removeSurroundingCssClass
-Removes given value from the set of CSS classes generated in html code of parent component.
-Return
-current component
protected open fun render(): VNode
-Renders current component as a Snabbdom vnode.
-Return
-Snabbdom vnode
protected open fun render(elementName: String): VNode
-Renders current component as a Snabbdom vnode.
-
-elementName
- HTML element name
Return
-Snabbdom vnode
protected open fun render(elementName: String, children: Array<dynamic>): VNode
-Renders current component as a Snabbdom vnode.
-
-elementName
- HTML element name
-children
- array of children nodes
Return
-Snabbdom vnode
var role: String?
-A role attribute of generated HTML element.
-Getter
-
A role attribute of generated HTML element.
- -Setter
-
A role attribute of generated HTML element.
- - - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/set-drag-drop-data.html b/docs/api/pl.treksoft.kvision.core/-widget/set-drag-drop-data.html deleted file mode 100644 index f3a125fc..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/set-drag-drop-data.html +++ /dev/null @@ -1,20 +0,0 @@ - - - -open fun setDragDropData(format: String, data: String): Unit
-Sets D&D data for the current widget. It also makes it draggable.
-
-data
- D&D data transferred to a drop target
open fun setDropTargetData(format: String, callback: (String?) -> Unit): Unit
-Sets the current widget as a D&D drop target with helper callback accepting String data.
-
-format
- accepted D&D data format
-callback
- a callback function accepting String data called after any drop event
open fun setDropTarget(format: String, callback: (DragEvent) -> Unit): Unit
-Sets the current widget as a D&D drop target.
-
-format
- accepted D&D data format
-callback
- a callback function accepting event object called after any drop event
open fun setDropTarget(formats: Set<String>? = null, callback: (DragEvent) -> Unit): Unit
-Sets the current widget as a D&D drop target.
-
-formats
- a set of accepted D&D data formats
-callback
- a callback function accepting event object called after any drop event
open fun <T : Widget> setEventListener(block: SnOn<T>.() -> Unit): Widget
-Sets an event listener for current widget, keeping the actual type of component.
-Return
-
current widget
- - -Example:
- - - button.setEventListener<Button> {
- dblclick = {
- Alert.show("Button double clicked!")
- // self is of type Button here
- }
- }
-
-open fun setEventListener(block: SnOn<Widget>.() -> Unit): Widget
-Sets an event listener for current widget.
-Return
-
current widget
- - -Example:
- - - button.setEventListener {
- dblclick = {
- Alert.show("Button double clicked!")
- // self is of type Widget here
- }
- }
-
-
diff --git a/docs/api/pl.treksoft.kvision.core/-widget/show.html b/docs/api/pl.treksoft.kvision.core/-widget/show.html
deleted file mode 100644
index 05e0f752..00000000
--- a/docs/api/pl.treksoft.kvision.core/-widget/show.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-open fun show(): Widget
-Makes current widget visible.
-Return
-current widget
var title: String?
-A title attribute of generated HTML element.
-Getter
-
A title attribute of generated HTML element.
- -Setter
-
A title attribute of generated HTML element.
- - - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/toggle-visible.html b/docs/api/pl.treksoft.kvision.core/-widget/toggle-visible.html deleted file mode 100644 index 8e7aa167..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/toggle-visible.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -open fun toggleVisible(): Widget
-Toggles visibility of current widget.
-Return
-current widget
open var visible: Boolean
-Overrides Component.visible
-Visibility state of the current component.
-Setter
-
Visibility state of the current component.
- - - diff --git a/docs/api/pl.treksoft.kvision.core/-widget/widget.html b/docs/api/pl.treksoft.kvision.core/-widget/widget.html deleted file mode 100644 index c9336d5e..00000000 --- a/docs/api/pl.treksoft.kvision.core/-widget/widget.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -fun Container.widget(classes: Set<String> = setOf(), init: Widget.() -> Unit = null): Widget
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
- - diff --git a/docs/api/pl.treksoft.kvision.core/index.html b/docs/api/pl.treksoft.kvision.core/index.html deleted file mode 100644 index 8198beac..00000000 --- a/docs/api/pl.treksoft.kvision.core/index.html +++ /dev/null @@ -1,231 +0,0 @@ - - - -KVision core classes. This includes base interfaces for all components, basic CSS enums (for colors, borders -and backgrounds) and the main Widget class.
-- - | -
-class Background
-Type-safe definition of CSS background. - |
-
- - | -
-enum class BgAttach
-Definitions of CSS background attachment options. - |
-
- - | -
-enum class BgClip
-Definitions of CSS background clipping options. - |
-
- - | -
-enum class BgOrigin
-Definitions of CSS background origin options. - |
-
- - | -
-enum class BgRepeat
-Definitions of CSS background repeat options. - |
-
- - | -
-enum class BgSize
-Definitions of CSS background size. - |
-
- - | -
-class Border
-Type-safe definition of CSS border. - |
-
- - | -
-enum class BorderStyle
-Definitions of CSS border styles. - |
-
- - | -
-enum class Col
-Definitions of CSS color names. - |
-
- - | -
-class Color
-Type-safe definition of CSS color. - |
-
- - | -
-interface Component
-Base interface for all components. - |
-
- - | -
-interface Container : Component
-Base interface for all containers. - |
-
- - | -
-enum class Overflow
-Definitions of CSS overflow options. - |
-
- - | -
-enum class Position
-Definitions of CSS position options. - |
-
- - | -
-enum class Resize
-Definitions of CSS resize options. - |
-
- - | -
-abstract class StyledComponent : Component
-Base class for components supporting CSS styling. - |
-
- - | -
-enum class UNIT
-Definitions of CSS units. - |
-
- - | -
-open class Widget : StyledComponent
-Base widget class. The parent of all component classes. - |
-
- - | -
-open class WidgetWrapper : Widget
-This class allows to wrap a component into separately styled DIV element. - |
-
- - | -
-typealias CssSize = Pair<Int, UNIT>
-This type is used for defining CSS dimensions (width, heights, margins, paddings, etc.). - |
-
- - | -
-typealias ResString = String
-This type is used for accessing resources with CommonJS require function. - |
-
- - | -
-typealias StringBoolPair = Pair<String, Boolean>
-Helper type used to define CSS classes. - |
-
- - | -
-typealias StringPair = Pair<String, String>
-Helper type used to define CSS style attributes. - |
-