@konfuzio/document-validation-ui 0.1.6-pre-release-1 → 0.1.6-pre-release

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.
Files changed (53) hide show
  1. package/dist/css/app.css +1 -1
  2. package/dist/index.html +1 -1
  3. package/dist/js/app.js +1 -1
  4. package/dist/js/app.js.map +1 -1
  5. package/dist/js/chunk-vendors.js +2 -2
  6. package/dist/js/chunk-vendors.js.map +1 -1
  7. package/package.json +2 -1
  8. package/src/.DS_Store +0 -0
  9. package/src/assets/images/DraggableIcon.vue +14 -0
  10. package/src/assets/images/GridIcon.vue +16 -0
  11. package/src/assets/images/ServerImage.vue +11 -5
  12. package/src/assets/images/SettingsIcon.vue +14 -0
  13. package/src/assets/scss/ann_set_table_options.scss +26 -0
  14. package/src/assets/scss/annotation_details.scss +85 -73
  15. package/src/assets/scss/document_annotations.scss +47 -0
  16. package/src/assets/scss/document_dashboard.scss +1 -2
  17. package/src/assets/scss/document_edit.scss +2 -3
  18. package/src/assets/scss/main.scss +42 -6
  19. package/src/assets/scss/multi_ann_table_overlay.scss +38 -0
  20. package/src/assets/scss/variables.scss +2 -0
  21. package/src/components/App.vue +7 -2
  22. package/src/components/DocumentAnnotations/AnnotationActionButtons.vue +31 -13
  23. package/src/components/DocumentAnnotations/AnnotationContent.vue +5 -3
  24. package/src/components/DocumentAnnotations/AnnotationDetails.vue +7 -3
  25. package/src/components/DocumentAnnotations/AnnotationRow.vue +31 -10
  26. package/src/components/DocumentAnnotations/AnnotationSetActionButtons.vue +3 -3
  27. package/src/components/DocumentAnnotations/CategorizeModal.vue +5 -1
  28. package/src/components/DocumentAnnotations/DocumentAnnotations.vue +47 -17
  29. package/src/components/DocumentAnnotations/EmptyAnnotation.vue +5 -2
  30. package/src/components/DocumentEdit/DocumentEdit.vue +1 -1
  31. package/src/components/DocumentEdit/EditSidebar.vue +6 -6
  32. package/src/components/DocumentPage/AnnSetTableOptions.vue +109 -0
  33. package/src/components/DocumentPage/DocumentPage.vue +39 -10
  34. package/src/components/DocumentPage/DocumentToolbar.vue +6 -2
  35. package/src/components/DocumentPage/MultiAnnSelection.vue +92 -2
  36. package/src/components/DocumentPage/MultiAnnotationTableOverlay.vue +286 -0
  37. package/src/components/DocumentPage/MultiAnnotationTablePopup.vue +19 -46
  38. package/src/components/DocumentPage/NewAnnotation.vue +1 -1
  39. package/src/components/DocumentPage/ScrollingDocument.vue +6 -1
  40. package/src/components/DocumentTopBar/DocumentName.vue +6 -1
  41. package/src/components/DocumentTopBar/DocumentTopBar.vue +9 -9
  42. package/src/components/DocumentTopBar/DocumentTopBarButtons.vue +4 -3
  43. package/src/components/DocumentTopBar/KeyboardActionsDescription.vue +6 -2
  44. package/src/components/DocumentsList/DocumentsList.vue +11 -2
  45. package/src/locales/de.json +5 -1
  46. package/src/locales/en.json +5 -1
  47. package/src/locales/es.json +5 -1
  48. package/src/main.js +3 -0
  49. package/src/store/category.js +1 -1
  50. package/src/store/display.js +44 -0
  51. package/src/store/document.js +100 -7
  52. package/src/store/edit.js +6 -2
  53. package/src/utils/utils.js +13 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konfuzio/document-validation-ui",
3
- "version": "0.1.6-pre-release-1",
3
+ "version": "0.1.6-pre-release",
4
4
  "repository": "git://github.com:konfuzio-ai/document-validation-ui.git",
