From e1846905b0d0a3e54e798683fd468832eff71084 Mon Sep 17 00:00:00 2001 From: Robbie Cronin Date: Wed, 8 May 2019 17:47:09 +0800 Subject: Add momentjs wrapper to kvision-modules --- Module.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Module.md') diff --git a/Module.md b/Module.md index 276f7c55..c7c4e514 100644 --- a/Module.md +++ b/Module.md @@ -98,6 +98,14 @@ Predictable state container based on Redux library. A set of components for creating multiplatform automatic JSON-RPC connectivity with a backend server. +# Package pl.treksoft.kvision.moment + +A set of tools for parsing, validating, manipulating, and formatting dates based on Moment Library. + +# Package pl.treksoft.kvision.moment.js + +Kotlin bindings for Moment API. + # Package pl.treksoft.kvision.tabulator Full-featured grid/table component based on the Tabulator library. -- cgit From 7d815923590d951d23b6763b2efb771bd32111fe Mon Sep 17 00:00:00 2001 From: Robbie Cronin Date: Wed, 8 May 2019 23:24:56 +0800 Subject: remove moment.js from Module.md --- Module.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Module.md') diff --git a/Module.md b/Module.md index c7c4e514..ece5b49f 100644 --- a/Module.md +++ b/Module.md @@ -102,10 +102,6 @@ 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.moment.js - -Kotlin bindings for Moment API. - # Package pl.treksoft.kvision.tabulator Full-featured grid/table component based on the Tabulator library. -- cgit