grafana/public/app/plugins/datasource/input
Dominik Prokop 9b7748ec13
Chore: Reorg packages (#20111)
Primarily- moving majority of the types and utils from @grafana/ui to @grafana/data

* Move types from grafana-ui to grafana-data

* Move valueFormats to grafana-data

* Move utils from grafana-ui to grafana-data

* Update imports in grafana-ui

* revert data's tsconfig change

* Update imports in grafana-runtime

* Fix import paths in grafana-ui

* Move rxjs to devDeps

* Core import updates batch 1

* Import updates batch 2

* Imports fix batch 3

* Imports fixes batch i don't know

* Fix imorts in grafana-toolkit

* Fix imports after master merge
2019-10-31 10:48:05 +01:00
..
img DirectInput: new alpha datasource that lets you enter data via CSV 2019-04-12 10:13:36 -07:00
InputConfigEditor.tsx Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
InputDatasource.test.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
InputDatasource.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
InputQueryEditor.tsx Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
module.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
plugin.json Chore: Remove unused properties in explore (#17359) 2019-05-31 09:45:53 +02:00
README.md Docs: Minor edits to the README and several md files (#19238) 2019-09-20 00:04:56 +02:00
types.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
utils.ts InputDataSource: Fixed issue with config editor (#19818) 2019-10-16 12:58:49 +02:00

Direct Input Data Source - Native Plugin

This data source lets you define results directly in CSV. The values are stored either in a shared data source, or directly in panels.