diff --git a/bun.lockb b/bun.lockb index f06cf6d..52f4e4a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a76944f..5a3751e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bb-component-SuperTable", - "version": "2.0.21-alpha", + "version": "2.0.22-alpha", "description": "A Fully Customizable Budibase Table Component", "author": "Michael Poirazi", "license": "MIT", @@ -18,10 +18,10 @@ "svelte-legos": "^0.2.3" }, "devDependencies": { - "@budibase/backend-core": "^2.28.7", - "@budibase/bbui": "^2.28.7", - "@budibase/frontend-core": "^2.28.7", - "@budibase/shared-core": "^2.28.7", + "@budibase/backend-core": "^2.29.0", + "@budibase/bbui": "^2.29.0", + "@budibase/frontend-core": "^2.29.0", + "@budibase/shared-core": "^2.29.0", "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-image": "^3.0.3", "@rollup/plugin-json": "^6.1.0", diff --git a/schema.json b/schema.json index 7f2728b..48fa2f3 100644 --- a/schema.json +++ b/schema.json @@ -516,8 +516,8 @@ "key": "onRowClick", "context": [ { - "label": "Row ID", - "key": "rowID" + "label": "Row", + "key": "row" } ] }, @@ -527,8 +527,8 @@ "key": "onRowDblClick", "context": [ { - "label": "Row ID", - "key": "rowID" + "label": "Row", + "key": "row" } ] },