diff --git a/examples/ahiqar-arabic-karshuni-with-variants-local.html b/examples/ahiqar-arabic-karshuni-with-variants-local.html index 2f1a7241..fb2fc78d 100644 --- a/examples/ahiqar-arabic-karshuni-with-variants-local.html +++ b/examples/ahiqar-arabic-karshuni-with-variants-local.html @@ -1,13 +1,13 @@ -TIDO + + TIDO + - + - - - + - - + +
- + + + }); + diff --git a/src/components/annotations/AnnotationVariantItem.vue b/src/components/annotations/AnnotationVariantItem.vue index 5cdfa992..5288e8e1 100644 --- a/src/components/annotations/AnnotationVariantItem.vue +++ b/src/components/annotations/AnnotationVariantItem.vue @@ -1,23 +1,129 @@ diff --git a/src/components/annotations/AnnotationsList.vue b/src/components/annotations/AnnotationsList.vue index e121347c..50bfe3b7 100644 --- a/src/components/annotations/AnnotationsList.vue +++ b/src/components/annotations/AnnotationsList.vue @@ -3,35 +3,40 @@
- -
- + - -
+ /> + +
-
- -
+
+ +
- + + + \ No newline at end of file diff --git a/src/components/panels/Panel.vue b/src/components/panels/Panel.vue index 72da4e7d..6a4a1626 100644 --- a/src/components/panels/Panel.vue +++ b/src/components/panels/Panel.vue @@ -142,6 +142,8 @@ import PanelImageAction from '@/components/panels/actions/PanelImageAction.vue'; import LoadingSpinner from '@/components/LoadingSpinner.vue'; import MessageBox from '@/components/MessageBox.vue'; import { findComponent } from '@/utils/panels'; +import * as AnnotationUtils from '@/utils/annotations' + // NOTE: Using `setup()` rather than the recommended `