mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
00c8a22187
commit
f845e19146
8 changed files with 49 additions and 3 deletions
|
@ -15,7 +15,7 @@ import { useKibana } from '../../../../../../../../shared_imports';
|
|||
import { useIsMounted } from '../../../../../use_is_mounted';
|
||||
import { AddDocumentForm } from '../add_document_form';
|
||||
|
||||
import './add_documents_accordion.scss';
|
||||
import './add_docs_accordion.scss';
|
||||
|
||||
const DISCOVER_URL_GENERATOR_ID = 'DISCOVER_APP_URL_GENERATOR';
|
||||
|
|
@ -4,4 +4,4 @@
|
|||
* you may not use this file except in compliance with the Elastic License.
|
||||
*/
|
||||
|
||||
export { AddDocumentsAccordion } from './add_documents_accordion';
|
||||
export { AddDocumentsAccordion } from './add_docs_accordion';
|
|
@ -23,7 +23,7 @@ import {
|
|||
Form,
|
||||
} from '../../../../../../../shared_imports';
|
||||
import { Document } from '../../../../types';
|
||||
import { AddDocumentsAccordion } from './add_documents_accordion';
|
||||
import { AddDocumentsAccordion } from './add_docs_accordion';
|
||||
import { ResetDocumentsModal } from './reset_documents_modal';
|
||||
|
||||
import './tab_documents.scss';
|
||||
|
|
28
x-pack/plugins/ingest_pipelines/tsconfig.json
Normal file
28
x-pack/plugins/ingest_pipelines/tsconfig.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"outDir": "./target/types",
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true
|
||||
},
|
||||
"include": [
|
||||
"common/**/*",
|
||||
"public/**/*",
|
||||
"server/**/*",
|
||||
"__jest__/**/*",
|
||||
"../../typings/**/*"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../../../src/core/tsconfig.json" },
|
||||
{ "path": "../licensing/tsconfig.json" },
|
||||
{ "path": "../features/tsconfig.json" },
|
||||
{ "path": "../security/tsconfig.json" },
|
||||
{ "path": "../../../src/plugins/es_ui_shared/tsconfig.json"},
|
||||
{ "path": "../../../src/plugins/kibana_react/tsconfig.json"},
|
||||
{ "path": "../../../src/plugins/management/tsconfig.json"},
|
||||
{ "path": "../../../src/plugins/share/tsconfig.json"},
|
||||
{ "path": "../../../src/plugins/usage_collection/tsconfig.json"},
|
||||
]
|
||||
}
|
|
@ -61,6 +61,7 @@
|
|||
{ "path": "../plugins/cloud/tsconfig.json" },
|
||||
{ "path": "../plugins/saved_objects_tagging/tsconfig.json" },
|
||||
{ "path": "../plugins/global_search_bar/tsconfig.json" },
|
||||
{ "path": "../plugins/ingest_pipelines/tsconfig.json" },
|
||||
{ "path": "../plugins/license_management/tsconfig.json" },
|
||||
{ "path": "../plugins/painless_lab/tsconfig.json" },
|
||||
{ "path": "../plugins/watcher/tsconfig.json" }
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
"plugins/cloud/**/*",
|
||||
"plugins/saved_objects_tagging/**/*",
|
||||
"plugins/global_search_bar/**/*",
|
||||
"plugins/ingest_pipelines/**/*",
|
||||
"plugins/license_management/**/*",
|
||||
"plugins/painless_lab/**/*",
|
||||
"plugins/watcher/**/*",
|
||||
|
@ -115,6 +116,11 @@
|
|||
{ "path": "./plugins/task_manager/tsconfig.json" },
|
||||
{ "path": "./plugins/telemetry_collection_xpack/tsconfig.json" },
|
||||
{ "path": "./plugins/translations/tsconfig.json" },
|
||||
{ "path": "./plugins/triggers_actions_ui/tsconfig.json"},
|
||||
{ "path": "./plugins/stack_alerts/tsconfig.json"},
|
||||
{ "path": "./plugins/ingest_pipelines/tsconfig.json"},
|
||||
{ "path": "./plugins/license_management/tsconfig.json" },
|
||||
{ "path": "./plugins/painless_lab/tsconfig.json" },
|
||||
{ "path": "./plugins/triggers_actions_ui/tsconfig.json" },
|
||||
{ "path": "./plugins/ui_actions_enhanced/tsconfig.json" },
|
||||
{ "path": "./plugins/watcher/tsconfig.json" }
|
||||
|
|
|
@ -36,6 +36,17 @@
|
|||
{ "path": "./plugins/telemetry_collection_xpack/tsconfig.json" },
|
||||
{ "path": "./plugins/translations/tsconfig.json" },
|
||||
{ "path": "./plugins/triggers_actions_ui/tsconfig.json"},
|
||||
{ "path": "./plugins/spaces/tsconfig.json" },
|
||||
{ "path": "./plugins/security/tsconfig.json" },
|
||||
{ "path": "./plugins/stack_alerts/tsconfig.json"},
|
||||
{ "path": "./plugins/encrypted_saved_objects/tsconfig.json" },
|
||||
{ "path": "./plugins/beats_management/tsconfig.json" },
|
||||
{ "path": "./plugins/cloud/tsconfig.json" },
|
||||
{ "path": "./plugins/saved_objects_tagging/tsconfig.json" },
|
||||
{ "path": "./plugins/global_search_bar/tsconfig.json" },
|
||||
{ "path": "./plugins/ingest_pipelines/tsconfig.json" },
|
||||
{ "path": "./plugins/license_management/tsconfig.json" },
|
||||
{ "path": "./plugins/painless_lab/tsconfig.json" },
|
||||
{ "path": "./plugins/ui_actions_enhanced/tsconfig.json" },
|
||||
{ "path": "./plugins/watcher/tsconfig.json" }
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue