expanded cell view

This commit is contained in:
SPRINX0\prochazka
2025-02-07 14:34:56 +01:00
parent 8103c26ca8
commit 93895f3d6f
4 changed files with 17 additions and 5 deletions

View File

@@ -20,6 +20,12 @@
component: JsonCellView,
single: true,
},
{
type: 'jsonExpanded',
title: 'Json - expanded',
component: JsonExpandedCellView,
single: true,
},
{
type: 'jsonRow',
title: 'Json - Row',
@@ -84,6 +90,7 @@
import SelectField from '../forms/SelectField.svelte';
import { selectedCellsCallback } from '../stores';
import WidgetTitle from './WidgetTitle.svelte';
import JsonExpandedCellView from '../celldata/JsonExpandedCellView.svelte';
let selectedFormatType = 'autodetect';