|
|
|
|
@ -21,7 +21,6 @@ export { SeriesColorPickerPopover, SeriesColorPickerPopoverWithTheme } from './C |
|
|
|
|
export { PanelOptionsGroup } from './PanelOptionsGroup/PanelOptionsGroup'; |
|
|
|
|
export { PanelOptionsGrid } from './PanelOptionsGrid/PanelOptionsGrid'; |
|
|
|
|
export { LegacyValueMappingsEditor } from './ValueMappingsEditor/LegacyValueMappingsEditor'; |
|
|
|
|
export { Switch } from './Switch/Switch'; |
|
|
|
|
export { EmptySearchResult } from './EmptySearchResult/EmptySearchResult'; |
|
|
|
|
export { PieChart, PieChartType } from './PieChart/PieChart'; |
|
|
|
|
export { UnitPicker } from './UnitPicker/UnitPicker'; |
|
|
|
|
@ -149,8 +148,8 @@ import { ButtonSelect } from './Forms/Legacy/Select/ButtonSelect'; |
|
|
|
|
|
|
|
|
|
//Input
|
|
|
|
|
import { Input, LegacyInputStatus } from './Forms/Legacy/Input/Input'; |
|
|
|
|
// Export these until Enterprise migrations have been merged
|
|
|
|
|
// export { Input, InputStatus}
|
|
|
|
|
|
|
|
|
|
import { Switch } from './Switch/Switch'; |
|
|
|
|
|
|
|
|
|
const LegacyForms = { |
|
|
|
|
Select, |
|
|
|
|
@ -159,6 +158,7 @@ const LegacyForms = { |
|
|
|
|
NoOptionsMessage, |
|
|
|
|
ButtonSelect, |
|
|
|
|
Input, |
|
|
|
|
Switch, |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
export { Switch }; |
|
|
|
|
export { LegacyForms, LegacyInputStatus }; |
|
|
|
|
|