Skip to content

Commit

Permalink
Upgraded dependencies (Kotlin 2.0.21, Coroutines 1.9.0, Serialization…
Browse files Browse the repository at this point in the history
… 1.7.3, Gradle 8.10.2, Gradle Plugin Publish 1.3.0, Jooby 3.4.2, Spring Boot 3.3.4, Micronaut 4.6.3, Koin 4.0.0, Jackson Module Kotlin 2.18.0, logback 1.5.10, kotlin-wrappers 818, shadow 8.3.3, chart.js 4.4.5, Tempus dominus 6.9.11, Electron 33.0.0, Material Web 2.2.0, Trix 2.1.7, Tabulator 6.3.0)
  • Loading branch information
rjaros committed Oct 16, 2024
1 parent 41b07b4 commit 0eb061b
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 140 deletions.
237 changes: 121 additions & 116 deletions .kotlin-js-store/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20")
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
implementation("io.github.gradle-nexus:publish-plugin:2.0.0")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.20")
implementation(gradleApi())
}
42 changes: 21 additions & 21 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
group=io.kvision
versionNumber=8.0.0

systemProp.kotlinVersion=2.0.20
systemProp.kotlinVersion=2.0.21
javaVersion=17
coroutinesVersion=1.9.0-RC.2
serializationVersion=1.7.2
coroutinesVersion=1.9.0
serializationVersion=1.7.3
systemProp.dokkaVersion=1.9.20
systemProp.npmPublishVersion=3.4.2
systemProp.gradlePluginPublishVersion=1.2.1
systemProp.kspVersion=2.0.20-1.0.25
joobyVersion=3.3.0
springBootVersion=3.3.3
springDataRelationalVersion=3.3.3
systemProp.gradlePluginPublishVersion=1.3.0
systemProp.kspVersion=2.0.21-1.0.25
joobyVersion=3.4.2
springBootVersion=3.3.4
springDataRelationalVersion=3.3.4
ktorVersion=2.3.12
javalinVersion=6.3.0
vertxVersion=4.5.10
micronautVersion=4.6.1
micronautVersion=4.6.3
guiceVersion=7.0.0
koinVersion=4.0.0-RC2
koinVersion=4.0.0
jqueryKotlinVersion=1.0.0
navigoKotlinVersion=1.0.0
navigoKotlinNgVersion=0.0.3
diffVersion=0.7.0
jacksonModuleKotlinVersion=2.17.2
logbackVersion=1.5.7
kotlinNodeVersion=20.14.10-pre.803
kotlinReactVersion=18.3.1-pre.803
jacksonModuleKotlinVersion=2.18.0
logbackVersion=1.5.10
kotlinNodeVersion=22.5.4-pre.818
kotlinReactVersion=18.3.1-pre.818
reduxKotlinVersion=0.6.1
reduxKotlinThunkVersion=0.6.0
ballastVersion=4.2.1
testNgVersion=7.10.2
hamcrestVersion=3.0
kotestVersion=5.9.1
shadowVersion=8.3.0
shadowVersion=8.3.3

kvisionAssetsVersion=8.0.12
cssLoaderVersion=7.1.2
Expand All @@ -50,9 +50,9 @@ bootstrapVersion=5.3.3
popperjsCoreVersion=2.11.8
bootstrapIconsVersion=1.11.3
bootstrapFileinputVersion=5.5.4
chartjsVersion=4.4.4
tempusDominusVersion=6.9.10
electronVersion=32.0.2
chartjsVersion=4.4.5
tempusDominusVersion=6.9.11
electronVersion=33.0.0
electronRemoteVersion=2.1.2
fontawesomeFreeVersion=6.6.0
handlebarsVersion=4.7.8
Expand All @@ -62,13 +62,13 @@ jqueryVersion=3.7.1
leafletVersion=1.9.4
geojsonVersion=0.5.0
geojsonTypesVersion=7946.0.10
materialVersion=2.1.0
materialVersion=2.2.0
onsenuiVersion=2.12.8
paceProgressbarVersion=1.0.10
printjsVersion=1.6.0
reactVersion=^18.3.1
trixVersion=2.1.5
tabulatorTablesVersion=6.2.5
trixVersion=2.1.7
tabulatorTablesVersion=6.3.0
toastifyjsVersion=1.12.0
tomSelectVersion=2.3.1

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ enum class Formatter(internal val formatter: String) {
RESPONSIVECOLLAPSE("responsiveCollapse"),
RESPONSIVECOLLAPSEAUTO("responsiveCollapseAuto"),
TOGGLE("toggle"),
ARRAY("array"),
JSON("json"),
ADAPTABLE("adaptable"),
}

/**
Expand All @@ -117,6 +120,7 @@ enum class Editor(internal val editor: String) {
DATE("date"),
TIME("time"),
DATETIME("datetime"),
ADAPTABLE("adaptable"),
}

/**
Expand Down Expand Up @@ -497,6 +501,8 @@ data class ColumnDefinition<T : Any>(
val headerColumnsMenu: Boolean? = null,
val headerColumnsMenuTitle: String? = null,
val headerColumnsMenuResetTitle: String? = null,
val mutatorImport: dynamic = null,
val mutatorImportParams: dynamic = null,
)

internal object EditorRoot {
Expand Down Expand Up @@ -878,6 +884,8 @@ fun <T : Any> ColumnDefinition<T>.toJs(
if (headerClickMenu != null) this.headerClickMenu = headerClickMenu
if (headerDblClickMenu != null) this.headerDblClickMenu = headerDblClickMenu
if (dblClickMenu != null) this.dblClickMenu = dblClickMenu
if (mutatorImport != null) this.mutatorImport = mutatorImport
if (mutatorImportParams != null) this.mutatorImportParams = mutatorImportParams
} as Tabulator.ColumnDefinition
}

Expand Down Expand Up @@ -1035,6 +1043,12 @@ data class TabulatorOptions<T : Any>(
val resizableRowGuide: Boolean? = null,
val editorEmptyValue: dynamic = null,
val editorEmptyValueFunc: ((Any?) -> Boolean)? = null,
val importHeaderTransform: ((header: String, headers: Array<String>) -> String)? = null,
val importValueTransform: ((header: dynamic, headers: Array<dynamic>) -> dynamic)? = null,
val importFileValidator: ((file: dynamic) -> dynamic)? = null,
val importDataValidator: ((data: dynamic) -> dynamic)? = null,
val paginationOutOfRange: dynamic = null,
val selectableRangeAutoFocus: Boolean? = null,
)

/**
Expand Down Expand Up @@ -1233,5 +1247,11 @@ fun <T : Any> TabulatorOptions<T>.toJs(
if (resizableRowGuide != null) this.resizableRowGuide = resizableRowGuide
if (editorEmptyValue != null) this.editorEmptyValue = editorEmptyValue
if (editorEmptyValueFunc != null) this.editorEmptyValueFunc = editorEmptyValueFunc
if (importHeaderTransform != null) this.importHeaderTransform = importHeaderTransform
if (importValueTransform != null) this.importValueTransform = importValueTransform
if (importFileValidator != null) this.importFileValidator = importFileValidator
if (importDataValidator != null) this.importDataValidator = importDataValidator
if (paginationOutOfRange != null) this.paginationOutOfRange = paginationOutOfRange
if (selectableRangeAutoFocus != null) this.selectableRangeAutoFocus = selectableRangeAutoFocus
} as Tabulator.Options
}

0 comments on commit 0eb061b

Please sign in to comment.