@platforma-open/milaboratories.immune-assay-data.ui 1.2.2 → 1.2.3
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/dist/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' blob: https: 'unsafe-eval';">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
|
-
<script type="module" crossorigin src="./assets/index-
|
|
7
|
+
<script type="module" crossorigin src="./assets/index-BAhqA0jp.js"></script>
|
|
8
8
|
</head>
|
|
9
9
|
<body>
|
|
10
10
|
<div id="app"></div>
|
package/package.json
CHANGED
package/src/pages/MainPage.vue
CHANGED
|
@@ -186,7 +186,7 @@ const similarityTypeOptions = [
|
|
|
186
186
|
</PlDropdown>
|
|
187
187
|
<PlFileInput
|
|
188
188
|
v-model="app.model.args.fileHandle" label="Assay data to import" placeholder="Assay data table"
|
|
189
|
-
:extensions="['
|
|
189
|
+
:extensions="['csv', 'tsv']" :error="app.model.ui.fileImportError" required @update:model-value="setFile"
|
|
190
190
|
>
|
|
191
191
|
<template #tooltip>
|
|
192
192
|
Upload a comma-separated (.csv) or tab-separated (.tsv) file containing assay data.
|