|
60 | 60 | <template #prepend> |
61 | 61 | <v-tooltip location="bottom"> |
62 | 62 | <template #activator="{ props }"> |
63 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 63 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
64 | 64 | </template> |
65 | 65 | {{ tooltips["name"] }} |
66 | 66 | </v-tooltip> |
|
75 | 75 | <template #prepend> |
76 | 76 | <v-tooltip class="text-justify" location="bottom" max-width="300px"> |
77 | 77 | <template #activator="{ props }"> |
78 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 78 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
79 | 79 | </template> |
80 | 80 | {{ tooltips["abbreviation"] }} |
81 | 81 | </v-tooltip> |
|
91 | 91 | <template #prepend> |
92 | 92 | <v-tooltip class="text-justify" location="bottom" max-width="300px"> |
93 | 93 | <template #activator="{ props }"> |
94 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 94 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
95 | 95 | </template> |
96 | 96 | {{ tooltips["homepage"] }} |
97 | 97 | </v-tooltip> |
|
162 | 162 | <template #prepend> |
163 | 163 | <v-tooltip class="text-justify" location="bottom" max-width="300px"> |
164 | 164 | <template #activator="{ props }"> |
165 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 165 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
166 | 166 | </template> |
167 | 167 | {{ tooltips["year"] }} |
168 | 168 | </v-tooltip> |
|
183 | 183 | <template #prepend> |
184 | 184 | <v-tooltip class="text-justify" location="bottom" max-width="300px"> |
185 | 185 | <template #activator="{ props }"> |
186 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 186 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
187 | 187 | </template> |
188 | 188 | {{ tooltips["countries"] }} |
189 | 189 | </v-tooltip> |
|
237 | 237 | <!-- Item selected --> |
238 | 238 | <template #chip="data"> |
239 | 239 | <v-chip |
240 | | - v-if="data.item.raw.name" |
| 240 | + v-if="data.item.title" |
241 | 241 | class="bg-blue text-white text-capitalize" |
242 | 242 | closable |
243 | 243 | > |
244 | | - {{ data.item.raw.name.replace(/_/g, " ") }} |
| 244 | + {{ data.item.title.replace(/_/g, " ") }} |
245 | 245 | </v-chip> |
246 | 246 | </template> |
247 | 247 | <!-- select list data --> |
|
363 | 363 | <template #prepend> |
364 | 364 | <v-tooltip class="text-justify" location="bottom" max-width="300px"> |
365 | 365 | <template #activator="{ props }"> |
366 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 366 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
367 | 367 | </template> |
368 | 368 | {{ tooltips["internal_identifiers"] }} |
369 | 369 | </v-tooltip> |
|
389 | 389 | max-width="300px" |
390 | 390 | > |
391 | 391 | <template #activator="{ props }"> |
392 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 392 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
393 | 393 | </template> |
394 | 394 | {{ tooltips["globally_unique"] }} |
395 | 395 | </v-tooltip> |
|
420 | 420 | max-width="300px" |
421 | 421 | > |
422 | 422 | <template #activator="{ props }"> |
423 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 423 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
424 | 424 | </template> |
425 | 425 | {{ tooltips["persistent"] }} |
426 | 426 | </v-tooltip> |
|
451 | 451 | max-width="300px" |
452 | 452 | > |
453 | 453 | <template #activator="{ props }"> |
454 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 454 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
455 | 455 | </template> |
456 | 456 | {{ tooltips["resolvable"] }} |
457 | 457 | </v-tooltip> |
|
487 | 487 | max-width="300px" |
488 | 488 | > |
489 | 489 | <template #activator="{ props }"> |
490 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 490 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
491 | 491 | </template> |
492 | 492 | {{ tooltips["deprecation_reason"] }} |
493 | 493 | </v-tooltip> |
|
507 | 507 | <template #prepend> |
508 | 508 | <v-tooltip class="text-justify" location="bottom" max-width="300px"> |
509 | 509 | <template #activator="{ props }"> |
510 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 510 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
511 | 511 | </template> |
512 | 512 | {{ tooltips["description"] }} |
513 | 513 | </v-tooltip> |
|
531 | 531 | max-width="300px" |
532 | 532 | > |
533 | 533 | <template #activator="{ props }"> |
534 | | - <v-icon v-bind="props"> fas fa-question-circle </v-icon> |
| 534 | + <v-icon v-bind="props"> fas fa-question-circle</v-icon> |
535 | 535 | </template> |
536 | 536 | {{ tooltips["curator_notes"] }} |
537 | 537 | </v-tooltip> |
@@ -661,8 +661,7 @@ export default { |
661 | 661 | // submits with no image uploaded. |
662 | 662 | if (_module.currentRecord.fairsharingRecord.urlForLogo) { |
663 | 663 | _module.fields.delete("logo"); |
664 | | - } |
665 | | - else { |
| 664 | + } else { |
666 | 665 | _module.fields.logo = {}; |
667 | 666 | } |
668 | 667 | return; |
@@ -730,8 +729,7 @@ export default { |
730 | 729 | if (_module.possibleDuplicates.length > 0) { |
731 | 730 | if (_module.submitRecord) { |
732 | 731 | return false; |
733 | | - } |
734 | | - else { |
| 732 | + } else { |
735 | 733 | return true; |
736 | 734 | } |
737 | 735 | } |
@@ -770,27 +768,34 @@ export default { |
770 | 768 | .registryList { |
771 | 769 | max-width: 780px; |
772 | 770 | } |
| 771 | +
|
773 | 772 | .removeStyle button { |
774 | 773 | color: white !important; |
775 | 774 | margin-left: 12px !important; |
776 | 775 | } |
| 776 | +
|
777 | 777 | :deep(.v-list-item-title) { |
778 | 778 | display: none; |
779 | 779 | } |
| 780 | +
|
780 | 781 | :deep .v-list-subheader { |
781 | 782 | &__text { |
782 | 783 | width: 100%; |
783 | 784 | } |
784 | 785 | } |
| 786 | +
|
785 | 787 | .checkboxes { |
786 | 788 | text-align: center; |
787 | 789 | } |
| 790 | +
|
788 | 791 | .checkboxes input { |
789 | 792 | margin: 0px 0px 0px 0px; |
790 | 793 | } |
| 794 | +
|
791 | 795 | .checkboxes label { |
792 | 796 | margin: 0px 20px 0px 3px; |
793 | 797 | } |
| 798 | +
|
794 | 799 | .editFormSelect :deep(.v-field__input) { |
795 | 800 | padding: 0 0 0 6px; |
796 | 801 | } |
|
0 commit comments