Dropdown implementation, switch refactoring

* Various fixes

* Fix tests

* Dropdown names deduced from pin names

* Remove update callbacks

* Fix double pins issue

* return undefined if not switch
This commit is contained in:
barsdeveloper
2023-04-22 12:44:37 +02:00
committed by GitHub
parent e06589bc46
commit 8a96af670e
32 changed files with 1024 additions and 365 deletions

View File

@@ -24,22 +24,22 @@
},
"homepage": "https://github.com/barsdeveloper/ueblueprint#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@types/parsimmon": "^1.10.6",
"concurrently": "^7.6.0",
"cypress": "^12.1.0",
"concurrently": "^8.0.1",
"cypress": "^12.10.0",
"http-server": "^14.1.1",
"minify-html-literals": "^1.3.5",
"rollup": "^2.75.5",
"rollup": "^3.20.6",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-minify-html-literals": "^1.2.6",
"sass": "^1.52.2",
"terser": "^5.14.0"
"sass": "^1.62.0",
"terser": "^5.17.1"
},
"dependencies": {
"lit": "^2.2.4",
"parsimmon": "^1.18.0"
"lit": "^2.7.2",
"parsimmon": "^1.18.1"
}
}