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 --- .../-date-serializer/descriptor.html | 14 ++++ .../-date-serializer/deserialize.html | 14 ++++ .../-date-serializer/index.html | 58 ++++++++++++++ .../-date-serializer/serialize.html | 14 ++++ api1/pl.treksoft.kvision.types/-date/-date.html | 16 ++++ api1/pl.treksoft.kvision.types/-date/index.html | 13 +++ .../-json-date-serializer/descriptor.html | 14 ++++ .../-json-date-serializer/deserialize.html | 14 ++++ .../-json-date-serializer/index.html | 59 ++++++++++++++ .../-json-date-serializer/serialize.html | 14 ++++ api1/pl.treksoft.kvision.types/-k-file/-init-.html | 15 ++++ .../pl.treksoft.kvision.types/-k-file/content.html | 14 ++++ api1/pl.treksoft.kvision.types/-k-file/index.html | 68 ++++++++++++++++ api1/pl.treksoft.kvision.types/-k-file/name.html | 14 ++++ api1/pl.treksoft.kvision.types/-k-file/size.html | 14 ++++ .../-k-v_-d-e-f-a-u-l-t_-d-a-t-e_-f-o-r-m-a-t.html | 14 ++++ api1/pl.treksoft.kvision.types/index.html | 93 ++++++++++++++++++++++ .../kotlin.-string/index.html | 23 ++++++ .../kotlin.-string/to-date-f.html | 14 ++++ .../kotlin.js.-date/index.html | 23 ++++++ .../kotlin.js.-date/to-string-f.html | 14 ++++ 21 files changed, 536 insertions(+) create mode 100644 api1/pl.treksoft.kvision.types/-date-serializer/descriptor.html create mode 100644 api1/pl.treksoft.kvision.types/-date-serializer/deserialize.html create mode 100644 api1/pl.treksoft.kvision.types/-date-serializer/index.html create mode 100644 api1/pl.treksoft.kvision.types/-date-serializer/serialize.html create mode 100644 api1/pl.treksoft.kvision.types/-date/-date.html create mode 100644 api1/pl.treksoft.kvision.types/-date/index.html create mode 100644 api1/pl.treksoft.kvision.types/-json-date-serializer/descriptor.html create mode 100644 api1/pl.treksoft.kvision.types/-json-date-serializer/deserialize.html create mode 100644 api1/pl.treksoft.kvision.types/-json-date-serializer/index.html create mode 100644 api1/pl.treksoft.kvision.types/-json-date-serializer/serialize.html create mode 100644 api1/pl.treksoft.kvision.types/-k-file/-init-.html create mode 100644 api1/pl.treksoft.kvision.types/-k-file/content.html create mode 100644 api1/pl.treksoft.kvision.types/-k-file/index.html create mode 100644 api1/pl.treksoft.kvision.types/-k-file/name.html create mode 100644 api1/pl.treksoft.kvision.types/-k-file/size.html create mode 100644 api1/pl.treksoft.kvision.types/-k-v_-d-e-f-a-u-l-t_-d-a-t-e_-f-o-r-m-a-t.html create mode 100644 api1/pl.treksoft.kvision.types/index.html create mode 100644 api1/pl.treksoft.kvision.types/kotlin.-string/index.html create mode 100644 api1/pl.treksoft.kvision.types/kotlin.-string/to-date-f.html create mode 100644 api1/pl.treksoft.kvision.types/kotlin.js.-date/index.html create mode 100644 api1/pl.treksoft.kvision.types/kotlin.js.-date/to-string-f.html (limited to 'api1/pl.treksoft.kvision.types') diff --git a/api1/pl.treksoft.kvision.types/-date-serializer/descriptor.html b/api1/pl.treksoft.kvision.types/-date-serializer/descriptor.html new file mode 100644 index 00000000..f373ef9e --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-date-serializer/descriptor.html @@ -0,0 +1,14 @@ + + + +DateSerializer.descriptor - kvision + + + +kvision / pl.treksoft.kvision.types / DateSerializer / descriptor
+
+

