mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: bump superset-ui to v0.14.1 (#10112)
This commit is contained in:
@@ -20,7 +20,7 @@ import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Label, OverlayTrigger } from 'react-bootstrap';
|
||||
import { t } from '@superset-ui/translation';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
|
||||
|
||||
import AdhocFilterEditPopover from './AdhocFilterEditPopover';
|
||||
import AdhocFilter from '../AdhocFilter';
|
||||
|
||||
@@ -33,7 +33,7 @@ import 'brace/mode/sql';
|
||||
import 'brace/theme/github';
|
||||
import 'brace/ext/language_tools';
|
||||
import { t } from '@superset-ui/translation';
|
||||
import { ColumnOption } from '@superset-ui/control-utils';
|
||||
import { ColumnOption } from '@superset-ui/chart-controls';
|
||||
|
||||
import { AGGREGATES, AGGREGATES_OPTIONS } from '../constants';
|
||||
import AdhocMetricEditPopoverTitle from './AdhocMetricEditPopoverTitle';
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { ColumnTypeLabel } from '@superset-ui/control-utils';
|
||||
import { ColumnTypeLabel } from '@superset-ui/chart-controls';
|
||||
|
||||
import adhocMetricType from '../propTypes/adhocMetricType';
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { ColumnTypeLabel } from '@superset-ui/control-utils';
|
||||
import { ColumnTypeLabel } from '@superset-ui/chart-controls';
|
||||
|
||||
import aggregateOptionType from '../propTypes/aggregateOptionType';
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { t } from '@superset-ui/translation';
|
||||
import { ControlLabel, OverlayTrigger, Tooltip } from 'react-bootstrap';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
|
||||
|
||||
const propTypes = {
|
||||
name: PropTypes.string,
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Panel } from 'react-bootstrap';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
|
||||
|
||||
const propTypes = {
|
||||
label: PropTypes.string,
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { ColumnOption, ColumnTypeLabel } from '@superset-ui/control-utils';
|
||||
import { ColumnOption, ColumnTypeLabel } from '@superset-ui/chart-controls';
|
||||
|
||||
import AdhocMetricStaticOption from './AdhocMetricStaticOption';
|
||||
import columnType from '../propTypes/columnType';
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { ColumnOption, MetricOption } from '@superset-ui/control-utils';
|
||||
import { ColumnOption, MetricOption } from '@superset-ui/chart-controls';
|
||||
|
||||
import AggregateOption from './AggregateOption';
|
||||
import columnType from '../propTypes/columnType';
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { MetricOption } from '@superset-ui/control-utils';
|
||||
import { MetricOption } from '@superset-ui/chart-controls';
|
||||
|
||||
import AdhocMetricOption from './AdhocMetricOption';
|
||||
import AdhocMetric from '../AdhocMetric';
|
||||
|
||||
@@ -26,7 +26,7 @@ import {
|
||||
} from 'react-bootstrap';
|
||||
import { connect } from 'react-redux';
|
||||
import { t } from '@superset-ui/translation';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
|
||||
import { getChartKey } from '../../exploreUtils';
|
||||
import { runAnnotationQuery } from '../../../chart/chartAction';
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ import {
|
||||
arrayMove,
|
||||
} from 'react-sortable-hoc';
|
||||
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
|
||||
import ControlHeader from '../ControlHeader';
|
||||
import controlMap from './';
|
||||
import './CollectionControl.less';
|
||||
|
||||
@@ -30,7 +30,7 @@ import {
|
||||
Well,
|
||||
} from 'react-bootstrap';
|
||||
import { t } from '@superset-ui/translation';
|
||||
import { ColumnOption, MetricOption } from '@superset-ui/control-utils';
|
||||
import { ColumnOption, MetricOption } from '@superset-ui/chart-controls';
|
||||
import ControlHeader from '../ControlHeader';
|
||||
import DatasourceModal from '../../../datasource/DatasourceModal';
|
||||
import ChangeDatasourceModal from '../../../datasource/ChangeDatasourceModal';
|
||||
|
||||
@@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
|
||||
import { OverlayTrigger, Popover } from 'react-bootstrap';
|
||||
import { t } from '@superset-ui/translation';
|
||||
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
|
||||
import FormRow from '../../../components/FormRow';
|
||||
import SelectControl from './SelectControl';
|
||||
import CheckboxControl from './CheckboxControl';
|
||||
|
||||
@@ -28,7 +28,7 @@ import {
|
||||
import Select from 'src/components/Select';
|
||||
import { t } from '@superset-ui/translation';
|
||||
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
|
||||
import { InfoTooltipWithTrigger } from '@superset-ui/chart-controls';
|
||||
import BoundsControl from './BoundsControl';
|
||||
import CheckboxControl from './CheckboxControl';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user