From 63503bd4517d87c34498002c820aefaef22c501e Mon Sep 17 00:00:00 2001
From: Robert Jaros Toggles visibility of current widget. Toggles visibility of current widget. Handlebars templates for i18n. Handlebars templates for i18n. Toggles visibility of current widget. Toggles visibility of current widget. Handlebars templates for i18n. Handlebars templates for i18n. Handlebars template data object. Overrides Template.templates Handlebars templates for i18n. Getter Handlebars templates for i18n.
+
+
+
+
+
+var lastLanguage: String?
+
+
@@ -422,6 +429,13 @@
+
+
+
+
+
+fun translate(text: String?): String?Companion Object Functions
diff --git a/api/pl.treksoft.kvision.html/-canvas/index.html b/api/pl.treksoft.kvision.html/-canvas/index.html
index f41dba0b..1eada12b 100644
--- a/api/pl.treksoft.kvision.html/-canvas/index.html
+++ b/api/pl.treksoft.kvision.html/-canvas/index.html
@@ -77,6 +77,13 @@
+
+
+
+
+
+var lastLanguage: String?
+
+
@@ -368,6 +375,13 @@
+
+
+
+
+
+fun translate(text: String?): String?Companion Object Functions
diff --git a/api/pl.treksoft.kvision.html/-div/index.html b/api/pl.treksoft.kvision.html/-div/index.html
index 423abeaa..1bafe2bc 100644
--- a/api/pl.treksoft.kvision.html/-div/index.html
+++ b/api/pl.treksoft.kvision.html/-div/index.html
@@ -63,6 +63,15 @@
+
+
+
+
+
+open var templates: Map<String, (Any?) -> String>
+
+
diff --git a/api/pl.treksoft.kvision.html/-icon/index.html b/api/pl.treksoft.kvision.html/-icon/index.html
index d1085afd..53bc8b48 100644
--- a/api/pl.treksoft.kvision.html/-icon/index.html
+++ b/api/pl.treksoft.kvision.html/-icon/index.html
@@ -77,6 +77,15 @@
+
+
+
+
+
+open var templates: Map<String, (Any?) -> String>
+
+
diff --git a/api/pl.treksoft.kvision.html/-iframe/index.html b/api/pl.treksoft.kvision.html/-iframe/index.html
index 93b4523d..0986b508 100644
--- a/api/pl.treksoft.kvision.html/-iframe/index.html
+++ b/api/pl.treksoft.kvision.html/-iframe/index.html
@@ -113,6 +113,13 @@
+
+
+
+
+
+var lastLanguage: String?
+
+
@@ -413,6 +420,13 @@
+
+
+
+
+
+fun translate(text: String?): String?Companion Object Functions
diff --git a/api/pl.treksoft.kvision.html/-image/index.html b/api/pl.treksoft.kvision.html/-image/index.html
index 20ba0f36..c70680e0 100644
--- a/api/pl.treksoft.kvision.html/-image/index.html
+++ b/api/pl.treksoft.kvision.html/-image/index.html
@@ -95,6 +95,13 @@
+
+
+
+
+
+var lastLanguage: String?
+
+
@@ -386,6 +393,13 @@
+
+
+
+
+
+fun translate(text: String?): String?Companion Object Functions
diff --git a/api/pl.treksoft.kvision.html/-label/index.html b/api/pl.treksoft.kvision.html/-label/index.html
index ca8db5e2..b6012f1f 100644
--- a/api/pl.treksoft.kvision.html/-label/index.html
+++ b/api/pl.treksoft.kvision.html/-label/index.html
@@ -63,6 +63,15 @@
+
+
+
+
+
+open var templates: Map<String, (Any?) -> String>
+
+
diff --git a/api/pl.treksoft.kvision.html/-tag/index.html b/api/pl.treksoft.kvision.html/-tag/index.html
index 7667eeac..0fd2fc5f 100644
--- a/api/pl.treksoft.kvision.html/-tag/index.html
+++ b/api/pl.treksoft.kvision.html/-tag/index.html
@@ -63,6 +63,15 @@
+
+
+
+
+
+open var templates: Map<String, (Any?) -> String>
+
+
diff --git a/api/pl.treksoft.kvision.html/-tag/templates.html b/api/pl.treksoft.kvision.html/-tag/templates.html
new file mode 100644
index 00000000..35efa286
--- /dev/null
+++ b/api/pl.treksoft.kvision.html/-tag/templates.html
@@ -0,0 +1,22 @@
+
+
+
+
@@ -80,7 +89,9 @@
-
+open var templateData: Any?open var templateData: Any?
+
+
+templates
+
+open var templates: Map<String, (Any?) -> String>
+
+
Setter
+
Handlebars templates for i18n.
+ + + diff --git a/api/pl.treksoft.kvision.html/-template/index.html b/api/pl.treksoft.kvision.html/-template/index.html index fcdba84d..c5c15400 100644 --- a/api/pl.treksoft.kvision.html/-template/index.html +++ b/api/pl.treksoft.kvision.html/-template/index.html @@ -9,6 +9,7 @@interface Template
+Handlebars templates helper interface.
-open var templateData: Any? |
+|
| + + | +
+abstract var templates: Map<String, (Any?) -> String> |
open var templateData: Any?
+Handlebars template data object.