Update API dumps
This commit is contained in:
@@ -1,28 +1,28 @@
|
|||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(): jquery.JQuery
|
public external fun jq(): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(callback: () -> kotlin.Unit): jquery.JQuery
|
public external fun jq(callback: () -> kotlin.Unit): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(obj: jquery.JQuery): jquery.JQuery
|
public external fun jq(obj: jquery.JQuery): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(selector: kotlin.String): jquery.JQuery
|
public external fun jq(selector: kotlin.String): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(selector: kotlin.String, context: org.w3c.dom.Element): jquery.JQuery
|
public external fun jq(selector: kotlin.String, context: org.w3c.dom.Element): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(el: org.w3c.dom.Element): jquery.JQuery
|
public external fun jq(el: org.w3c.dom.Element): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public final external class JQuery {
|
public final external class JQuery {
|
||||||
public constructor JQuery()
|
public constructor JQuery()
|
||||||
|
|
||||||
@@ -83,14 +83,14 @@ public final external class JQuery {
|
|||||||
public final fun width(): kotlin.Number
|
public final fun width(): kotlin.Number
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public final external class MouseClickEvent : jquery.MouseEvent {
|
public final external class MouseClickEvent : jquery.MouseEvent {
|
||||||
public constructor MouseClickEvent()
|
public constructor MouseClickEvent()
|
||||||
|
|
||||||
public final val which: kotlin.Int { get; }
|
public final val which: kotlin.Int { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public open external class MouseEvent {
|
public open external class MouseEvent {
|
||||||
public constructor MouseEvent()
|
public constructor MouseEvent()
|
||||||
|
|
||||||
|
|||||||
@@ -1,29 +1,29 @@
|
|||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.accordion(): jquery.JQuery
|
public inline fun jquery.JQuery.accordion(): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.button(): jquery.JQuery
|
public inline fun jquery.JQuery.button(): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.buttonset(): jquery.JQuery
|
public inline fun jquery.JQuery.buttonset(): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.dialog(): jquery.JQuery
|
public inline fun jquery.JQuery.dialog(): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.dialog(mode: kotlin.String): jquery.JQuery
|
public inline fun jquery.JQuery.dialog(mode: kotlin.String): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.dialog(mode: kotlin.String, param: kotlin.String): kotlin.Any?
|
public inline fun jquery.JQuery.dialog(mode: kotlin.String, param: kotlin.String): kotlin.Any?
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.dialog(mode: kotlin.String, param: kotlin.String, value: kotlin.Any?): jquery.JQuery
|
public inline fun jquery.JQuery.dialog(mode: kotlin.String, param: kotlin.String, value: kotlin.Any?): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.dialog(params: kotlin.js.Json): jquery.JQuery
|
public inline fun jquery.JQuery.dialog(params: kotlin.js.Json): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.draggable(params: kotlin.js.Json): jquery.JQuery
|
public inline fun jquery.JQuery.draggable(params: kotlin.js.Json): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.selectable(): jquery.JQuery
|
public inline fun jquery.JQuery.selectable(): jquery.JQuery
|
||||||
@@ -3256,12 +3256,6 @@ public fun <K, V> kotlin.collections.Map<K, V>.getValue(key: K): V
|
|||||||
@kotlin.internal.InlineOnly
|
@kotlin.internal.InlineOnly
|
||||||
public inline operator fun <V, V1 : V> kotlin.collections.Map<in kotlin.String, V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V1
|
public inline operator fun <V, V1 : V> kotlin.collections.Map<in kotlin.String, V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V1
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use getValue() with two type parameters instead")
|
|
||||||
@kotlin.jvm.JvmName(name = "getVarContravariant")
|
|
||||||
@kotlin.internal.LowPriorityInOverloadResolution
|
|
||||||
@kotlin.internal.InlineOnly
|
|
||||||
public inline fun <V> kotlin.collections.MutableMap<in kotlin.String, in V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V
|
|
||||||
|
|
||||||
@kotlin.jvm.JvmName(name = "getVar")
|
@kotlin.jvm.JvmName(name = "getVar")
|
||||||
@kotlin.internal.InlineOnly
|
@kotlin.internal.InlineOnly
|
||||||
public inline operator fun <V, V1 : V> kotlin.collections.MutableMap<in kotlin.String, out V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V1
|
public inline operator fun <V, V1 : V> kotlin.collections.MutableMap<in kotlin.String, out V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V1
|
||||||
|
|||||||
@@ -9,9 +9,6 @@ public external val undefined: kotlin.Nothing? { get; }
|
|||||||
|
|
||||||
public val <T : kotlin.Any> kotlin.reflect.KClass<T>.js: kotlin.js.JsClass<T> { get; }
|
public val <T : kotlin.Any> kotlin.reflect.KClass<T>.js: kotlin.js.JsClass<T> { get; }
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use class literal and extension property `js` instead.", replaceWith = kotlin.ReplaceWith(expression = "this::class.js", imports = {}))
|
|
||||||
public val <T : kotlin.Any> T.jsClass: kotlin.js.JsClass<T> { get; }
|
|
||||||
|
|
||||||
public val <T : kotlin.Any> kotlin.js.JsClass<T>.kotlin: kotlin.reflect.KClass<T> { get; }
|
public val <T : kotlin.Any> kotlin.js.JsClass<T>.kotlin: kotlin.reflect.KClass<T> { get; }
|
||||||
|
|
||||||
public inline fun dateLocaleOptions(init: kotlin.js.Date.LocaleOptions.() -> kotlin.Unit): kotlin.js.Date.LocaleOptions
|
public inline fun dateLocaleOptions(init: kotlin.js.Date.LocaleOptions.() -> kotlin.Unit): kotlin.js.Date.LocaleOptions
|
||||||
@@ -20,9 +17,6 @@ public external fun eval(expr: kotlin.String): dynamic
|
|||||||
|
|
||||||
public external fun js(code: kotlin.String): dynamic
|
public external fun js(code: kotlin.String): dynamic
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use class literal and extension property `js` instead.", replaceWith = kotlin.ReplaceWith(expression = "T::class.js", imports = {}))
|
|
||||||
public external fun <T : kotlin.Any> jsClass(): kotlin.js.JsClass<T>
|
|
||||||
|
|
||||||
/*∆*/ @kotlin.internal.InlineOnly
|
/*∆*/ @kotlin.internal.InlineOnly
|
||||||
/*∆*/ public inline fun jsTypeOf(a: kotlin.Any?): kotlin.String
|
/*∆*/ public inline fun jsTypeOf(a: kotlin.Any?): kotlin.String
|
||||||
|
|
||||||
@@ -282,7 +276,7 @@ public external interface Json {
|
|||||||
public abstract operator fun set(propertyName: kotlin.String, value: kotlin.Any?): kotlin.Unit
|
public abstract operator fun set(propertyName: kotlin.String, value: kotlin.Any?): kotlin.Unit
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.WARNING, message = "Use top-level functions from kotlin.math package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use top-level functions from kotlin.math package instead.")
|
||||||
public external object Math {
|
public external object Math {
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.PI instead.", replaceWith = kotlin.ReplaceWith(expression = "PI", imports = {"kotlin.math.PI"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.PI instead.", replaceWith = kotlin.ReplaceWith(expression = "PI", imports = {"kotlin.math.PI"}))
|
||||||
public final val PI: kotlin.Double { get; }
|
public final val PI: kotlin.Double { get; }
|
||||||
@@ -338,7 +332,7 @@ public external object Math {
|
|||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.pow instead.", replaceWith = kotlin.ReplaceWith(expression = "base.pow(exp)", imports = {"kotlin.math.pow"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.pow instead.", replaceWith = kotlin.ReplaceWith(expression = "base.pow(exp)", imports = {"kotlin.math.pow"}))
|
||||||
public final fun pow(base: kotlin.Double, exp: kotlin.Double): kotlin.Double
|
public final fun pow(base: kotlin.Double, exp: kotlin.Double): kotlin.Double
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.WARNING, message = "Use Random.nextDouble instead", replaceWith = kotlin.ReplaceWith(expression = "kotlin.random.Random.nextDouble()", imports = {"kotlin.random.Random"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use Random.nextDouble instead", replaceWith = kotlin.ReplaceWith(expression = "kotlin.random.Random.nextDouble()", imports = {"kotlin.random.Random"}))
|
||||||
public final fun random(): kotlin.Double
|
public final fun random(): kotlin.Double
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.round instead.", replaceWith = kotlin.ReplaceWith(expression = "round(value)", imports = {"kotlin.math.round"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.round instead.", replaceWith = kotlin.ReplaceWith(expression = "round(value)", imports = {"kotlin.math.round"}))
|
||||||
@@ -404,14 +398,6 @@ public external interface RegExpMatch {
|
|||||||
public abstract val length: kotlin.Int { get; }
|
public abstract val length: kotlin.Int { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER})
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use `external` modifier instead")
|
|
||||||
public final annotation class native : kotlin.Annotation {
|
|
||||||
public constructor native(name: kotlin.String = ...)
|
|
||||||
|
|
||||||
public final val name: kotlin.String { get; }
|
|
||||||
}
|
|
||||||
|
|
||||||
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.FUNCTION})
|
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.FUNCTION})
|
||||||
@kotlin.Deprecated(message = "Use inline extension function with body using dynamic")
|
@kotlin.Deprecated(message = "Use inline extension function with body using dynamic")
|
||||||
public final annotation class nativeGetter : kotlin.Annotation {
|
public final annotation class nativeGetter : kotlin.Annotation {
|
||||||
|
|||||||
@@ -2942,9 +2942,3 @@ public final annotation class UseExperimental : kotlin.Annotation {
|
|||||||
|
|
||||||
public final val markerClass: kotlin.Array<out kotlin.reflect.KClass<out kotlin.Annotation>> { get; }
|
public final val markerClass: kotlin.Array<out kotlin.reflect.KClass<out kotlin.Annotation>> { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Do not use Synchronized annotation in pure Kotlin/JS code")
|
|
||||||
public typealias Synchronized = kotlin.jvm.Synchronized
|
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Do not use Volatile annotation in pure Kotlin/JS code")
|
|
||||||
public typealias Volatile = kotlin.jvm.Volatile
|
|
||||||
@@ -88,15 +88,7 @@ public abstract class Random {
|
|||||||
|
|
||||||
public open fun nextLong(from: kotlin.Long, until: kotlin.Long): kotlin.Long
|
public open fun nextLong(from: kotlin.Long, until: kotlin.Long): kotlin.Long
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "Use Default companion object instead")
|
|
||||||
public object Companion : kotlin.random.Random {
|
|
||||||
public open override fun nextBits(bitCount: kotlin.Int): kotlin.Int
|
|
||||||
}
|
|
||||||
|
|
||||||
public companion object of Random Default : kotlin.random.Random {
|
public companion object of Random Default : kotlin.random.Random {
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "Use Default companion object instead")
|
|
||||||
public final val Companion: kotlin.random.Random.Companion { get; }
|
|
||||||
|
|
||||||
public open override fun nextBits(bitCount: kotlin.Int): kotlin.Int
|
public open override fun nextBits(bitCount: kotlin.Int): kotlin.Int
|
||||||
|
|
||||||
public open override fun nextBoolean(): kotlin.Boolean
|
public open override fun nextBoolean(): kotlin.Boolean
|
||||||
|
|||||||
@@ -331,30 +331,30 @@ public final data class TimedValue<T> {
|
|||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use AbstractDoubleTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "AbstractDoubleTimeSource", imports = {"kotlin.time.AbstractDoubleTimeSource"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use AbstractDoubleTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "AbstractDoubleTimeSource", imports = {"kotlin.time.AbstractDoubleTimeSource"}))
|
||||||
public typealias AbstractDoubleClock = kotlin.time.AbstractDoubleTimeSource
|
public typealias AbstractDoubleClock = kotlin.time.AbstractDoubleTimeSource
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use AbstractLongTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "AbstractLongTimeSource", imports = {"kotlin.time.AbstractLongTimeSource"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use AbstractLongTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "AbstractLongTimeSource", imports = {"kotlin.time.AbstractLongTimeSource"}))
|
||||||
public typealias AbstractLongClock = kotlin.time.AbstractLongTimeSource
|
public typealias AbstractLongClock = kotlin.time.AbstractLongTimeSource
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use TimeSource interface instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeSource", imports = {"kotlin.time.TimeSource"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use TimeSource interface instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeSource", imports = {"kotlin.time.TimeSource"}))
|
||||||
public typealias Clock = kotlin.time.TimeSource
|
public typealias Clock = kotlin.time.TimeSource
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use TimeMark class instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeMark", imports = {"kotlin.time.TimeMark"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use TimeMark class instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeMark", imports = {"kotlin.time.TimeMark"}))
|
||||||
public typealias ClockMark = kotlin.time.TimeMark
|
public typealias ClockMark = kotlin.time.TimeMark
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use TimeSource.Monotonic instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeSource.Monotonic", imports = {"kotlin.time.TimeSource"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use TimeSource.Monotonic instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeSource.Monotonic", imports = {"kotlin.time.TimeSource"}))
|
||||||
public typealias MonoClock = kotlin.time.TimeSource.Monotonic
|
public typealias MonoClock = kotlin.time.TimeSource.Monotonic
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use TestTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "TestTimeSource", imports = {"kotlin.time.TestTimeSource"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use TestTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "TestTimeSource", imports = {"kotlin.time.TestTimeSource"}))
|
||||||
public typealias TestClock = kotlin.time.TestTimeSource
|
public typealias TestClock = kotlin.time.TestTimeSource
|
||||||
@@ -1,28 +1,28 @@
|
|||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(): jquery.JQuery
|
public external fun jq(): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(callback: () -> kotlin.Unit): jquery.JQuery
|
public external fun jq(callback: () -> kotlin.Unit): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(obj: jquery.JQuery): jquery.JQuery
|
public external fun jq(obj: jquery.JQuery): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(selector: kotlin.String): jquery.JQuery
|
public external fun jq(selector: kotlin.String): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(selector: kotlin.String, context: org.w3c.dom.Element): jquery.JQuery
|
public external fun jq(selector: kotlin.String, context: org.w3c.dom.Element): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
@kotlin.js.JsName(name = "$")
|
@kotlin.js.JsName(name = "$")
|
||||||
public external fun jq(el: org.w3c.dom.Element): jquery.JQuery
|
public external fun jq(el: org.w3c.dom.Element): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public final external class JQuery {
|
public final external class JQuery {
|
||||||
public constructor JQuery()
|
public constructor JQuery()
|
||||||
|
|
||||||
@@ -83,14 +83,14 @@ public final external class JQuery {
|
|||||||
public final fun width(): kotlin.Number
|
public final fun width(): kotlin.Number
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public final external class MouseClickEvent : jquery.MouseEvent {
|
public final external class MouseClickEvent : jquery.MouseEvent {
|
||||||
public constructor MouseClickEvent()
|
public constructor MouseClickEvent()
|
||||||
|
|
||||||
public final val which: kotlin.Int { get; }
|
public final val which: kotlin.Int { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public open external class MouseEvent {
|
public open external class MouseEvent {
|
||||||
public constructor MouseEvent()
|
public constructor MouseEvent()
|
||||||
|
|
||||||
|
|||||||
@@ -1,29 +1,29 @@
|
|||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.accordion(): jquery.JQuery
|
public inline fun jquery.JQuery.accordion(): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.button(): jquery.JQuery
|
public inline fun jquery.JQuery.button(): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.buttonset(): jquery.JQuery
|
public inline fun jquery.JQuery.buttonset(): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.dialog(): jquery.JQuery
|
public inline fun jquery.JQuery.dialog(): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.dialog(mode: kotlin.String): jquery.JQuery
|
public inline fun jquery.JQuery.dialog(mode: kotlin.String): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.dialog(mode: kotlin.String, param: kotlin.String): kotlin.Any?
|
public inline fun jquery.JQuery.dialog(mode: kotlin.String, param: kotlin.String): kotlin.Any?
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.dialog(mode: kotlin.String, param: kotlin.String, value: kotlin.Any?): jquery.JQuery
|
public inline fun jquery.JQuery.dialog(mode: kotlin.String, param: kotlin.String, value: kotlin.Any?): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.dialog(params: kotlin.js.Json): jquery.JQuery
|
public inline fun jquery.JQuery.dialog(params: kotlin.js.Json): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.draggable(params: kotlin.js.Json): jquery.JQuery
|
public inline fun jquery.JQuery.draggable(params: kotlin.js.Json): jquery.JQuery
|
||||||
|
|
||||||
@kotlin.Deprecated(message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use declarations from 'https://bintray.com/kotlin/js-externals/kotlin-js-jquery' package instead.")
|
||||||
public inline fun jquery.JQuery.selectable(): jquery.JQuery
|
public inline fun jquery.JQuery.selectable(): jquery.JQuery
|
||||||
@@ -3226,12 +3226,6 @@ public fun <K, V> kotlin.collections.Map<K, V>.getValue(key: K): V
|
|||||||
@kotlin.internal.InlineOnly
|
@kotlin.internal.InlineOnly
|
||||||
public inline operator fun <V, V1 : V> kotlin.collections.Map<in kotlin.String, V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V1
|
public inline operator fun <V, V1 : V> kotlin.collections.Map<in kotlin.String, V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V1
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use getValue() with two type parameters instead")
|
|
||||||
@kotlin.jvm.JvmName(name = "getVarContravariant")
|
|
||||||
@kotlin.internal.LowPriorityInOverloadResolution
|
|
||||||
@kotlin.internal.InlineOnly
|
|
||||||
public inline fun <V> kotlin.collections.MutableMap<in kotlin.String, in V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V
|
|
||||||
|
|
||||||
@kotlin.jvm.JvmName(name = "getVar")
|
@kotlin.jvm.JvmName(name = "getVar")
|
||||||
@kotlin.internal.InlineOnly
|
@kotlin.internal.InlineOnly
|
||||||
public inline operator fun <V, V1 : V> kotlin.collections.MutableMap<in kotlin.String, out V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V1
|
public inline operator fun <V, V1 : V> kotlin.collections.MutableMap<in kotlin.String, out V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V1
|
||||||
|
|||||||
@@ -9,9 +9,6 @@ public external val undefined: kotlin.Nothing? { get; }
|
|||||||
|
|
||||||
public val <T : kotlin.Any> kotlin.reflect.KClass<T>.js: kotlin.js.JsClass<T> { get; }
|
public val <T : kotlin.Any> kotlin.reflect.KClass<T>.js: kotlin.js.JsClass<T> { get; }
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use class literal and extension property `js` instead.", replaceWith = kotlin.ReplaceWith(expression = "this::class.js", imports = {}))
|
|
||||||
public val <T : kotlin.Any> T.jsClass: kotlin.js.JsClass<T> { get; }
|
|
||||||
|
|
||||||
public val <T : kotlin.Any> kotlin.js.JsClass<T>.kotlin: kotlin.reflect.KClass<T> { get; }
|
public val <T : kotlin.Any> kotlin.js.JsClass<T>.kotlin: kotlin.reflect.KClass<T> { get; }
|
||||||
|
|
||||||
public inline fun dateLocaleOptions(init: kotlin.js.Date.LocaleOptions.() -> kotlin.Unit): kotlin.js.Date.LocaleOptions
|
public inline fun dateLocaleOptions(init: kotlin.js.Date.LocaleOptions.() -> kotlin.Unit): kotlin.js.Date.LocaleOptions
|
||||||
@@ -20,9 +17,6 @@ public external fun eval(expr: kotlin.String): dynamic
|
|||||||
|
|
||||||
public external fun js(code: kotlin.String): dynamic
|
public external fun js(code: kotlin.String): dynamic
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use class literal and extension property `js` instead.", replaceWith = kotlin.ReplaceWith(expression = "T::class.js", imports = {}))
|
|
||||||
public external fun <T : kotlin.Any> jsClass(): kotlin.js.JsClass<T>
|
|
||||||
|
|
||||||
/*∆*/ public fun jsTypeOf(value_hack: kotlin.Any?): kotlin.String
|
/*∆*/ public fun jsTypeOf(value_hack: kotlin.Any?): kotlin.String
|
||||||
|
|
||||||
public fun json(vararg pairs: kotlin.Pair<kotlin.String, kotlin.Any?>): kotlin.js.Json
|
public fun json(vararg pairs: kotlin.Pair<kotlin.String, kotlin.Any?>): kotlin.js.Json
|
||||||
@@ -281,7 +275,7 @@ public external interface Json {
|
|||||||
public abstract operator fun set(propertyName: kotlin.String, value: kotlin.Any?): kotlin.Unit
|
public abstract operator fun set(propertyName: kotlin.String, value: kotlin.Any?): kotlin.Unit
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.WARNING, message = "Use top-level functions from kotlin.math package instead.")
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use top-level functions from kotlin.math package instead.")
|
||||||
public external object Math {
|
public external object Math {
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.PI instead.", replaceWith = kotlin.ReplaceWith(expression = "PI", imports = {"kotlin.math.PI"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.PI instead.", replaceWith = kotlin.ReplaceWith(expression = "PI", imports = {"kotlin.math.PI"}))
|
||||||
public final val PI: kotlin.Double { get; }
|
public final val PI: kotlin.Double { get; }
|
||||||
@@ -337,7 +331,7 @@ public external object Math {
|
|||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.pow instead.", replaceWith = kotlin.ReplaceWith(expression = "base.pow(exp)", imports = {"kotlin.math.pow"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.pow instead.", replaceWith = kotlin.ReplaceWith(expression = "base.pow(exp)", imports = {"kotlin.math.pow"}))
|
||||||
public final fun pow(base: kotlin.Double, exp: kotlin.Double): kotlin.Double
|
public final fun pow(base: kotlin.Double, exp: kotlin.Double): kotlin.Double
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.WARNING, message = "Use Random.nextDouble instead", replaceWith = kotlin.ReplaceWith(expression = "kotlin.random.Random.nextDouble()", imports = {"kotlin.random.Random"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use Random.nextDouble instead", replaceWith = kotlin.ReplaceWith(expression = "kotlin.random.Random.nextDouble()", imports = {"kotlin.random.Random"}))
|
||||||
public final fun random(): kotlin.Double
|
public final fun random(): kotlin.Double
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.round instead.", replaceWith = kotlin.ReplaceWith(expression = "round(value)", imports = {"kotlin.math.round"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use kotlin.math.round instead.", replaceWith = kotlin.ReplaceWith(expression = "round(value)", imports = {"kotlin.math.round"}))
|
||||||
@@ -403,14 +397,6 @@ public external interface RegExpMatch {
|
|||||||
public abstract val length: kotlin.Int { get; }
|
public abstract val length: kotlin.Int { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER})
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use `external` modifier instead")
|
|
||||||
public final annotation class native : kotlin.Annotation {
|
|
||||||
public constructor native(name: kotlin.String = ...)
|
|
||||||
|
|
||||||
public final val name: kotlin.String { get; }
|
|
||||||
}
|
|
||||||
|
|
||||||
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.FUNCTION})
|
@kotlin.annotation.Target(allowedTargets = {AnnotationTarget.FUNCTION})
|
||||||
@kotlin.Deprecated(message = "Use inline extension function with body using dynamic")
|
@kotlin.Deprecated(message = "Use inline extension function with body using dynamic")
|
||||||
public final annotation class nativeGetter : kotlin.Annotation {
|
public final annotation class nativeGetter : kotlin.Annotation {
|
||||||
|
|||||||
@@ -2944,9 +2944,3 @@ public final annotation class UseExperimental : kotlin.Annotation {
|
|||||||
|
|
||||||
public final val markerClass: kotlin.Array<out kotlin.reflect.KClass<out kotlin.Annotation>> { get; }
|
public final val markerClass: kotlin.Array<out kotlin.reflect.KClass<out kotlin.Annotation>> { get; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Do not use Synchronized annotation in pure Kotlin/JS code")
|
|
||||||
public typealias Synchronized = kotlin.jvm.Synchronized
|
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Do not use Volatile annotation in pure Kotlin/JS code")
|
|
||||||
public typealias Volatile = kotlin.jvm.Volatile
|
|
||||||
@@ -88,15 +88,7 @@ public abstract class Random {
|
|||||||
|
|
||||||
public open fun nextLong(from: kotlin.Long, until: kotlin.Long): kotlin.Long
|
public open fun nextLong(from: kotlin.Long, until: kotlin.Long): kotlin.Long
|
||||||
|
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "Use Default companion object instead")
|
|
||||||
public object Companion : kotlin.random.Random {
|
|
||||||
public open override fun nextBits(bitCount: kotlin.Int): kotlin.Int
|
|
||||||
}
|
|
||||||
|
|
||||||
public companion object of Random Default : kotlin.random.Random {
|
public companion object of Random Default : kotlin.random.Random {
|
||||||
@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "Use Default companion object instead")
|
|
||||||
public final val Companion: kotlin.random.Random.Companion { get; }
|
|
||||||
|
|
||||||
public open override fun nextBits(bitCount: kotlin.Int): kotlin.Int
|
public open override fun nextBits(bitCount: kotlin.Int): kotlin.Int
|
||||||
|
|
||||||
public open override fun nextBoolean(): kotlin.Boolean
|
public open override fun nextBoolean(): kotlin.Boolean
|
||||||
|
|||||||
@@ -331,30 +331,30 @@ public final data class TimedValue<T> {
|
|||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use AbstractDoubleTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "AbstractDoubleTimeSource", imports = {"kotlin.time.AbstractDoubleTimeSource"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use AbstractDoubleTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "AbstractDoubleTimeSource", imports = {"kotlin.time.AbstractDoubleTimeSource"}))
|
||||||
public typealias AbstractDoubleClock = kotlin.time.AbstractDoubleTimeSource
|
public typealias AbstractDoubleClock = kotlin.time.AbstractDoubleTimeSource
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use AbstractLongTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "AbstractLongTimeSource", imports = {"kotlin.time.AbstractLongTimeSource"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use AbstractLongTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "AbstractLongTimeSource", imports = {"kotlin.time.AbstractLongTimeSource"}))
|
||||||
public typealias AbstractLongClock = kotlin.time.AbstractLongTimeSource
|
public typealias AbstractLongClock = kotlin.time.AbstractLongTimeSource
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use TimeSource interface instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeSource", imports = {"kotlin.time.TimeSource"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use TimeSource interface instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeSource", imports = {"kotlin.time.TimeSource"}))
|
||||||
public typealias Clock = kotlin.time.TimeSource
|
public typealias Clock = kotlin.time.TimeSource
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use TimeMark class instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeMark", imports = {"kotlin.time.TimeMark"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use TimeMark class instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeMark", imports = {"kotlin.time.TimeMark"}))
|
||||||
public typealias ClockMark = kotlin.time.TimeMark
|
public typealias ClockMark = kotlin.time.TimeMark
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use TimeSource.Monotonic instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeSource.Monotonic", imports = {"kotlin.time.TimeSource"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use TimeSource.Monotonic instead.", replaceWith = kotlin.ReplaceWith(expression = "TimeSource.Monotonic", imports = {"kotlin.time.TimeSource"}))
|
||||||
public typealias MonoClock = kotlin.time.TimeSource.Monotonic
|
public typealias MonoClock = kotlin.time.TimeSource.Monotonic
|
||||||
|
|
||||||
@kotlin.SinceKotlin(version = "1.3")
|
@kotlin.SinceKotlin(version = "1.3")
|
||||||
@kotlin.time.ExperimentalTime
|
@kotlin.time.ExperimentalTime
|
||||||
@kotlin.Deprecated(message = "Use TestTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "TestTimeSource", imports = {"kotlin.time.TestTimeSource"}))
|
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use TestTimeSource instead.", replaceWith = kotlin.ReplaceWith(expression = "TestTimeSource", imports = {"kotlin.time.TestTimeSource"}))
|
||||||
public typealias TestClock = kotlin.time.TestTimeSource
|
public typealias TestClock = kotlin.time.TestTimeSource
|
||||||
-6
@@ -4200,7 +4200,6 @@ public final class kotlin/random/PlatformRandomKt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public abstract class kotlin/random/Random {
|
public abstract class kotlin/random/Random {
|
||||||
public static final field Companion Lkotlin/random/Random$Companion;
|
|
||||||
public static final field Default Lkotlin/random/Random$Default;
|
public static final field Default Lkotlin/random/Random$Default;
|
||||||
public fun <init> ()V
|
public fun <init> ()V
|
||||||
public abstract fun nextBits (I)I
|
public abstract fun nextBits (I)I
|
||||||
@@ -4221,11 +4220,6 @@ public abstract class kotlin/random/Random {
|
|||||||
public fun nextLong (JJ)J
|
public fun nextLong (JJ)J
|
||||||
}
|
}
|
||||||
|
|
||||||
public final class kotlin/random/Random$Companion : kotlin/random/Random {
|
|
||||||
public static final field INSTANCE Lkotlin/random/Random$Companion;
|
|
||||||
public fun nextBits (I)I
|
|
||||||
}
|
|
||||||
|
|
||||||
public final class kotlin/random/Random$Default : kotlin/random/Random {
|
public final class kotlin/random/Random$Default : kotlin/random/Random {
|
||||||
public fun nextBits (I)I
|
public fun nextBits (I)I
|
||||||
public fun nextBoolean ()Z
|
public fun nextBoolean ()Z
|
||||||
|
|||||||
Reference in New Issue
Block a user