@konfuzio/document-validation-ui 0.1.13 → 0.1.14-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konfuzio/document-validation-ui",
3
- "version": "0.1.13",
3
+ "version": "0.1.14-dev.0",
4
4
  "repository": "git://github.com:konfuzio-ai/document-validation-ui.git",
5
5
  "main": "dist/app.js",
6
6
  "scripts": {
@@ -84,7 +84,7 @@
84
84
  >{{ Math.floor(confidence(annotation) * 100) / 100 }}</span
85
85
  >
86
86
  </div>
87
- <div class="revision" v-if="!publicView">
87
+ <div v-if="!publicView" class="revision">
88
88
  <div class="detail-icons">
89
89
  <div v-if="created(annotation) || edited(annotation)">
90
90
  <div
@@ -55,8 +55,8 @@
55
55
  }}
56
56
  </div>
57
57
  <div
58
- class="labelset-action-buttons"
59
58
  v-if="annotationSet.labels.length !== 0"
59
+ class="labelset-action-buttons"
60
60
  >
61
61
  <AnnotationSetActionButtons
62
62
  :number-of-empty-labels-in-annotation-set="
@@ -15,14 +15,14 @@
15
15
  </div>
16
16
  </div>
17
17
  <div class="label-group-right">
18
- <div class="label-annotations-pending" v-if="!publicView">
18
+ <div v-if="!publicView" class="label-annotations-pending">
19
19
  {{
20
20
  `${
21
21
  label.annotations.length - acceptedAnnotationsGroupCounter
22
22
  } ${$t("annotations_pending")}`
23
23
  }}
24
24
  </div>
25
- <div class="label-annotations-accepted" v-if="!publicView">
25
+ <div v-if="!publicView" class="label-annotations-accepted">
26
26
  {{
27
27
  `${acceptedAnnotationsGroupCounter} ${$t("annotations_accepted")}`
28
28
  }}
package/src/.DS_Store DELETED
Binary file