superset/caravel/assets/javascripts/explorev2/components
Alanna Scott 38d3075554 [explore V2] render all control panels and fields dynamically for each vis type (#1493)
* export functions directly rather than object at the bottom

* move viztypes to controlPanelMappings, add fieldset rows and section data

* for each viz type, render a controlPanelsContainer, controlPanelSections, FieldSetRows, and FieldsSets

* add comments, move mappings to store

* organize store and add default sections

* render all the needed sections

* add tooltip to sections

* remove console log

* use only panel panel-default, not panel-body, no need the padding

* render fields for all fields in field set

* add the rest of the control panel sections and field overrides

* fix naming

* add fieldTypes array

* don't use default section

* pass only needed state via mapStateToProps

* fix code climate errors

* linting

* move field components to their own files

* render field sets as lists

* fix field components

* use SFC

* update modal trigger test to be more accurate

* add FieldSetRow test

* add test for controlpanelsContainer

* fix test

* make code climate happy

* add freeform select field
2016-11-02 12:57:44 -07:00
..
ChartContainer.jsx Adjusted top margin of heatmap plot to get it working in V2 (#1361) 2016-10-25 10:44:29 -07:00
ChartControl.jsx Put formData in store (#1281) 2016-10-07 14:53:36 -07:00
CheckboxField.jsx [explore V2] render all control panels and fields dynamically for each vis type (#1493) 2016-11-02 12:57:44 -07:00
ControlLabelWithTooltip.jsx [explore V2] render all control panels and fields dynamically for each vis type (#1493) 2016-11-02 12:57:44 -07:00
ControlPanelSection.jsx [explore V2] render all control panels and fields dynamically for each vis type (#1493) 2016-11-02 12:57:44 -07:00
ControlPanelsContainer.jsx [explore V2] render all control panels and fields dynamically for each vis type (#1493) 2016-11-02 12:57:44 -07:00
ExploreViewContainer.jsx [explore-v2] make chart container work with existing visualization files (#1333) 2016-10-14 12:54:18 -07:00
FieldSet.jsx [explore V2] render all control panels and fields dynamically for each vis type (#1493) 2016-11-02 12:57:44 -07:00
FieldSetRow.jsx [explore V2] render all control panels and fields dynamically for each vis type (#1493) 2016-11-02 12:57:44 -07:00
Filters.jsx Added controls for Table Viz (#1253) 2016-10-05 14:53:51 -07:00
GroupBy.jsx Put formData in store (#1281) 2016-10-07 14:53:36 -07:00
NotGroupBy.jsx Put formData in store (#1281) 2016-10-07 14:53:36 -07:00
Options.jsx Put formData in store (#1281) 2016-10-07 14:53:36 -07:00
SelectArray.jsx Put formData in store (#1281) 2016-10-07 14:53:36 -07:00
SelectField.jsx [explore V2] render all control panels and fields dynamically for each vis type (#1493) 2016-11-02 12:57:44 -07:00
SqlClause.jsx Put formData in store (#1281) 2016-10-07 14:53:36 -07:00
TextAreaField.jsx [explore V2] render all control panels and fields dynamically for each vis type (#1493) 2016-11-02 12:57:44 -07:00
TextField.jsx [explore V2] render all control panels and fields dynamically for each vis type (#1493) 2016-11-02 12:57:44 -07:00
TimeFilter.jsx Put formData in store (#1281) 2016-10-07 14:53:36 -07:00