descriptor

+ +val descriptor: SerialDescriptor + + diff --git a/api1/pl.treksoft.kvision.types/-date-serializer/deserialize.html b/api1/pl.treksoft.kvision.types/-date-serializer/deserialize.html new file mode 100644 index 00000000..5ef7b2c8 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-date-serializer/deserialize.html @@ -0,0 +1,14 @@ + + + +DateSerializer.deserialize - kvision + + + +kvision / pl.treksoft.kvision.types / DateSerializer / deserialize
+
+

deserialize

+ +fun deserialize(decoder: Decoder): Date + + diff --git a/api1/pl.treksoft.kvision.types/-date-serializer/index.html b/api1/pl.treksoft.kvision.types/-date-serializer/index.html new file mode 100644 index 00000000..f52467ba --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-date-serializer/index.html @@ -0,0 +1,58 @@ + + + +DateSerializer - kvision + + + +kvision / pl.treksoft.kvision.types / DateSerializer
+
+

DateSerializer

+object DateSerializer : KSerializer<Date> +

Properties

+ + + + + + + +
+

descriptor

+
+val descriptor: SerialDescriptor
+

Functions

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

deserialize

+
+fun deserialize(decoder: Decoder): Date
+

serialize

+
+fun serialize(encoder: Encoder, obj: Date): Unit
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api1/pl.treksoft.kvision.types/-date-serializer/serialize.html b/api1/pl.treksoft.kvision.types/-date-serializer/serialize.html new file mode 100644 index 00000000..b7716b97 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-date-serializer/serialize.html @@ -0,0 +1,14 @@ + + + +DateSerializer.serialize - kvision + + + +kvision / pl.treksoft.kvision.types / DateSerializer / serialize
+
+

serialize

+ +fun serialize(encoder: Encoder, obj: Date): Unit + + diff --git a/api1/pl.treksoft.kvision.types/-date/-date.html b/api1/pl.treksoft.kvision.types/-date/-date.html new file mode 100644 index 00000000..5a7430e3 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-date/-date.html @@ -0,0 +1,16 @@ + + + +Date - kvision + + + +kvision / pl.treksoft.kvision.types / Date
+
+

Date

+ +expect class Date
+ +actual typealias Date = Date + + diff --git a/api1/pl.treksoft.kvision.types/-date/index.html b/api1/pl.treksoft.kvision.types/-date/index.html new file mode 100644 index 00000000..dff3a222 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-date/index.html @@ -0,0 +1,13 @@ + + + +pl.treksoft.kvision.types.Date - kvision + + + +kvision / pl.treksoft.kvision.types / Date
+
+

Date

+actual typealias Date = Dateexpect class Date + + diff --git a/api1/pl.treksoft.kvision.types/-json-date-serializer/descriptor.html b/api1/pl.treksoft.kvision.types/-json-date-serializer/descriptor.html new file mode 100644 index 00000000..e6229d71 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-json-date-serializer/descriptor.html @@ -0,0 +1,14 @@ + + + +JsonDateSerializer.descriptor - kvision + + + +kvision / pl.treksoft.kvision.types / JsonDateSerializer / descriptor
+
+

descriptor

+ +val descriptor: SerialDescriptor + + diff --git a/api1/pl.treksoft.kvision.types/-json-date-serializer/deserialize.html b/api1/pl.treksoft.kvision.types/-json-date-serializer/deserialize.html new file mode 100644 index 00000000..02bda7fc --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-json-date-serializer/deserialize.html @@ -0,0 +1,14 @@ + + + +JsonDateSerializer.deserialize - kvision + + + +kvision / pl.treksoft.kvision.types / JsonDateSerializer / deserialize
+
+

deserialize

+ +fun deserialize(decoder: Decoder): Date + + diff --git a/api1/pl.treksoft.kvision.types/-json-date-serializer/index.html b/api1/pl.treksoft.kvision.types/-json-date-serializer/index.html new file mode 100644 index 00000000..29dcbd66 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-json-date-serializer/index.html @@ -0,0 +1,59 @@ + + + +JsonDateSerializer - kvision + + + +kvision / pl.treksoft.kvision.types / JsonDateSerializer
+
+