5
5
  "main": "dist/app.js",
6
6
  "scripts": {
@@ -39,6 +39,7 @@
39
39
  "vue-i18n": "^8.27.1",
40
40
  "vue-i18n-bridge": "^9.2.2",
41
41
  "vue-konva": "^2.1.7",
42
+ "vue-observe-visibility": "^1.0.0",
42
43
  "vue-template-compiler": "^2.6.10",
43
44
  "vuedraggable": "^2.24.3",
44
45
  "vuex": "^3.6.2"
package/src/.DS_Store CHANGED
Binary file
@@ -0,0 +1,14 @@
1
+ <template>
2
+ <svg
3
+ width="12"
4
+ height="12"
5
+ viewBox="0 0 12 12"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M4.5 4.94922C4.30222 4.94922 4.10888 5.00787 3.94443 5.11775C3.77998 5.22763 3.65181 5.38381 3.57612 5.56654C3.50043 5.74926 3.48063 5.95033 3.51922 6.14431C3.5578 6.33829 3.65304 6.51647 3.79289 6.65633C3.93275 6.79618 4.11093 6.89142 4.30491 6.93C4.49889 6.96859 4.69996 6.94879 4.88268 6.8731C5.06541 6.79741 5.22159 6.66924 5.33147 6.50479C5.44135 6.34034 5.5 6.147 5.5 5.94922C5.5 5.684 5.39464 5.42965 5.20711 5.24211C5.01957 5.05458 4.76522 4.94922 4.5 4.94922ZM4.5 8.44922C4.30222 8.44922 4.10888 8.50787 3.94443 8.61775C3.77998 8.72763 3.65181 8.88381 3.57612 9.06654C3.50043 9.24926 3.48063 9.45033 3.51922 9.64431C3.5578 9.83829 3.65304 10.0165 3.79289 10.1563C3.93275 10.2962 4.11093 10.3914 4.30491 10.43C4.49889 10.4686 4.69996 10.4488 4.88268 10.3731C5.06541 10.2974 5.22159 10.1692 5.33147 10.0048C5.44135 9.84034 5.5 9.647 5.5 9.44922C5.5 9.184 5.39464 8.92965 5.20711 8.74211C5.01957 8.55458 4.76522 8.44922 4.5 8.44922ZM8 3.44922C8.19778 3.44922 8.39112 3.39057 8.55557 3.28069C8.72002 3.17081 8.84819 3.01463 8.92388 2.8319C8.99957 2.64918 9.01937 2.44811 8.98079 2.25413C8.9422 2.06015 8.84696 1.88196 8.70711 1.74211C8.56725 1.60226 8.38907 1.50702 8.19509 1.46843C8.00111 1.42985 7.80004 1.44965 7.61732 1.52534C7.43459 1.60103 7.27841 1.7292 7.16853 1.89365C7.05865 2.0581 7 2.25144 7 2.44922C7 2.71444 7.10536 2.96879 7.29289 3.15633C7.48043 3.34386 7.73478 3.44922 8 3.44922ZM4.5 1.44922C4.30222 1.44922 4.10888 1.50787 3.94443 1.61775C3.77998 1.72763 3.65181 1.88381 3.57612 2.06654C3.50043 2.24926 3.48063 2.45033 3.51922 2.64431C3.5578 2.83829 3.65304 3.01647 3.79289 3.15633C3.93275 3.29618 4.11093 3.39142 4.30491 3.43C4.49889 3.46859 4.69996 3.44879 4.88268 3.3731C5.06541 3.29741 5.22159 3.16924 5.33147 3.00479C5.44135 2.84034 5.5 2.647 5.5 2.44922C5.5 2.184 5.39464 1.92965 5.20711 1.74211C5.01957 1.55458 4.76522 1.44922 4.5 1.44922ZM8 8.44922C7.80222 8.44922 7.60888 8.50787 7.44443 8.61775C7.27998 8.72763 7.15181 8.88381 7.07612 9.06654C7.00043 9.24926 6.98063 9.45033 7.01922 9.64431C7.0578 9.83829 7.15304 10.0165 7.29289 10.1563C7.43275 10.2962 7.61093 10.3914 7.80491 10.43C7.99889 10.4686 8.19996 10.4488 8.38268 10.3731C8.56541 10.2974 8.72159 10.1692 8.83147 10.0048C8.94135 9.84034 9 9.647 9 9.44922C9 9.184 8.89464 8.92965 8.70711 8.74211C8.51957 8.55458 8.26522 8.44922 8 8.44922ZM8 4.94922C7.80222 4.94922 7.60888 5.00787 7.44443 5.11775C7.27998 5.22763 7.15181 5.38381 7.07612 5.56654C7.00043 5.74926 6.98063 5.95033 7.01922 6.14431C7.0578 6.33829 7.15304 6.51647 7.29289 6.65633C7.43275 6.79618 7.61093 6.89142 7.80491 6.93C7.99889 6.96859 8.19996 6.94879 8.38268 6.8731C8.56541 6.79741 8.72159 6.66924 8.83147 6.50479C8.94135 6.34034 9 6.147 9 5.94922C9 5.684 8.89464 5.42965 8.70711 5.24211C8.51957 5.05458 8.26522 4.94922 8 4.94922Z"
11
+ fill="white"
12
+ />
13
+ </svg>
14
+ </template>
@@ -0,0 +1,16 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M1.33203 1.9987C1.33203 1.63051 1.63051 1.33203 1.9987 1.33203H6.66537C7.03356 1.33203 7.33203 1.63051 7.33203 1.9987V6.66537C7.33203 7.03356 7.03356 7.33203 6.66537 7.33203H1.9987C1.63051 7.33203 1.33203 7.03356 1.33203 6.66537V1.9987ZM2.66536 2.66536V5.9987H5.9987V2.66536H2.66536ZM8.66537 1.9987C8.66537 1.63051 8.96384 1.33203 9.33203 1.33203H13.9987C14.3669 1.33203 14.6654 1.63051 14.6654 1.9987V6.66537C14.6654 7.03356 14.3669 7.33203 13.9987 7.33203H9.33203C8.96384 7.33203 8.66537 7.03356 8.66537 6.66537V1.9987ZM9.9987 2.66536V5.9987H13.332V2.66536H9.9987ZM1.33203 9.33203C1.33203 8.96384 1.63051 8.66537 1.9987 8.66537H6.66537C7.03356 8.66537 7.33203 8.96384 7.33203 9.33203V13.9987C7.33203 14.3669 7.03356 14.6654 6.66537 14.6654H1.9987C1.63051 14.6654 1.33203 14.3669 1.33203 13.9987V9.33203ZM2.66536 9.9987V13.332H5.9987V9.9987H2.66536ZM8.66537 9.33203C8.66537 8.96384 8.96384 8.66537 9.33203 8.66537H13.9987C14.3669 8.66537 14.6654 8.96384 14.6654 9.33203V13.9987C14.6654 14.3669 14.3669 14.6654 13.9987 14.6654H9.33203C8.96384 14.6654 8.66537 14.3669 8.66537 13.9987V9.33203ZM9.9987 9.9987V13.332H13.332V9.9987H9.9987Z"
13
+ fill="#7B61FF"
14
+ />
15
+ </svg>
16
+ </template>
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div style="display: flex">
2
+ <div v-observe-visibility="visibilityChanged" style="display: flex">
3
3
  <img v-show="loaded" ref="imgTag" :height="height" />
4
4
  <slot v-if="!loaded" />
5
5
  </div>
@@ -27,16 +27,16 @@ export default {
27
27
  data() {
28
28
  return {
29
29
  loaded: false,
30
+ isVisible: false,
30
31
  };
31
32
  },
32
33
  watch: {
33
34
  imageUrl() {
34
- this.loadImage();
35
+ if (this.isVisible) {
36
+ this.loadImage();
37
+ }
35
38
  },
36
39
  },
37
- mounted() {
38
- this.loadImage();
39
- },
40
40
  methods: {
41
41
  loadImage() {
42
42
  if (!this.imageUrl) return;
@@ -56,6 +56,12 @@ export default {
56
56
  this.loaded = false;
57
57
  });
58
58
  },
59
+ visibilityChanged(isVisible) {
60
+ if (!this.isVisible && isVisible) {
61
+ this.isVisible = isVisible;
62
+ this.loadImage();
63
+ }
64
+ },
59
65
  },
60
66
  };
