From 12d2bd198c9ff5cb197e50da2d024a2418b8ee36 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 2 Jun 2018 00:47:15 +0200 Subject: Upgrade to 0.0.13 --- api/alltypes/index.html | 118 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 105 insertions(+), 13 deletions(-) (limited to 'api/alltypes/index.html') diff --git a/api/alltypes/index.html b/api/alltypes/index.html index 028c4c66..e82af26b 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -179,6 +179,20 @@ +pl.treksoft.kvision.remote.CallAgent + +

An agent responsible for remote calls.

+ + + + +pl.treksoft.kvision.html.Canvas + +

Canvas component.

+ + + + pl.treksoft.kvision.table.Cell

HTML table cell component.

@@ -270,6 +284,13 @@ +pl.treksoft.kvision.remote.Credentials + +

Username and password credentials.

+ + + + pl.treksoft.kvision.core.CssSize

This type is used for defining CSS dimensions (width, heights, margins, paddings, etc.).

@@ -318,23 +339,23 @@ -pl.treksoft.kvision.form.DateFormControl +pl.treksoft.kvision.form.time.DateTime -

Base interface of a form control with a date value.

+

Form field date/time chooser component.

-pl.treksoft.kvision.form.time.DateTime +pl.treksoft.kvision.form.time.DateTimeInput -

Form field date/time chooser component.

+

Basic date/time chooser component.

-pl.treksoft.kvision.form.time.DateTimeInput +pl.treksoft.kvision.modal.Dialog -

Basic date/time chooser component.

+

Modal window with a result.

@@ -394,13 +415,6 @@ -pl.treksoft.kvision.form.FilesFormControl - -

Base interface of a form control with a list of files value.

- - - - pl.treksoft.kvision.panel.FlexAlignContent

CSS flexbox content alignment options.

@@ -664,12 +678,34 @@ +pl.treksoft.kvision.remote.JoobyServer + +

A Jooby based server. +Not used on the js platform.

+ + + + kotlin.js.Json (extensions in package pl.treksoft.kvision.form) +pl.treksoft.kvision.form.KDateFormControl + +

Base interface of a form control with a date value.

+ + + + +pl.treksoft.kvision.form.KFilesFormControl + +

Base interface of a form control with a list of files value.

+ + + + pl.treksoft.kvision.utils.KvEvent

Helper class for defining custom events.

@@ -705,6 +741,13 @@ +pl.treksoft.kvision.remote.LoginService + +

Pac4j form login dispatcher.

+ + + + kotlin.collections.Map (extensions in package pl.treksoft.kvision.form) @@ -774,6 +817,12 @@ +com.lightningkite.kotlin.observable.list.ObservableList (extensions in package pl.treksoft.kvision.utils) + + + + + pl.treksoft.kvision.core.Overflow

Definitions of CSS overflow options.

@@ -808,6 +857,13 @@ +pl.treksoft.kvision.remote.Profile + +

A user profile.

+ + + + pl.treksoft.kvision.progress.ProgressBar

The Bootstrap progress bar.

@@ -843,6 +899,21 @@ +pl.treksoft.kvision.remote.RemoteAgent + +

Client side agent for JSON-RPC remote calls.

+ + + + +pl.treksoft.kvision.remote.Request + +

A server request. +Not used on the js platform.

+ + + + pl.treksoft.kvision.core.ResString

This type is used for accessing resources with CommonJS require function.

@@ -906,6 +977,20 @@ +pl.treksoft.kvision.remote.SecurityException + +

A security exception.

+ + + + +pl.treksoft.kvision.remote.SecurityMgr + +

Pac4j form login dispatcher.

+ + + + pl.treksoft.kvision.form.select.Select

The form field component for Select control.

@@ -948,6 +1033,13 @@ +pl.treksoft.kvision.remote.ServiceManager + +

Multiplatform service manager.

+ + + + pl.treksoft.kvision.panel.Side

Dock layout directions.

-- cgit