diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:30:48 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:30:48 +0200 |
commit | 4f99ecbedf1916320327778e50dfe021c1b98c01 (patch) | |
tree | 322b07a7881a37dd161e78e27802e7f6dd3933c2 /Module.md | |
parent | 91a41acf031b12aa4c6d592823e3f3d10a38c611 (diff) | |
download | kvision-4f99ecbedf1916320327778e50dfe021c1b98c01.tar.gz kvision-4f99ecbedf1916320327778e50dfe021c1b98c01.tar.bz2 kvision-4f99ecbedf1916320327778e50dfe021c1b98c01.zip |
Updated Module.md
Diffstat (limited to 'Module.md')
-rw-r--r-- | Module.md | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -2,6 +2,14 @@ KVision - object oriented web framework for Kotlin/JS. +# Package pl.treksoft.kvision + +KVision main Application class and some helper interfaces necessary to support Hot Module Replacement (HMR). + +# Package pl.treksoft.kvision.annotations + +Annotations for use with KVision compiler plugin. + # Package pl.treksoft.kvision.core KVision core classes. This includes base interfaces for all components, CSS enums (for colors, borders, @@ -46,7 +54,7 @@ Checkbox, radiobutton and radiobutton group components. # 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. # Package pl.treksoft.kvision.form.spinner @@ -64,10 +72,6 @@ Full-featured date and time input components. Full-featured file upload component with drag & drop, preview and AJAX upload mode. -# Package pl.treksoft.kvision.hmr - -Helper interfaces and classes necessary to develop applications supporting Hot Module Replacement (HMR). - # Package pl.treksoft.kvision.html Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links, lists and iframe. @@ -110,6 +114,10 @@ A set of components for creating multiplatform automatic JSON-RPC connectivity w A set of tools for parsing, validating, manipulating, and formatting dates based on Moment Library. +# Package pl.treksoft.kvision.state + +Classes supporting the observer pattern, including the implementation of the observable list. + # Package pl.treksoft.kvision.tabulator Full-featured grid/table component based on the Tabulator library. |