61
67
  </script>
@@ -0,0 +1,14 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ d="M13.361 8.4396C13.2541 8.31795 13.1952 8.16154 13.1952 7.9996C13.1952 7.83767 13.2541 7.68126 13.361 7.55961L14.2143 6.5996C14.3084 6.49472 14.3668 6.36274 14.3811 6.22261C14.3955 6.08248 14.3651 5.9414 14.2943 5.8196L12.961 3.51294C12.8909 3.39129 12.7843 3.29486 12.6562 3.2374C12.5281 3.17993 12.3851 3.16438 12.2477 3.19294L10.9943 3.44627C10.8349 3.47922 10.6688 3.45266 10.5276 3.3716C10.3864 3.29055 10.2797 3.16059 10.2277 3.00627L9.821 1.78627C9.77627 1.65386 9.69107 1.53885 9.57742 1.4575C9.46377 1.37615 9.32743 1.33258 9.18766 1.33294H6.521C6.37562 1.32535 6.23175 1.36556 6.11138 1.44741C5.991 1.52927 5.90072 1.64828 5.85433 1.78627L5.481 3.00627C5.429 3.16059 5.32231 3.29055 5.18107 3.3716C5.03983 3.45266 4.87381 3.47922 4.71433 3.44627L3.42767 3.19294C3.29737 3.17453 3.16453 3.19509 3.0459 3.25203C2.92726 3.30898 2.82813 3.39976 2.761 3.51294L1.42767 5.8196C1.35511 5.94004 1.32248 6.08033 1.33445 6.22042C1.34643 6.36051 1.40239 6.49323 1.49433 6.5996L2.341 7.55961C2.44788 7.68126 2.50682 7.83767 2.50682 7.9996C2.50682 8.16154 2.44788 8.31795 2.341 8.4396L1.49433 9.39961C1.40239 9.50598 1.34643 9.6387 1.33445 9.77879C1.32248 9.91888 1.35511 10.0592 1.42767 10.1796L2.761 12.4863C2.83106 12.6079 2.93774 12.7044 3.06583 12.7618C3.19392 12.8193 3.33688 12.8348 3.47433 12.8063L4.72766 12.5529C4.88714 12.52 5.05317 12.5465 5.19441 12.6276C5.33565 12.7087 5.44233 12.8386 5.49433 12.9929L5.901 14.2129C5.94738 14.3509 6.03766 14.4699 6.15804 14.5518C6.27842 14.6337 6.42229 14.6739 6.56766 14.6663H9.23433C9.37409 14.6666 9.51044 14.6231 9.62408 14.5417C9.73773 14.4604 9.82294 14.3454 9.86766 14.2129L10.2743 12.9929C10.3263 12.8386 10.433 12.7087 10.5743 12.6276C10.7155 12.5465 10.8815 12.52 11.041 12.5529L12.2943 12.8063C12.4318 12.8348 12.5747 12.8193 12.7028 12.7618C12.8309 12.7044 12.9376 12.6079 13.0077 12.4863L14.341 10.1796C14.4118 10.0578 14.4422 9.91673 14.4278 9.7766C14.4134 9.63647 14.355 9.50449 14.261 9.39961L13.361 8.4396ZM12.3677 9.33294L12.901 9.93294L12.0477 11.4129L11.261 11.2529C10.7809 11.1548 10.2814 11.2364 9.85739 11.4821C9.43341 11.7279 9.11443 12.1208 8.961 12.5863L8.70767 13.3329H7.001L6.761 12.5729C6.60757 12.1075 6.28859 11.7146 5.8646 11.4688C5.44062 11.223 4.94115 11.1415 4.461 11.2396L3.67433 11.3996L2.80767 9.92627L3.341 9.32627C3.66897 8.95959 3.85029 8.48489 3.85029 7.99294C3.85029 7.50098 3.66897 7.02629 3.341 6.6596L2.80767 6.0596L3.661 4.59294L4.44767 4.75294C4.92781 4.85109 5.42728 4.76953 5.85127 4.52374C6.27525 4.27795 6.59423 3.88504 6.74766 3.4196L7.001 2.66627H8.70767L8.961 3.42627C9.11443 3.89171 9.43341 4.28462 9.85739 4.5304C10.2814 4.77619 10.7809 4.85775 11.261 4.7596L12.0477 4.5996L12.901 6.0796L12.3677 6.67961C12.0434 7.04545 11.8643 7.51739 11.8643 8.00627C11.8643 8.49515 12.0434 8.9671 12.3677 9.33294ZM7.85433 5.33294C7.32691 5.33294 6.81134 5.48934 6.37281 5.78235C5.93428 6.07537 5.59249 6.49185 5.39065 6.97912C5.18882 7.46638 5.13601 8.00256 5.2389 8.51985C5.3418 9.03713 5.59577 9.51228 5.96871 9.88522C6.34165 10.2582 6.81681 10.5121 7.33409 10.615C7.85137 10.7179 8.38755 10.6651 8.87482 10.4633C9.36209 10.2615 9.77857 9.91966 10.0716 9.48113C10.3646 9.04259 10.521 8.52702 10.521 7.9996C10.521 7.29236 10.24 6.61408 9.73995 6.11399C9.23985 5.61389 8.56158 5.33294 7.85433 5.33294ZM7.85433 9.33294C7.59062 9.33294 7.33284 9.25474 7.11357 9.10823C6.89431 8.96172 6.72341 8.75348 6.62249 8.50985C6.52158 8.26621 6.49517 7.99813 6.54662 7.73948C6.59807 7.48084 6.72505 7.24327 6.91152 7.0568C7.09799 6.87033 7.33557 6.74334 7.59421 6.69189C7.85285 6.64044 8.12094 6.66685 8.36458 6.76777C8.60821 6.86868 8.81645 7.03958 8.96296 7.25884C9.10947 7.47811 9.18766 7.7359 9.18766 7.9996C9.18766 8.35323 9.04719 8.69237 8.79714 8.94241C8.54709 9.19246 8.20795 9.33294 7.85433 9.33294Z"
11
+ fill="white"
12
+ />
13
+ </svg>
14
+ </template>
@@ -0,0 +1,26 @@
1
+ @import "./imports.scss";
2
+
3
+ .ann-set-table-header {
4
+ position: absolute;
5
+ background-color: $purple;
6
+ color: $white;
7
+ font-size: 14px;
8
+ padding: 4px;
9
+ z-index: 9;
10
+ border-radius: 2px;
11
+ display: flex;
12
+ flex-direction: row;
13
+ justify-content: center;
14
+ align-items: center;
15
+
16
+ .ann-set-table-header-dropdown {
17
+ cursor: pointer;
18
+ .ann-set-label-set-name {
19
+ margin-right: 4px;
20
+ }
21
+
22
+ .delete-action {
23
+ color: $red;
24
+ }
25
+ }
26
+ }
@@ -1,99 +1,111 @@
1
1
  @import "./imports.scss";
