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

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.1",
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
@@ -42,6 +42,7 @@
42
42
  'label-set-dropdown',
43
43
  labelSets.length === 0 && 'dropdown-disabled',
44
44
  ]"
45
+ scrollable
45
46
  >
46
47
  <template #trigger>
47
48
  <div>
@@ -55,8 +55,8 @@
55
55
  }}
56
56
  </div>
57
57
  <div
58
+ v-if="annotationSet.labels.length !== 0"
58
59
  class="labelset-action-buttons"
59
- v-if="annotationSet.labels.length !== 0"
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
  }}
@@ -33,6 +33,7 @@
33
33
  class="header-dropdown"
34
34
  position="is-top-right"
35
35
  :close-on-click="false"
36
+ scrollable
36
37
  @active-change="(e) => onDropdownChange(item, e)"
37
38
  >
38
39
  <template #trigger="{ active }">
@@ -21,6 +21,7 @@
21
21
  selectedDocument.is_reviewed && 'disabled',
22
22
  ]"
23
23
  aria-role="list"
24
+ scrollable
24
25
  :disabled="dropdownIsDisabled"
25
26
  >
26
27
  <template #trigger>
@@ -7,6 +7,7 @@
7
7
  aria-role="list"
8
8
  class="ann-set-table-header-dropdown"
9
9
  position="is-top-right"
10
+ scrollable
10
11
  >
11
12
  <template #trigger>
12
13
  <span class="ann-set-label-set-name">{{ labelSetName }}</span>
@@ -28,7 +28,7 @@
28
28
  />
29
29
 
30
30
  <div v-if="!publicView" class="download-file icons">
31
- <b-dropdown aria-role="list" position="is-top-right">
31
+ <b-dropdown aria-role="list" position="is-top-right" scrollable>
32
32
  <template #trigger>
33
33
  <b-icon icon="download" size="small" class="download-file" />
34
34
  </template>
@@ -9,6 +9,7 @@
9
9
  'no-padding-bottom',
10
10
  setsList.length === 0 ? 'no-padding-top' : '',
11
11
  ]"
12
+ scrollable
12
13
  >
13
14
  <template #trigger>
14
15
  <b-button
@@ -70,6 +71,7 @@
70
71
  v-model="selectedLabel"
71
72
  aria-role="list"
72
73
  :disabled="!labels || labels.length === 0"
74
+ scrollable
73
75
  class="label-dropdown annotation-dropdown"
74
76
  >
75
77
  <template #trigger>
package/src/.DS_Store DELETED
Binary file