From 4f99ecbedf1916320327778e50dfe021c1b98c01 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:30:48 +0200 Subject: Updated Module.md --- Module.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Module.md b/Module.md index 682b2c77..5dc6b949 100644 --- a/Module.md +++ b/Module.md @@ -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. -- cgit