mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[ES|QL] Renames the textbased editor to esql editor (#193521)](https://github.com/elastic/kibana/pull/193521) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Stratoula Kalafateli","email":"efstratia.kalafateli@elastic.co"},"sourceCommit":{"committedDate":"2024-09-23T10:06:53Z","message":"[ES|QL] Renames the textbased editor to esql editor (#193521)\n\n## Summary\r\n\r\nRenames the text-based-editor to esql-editor\r\n\r\nI tried to also rename components, data-test-subj, classNames and files.\r\nMy focus is mostly on the plugin and package of the esql editor\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"d56a1bbbbafee958abf7583e7a867bd1ac8187a6","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","Feature:ES|QL","ci:project-deploy-observability","Team:ESQL","v8.16.0"],"number":193521,"url":"https://github.com/elastic/kibana/pull/193521","mergeCommit":{"message":"[ES|QL] Renames the textbased editor to esql editor (#193521)\n\n## Summary\r\n\r\nRenames the text-based-editor to esql-editor\r\n\r\nI tried to also rename components, data-test-subj, classNames and files.\r\nMy focus is mostly on the plugin and package of the esql editor\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"d56a1bbbbafee958abf7583e7a867bd1ac8187a6"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193521","number":193521,"mergeCommit":{"message":"[ES|QL] Renames the textbased editor to esql editor (#193521)\n\n## Summary\r\n\r\nRenames the text-based-editor to esql-editor\r\n\r\nI tried to also rename components, data-test-subj, classNames and files.\r\nMy focus is mostly on the plugin and package of the esql editor\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"d56a1bbbbafee958abf7583e7a867bd1ac8187a6"}},{"branch":"8.x","label":"v8.16.0","labelRegex":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
118 lines
3.6 KiB
JSON
118 lines
3.6 KiB
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "target/types"
|
|
},
|
|
"include": ["*.ts", "common/**/*", "public/**/*", "server/**/*", "../../../typings/**/*"],
|
|
"kbn_references": [
|
|
"@kbn/spaces-plugin",
|
|
"@kbn/core",
|
|
"@kbn/task-manager-plugin",
|
|
"@kbn/global-search-plugin",
|
|
"@kbn/saved-objects-tagging-plugin",
|
|
"@kbn/data-plugin",
|
|
"@kbn/data-views-plugin",
|
|
"@kbn/data-view-field-editor-plugin",
|
|
"@kbn/charts-plugin",
|
|
"@kbn/expressions-plugin",
|
|
"@kbn/navigation-plugin",
|
|
"@kbn/url-forwarding-plugin",
|
|
"@kbn/visualizations-plugin",
|
|
"@kbn/ui-actions-plugin",
|
|
"@kbn/ui-actions-enhanced-plugin",
|
|
"@kbn/share-plugin",
|
|
"@kbn/usage-collection-plugin",
|
|
"@kbn/saved-objects-plugin",
|
|
"@kbn/kibana-utils-plugin",
|
|
"@kbn/kibana-react-plugin",
|
|
"@kbn/embeddable-plugin",
|
|
"@kbn/presentation-util-plugin",
|
|
"@kbn/field-formats-plugin",
|
|
"@kbn/expression-partition-vis-plugin",
|
|
"@kbn/expression-heatmap-plugin",
|
|
"@kbn/expression-gauge-plugin",
|
|
"@kbn/expression-legacy-metric-vis-plugin",
|
|
"@kbn/expression-metric-vis-plugin",
|
|
"@kbn/expression-tagcloud-plugin",
|
|
"@kbn/data-view-editor-plugin",
|
|
"@kbn/event-annotation-plugin",
|
|
"@kbn/expression-xy-plugin",
|
|
"@kbn/unified-search-plugin",
|
|
"@kbn/random-sampling",
|
|
"@kbn/rison",
|
|
"@kbn/i18n",
|
|
"@kbn/field-types",
|
|
"@kbn/utility-types",
|
|
"@kbn/es-query",
|
|
"@kbn/coloring",
|
|
"@kbn/inspector-plugin",
|
|
"@kbn/core-doc-links-browser",
|
|
"@kbn/interpreter",
|
|
"@kbn/i18n-react",
|
|
"@kbn/shared-ux-page-analytics-no-data",
|
|
"@kbn/test-jest-helpers",
|
|
"@kbn/analytics",
|
|
"@kbn/core-execution-context-common",
|
|
"@kbn/chart-icons",
|
|
"@kbn/tinymath",
|
|
"@kbn/ui-theme",
|
|
"@kbn/shared-ux-link-redirect-app",
|
|
"@kbn/monaco",
|
|
"@kbn/language-documentation",
|
|
"@kbn/core-saved-objects-common",
|
|
"@kbn/core-ui-settings-browser",
|
|
"@kbn/core-saved-objects-server",
|
|
"@kbn/safer-lodash-set",
|
|
"@kbn/shared-ux-router",
|
|
"@kbn/dom-drag-drop",
|
|
"@kbn/visualization-ui-components",
|
|
"@kbn/content-management-plugin",
|
|
"@kbn/core-saved-objects-api-server",
|
|
"@kbn/object-versioning",
|
|
"@kbn/config-schema",
|
|
"@kbn/core-mount-utils-browser",
|
|
"@kbn/core-notifications-browser",
|
|
"@kbn/core-notifications-browser-mocks",
|
|
"@kbn/core-saved-objects-utils-server",
|
|
"@kbn/core-lifecycle-browser-mocks",
|
|
"@kbn/unified-field-list",
|
|
"@kbn/event-annotation-common",
|
|
"@kbn/event-annotation-components",
|
|
"@kbn/content-management-utils",
|
|
"@kbn/serverless",
|
|
"@kbn/ebt-tools",
|
|
"@kbn/chart-expressions-common",
|
|
"@kbn/search-errors",
|
|
"@kbn/search-response-warnings",
|
|
"@kbn/logging",
|
|
"@kbn/core-plugins-server",
|
|
"@kbn/esql",
|
|
"@kbn/field-utils",
|
|
"@kbn/panel-loader",
|
|
"@kbn/shared-ux-button-toolbar",
|
|
"@kbn/cell-actions",
|
|
"@kbn/presentation-containers",
|
|
"@kbn/discover-utils",
|
|
"@kbn/code-editor",
|
|
"@kbn/calculate-width-from-char-count",
|
|
"@kbn/discover-utils",
|
|
"@kbn/lens-formula-docs",
|
|
"@kbn/visualization-utils",
|
|
"@kbn/test-eui-helpers",
|
|
"@kbn/shared-ux-utility",
|
|
"@kbn/esql-utils",
|
|
"@kbn/esql-editor",
|
|
"@kbn/managed-content-badge",
|
|
"@kbn/sort-predicates",
|
|
"@kbn/presentation-publishing",
|
|
"@kbn/saved-objects-finder-plugin",
|
|
"@kbn/unified-data-table",
|
|
"@kbn/shared-ux-markdown",
|
|
"@kbn/licensing-plugin",
|
|
"@kbn/react-kibana-context-render",
|
|
"@kbn/react-kibana-mount",
|
|
"@kbn/es-types",
|
|
"@kbn/esql-datagrid",
|
|
],
|
|
"exclude": ["target/**/*"]
|
|
}
|