diff --git a/arches_lingo/src/arches_lingo/components/generic/LabelViewer.vue b/arches_lingo/src/arches_lingo/components/generic/LabelViewer.vue deleted file mode 100644 index ae30490..0000000 --- a/arches_lingo/src/arches_lingo/components/generic/LabelViewer.vue +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - - - - {{ - (slotProps.data as AppellativeStatus) - .appellative_status_ascribed_name_content - }} - - - - - - - - - - - - - - - - - - - emits( - 'editLabel', - (slotProps.data as AppellativeStatus) - .tileid, - ) - " - /> - - confirmDelete( - (slotProps.data as AppellativeStatus) - .tileid, - ) - " - /> - - - - - - - {{ $gettext("Bibliographic Sources") }}: - - - - {{ $gettext("Contributors") }}: - - - - - - - diff --git a/arches_lingo/src/arches_lingo/components/generic/MetaStringViewer.vue b/arches_lingo/src/arches_lingo/components/generic/MetaStringViewer.vue new file mode 100644 index 0000000..63d4e00 --- /dev/null +++ b/arches_lingo/src/arches_lingo/components/generic/MetaStringViewer.vue @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + emits( + 'editString', + (slotProps.data as MetaString).tileid, + ) + " + /> + + confirmDelete( + (slotProps.data as MetaString).tileid, + ) + " + /> + + + + + + + + + + + diff --git a/arches_lingo/src/arches_lingo/components/generic/ResourceInstanceRelationships.vue b/arches_lingo/src/arches_lingo/components/generic/ResourceInstanceRelationships.vue index 2e740be..036310d 100644 --- a/arches_lingo/src/arches_lingo/components/generic/ResourceInstanceRelationships.vue +++ b/arches_lingo/src/arches_lingo/components/generic/ResourceInstanceRelationships.vue @@ -1,5 +1,5 @@