Variable query editor (#856)
* refactor: convert module to typescript * refactor: covert utils to typescript * variable query editor WIP * variable editor: fix type error after grafana/ui update * variable editor: use FormLabel from grafana/ui * variable editor: refactor * variable editor: input validation and highlights * variable editor: fix tests * variable query: fix backward compatibility with empty queries * fix linter errors * variable editor: fix variable replacement in queries
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
"@babel/core": "^7.7.7",
|
||||
"@babel/preset-env": "^7.7.7",
|
||||
"@babel/preset-react": "^7.6.3",
|
||||
"@emotion/core": "^10.0.27",
|
||||
"@grafana/data": "^6.4.2",
|
||||
"@grafana/ui": "^6.4.2",
|
||||
"@types/classnames": "^2.2.6",
|
||||
|
||||
Reference in New Issue
Block a user