aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.html/-template
diff options
context:
space:
mode:
Diffstat (limited to 'api/pl.treksoft.kvision.html/-template')
-rw-r--r--api/pl.treksoft.kvision.html/-template/content.html14
-rw-r--r--api/pl.treksoft.kvision.html/-template/index.html70
-rw-r--r--api/pl.treksoft.kvision.html/-template/rich.html14
-rw-r--r--api/pl.treksoft.kvision.html/-template/template-data.html15
-rw-r--r--api/pl.treksoft.kvision.html/-template/template.html14
-rw-r--r--api/pl.treksoft.kvision.html/-template/templates.html14
6 files changed, 0 insertions, 141 deletions
diff --git a/api/pl.treksoft.kvision.html/-template/content.html b/api/pl.treksoft.kvision.html/-template/content.html
deleted file mode 100644
index 0910458f..00000000
--- a/api/pl.treksoft.kvision.html/-template/content.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>Template.content - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.html</a>&nbsp;/&nbsp;<a href="index.html">Template</a>&nbsp;/&nbsp;<a href="./content.html">content</a><br/>
-<br/>
-<h1>content</h1>
-<a name="pl.treksoft.kvision.html.Template$content"></a>
-<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">content</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-</BODY>
-</HTML>
diff --git a/api/pl.treksoft.kvision.html/-template/index.html b/api/pl.treksoft.kvision.html/-template/index.html
deleted file mode 100644
index c5c15400..00000000
--- a/api/pl.treksoft.kvision.html/-template/index.html
+++ /dev/null
@@ -1,70 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>Template - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.html</a>&nbsp;/&nbsp;<a href="./index.html">Template</a><br/>
-<br/>
-<h1>Template</h1>
-<code><span class="keyword">interface </span><span class="identifier">Template</span></code>
-<p>Handlebars templates helper interface.</p>
-<h3>Properties</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="content.html">content</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">content</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td>
-</tr>
-<tr>
-<td>
-<p><a href="rich.html">rich</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">rich</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code></td>
-</tr>
-<tr>
-<td>
-<p><a href="template.html">template</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">template</span><span class="symbol">: </span><span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td>
-</tr>
-<tr>
-<td>
-<p><a href="template-data.html">templateData</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">templateData</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span></code>
-<p>Handlebars template data object.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="templates.html">templates</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">templates</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html"><span class="identifier">Map</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">&gt;</span></code></td>
-</tr>
-</tbody>
-</table>
-<h3>Inheritors</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="../-tag/index.html">Tag</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Tag</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="./index.html"><span class="identifier">Template</span></a></code>
-<p>HTML tag component.</p>
-</td>
-</tr>
-</tbody>
-</table>
-</BODY>
-</HTML>
diff --git a/api/pl.treksoft.kvision.html/-template/rich.html b/api/pl.treksoft.kvision.html/-template/rich.html
deleted file mode 100644
index 66e3bcbd..00000000
--- a/api/pl.treksoft.kvision.html/-template/rich.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>Template.rich - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.html</a>&nbsp;/&nbsp;<a href="index.html">Template</a>&nbsp;/&nbsp;<a href="./rich.html">rich</a><br/>
-<br/>
-<h1>rich</h1>
-<a name="pl.treksoft.kvision.html.Template$rich"></a>
-<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">rich</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
-</BODY>
-</HTML>
diff --git a/api/pl.treksoft.kvision.html/-template/template-data.html b/api/pl.treksoft.kvision.html/-template/template-data.html
deleted file mode 100644
index 4e4f7a9c..00000000
--- a/api/pl.treksoft.kvision.html/-template/template-data.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>Template.templateData - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.html</a>&nbsp;/&nbsp;<a href="index.html">Template</a>&nbsp;/&nbsp;<a href="./template-data.html">templateData</a><br/>
-<br/>
-<h1>templateData</h1>
-<a name="pl.treksoft.kvision.html.Template$templateData"></a>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">templateData</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span></code>
-<p>Handlebars template data object.</p>
-</BODY>
-</HTML>
diff --git a/api/pl.treksoft.kvision.html/-template/template.html b/api/pl.treksoft.kvision.html/-template/template.html
deleted file mode 100644
index 917104a3..00000000
--- a/api/pl.treksoft.kvision.html/-template/template.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>Template.template - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.html</a>&nbsp;/&nbsp;<a href="index.html">Template</a>&nbsp;/&nbsp;<a href="./template.html">template</a><br/>
-<br/>
-<h1>template</h1>
-<a name="pl.treksoft.kvision.html.Template$template"></a>
-<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">template</span><span class="symbol">: </span><span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code>
-</BODY>
-</HTML>
diff --git a/api/pl.treksoft.kvision.html/-template/templates.html b/api/pl.treksoft.kvision.html/-template/templates.html
deleted file mode 100644
index 8a25f0d0..00000000
--- a/api/pl.treksoft.kvision.html/-template/templates.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>Template.templates - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.html</a>&nbsp;/&nbsp;<a href="index.html">Template</a>&nbsp;/&nbsp;<a href="./templates.html">templates</a><br/>
-<br/>
-<h1>templates</h1>
-<a name="pl.treksoft.kvision.html.Template$templates"></a>
-<code><span class="keyword">abstract</span> <span class="keyword">var </span><span class="identifier">templates</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-map/index.html"><span class="identifier">Map</span></a><span class="symbol">&lt;</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">,</span>&nbsp;<span class="symbol">(</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">&gt;</span></code>
-</BODY>
-</HTML>