chore: update frontend configuration

This commit is contained in:
Matthieu
2025-09-26 11:29:47 +02:00
parent b7caa4f552
commit a78938a4d1
64 changed files with 5790 additions and 5129 deletions

View File

@@ -2,7 +2,7 @@
<div class="space-y-4">
<!-- Root Components -->
<div v-for="component in components" :key="component.id" class="border border-gray-200 rounded-lg p-4">
<ComponentItem
<ComponentItem
:component="component"
:is-edit-mode="isEditMode"
:collapse-all="collapseAll"
@@ -43,13 +43,13 @@ defineProps({
},
componentModelOptionsProvider: {
type: Function,
default: () => [],
default: () => []
},
pieceModelOptionsProvider: {
type: Function,
default: () => [],
},
default: () => []
}
})
defineEmits(['update', 'edit-piece', 'assign-model', 'assign-piece-model', 'custom-field-update', 'create-model-from-component'])
</script>
</script>