Skip to content

Commit e238af5

Browse files
authored
Merge pull request #49 from kit-data-manager/dev
PR for v1.0.1
2 parents 0080820 + 50dd9ab commit e238af5

File tree

7 files changed

+511
-395
lines changed

7 files changed

+511
-395
lines changed

index.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@
1111
</head>
1212

1313
<body>
14-
<mapping-input base-url="https://metarepo.nffa.eu/mapping-service/" id="input-component"></mapping-input>
15-
<div class="row align-items-center ms-1">
16-
<button type="submit" class="btn btn-primary col-auto me-3" id="submit" onclick="
17-
var component =document.getElementById('input-component');
18-
component.executeMapping(true)">Map document
19-
</button>
20-
</div>
14+
<mapping-input base-url="https://matwerk.datamanager.kit.edu:8095/" maxSize=10 id="input-component"></mapping-input>
15+
2116
</body>
2217

23-
</html>
18+
</html>

package-lock.json

Lines changed: 91 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "This component contains an option to select an input file form which metadata needs to be extracted, an option to search from available mapping schemas whose name will be self explainatory .",
44
"author": "Ajay",
55
"license": "Apache License 2.0",
6-
"version": "1.0.0",
6+
"version": "1.1.0",
77
"private": false,
88
"keywords": [
99
"metadata",
@@ -41,16 +41,16 @@
4141
"@typescript-eslint/eslint-plugin": "^6.5.0",
4242
"eslint": "^8.34.0",
4343
"eslint-config-prettier": "^8.6.0",
44-
"eslint-config-standard-with-typescript": "^34.0.0",
44+
"eslint-config-standard-with-typescript": "^43.0.1",
4545
"eslint-plugin-import": "^2.27.5",
4646
"eslint-plugin-n": "^15.6.1",
4747
"eslint-plugin-promise": "^6.1.1",
48-
"prettier": "2.8.8",
48+
"prettier": "3.5.2",
4949
"typescript": "^5.0.2",
5050
"vite": "^6.2.0"
5151
},
5252
"dependencies": {
5353
"filepond": "^4.30.4",
54-
"typeahead-standalone": "^4.17.0"
54+
"filepond-plugin-file-validate-size": "^2.2.8"
5555
}
5656
}

0 commit comments

Comments
 (0)