Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request MORE-Platform#362 from MORE-Platform/add-license-h…
Browse files Browse the repository at this point in the history
…eader

add license header for all *.ts and *.vue files
  • Loading branch information
alireza-dhp authored Nov 16, 2023
2 parents 70a6bcd + 38f319c commit 0d4bff7
Show file tree
Hide file tree
Showing 79 changed files with 490 additions and 6 deletions.
8 changes: 8 additions & 0 deletions nwa.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
Copyright LBI-DHP and/or licensed to LBI-DHP under one or more
contributor license agreements (LBI-DHP: Ludwig Boltzmann Institute
for Digital Health and Prevention -- A research institute of the
Ludwig Boltzmann Gesellschaft, Oesterreichische Vereinigung zur
Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0.
*/
26 changes: 26 additions & 0 deletions nwa_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
nwa:
cmd: 'add'
year: '2023'
path: ['./src']
skip:
[
'**/*.xml',
'**/*.yaml',
'**/*.yml',
'**/*.sql',
'**/*.cmd',
'**/*.txt',
'**/*.md',
'**/*.json',
'**/*.properties',
'**/*.csv',
'**/*.png',
'**/*.svg',
'**/*.pcss',
'**/*.kts',
'**/*.plist',
'**/*.entitlements',
'**/*.storyboard',
'**/*.webp',
]
tmpl: 'nwa.txt'
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import Footer from './components/shared/Footer.vue';
import Header from './components/shared/Header.vue';
Expand Down
5 changes: 5 additions & 0 deletions src/components/IntegrationList.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { useComponentsApi, useObservationsApi } from '../composable/useApi';
import {
Expand Down
5 changes: 5 additions & 0 deletions src/components/InterventionsList.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { ref, Ref, PropType } from 'vue';
import { useInterventionsApi } from '../composable/useApi';
Expand Down
5 changes: 5 additions & 0 deletions src/components/ObservationList.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { PropType, Ref, ref } from 'vue';
import { useComponentsApi, useObservationsApi } from '../composable/useApi';
Expand Down
5 changes: 5 additions & 0 deletions src/components/ParticipantList.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { PropType, ref, Ref } from 'vue';
import { useImportExportApi, useParticipantsApi } from '../composable/useApi';
Expand Down
5 changes: 5 additions & 0 deletions src/components/ParticipationDataList.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import ConfirmDialog from 'primevue/confirmdialog';
import DynamicDialog from 'primevue/dynamicdialog';
Expand Down
5 changes: 5 additions & 0 deletions src/components/StudyCollaboratorList.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { PropType, Ref, ref } from 'vue';
import { useUsersApi } from '../composable/useApi';
Expand Down
5 changes: 5 additions & 0 deletions src/components/StudyGroupList.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { PropType } from 'vue';
import {
Expand Down
5 changes: 5 additions & 0 deletions src/components/StudyList.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { useRouter } from 'vue-router';
import {
Expand Down
5 changes: 5 additions & 0 deletions src/components/User.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { useUserStore } from '../stores/userStore';
const userStore = useUserStore();
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/ChangeStudyStatusDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject } from 'vue';
import Button from 'primevue/button';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/CopyTokenDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject, ref, Ref } from 'vue';
import Button from 'primevue/button';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/DeleteMoreTableRowDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject } from 'vue';
import Button from 'primevue/button';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/DeleteParticipantDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject } from 'vue';
import Button from 'primevue/button';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/DeleteStudyDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject } from 'vue';
import Button from 'primevue/button';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/DistributeParticipantsDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject } from 'vue';
import Button from 'primevue/button';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/InfoDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject } from 'vue';
import Button from 'primevue/button';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/IntegrationDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject, ref, Ref } from 'vue';
import {
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/InterventionDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject, ref, Ref } from 'vue';
import InputText from 'primevue/inputtext';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/ObservationDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject, ref, Ref } from 'vue';
import InputText from 'primevue/inputtext';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/StudyCollaboratorDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject, ref, Ref } from 'vue';
import { StudyRole } from '../../generated-sources/openapi';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/StudyDialog.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { inject, onUpdated, ref, Ref } from 'vue';
import InputText from 'primevue/inputtext';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/shared/ActionProperty.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { PropType, Ref, ref } from 'vue';
import { Action, ComponentFactory } from '../../../generated-sources/openapi';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/shared/BooleanPropertyInput.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { BooleanProperty } from '../../../models/InputModels';
import { PropType, ref, Ref } from 'vue';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/shared/IntegerPropertyInput.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { IntegerProperty } from '../../../models/InputModels';
import { PropType, watch } from 'vue';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/shared/ObservationPropertyInput.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { ObservationProperty } from '../../../models/InputModels';
import { PropType, ref, Ref, watch } from 'vue';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/shared/ProprtyInputs.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { PropType } from 'vue';
import {
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/shared/PushNotificationInput.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { PushNotificationObject } from '../../../models/InterventionTriggerModel';
import { ref, Ref } from 'vue';
Expand Down
20 changes: 15 additions & 5 deletions src/components/dialog/shared/StringListPropertyInput.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { StringListProperty } from '../../../models/InputModels';
import { PropType, watch } from 'vue';
Expand Down Expand Up @@ -42,24 +47,29 @@
</h6>
<div>{{ $t(props.property.description) }}</div>
<!-- eslint-disable -->
<div v-if="editable" class="w-full flex gap-1 flex-col">
<div v-if="editable" class="flex w-full flex-col gap-1">
<InputText
v-for="index in property.maxSize"
class="w-full"
:class="!editable && property.value?.[index - 1] ? 'w-fit' : 'hidden'"
:key="index"
:value="property.value?.[index - 1]"
@keyup="update($event, index-1)"
@keyup="update($event, index - 1)"
type="text"
:disabled="!editable"
:placeholder="t('global.labels.option') + ' ' + index"
style="display: block"
/>
</div>
<div v-else-if="!editable" class="flex flex-row space-around">
<div v-else-if="!editable" class="space-around flex flex-row">
<div v-for="index in property.maxSize" class="flex items-center">
<span>{{property.value?.[index-1]}}</span>
<span v-if="property.value?.[index] && index !== property.maxSize" class="pi pi-circle-fill px-2" style="font-size: 5px;"> </span>
<span>{{ property.value?.[index - 1] }}</span>
<span
v-if="property.value?.[index] && index !== property.maxSize"
class="pi pi-circle-fill px-2"
style="font-size: 5px"
>
</span>
</div>
</div>
<!-- eslint-enable -->
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/shared/StringPropertyInput.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { StringProperty } from '../../../models/InputModels';
import { PropType, watch } from 'vue';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/shared/StringTextPropertyInput.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { StringProperty } from '../../../models/InputModels';
import { PropType, watch } from 'vue';
Expand Down
5 changes: 5 additions & 0 deletions src/components/dialog/shared/WarningSection.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
defineProps({
warningMsg: {
Expand Down
5 changes: 5 additions & 0 deletions src/components/forms/CronSchedulerConfiguration.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { ref, Ref } from 'vue';
import InputText from 'primevue/inputtext';
Expand Down
5 changes: 5 additions & 0 deletions src/components/forms/InterventionTriggerConditionTable.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import DataTable from 'primevue/datatable';
import Column from 'primevue/column';
Expand Down
5 changes: 5 additions & 0 deletions src/components/forms/InterventionTriggerConditions.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { MoreTableColumn } from '../../models/MoreTableModel';
import InterventionTriggerConditionTable from './InterventionTriggerConditionTable.vue';
Expand Down
5 changes: 5 additions & 0 deletions src/components/forms/Overview-EditDetails.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* Copyright LBI-DHP and/or licensed to LBI-DHP under one or more contributor
license agreements (LBI-DHP: Ludwig Boltzmann Institute for Digital Health and
Prevention -- A research institute of the Ludwig Boltzmann Gesellschaft,
Oesterreichische Vereinigung zur Foerderung der wissenschaftlichen Forschung).
Licensed under the Elastic License 2.0. */
<script setup lang="ts">
import { PropType } from 'vue';
import {
Expand Down
Loading

0 comments on commit 0d4bff7

Please sign in to comment.