2
2
 
3
- .label-icon {
4
- display: flex;
5
- align-items: center;
6
- justify-content: center;
7
- height: 40px;
8
-
9
- .annotation-details-icon {
3
+ .annotation-details {
4
+ .label-icon {
10
5
  display: flex;
11
- padding: 0 15px;
6
+ align-items: center;
7
+ justify-content: center;
12
8
 
13
- &.animated-ripple {
14
- animation: bounce 0.4s 0.1s;
15
- transform: scale(1);
16
- }
9
+ .annotation-details-icon {
10
+ display: flex;
17
11
 
18
- svg {
19
- width: 25px;
20
- }
12
+ &.animated-ripple {
13
+ animation: bounce 0.4s 0.1s;
14
+ transform: scale(1);
15
+ }
21
16
 
22
- &.user-icon {
23
- padding: 0 18px;
24
17
  svg {
25
- width: 20px;
18
+ width: 25px;
26
19
  }
27
- }
28
- }
29
- }
30
-
31
- .label-details {
32
- display: flex;
33
- flex-direction: column;
34
- gap: 8px;
35
- min-width: 100px;
36
20
 
37
- .label-description {
38
- opacity: 0.7;
39
- color: $white;
40
- font-weight: 400;
41
- font-size: 12px;
42
- line-height: 18px;
43
- border-bottom: 1px solid $low-opacity-white;
44
- padding-bottom: 8px;
45
- word-wrap: break-all;
46
- white-space: normal;
47
- width: 216px;
48
- }
49
-
50
- .confidence {
51
- color: $white;
52
- font-weight: 400;
53
- font-size: 12px;
54
- line-height: 18px;
55
- display: flex;
56
- flex-direction: row;
57
- justify-content: space-between;
58
- border-bottom: 1px solid $low-opacity-white;
59
- padding-bottom: 8px;
60
-
61
- .value {
62
- color: $green;
63
-
64
- &.yellow {
65
- color: $yellow;
21
+ &.user-icon {
22
+ padding: 0 3px;
23
+ svg {
24
+ width: 20px;
25
+ }
66
26
  }
67
-
68
- &.red {
69
- color: $red;
27
+ }
28
+ &.is-small {
29
+ .annotation-details-icon {
30
+ svg {
31
+ width: 16px;
32
+ }
33
+ &.user-icon {
34
+ svg {
35
+ width: 12px;
36
+ }
37
+ }
70
38
  }
71
39
  }
72
40
  }
73
41
 
74
- .revision {
75
- font-weight: 400;
76
- font-size: 12px;
77
- line-height: 18px;
78
- color: $white;
42
+ .label-details {
43
+ display: flex;
44
+ flex-direction: column;
45
+ gap: 8px;
46
+ min-width: 100px;
47
+
48
+ .label-description {
49
+ opacity: 0.7;
50
+ color: $white;
51
+ font-weight: 400;
52
+ font-size: 12px;
53
+ line-height: 18px;
54
+ border-bottom: 1px solid $low-opacity-white;
55
+ padding-bottom: 8px;
56
+ word-wrap: break-all;
57
+ white-space: normal;
58
+ width: 216px;
59
+ }
79
60
 
80
- > div {
61
+ .confidence {
62
+ color: $white;
63
+ font-weight: 400;
64
+ font-size: 12px;
65
+ line-height: 18px;
81
66
  display: flex;
82
- align-items: center;
67
+ flex-direction: row;
68
+ justify-content: space-between;
69
+ border-bottom: 1px solid $low-opacity-white;
70
+ padding-bottom: 8px;
71
+
72
+ .value {
73
+ color: $green;
74
+
75
+ &.yellow {
76
+ color: $yellow;
77
+ }
78
+
79
+ &.red {
80
+ color: $red;
81
+ }
82
+ }
83
83
  }
84
84
 
85
- .annotation-details-icon {
86
- display: flex;
85
+ .revision {
86
+ font-weight: 400;
87
+ font-size: 12px;
88
+ line-height: 18px;
89
+ color: $white;
87
90
 
88
- svg {
89
- width: 25px;
91
+ > div {
92
+ display: flex;
93
+ align-items: center;
90
94
  }
91
95
 
92
- &.user-icon {
93
- padding-right: 5px;
96
+ .annotation-details-icon {
97
+ display: flex;
94
98
 
95
99
  svg {
96
- width: 20px;
100
+ width: 25px;
101
+ }
102
+
103
+ &.user-icon {
104
+ padding-right: 5px;
105
+
106
+ svg {
107
+ width: 20px;
108
+ }
97
109
  }
98
110
  }
99
111
  }
@@ -68,6 +68,37 @@
68
68
  color: $text;
69
69
  }
70
70
  }
71
+
72
+ .ann-set-table {
73
+ display: flex;
74
+ align-items: center;
75
+ width: fit-content;
76
+ cursor: pointer;
77
+ &:not(:last-child) {
78
+ padding-bottom: 12px;
79
+ }
80
+
81
+ .ann-set-table-icon {
82
+ padding: 4px 8px;
83
+ border-radius: 32px;
84
+ margin-left: 14px;
85
+ background: $purple-low-opacity;
86
+ display: flex;
87
+ width: fit-content;
88
+ align-items: center;
89
+ .ann-set-number {
90
+ font-weight: 400;
91
+ font-size: 14px;
92
+ line-height: 20px;
93
+ margin-left: 4px;
94
+ }
95
+ }
96
+ .ann-set-table-label-set-name {
97
+ margin-left: 8px;
98
+ font-size: 14px;
99
+ line-height: 20px;
100
+ }
101
+ }
71
102
  }
72
103
 
73
104
  .labels {
@@ -149,6 +180,11 @@
149
180
  display: flex;
150
181
  align-items: center;
151
182
 
183
+ .annotation-icon {
184
+ height: 40px;
185
+ padding: 0 15px;
186
+ }
187
+
152
188
  .label-name {
153
189
  padding: 10px 0;
154
190
  padding-right: 4px;
@@ -397,6 +433,17 @@
397
433
  }
398
434
  }
399
435
 
436
+ .annotation-row {
437
+ display: flex;
438
+ align-items: center;
439
+ .annotation-icon {
440
+ display: flex;
441
+ }
442
+ .annotation-value {
443
+ outline: none;
444
+ }
445
+ }
446
+
400
447
  .message {
401
448
  .message-container {
402
449
  display: flex;
@@ -17,8 +17,7 @@
17
17
 
18
18
  .dashboard-document {
19
19
  height: 100%;
20
- overflow-y: auto;
21
- overflow-x: hidden;
20
+ overflow: visible;
22
21
  position: relative;
23
22
  flex: 1;
24
23
  background-image: radial-gradient(#bfc1c9 0.8px, #ededed 0.1px);
@@ -26,15 +26,14 @@
26
26
  gap: 20px;
27
27
 
28
28
  .image-section {
29
+ cursor: grab;
29
30
  width: 138px;
30
31
  height: 138px;
31
32
  display: flex;
32
33
  align-items: center;
33
34
 
34
35
  .img-container {
35
- &:hover {
36
- cursor: pointer;
37
- }
36
+ cursor: pointer;
38
37
 
39
38
  .img-thumbnail {
40
39
  border: $component-border;
@@ -251,6 +251,10 @@ body {
251
251
  background-color: $primary;
252
252
  }
253
253
 
254
+ a.dropdown-item.is-disabled {
255
+ color: $grey-blue !important;
256
+ }
257
+
254
258
  &.dropdown-menu-animation {
255
259
  a.navbar-item {
256
260
  color: $text-color;
@@ -405,7 +409,7 @@ body {
405
409
  }
406
410
  }
407
411
 
408
- .invisible-parent-modal {
412
+ &.invisible-parent-modal {
409
413
  background-color: transparent;
410
414
 
411
415
  .modal-content {
@@ -462,6 +466,8 @@ body {
462
466
  }
463
467
 
464
468
  .b-tooltip {
469
+ height: 100%;
470
+ align-items: center;
465
471
  .tooltip-content {
466
472
  background-color: $text-color !important;
467
473
 
@@ -470,11 +476,14 @@ body {
470
476
  text-decoration: underline;
471
477
  font-weight: 500;
472
478
  }
479
+ &:before {
480
+ border-bottom-color: $text-color !important;
481
+ }
473
482
  }
474
483
 
475
484
  &.left-aligned {
476
485
  .tooltip-content {
477
- left: 10px !important;
486
+ left: -3px !important;
478
487
  transform: none !important;
479
488
  padding: 8px 10px !important;
480
489
 
@@ -629,6 +638,9 @@ body {
629
638
  }
630
639
 
631
640
  .b-table {
641
+ .table-wrapper {
642
+ overflow: visible !important;
643
+ }
632
644
  &.full-height {
633
645
  height: 100%;
634
646
  .table-wrapper {
@@ -638,10 +650,34 @@ body {
638
650
  }
639
651
  }
640
652
  }
641
- .table {
653
+
654
+ &.dark-header {
655
+ .table {
656
+ thead {
657
+ background-color: $black !important;
658
+ th {
659
+ font-weight: 400;
660
+ background-color: $black !important;
661
+ }
662
+ }
663
+ }
664
+ }
665
+
666
+ &.header-32 {
667
+ thead {
668
+ height: 32px;
669
+ }
670
+ }
671
+
672
+ .table,
673
+ .table-wrapper {
674
+ &.has-sticky-header {
675
+ max-height: 200px;
676
+ height: fit-content;
677
+ }
642
678
  cursor: text;
643
679
  thead {
644
- background-color: #7b61ff;
680
+ background-color: $purple !important;
645
681
  font-weight: 500;
646
682
  font-size: 10px;
647
683
  line-height: 18px;
@@ -652,8 +688,8 @@ body {
652
688
  margin: 0;
653
689
  }
654
690
  }
655
- background-color: #7b61ff;
656
- color: white;
691
+ background-color: $purple !important;
692
+ color: white !important;
657
693
  vertical-align: middle;
658
694
  &[draggable="true"] {
659
695
  cursor: move;
@@ -0,0 +1,38 @@
1
+ @import "./imports.scss";
2
+
3
+ .multi-ann-table-overlay {
4
+ position: absolute;
5
+ bottom: 0;
6
+ height: fit-content;
7
+ z-index: 40;
8
+ width: 100%;
9
+ background-color: $background;
10
+
11
+ .multi-ann-set-table {
12
+ padding-bottom: 6px;
13
+
14
+ .table-wrapper {
15
+ overflow: visible;
16
+ .header-dropdown {
17
+ cursor: pointer;
18
+
19
+ .icon.arrow {
20
+ margin-left: 4px;
21
+ }
22
+ .draggable {
23
+ margin-right: 4px;
24
+ cursor: move;
25
+ }
26
+
27
+ .delete-action {
28
+ color: $red;
29
+ }
30
+ }
31
+
32
+ .annotations-table {
33
+ min-height: 22px;
34
+ display: flex;
35
+ }
36
+ }
37
+ }
38
+ }
@@ -37,6 +37,8 @@ $yellow: #ffd600;
37
37
  $warning-yellow: #fec84b;
38
38
 
39
39
  $blue: #2f80ed;
40
+ $purple: #7b61ff;
41
+ $purple-low-opacity: rgba(123, 97, 255, 0.08);
40
42
  $text-color: #1a1a1a;
41
43
 
42
44
  :root {
@@ -1,13 +1,13 @@
1
1
  <template>
2
2
  <div class="dv-ui-app-container dv-ui-theme">
3
- <DocumentsList />
3
+ <DocumentsList v-if="showDocumentsList" />
4
4
  <DocumentDashboard />
5
5
  </div>
6
6
  </template>
7
7
  <script>
8
8
  import DocumentDashboard from "./DocumentDashboard";
9
9
  import { DocumentsList } from "./DocumentsList";
10
- import { getURLQueryParam } from "../utils/utils";
10
+ import { getURLQueryParam, getURLPath } from "../utils/utils";
11
11
  import API from "../api";
12
12
 
13
13
  export default {
@@ -49,6 +49,8 @@ export default {
49
49
  documentId() {
50
50
  if (getURLQueryParam("document")) {
51
51
  return getURLQueryParam("document");
52
+ } else if (getURLPath("docs")) {
53
+ return getURLPath("docs");
52
54
  } else if (process.env.VUE_APP_DOCUMENT_ID) {
53
55
  return process.env.VUE_APP_DOCUMENT_ID;
54
56
  } else if (this.document) {
@@ -86,6 +88,9 @@ export default {
86
88
  return true;
87
89
  }
88
90
  },
91
+ showDocumentsList() {
92
+ return process.env.VUE_APP_SHOW_DOCUMENTS_LIST;
93
+ },
89
94
  },
90
95
  created() {
91
96
  // locale config