From 8449ff519f3d853ca82c792dccf12d06fb09b627 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 24 Apr 2019 23:12:48 +0200 Subject: API documentation for KVision 0.0.35 --- .../-date-time-difference-params/date.html | 14 +++++ .../-date-time-difference-params/humanize.html | 14 +++++ .../-date-time-difference-params/index.html | 72 ++++++++++++++++++++++ .../-date-time-difference-params/suffix.html | 14 +++++ .../-date-time-difference-params/unit.html | 14 +++++ 5 files changed, 128 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/date.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/humanize.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/index.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/suffix.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/unit.html (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/date.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/date.html new file mode 100644 index 00000000..ec46c3d4 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/date.html @@ -0,0 +1,14 @@ + + + +Tabulator.DateTimeDifferenceParams.date - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / DateTimeDifferenceParams / date
+
+

date

+ +open var date: Any? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/humanize.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/humanize.html new file mode 100644 index 00000000..e9550c0d --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/humanize.html @@ -0,0 +1,14 @@ + + + +Tabulator.DateTimeDifferenceParams.humanize - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / DateTimeDifferenceParams / humanize
+
+

humanize

+ +open var humanize: Boolean? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/index.html new file mode 100644 index 00000000..7d640e8d --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/index.html @@ -0,0 +1,72 @@ + + + +Tabulator.DateTimeDifferenceParams - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / DateTimeDifferenceParams
+
+

DateTimeDifferenceParams

+interface DateTimeDifferenceParams : Tabulator.DateTimeParams +

Properties

+ + + + + + + + + + + + + + + + + + + +
+

date

+
+open var date: Any?
+

humanize

+
+open var humanize: Boolean?
+

suffix

+
+open var suffix: Boolean?
+

unit

+
+open var unit: dynamic
+

Inherited Properties

+ + + + + + + + + + + + + + + +
+

inputFormat

+
+open var inputFormat: String?
+

invalidPlaceholder

+
+open var invalidPlaceholder: dynamic
+

outputFormat

+
+open var outputFormat: String?
+ + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/suffix.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/suffix.html new file mode 100644 index 00000000..e03481ac --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/suffix.html @@ -0,0 +1,14 @@ + + + +Tabulator.DateTimeDifferenceParams.suffix - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / DateTimeDifferenceParams / suffix
+
+

suffix

+ +open var suffix: Boolean? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/unit.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/unit.html new file mode 100644 index 00000000..55c86a3e --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-date-time-difference-params/unit.html @@ -0,0 +1,14 @@ + + + +Tabulator.DateTimeDifferenceParams.unit - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / DateTimeDifferenceParams / unit
+
+

unit

+ +open var unit: dynamic + + -- cgit