Files
kotlin-fork/libraries/stdlib/api/js/jquery.ui.kt
T
2020-06-22 12:29:25 +03:00

29 lines
2.3 KiB
Kotlin

@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(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(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(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(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(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(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(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(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(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