Show nested feature decorators in a list (#173)

* Show nested feature decorators in a list

* Fix swapping decorator indices

* Move wrapper model creation to separate function

* Add setting string node on enter
This commit is contained in:
Misode
2021-09-28 23:46:21 +02:00
committed by GitHub
parent 96d934d592
commit e5d2c02fb3
9 changed files with 180 additions and 48 deletions

14
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@mcschema/core": "^0.12.8",
"@mcschema/core": "^0.12.9",
"@mcschema/java-1.15": "^0.2.0",
"@mcschema/java-1.16": "^0.6.3",
"@mcschema/java-1.17": "^0.2.23",
@@ -315,9 +315,9 @@
}
},
"node_modules/@mcschema/core": {
"version": "0.12.8",
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.12.8.tgz",
"integrity": "sha512-O7NdYlxBFgK+iH9IE4/A8JX9ESPlxZsGke66NBQ/lFIdMYMOKpTeJBk6SKgEHSneqinf9w3IXGaE3aqDeJMo6A=="
"version": "0.12.9",
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.12.9.tgz",
"integrity": "sha512-oPmfg2NRSzy4+xIbERPPYQ8yfuQVlmznGbqnob0Cww6AeNzmEZm5c9+wVIqHSRlFS1ZsvCpBtUfXL1t83AUDgQ=="
},
"node_modules/@mcschema/java-1.15": {
"version": "0.2.1",
@@ -2790,9 +2790,9 @@
}
},
"@mcschema/core": {
"version": "0.12.8",
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.12.8.tgz",
"integrity": "sha512-O7NdYlxBFgK+iH9IE4/A8JX9ESPlxZsGke66NBQ/lFIdMYMOKpTeJBk6SKgEHSneqinf9w3IXGaE3aqDeJMo6A=="
"version": "0.12.9",
"resolved": "https://registry.npmjs.org/@mcschema/core/-/core-0.12.9.tgz",
"integrity": "sha512-oPmfg2NRSzy4+xIbERPPYQ8yfuQVlmznGbqnob0Cww6AeNzmEZm5c9+wVIqHSRlFS1ZsvCpBtUfXL1t83AUDgQ=="
},
"@mcschema/java-1.15": {
"version": "0.2.1",