From 3c60c4527015e46ec6faf3fce5cc58fadd088765 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:31:54 +0200 Subject: API documentation for KVision 2.0.0 --- api/index.html | 5 ++++- api/pl.treksoft.kvision.annotations/index.html | 1 + api/pl.treksoft.kvision.form.select/index.html | 2 +- api/pl.treksoft.kvision.state/index.html | 1 + api/pl.treksoft.kvision/index.html | 1 + 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/api/index.html b/api/index.html index 94fa6013..9c41000e 100644 --- a/api/index.html +++ b/api/index.html @@ -16,6 +16,7 @@

pl.treksoft.kvision

+

KVision main Application class and some helper interfaces necessary to support Hot Module Replacement (HMR).

@@ -23,6 +24,7 @@

pl.treksoft.kvision.annotations

+

Annotations for use with KVision compiler plugin.

@@ -112,7 +114,7 @@ validation.

pl.treksoft.kvision.form.select

-

Full-featured select component with support for remote (AJAX) data source.

+

Contains a simple select component as well as a full-featured component with support for remote (AJAX) data source.

@@ -250,6 +252,7 @@ CSS grid and Bootstrap responsive 12 columns gid).

pl.treksoft.kvision.state

+

Classes supporting the observer pattern, including the implementation of the observable list.

diff --git a/api/pl.treksoft.kvision.annotations/index.html b/api/pl.treksoft.kvision.annotations/index.html index aeb0d7d0..298623bf 100644 --- a/api/pl.treksoft.kvision.annotations/index.html +++ b/api/pl.treksoft.kvision.annotations/index.html @@ -8,6 +8,7 @@ kvision / pl.treksoft.kvision.annotations

Package pl.treksoft.kvision.annotations

+

Annotations for use with KVision compiler plugin.

Annotations

diff --git a/api/pl.treksoft.kvision.form.select/index.html b/api/pl.treksoft.kvision.form.select/index.html index 67f5d74f..d3e74808 100644 --- a/api/pl.treksoft.kvision.form.select/index.html +++ b/api/pl.treksoft.kvision.form.select/index.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.form.select

Package pl.treksoft.kvision.form.select

-

Full-featured select component with support for remote (AJAX) data source.

+

Contains a simple select component as well as a full-featured component with support for remote (AJAX) data source.

Types

diff --git a/api/pl.treksoft.kvision.state/index.html b/api/pl.treksoft.kvision.state/index.html index 1246317a..e87f16ff 100644 --- a/api/pl.treksoft.kvision.state/index.html +++ b/api/pl.treksoft.kvision.state/index.html @@ -8,6 +8,7 @@ kvision / pl.treksoft.kvision.state

Package pl.treksoft.kvision.state

+

Classes supporting the observer pattern, including the implementation of the observable list.

Types

diff --git a/api/pl.treksoft.kvision/index.html b/api/pl.treksoft.kvision/index.html index 4cb3dff7..dafed247 100644 --- a/api/pl.treksoft.kvision/index.html +++ b/api/pl.treksoft.kvision/index.html @@ -8,6 +8,7 @@ kvision / pl.treksoft.kvision

Package pl.treksoft.kvision

+

KVision main Application class and some helper interfaces necessary to support Hot Module Replacement (HMR).

Types

-- cgit