JsonDateSerializer

+object JsonDateSerializer : KSerializer<Date> +

JSON date serializer.

+

Properties

+ + + + + + + +
+

descriptor

+
+val descriptor: SerialDescriptor
+

Functions

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

deserialize

+
+fun deserialize(decoder: Decoder): Date
+

serialize

+
+fun serialize(encoder: Encoder, obj: Date): Unit
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api1/pl.treksoft.kvision.types/-json-date-serializer/serialize.html b/api1/pl.treksoft.kvision.types/-json-date-serializer/serialize.html new file mode 100644 index 00000000..83a1ba60 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-json-date-serializer/serialize.html @@ -0,0 +1,14 @@ + + + +JsonDateSerializer.serialize - kvision + + + +kvision / pl.treksoft.kvision.types / JsonDateSerializer / serialize
+
+

serialize

+ +fun serialize(encoder: Encoder, obj: Date): Unit + + diff --git a/api1/pl.treksoft.kvision.types/-k-file/-init-.html b/api1/pl.treksoft.kvision.types/-k-file/-init-.html new file mode 100644 index 00000000..21e25023 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-k-file/-init-.html @@ -0,0 +1,15 @@ + + + +KFile.<init> - kvision + + + +kvision / pl.treksoft.kvision.types / KFile / <init>
+
+

<init>

+ +KFile(name: String, size: Int, content: String? = null) +

A serializable class for a multiplatform File type.

+ + diff --git a/api1/pl.treksoft.kvision.types/-k-file/content.html b/api1/pl.treksoft.kvision.types/-k-file/content.html new file mode 100644 index 00000000..fe59c004 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-k-file/content.html @@ -0,0 +1,14 @@ + + + +KFile.content - kvision + + + +kvision / pl.treksoft.kvision.types / KFile / content
+
+

content

+ +val content: String? + + diff --git a/api1/pl.treksoft.kvision.types/-k-file/index.html b/api1/pl.treksoft.kvision.types/-k-file/index.html new file mode 100644 index 00000000..83d4c07e --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-k-file/index.html @@ -0,0 +1,68 @@ + + + +KFile - kvision + + + +kvision / pl.treksoft.kvision.types / KFile
+
+

KFile

+data class KFile +

A serializable class for a multiplatform File type.

+

Constructors

+ + + + + + + +
+

<init>

+
+KFile(name: String, size: Int, content: String? = null) +

A serializable class for a multiplatform File type.

+
+

Properties

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

content

+
+val content: String?
+

name

+
+val name: String
+

size

+
+val size: Int
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api1/pl.treksoft.kvision.types/-k-file/name.html b/api1/pl.treksoft.kvision.types/-k-file/name.html new file mode 100644 index 00000000..c0b56e80 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-k-file/name.html @@ -0,0 +1,14 @@ + + + +KFile.name - kvision + + + +kvision / pl.treksoft.kvision.types / KFile / name
+
+

name

+ +val name: String + + diff --git a/api1/pl.treksoft.kvision.types/-k-file/size.html b/api1/pl.treksoft.kvision.types/-k-file/size.html new file mode 100644 index 00000000..ae746121 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-k-file/size.html @@ -0,0 +1,14 @@ + + + +KFile.size - kvision + + + +kvision / pl.treksoft.kvision.types / KFile / size
+
+

size

+ +val size: Int + + diff --git a/api1/pl.treksoft.kvision.types/-k-v_-d-e-f-a-u-l-t_-d-a-t-e_-f-o-r-m-a-t.html b/api1/pl.treksoft.kvision.types/-k-v_-d-e-f-a-u-l-t_-d-a-t-e_-f-o-r-m-a-t.html new file mode 100644 index 00000000..82063a40 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/-k-v_-d-e-f-a-u-l-t_-d-a-t-e_-f-o-r-m-a-t.html @@ -0,0 +1,14 @@ + + + +KV_DEFAULT_DATE_FORMAT - kvision + + + +kvision / pl.treksoft.kvision.types / KV_DEFAULT_DATE_FORMAT
+
+

