Added a form component to @grafana/ui
Showing
... | @@ -20,12 +20,13 @@ | ... | @@ -20,12 +20,13 @@ |
"@types/d3": "^4.10.1", | "@types/d3": "^4.10.1", | ||
"@types/enzyme": "^3.1.13", | "@types/enzyme": "^3.1.13", | ||
"@types/jest": "^23.3.2", | "@types/jest": "^23.3.2", | ||
"@types/jquery": "^1.10.35", | |||
"@types/node": "^8.0.31", | "@types/node": "^8.0.31", | ||
"@types/react": "^16.7.6", | "@types/react": "^16.7.6", | ||
"@types/react-custom-scrollbars": "^4.0.5", | "@types/react-custom-scrollbars": "^4.0.5", | ||
"@types/react-dom": "^16.0.9", | "@types/react-dom": "^16.0.9", | ||
"@types/react-select": "^2.0.4", | "@types/react-select": "^2.0.4", | ||
"@types/jquery": "^1.10.35", | "@types/classnames": "^2.2.6", | ||
"angular-mocks": "1.6.6", | "angular-mocks": "1.6.6", | ||
"autoprefixer": "^6.4.0", | "autoprefixer": "^6.4.0", | ||
"axios": "^0.17.1", | "axios": "^0.17.1", | ||
... | @@ -94,6 +95,7 @@ | ... | @@ -94,6 +95,7 @@ |
"tslib": "^1.9.3", | "tslib": "^1.9.3", | ||
"tslint": "^5.8.0", | "tslint": "^5.8.0", | ||
"tslint-loader": "^3.5.3", | "tslint-loader": "^3.5.3", | ||
"tslint-react": "^3.6.0", | |||
"typescript": "^3.0.3", | "typescript": "^3.0.3", | ||
"uglifyjs-webpack-plugin": "^1.2.7", | "uglifyjs-webpack-plugin": "^1.2.7", | ||
"webpack": "4.19.1", | "webpack": "4.19.1", | ||
... | @@ -146,7 +148,7 @@ | ... | @@ -146,7 +148,7 @@ |
"angular-sanitize": "1.6.6", | "angular-sanitize": "1.6.6", | ||
"baron": "^3.0.3", | "baron": "^3.0.3", | ||
"brace": "^0.10.0", | "brace": "^0.10.0", | ||
"classnames": "^2.2.5", | "classnames": "^2.2.6", | ||
"clipboard": "^1.7.1", | "clipboard": "^1.7.1", | ||
"d3": "^4.11.0", | "d3": "^4.11.0", | ||
"d3-scale-chromatic": "^1.3.0", | "d3-scale-chromatic": "^1.3.0", | ||
... | @@ -184,8 +186,7 @@ | ... | @@ -184,8 +186,7 @@ |
"slate-react": "^0.12.4", | "slate-react": "^0.12.4", | ||
"tether": "^1.4.0", | "tether": "^1.4.0", | ||
"tether-drop": "https://github.com/torkelo/drop/tarball/master", | "tether-drop": "https://github.com/torkelo/drop/tarball/master", | ||
"tinycolor2": "^1.4.1", | "tinycolor2": "^1.4.1" | ||
"tslint-react": "^3.6.0" | |||
}, | }, | ||
"resolutions": { | "resolutions": { | ||
"caniuse-db": "1.0.30000772", | "caniuse-db": "1.0.30000772", | ||
... | ... |
... | @@ -11,7 +11,8 @@ | ... | @@ -11,7 +11,8 @@ |
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"@torkelo/react-select": "2.1.1", | "@torkelo/react-select": "2.1.1", | ||
"@types/jquery": "^1.10.35", | "classnames": "^2.2.5", | ||
"jquery": "^3.2.1", | |||
"lodash": "^4.17.10", | "lodash": "^4.17.10", | ||
"moment": "^2.22.2", | "moment": "^2.22.2", | ||
"react": "^16.6.3", | "react": "^16.6.3", | ||
... | @@ -25,6 +26,8 @@ | ... | @@ -25,6 +26,8 @@ |
"@types/jest": "^23.3.2", | "@types/jest": "^23.3.2", | ||
"@types/lodash": "^4.14.119", | "@types/lodash": "^4.14.119", | ||
"@types/react": "^16.7.6", | "@types/react": "^16.7.6", | ||
"@types/classnames": "^2.2.6", | |||
"@types/jquery": "^1.10.35", | |||
"typescript": "^3.2.2" | "typescript": "^3.2.2" | ||
} | } | ||
} | } |
packages/grafana-ui/src/forms/index.ts
0 → 100644
Please
register
or
sign in
to comment