From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-tabulator/-money-params/decimal.html | 14 ++++++ .../-tabulator/-money-params/index.html | 53 ++++++++++++++++++++++ .../-tabulator/-money-params/precision.html | 14 ++++++ .../-tabulator/-money-params/symbol-after.html | 14 ++++++ .../-tabulator/-money-params/symbol.html | 14 ++++++ .../-tabulator/-money-params/thousand.html | 14 ++++++ 6 files changed, 123 insertions(+) create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/decimal.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/index.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/precision.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/symbol-after.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/symbol.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/thousand.html (limited to 'api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params') diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/decimal.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/decimal.html new file mode 100644 index 00000000..03a3b503 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/decimal.html @@ -0,0 +1,14 @@ + + + +Tabulator.MoneyParams.decimal - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / MoneyParams / decimal
+
+

decimal

+ +open var decimal: String? + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/index.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/index.html new file mode 100644 index 00000000..a9f9514f --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/index.html @@ -0,0 +1,53 @@ + + + +Tabulator.MoneyParams - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / MoneyParams
+
+

MoneyParams

+interface MoneyParams +

Properties

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

decimal

+
+open var decimal: String?
+

precision

+
+open var precision: dynamic
+

symbol

+
+open var symbol: String?
+

symbolAfter

+
+open var symbolAfter: Boolean?
+

thousand

+
+open var thousand: String?
+ + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/precision.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/precision.html new file mode 100644 index 00000000..1bf0414e --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/precision.html @@ -0,0 +1,14 @@ + + + +Tabulator.MoneyParams.precision - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / MoneyParams / precision
+
+

precision

+ +open var precision: dynamic + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/symbol-after.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/symbol-after.html new file mode 100644 index 00000000..2c26c508 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/symbol-after.html @@ -0,0 +1,14 @@ + + + +Tabulator.MoneyParams.symbolAfter - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / MoneyParams / symbolAfter
+
+

symbolAfter

+ +open var symbolAfter: Boolean? + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/symbol.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/symbol.html new file mode 100644 index 00000000..c724f8f5 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/symbol.html @@ -0,0 +1,14 @@ + + + +Tabulator.MoneyParams.symbol - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / MoneyParams / symbol
+
+

symbol

+ +open var symbol: String? + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/thousand.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/thousand.html new file mode 100644 index 00000000..fbaaf27e --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-money-params/thousand.html @@ -0,0 +1,14 @@ + + + +Tabulator.MoneyParams.thousand - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / MoneyParams / thousand
+
+

thousand

+ +open var thousand: String? + + -- cgit