KV_DEFAULT_DATE_FORMAT

+ +const val KV_DEFAULT_DATE_FORMAT: String + + diff --git a/api1/pl.treksoft.kvision.types/index.html b/api1/pl.treksoft.kvision.types/index.html new file mode 100644 index 00000000..058da689 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/index.html @@ -0,0 +1,93 @@ + + + +pl.treksoft.kvision.types - kvision + + + +kvision / pl.treksoft.kvision.types
+
+

Package pl.treksoft.kvision.types

+

Multiplatform type definitions.

+

Types

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

Date

+
+expect class Date
+

DateSerializer

+
+object DateSerializer : KSerializer<Date>
+

JsonDateSerializer

+
+object JsonDateSerializer : KSerializer<Date> +

JSON date serializer.

+
+

KFile

+
+data class KFile +

A serializable class for a multiplatform File type.

+
+

Type Aliases

+ + + + + + + +
+

Date

+
+actual typealias Date = Date
+

Extensions for External Classes

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

kotlin.js.Date

+
+
+

kotlin.String

+
+
+

Properties

+ + + + + + + +
+

KV_DEFAULT_DATE_FORMAT

+
+const val KV_DEFAULT_DATE_FORMAT: String
+ + diff --git a/api1/pl.treksoft.kvision.types/kotlin.-string/index.html b/api1/pl.treksoft.kvision.types/kotlin.-string/index.html new file mode 100644 index 00000000..70dff2ea --- /dev/null +++ b/api1/pl.treksoft.kvision.types/kotlin.-string/index.html @@ -0,0 +1,23 @@ + + + +pl.treksoft.kvision.types.kotlin.String - kvision + + + +kvision / pl.treksoft.kvision.types / kotlin.String
+
+

Extensions for kotlin.String

+ + + + + + + +
+

toDateF

+
+fun String.toDateF(format: String = KV_DEFAULT_DATE_FORMAT): Date
+ + diff --git a/api1/pl.treksoft.kvision.types/kotlin.-string/to-date-f.html b/api1/pl.treksoft.kvision.types/kotlin.-string/to-date-f.html new file mode 100644 index 00000000..50cfc555 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/kotlin.-string/to-date-f.html @@ -0,0 +1,14 @@ + + + +toDateF - kvision + + + +kvision / pl.treksoft.kvision.types / kotlin.String / toDateF
+
+

toDateF

+ +fun String.toDateF(format: String = KV_DEFAULT_DATE_FORMAT): Date + + diff --git a/api1/pl.treksoft.kvision.types/kotlin.js.-date/index.html b/api1/pl.treksoft.kvision.types/kotlin.js.-date/index.html new file mode 100644 index 00000000..08139573 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/kotlin.js.-date/index.html @@ -0,0 +1,23 @@ + + + +pl.treksoft.kvision.types.kotlin.js.Date - kvision + + + +kvision / pl.treksoft.kvision.types / kotlin.js.Date
+
+

Extensions for kotlin.js.Date

+ + + + + + + +
+

toStringF

+
+fun Date.toStringF(format: String = KV_DEFAULT_DATE_FORMAT): String
+ + diff --git a/api1/pl.treksoft.kvision.types/kotlin.js.-date/to-string-f.html b/api1/pl.treksoft.kvision.types/kotlin.js.-date/to-string-f.html new file mode 100644 index 00000000..bb153dd6 --- /dev/null +++ b/api1/pl.treksoft.kvision.types/kotlin.js.-date/to-string-f.html @@ -0,0 +1,14 @@ + + + +toStringF - kvision + + + +kvision / pl.treksoft.kvision.types / kotlin.js.Date / toStringF
+
+

toStringF

+ +fun Date.toStringF(format: String = KV_DEFAULT_DATE_FORMAT): String + + -- cgit