From 6b8ee38caa59dd933683c4e9f7fa4d24ca91e18f Mon Sep 17 00:00:00 2001 From: Guilhem Date: Mon, 17 Feb 2025 14:25:09 +0000 Subject: [PATCH] replace popup with popover for app components --- .../components/wizards/AgChartWizard.svelte | 51 +-- .../components/wizards/AgGridWizard.svelte | 330 +++++++++--------- .../components/wizards/ChartJSWizard.svelte | 64 ++-- .../wizards/DBExplorerWizard.svelte | 24 +- .../components/wizards/NavbarWizard.svelte | 223 ++++++------ .../components/wizards/PlotlyWizard.svelte | 153 ++++---- .../wizards/TableActionsWizard.svelte | 135 +++---- .../wizards/TableColumnWizard.svelte | 99 +++--- 8 files changed, 554 insertions(+), 525 deletions(-) diff --git a/frontend/src/lib/components/wizards/AgChartWizard.svelte b/frontend/src/lib/components/wizards/AgChartWizard.svelte index 38648e6560..1ef881948c 100644 --- a/frontend/src/lib/components/wizards/AgChartWizard.svelte +++ b/frontend/src/lib/components/wizards/AgChartWizard.svelte @@ -1,6 +1,6 @@ - - + - {#if value} -
- + + {#if value} +
+ - + - -
- {/if} - + +
+ {/if} +
+ diff --git a/frontend/src/lib/components/wizards/AgGridWizard.svelte b/frontend/src/lib/components/wizards/AgGridWizard.svelte index 250995ea35..550783d572 100644 --- a/frontend/src/lib/components/wizards/AgGridWizard.svelte +++ b/frontend/src/lib/components/wizards/AgGridWizard.svelte @@ -1,10 +1,11 @@ - - + - {#if value} -
- - Column definitions - - Column definitions are used to define columns in ag-Grid. - - - - - - - - - -