feat: move filters from superset-ui to incubator (#12154)

* feat: move filters from superset-ui to incubator

* refactor: add safety check

* refactor: move extraForm data utils

* refactor: move extraForm data utils

* lint: fix lint

* chore: add license

* chore: undo changes to file

* refactor: fix CR notes / add tests

* test: update tests

* fix: fix range logic

Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com>
This commit is contained in:
simchaNielsen
2021-01-08 14:44:25 +02:00
committed by GitHub
parent d760e885d7
commit fecfc34cd3
21 changed files with 937 additions and 5 deletions

View File

@@ -60,10 +60,9 @@ import {
EchartsTimeseriesChartPlugin,
} from '@superset-ui/plugin-chart-echarts';
import {
AntdRangeFilterPlugin,
AntdSelectFilterPlugin,
} from '@superset-ui/plugin-filter-antd';
AntdRangeFilterPlugin,
} from 'src/filters/components/';
import FilterBoxChartPlugin from '../FilterBox/FilterBoxChartPlugin';
import TimeTableChartPlugin from '../TimeTable/TimeTableChartPlugin';