mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 22:35:29 +08:00
Timeline: Renames component to avoid casing conflicts (#32736)
This commit is contained in:
@ -188,7 +188,7 @@ export { PluginSignatureBadge, PluginSignatureBadgeProps } from './PluginSignatu
|
||||
export { InlineFormLabel } from './FormLabel/FormLabel';
|
||||
|
||||
// Select
|
||||
import { Select, AsyncSelect } from './Forms/Legacy/Select/Select';
|
||||
import { AsyncSelect, Select } from './Forms/Legacy/Select/Select';
|
||||
import { IndicatorsContainer } from './Forms/Legacy/Select/IndicatorsContainer';
|
||||
import { NoOptionsMessage } from './Forms/Legacy/Select/NoOptionsMessage';
|
||||
|
||||
@ -221,7 +221,7 @@ export { usePlotContext, usePlotPluginContext } from './uPlot/context';
|
||||
export { GraphNG, FIXED_UNIT } from './GraphNG/GraphNG';
|
||||
export { useGraphNGContext } from './GraphNG/hooks';
|
||||
export { BarChart } from './BarChart/BarChart';
|
||||
export { Timeline } from './Timeline/Timeline';
|
||||
export { TimelineChart } from './Timeline/TimelineChart';
|
||||
export { BarChartOptions, BarStackingMode, BarValueVisibility, BarChartFieldConfig } from './BarChart/types';
|
||||
export { TimelineOptions, TimelineFieldConfig } from './Timeline/types';
|
||||
export { GraphNGLegendEvent, GraphNGLegendEventMode } from './GraphNG/types';
|
||||
|
Reference in New Issue
Block a user