Bijlage toevoegen
-
-
- Bijlage succesvol toegevoegd
-
-
- Er is iets fout gegaan bij het toevoegen van bijlage
-
-
- {{ error }}
-
-
-
@@ -80,14 +92,18 @@ import { navigationStore, publicationStore } from '../../store/store.js'
@@ -206,68 +208,80 @@ import { catalogiStore, metadataStore, navigationStore, publicationStore } from
-
-
-
-
-
-
-
- {{ attachment?.description }}
-
-
-
-
-
-
- Bewerken
-
-
-
-
-
- Download
-
-
-
-
-
- Publiceren
-
-
-
-
-
- Depubliceren
-
-
-
-
-
- Kopiƫren
-
-
-
-
-
- Verwijderen
-
-
-
+
+
+
+
+
+
+ Drag and drop files here to upload
+
+
+
+
+
+
+
+
+
+
+
+ {{ attachment?.description }}
+
+
+
+
+
+
+ Bewerken
+
+
+
+
+
+ Download
+
+
+
+
+
+ Publiceren
+
+
+
+
+
+ Depubliceren
+
+
+
+
+
+ Kopiƫren
+
+
+
+
+
+ Verwijderen
+
+
+
+
@@ -347,6 +361,7 @@ import { catalogiStore, metadataStore, navigationStore, publicationStore } from
diff --git a/tsconfig.json b/tsconfig.json
index 773fdce7..959331fa 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,6 +14,6 @@
"@/*": ["src/*"]
},
},
- "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
+ "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "src/composables/UseFileSelection.js"],
"exclude": ["node_modules"]
}
\ No newline at end of file