cbabb4f76a
- Setting -Doverwrite.output=true updates gold data - Big packages don't get split into chunks - Unique lines in the API are marked with /*∆*/ and diff test is removed - Annotations on separate lines and other dump format tweaks - Test data moved to libraries/stdlib/api/ - Minor visibility fix to Enum members
29 lines
2.0 KiB
Kotlin
29 lines
2.0 KiB
Kotlin
@kotlin.Deprecated(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.")
|
|
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.")
|
|
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.")
|
|
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.")
|
|
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.")
|
|
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.")
|
|
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.")
|
|
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.")
|
|
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.")
|
|
public inline fun jquery.JQuery.selectable(): jquery.JQuery |