Update API dumps

This commit is contained in:
Ilya Gorbunov
2020-06-19 06:49:43 +03:00
parent 6c8ff25e5d
commit 9d111b9451
15 changed files with 56 additions and 130 deletions
+9 -9
View File
@@ -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 = "$")
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 = "$")
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 = "$")
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 = "$")
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 = "$")
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 = "$")
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 constructor JQuery()
@@ -83,14 +83,14 @@ public final external class JQuery {
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 constructor MouseClickEvent()
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 constructor MouseEvent()
+10 -10
View File
@@ -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
@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
@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
@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
@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
@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?
@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
@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
@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
@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
@@ -3226,12 +3226,6 @@ public fun <K, V> kotlin.collections.Map<K, V>.getValue(key: K): V
@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
@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.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
+2 -16
View File
@@ -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; }
@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 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
@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 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
}
@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 {
@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; }
@@ -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"}))
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
@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; }
}
@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.Deprecated(message = "Use inline extension function with body using dynamic")
public final annotation class nativeGetter : kotlin.Annotation {
+1 -7
View File
@@ -2943,10 +2943,4 @@ public final annotation class UseExperimental : kotlin.Annotation {
public constructor UseExperimental(vararg markerClass: kotlin.reflect.KClass<out kotlin.Annotation>)
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
}
-8
View File
@@ -88,15 +88,7 @@ public abstract class Random {
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 {
@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 nextBoolean(): kotlin.Boolean
+6 -6
View File
@@ -331,30 +331,30 @@ public final data class TimedValue<T> {
@kotlin.SinceKotlin(version = "1.3")
@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
@kotlin.SinceKotlin(version = "1.3")
@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
@kotlin.SinceKotlin(version = "1.3")
@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
@kotlin.SinceKotlin(version = "1.3")
@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
@kotlin.SinceKotlin(version = "1.3")
@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
@kotlin.SinceKotlin(version = "1.3")
@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