Commits on Source (8)
-
-
L. Ellenbeck authored
Fix: Correct Fixed Value prioritization See merge request !114
-
-
Petar Hristov authored
New: Add Description Visualization See merge request coscine/frontend/libraries/form-generator!116
-
Benedikt Heinrichs authored
-
Benedikt Heinrichs authored
Fix: List Handling See merge request !117
-
Petar Hristov authored
Release: Sprint/2023 01
See merge request !118 -
CoscineBot authored
# [3.1.0](v3.0.12...v3.1.0) (2023-01-12) ### Fix * Correct Fixed Value prioritization ([84695fef](84695fef)) * List Handling ([d700ef39](d700ef39)) ### New * Add Description Visualization ([eb23705a](eb23705a))
Showing
- .gitpod.yml 5 additions, 3 deletions.gitpod.yml
- .vscode/extensions.json 2 additions, 1 deletion.vscode/extensions.json
- README.md 2 additions, 0 deletionsREADME.md
- package.json 4 additions, 2 deletionspackage.json
- src/FormGenerator.spec.ts 92 additions, 2 deletionssrc/FormGenerator.spec.ts
- src/components/InputTextField.vue 4 additions, 0 deletionssrc/components/InputTextField.vue
- src/components/WrapperInput.vue 88 additions, 15 deletionssrc/components/WrapperInput.vue
- src/data/example/applicationProfile.ts 2 additions, 0 deletionssrc/data/example/applicationProfile.ts
- src/data/example/fixedValues.ts 44 additions, 0 deletionssrc/data/example/fixedValues.ts
- yarn.lock 18 additions, 0 deletionsyarn.lock
{ | ||
"name": "@coscine/form-generator", | ||
"version": "3.0.12", | ||
"version": "3.1.0", | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.mjs", | ||
"browser": "dist/index.js", | ||
... | ... | @@ -34,6 +34,7 @@ |
"rdf-parse": "^1.8.0", | ||
"rdf-validate-shacl": "^0.4.4", | ||
"stream-browserify": "^3.0.0", | ||
"uuid": "^9.0.0", | ||
"vue-demi": "^0.13.11", | ||
"vue-i18n": "^8.22.2", | ||
"vue-material-design-icons": "^5.1.2", | ||
... | ... | @@ -60,6 +61,7 @@ |
"@types/rdf-ext": "^1.3.11", | ||
"@types/rdf-js": "^4.0.1", | ||
"@types/rdf-validate-shacl": "^0.4.0", | ||
"@types/uuid": "^9.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.38.0", | ||
"@typescript-eslint/parser": "^5.38.0", | ||
"@vitejs/plugin-vue2": "^1.1.2", | ||
... | ... | @@ -98,5 +100,5 @@ |
"url": "https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator.git" | ||
}, | ||
"license": "MIT", | ||
"packageManager": "yarn@3.3.0" | ||
"packageManager": "yarn@3.3.1" | ||
} |
src/data/example/fixedValues.ts
0 → 100644