From 8928fd7936d3cfa700d22add0360bbf20dcf9618 Mon Sep 17 00:00:00 2001 From: poirazis Date: Mon, 14 Oct 2024 16:31:55 +0300 Subject: [PATCH] 2.0.39-alpha --- bun.lockb | Bin 297360 -> 297360 bytes package.json | 2 +- schema.json | 5 +++++ src/Component.svelte | 8 +++++--- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/bun.lockb b/bun.lockb index 64a2ae3f4b7a20f311078ebf0dd0878c03187042..4dbd9f1d5d32aa723aac2702fe11f7fe41079ddd 100755 GIT binary patch delta 86 zcmbO*S!lv!p@tU57N#xC6UC&>br~2K_!t-(ZVOzUnc`&enS(LTNYB_v&(M7O8Zl-` hY4aeU0#Tp>&YwHZ++Al-k5JJ5K#Y0&12L8jMF2p28PEU# delta 86 zcmbO*S!lv!p@tU57N#xC6UC%Wbr~2K_!t-(ZVOzUnc`&enS(LTNYB_v&(L)G8Zl-` hY11H}0#Tp>&YwHZ++Al-k5JJ5K#Y0&12L8jMF2lI8OQ(t diff --git a/package.json b/package.json index 9bfc0c6..79e250a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bb-component-SuperTable", - "version": "2.0.38-alpha", + "version": "2.0.39-alpha", "description": "A Fully Customizable Budibase Table Component", "author": "Michael Poirazi", "license": "MIT", diff --git a/schema.json b/schema.json index ea26db7..9aac109 100644 --- a/schema.json +++ b/schema.json @@ -29,6 +29,11 @@ "key": "row", "type": "object" }, + { + "label": "Hovered Row", + "key": "hoveredRow", + "type": "object" + }, { "label": "Rows", "key": "rows", diff --git a/src/Component.svelte b/src/Component.svelte index 036e40c..50851f7 100644 --- a/src/Component.svelte +++ b/src/Component.svelte @@ -35,7 +35,9 @@
- - - + {#key $component.children} + + + + {/key}