|
@@ -8,19 +8,8 @@ import { DashboardAcl, OrgRole, PermissionLevel } from './acl';
|
|
|
import { ApiKey, ApiKeysState, NewApiKey } from './apiKeys';
|
|
import { ApiKey, ApiKeysState, NewApiKey } from './apiKeys';
|
|
|
import { Invitee, OrgUser, User, UsersState, UserState } from './user';
|
|
import { Invitee, OrgUser, User, UsersState, UserState } from './user';
|
|
|
import { DataSource, DataSourceSelectItem, DataSourcesState } from './datasources';
|
|
import { DataSource, DataSourceSelectItem, DataSourcesState } from './datasources';
|
|
|
-import {
|
|
|
|
|
- TimeRange,
|
|
|
|
|
- TimeSeries,
|
|
|
|
|
- TimeSeriesVM,
|
|
|
|
|
- TimeSeriesVMs,
|
|
|
|
|
- TimeSeriesStats,
|
|
|
|
|
- NullValueMode,
|
|
|
|
|
- DataQuery,
|
|
|
|
|
- DataQueryResponse,
|
|
|
|
|
- DataQueryOptions,
|
|
|
|
|
- IntervalValues,
|
|
|
|
|
-} from './series';
|
|
|
|
|
-import { BasicGaugeColor, MappingType, PanelProps, PanelOptionsProps, RangeMap, Threshold, ValueMap } from './panel';
|
|
|
|
|
|
|
+import { DataQuery, DataQueryResponse, DataQueryOptions } from './series';
|
|
|
|
|
+import { BasicGaugeColor, MappingType, RangeMap, Threshold, ValueMap } from './panel';
|
|
|
import { PluginDashboard, PluginMeta, Plugin, PanelPlugin, PluginsState } from './plugins';
|
|
import { PluginDashboard, PluginMeta, Plugin, PanelPlugin, PluginsState } from './plugins';
|
|
|
import { Organization, OrganizationState } from './organization';
|
|
import { Organization, OrganizationState } from './organization';
|
|
|
import {
|
|
import {
|
|
@@ -67,15 +56,7 @@ export {
|
|
|
OrgUser,
|
|
OrgUser,
|
|
|
User,
|
|
User,
|
|
|
UsersState,
|
|
UsersState,
|
|
|
- TimeRange,
|
|
|
|
|
PanelPlugin,
|
|
PanelPlugin,
|
|
|
- PanelProps,
|
|
|
|
|
- PanelOptionsProps,
|
|
|
|
|
- TimeSeries,
|
|
|
|
|
- TimeSeriesVM,
|
|
|
|
|
- TimeSeriesVMs,
|
|
|
|
|
- NullValueMode,
|
|
|
|
|
- TimeSeriesStats,
|
|
|
|
|
DataQuery,
|
|
DataQuery,
|
|
|
DataQueryResponse,
|
|
DataQueryResponse,
|
|
|
DataQueryOptions,
|
|
DataQueryOptions,
|
|
@@ -93,7 +74,6 @@ export {
|
|
|
ValidationRule,
|
|
ValidationRule,
|
|
|
ValueMap,
|
|
ValueMap,
|
|
|
RangeMap,
|
|
RangeMap,
|
|
|
- IntervalValues,
|
|
|
|
|
MappingType,
|
|
MappingType,
|
|
|
BasicGaugeColor,
|
|
BasicGaugeColor,
|
|
|
};
|
|
};
|