mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
convert deep imports to top level imports (#112205)
This commit is contained in:
parent
51b2d53bd9
commit
419dd92494
11 changed files with 11 additions and 11 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
import React, { FC, useEffect, useState } from 'react';
|
||||
import { EuiFlexItem } from '@elastic/eui';
|
||||
import { IndexPattern } from '../../../../../../../../../src/plugins/data/common/index_patterns/index_patterns';
|
||||
import { IndexPattern } from '../../../../../../../../../src/plugins/data/common';
|
||||
import { CombinedQuery } from '../../../../index_data_visualizer/types/combined_query';
|
||||
import { ExpandedRowContent } from '../../stats_table/components/field_data_expanded_row/expanded_row_content';
|
||||
import { DocumentStatsTable } from '../../stats_table/components/field_data_expanded_row/document_stats';
|
||||
|
|
|
@ -19,7 +19,7 @@ import {
|
|||
} from '../stats_table/components/field_data_expanded_row';
|
||||
import { NotInDocsContent } from '../not_in_docs_content';
|
||||
import { FieldVisConfig } from '../stats_table/types';
|
||||
import { IndexPattern } from '../../../../../../../../src/plugins/data/common/index_patterns/index_patterns';
|
||||
import { IndexPattern } from '../../../../../../../../src/plugins/data/common';
|
||||
import { CombinedQuery } from '../../../index_data_visualizer/types/combined_query';
|
||||
import { LoadingIndicator } from '../loading_indicator';
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import { i18n } from '@kbn/i18n';
|
|||
import { Action } from '@elastic/eui/src/components/basic_table/action_types';
|
||||
import { MutableRefObject } from 'react';
|
||||
import { getCompatibleLensDataType, getLensAttributes } from './lens_utils';
|
||||
import { IndexPattern } from '../../../../../../../../../src/plugins/data/common/index_patterns/index_patterns';
|
||||
import { IndexPattern } from '../../../../../../../../../src/plugins/data/common';
|
||||
import { CombinedQuery } from '../../../../index_data_visualizer/types/combined_query';
|
||||
import { FieldVisConfig } from '../../stats_table/types';
|
||||
import { DataVisualizerKibanaReactContextValue } from '../../../../kibana_context';
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import type { IndexPattern } from '../../../../../../../../../src/plugins/data/common/index_patterns/index_patterns';
|
||||
import type { IndexPattern } from '../../../../../../../../../src/plugins/data/common';
|
||||
import type { CombinedQuery } from '../../../../index_data_visualizer/types/combined_query';
|
||||
import type {
|
||||
IndexPatternColumn,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { JOB_FIELD_TYPES } from '../../../../common';
|
||||
import type { IndexPatternField } from '../../../../../../../src/plugins/data/common/index_patterns/fields';
|
||||
import type { IndexPatternField } from '../../../../../../../src/plugins/data/common';
|
||||
import { KBN_FIELD_TYPES } from '../../../../../../../src/plugins/data/common';
|
||||
|
||||
export const jobTypeAriaLabels = {
|
||||
|
|
|
@ -14,7 +14,7 @@ import {
|
|||
DISCOVER_APP_URL_GENERATOR,
|
||||
DiscoverUrlGeneratorState,
|
||||
} from '../../../../../../../../src/plugins/discover/public';
|
||||
import type { IndexPattern } from '../../../../../../../../src/plugins/data/common/index_patterns';
|
||||
import type { IndexPattern } from '../../../../../../../../src/plugins/data/common';
|
||||
import { useDataVisualizerKibana } from '../../../kibana_context';
|
||||
import { useUrlState } from '../../../common/util/url_state';
|
||||
import { LinkCard } from '../../../common/components/link_card';
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
import React, { useEffect, useRef, useState } from 'react';
|
||||
import { EuiButtonIcon, EuiContextMenuItem, EuiContextMenuPanel, EuiPopover } from '@elastic/eui';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { IndexPattern } from '../../../../../../../../src/plugins/data/common/index_patterns/index_patterns';
|
||||
import { IndexPattern } from '../../../../../../../../src/plugins/data/common';
|
||||
import { useDataVisualizerKibana } from '../../../kibana_context';
|
||||
import { dataVisualizerRefresh$, Refresh } from '../../services/timefilter_refresh_service';
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ import { QueryStringInput } from '../../../../../../../../src/plugins/data/publi
|
|||
import { ShardSizeFilter } from './shard_size_select';
|
||||
import { DataVisualizerFieldNamesFilter } from './field_name_filter';
|
||||
import { DatavisualizerFieldTypeFilter } from './field_type_filter';
|
||||
import { IndexPattern } from '../../../../../../../../src/plugins/data/common/index_patterns/index_patterns';
|
||||
import { IndexPattern } from '../../../../../../../../src/plugins/data/common';
|
||||
import { JobFieldType } from '../../../../../common/types';
|
||||
import {
|
||||
ErrorMessage,
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
import { CoreSetup } from 'kibana/public';
|
||||
import { estypes } from '@elastic/elasticsearch';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { IndexPattern } from '../../../../../../../src/plugins/data/common/index_patterns/index_patterns';
|
||||
import { IndexPattern } from '../../../../../../../src/plugins/data/common';
|
||||
import { NON_AGGREGATABLE_FIELD_TYPES, OMIT_FIELDS } from '../../../../common/constants';
|
||||
import { FieldRequestConfig } from '../../../../common/types';
|
||||
import { getVisualizerFieldStats, getVisualizerOverallStats } from '../services/visualizer_stats';
|
||||
|
|
|
@ -29,7 +29,7 @@ import {
|
|||
isRisonSerializationRequired,
|
||||
} from '../common/util/url_state';
|
||||
import { useDataVisualizerKibana } from '../kibana_context';
|
||||
import { IndexPattern } from '../../../../../../src/plugins/data/common/index_patterns/index_patterns';
|
||||
import { IndexPattern } from '../../../../../../src/plugins/data/common';
|
||||
import { ResultLink } from '../common/components/results_links';
|
||||
|
||||
export type IndexDataVisualizerSpec = typeof IndexDataVisualizer;
|
||||
|
|
|
@ -17,7 +17,7 @@ import {
|
|||
} from '@kbn/es-query';
|
||||
import { estypes } from '@elastic/elasticsearch';
|
||||
import { SavedSearchSavedObject } from '../../../../common/types';
|
||||
import { IndexPattern } from '../../../../../../../src/plugins/data/common/index_patterns/index_patterns';
|
||||
import { IndexPattern } from '../../../../../../../src/plugins/data/common';
|
||||
import { SEARCH_QUERY_LANGUAGE, SearchQueryLanguage } from '../types/combined_query';
|
||||
import { getEsQueryConfig, Query } from '../../../../../../../src/plugins/data/public';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue