From d1057ec9a7899da630427aad188e828baeca6aa9 Mon Sep 17 00:00:00 2001 From: Coen Warmer Date: Wed, 21 Feb 2024 16:49:16 +0100 Subject: [PATCH] Update references --- .buildkite/ftr_configs.yml | 2 +- .../pipelines/pull_request/ux_plugin_e2e.yml | 2 +- .eslintrc.js | 6 +- .github/CODEOWNERS | 2 +- .github/paths-labeller.yml | 46 +- api_docs/deprecations_by_plugin.mdx | 4 +- api_docs/kibana_react.devdocs.json | 358 +--- api_docs/ux.devdocs.json | 8 +- docs/developer/plugin-list.asciidoc | 4 +- package.json | 4 +- .../styled_components_files.js | 2 +- tsconfig.base.json | 1520 ++++++++++++----- x-pack/.i18nrc.json | 2 +- yarn.lock | 2 +- 14 files changed, 1268 insertions(+), 694 deletions(-) diff --git a/.buildkite/ftr_configs.yml b/.buildkite/ftr_configs.yml index eabff5152596c..4fe587dec5953 100644 --- a/.buildkite/ftr_configs.yml +++ b/.buildkite/ftr_configs.yml @@ -61,7 +61,7 @@ disabled: - x-pack/plugins/synthetics/e2e/config.ts - x-pack/plugins/uptime/e2e/uptime/synthetics_run.ts - x-pack/plugins/synthetics/e2e/synthetics/synthetics_run.ts - - x-pack/plugins/ux/e2e/synthetics_run.ts + - x-pack/plugins/observability_solution/ux/e2e/synthetics_run.ts - x-pack/plugins/exploratory_view/e2e/synthetics_run.ts # Configs that exist but weren't running in CI when this file was introduced diff --git a/.buildkite/pipelines/pull_request/ux_plugin_e2e.yml b/.buildkite/pipelines/pull_request/ux_plugin_e2e.yml index 476e8c204d15c..2cb69eb1eadd9 100644 --- a/.buildkite/pipelines/pull_request/ux_plugin_e2e.yml +++ b/.buildkite/pipelines/pull_request/ux_plugin_e2e.yml @@ -8,7 +8,7 @@ steps: - quick_checks timeout_in_minutes: 60 artifact_paths: - - 'x-pack/plugins/ux/e2e/.journeys/**/*' + - 'x-pack/plugins/observability_solution/ux/e2e/.journeys/**/*' retry: automatic: - exit_status: '-1' diff --git a/.eslintrc.js b/.eslintrc.js index f3a4fcf6ecc0d..803ab3634940c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -874,7 +874,7 @@ module.exports = { 'x-pack/plugins/apm/**/*.{js,mjs,ts,tsx}', 'x-pack/plugins/observability/**/*.{js,mjs,ts,tsx}', 'x-pack/plugins/exploratory_view/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/ux/**/*.{js,mjs,ts,tsx}', + 'x-pack/plugins/observability_solution/ux/**/*.{js,mjs,ts,tsx}', ], rules: { 'no-console': ['warn', { allow: ['error'] }], @@ -920,7 +920,7 @@ module.exports = { 'x-pack/plugins/observability_shared/**/*.tsx', 'x-pack/plugins/profiling/**/*.tsx', 'x-pack/plugins/synthetics/**/*.tsx', - 'x-pack/plugins/ux/**/*.tsx', + 'x-pack/plugins/observability_solution/ux/**/*.tsx', 'src/plugins/ai_assistant_management/**/*.tsx', ], rules: { @@ -938,7 +938,7 @@ module.exports = { 'x-pack/plugins/observability_shared/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', 'x-pack/plugins/profiling/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', 'x-pack/plugins/synthetics/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', - 'x-pack/plugins/ux/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', + 'x-pack/plugins/observability_solution/ux/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', 'src/plugins/ai_assistant_management/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', ], rules: { diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8bbe6945d97ac..70897815502f0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -856,7 +856,7 @@ x-pack/test/security_api_integration/plugins/user_profiles_consumer @elastic/kib packages/kbn-utility-types @elastic/kibana-core packages/kbn-utility-types-jest @elastic/kibana-operations packages/kbn-utils @elastic/kibana-operations -x-pack/plugins/ux @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/ux @elastic/obs-ux-infra_services-team examples/v8_profiler_examples @elastic/response-ops packages/kbn-validate-next-docs-cli @elastic/kibana-operations src/plugins/vis_default_editor @elastic/kibana-visualizations diff --git a/.github/paths-labeller.yml b/.github/paths-labeller.yml index 5f1ac0401ab31..944ede7c0227d 100644 --- a/.github/paths-labeller.yml +++ b/.github/paths-labeller.yml @@ -1,24 +1,24 @@ --- - - "Feature:Embedding": - - "src/plugins/embeddable/**/*.*" - - "src/plugins/dashboard_embeddable_container/**/*.*" - - "Feature:Drilldowns": - - "x-pack/plugins/drilldowns/**/*.*" - - "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/**/*.*" - - "Feature:ExpressionLanguage": - - "src/plugins/expressions/**/*.*" - - "src/plugins/bfetch/**/*.*" - - "Team:obs-ux-infra_services": - - "x-pack/plugins/apm/**/*.*" - - "x-pack/test/apm_api_integration/**/*.*" - - "packages/kbn-apm-synthtrace/**/*.*" - - "packages/kbn-apm-synthtrace-client/**/*.*" - - "packages/kbn-apm-utils/**/*.*" - - "x-pack/plugins/synthetics/**/*.*" - - "x-pack/plugins/ux/**/*.*" - - "x-pack/plugins/observability/public/components/shared/exploratory_view/**/*.*" - - "Team:Fleet": - - "x-pack/plugins/fleet/**/*.*" - - "x-pack/test/fleet_api_integration/**/*.*" - - "Team:obs-ux-management": - - "x-pack/plugins/observability/**/*.*" +- 'Feature:Embedding': + - 'src/plugins/embeddable/**/*.*' + - 'src/plugins/dashboard_embeddable_container/**/*.*' +- 'Feature:Drilldowns': + - 'x-pack/plugins/drilldowns/**/*.*' + - 'x-pack/plugins/dashboard_enhanced/public/services/drilldowns/**/*.*' +- 'Feature:ExpressionLanguage': + - 'src/plugins/expressions/**/*.*' + - 'src/plugins/bfetch/**/*.*' +- 'Team:obs-ux-infra_services': + - 'x-pack/plugins/apm/**/*.*' + - 'x-pack/test/apm_api_integration/**/*.*' + - 'packages/kbn-apm-synthtrace/**/*.*' + - 'packages/kbn-apm-synthtrace-client/**/*.*' + - 'packages/kbn-apm-utils/**/*.*' + - 'x-pack/plugins/synthetics/**/*.*' + - 'x-pack/plugins/observability_solution/ux/**/*.*' + - 'x-pack/plugins/observability/public/components/shared/exploratory_view/**/*.*' +- 'Team:Fleet': + - 'x-pack/plugins/fleet/**/*.*' + - 'x-pack/test/fleet_api_integration/**/*.*' +- 'Team:obs-ux-management': + - 'x-pack/plugins/observability/**/*.*' diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index d75fdd303201e..84a6ef6e82070 100644 --- a/api_docs/deprecations_by_plugin.mdx +++ b/api_docs/deprecations_by_plugin.mdx @@ -1623,7 +1623,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=KibanaThemeProvider), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=KibanaThemeProvider), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=KibanaThemeProvider) | - | +| | [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/ux/public/application/ux_app.tsx#:~:text=KibanaThemeProvider), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/ux/public/application/ux_app.tsx#:~:text=KibanaThemeProvider), [ux_app.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/ux/public/application/ux_app.tsx#:~:text=KibanaThemeProvider) | - | @@ -1725,4 +1725,4 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [shared_imports.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/shared_imports.ts#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/index.tsx#:~:text=KibanaThemeProvider) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | \ No newline at end of file +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | diff --git a/api_docs/kibana_react.devdocs.json b/api_docs/kibana_react.devdocs.json index da6c35434bffb..235489432b5d7 100644 --- a/api_docs/kibana_react.devdocs.json +++ b/api_docs/kibana_react.devdocs.json @@ -41,9 +41,7 @@ "tags": [], "label": "allowEmptyRange", "description": [], - "signature": [ - "true" - ], + "signature": ["true"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false @@ -55,9 +53,7 @@ "tags": [], "label": "fullWidth", "description": [], - "signature": [ - "false" - ], + "signature": ["false"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false @@ -69,9 +65,7 @@ "tags": [], "label": "compressed", "description": [], - "signature": [ - "false" - ], + "signature": ["false"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false @@ -99,9 +93,7 @@ "tags": [], "label": "nextProps", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -114,9 +106,7 @@ "tags": [], "label": "prevState", "description": [], - "signature": [ - "State" - ], + "signature": ["State"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -144,9 +134,7 @@ "tags": [], "label": "_onChange", "description": [], - "signature": [ - "(value: [string | number, string | number]) => void" - ], + "signature": ["(value: [string | number, string | number]) => void"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -158,9 +146,7 @@ "tags": [], "label": "value", "description": [], - "signature": [ - "[string | number, string | number]" - ], + "signature": ["[string | number, string | number]"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -176,9 +162,7 @@ "tags": [], "label": "render", "description": [], - "signature": [ - "() => JSX.Element" - ], + "signature": ["() => JSX.Element"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -227,9 +211,7 @@ "tags": [], "label": "services", "description": [], - "signature": [ - "Services" - ], + "signature": ["Services"], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, @@ -357,9 +339,7 @@ "type": "Function", "tags": [], "label": "ElasticAgentCard", - "description": [ - "\nApplies extra styling to a typical EuiAvatar" - ], + "description": ["\nApplies extra styling to a typical EuiAvatar"], "signature": [ "({ solution, recommended, title, href, button, layout, category, ...cardRest }: React.PropsWithChildren<", { @@ -409,9 +389,7 @@ "tags": [], "label": "KibanaContextProvider", "description": [], - "signature": [ - "React.FunctionComponent<{ services?: {} | undefined; }>" - ], + "signature": ["React.FunctionComponent<{ services?: {} | undefined; }>"], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, @@ -424,9 +402,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "P & { children?: React.ReactNode; }" - ], + "signature": ["P & { children?: React.ReactNode; }"], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -438,9 +414,7 @@ "tags": [], "label": "context", "description": [], - "signature": [ - "any" - ], + "signature": ["any"], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -454,9 +428,7 @@ "type": "Function", "tags": [], "label": "KibanaPageTemplateSolutionNavAvatar", - "description": [ - "\nApplies extra styling to a typical EuiAvatar" - ], + "description": ["\nApplies extra styling to a typical EuiAvatar"], "signature": [ "({ className, size, ...rest }: React.PropsWithChildren<", "KibanaPageTemplateSolutionNavAvatarProps", @@ -491,9 +463,7 @@ "parentPluginId": "kibanaReact", "id": "def-public.KibanaThemeProvider", "type": "Function", - "tags": [ - "deprecated" - ], + "tags": ["deprecated"], "label": "KibanaThemeProvider", "description": [], "signature": [ @@ -1701,15 +1671,15 @@ }, { "plugin": "ux", - "path": "x-pack/plugins/ux/public/application/ux_app.tsx" + "path": "x-pack/plugins/observability_solution/ux/public/application/ux_app.tsx" }, { "plugin": "ux", - "path": "x-pack/plugins/ux/public/application/ux_app.tsx" + "path": "x-pack/plugins/observability_solution/ux/public/application/ux_app.tsx" }, { "plugin": "ux", - "path": "x-pack/plugins/ux/public/application/ux_app.tsx" + "path": "x-pack/plugins/observability_solution/ux/public/application/ux_app.tsx" }, { "plugin": "watcher", @@ -1953,11 +1923,7 @@ "tags": [], "label": "Markdown", "description": [], - "signature": [ - "(props: ", - "MarkdownProps", - ") => JSX.Element" - ], + "signature": ["(props: ", "MarkdownProps", ") => JSX.Element"], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -1969,9 +1935,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "MarkdownProps" - ], + "signature": ["MarkdownProps"], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -1988,11 +1952,7 @@ "tags": [], "label": "MarkdownSimple", "description": [], - "signature": [ - "(props: ", - "MarkdownSimpleProps", - ") => JSX.Element" - ], + "signature": ["(props: ", "MarkdownSimpleProps", ") => JSX.Element"], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -2004,9 +1964,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "MarkdownSimpleProps" - ], + "signature": ["MarkdownSimpleProps"], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -2135,9 +2093,7 @@ "tags": [], "label": "{\n addDataHref,\n application,\n devToolsHref,\n hidden,\n managementHref,\n showDevToolsLink,\n showManagementLink,\n}", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "src/plugins/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx", "deprecated": false, "trackAdoption": false, @@ -2168,9 +2124,7 @@ "tags": [], "label": "{\n addBasePath,\n path,\n onSetDefaultRoute,\n onChangeDefaultRoute,\n}", "description": [], - "signature": [ - "React.PropsWithChildren" - ], + "signature": ["React.PropsWithChildren"], "path": "src/plugins/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx", "deprecated": false, "trackAdoption": false, @@ -2235,9 +2189,7 @@ "tags": [], "label": "to", "description": [], - "signature": [ - "string | LocationObject" - ], + "signature": ["string | LocationObject"], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2250,9 +2202,7 @@ "tags": [], "label": "onClickCallback", "description": [], - "signature": [ - "Function | undefined" - ], + "signature": ["Function | undefined"], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2317,9 +2267,7 @@ "tags": [], "label": "to", "description": [], - "signature": [ - "string | LocationObject" - ], + "signature": ["string | LocationObject"], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2332,9 +2280,7 @@ "tags": [], "label": "onClickCallback", "description": [], - "signature": [ - "Function | undefined" - ], + "signature": ["Function | undefined"], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2348,9 +2294,7 @@ "parentPluginId": "kibanaReact", "id": "def-public.toMountPoint", "type": "Function", - "tags": [ - "deprecated" - ], + "tags": ["deprecated"], "label": "toMountPoint", "description": [], "signature": [ @@ -3297,9 +3241,7 @@ "tags": [], "label": "node", "description": [], - "signature": [ - "React.ReactNode" - ], + "signature": ["React.ReactNode"], "path": "src/plugins/kibana_react/public/util/index.tsx", "deprecated": false, "trackAdoption": false, @@ -3386,9 +3328,7 @@ "tags": [], "label": "useDarkMode", "description": [], - "signature": [ - "(defaultValue?: boolean | undefined) => boolean" - ], + "signature": ["(defaultValue?: boolean | undefined) => boolean"], "path": "src/plugins/kibana_react/public/dark_mode/use_dark_mode.ts", "deprecated": false, "trackAdoption": false, @@ -3400,9 +3340,7 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "src/plugins/kibana_react/public/dark_mode/use_dark_mode.ts", "deprecated": false, "trackAdoption": false, @@ -3418,9 +3356,7 @@ "type": "Function", "tags": [], "label": "useExecutionContext", - "description": [ - "\nSet and clean up application level execution context" - ], + "description": ["\nSet and clean up application level execution context"], "signature": [ "(executionContext: ", { @@ -3500,9 +3436,7 @@ "description": [ "\nReturns the current global UI-settings value.\n\nUsage:\n\n```js\nconst customBranding = useGlobalUiSetting('customBranding:pageTitle');\n```" ], - "signature": [ - "(key: string, defaultValue?: T | undefined) => T" - ], + "signature": ["(key: string, defaultValue?: T | undefined) => T"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3514,9 +3448,7 @@ "tags": [], "label": "key", "description": [], - "signature": [ - "string" - ], + "signature": ["string"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3529,9 +3461,7 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": [ - "T | undefined" - ], + "signature": ["T | undefined"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3550,9 +3480,7 @@ "description": [ "\nReturns a 2-tuple, where first entry is the setting value and second is a\nfunction to update the setting value.\n\nSynchronously returns the most current value of the setting and subscribes\nto all subsequent updates, which will re-render your component on new values.\n\nUsage:\n\n```js\nconst [customBranding, setCustomBranding] = useGlobalUiSetting$('customBranding:pageTitle');\n```" ], - "signature": [ - "(key: string, defaultValue?: T | undefined) => [T, Setter]" - ], + "signature": ["(key: string, defaultValue?: T | undefined) => [T, Setter]"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3564,9 +3492,7 @@ "tags": [], "label": "key", "description": [], - "signature": [ - "string" - ], + "signature": ["string"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3579,9 +3505,7 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": [ - "T | undefined" - ], + "signature": ["T | undefined"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3633,9 +3557,7 @@ "description": [ "\nReturns the current UI-settings value.\n\nUsage:\n\n```js\nconst darkMode = useUiSetting('theme:darkMode');\n```" ], - "signature": [ - "(key: string, defaultValue?: T | undefined) => T" - ], + "signature": ["(key: string, defaultValue?: T | undefined) => T"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3647,9 +3569,7 @@ "tags": [], "label": "key", "description": [], - "signature": [ - "string" - ], + "signature": ["string"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3662,9 +3582,7 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": [ - "T | undefined" - ], + "signature": ["T | undefined"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3683,9 +3601,7 @@ "description": [ "\nReturns a 2-tuple, where first entry is the setting value and second is a\nfunction to update the setting value.\n\nSynchronously returns the most current value of the setting and subscribes\nto all subsequent updates, which will re-render your component on new values.\n\nUsage:\n\n```js\nconst [darkMode, setDarkMode] = useUiSetting$('theme:darkMode');\n```" ], - "signature": [ - "(key: string, defaultValue?: T | undefined) => [T, Setter]" - ], + "signature": ["(key: string, defaultValue?: T | undefined) => [T, Setter]"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3697,9 +3613,7 @@ "tags": [], "label": "key", "description": [], - "signature": [ - "string" - ], + "signature": ["string"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3712,9 +3626,7 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": [ - "T | undefined" - ], + "signature": ["T | undefined"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3753,9 +3665,7 @@ "tags": [], "label": "type", "description": [], - "signature": [ - "React.ComponentType" - ], + "signature": ["React.ComponentType"], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, @@ -3796,9 +3706,7 @@ "tags": [], "label": "node", "description": [], - "signature": [ - "React.ReactNode" - ], + "signature": ["React.ReactNode"], "path": "src/plugins/kibana_react/public/theme.tsx", "deprecated": false, "trackAdoption": false, @@ -3883,9 +3791,7 @@ "tags": [], "label": "Provider", "description": [], - "signature": [ - "React.FunctionComponent<{ services?: T | undefined; }>" - ], + "signature": ["React.FunctionComponent<{ services?: T | undefined; }>"], "path": "src/plugins/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false, @@ -3898,9 +3804,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "P & { children?: React.ReactNode; }" - ], + "signature": ["P & { children?: React.ReactNode; }"], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -3912,9 +3816,7 @@ "tags": [], "label": "context", "description": [], - "signature": [ - "any" - ], + "signature": ["any"], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -3951,9 +3853,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "P" - ], + "signature": ["P"], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -3991,9 +3891,7 @@ "tags": [], "label": "services", "description": [], - "signature": [ - "Services" - ], + "signature": ["Services"], "path": "src/plugins/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false @@ -4148,9 +4046,7 @@ "tags": [], "label": "node", "description": [], - "signature": [ - "React.ReactNode" - ], + "signature": ["React.ReactNode"], "path": "src/plugins/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, @@ -4217,9 +4113,7 @@ "tags": [], "label": "node", "description": [], - "signature": [ - "React.ReactNode" - ], + "signature": ["React.ReactNode"], "path": "src/plugins/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, @@ -4294,12 +4188,8 @@ "type": "string", "tags": [], "label": "logo", - "description": [ - "\nOptionally replace the auto-generated logo" - ], - "signature": [ - "string | undefined" - ], + "description": ["\nOptionally replace the auto-generated logo"], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false @@ -4310,9 +4200,7 @@ "type": "string", "tags": [], "label": "docsLink", - "description": [ - "\nRequired to set the docs link for the whole solution" - ], + "description": ["\nRequired to set the docs link for the whole solution"], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false @@ -4323,12 +4211,8 @@ "type": "string", "tags": [], "label": "pageTitle", - "description": [ - "\nOptionally replace the auto-generated page title (h1)" - ], - "signature": [ - "string | undefined" - ], + "description": ["\nOptionally replace the auto-generated page title (h1)"], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false @@ -4406,9 +4290,7 @@ "tags": [], "label": "color", "description": [], - "signature": [ - "\"warning\" | \"success\" | \"primary\" | \"danger\" | undefined" - ], + "signature": ["\"warning\" | \"success\" | \"primary\" | \"danger\" | undefined"], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4420,10 +4302,7 @@ "tags": [], "label": "iconType", "description": [], - "signature": [ - "IconType", - " | undefined" - ], + "signature": ["IconType", " | undefined"], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4435,9 +4314,7 @@ "tags": [], "label": "toastLifeTimeMs", "description": [], - "signature": [ - "number | undefined" - ], + "signature": ["number | undefined"], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4449,9 +4326,7 @@ "tags": [], "label": "onClose", "description": [], - "signature": [ - "(() => void) | undefined" - ], + "signature": ["(() => void) | undefined"], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4463,9 +4338,7 @@ "parentPluginId": "kibanaReact", "id": "def-public.ToMountPointOptions", "type": "Interface", - "tags": [ - "deprecated" - ], + "tags": ["deprecated"], "label": "ToMountPointOptions", "description": [], "path": "src/plugins/kibana_react/public/util/index.tsx", @@ -4549,9 +4422,7 @@ "tags": [], "label": "height", "description": [], - "signature": [ - "string | number | undefined" - ], + "signature": ["string | number | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4614,11 +4485,7 @@ "tags": [], "label": "onEditor", "description": [], - "signature": [ - "((editor: ", - "editor", - ".IStandaloneCodeEditor) => void) | undefined" - ], + "signature": ["((editor: ", "editor", ".IStandaloneCodeEditor) => void) | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, @@ -4630,10 +4497,7 @@ "tags": [], "label": "editor", "description": [], - "signature": [ - "editor", - ".IStandaloneCodeEditor" - ], + "signature": ["editor", ".IStandaloneCodeEditor"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, @@ -4649,9 +4513,7 @@ "tags": [], "label": "placeholder", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4710,9 +4572,7 @@ "tags": [], "label": "title", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4724,9 +4584,7 @@ "tags": [], "label": "documentation", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4738,10 +4596,7 @@ "tags": [], "label": "kind", "description": [], - "signature": [ - "languages", - ".CompletionItemKind | undefined" - ], + "signature": ["languages", ".CompletionItemKind | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4753,9 +4608,7 @@ "tags": [], "label": "sortText", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4943,9 +4796,7 @@ "parentPluginId": "kibanaReact", "id": "def-public.KibanaThemeProviderProps", "type": "Type", - "tags": [ - "deprecated" - ], + "tags": ["deprecated"], "label": "KibanaThemeProviderProps", "description": [], "signature": [ @@ -5031,9 +4882,7 @@ "tags": [], "label": "Value", "description": [], - "signature": [ - "[string | number, string | number]" - ], + "signature": ["[string | number, string | number]"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -5091,9 +4940,7 @@ "type": "Function", "tags": [], "label": "createGlobalStyle", - "description": [ - "/** see https://styled-components.com/docs/api#createglobalstyle */" - ], + "description": ["/** see https://styled-components.com/docs/api#createglobalstyle */"], "signature": [ "

(first: TemplateStringsArray | ", "CSSObject", @@ -5165,12 +5012,7 @@ "tags": [], "label": "interpolations", "description": [], - "signature": [ - "Interpolation", - "<", - "ThemedStyledProps", - ">[]" - ], + "signature": ["Interpolation", "<", "ThemedStyledProps", ">[]"], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5184,9 +5026,7 @@ "type": "Function", "tags": [], "label": "css", - "description": [ - "/** see https://styled-components.com/docs/api#css-prop */" - ], + "description": ["/** see https://styled-components.com/docs/api#css-prop */"], "signature": [ "BaseThemedCssFunction", "<", @@ -5210,9 +5050,7 @@ "type": "Function", "tags": [], "label": "euiStyled", - "description": [ - "/** see https://styled-components.com/docs/api#styled */" - ], + "description": ["/** see https://styled-components.com/docs/api#styled */"], "signature": [ "ThemedBaseStyledInterface", "<", @@ -5236,9 +5074,7 @@ "type": "Function", "tags": [], "label": "keyframes", - "description": [ - "/** see https://styled-components.com/docs/api#keyframes */" - ], + "description": ["/** see https://styled-components.com/docs/api#keyframes */"], "signature": [ "(strings: TemplateStringsArray | ", "CSSKeyframes", @@ -5259,10 +5095,7 @@ "tags": [], "label": "strings", "description": [], - "signature": [ - "TemplateStringsArray | ", - "CSSKeyframes" - ], + "signature": ["TemplateStringsArray | ", "CSSKeyframes"], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5274,10 +5107,7 @@ "tags": [], "label": "interpolations", "description": [], - "signature": [ - "SimpleInterpolation", - "[]" - ], + "signature": ["SimpleInterpolation", "[]"], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5291,9 +5121,7 @@ "type": "Function", "tags": [], "label": "KibanaStyledComponentsThemeProvider", - "description": [ - "\nA `styled-components` `ThemeProvider` that incorporates EUI dark mode." - ], + "description": ["\nA `styled-components` `ThemeProvider` that incorporates EUI dark mode."], "signature": [ ">(component: React.ComponentProps extends { theme?: ", { @@ -5464,9 +5288,7 @@ "tags": [], "label": "component", "description": [], - "signature": [ - "React.ComponentProps extends { theme?: T | undefined; } ? C : never" - ], + "signature": ["React.ComponentProps extends { theme?: T | undefined; } ? C : never"], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5495,9 +5317,7 @@ "type": "Object", "tags": [], "label": "eui", - "description": [ - "EUI theme vars that automaticall adjust to light and dark mode." - ], + "description": ["EUI theme vars that automaticall adjust to light and dark mode."], "signature": [ "{ euiZDataGrid: number; euiZHeaderBelowDataGrid: number; euiZDataGridCellPopover: number; euiDataGridCellPaddingS: string; euiDataGridCellPaddingM: string; euiDataGridCellPaddingL: string; euiTableHoverColor: string; euiTableSelectedColor: string; euiTableHoverSelectedColor: string; euiTableActionsBorderColor: string; euiTableHoverClickableColor: string; euiTableFocusClickableColor: string; euiContrastRatioText: number; euiContrastRatioGraphic: number; euiContrastRatioDisabled: number; euiAnimSlightBounce: string; euiAnimSlightResistance: string; euiAnimSpeedExtraFast: string; euiAnimSpeedFast: string; euiAnimSpeedNormal: string; euiAnimSpeedSlow: string; euiAnimSpeedExtraSlow: string; euiBorderWidthThin: string; euiBorderWidthThick: string; euiBorderColor: string; euiBorderRadius: string; euiBorderRadiusSmall: string; euiBorderThick: string; euiBorderThin: string; euiBorderEditable: string; euiButtonHeight: string; euiButtonHeightSmall: string; euiButtonHeightXSmall: string; euiButtonColorDisabled: string; euiButtonColorDisabledText: string; euiButtonColorGhostDisabled: string; euiButtonTypes: { primary: string; accent: string; success: string; warning: string; danger: string; ghost: string; text: string; }; euiPaletteColorBlind: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; }; euiPaletteColorBlindKeys: string; euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVis0_behindText: string; euiColorVis1_behindText: string; euiColorVis2_behindText: string; euiColorVis3_behindText: string; euiColorVis4_behindText: string; euiColorVis5_behindText: string; euiColorVis6_behindText: string; euiColorVis7_behindText: string; euiColorVis8_behindText: string; euiColorVis9_behindText: string; euiFontWeightLight: number; euiFontWeightRegular: number; euiFontWeightMedium: number; euiFontWeightSemiBold: number; euiFontWeightBold: number; euiCodeFontWeightRegular: number; euiCodeFontWeightBold: number; euiFormMaxWidth: string; euiFormControlHeight: string; euiFormControlCompressedHeight: string; euiFormControlPadding: string; euiFormControlCompressedPadding: string; euiFormControlBorderRadius: string; euiFormControlCompressedBorderRadius: string; euiRadioSize: string; euiCheckBoxSize: string; euiCheckboxBorderRadius: string; euiSwitchHeight: string; euiSwitchWidth: string; euiSwitchThumbSize: string; euiSwitchIconHeight: string; euiSwitchHeightCompressed: string; euiSwitchWidthCompressed: string; euiSwitchThumbSizeCompressed: string; euiSwitchHeightMini: string; euiSwitchWidthMini: string; euiSwitchThumbSizeMini: string; euiFormBackgroundColor: string; euiFormBackgroundDisabledColor: string; euiFormBackgroundReadOnlyColor: string; euiFormBorderOpaqueColor: string; euiFormBorderColor: string; euiFormBorderDisabledColor: string; euiFormCustomControlDisabledIconColor: string; euiFormCustomControlBorderColor: string; euiFormControlDisabledColor: string; euiFormControlBoxShadow: string; euiFormControlPlaceholderText: string; euiFormInputGroupLabelBackground: string; euiFormInputGroupBorder: string; euiSwitchOffColor: string; euiFormControlIconSizes: { small: string; medium: string; large: string; xLarge: string; xxLarge: string; }; euiFormControlLayoutGroupInputHeight: string; euiFormControlLayoutGroupInputCompressedHeight: string; euiFormControlLayoutGroupInputCompressedBorderRadius: string; euiHeaderBackgroundColor: string; euiHeaderDarkBackgroundColor: string; euiHeaderBorderColor: string; euiHeaderBreadcrumbColor: string; euiHeaderHeight: string; euiHeaderChildSize: string; euiHeaderHeightCompensation: string; euiPageDefaultMaxWidth: string; euiPageSidebarMinWidth: string; euiPanelPaddingModifiers: { paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiPanelBorderRadiusModifiers: { borderRadiusNone: number; borderRadiusMedium: string; }; euiPanelBackgroundColorModifiers: { transparent: string; plain: string; subdued: string; accent: string; primary: string; success: string; warning: string; danger: string; }; euiBreakpoints: { xs: number; s: string; m: string; l: string; xl: string; }; euiBreakpointKeys: string; euiShadowColor: string; euiSize: string; euiSizeXS: string; euiSizeS: string; euiSizeM: string; euiSizeL: string; euiSizeXL: string; euiSizeXXL: string; euiScrollBar: string; euiScrollBarCorner: string; euiScrollBarCornerThin: string; euiFocusRingColor: string; euiFocusRingAnimStartColor: string; euiFocusRingAnimStartSize: string; euiFocusRingAnimStartSizeLarge: string; euiFocusRingSizeLarge: string; euiFocusRingSize: string; euiFocusTransparency: number; euiFocusTransparencyPercent: string; euiFocusBackgroundColor: string; euiFontFamily: string; euiCodeFontFamily: string; euiFontFeatureSettings: string; euiTextScale: string; euiFontSize: string; euiFontSizeXS: string; euiFontSizeS: string; euiFontSizeM: string; euiFontSizeL: string; euiFontSizeXL: string; euiFontSizeXXL: string; euiLineHeight: number; euiBodyLineHeight: number; euiTitles: { xxxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; s: { 'font-size': string; 'line-height': string; 'font-weight': number; }; m: { 'font-size': string; 'line-height': string; 'font-weight': number; }; l: { 'font-size': string; 'line-height': string; 'font-weight': number; }; }; euiZLevel0: number; euiZLevel1: number; euiZLevel2: number; euiZLevel3: number; euiZLevel4: number; euiZLevel5: number; euiZLevel6: number; euiZLevel7: number; euiZLevel8: number; euiZLevel9: number; euiZToastList: number; euiZModal: number; euiZMask: number; euiZNavigation: number; euiZContentMenu: number; euiZHeader: number; euiZFlyout: number; euiZMaskBelowHeader: number; euiZContent: number; euiColorGhost: string; euiColorInk: string; euiColorPrimary: string; euiColorAccent: string; euiColorSuccess: string; euiColorWarning: string; euiColorDanger: string; euiColorEmptyShade: string; euiColorLightestShade: string; euiColorLightShade: string; euiColorMediumShade: string; euiColorDarkShade: string; euiColorDarkestShade: string; euiColorFullShade: string; euiPageBackgroundColor: string; euiColorHighlight: string; euiTextColor: string; euiTitleColor: string; euiTextSubduedColor: string; euiColorDisabled: string; euiColorPrimaryText: string; euiColorSuccessText: string; euiColorAccentText: string; euiColorWarningText: string; euiColorDangerText: string; euiColorDisabledText: string; euiLinkColor: string; euiColorChartLines: string; euiColorChartBand: string; }" ], @@ -5511,9 +5331,7 @@ "type": "boolean", "tags": [], "label": "darkMode", - "description": [ - "True if the theme is in \"dark\" mode, false otherwise." - ], + "description": ["True if the theme is in \"dark\" mode, false otherwise."], "path": "packages/react/kibana_context/styled/styled_provider.tsx", "deprecated": false, "trackAdoption": false @@ -5526,4 +5344,4 @@ "misc": [], "objects": [] } -} \ No newline at end of file +} diff --git a/api_docs/ux.devdocs.json b/api_docs/ux.devdocs.json index 88ae637d044d0..275704eae47b3 100644 --- a/api_docs/ux.devdocs.json +++ b/api_docs/ux.devdocs.json @@ -14,10 +14,8 @@ "tags": [], "label": "UxPluginStart", "description": [], - "signature": [ - "void" - ], - "path": "x-pack/plugins/ux/public/plugin.ts", + "signature": ["void"], + "path": "x-pack/plugins/observability_solution/ux/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -40,4 +38,4 @@ "misc": [], "objects": [] } -} \ No newline at end of file +} diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc index 3eccd4beaedab..fe25b163f0537 100644 --- a/docs/developer/plugin-list.asciidoc +++ b/docs/developer/plugin-list.asciidoc @@ -161,7 +161,7 @@ by the user. The final output of the expression pipeline can be rendered using one of the *renderers* registered in `expressions` plugin. All the arguments to expression functions need to be serializable, as well as input and output. -Expression functions should try to stay 'pure'. This makes functions easy to reuse and also +Expression functions should try to stay 'pure'. This makes functions easy to reuse and also make it possible to serialize the whole chain as well as output at every step of execution. It is possible to add comments to expressions by starting them with a `//` sequence @@ -857,7 +857,7 @@ in their infrastructure. |NOTE: This plugin contains implementation of URL drilldown. For drilldowns infrastructure code refer to ui_actions_enhanced plugin. -|{kib-repo}blob/{branch}/x-pack/plugins/ux/readme.md[ux] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/ux/readme.md[ux] |https://docs.elastic.dev/kibana-dev-docs/welcome diff --git a/package.json b/package.json index 45dac58cc719c..cd31c157eb952 100644 --- a/package.json +++ b/package.json @@ -845,7 +845,7 @@ "@kbn/utility-types": "link:packages/kbn-utility-types", "@kbn/utility-types-jest": "link:packages/kbn-utility-types-jest", "@kbn/utils": "link:packages/kbn-utils", - "@kbn/ux-plugin": "link:x-pack/plugins/ux", + "@kbn/ux-plugin": "link:x-pack/plugins/observability_solution/ux", "@kbn/v8-profiler-examples-plugin": "link:examples/v8_profiler_examples", "@kbn/vis-default-editor-plugin": "link:src/plugins/vis_default_editor", "@kbn/vis-type-gauge-plugin": "link:src/plugins/vis_types/gauge", @@ -1696,4 +1696,4 @@ "zod-to-json-schema": "^3.22.3" }, "packageManager": "yarn@1.22.21" -} \ No newline at end of file +} diff --git a/packages/kbn-babel-preset/styled_components_files.js b/packages/kbn-babel-preset/styled_components_files.js index 49f96c9c67f71..b1d7d227c704e 100644 --- a/packages/kbn-babel-preset/styled_components_files.js +++ b/packages/kbn-babel-preset/styled_components_files.js @@ -14,7 +14,7 @@ module.exports = { USES_STYLED_COMPONENTS: [ /packages[\/\\]kbn-ui-shared-deps-(npm|src)[\/\\]/, /src[\/\\]plugins[\/\\](kibana_react)[\/\\]/, - /x-pack[\/\\]plugins[\/\\](apm|beats_management|cases|fleet|infra|lists|observability|observability_shared|exploratory_view|security_solution|timelines|synthetics|ux|uptime)[\/\\]/, + /x-pack[\/\\]plugins[\/\\](apm|beats_management|cases|fleet|infra|lists|observability|observability_shared|exploratory_view|security_solution|timelines|synthetics|observability_solution\/ux|uptime)[\/\\]/, /x-pack[\/\\]test[\/\\]plugin_functional[\/\\]plugins[\/\\]resolver_test[\/\\]/, /x-pack[\/\\]packages[\/\\]elastic_assistant[\/\\]/, /x-pack[\/\\]packages[\/\\]security-solution[\/\\]ecs_data_quality_dashboard[\/\\]/, diff --git a/tsconfig.base.json b/tsconfig.base.json index 1a54c368d5344..b79ec3ea3c294 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -10,14 +10,22 @@ "@kbn/ace/*": ["packages/kbn-ace/*"], "@kbn/actions-plugin": ["x-pack/plugins/actions"], "@kbn/actions-plugin/*": ["x-pack/plugins/actions/*"], - "@kbn/actions-simulators-plugin": ["x-pack/test/alerting_api_integration/common/plugins/actions_simulators"], - "@kbn/actions-simulators-plugin/*": ["x-pack/test/alerting_api_integration/common/plugins/actions_simulators/*"], + "@kbn/actions-simulators-plugin": [ + "x-pack/test/alerting_api_integration/common/plugins/actions_simulators" + ], + "@kbn/actions-simulators-plugin/*": [ + "x-pack/test/alerting_api_integration/common/plugins/actions_simulators/*" + ], "@kbn/actions-types": ["packages/kbn-actions-types"], "@kbn/actions-types/*": ["packages/kbn-actions-types/*"], "@kbn/advanced-settings-plugin": ["src/plugins/advanced_settings"], "@kbn/advanced-settings-plugin/*": ["src/plugins/advanced_settings/*"], - "@kbn/ai-assistant-management-observability-plugin": ["src/plugins/ai_assistant_management/observability"], - "@kbn/ai-assistant-management-observability-plugin/*": ["src/plugins/ai_assistant_management/observability/*"], + "@kbn/ai-assistant-management-observability-plugin": [ + "src/plugins/ai_assistant_management/observability" + ], + "@kbn/ai-assistant-management-observability-plugin/*": [ + "src/plugins/ai_assistant_management/observability/*" + ], "@kbn/ai-assistant-management-plugin": ["src/plugins/ai_assistant_management/selection"], "@kbn/ai-assistant-management-plugin/*": ["src/plugins/ai_assistant_management/selection/*"], "@kbn/aiops-components": ["x-pack/packages/ml/aiops_components"], @@ -26,10 +34,18 @@ "@kbn/aiops-plugin/*": ["x-pack/plugins/aiops/*"], "@kbn/aiops-utils": ["x-pack/packages/ml/aiops_utils"], "@kbn/aiops-utils/*": ["x-pack/packages/ml/aiops_utils/*"], - "@kbn/alerting-api-integration-helpers": ["x-pack/test/alerting_api_integration/packages/helpers"], - "@kbn/alerting-api-integration-helpers/*": ["x-pack/test/alerting_api_integration/packages/helpers/*"], - "@kbn/alerting-api-integration-test-plugin": ["x-pack/test/alerting_api_integration/common/plugins/alerts"], - "@kbn/alerting-api-integration-test-plugin/*": ["x-pack/test/alerting_api_integration/common/plugins/alerts/*"], + "@kbn/alerting-api-integration-helpers": [ + "x-pack/test/alerting_api_integration/packages/helpers" + ], + "@kbn/alerting-api-integration-helpers/*": [ + "x-pack/test/alerting_api_integration/packages/helpers/*" + ], + "@kbn/alerting-api-integration-test-plugin": [ + "x-pack/test/alerting_api_integration/common/plugins/alerts" + ], + "@kbn/alerting-api-integration-test-plugin/*": [ + "x-pack/test/alerting_api_integration/common/plugins/alerts/*" + ], "@kbn/alerting-example-plugin": ["x-pack/examples/alerting_example"], "@kbn/alerting-example-plugin/*": ["x-pack/examples/alerting_example/*"], "@kbn/alerting-fixture-plugin": ["x-pack/test/functional_with_es_ssl/plugins/alerts"], @@ -42,8 +58,12 @@ "@kbn/alerting-types/*": ["packages/kbn-alerting-types/*"], "@kbn/alerts-as-data-utils": ["packages/kbn-alerts-as-data-utils"], "@kbn/alerts-as-data-utils/*": ["packages/kbn-alerts-as-data-utils/*"], - "@kbn/alerts-restricted-fixtures-plugin": ["x-pack/test/alerting_api_integration/common/plugins/alerts_restricted"], - "@kbn/alerts-restricted-fixtures-plugin/*": ["x-pack/test/alerting_api_integration/common/plugins/alerts_restricted/*"], + "@kbn/alerts-restricted-fixtures-plugin": [ + "x-pack/test/alerting_api_integration/common/plugins/alerts_restricted" + ], + "@kbn/alerts-restricted-fixtures-plugin/*": [ + "x-pack/test/alerting_api_integration/common/plugins/alerts_restricted/*" + ], "@kbn/alerts-ui-shared": ["packages/kbn-alerts-ui-shared"], "@kbn/alerts-ui-shared/*": ["packages/kbn-alerts-ui-shared/*"], "@kbn/ambient-common-types": ["packages/kbn-ambient-common-types"], @@ -59,17 +79,31 @@ "@kbn/analytics-client": ["packages/analytics/client"], "@kbn/analytics-client/*": ["packages/analytics/client/*"], "@kbn/analytics-collection-utils": ["packages/analytics/utils/analytics_collection_utils"], - "@kbn/analytics-collection-utils/*": ["packages/analytics/utils/analytics_collection_utils/*"], + "@kbn/analytics-collection-utils/*": [ + "packages/analytics/utils/analytics_collection_utils/*" + ], "@kbn/analytics-ftr-helpers-plugin": ["test/analytics/plugins/analytics_ftr_helpers"], "@kbn/analytics-ftr-helpers-plugin/*": ["test/analytics/plugins/analytics_ftr_helpers/*"], "@kbn/analytics-plugin-a-plugin": ["test/analytics/plugins/analytics_plugin_a"], "@kbn/analytics-plugin-a-plugin/*": ["test/analytics/plugins/analytics_plugin_a/*"], - "@kbn/analytics-shippers-elastic-v3-browser": ["packages/analytics/shippers/elastic_v3/browser"], - "@kbn/analytics-shippers-elastic-v3-browser/*": ["packages/analytics/shippers/elastic_v3/browser/*"], - "@kbn/analytics-shippers-elastic-v3-common": ["packages/analytics/shippers/elastic_v3/common"], - "@kbn/analytics-shippers-elastic-v3-common/*": ["packages/analytics/shippers/elastic_v3/common/*"], - "@kbn/analytics-shippers-elastic-v3-server": ["packages/analytics/shippers/elastic_v3/server"], - "@kbn/analytics-shippers-elastic-v3-server/*": ["packages/analytics/shippers/elastic_v3/server/*"], + "@kbn/analytics-shippers-elastic-v3-browser": [ + "packages/analytics/shippers/elastic_v3/browser" + ], + "@kbn/analytics-shippers-elastic-v3-browser/*": [ + "packages/analytics/shippers/elastic_v3/browser/*" + ], + "@kbn/analytics-shippers-elastic-v3-common": [ + "packages/analytics/shippers/elastic_v3/common" + ], + "@kbn/analytics-shippers-elastic-v3-common/*": [ + "packages/analytics/shippers/elastic_v3/common/*" + ], + "@kbn/analytics-shippers-elastic-v3-server": [ + "packages/analytics/shippers/elastic_v3/server" + ], + "@kbn/analytics-shippers-elastic-v3-server/*": [ + "packages/analytics/shippers/elastic_v3/server/*" + ], "@kbn/analytics-shippers-fullstory": ["packages/analytics/shippers/fullstory"], "@kbn/analytics-shippers-fullstory/*": ["packages/analytics/shippers/fullstory/*"], "@kbn/apm-config-loader": ["packages/kbn-apm-config-loader"], @@ -86,8 +120,12 @@ "@kbn/apm-utils/*": ["packages/kbn-apm-utils/*"], "@kbn/app-link-test-plugin": ["test/plugin_functional/plugins/app_link_test"], "@kbn/app-link-test-plugin/*": ["test/plugin_functional/plugins/app_link_test/*"], - "@kbn/application-usage-test-plugin": ["x-pack/test/usage_collection/plugins/application_usage_test"], - "@kbn/application-usage-test-plugin/*": ["x-pack/test/usage_collection/plugins/application_usage_test/*"], + "@kbn/application-usage-test-plugin": [ + "x-pack/test/usage_collection/plugins/application_usage_test" + ], + "@kbn/application-usage-test-plugin/*": [ + "x-pack/test/usage_collection/plugins/application_usage_test/*" + ], "@kbn/assetManager-plugin": ["x-pack/plugins/asset_manager"], "@kbn/assetManager-plugin/*": ["x-pack/plugins/asset_manager/*"], "@kbn/audit-log-plugin": ["x-pack/test/security_api_integration/plugins/audit_log"], @@ -116,8 +154,12 @@ "@kbn/calculate-width-from-char-count/*": ["packages/kbn-calculate-width-from-char-count/*"], "@kbn/canvas-plugin": ["x-pack/plugins/canvas"], "@kbn/canvas-plugin/*": ["x-pack/plugins/canvas/*"], - "@kbn/cases-api-integration-test-plugin": ["x-pack/test/cases_api_integration/common/plugins/cases"], - "@kbn/cases-api-integration-test-plugin/*": ["x-pack/test/cases_api_integration/common/plugins/cases/*"], + "@kbn/cases-api-integration-test-plugin": [ + "x-pack/test/cases_api_integration/common/plugins/cases" + ], + "@kbn/cases-api-integration-test-plugin/*": [ + "x-pack/test/cases_api_integration/common/plugins/cases/*" + ], "@kbn/cases-components": ["packages/kbn-cases-components"], "@kbn/cases-components/*": ["packages/kbn-cases-components/*"], "@kbn/cases-plugin": ["x-pack/plugins/cases"], @@ -146,16 +188,24 @@ "@kbn/cloud/*": ["packages/cloud/*"], "@kbn/cloud-chat-plugin": ["x-pack/plugins/cloud_integrations/cloud_chat"], "@kbn/cloud-chat-plugin/*": ["x-pack/plugins/cloud_integrations/cloud_chat/*"], - "@kbn/cloud-data-migration-plugin": ["x-pack/plugins/cloud_integrations/cloud_data_migration"], - "@kbn/cloud-data-migration-plugin/*": ["x-pack/plugins/cloud_integrations/cloud_data_migration/*"], + "@kbn/cloud-data-migration-plugin": [ + "x-pack/plugins/cloud_integrations/cloud_data_migration" + ], + "@kbn/cloud-data-migration-plugin/*": [ + "x-pack/plugins/cloud_integrations/cloud_data_migration/*" + ], "@kbn/cloud-defend-plugin": ["x-pack/plugins/cloud_defend"], "@kbn/cloud-defend-plugin/*": ["x-pack/plugins/cloud_defend/*"], "@kbn/cloud-experiments-plugin": ["x-pack/plugins/cloud_integrations/cloud_experiments"], "@kbn/cloud-experiments-plugin/*": ["x-pack/plugins/cloud_integrations/cloud_experiments/*"], "@kbn/cloud-full-story-plugin": ["x-pack/plugins/cloud_integrations/cloud_full_story"], "@kbn/cloud-full-story-plugin/*": ["x-pack/plugins/cloud_integrations/cloud_full_story/*"], - "@kbn/cloud-integration-saml-provider-plugin": ["x-pack/test/cloud_integration/plugins/saml_provider"], - "@kbn/cloud-integration-saml-provider-plugin/*": ["x-pack/test/cloud_integration/plugins/saml_provider/*"], + "@kbn/cloud-integration-saml-provider-plugin": [ + "x-pack/test/cloud_integration/plugins/saml_provider" + ], + "@kbn/cloud-integration-saml-provider-plugin/*": [ + "x-pack/test/cloud_integration/plugins/saml_provider/*" + ], "@kbn/cloud-links-plugin": ["x-pack/plugins/cloud_integrations/cloud_links"], "@kbn/cloud-links-plugin/*": ["x-pack/plugins/cloud_integrations/cloud_links/*"], "@kbn/cloud-plugin": ["x-pack/plugins/cloud"], @@ -184,14 +234,28 @@ "@kbn/content-management-examples-plugin/*": ["examples/content_management_examples/*"], "@kbn/content-management-plugin": ["src/plugins/content_management"], "@kbn/content-management-plugin/*": ["src/plugins/content_management/*"], - "@kbn/content-management-tabbed-table-list-view": ["packages/content-management/tabbed_table_list_view"], - "@kbn/content-management-tabbed-table-list-view/*": ["packages/content-management/tabbed_table_list_view/*"], + "@kbn/content-management-tabbed-table-list-view": [ + "packages/content-management/tabbed_table_list_view" + ], + "@kbn/content-management-tabbed-table-list-view/*": [ + "packages/content-management/tabbed_table_list_view/*" + ], "@kbn/content-management-table-list-view": ["packages/content-management/table_list_view"], - "@kbn/content-management-table-list-view/*": ["packages/content-management/table_list_view/*"], - "@kbn/content-management-table-list-view-common": ["packages/content-management/table_list_view_common"], - "@kbn/content-management-table-list-view-common/*": ["packages/content-management/table_list_view_common/*"], - "@kbn/content-management-table-list-view-table": ["packages/content-management/table_list_view_table"], - "@kbn/content-management-table-list-view-table/*": ["packages/content-management/table_list_view_table/*"], + "@kbn/content-management-table-list-view/*": [ + "packages/content-management/table_list_view/*" + ], + "@kbn/content-management-table-list-view-common": [ + "packages/content-management/table_list_view_common" + ], + "@kbn/content-management-table-list-view-common/*": [ + "packages/content-management/table_list_view_common/*" + ], + "@kbn/content-management-table-list-view-table": [ + "packages/content-management/table_list_view_table" + ], + "@kbn/content-management-table-list-view-table/*": [ + "packages/content-management/table_list_view_table/*" + ], "@kbn/content-management-utils": ["packages/kbn-content-management-utils"], "@kbn/content-management-utils/*": ["packages/kbn-content-management-utils/*"], "@kbn/controls-example-plugin": ["examples/controls_example"], @@ -202,24 +266,44 @@ "@kbn/core/*": ["src/core/*"], "@kbn/core-analytics-browser": ["packages/core/analytics/core-analytics-browser"], "@kbn/core-analytics-browser/*": ["packages/core/analytics/core-analytics-browser/*"], - "@kbn/core-analytics-browser-internal": ["packages/core/analytics/core-analytics-browser-internal"], - "@kbn/core-analytics-browser-internal/*": ["packages/core/analytics/core-analytics-browser-internal/*"], + "@kbn/core-analytics-browser-internal": [ + "packages/core/analytics/core-analytics-browser-internal" + ], + "@kbn/core-analytics-browser-internal/*": [ + "packages/core/analytics/core-analytics-browser-internal/*" + ], "@kbn/core-analytics-browser-mocks": ["packages/core/analytics/core-analytics-browser-mocks"], - "@kbn/core-analytics-browser-mocks/*": ["packages/core/analytics/core-analytics-browser-mocks/*"], + "@kbn/core-analytics-browser-mocks/*": [ + "packages/core/analytics/core-analytics-browser-mocks/*" + ], "@kbn/core-analytics-server": ["packages/core/analytics/core-analytics-server"], "@kbn/core-analytics-server/*": ["packages/core/analytics/core-analytics-server/*"], - "@kbn/core-analytics-server-internal": ["packages/core/analytics/core-analytics-server-internal"], - "@kbn/core-analytics-server-internal/*": ["packages/core/analytics/core-analytics-server-internal/*"], + "@kbn/core-analytics-server-internal": [ + "packages/core/analytics/core-analytics-server-internal" + ], + "@kbn/core-analytics-server-internal/*": [ + "packages/core/analytics/core-analytics-server-internal/*" + ], "@kbn/core-analytics-server-mocks": ["packages/core/analytics/core-analytics-server-mocks"], - "@kbn/core-analytics-server-mocks/*": ["packages/core/analytics/core-analytics-server-mocks/*"], + "@kbn/core-analytics-server-mocks/*": [ + "packages/core/analytics/core-analytics-server-mocks/*" + ], "@kbn/core-app-status-plugin": ["test/plugin_functional/plugins/core_app_status"], "@kbn/core-app-status-plugin/*": ["test/plugin_functional/plugins/core_app_status/*"], "@kbn/core-application-browser": ["packages/core/application/core-application-browser"], "@kbn/core-application-browser/*": ["packages/core/application/core-application-browser/*"], - "@kbn/core-application-browser-internal": ["packages/core/application/core-application-browser-internal"], - "@kbn/core-application-browser-internal/*": ["packages/core/application/core-application-browser-internal/*"], - "@kbn/core-application-browser-mocks": ["packages/core/application/core-application-browser-mocks"], - "@kbn/core-application-browser-mocks/*": ["packages/core/application/core-application-browser-mocks/*"], + "@kbn/core-application-browser-internal": [ + "packages/core/application/core-application-browser-internal" + ], + "@kbn/core-application-browser-internal/*": [ + "packages/core/application/core-application-browser-internal/*" + ], + "@kbn/core-application-browser-mocks": [ + "packages/core/application/core-application-browser-mocks" + ], + "@kbn/core-application-browser-mocks/*": [ + "packages/core/application/core-application-browser-mocks/*" + ], "@kbn/core-application-common": ["packages/core/application/core-application-common"], "@kbn/core-application-common/*": ["packages/core/application/core-application-common/*"], "@kbn/core-apps-browser-internal": ["packages/core/apps/core-apps-browser-internal"], @@ -240,100 +324,240 @@ "@kbn/core-base-server-internal/*": ["packages/core/base/core-base-server-internal/*"], "@kbn/core-base-server-mocks": ["packages/core/base/core-base-server-mocks"], "@kbn/core-base-server-mocks/*": ["packages/core/base/core-base-server-mocks/*"], - "@kbn/core-capabilities-browser-internal": ["packages/core/capabilities/core-capabilities-browser-internal"], - "@kbn/core-capabilities-browser-internal/*": ["packages/core/capabilities/core-capabilities-browser-internal/*"], - "@kbn/core-capabilities-browser-mocks": ["packages/core/capabilities/core-capabilities-browser-mocks"], - "@kbn/core-capabilities-browser-mocks/*": ["packages/core/capabilities/core-capabilities-browser-mocks/*"], + "@kbn/core-capabilities-browser-internal": [ + "packages/core/capabilities/core-capabilities-browser-internal" + ], + "@kbn/core-capabilities-browser-internal/*": [ + "packages/core/capabilities/core-capabilities-browser-internal/*" + ], + "@kbn/core-capabilities-browser-mocks": [ + "packages/core/capabilities/core-capabilities-browser-mocks" + ], + "@kbn/core-capabilities-browser-mocks/*": [ + "packages/core/capabilities/core-capabilities-browser-mocks/*" + ], "@kbn/core-capabilities-common": ["packages/core/capabilities/core-capabilities-common"], "@kbn/core-capabilities-common/*": ["packages/core/capabilities/core-capabilities-common/*"], "@kbn/core-capabilities-server": ["packages/core/capabilities/core-capabilities-server"], "@kbn/core-capabilities-server/*": ["packages/core/capabilities/core-capabilities-server/*"], - "@kbn/core-capabilities-server-internal": ["packages/core/capabilities/core-capabilities-server-internal"], - "@kbn/core-capabilities-server-internal/*": ["packages/core/capabilities/core-capabilities-server-internal/*"], - "@kbn/core-capabilities-server-mocks": ["packages/core/capabilities/core-capabilities-server-mocks"], - "@kbn/core-capabilities-server-mocks/*": ["packages/core/capabilities/core-capabilities-server-mocks/*"], + "@kbn/core-capabilities-server-internal": [ + "packages/core/capabilities/core-capabilities-server-internal" + ], + "@kbn/core-capabilities-server-internal/*": [ + "packages/core/capabilities/core-capabilities-server-internal/*" + ], + "@kbn/core-capabilities-server-mocks": [ + "packages/core/capabilities/core-capabilities-server-mocks" + ], + "@kbn/core-capabilities-server-mocks/*": [ + "packages/core/capabilities/core-capabilities-server-mocks/*" + ], "@kbn/core-chrome-browser": ["packages/core/chrome/core-chrome-browser"], "@kbn/core-chrome-browser/*": ["packages/core/chrome/core-chrome-browser/*"], "@kbn/core-chrome-browser-internal": ["packages/core/chrome/core-chrome-browser-internal"], - "@kbn/core-chrome-browser-internal/*": ["packages/core/chrome/core-chrome-browser-internal/*"], + "@kbn/core-chrome-browser-internal/*": [ + "packages/core/chrome/core-chrome-browser-internal/*" + ], "@kbn/core-chrome-browser-mocks": ["packages/core/chrome/core-chrome-browser-mocks"], "@kbn/core-chrome-browser-mocks/*": ["packages/core/chrome/core-chrome-browser-mocks/*"], "@kbn/core-config-server-internal": ["packages/core/config/core-config-server-internal"], "@kbn/core-config-server-internal/*": ["packages/core/config/core-config-server-internal/*"], - "@kbn/core-custom-branding-browser": ["packages/core/custom-branding/core-custom-branding-browser"], - "@kbn/core-custom-branding-browser/*": ["packages/core/custom-branding/core-custom-branding-browser/*"], - "@kbn/core-custom-branding-browser-internal": ["packages/core/custom-branding/core-custom-branding-browser-internal"], - "@kbn/core-custom-branding-browser-internal/*": ["packages/core/custom-branding/core-custom-branding-browser-internal/*"], - "@kbn/core-custom-branding-browser-mocks": ["packages/core/custom-branding/core-custom-branding-browser-mocks"], - "@kbn/core-custom-branding-browser-mocks/*": ["packages/core/custom-branding/core-custom-branding-browser-mocks/*"], - "@kbn/core-custom-branding-common": ["packages/core/custom-branding/core-custom-branding-common"], - "@kbn/core-custom-branding-common/*": ["packages/core/custom-branding/core-custom-branding-common/*"], - "@kbn/core-custom-branding-server": ["packages/core/custom-branding/core-custom-branding-server"], - "@kbn/core-custom-branding-server/*": ["packages/core/custom-branding/core-custom-branding-server/*"], - "@kbn/core-custom-branding-server-internal": ["packages/core/custom-branding/core-custom-branding-server-internal"], - "@kbn/core-custom-branding-server-internal/*": ["packages/core/custom-branding/core-custom-branding-server-internal/*"], - "@kbn/core-custom-branding-server-mocks": ["packages/core/custom-branding/core-custom-branding-server-mocks"], - "@kbn/core-custom-branding-server-mocks/*": ["packages/core/custom-branding/core-custom-branding-server-mocks/*"], + "@kbn/core-custom-branding-browser": [ + "packages/core/custom-branding/core-custom-branding-browser" + ], + "@kbn/core-custom-branding-browser/*": [ + "packages/core/custom-branding/core-custom-branding-browser/*" + ], + "@kbn/core-custom-branding-browser-internal": [ + "packages/core/custom-branding/core-custom-branding-browser-internal" + ], + "@kbn/core-custom-branding-browser-internal/*": [ + "packages/core/custom-branding/core-custom-branding-browser-internal/*" + ], + "@kbn/core-custom-branding-browser-mocks": [ + "packages/core/custom-branding/core-custom-branding-browser-mocks" + ], + "@kbn/core-custom-branding-browser-mocks/*": [ + "packages/core/custom-branding/core-custom-branding-browser-mocks/*" + ], + "@kbn/core-custom-branding-common": [ + "packages/core/custom-branding/core-custom-branding-common" + ], + "@kbn/core-custom-branding-common/*": [ + "packages/core/custom-branding/core-custom-branding-common/*" + ], + "@kbn/core-custom-branding-server": [ + "packages/core/custom-branding/core-custom-branding-server" + ], + "@kbn/core-custom-branding-server/*": [ + "packages/core/custom-branding/core-custom-branding-server/*" + ], + "@kbn/core-custom-branding-server-internal": [ + "packages/core/custom-branding/core-custom-branding-server-internal" + ], + "@kbn/core-custom-branding-server-internal/*": [ + "packages/core/custom-branding/core-custom-branding-server-internal/*" + ], + "@kbn/core-custom-branding-server-mocks": [ + "packages/core/custom-branding/core-custom-branding-server-mocks" + ], + "@kbn/core-custom-branding-server-mocks/*": [ + "packages/core/custom-branding/core-custom-branding-server-mocks/*" + ], "@kbn/core-deprecations-browser": ["packages/core/deprecations/core-deprecations-browser"], - "@kbn/core-deprecations-browser/*": ["packages/core/deprecations/core-deprecations-browser/*"], - "@kbn/core-deprecations-browser-internal": ["packages/core/deprecations/core-deprecations-browser-internal"], - "@kbn/core-deprecations-browser-internal/*": ["packages/core/deprecations/core-deprecations-browser-internal/*"], - "@kbn/core-deprecations-browser-mocks": ["packages/core/deprecations/core-deprecations-browser-mocks"], - "@kbn/core-deprecations-browser-mocks/*": ["packages/core/deprecations/core-deprecations-browser-mocks/*"], + "@kbn/core-deprecations-browser/*": [ + "packages/core/deprecations/core-deprecations-browser/*" + ], + "@kbn/core-deprecations-browser-internal": [ + "packages/core/deprecations/core-deprecations-browser-internal" + ], + "@kbn/core-deprecations-browser-internal/*": [ + "packages/core/deprecations/core-deprecations-browser-internal/*" + ], + "@kbn/core-deprecations-browser-mocks": [ + "packages/core/deprecations/core-deprecations-browser-mocks" + ], + "@kbn/core-deprecations-browser-mocks/*": [ + "packages/core/deprecations/core-deprecations-browser-mocks/*" + ], "@kbn/core-deprecations-common": ["packages/core/deprecations/core-deprecations-common"], "@kbn/core-deprecations-common/*": ["packages/core/deprecations/core-deprecations-common/*"], "@kbn/core-deprecations-server": ["packages/core/deprecations/core-deprecations-server"], "@kbn/core-deprecations-server/*": ["packages/core/deprecations/core-deprecations-server/*"], - "@kbn/core-deprecations-server-internal": ["packages/core/deprecations/core-deprecations-server-internal"], - "@kbn/core-deprecations-server-internal/*": ["packages/core/deprecations/core-deprecations-server-internal/*"], - "@kbn/core-deprecations-server-mocks": ["packages/core/deprecations/core-deprecations-server-mocks"], - "@kbn/core-deprecations-server-mocks/*": ["packages/core/deprecations/core-deprecations-server-mocks/*"], + "@kbn/core-deprecations-server-internal": [ + "packages/core/deprecations/core-deprecations-server-internal" + ], + "@kbn/core-deprecations-server-internal/*": [ + "packages/core/deprecations/core-deprecations-server-internal/*" + ], + "@kbn/core-deprecations-server-mocks": [ + "packages/core/deprecations/core-deprecations-server-mocks" + ], + "@kbn/core-deprecations-server-mocks/*": [ + "packages/core/deprecations/core-deprecations-server-mocks/*" + ], "@kbn/core-doc-links-browser": ["packages/core/doc-links/core-doc-links-browser"], "@kbn/core-doc-links-browser/*": ["packages/core/doc-links/core-doc-links-browser/*"], - "@kbn/core-doc-links-browser-internal": ["packages/core/doc-links/core-doc-links-browser-internal"], - "@kbn/core-doc-links-browser-internal/*": ["packages/core/doc-links/core-doc-links-browser-internal/*"], + "@kbn/core-doc-links-browser-internal": [ + "packages/core/doc-links/core-doc-links-browser-internal" + ], + "@kbn/core-doc-links-browser-internal/*": [ + "packages/core/doc-links/core-doc-links-browser-internal/*" + ], "@kbn/core-doc-links-browser-mocks": ["packages/core/doc-links/core-doc-links-browser-mocks"], - "@kbn/core-doc-links-browser-mocks/*": ["packages/core/doc-links/core-doc-links-browser-mocks/*"], + "@kbn/core-doc-links-browser-mocks/*": [ + "packages/core/doc-links/core-doc-links-browser-mocks/*" + ], "@kbn/core-doc-links-server": ["packages/core/doc-links/core-doc-links-server"], "@kbn/core-doc-links-server/*": ["packages/core/doc-links/core-doc-links-server/*"], - "@kbn/core-doc-links-server-internal": ["packages/core/doc-links/core-doc-links-server-internal"], - "@kbn/core-doc-links-server-internal/*": ["packages/core/doc-links/core-doc-links-server-internal/*"], + "@kbn/core-doc-links-server-internal": [ + "packages/core/doc-links/core-doc-links-server-internal" + ], + "@kbn/core-doc-links-server-internal/*": [ + "packages/core/doc-links/core-doc-links-server-internal/*" + ], "@kbn/core-doc-links-server-mocks": ["packages/core/doc-links/core-doc-links-server-mocks"], - "@kbn/core-doc-links-server-mocks/*": ["packages/core/doc-links/core-doc-links-server-mocks/*"], - "@kbn/core-elasticsearch-client-server-internal": ["packages/core/elasticsearch/core-elasticsearch-client-server-internal"], - "@kbn/core-elasticsearch-client-server-internal/*": ["packages/core/elasticsearch/core-elasticsearch-client-server-internal/*"], - "@kbn/core-elasticsearch-client-server-mocks": ["packages/core/elasticsearch/core-elasticsearch-client-server-mocks"], - "@kbn/core-elasticsearch-client-server-mocks/*": ["packages/core/elasticsearch/core-elasticsearch-client-server-mocks/*"], + "@kbn/core-doc-links-server-mocks/*": [ + "packages/core/doc-links/core-doc-links-server-mocks/*" + ], + "@kbn/core-elasticsearch-client-server-internal": [ + "packages/core/elasticsearch/core-elasticsearch-client-server-internal" + ], + "@kbn/core-elasticsearch-client-server-internal/*": [ + "packages/core/elasticsearch/core-elasticsearch-client-server-internal/*" + ], + "@kbn/core-elasticsearch-client-server-mocks": [ + "packages/core/elasticsearch/core-elasticsearch-client-server-mocks" + ], + "@kbn/core-elasticsearch-client-server-mocks/*": [ + "packages/core/elasticsearch/core-elasticsearch-client-server-mocks/*" + ], "@kbn/core-elasticsearch-server": ["packages/core/elasticsearch/core-elasticsearch-server"], - "@kbn/core-elasticsearch-server/*": ["packages/core/elasticsearch/core-elasticsearch-server/*"], - "@kbn/core-elasticsearch-server-internal": ["packages/core/elasticsearch/core-elasticsearch-server-internal"], - "@kbn/core-elasticsearch-server-internal/*": ["packages/core/elasticsearch/core-elasticsearch-server-internal/*"], - "@kbn/core-elasticsearch-server-mocks": ["packages/core/elasticsearch/core-elasticsearch-server-mocks"], - "@kbn/core-elasticsearch-server-mocks/*": ["packages/core/elasticsearch/core-elasticsearch-server-mocks/*"], - "@kbn/core-environment-server-internal": ["packages/core/environment/core-environment-server-internal"], - "@kbn/core-environment-server-internal/*": ["packages/core/environment/core-environment-server-internal/*"], - "@kbn/core-environment-server-mocks": ["packages/core/environment/core-environment-server-mocks"], - "@kbn/core-environment-server-mocks/*": ["packages/core/environment/core-environment-server-mocks/*"], - "@kbn/core-execution-context-browser": ["packages/core/execution-context/core-execution-context-browser"], - "@kbn/core-execution-context-browser/*": ["packages/core/execution-context/core-execution-context-browser/*"], - "@kbn/core-execution-context-browser-internal": ["packages/core/execution-context/core-execution-context-browser-internal"], - "@kbn/core-execution-context-browser-internal/*": ["packages/core/execution-context/core-execution-context-browser-internal/*"], - "@kbn/core-execution-context-browser-mocks": ["packages/core/execution-context/core-execution-context-browser-mocks"], - "@kbn/core-execution-context-browser-mocks/*": ["packages/core/execution-context/core-execution-context-browser-mocks/*"], - "@kbn/core-execution-context-common": ["packages/core/execution-context/core-execution-context-common"], - "@kbn/core-execution-context-common/*": ["packages/core/execution-context/core-execution-context-common/*"], - "@kbn/core-execution-context-server": ["packages/core/execution-context/core-execution-context-server"], - "@kbn/core-execution-context-server/*": ["packages/core/execution-context/core-execution-context-server/*"], - "@kbn/core-execution-context-server-internal": ["packages/core/execution-context/core-execution-context-server-internal"], - "@kbn/core-execution-context-server-internal/*": ["packages/core/execution-context/core-execution-context-server-internal/*"], - "@kbn/core-execution-context-server-mocks": ["packages/core/execution-context/core-execution-context-server-mocks"], - "@kbn/core-execution-context-server-mocks/*": ["packages/core/execution-context/core-execution-context-server-mocks/*"], + "@kbn/core-elasticsearch-server/*": [ + "packages/core/elasticsearch/core-elasticsearch-server/*" + ], + "@kbn/core-elasticsearch-server-internal": [ + "packages/core/elasticsearch/core-elasticsearch-server-internal" + ], + "@kbn/core-elasticsearch-server-internal/*": [ + "packages/core/elasticsearch/core-elasticsearch-server-internal/*" + ], + "@kbn/core-elasticsearch-server-mocks": [ + "packages/core/elasticsearch/core-elasticsearch-server-mocks" + ], + "@kbn/core-elasticsearch-server-mocks/*": [ + "packages/core/elasticsearch/core-elasticsearch-server-mocks/*" + ], + "@kbn/core-environment-server-internal": [ + "packages/core/environment/core-environment-server-internal" + ], + "@kbn/core-environment-server-internal/*": [ + "packages/core/environment/core-environment-server-internal/*" + ], + "@kbn/core-environment-server-mocks": [ + "packages/core/environment/core-environment-server-mocks" + ], + "@kbn/core-environment-server-mocks/*": [ + "packages/core/environment/core-environment-server-mocks/*" + ], + "@kbn/core-execution-context-browser": [ + "packages/core/execution-context/core-execution-context-browser" + ], + "@kbn/core-execution-context-browser/*": [ + "packages/core/execution-context/core-execution-context-browser/*" + ], + "@kbn/core-execution-context-browser-internal": [ + "packages/core/execution-context/core-execution-context-browser-internal" + ], + "@kbn/core-execution-context-browser-internal/*": [ + "packages/core/execution-context/core-execution-context-browser-internal/*" + ], + "@kbn/core-execution-context-browser-mocks": [ + "packages/core/execution-context/core-execution-context-browser-mocks" + ], + "@kbn/core-execution-context-browser-mocks/*": [ + "packages/core/execution-context/core-execution-context-browser-mocks/*" + ], + "@kbn/core-execution-context-common": [ + "packages/core/execution-context/core-execution-context-common" + ], + "@kbn/core-execution-context-common/*": [ + "packages/core/execution-context/core-execution-context-common/*" + ], + "@kbn/core-execution-context-server": [ + "packages/core/execution-context/core-execution-context-server" + ], + "@kbn/core-execution-context-server/*": [ + "packages/core/execution-context/core-execution-context-server/*" + ], + "@kbn/core-execution-context-server-internal": [ + "packages/core/execution-context/core-execution-context-server-internal" + ], + "@kbn/core-execution-context-server-internal/*": [ + "packages/core/execution-context/core-execution-context-server-internal/*" + ], + "@kbn/core-execution-context-server-mocks": [ + "packages/core/execution-context/core-execution-context-server-mocks" + ], + "@kbn/core-execution-context-server-mocks/*": [ + "packages/core/execution-context/core-execution-context-server-mocks/*" + ], "@kbn/core-fatal-errors-browser": ["packages/core/fatal-errors/core-fatal-errors-browser"], - "@kbn/core-fatal-errors-browser/*": ["packages/core/fatal-errors/core-fatal-errors-browser/*"], - "@kbn/core-fatal-errors-browser-internal": ["packages/core/fatal-errors/core-fatal-errors-browser-internal"], - "@kbn/core-fatal-errors-browser-internal/*": ["packages/core/fatal-errors/core-fatal-errors-browser-internal/*"], - "@kbn/core-fatal-errors-browser-mocks": ["packages/core/fatal-errors/core-fatal-errors-browser-mocks"], - "@kbn/core-fatal-errors-browser-mocks/*": ["packages/core/fatal-errors/core-fatal-errors-browser-mocks/*"], + "@kbn/core-fatal-errors-browser/*": [ + "packages/core/fatal-errors/core-fatal-errors-browser/*" + ], + "@kbn/core-fatal-errors-browser-internal": [ + "packages/core/fatal-errors/core-fatal-errors-browser-internal" + ], + "@kbn/core-fatal-errors-browser-internal/*": [ + "packages/core/fatal-errors/core-fatal-errors-browser-internal/*" + ], + "@kbn/core-fatal-errors-browser-mocks": [ + "packages/core/fatal-errors/core-fatal-errors-browser-mocks" + ], + "@kbn/core-fatal-errors-browser-mocks/*": [ + "packages/core/fatal-errors/core-fatal-errors-browser-mocks/*" + ], "@kbn/core-history-block-plugin": ["test/plugin_functional/plugins/core_history_block"], "@kbn/core-history-block-plugin/*": ["test/plugin_functional/plugins/core_history_block/*"], "@kbn/core-http-browser": ["packages/core/http/core-http-browser"], @@ -344,26 +568,54 @@ "@kbn/core-http-browser-mocks/*": ["packages/core/http/core-http-browser-mocks/*"], "@kbn/core-http-common": ["packages/core/http/core-http-common"], "@kbn/core-http-common/*": ["packages/core/http/core-http-common/*"], - "@kbn/core-http-context-server-internal": ["packages/core/http/core-http-context-server-internal"], - "@kbn/core-http-context-server-internal/*": ["packages/core/http/core-http-context-server-internal/*"], + "@kbn/core-http-context-server-internal": [ + "packages/core/http/core-http-context-server-internal" + ], + "@kbn/core-http-context-server-internal/*": [ + "packages/core/http/core-http-context-server-internal/*" + ], "@kbn/core-http-context-server-mocks": ["packages/core/http/core-http-context-server-mocks"], - "@kbn/core-http-context-server-mocks/*": ["packages/core/http/core-http-context-server-mocks/*"], + "@kbn/core-http-context-server-mocks/*": [ + "packages/core/http/core-http-context-server-mocks/*" + ], "@kbn/core-http-plugin": ["test/plugin_functional/plugins/core_http"], "@kbn/core-http-plugin/*": ["test/plugin_functional/plugins/core_http/*"], - "@kbn/core-http-request-handler-context-server": ["packages/core/http/core-http-request-handler-context-server"], - "@kbn/core-http-request-handler-context-server/*": ["packages/core/http/core-http-request-handler-context-server/*"], - "@kbn/core-http-request-handler-context-server-internal": ["packages/core/http/core-http-request-handler-context-server-internal"], - "@kbn/core-http-request-handler-context-server-internal/*": ["packages/core/http/core-http-request-handler-context-server-internal/*"], + "@kbn/core-http-request-handler-context-server": [ + "packages/core/http/core-http-request-handler-context-server" + ], + "@kbn/core-http-request-handler-context-server/*": [ + "packages/core/http/core-http-request-handler-context-server/*" + ], + "@kbn/core-http-request-handler-context-server-internal": [ + "packages/core/http/core-http-request-handler-context-server-internal" + ], + "@kbn/core-http-request-handler-context-server-internal/*": [ + "packages/core/http/core-http-request-handler-context-server-internal/*" + ], "@kbn/core-http-resources-server": ["packages/core/http/core-http-resources-server"], "@kbn/core-http-resources-server/*": ["packages/core/http/core-http-resources-server/*"], - "@kbn/core-http-resources-server-internal": ["packages/core/http/core-http-resources-server-internal"], - "@kbn/core-http-resources-server-internal/*": ["packages/core/http/core-http-resources-server-internal/*"], - "@kbn/core-http-resources-server-mocks": ["packages/core/http/core-http-resources-server-mocks"], - "@kbn/core-http-resources-server-mocks/*": ["packages/core/http/core-http-resources-server-mocks/*"], - "@kbn/core-http-router-server-internal": ["packages/core/http/core-http-router-server-internal"], - "@kbn/core-http-router-server-internal/*": ["packages/core/http/core-http-router-server-internal/*"], + "@kbn/core-http-resources-server-internal": [ + "packages/core/http/core-http-resources-server-internal" + ], + "@kbn/core-http-resources-server-internal/*": [ + "packages/core/http/core-http-resources-server-internal/*" + ], + "@kbn/core-http-resources-server-mocks": [ + "packages/core/http/core-http-resources-server-mocks" + ], + "@kbn/core-http-resources-server-mocks/*": [ + "packages/core/http/core-http-resources-server-mocks/*" + ], + "@kbn/core-http-router-server-internal": [ + "packages/core/http/core-http-router-server-internal" + ], + "@kbn/core-http-router-server-internal/*": [ + "packages/core/http/core-http-router-server-internal/*" + ], "@kbn/core-http-router-server-mocks": ["packages/core/http/core-http-router-server-mocks"], - "@kbn/core-http-router-server-mocks/*": ["packages/core/http/core-http-router-server-mocks/*"], + "@kbn/core-http-router-server-mocks/*": [ + "packages/core/http/core-http-router-server-mocks/*" + ], "@kbn/core-http-server": ["packages/core/http/core-http-server"], "@kbn/core-http-server/*": ["packages/core/http/core-http-server/*"], "@kbn/core-http-server-internal": ["packages/core/http/core-http-server-internal"], @@ -382,54 +634,106 @@ "@kbn/core-i18n-server-internal/*": ["packages/core/i18n/core-i18n-server-internal/*"], "@kbn/core-i18n-server-mocks": ["packages/core/i18n/core-i18n-server-mocks"], "@kbn/core-i18n-server-mocks/*": ["packages/core/i18n/core-i18n-server-mocks/*"], - "@kbn/core-injected-metadata-browser-internal": ["packages/core/injected-metadata/core-injected-metadata-browser-internal"], - "@kbn/core-injected-metadata-browser-internal/*": ["packages/core/injected-metadata/core-injected-metadata-browser-internal/*"], - "@kbn/core-injected-metadata-browser-mocks": ["packages/core/injected-metadata/core-injected-metadata-browser-mocks"], - "@kbn/core-injected-metadata-browser-mocks/*": ["packages/core/injected-metadata/core-injected-metadata-browser-mocks/*"], - "@kbn/core-injected-metadata-common-internal": ["packages/core/injected-metadata/core-injected-metadata-common-internal"], - "@kbn/core-injected-metadata-common-internal/*": ["packages/core/injected-metadata/core-injected-metadata-common-internal/*"], - "@kbn/core-integrations-browser-internal": ["packages/core/integrations/core-integrations-browser-internal"], - "@kbn/core-integrations-browser-internal/*": ["packages/core/integrations/core-integrations-browser-internal/*"], - "@kbn/core-integrations-browser-mocks": ["packages/core/integrations/core-integrations-browser-mocks"], - "@kbn/core-integrations-browser-mocks/*": ["packages/core/integrations/core-integrations-browser-mocks/*"], + "@kbn/core-injected-metadata-browser-internal": [ + "packages/core/injected-metadata/core-injected-metadata-browser-internal" + ], + "@kbn/core-injected-metadata-browser-internal/*": [ + "packages/core/injected-metadata/core-injected-metadata-browser-internal/*" + ], + "@kbn/core-injected-metadata-browser-mocks": [ + "packages/core/injected-metadata/core-injected-metadata-browser-mocks" + ], + "@kbn/core-injected-metadata-browser-mocks/*": [ + "packages/core/injected-metadata/core-injected-metadata-browser-mocks/*" + ], + "@kbn/core-injected-metadata-common-internal": [ + "packages/core/injected-metadata/core-injected-metadata-common-internal" + ], + "@kbn/core-injected-metadata-common-internal/*": [ + "packages/core/injected-metadata/core-injected-metadata-common-internal/*" + ], + "@kbn/core-integrations-browser-internal": [ + "packages/core/integrations/core-integrations-browser-internal" + ], + "@kbn/core-integrations-browser-internal/*": [ + "packages/core/integrations/core-integrations-browser-internal/*" + ], + "@kbn/core-integrations-browser-mocks": [ + "packages/core/integrations/core-integrations-browser-mocks" + ], + "@kbn/core-integrations-browser-mocks/*": [ + "packages/core/integrations/core-integrations-browser-mocks/*" + ], "@kbn/core-lifecycle-browser": ["packages/core/lifecycle/core-lifecycle-browser"], "@kbn/core-lifecycle-browser/*": ["packages/core/lifecycle/core-lifecycle-browser/*"], - "@kbn/core-lifecycle-browser-internal": ["packages/core/lifecycle/core-lifecycle-browser-internal"], - "@kbn/core-lifecycle-browser-internal/*": ["packages/core/lifecycle/core-lifecycle-browser-internal/*"], + "@kbn/core-lifecycle-browser-internal": [ + "packages/core/lifecycle/core-lifecycle-browser-internal" + ], + "@kbn/core-lifecycle-browser-internal/*": [ + "packages/core/lifecycle/core-lifecycle-browser-internal/*" + ], "@kbn/core-lifecycle-browser-mocks": ["packages/core/lifecycle/core-lifecycle-browser-mocks"], - "@kbn/core-lifecycle-browser-mocks/*": ["packages/core/lifecycle/core-lifecycle-browser-mocks/*"], + "@kbn/core-lifecycle-browser-mocks/*": [ + "packages/core/lifecycle/core-lifecycle-browser-mocks/*" + ], "@kbn/core-lifecycle-server": ["packages/core/lifecycle/core-lifecycle-server"], "@kbn/core-lifecycle-server/*": ["packages/core/lifecycle/core-lifecycle-server/*"], - "@kbn/core-lifecycle-server-internal": ["packages/core/lifecycle/core-lifecycle-server-internal"], - "@kbn/core-lifecycle-server-internal/*": ["packages/core/lifecycle/core-lifecycle-server-internal/*"], + "@kbn/core-lifecycle-server-internal": [ + "packages/core/lifecycle/core-lifecycle-server-internal" + ], + "@kbn/core-lifecycle-server-internal/*": [ + "packages/core/lifecycle/core-lifecycle-server-internal/*" + ], "@kbn/core-lifecycle-server-mocks": ["packages/core/lifecycle/core-lifecycle-server-mocks"], - "@kbn/core-lifecycle-server-mocks/*": ["packages/core/lifecycle/core-lifecycle-server-mocks/*"], + "@kbn/core-lifecycle-server-mocks/*": [ + "packages/core/lifecycle/core-lifecycle-server-mocks/*" + ], "@kbn/core-logging-browser-internal": ["packages/core/logging/core-logging-browser-internal"], - "@kbn/core-logging-browser-internal/*": ["packages/core/logging/core-logging-browser-internal/*"], + "@kbn/core-logging-browser-internal/*": [ + "packages/core/logging/core-logging-browser-internal/*" + ], "@kbn/core-logging-browser-mocks": ["packages/core/logging/core-logging-browser-mocks"], "@kbn/core-logging-browser-mocks/*": ["packages/core/logging/core-logging-browser-mocks/*"], "@kbn/core-logging-common-internal": ["packages/core/logging/core-logging-common-internal"], - "@kbn/core-logging-common-internal/*": ["packages/core/logging/core-logging-common-internal/*"], + "@kbn/core-logging-common-internal/*": [ + "packages/core/logging/core-logging-common-internal/*" + ], "@kbn/core-logging-server": ["packages/core/logging/core-logging-server"], "@kbn/core-logging-server/*": ["packages/core/logging/core-logging-server/*"], "@kbn/core-logging-server-internal": ["packages/core/logging/core-logging-server-internal"], - "@kbn/core-logging-server-internal/*": ["packages/core/logging/core-logging-server-internal/*"], + "@kbn/core-logging-server-internal/*": [ + "packages/core/logging/core-logging-server-internal/*" + ], "@kbn/core-logging-server-mocks": ["packages/core/logging/core-logging-server-mocks"], "@kbn/core-logging-server-mocks/*": ["packages/core/logging/core-logging-server-mocks/*"], - "@kbn/core-metrics-collectors-server-internal": ["packages/core/metrics/core-metrics-collectors-server-internal"], - "@kbn/core-metrics-collectors-server-internal/*": ["packages/core/metrics/core-metrics-collectors-server-internal/*"], - "@kbn/core-metrics-collectors-server-mocks": ["packages/core/metrics/core-metrics-collectors-server-mocks"], - "@kbn/core-metrics-collectors-server-mocks/*": ["packages/core/metrics/core-metrics-collectors-server-mocks/*"], + "@kbn/core-metrics-collectors-server-internal": [ + "packages/core/metrics/core-metrics-collectors-server-internal" + ], + "@kbn/core-metrics-collectors-server-internal/*": [ + "packages/core/metrics/core-metrics-collectors-server-internal/*" + ], + "@kbn/core-metrics-collectors-server-mocks": [ + "packages/core/metrics/core-metrics-collectors-server-mocks" + ], + "@kbn/core-metrics-collectors-server-mocks/*": [ + "packages/core/metrics/core-metrics-collectors-server-mocks/*" + ], "@kbn/core-metrics-server": ["packages/core/metrics/core-metrics-server"], "@kbn/core-metrics-server/*": ["packages/core/metrics/core-metrics-server/*"], "@kbn/core-metrics-server-internal": ["packages/core/metrics/core-metrics-server-internal"], - "@kbn/core-metrics-server-internal/*": ["packages/core/metrics/core-metrics-server-internal/*"], + "@kbn/core-metrics-server-internal/*": [ + "packages/core/metrics/core-metrics-server-internal/*" + ], "@kbn/core-metrics-server-mocks": ["packages/core/metrics/core-metrics-server-mocks"], "@kbn/core-metrics-server-mocks/*": ["packages/core/metrics/core-metrics-server-mocks/*"], "@kbn/core-mount-utils-browser": ["packages/core/mount-utils/core-mount-utils-browser"], "@kbn/core-mount-utils-browser/*": ["packages/core/mount-utils/core-mount-utils-browser/*"], - "@kbn/core-mount-utils-browser-internal": ["packages/core/mount-utils/core-mount-utils-browser-internal"], - "@kbn/core-mount-utils-browser-internal/*": ["packages/core/mount-utils/core-mount-utils-browser-internal/*"], + "@kbn/core-mount-utils-browser-internal": [ + "packages/core/mount-utils/core-mount-utils-browser-internal" + ], + "@kbn/core-mount-utils-browser-internal/*": [ + "packages/core/mount-utils/core-mount-utils-browser-internal/*" + ], "@kbn/core-node-server": ["packages/core/node/core-node-server"], "@kbn/core-node-server/*": ["packages/core/node/core-node-server/*"], "@kbn/core-node-server-internal": ["packages/core/node/core-node-server-internal"], @@ -437,117 +741,267 @@ "@kbn/core-node-server-mocks": ["packages/core/node/core-node-server-mocks"], "@kbn/core-node-server-mocks/*": ["packages/core/node/core-node-server-mocks/*"], "@kbn/core-notifications-browser": ["packages/core/notifications/core-notifications-browser"], - "@kbn/core-notifications-browser/*": ["packages/core/notifications/core-notifications-browser/*"], - "@kbn/core-notifications-browser-internal": ["packages/core/notifications/core-notifications-browser-internal"], - "@kbn/core-notifications-browser-internal/*": ["packages/core/notifications/core-notifications-browser-internal/*"], - "@kbn/core-notifications-browser-mocks": ["packages/core/notifications/core-notifications-browser-mocks"], - "@kbn/core-notifications-browser-mocks/*": ["packages/core/notifications/core-notifications-browser-mocks/*"], + "@kbn/core-notifications-browser/*": [ + "packages/core/notifications/core-notifications-browser/*" + ], + "@kbn/core-notifications-browser-internal": [ + "packages/core/notifications/core-notifications-browser-internal" + ], + "@kbn/core-notifications-browser-internal/*": [ + "packages/core/notifications/core-notifications-browser-internal/*" + ], + "@kbn/core-notifications-browser-mocks": [ + "packages/core/notifications/core-notifications-browser-mocks" + ], + "@kbn/core-notifications-browser-mocks/*": [ + "packages/core/notifications/core-notifications-browser-mocks/*" + ], "@kbn/core-overlays-browser": ["packages/core/overlays/core-overlays-browser"], "@kbn/core-overlays-browser/*": ["packages/core/overlays/core-overlays-browser/*"], - "@kbn/core-overlays-browser-internal": ["packages/core/overlays/core-overlays-browser-internal"], - "@kbn/core-overlays-browser-internal/*": ["packages/core/overlays/core-overlays-browser-internal/*"], + "@kbn/core-overlays-browser-internal": [ + "packages/core/overlays/core-overlays-browser-internal" + ], + "@kbn/core-overlays-browser-internal/*": [ + "packages/core/overlays/core-overlays-browser-internal/*" + ], "@kbn/core-overlays-browser-mocks": ["packages/core/overlays/core-overlays-browser-mocks"], - "@kbn/core-overlays-browser-mocks/*": ["packages/core/overlays/core-overlays-browser-mocks/*"], + "@kbn/core-overlays-browser-mocks/*": [ + "packages/core/overlays/core-overlays-browser-mocks/*" + ], "@kbn/core-plugin-a-plugin": ["test/plugin_functional/plugins/core_plugin_a"], "@kbn/core-plugin-a-plugin/*": ["test/plugin_functional/plugins/core_plugin_a/*"], "@kbn/core-plugin-appleave-plugin": ["test/plugin_functional/plugins/core_plugin_appleave"], - "@kbn/core-plugin-appleave-plugin/*": ["test/plugin_functional/plugins/core_plugin_appleave/*"], + "@kbn/core-plugin-appleave-plugin/*": [ + "test/plugin_functional/plugins/core_plugin_appleave/*" + ], "@kbn/core-plugin-b-plugin": ["test/plugin_functional/plugins/core_plugin_b"], "@kbn/core-plugin-b-plugin/*": ["test/plugin_functional/plugins/core_plugin_b/*"], - "@kbn/core-plugin-chromeless-plugin": ["test/plugin_functional/plugins/core_plugin_chromeless"], - "@kbn/core-plugin-chromeless-plugin/*": ["test/plugin_functional/plugins/core_plugin_chromeless/*"], - "@kbn/core-plugin-deep-links-plugin": ["test/plugin_functional/plugins/core_plugin_deep_links"], - "@kbn/core-plugin-deep-links-plugin/*": ["test/plugin_functional/plugins/core_plugin_deep_links/*"], - "@kbn/core-plugin-deprecations-plugin": ["test/plugin_functional/plugins/core_plugin_deprecations"], - "@kbn/core-plugin-deprecations-plugin/*": ["test/plugin_functional/plugins/core_plugin_deprecations/*"], - "@kbn/core-plugin-dynamic-resolving-a": ["test/plugin_functional/plugins/core_dynamic_resolving_a"], - "@kbn/core-plugin-dynamic-resolving-a/*": ["test/plugin_functional/plugins/core_dynamic_resolving_a/*"], - "@kbn/core-plugin-dynamic-resolving-b": ["test/plugin_functional/plugins/core_dynamic_resolving_b"], - "@kbn/core-plugin-dynamic-resolving-b/*": ["test/plugin_functional/plugins/core_dynamic_resolving_b/*"], - "@kbn/core-plugin-execution-context-plugin": ["test/plugin_functional/plugins/core_plugin_execution_context"], - "@kbn/core-plugin-execution-context-plugin/*": ["test/plugin_functional/plugins/core_plugin_execution_context/*"], + "@kbn/core-plugin-chromeless-plugin": [ + "test/plugin_functional/plugins/core_plugin_chromeless" + ], + "@kbn/core-plugin-chromeless-plugin/*": [ + "test/plugin_functional/plugins/core_plugin_chromeless/*" + ], + "@kbn/core-plugin-deep-links-plugin": [ + "test/plugin_functional/plugins/core_plugin_deep_links" + ], + "@kbn/core-plugin-deep-links-plugin/*": [ + "test/plugin_functional/plugins/core_plugin_deep_links/*" + ], + "@kbn/core-plugin-deprecations-plugin": [ + "test/plugin_functional/plugins/core_plugin_deprecations" + ], + "@kbn/core-plugin-deprecations-plugin/*": [ + "test/plugin_functional/plugins/core_plugin_deprecations/*" + ], + "@kbn/core-plugin-dynamic-resolving-a": [ + "test/plugin_functional/plugins/core_dynamic_resolving_a" + ], + "@kbn/core-plugin-dynamic-resolving-a/*": [ + "test/plugin_functional/plugins/core_dynamic_resolving_a/*" + ], + "@kbn/core-plugin-dynamic-resolving-b": [ + "test/plugin_functional/plugins/core_dynamic_resolving_b" + ], + "@kbn/core-plugin-dynamic-resolving-b/*": [ + "test/plugin_functional/plugins/core_dynamic_resolving_b/*" + ], + "@kbn/core-plugin-execution-context-plugin": [ + "test/plugin_functional/plugins/core_plugin_execution_context" + ], + "@kbn/core-plugin-execution-context-plugin/*": [ + "test/plugin_functional/plugins/core_plugin_execution_context/*" + ], "@kbn/core-plugin-helpmenu-plugin": ["test/plugin_functional/plugins/core_plugin_helpmenu"], - "@kbn/core-plugin-helpmenu-plugin/*": ["test/plugin_functional/plugins/core_plugin_helpmenu/*"], - "@kbn/core-plugin-initializer-context-plugin": ["test/node_roles_functional/plugins/core_plugin_initializer_context"], - "@kbn/core-plugin-initializer-context-plugin/*": ["test/node_roles_functional/plugins/core_plugin_initializer_context/*"], - "@kbn/core-plugin-route-timeouts-plugin": ["test/plugin_functional/plugins/core_plugin_route_timeouts"], - "@kbn/core-plugin-route-timeouts-plugin/*": ["test/plugin_functional/plugins/core_plugin_route_timeouts/*"], - "@kbn/core-plugin-static-assets-plugin": ["test/plugin_functional/plugins/core_plugin_static_assets"], - "@kbn/core-plugin-static-assets-plugin/*": ["test/plugin_functional/plugins/core_plugin_static_assets/*"], - "@kbn/core-plugins-base-server-internal": ["packages/core/plugins/core-plugins-base-server-internal"], - "@kbn/core-plugins-base-server-internal/*": ["packages/core/plugins/core-plugins-base-server-internal/*"], + "@kbn/core-plugin-helpmenu-plugin/*": [ + "test/plugin_functional/plugins/core_plugin_helpmenu/*" + ], + "@kbn/core-plugin-initializer-context-plugin": [ + "test/node_roles_functional/plugins/core_plugin_initializer_context" + ], + "@kbn/core-plugin-initializer-context-plugin/*": [ + "test/node_roles_functional/plugins/core_plugin_initializer_context/*" + ], + "@kbn/core-plugin-route-timeouts-plugin": [ + "test/plugin_functional/plugins/core_plugin_route_timeouts" + ], + "@kbn/core-plugin-route-timeouts-plugin/*": [ + "test/plugin_functional/plugins/core_plugin_route_timeouts/*" + ], + "@kbn/core-plugin-static-assets-plugin": [ + "test/plugin_functional/plugins/core_plugin_static_assets" + ], + "@kbn/core-plugin-static-assets-plugin/*": [ + "test/plugin_functional/plugins/core_plugin_static_assets/*" + ], + "@kbn/core-plugins-base-server-internal": [ + "packages/core/plugins/core-plugins-base-server-internal" + ], + "@kbn/core-plugins-base-server-internal/*": [ + "packages/core/plugins/core-plugins-base-server-internal/*" + ], "@kbn/core-plugins-browser": ["packages/core/plugins/core-plugins-browser"], "@kbn/core-plugins-browser/*": ["packages/core/plugins/core-plugins-browser/*"], "@kbn/core-plugins-browser-internal": ["packages/core/plugins/core-plugins-browser-internal"], - "@kbn/core-plugins-browser-internal/*": ["packages/core/plugins/core-plugins-browser-internal/*"], + "@kbn/core-plugins-browser-internal/*": [ + "packages/core/plugins/core-plugins-browser-internal/*" + ], "@kbn/core-plugins-browser-mocks": ["packages/core/plugins/core-plugins-browser-mocks"], "@kbn/core-plugins-browser-mocks/*": ["packages/core/plugins/core-plugins-browser-mocks/*"], - "@kbn/core-plugins-contracts-browser": ["packages/core/plugins/core-plugins-contracts-browser"], - "@kbn/core-plugins-contracts-browser/*": ["packages/core/plugins/core-plugins-contracts-browser/*"], + "@kbn/core-plugins-contracts-browser": [ + "packages/core/plugins/core-plugins-contracts-browser" + ], + "@kbn/core-plugins-contracts-browser/*": [ + "packages/core/plugins/core-plugins-contracts-browser/*" + ], "@kbn/core-plugins-contracts-server": ["packages/core/plugins/core-plugins-contracts-server"], - "@kbn/core-plugins-contracts-server/*": ["packages/core/plugins/core-plugins-contracts-server/*"], + "@kbn/core-plugins-contracts-server/*": [ + "packages/core/plugins/core-plugins-contracts-server/*" + ], "@kbn/core-plugins-server": ["packages/core/plugins/core-plugins-server"], "@kbn/core-plugins-server/*": ["packages/core/plugins/core-plugins-server/*"], "@kbn/core-plugins-server-internal": ["packages/core/plugins/core-plugins-server-internal"], - "@kbn/core-plugins-server-internal/*": ["packages/core/plugins/core-plugins-server-internal/*"], + "@kbn/core-plugins-server-internal/*": [ + "packages/core/plugins/core-plugins-server-internal/*" + ], "@kbn/core-plugins-server-mocks": ["packages/core/plugins/core-plugins-server-mocks"], "@kbn/core-plugins-server-mocks/*": ["packages/core/plugins/core-plugins-server-mocks/*"], "@kbn/core-preboot-server": ["packages/core/preboot/core-preboot-server"], "@kbn/core-preboot-server/*": ["packages/core/preboot/core-preboot-server/*"], "@kbn/core-preboot-server-internal": ["packages/core/preboot/core-preboot-server-internal"], - "@kbn/core-preboot-server-internal/*": ["packages/core/preboot/core-preboot-server-internal/*"], + "@kbn/core-preboot-server-internal/*": [ + "packages/core/preboot/core-preboot-server-internal/*" + ], "@kbn/core-preboot-server-mocks": ["packages/core/preboot/core-preboot-server-mocks"], "@kbn/core-preboot-server-mocks/*": ["packages/core/preboot/core-preboot-server-mocks/*"], "@kbn/core-provider-plugin": ["test/plugin_functional/plugins/core_provider_plugin"], "@kbn/core-provider-plugin/*": ["test/plugin_functional/plugins/core_provider_plugin/*"], - "@kbn/core-rendering-browser-internal": ["packages/core/rendering/core-rendering-browser-internal"], - "@kbn/core-rendering-browser-internal/*": ["packages/core/rendering/core-rendering-browser-internal/*"], + "@kbn/core-rendering-browser-internal": [ + "packages/core/rendering/core-rendering-browser-internal" + ], + "@kbn/core-rendering-browser-internal/*": [ + "packages/core/rendering/core-rendering-browser-internal/*" + ], "@kbn/core-rendering-browser-mocks": ["packages/core/rendering/core-rendering-browser-mocks"], - "@kbn/core-rendering-browser-mocks/*": ["packages/core/rendering/core-rendering-browser-mocks/*"], - "@kbn/core-rendering-server-internal": ["packages/core/rendering/core-rendering-server-internal"], - "@kbn/core-rendering-server-internal/*": ["packages/core/rendering/core-rendering-server-internal/*"], + "@kbn/core-rendering-browser-mocks/*": [ + "packages/core/rendering/core-rendering-browser-mocks/*" + ], + "@kbn/core-rendering-server-internal": [ + "packages/core/rendering/core-rendering-server-internal" + ], + "@kbn/core-rendering-server-internal/*": [ + "packages/core/rendering/core-rendering-server-internal/*" + ], "@kbn/core-rendering-server-mocks": ["packages/core/rendering/core-rendering-server-mocks"], - "@kbn/core-rendering-server-mocks/*": ["packages/core/rendering/core-rendering-server-mocks/*"], + "@kbn/core-rendering-server-mocks/*": [ + "packages/core/rendering/core-rendering-server-mocks/*" + ], "@kbn/core-root-browser-internal": ["packages/core/root/core-root-browser-internal"], "@kbn/core-root-browser-internal/*": ["packages/core/root/core-root-browser-internal/*"], "@kbn/core-root-server-internal": ["packages/core/root/core-root-server-internal"], "@kbn/core-root-server-internal/*": ["packages/core/root/core-root-server-internal/*"], - "@kbn/core-saved-objects-api-browser": ["packages/core/saved-objects/core-saved-objects-api-browser"], - "@kbn/core-saved-objects-api-browser/*": ["packages/core/saved-objects/core-saved-objects-api-browser/*"], - "@kbn/core-saved-objects-api-server": ["packages/core/saved-objects/core-saved-objects-api-server"], - "@kbn/core-saved-objects-api-server/*": ["packages/core/saved-objects/core-saved-objects-api-server/*"], - "@kbn/core-saved-objects-api-server-internal": ["packages/core/saved-objects/core-saved-objects-api-server-internal"], - "@kbn/core-saved-objects-api-server-internal/*": ["packages/core/saved-objects/core-saved-objects-api-server-internal/*"], - "@kbn/core-saved-objects-api-server-mocks": ["packages/core/saved-objects/core-saved-objects-api-server-mocks"], - "@kbn/core-saved-objects-api-server-mocks/*": ["packages/core/saved-objects/core-saved-objects-api-server-mocks/*"], - "@kbn/core-saved-objects-base-server-internal": ["packages/core/saved-objects/core-saved-objects-base-server-internal"], - "@kbn/core-saved-objects-base-server-internal/*": ["packages/core/saved-objects/core-saved-objects-base-server-internal/*"], - "@kbn/core-saved-objects-base-server-mocks": ["packages/core/saved-objects/core-saved-objects-base-server-mocks"], - "@kbn/core-saved-objects-base-server-mocks/*": ["packages/core/saved-objects/core-saved-objects-base-server-mocks/*"], + "@kbn/core-saved-objects-api-browser": [ + "packages/core/saved-objects/core-saved-objects-api-browser" + ], + "@kbn/core-saved-objects-api-browser/*": [ + "packages/core/saved-objects/core-saved-objects-api-browser/*" + ], + "@kbn/core-saved-objects-api-server": [ + "packages/core/saved-objects/core-saved-objects-api-server" + ], + "@kbn/core-saved-objects-api-server/*": [ + "packages/core/saved-objects/core-saved-objects-api-server/*" + ], + "@kbn/core-saved-objects-api-server-internal": [ + "packages/core/saved-objects/core-saved-objects-api-server-internal" + ], + "@kbn/core-saved-objects-api-server-internal/*": [ + "packages/core/saved-objects/core-saved-objects-api-server-internal/*" + ], + "@kbn/core-saved-objects-api-server-mocks": [ + "packages/core/saved-objects/core-saved-objects-api-server-mocks" + ], + "@kbn/core-saved-objects-api-server-mocks/*": [ + "packages/core/saved-objects/core-saved-objects-api-server-mocks/*" + ], + "@kbn/core-saved-objects-base-server-internal": [ + "packages/core/saved-objects/core-saved-objects-base-server-internal" + ], + "@kbn/core-saved-objects-base-server-internal/*": [ + "packages/core/saved-objects/core-saved-objects-base-server-internal/*" + ], + "@kbn/core-saved-objects-base-server-mocks": [ + "packages/core/saved-objects/core-saved-objects-base-server-mocks" + ], + "@kbn/core-saved-objects-base-server-mocks/*": [ + "packages/core/saved-objects/core-saved-objects-base-server-mocks/*" + ], "@kbn/core-saved-objects-browser": ["packages/core/saved-objects/core-saved-objects-browser"], - "@kbn/core-saved-objects-browser/*": ["packages/core/saved-objects/core-saved-objects-browser/*"], - "@kbn/core-saved-objects-browser-internal": ["packages/core/saved-objects/core-saved-objects-browser-internal"], - "@kbn/core-saved-objects-browser-internal/*": ["packages/core/saved-objects/core-saved-objects-browser-internal/*"], - "@kbn/core-saved-objects-browser-mocks": ["packages/core/saved-objects/core-saved-objects-browser-mocks"], - "@kbn/core-saved-objects-browser-mocks/*": ["packages/core/saved-objects/core-saved-objects-browser-mocks/*"], + "@kbn/core-saved-objects-browser/*": [ + "packages/core/saved-objects/core-saved-objects-browser/*" + ], + "@kbn/core-saved-objects-browser-internal": [ + "packages/core/saved-objects/core-saved-objects-browser-internal" + ], + "@kbn/core-saved-objects-browser-internal/*": [ + "packages/core/saved-objects/core-saved-objects-browser-internal/*" + ], + "@kbn/core-saved-objects-browser-mocks": [ + "packages/core/saved-objects/core-saved-objects-browser-mocks" + ], + "@kbn/core-saved-objects-browser-mocks/*": [ + "packages/core/saved-objects/core-saved-objects-browser-mocks/*" + ], "@kbn/core-saved-objects-common": ["packages/core/saved-objects/core-saved-objects-common"], - "@kbn/core-saved-objects-common/*": ["packages/core/saved-objects/core-saved-objects-common/*"], - "@kbn/core-saved-objects-import-export-server-internal": ["packages/core/saved-objects/core-saved-objects-import-export-server-internal"], - "@kbn/core-saved-objects-import-export-server-internal/*": ["packages/core/saved-objects/core-saved-objects-import-export-server-internal/*"], - "@kbn/core-saved-objects-import-export-server-mocks": ["packages/core/saved-objects/core-saved-objects-import-export-server-mocks"], - "@kbn/core-saved-objects-import-export-server-mocks/*": ["packages/core/saved-objects/core-saved-objects-import-export-server-mocks/*"], - "@kbn/core-saved-objects-migration-server-internal": ["packages/core/saved-objects/core-saved-objects-migration-server-internal"], - "@kbn/core-saved-objects-migration-server-internal/*": ["packages/core/saved-objects/core-saved-objects-migration-server-internal/*"], - "@kbn/core-saved-objects-migration-server-mocks": ["packages/core/saved-objects/core-saved-objects-migration-server-mocks"], - "@kbn/core-saved-objects-migration-server-mocks/*": ["packages/core/saved-objects/core-saved-objects-migration-server-mocks/*"], + "@kbn/core-saved-objects-common/*": [ + "packages/core/saved-objects/core-saved-objects-common/*" + ], + "@kbn/core-saved-objects-import-export-server-internal": [ + "packages/core/saved-objects/core-saved-objects-import-export-server-internal" + ], + "@kbn/core-saved-objects-import-export-server-internal/*": [ + "packages/core/saved-objects/core-saved-objects-import-export-server-internal/*" + ], + "@kbn/core-saved-objects-import-export-server-mocks": [ + "packages/core/saved-objects/core-saved-objects-import-export-server-mocks" + ], + "@kbn/core-saved-objects-import-export-server-mocks/*": [ + "packages/core/saved-objects/core-saved-objects-import-export-server-mocks/*" + ], + "@kbn/core-saved-objects-migration-server-internal": [ + "packages/core/saved-objects/core-saved-objects-migration-server-internal" + ], + "@kbn/core-saved-objects-migration-server-internal/*": [ + "packages/core/saved-objects/core-saved-objects-migration-server-internal/*" + ], + "@kbn/core-saved-objects-migration-server-mocks": [ + "packages/core/saved-objects/core-saved-objects-migration-server-mocks" + ], + "@kbn/core-saved-objects-migration-server-mocks/*": [ + "packages/core/saved-objects/core-saved-objects-migration-server-mocks/*" + ], "@kbn/core-saved-objects-server": ["packages/core/saved-objects/core-saved-objects-server"], - "@kbn/core-saved-objects-server/*": ["packages/core/saved-objects/core-saved-objects-server/*"], - "@kbn/core-saved-objects-server-internal": ["packages/core/saved-objects/core-saved-objects-server-internal"], - "@kbn/core-saved-objects-server-internal/*": ["packages/core/saved-objects/core-saved-objects-server-internal/*"], - "@kbn/core-saved-objects-server-mocks": ["packages/core/saved-objects/core-saved-objects-server-mocks"], - "@kbn/core-saved-objects-server-mocks/*": ["packages/core/saved-objects/core-saved-objects-server-mocks/*"], - "@kbn/core-saved-objects-utils-server": ["packages/core/saved-objects/core-saved-objects-utils-server"], - "@kbn/core-saved-objects-utils-server/*": ["packages/core/saved-objects/core-saved-objects-utils-server/*"], + "@kbn/core-saved-objects-server/*": [ + "packages/core/saved-objects/core-saved-objects-server/*" + ], + "@kbn/core-saved-objects-server-internal": [ + "packages/core/saved-objects/core-saved-objects-server-internal" + ], + "@kbn/core-saved-objects-server-internal/*": [ + "packages/core/saved-objects/core-saved-objects-server-internal/*" + ], + "@kbn/core-saved-objects-server-mocks": [ + "packages/core/saved-objects/core-saved-objects-server-mocks" + ], + "@kbn/core-saved-objects-server-mocks/*": [ + "packages/core/saved-objects/core-saved-objects-server-mocks/*" + ], + "@kbn/core-saved-objects-utils-server": [ + "packages/core/saved-objects/core-saved-objects-utils-server" + ], + "@kbn/core-saved-objects-utils-server/*": [ + "packages/core/saved-objects/core-saved-objects-utils-server/*" + ], "@kbn/core-status-common": ["packages/core/status/core-status-common"], "@kbn/core-status-common/*": ["packages/core/status/core-status-common/*"], "@kbn/core-status-common-internal": ["packages/core/status/core-status-common-internal"], @@ -558,18 +1012,42 @@ "@kbn/core-status-server-internal/*": ["packages/core/status/core-status-server-internal/*"], "@kbn/core-status-server-mocks": ["packages/core/status/core-status-server-mocks"], "@kbn/core-status-server-mocks/*": ["packages/core/status/core-status-server-mocks/*"], - "@kbn/core-test-helpers-deprecations-getters": ["packages/core/test-helpers/core-test-helpers-deprecations-getters"], - "@kbn/core-test-helpers-deprecations-getters/*": ["packages/core/test-helpers/core-test-helpers-deprecations-getters/*"], - "@kbn/core-test-helpers-http-setup-browser": ["packages/core/test-helpers/core-test-helpers-http-setup-browser"], - "@kbn/core-test-helpers-http-setup-browser/*": ["packages/core/test-helpers/core-test-helpers-http-setup-browser/*"], - "@kbn/core-test-helpers-kbn-server": ["packages/core/test-helpers/core-test-helpers-kbn-server"], - "@kbn/core-test-helpers-kbn-server/*": ["packages/core/test-helpers/core-test-helpers-kbn-server/*"], - "@kbn/core-test-helpers-model-versions": ["packages/core/test-helpers/core-test-helpers-model-versions"], - "@kbn/core-test-helpers-model-versions/*": ["packages/core/test-helpers/core-test-helpers-model-versions/*"], - "@kbn/core-test-helpers-so-type-serializer": ["packages/core/test-helpers/core-test-helpers-so-type-serializer"], - "@kbn/core-test-helpers-so-type-serializer/*": ["packages/core/test-helpers/core-test-helpers-so-type-serializer/*"], - "@kbn/core-test-helpers-test-utils": ["packages/core/test-helpers/core-test-helpers-test-utils"], - "@kbn/core-test-helpers-test-utils/*": ["packages/core/test-helpers/core-test-helpers-test-utils/*"], + "@kbn/core-test-helpers-deprecations-getters": [ + "packages/core/test-helpers/core-test-helpers-deprecations-getters" + ], + "@kbn/core-test-helpers-deprecations-getters/*": [ + "packages/core/test-helpers/core-test-helpers-deprecations-getters/*" + ], + "@kbn/core-test-helpers-http-setup-browser": [ + "packages/core/test-helpers/core-test-helpers-http-setup-browser" + ], + "@kbn/core-test-helpers-http-setup-browser/*": [ + "packages/core/test-helpers/core-test-helpers-http-setup-browser/*" + ], + "@kbn/core-test-helpers-kbn-server": [ + "packages/core/test-helpers/core-test-helpers-kbn-server" + ], + "@kbn/core-test-helpers-kbn-server/*": [ + "packages/core/test-helpers/core-test-helpers-kbn-server/*" + ], + "@kbn/core-test-helpers-model-versions": [ + "packages/core/test-helpers/core-test-helpers-model-versions" + ], + "@kbn/core-test-helpers-model-versions/*": [ + "packages/core/test-helpers/core-test-helpers-model-versions/*" + ], + "@kbn/core-test-helpers-so-type-serializer": [ + "packages/core/test-helpers/core-test-helpers-so-type-serializer" + ], + "@kbn/core-test-helpers-so-type-serializer/*": [ + "packages/core/test-helpers/core-test-helpers-so-type-serializer/*" + ], + "@kbn/core-test-helpers-test-utils": [ + "packages/core/test-helpers/core-test-helpers-test-utils" + ], + "@kbn/core-test-helpers-test-utils/*": [ + "packages/core/test-helpers/core-test-helpers-test-utils/*" + ], "@kbn/core-theme-browser": ["packages/core/theme/core-theme-browser"], "@kbn/core-theme-browser/*": ["packages/core/theme/core-theme-browser/*"], "@kbn/core-theme-browser-internal": ["packages/core/theme/core-theme-browser-internal"], @@ -578,32 +1056,70 @@ "@kbn/core-theme-browser-mocks/*": ["packages/core/theme/core-theme-browser-mocks/*"], "@kbn/core-ui-settings-browser": ["packages/core/ui-settings/core-ui-settings-browser"], "@kbn/core-ui-settings-browser/*": ["packages/core/ui-settings/core-ui-settings-browser/*"], - "@kbn/core-ui-settings-browser-internal": ["packages/core/ui-settings/core-ui-settings-browser-internal"], - "@kbn/core-ui-settings-browser-internal/*": ["packages/core/ui-settings/core-ui-settings-browser-internal/*"], - "@kbn/core-ui-settings-browser-mocks": ["packages/core/ui-settings/core-ui-settings-browser-mocks"], - "@kbn/core-ui-settings-browser-mocks/*": ["packages/core/ui-settings/core-ui-settings-browser-mocks/*"], + "@kbn/core-ui-settings-browser-internal": [ + "packages/core/ui-settings/core-ui-settings-browser-internal" + ], + "@kbn/core-ui-settings-browser-internal/*": [ + "packages/core/ui-settings/core-ui-settings-browser-internal/*" + ], + "@kbn/core-ui-settings-browser-mocks": [ + "packages/core/ui-settings/core-ui-settings-browser-mocks" + ], + "@kbn/core-ui-settings-browser-mocks/*": [ + "packages/core/ui-settings/core-ui-settings-browser-mocks/*" + ], "@kbn/core-ui-settings-common": ["packages/core/ui-settings/core-ui-settings-common"], "@kbn/core-ui-settings-common/*": ["packages/core/ui-settings/core-ui-settings-common/*"], "@kbn/core-ui-settings-server": ["packages/core/ui-settings/core-ui-settings-server"], "@kbn/core-ui-settings-server/*": ["packages/core/ui-settings/core-ui-settings-server/*"], - "@kbn/core-ui-settings-server-internal": ["packages/core/ui-settings/core-ui-settings-server-internal"], - "@kbn/core-ui-settings-server-internal/*": ["packages/core/ui-settings/core-ui-settings-server-internal/*"], - "@kbn/core-ui-settings-server-mocks": ["packages/core/ui-settings/core-ui-settings-server-mocks"], - "@kbn/core-ui-settings-server-mocks/*": ["packages/core/ui-settings/core-ui-settings-server-mocks/*"], - "@kbn/core-usage-data-base-server-internal": ["packages/core/usage-data/core-usage-data-base-server-internal"], - "@kbn/core-usage-data-base-server-internal/*": ["packages/core/usage-data/core-usage-data-base-server-internal/*"], + "@kbn/core-ui-settings-server-internal": [ + "packages/core/ui-settings/core-ui-settings-server-internal" + ], + "@kbn/core-ui-settings-server-internal/*": [ + "packages/core/ui-settings/core-ui-settings-server-internal/*" + ], + "@kbn/core-ui-settings-server-mocks": [ + "packages/core/ui-settings/core-ui-settings-server-mocks" + ], + "@kbn/core-ui-settings-server-mocks/*": [ + "packages/core/ui-settings/core-ui-settings-server-mocks/*" + ], + "@kbn/core-usage-data-base-server-internal": [ + "packages/core/usage-data/core-usage-data-base-server-internal" + ], + "@kbn/core-usage-data-base-server-internal/*": [ + "packages/core/usage-data/core-usage-data-base-server-internal/*" + ], "@kbn/core-usage-data-server": ["packages/core/usage-data/core-usage-data-server"], "@kbn/core-usage-data-server/*": ["packages/core/usage-data/core-usage-data-server/*"], - "@kbn/core-usage-data-server-internal": ["packages/core/usage-data/core-usage-data-server-internal"], - "@kbn/core-usage-data-server-internal/*": ["packages/core/usage-data/core-usage-data-server-internal/*"], - "@kbn/core-usage-data-server-mocks": ["packages/core/usage-data/core-usage-data-server-mocks"], - "@kbn/core-usage-data-server-mocks/*": ["packages/core/usage-data/core-usage-data-server-mocks/*"], + "@kbn/core-usage-data-server-internal": [ + "packages/core/usage-data/core-usage-data-server-internal" + ], + "@kbn/core-usage-data-server-internal/*": [ + "packages/core/usage-data/core-usage-data-server-internal/*" + ], + "@kbn/core-usage-data-server-mocks": [ + "packages/core/usage-data/core-usage-data-server-mocks" + ], + "@kbn/core-usage-data-server-mocks/*": [ + "packages/core/usage-data/core-usage-data-server-mocks/*" + ], "@kbn/core-user-settings-server": ["packages/core/user-settings/core-user-settings-server"], - "@kbn/core-user-settings-server/*": ["packages/core/user-settings/core-user-settings-server/*"], - "@kbn/core-user-settings-server-internal": ["packages/core/user-settings/core-user-settings-server-internal"], - "@kbn/core-user-settings-server-internal/*": ["packages/core/user-settings/core-user-settings-server-internal/*"], - "@kbn/core-user-settings-server-mocks": ["packages/core/user-settings/core-user-settings-server-mocks"], - "@kbn/core-user-settings-server-mocks/*": ["packages/core/user-settings/core-user-settings-server-mocks/*"], + "@kbn/core-user-settings-server/*": [ + "packages/core/user-settings/core-user-settings-server/*" + ], + "@kbn/core-user-settings-server-internal": [ + "packages/core/user-settings/core-user-settings-server-internal" + ], + "@kbn/core-user-settings-server-internal/*": [ + "packages/core/user-settings/core-user-settings-server-internal/*" + ], + "@kbn/core-user-settings-server-mocks": [ + "packages/core/user-settings/core-user-settings-server-mocks" + ], + "@kbn/core-user-settings-server-mocks/*": [ + "packages/core/user-settings/core-user-settings-server-mocks/*" + ], "@kbn/cross-cluster-replication-plugin": ["x-pack/plugins/cross_cluster_replication"], "@kbn/cross-cluster-replication-plugin/*": ["x-pack/plugins/cross_cluster_replication/*"], "@kbn/crypto": ["packages/kbn-crypto"], @@ -685,7 +1201,9 @@ "@kbn/developer-examples-plugin": ["examples/developer_examples"], "@kbn/developer-examples-plugin/*": ["examples/developer_examples/*"], "@kbn/discover-customization-examples-plugin": ["examples/discover_customization_examples"], - "@kbn/discover-customization-examples-plugin/*": ["examples/discover_customization_examples/*"], + "@kbn/discover-customization-examples-plugin/*": [ + "examples/discover_customization_examples/*" + ], "@kbn/discover-enhanced-plugin": ["x-pack/plugins/discover_enhanced"], "@kbn/discover-enhanced-plugin/*": ["x-pack/plugins/discover_enhanced/*"], "@kbn/discover-plugin": ["src/plugins/discover"], @@ -700,8 +1218,12 @@ "@kbn/dom-drag-drop/*": ["packages/kbn-dom-drag-drop/*"], "@kbn/ebt-tools": ["packages/kbn-ebt-tools"], "@kbn/ebt-tools/*": ["packages/kbn-ebt-tools/*"], - "@kbn/ecs-data-quality-dashboard": ["x-pack/packages/security-solution/ecs_data_quality_dashboard"], - "@kbn/ecs-data-quality-dashboard/*": ["x-pack/packages/security-solution/ecs_data_quality_dashboard/*"], + "@kbn/ecs-data-quality-dashboard": [ + "x-pack/packages/security-solution/ecs_data_quality_dashboard" + ], + "@kbn/ecs-data-quality-dashboard/*": [ + "x-pack/packages/security-solution/ecs_data_quality_dashboard/*" + ], "@kbn/ecs-data-quality-dashboard-plugin": ["x-pack/plugins/ecs_data_quality_dashboard"], "@kbn/ecs-data-quality-dashboard-plugin/*": ["x-pack/plugins/ecs_data_quality_dashboard/*"], "@kbn/elastic-agent-utils": ["packages/kbn-elastic-agent-utils"], @@ -712,10 +1234,18 @@ "@kbn/elastic-assistant-common/*": ["x-pack/packages/kbn-elastic-assistant-common/*"], "@kbn/elastic-assistant-plugin": ["x-pack/plugins/elastic_assistant"], "@kbn/elastic-assistant-plugin/*": ["x-pack/plugins/elastic_assistant/*"], - "@kbn/elasticsearch-client-plugin": ["test/plugin_functional/plugins/elasticsearch_client_plugin"], - "@kbn/elasticsearch-client-plugin/*": ["test/plugin_functional/plugins/elasticsearch_client_plugin/*"], - "@kbn/elasticsearch-client-xpack-plugin": ["x-pack/test/plugin_api_integration/plugins/elasticsearch_client"], - "@kbn/elasticsearch-client-xpack-plugin/*": ["x-pack/test/plugin_api_integration/plugins/elasticsearch_client/*"], + "@kbn/elasticsearch-client-plugin": [ + "test/plugin_functional/plugins/elasticsearch_client_plugin" + ], + "@kbn/elasticsearch-client-plugin/*": [ + "test/plugin_functional/plugins/elasticsearch_client_plugin/*" + ], + "@kbn/elasticsearch-client-xpack-plugin": [ + "x-pack/test/plugin_api_integration/plugins/elasticsearch_client" + ], + "@kbn/elasticsearch-client-xpack-plugin/*": [ + "x-pack/test/plugin_api_integration/plugins/elasticsearch_client/*" + ], "@kbn/embeddable-enhanced-plugin": ["x-pack/plugins/embeddable_enhanced"], "@kbn/embeddable-enhanced-plugin/*": ["x-pack/plugins/embeddable_enhanced/*"], "@kbn/embeddable-examples-plugin": ["examples/embeddable_examples"], @@ -758,8 +1288,12 @@ "@kbn/eslint-plugin-telemetry/*": ["packages/kbn-eslint-plugin-telemetry/*"], "@kbn/eso-model-version-example": ["examples/eso_model_version_example"], "@kbn/eso-model-version-example/*": ["examples/eso_model_version_example/*"], - "@kbn/eso-plugin": ["x-pack/test/encrypted_saved_objects_api_integration/plugins/api_consumer_plugin"], - "@kbn/eso-plugin/*": ["x-pack/test/encrypted_saved_objects_api_integration/plugins/api_consumer_plugin/*"], + "@kbn/eso-plugin": [ + "x-pack/test/encrypted_saved_objects_api_integration/plugins/api_consumer_plugin" + ], + "@kbn/eso-plugin/*": [ + "x-pack/test/encrypted_saved_objects_api_integration/plugins/api_consumer_plugin/*" + ], "@kbn/esql-utils": ["packages/kbn-esql-utils"], "@kbn/esql-utils/*": ["packages/kbn-esql-utils/*"], "@kbn/event-annotation-common": ["packages/kbn-event-annotation-common"], @@ -790,14 +1324,22 @@ "@kbn/expression-heatmap-plugin/*": ["src/plugins/chart_expressions/expression_heatmap/*"], "@kbn/expression-image-plugin": ["src/plugins/expression_image"], "@kbn/expression-image-plugin/*": ["src/plugins/expression_image/*"], - "@kbn/expression-legacy-metric-vis-plugin": ["src/plugins/chart_expressions/expression_legacy_metric"], - "@kbn/expression-legacy-metric-vis-plugin/*": ["src/plugins/chart_expressions/expression_legacy_metric/*"], + "@kbn/expression-legacy-metric-vis-plugin": [ + "src/plugins/chart_expressions/expression_legacy_metric" + ], + "@kbn/expression-legacy-metric-vis-plugin/*": [ + "src/plugins/chart_expressions/expression_legacy_metric/*" + ], "@kbn/expression-metric-plugin": ["src/plugins/expression_metric"], "@kbn/expression-metric-plugin/*": ["src/plugins/expression_metric/*"], "@kbn/expression-metric-vis-plugin": ["src/plugins/chart_expressions/expression_metric"], "@kbn/expression-metric-vis-plugin/*": ["src/plugins/chart_expressions/expression_metric/*"], - "@kbn/expression-partition-vis-plugin": ["src/plugins/chart_expressions/expression_partition_vis"], - "@kbn/expression-partition-vis-plugin/*": ["src/plugins/chart_expressions/expression_partition_vis/*"], + "@kbn/expression-partition-vis-plugin": [ + "src/plugins/chart_expressions/expression_partition_vis" + ], + "@kbn/expression-partition-vis-plugin/*": [ + "src/plugins/chart_expressions/expression_partition_vis/*" + ], "@kbn/expression-repeat-image-plugin": ["src/plugins/expression_repeat_image"], "@kbn/expression-repeat-image-plugin/*": ["src/plugins/expression_repeat_image/*"], "@kbn/expression-reveal-image-plugin": ["src/plugins/expression_reveal_image"], @@ -816,12 +1358,18 @@ "@kbn/failed-test-reporter-cli/*": ["packages/kbn-failed-test-reporter-cli/*"], "@kbn/feature-controls-examples-plugin": ["examples/feature_control_examples"], "@kbn/feature-controls-examples-plugin/*": ["examples/feature_control_examples/*"], - "@kbn/feature-usage-test-plugin": ["x-pack/test/plugin_api_integration/plugins/feature_usage_test"], - "@kbn/feature-usage-test-plugin/*": ["x-pack/test/plugin_api_integration/plugins/feature_usage_test/*"], + "@kbn/feature-usage-test-plugin": [ + "x-pack/test/plugin_api_integration/plugins/feature_usage_test" + ], + "@kbn/feature-usage-test-plugin/*": [ + "x-pack/test/plugin_api_integration/plugins/feature_usage_test/*" + ], "@kbn/features-plugin": ["x-pack/plugins/features"], "@kbn/features-plugin/*": ["x-pack/plugins/features/*"], "@kbn/fec-alerts-test-plugin": ["x-pack/test/functional_execution_context/plugins/alerts"], - "@kbn/fec-alerts-test-plugin/*": ["x-pack/test/functional_execution_context/plugins/alerts/*"], + "@kbn/fec-alerts-test-plugin/*": [ + "x-pack/test/functional_execution_context/plugins/alerts/*" + ], "@kbn/field-formats-example-plugin": ["examples/field_formats_example"], "@kbn/field-formats-example-plugin/*": ["examples/field_formats_example/*"], "@kbn/field-formats-plugin": ["src/plugins/field_formats"], @@ -853,13 +1401,23 @@ "@kbn/ftr-common-functional-services": ["packages/kbn-ftr-common-functional-services"], "@kbn/ftr-common-functional-services/*": ["packages/kbn-ftr-common-functional-services/*"], "@kbn/ftr-common-functional-ui-services": ["packages/kbn-ftr-common-functional-ui-services"], - "@kbn/ftr-common-functional-ui-services/*": ["packages/kbn-ftr-common-functional-ui-services/*"], + "@kbn/ftr-common-functional-ui-services/*": [ + "packages/kbn-ftr-common-functional-ui-services/*" + ], "@kbn/ftr-screenshot-filename": ["packages/kbn-ftr-screenshot-filename"], "@kbn/ftr-screenshot-filename/*": ["packages/kbn-ftr-screenshot-filename/*"], - "@kbn/functional-with-es-ssl-cases-test-plugin": ["x-pack/test/functional_with_es_ssl/plugins/cases"], - "@kbn/functional-with-es-ssl-cases-test-plugin/*": ["x-pack/test/functional_with_es_ssl/plugins/cases/*"], - "@kbn/gen-ai-streaming-response-example-plugin": ["x-pack/examples/gen_ai_streaming_response_example"], - "@kbn/gen-ai-streaming-response-example-plugin/*": ["x-pack/examples/gen_ai_streaming_response_example/*"], + "@kbn/functional-with-es-ssl-cases-test-plugin": [ + "x-pack/test/functional_with_es_ssl/plugins/cases" + ], + "@kbn/functional-with-es-ssl-cases-test-plugin/*": [ + "x-pack/test/functional_with_es_ssl/plugins/cases/*" + ], + "@kbn/gen-ai-streaming-response-example-plugin": [ + "x-pack/examples/gen_ai_streaming_response_example" + ], + "@kbn/gen-ai-streaming-response-example-plugin/*": [ + "x-pack/examples/gen_ai_streaming_response_example/*" + ], "@kbn/generate": ["packages/kbn-generate"], "@kbn/generate/*": ["packages/kbn-generate/*"], "@kbn/generate-console-definitions": ["packages/kbn-generate-console-definitions"], @@ -874,8 +1432,12 @@ "@kbn/global-search-plugin/*": ["x-pack/plugins/global_search/*"], "@kbn/global-search-providers-plugin": ["x-pack/plugins/global_search_providers"], "@kbn/global-search-providers-plugin/*": ["x-pack/plugins/global_search_providers/*"], - "@kbn/global-search-test-plugin": ["x-pack/test/plugin_functional/plugins/global_search_test"], - "@kbn/global-search-test-plugin/*": ["x-pack/test/plugin_functional/plugins/global_search_test/*"], + "@kbn/global-search-test-plugin": [ + "x-pack/test/plugin_functional/plugins/global_search_test" + ], + "@kbn/global-search-test-plugin/*": [ + "x-pack/test/plugin_functional/plugins/global_search_test/*" + ], "@kbn/graph-plugin": ["x-pack/plugins/graph"], "@kbn/graph-plugin/*": ["x-pack/plugins/graph/*"], "@kbn/grokdebugger-plugin": ["x-pack/plugins/grokdebugger"], @@ -907,7 +1469,9 @@ "@kbn/i18n-react": ["packages/kbn-i18n-react"], "@kbn/i18n-react/*": ["packages/kbn-i18n-react/*"], "@kbn/iframe-embedded-plugin": ["x-pack/test/functional_embedded/plugins/iframe_embedded"], - "@kbn/iframe-embedded-plugin/*": ["x-pack/test/functional_embedded/plugins/iframe_embedded/*"], + "@kbn/iframe-embedded-plugin/*": [ + "x-pack/test/functional_embedded/plugins/iframe_embedded/*" + ], "@kbn/image-embeddable-plugin": ["src/plugins/image_embeddable"], "@kbn/image-embeddable-plugin/*": ["src/plugins/image_embeddable/*"], "@kbn/import-locator": ["packages/kbn-import-locator"], @@ -932,8 +1496,12 @@ "@kbn/inspector-plugin/*": ["src/plugins/inspector/*"], "@kbn/interactive-setup-plugin": ["src/plugins/interactive_setup"], "@kbn/interactive-setup-plugin/*": ["src/plugins/interactive_setup/*"], - "@kbn/interactive-setup-test-endpoints-plugin": ["test/interactive_setup_api_integration/plugins/test_endpoints"], - "@kbn/interactive-setup-test-endpoints-plugin/*": ["test/interactive_setup_api_integration/plugins/test_endpoints/*"], + "@kbn/interactive-setup-test-endpoints-plugin": [ + "test/interactive_setup_api_integration/plugins/test_endpoints" + ], + "@kbn/interactive-setup-test-endpoints-plugin/*": [ + "test/interactive_setup_api_integration/plugins/test_endpoints/*" + ], "@kbn/interpreter": ["packages/kbn-interpreter"], "@kbn/interpreter/*": ["packages/kbn-interpreter/*"], "@kbn/io-ts-utils": ["packages/kbn-io-ts-utils"], @@ -946,14 +1514,26 @@ "@kbn/json-ast/*": ["packages/kbn-json-ast/*"], "@kbn/kbn-health-gateway-status-plugin": ["test/health_gateway/plugins/status"], "@kbn/kbn-health-gateway-status-plugin/*": ["test/health_gateway/plugins/status/*"], - "@kbn/kbn-sample-panel-action-plugin": ["test/plugin_functional/plugins/kbn_sample_panel_action"], - "@kbn/kbn-sample-panel-action-plugin/*": ["test/plugin_functional/plugins/kbn_sample_panel_action/*"], + "@kbn/kbn-sample-panel-action-plugin": [ + "test/plugin_functional/plugins/kbn_sample_panel_action" + ], + "@kbn/kbn-sample-panel-action-plugin/*": [ + "test/plugin_functional/plugins/kbn_sample_panel_action/*" + ], "@kbn/kbn-top-nav-plugin": ["test/plugin_functional/plugins/kbn_top_nav"], "@kbn/kbn-top-nav-plugin/*": ["test/plugin_functional/plugins/kbn_top_nav/*"], - "@kbn/kbn-tp-custom-visualizations-plugin": ["test/plugin_functional/plugins/kbn_tp_custom_visualizations"], - "@kbn/kbn-tp-custom-visualizations-plugin/*": ["test/plugin_functional/plugins/kbn_tp_custom_visualizations/*"], - "@kbn/kbn-tp-run-pipeline-plugin": ["test/interpreter_functional/plugins/kbn_tp_run_pipeline"], - "@kbn/kbn-tp-run-pipeline-plugin/*": ["test/interpreter_functional/plugins/kbn_tp_run_pipeline/*"], + "@kbn/kbn-tp-custom-visualizations-plugin": [ + "test/plugin_functional/plugins/kbn_tp_custom_visualizations" + ], + "@kbn/kbn-tp-custom-visualizations-plugin/*": [ + "test/plugin_functional/plugins/kbn_tp_custom_visualizations/*" + ], + "@kbn/kbn-tp-run-pipeline-plugin": [ + "test/interpreter_functional/plugins/kbn_tp_run_pipeline" + ], + "@kbn/kbn-tp-run-pipeline-plugin/*": [ + "test/interpreter_functional/plugins/kbn_tp_run_pipeline/*" + ], "@kbn/kibana-cors-test-plugin": ["x-pack/test/functional_cors/plugins/kibana_cors_test"], "@kbn/kibana-cors-test-plugin/*": ["x-pack/test/functional_cors/plugins/kibana_cors_test/*"], "@kbn/kibana-manifest-schema": ["packages/kbn-kibana-manifest-schema"], @@ -974,8 +1554,12 @@ "@kbn/lens-embeddable-utils/*": ["packages/kbn-lens-embeddable-utils/*"], "@kbn/lens-formula-docs": ["packages/kbn-lens-formula-docs"], "@kbn/lens-formula-docs/*": ["packages/kbn-lens-formula-docs/*"], - "@kbn/lens-inline-editing-example-plugin": ["x-pack/examples/lens_embeddable_inline_editing_example"], - "@kbn/lens-inline-editing-example-plugin/*": ["x-pack/examples/lens_embeddable_inline_editing_example/*"], + "@kbn/lens-inline-editing-example-plugin": [ + "x-pack/examples/lens_embeddable_inline_editing_example" + ], + "@kbn/lens-inline-editing-example-plugin/*": [ + "x-pack/examples/lens_embeddable_inline_editing_example/*" + ], "@kbn/lens-plugin": ["x-pack/plugins/lens"], "@kbn/lens-plugin/*": ["x-pack/plugins/lens/*"], "@kbn/license-api-guard-plugin": ["x-pack/plugins/license_api_guard"], @@ -1018,20 +1602,44 @@ "@kbn/management-plugin/*": ["src/plugins/management/*"], "@kbn/management-settings-application": ["packages/kbn-management/settings/application"], "@kbn/management-settings-application/*": ["packages/kbn-management/settings/application/*"], - "@kbn/management-settings-components-field-category": ["packages/kbn-management/settings/components/field_category"], - "@kbn/management-settings-components-field-category/*": ["packages/kbn-management/settings/components/field_category/*"], - "@kbn/management-settings-components-field-input": ["packages/kbn-management/settings/components/field_input"], - "@kbn/management-settings-components-field-input/*": ["packages/kbn-management/settings/components/field_input/*"], - "@kbn/management-settings-components-field-row": ["packages/kbn-management/settings/components/field_row"], - "@kbn/management-settings-components-field-row/*": ["packages/kbn-management/settings/components/field_row/*"], - "@kbn/management-settings-components-form": ["packages/kbn-management/settings/components/form"], - "@kbn/management-settings-components-form/*": ["packages/kbn-management/settings/components/form/*"], - "@kbn/management-settings-field-definition": ["packages/kbn-management/settings/field_definition"], - "@kbn/management-settings-field-definition/*": ["packages/kbn-management/settings/field_definition/*"], + "@kbn/management-settings-components-field-category": [ + "packages/kbn-management/settings/components/field_category" + ], + "@kbn/management-settings-components-field-category/*": [ + "packages/kbn-management/settings/components/field_category/*" + ], + "@kbn/management-settings-components-field-input": [ + "packages/kbn-management/settings/components/field_input" + ], + "@kbn/management-settings-components-field-input/*": [ + "packages/kbn-management/settings/components/field_input/*" + ], + "@kbn/management-settings-components-field-row": [ + "packages/kbn-management/settings/components/field_row" + ], + "@kbn/management-settings-components-field-row/*": [ + "packages/kbn-management/settings/components/field_row/*" + ], + "@kbn/management-settings-components-form": [ + "packages/kbn-management/settings/components/form" + ], + "@kbn/management-settings-components-form/*": [ + "packages/kbn-management/settings/components/form/*" + ], + "@kbn/management-settings-field-definition": [ + "packages/kbn-management/settings/field_definition" + ], + "@kbn/management-settings-field-definition/*": [ + "packages/kbn-management/settings/field_definition/*" + ], "@kbn/management-settings-ids": ["packages/kbn-management/settings/setting_ids"], "@kbn/management-settings-ids/*": ["packages/kbn-management/settings/setting_ids/*"], - "@kbn/management-settings-section-registry": ["packages/kbn-management/settings/section_registry"], - "@kbn/management-settings-section-registry/*": ["packages/kbn-management/settings/section_registry/*"], + "@kbn/management-settings-section-registry": [ + "packages/kbn-management/settings/section_registry" + ], + "@kbn/management-settings-section-registry/*": [ + "packages/kbn-management/settings/section_registry/*" + ], "@kbn/management-settings-types": ["packages/kbn-management/settings/types"], "@kbn/management-settings-types/*": ["packages/kbn-management/settings/types/*"], "@kbn/management-settings-utilities": ["packages/kbn-management/settings/utilities"], @@ -1043,7 +1651,9 @@ "@kbn/mapbox-gl": ["packages/kbn-mapbox-gl"], "@kbn/mapbox-gl/*": ["packages/kbn-mapbox-gl/*"], "@kbn/maps-custom-raster-source-plugin": ["x-pack/examples/third_party_maps_source_example"], - "@kbn/maps-custom-raster-source-plugin/*": ["x-pack/examples/third_party_maps_source_example/*"], + "@kbn/maps-custom-raster-source-plugin/*": [ + "x-pack/examples/third_party_maps_source_example/*" + ], "@kbn/maps-ems-plugin": ["src/plugins/maps_ems"], "@kbn/maps-ems-plugin/*": ["src/plugins/maps_ems/*"], "@kbn/maps-plugin": ["x-pack/plugins/maps"], @@ -1137,13 +1747,27 @@ "@kbn/observability-alert-details": ["x-pack/packages/observability/alert_details"], "@kbn/observability-alert-details/*": ["x-pack/packages/observability/alert_details/*"], "@kbn/observability-alerting-test-data": ["x-pack/packages/observability/alerting_test_data"], - "@kbn/observability-alerting-test-data/*": ["x-pack/packages/observability/alerting_test_data/*"], - "@kbn/observability-fixtures-plugin": ["x-pack/test/cases_api_integration/common/plugins/observability"], - "@kbn/observability-fixtures-plugin/*": ["x-pack/test/cases_api_integration/common/plugins/observability/*"], - "@kbn/observability-get-padded-alert-time-range-util": ["x-pack/packages/observability/get_padded_alert_time_range_util"], - "@kbn/observability-get-padded-alert-time-range-util/*": ["x-pack/packages/observability/get_padded_alert_time_range_util/*"], - "@kbn/observability-logs-explorer-plugin": ["x-pack/plugins/observability_solution/observability_logs_explorer"], - "@kbn/observability-logs-explorer-plugin/*": ["x-pack/plugins/observability_solution/observability_logs_explorer/*"], + "@kbn/observability-alerting-test-data/*": [ + "x-pack/packages/observability/alerting_test_data/*" + ], + "@kbn/observability-fixtures-plugin": [ + "x-pack/test/cases_api_integration/common/plugins/observability" + ], + "@kbn/observability-fixtures-plugin/*": [ + "x-pack/test/cases_api_integration/common/plugins/observability/*" + ], + "@kbn/observability-get-padded-alert-time-range-util": [ + "x-pack/packages/observability/get_padded_alert_time_range_util" + ], + "@kbn/observability-get-padded-alert-time-range-util/*": [ + "x-pack/packages/observability/get_padded_alert_time_range_util/*" + ], + "@kbn/observability-logs-explorer-plugin": [ + "x-pack/plugins/observability_solution/observability_logs_explorer" + ], + "@kbn/observability-logs-explorer-plugin/*": [ + "x-pack/plugins/observability_solution/observability_logs_explorer/*" + ], "@kbn/observability-onboarding-plugin": ["x-pack/plugins/observability_onboarding"], "@kbn/observability-onboarding-plugin/*": ["x-pack/plugins/observability_onboarding/*"], "@kbn/observability-plugin": ["x-pack/plugins/observability"], @@ -1151,7 +1775,9 @@ "@kbn/observability-shared-plugin": ["x-pack/plugins/observability_shared"], "@kbn/observability-shared-plugin/*": ["x-pack/plugins/observability_shared/*"], "@kbn/oidc-provider-plugin": ["x-pack/test/security_api_integration/plugins/oidc_provider"], - "@kbn/oidc-provider-plugin/*": ["x-pack/test/security_api_integration/plugins/oidc_provider/*"], + "@kbn/oidc-provider-plugin/*": [ + "x-pack/test/security_api_integration/plugins/oidc_provider/*" + ], "@kbn/open-telemetry-instrumented-plugin": ["test/common/plugins/otel_metrics"], "@kbn/open-telemetry-instrumented-plugin/*": ["test/common/plugins/otel_metrics/*"], "@kbn/openapi-bundler": ["packages/kbn-openapi-bundler"], @@ -1176,8 +1802,12 @@ "@kbn/peggy/*": ["packages/kbn-peggy/*"], "@kbn/peggy-loader": ["packages/kbn-peggy-loader"], "@kbn/peggy-loader/*": ["packages/kbn-peggy-loader/*"], - "@kbn/performance-testing-dataset-extractor": ["packages/kbn-performance-testing-dataset-extractor"], - "@kbn/performance-testing-dataset-extractor/*": ["packages/kbn-performance-testing-dataset-extractor/*"], + "@kbn/performance-testing-dataset-extractor": [ + "packages/kbn-performance-testing-dataset-extractor" + ], + "@kbn/performance-testing-dataset-extractor/*": [ + "packages/kbn-performance-testing-dataset-extractor/*" + ], "@kbn/picomatcher": ["packages/kbn-picomatcher"], "@kbn/picomatcher/*": ["packages/kbn-picomatcher/*"], "@kbn/plugin-check": ["packages/kbn-plugin-check"], @@ -1247,15 +1877,21 @@ "@kbn/reporting-export-types-csv": ["packages/kbn-reporting/export_types/csv"], "@kbn/reporting-export-types-csv/*": ["packages/kbn-reporting/export_types/csv/*"], "@kbn/reporting-export-types-csv-common": ["packages/kbn-reporting/export_types/csv_common"], - "@kbn/reporting-export-types-csv-common/*": ["packages/kbn-reporting/export_types/csv_common/*"], + "@kbn/reporting-export-types-csv-common/*": [ + "packages/kbn-reporting/export_types/csv_common/*" + ], "@kbn/reporting-export-types-pdf": ["packages/kbn-reporting/export_types/pdf"], "@kbn/reporting-export-types-pdf/*": ["packages/kbn-reporting/export_types/pdf/*"], "@kbn/reporting-export-types-pdf-common": ["packages/kbn-reporting/export_types/pdf_common"], - "@kbn/reporting-export-types-pdf-common/*": ["packages/kbn-reporting/export_types/pdf_common/*"], + "@kbn/reporting-export-types-pdf-common/*": [ + "packages/kbn-reporting/export_types/pdf_common/*" + ], "@kbn/reporting-export-types-png": ["packages/kbn-reporting/export_types/png"], "@kbn/reporting-export-types-png/*": ["packages/kbn-reporting/export_types/png/*"], "@kbn/reporting-export-types-png-common": ["packages/kbn-reporting/export_types/png_common"], - "@kbn/reporting-export-types-png-common/*": ["packages/kbn-reporting/export_types/png_common/*"], + "@kbn/reporting-export-types-png-common/*": [ + "packages/kbn-reporting/export_types/png_common/*" + ], "@kbn/reporting-mocks-server": ["packages/kbn-reporting/mocks_server"], "@kbn/reporting-mocks-server/*": ["packages/kbn-reporting/mocks_server/*"], "@kbn/reporting-plugin": ["x-pack/plugins/reporting"], @@ -1291,21 +1927,45 @@ "@kbn/safer-lodash-set": ["packages/kbn-safer-lodash-set"], "@kbn/safer-lodash-set/*": ["packages/kbn-safer-lodash-set/*"], "@kbn/saml-provider-plugin": ["x-pack/test/security_api_integration/plugins/saml_provider"], - "@kbn/saml-provider-plugin/*": ["x-pack/test/security_api_integration/plugins/saml_provider/*"], + "@kbn/saml-provider-plugin/*": [ + "x-pack/test/security_api_integration/plugins/saml_provider/*" + ], "@kbn/sample-task-plugin": ["x-pack/test/plugin_api_integration/plugins/sample_task_plugin"], - "@kbn/sample-task-plugin/*": ["x-pack/test/plugin_api_integration/plugins/sample_task_plugin/*"], - "@kbn/saved-object-export-transforms-plugin": ["test/plugin_functional/plugins/saved_object_export_transforms"], - "@kbn/saved-object-export-transforms-plugin/*": ["test/plugin_functional/plugins/saved_object_export_transforms/*"], - "@kbn/saved-object-import-warnings-plugin": ["test/plugin_functional/plugins/saved_object_import_warnings"], - "@kbn/saved-object-import-warnings-plugin/*": ["test/plugin_functional/plugins/saved_object_import_warnings/*"], - "@kbn/saved-object-test-plugin": ["x-pack/test/saved_object_api_integration/common/plugins/saved_object_test_plugin"], - "@kbn/saved-object-test-plugin/*": ["x-pack/test/saved_object_api_integration/common/plugins/saved_object_test_plugin/*"], + "@kbn/sample-task-plugin/*": [ + "x-pack/test/plugin_api_integration/plugins/sample_task_plugin/*" + ], + "@kbn/saved-object-export-transforms-plugin": [ + "test/plugin_functional/plugins/saved_object_export_transforms" + ], + "@kbn/saved-object-export-transforms-plugin/*": [ + "test/plugin_functional/plugins/saved_object_export_transforms/*" + ], + "@kbn/saved-object-import-warnings-plugin": [ + "test/plugin_functional/plugins/saved_object_import_warnings" + ], + "@kbn/saved-object-import-warnings-plugin/*": [ + "test/plugin_functional/plugins/saved_object_import_warnings/*" + ], + "@kbn/saved-object-test-plugin": [ + "x-pack/test/saved_object_api_integration/common/plugins/saved_object_test_plugin" + ], + "@kbn/saved-object-test-plugin/*": [ + "x-pack/test/saved_object_api_integration/common/plugins/saved_object_test_plugin/*" + ], "@kbn/saved-objects-finder-plugin": ["src/plugins/saved_objects_finder"], "@kbn/saved-objects-finder-plugin/*": ["src/plugins/saved_objects_finder/*"], - "@kbn/saved-objects-hidden-from-http-apis-type-plugin": ["test/plugin_functional/plugins/saved_objects_hidden_from_http_apis_type"], - "@kbn/saved-objects-hidden-from-http-apis-type-plugin/*": ["test/plugin_functional/plugins/saved_objects_hidden_from_http_apis_type/*"], - "@kbn/saved-objects-hidden-type-plugin": ["test/plugin_functional/plugins/saved_objects_hidden_type"], - "@kbn/saved-objects-hidden-type-plugin/*": ["test/plugin_functional/plugins/saved_objects_hidden_type/*"], + "@kbn/saved-objects-hidden-from-http-apis-type-plugin": [ + "test/plugin_functional/plugins/saved_objects_hidden_from_http_apis_type" + ], + "@kbn/saved-objects-hidden-from-http-apis-type-plugin/*": [ + "test/plugin_functional/plugins/saved_objects_hidden_from_http_apis_type/*" + ], + "@kbn/saved-objects-hidden-type-plugin": [ + "test/plugin_functional/plugins/saved_objects_hidden_type" + ], + "@kbn/saved-objects-hidden-type-plugin/*": [ + "test/plugin_functional/plugins/saved_objects_hidden_type/*" + ], "@kbn/saved-objects-management-plugin": ["src/plugins/saved_objects_management"], "@kbn/saved-objects-management-plugin/*": ["src/plugins/saved_objects_management/*"], "@kbn/saved-objects-plugin": ["src/plugins/saved_objects"], @@ -1340,8 +2000,12 @@ "@kbn/search-response-warnings/*": ["packages/kbn-search-response-warnings/*"], "@kbn/searchprofiler-plugin": ["x-pack/plugins/searchprofiler"], "@kbn/searchprofiler-plugin/*": ["x-pack/plugins/searchprofiler/*"], - "@kbn/security-api-integration-helpers": ["x-pack/test/security_api_integration/packages/helpers"], - "@kbn/security-api-integration-helpers/*": ["x-pack/test/security_api_integration/packages/helpers/*"], + "@kbn/security-api-integration-helpers": [ + "x-pack/test/security_api_integration/packages/helpers" + ], + "@kbn/security-api-integration-helpers/*": [ + "x-pack/test/security_api_integration/packages/helpers/*" + ], "@kbn/security-hardening": ["packages/kbn-security-hardening"], "@kbn/security-hardening/*": ["packages/kbn-security-hardening/*"], "@kbn/security-plugin": ["x-pack/plugins/security"], @@ -1356,8 +2020,12 @@ "@kbn/security-solution-ess/*": ["x-pack/plugins/security_solution_ess/*"], "@kbn/security-solution-features": ["x-pack/packages/security-solution/features"], "@kbn/security-solution-features/*": ["x-pack/packages/security-solution/features/*"], - "@kbn/security-solution-fixtures-plugin": ["x-pack/test/cases_api_integration/common/plugins/security_solution"], - "@kbn/security-solution-fixtures-plugin/*": ["x-pack/test/cases_api_integration/common/plugins/security_solution/*"], + "@kbn/security-solution-fixtures-plugin": [ + "x-pack/test/cases_api_integration/common/plugins/security_solution" + ], + "@kbn/security-solution-fixtures-plugin/*": [ + "x-pack/test/cases_api_integration/common/plugins/security_solution/*" + ], "@kbn/security-solution-navigation": ["x-pack/packages/security-solution/navigation"], "@kbn/security-solution-navigation/*": ["x-pack/packages/security-solution/navigation/*"], "@kbn/security-solution-plugin": ["x-pack/plugins/security_solution"], @@ -1366,12 +2034,20 @@ "@kbn/security-solution-serverless/*": ["x-pack/plugins/security_solution_serverless/*"], "@kbn/security-solution-side-nav": ["x-pack/packages/security-solution/side_nav"], "@kbn/security-solution-side-nav/*": ["x-pack/packages/security-solution/side_nav/*"], - "@kbn/security-solution-storybook-config": ["x-pack/packages/security-solution/storybook/config"], - "@kbn/security-solution-storybook-config/*": ["x-pack/packages/security-solution/storybook/config/*"], + "@kbn/security-solution-storybook-config": [ + "x-pack/packages/security-solution/storybook/config" + ], + "@kbn/security-solution-storybook-config/*": [ + "x-pack/packages/security-solution/storybook/config/*" + ], "@kbn/security-solution-upselling": ["x-pack/packages/security-solution/upselling"], "@kbn/security-solution-upselling/*": ["x-pack/packages/security-solution/upselling/*"], - "@kbn/security-test-endpoints-plugin": ["x-pack/test/security_functional/plugins/test_endpoints"], - "@kbn/security-test-endpoints-plugin/*": ["x-pack/test/security_functional/plugins/test_endpoints/*"], + "@kbn/security-test-endpoints-plugin": [ + "x-pack/test/security_functional/plugins/test_endpoints" + ], + "@kbn/security-test-endpoints-plugin/*": [ + "x-pack/test/security_functional/plugins/test_endpoints/*" + ], "@kbn/securitysolution-autocomplete": ["packages/kbn-securitysolution-autocomplete"], "@kbn/securitysolution-autocomplete/*": ["packages/kbn-securitysolution-autocomplete/*"], "@kbn/securitysolution-data-table": ["x-pack/packages/security-solution/data_table"], @@ -1380,16 +2056,26 @@ "@kbn/securitysolution-ecs/*": ["packages/kbn-securitysolution-ecs/*"], "@kbn/securitysolution-es-utils": ["packages/kbn-securitysolution-es-utils"], "@kbn/securitysolution-es-utils/*": ["packages/kbn-securitysolution-es-utils/*"], - "@kbn/securitysolution-exception-list-components": ["packages/kbn-securitysolution-exception-list-components"], - "@kbn/securitysolution-exception-list-components/*": ["packages/kbn-securitysolution-exception-list-components/*"], + "@kbn/securitysolution-exception-list-components": [ + "packages/kbn-securitysolution-exception-list-components" + ], + "@kbn/securitysolution-exception-list-components/*": [ + "packages/kbn-securitysolution-exception-list-components/*" + ], "@kbn/securitysolution-grouping": ["packages/kbn-securitysolution-grouping"], "@kbn/securitysolution-grouping/*": ["packages/kbn-securitysolution-grouping/*"], "@kbn/securitysolution-hook-utils": ["packages/kbn-securitysolution-hook-utils"], "@kbn/securitysolution-hook-utils/*": ["packages/kbn-securitysolution-hook-utils/*"], - "@kbn/securitysolution-io-ts-alerting-types": ["packages/kbn-securitysolution-io-ts-alerting-types"], - "@kbn/securitysolution-io-ts-alerting-types/*": ["packages/kbn-securitysolution-io-ts-alerting-types/*"], + "@kbn/securitysolution-io-ts-alerting-types": [ + "packages/kbn-securitysolution-io-ts-alerting-types" + ], + "@kbn/securitysolution-io-ts-alerting-types/*": [ + "packages/kbn-securitysolution-io-ts-alerting-types/*" + ], "@kbn/securitysolution-io-ts-list-types": ["packages/kbn-securitysolution-io-ts-list-types"], - "@kbn/securitysolution-io-ts-list-types/*": ["packages/kbn-securitysolution-io-ts-list-types/*"], + "@kbn/securitysolution-io-ts-list-types/*": [ + "packages/kbn-securitysolution-io-ts-list-types/*" + ], "@kbn/securitysolution-io-ts-types": ["packages/kbn-securitysolution-io-ts-types"], "@kbn/securitysolution-io-ts-types/*": ["packages/kbn-securitysolution-io-ts-types/*"], "@kbn/securitysolution-io-ts-utils": ["packages/kbn-securitysolution-io-ts-utils"], @@ -1418,8 +2104,12 @@ "@kbn/serverless-common-settings/*": ["packages/serverless/settings/common/*"], "@kbn/serverless-observability": ["x-pack/plugins/serverless_observability"], "@kbn/serverless-observability/*": ["x-pack/plugins/serverless_observability/*"], - "@kbn/serverless-observability-settings": ["packages/serverless/settings/observability_project"], - "@kbn/serverless-observability-settings/*": ["packages/serverless/settings/observability_project/*"], + "@kbn/serverless-observability-settings": [ + "packages/serverless/settings/observability_project" + ], + "@kbn/serverless-observability-settings/*": [ + "packages/serverless/settings/observability_project/*" + ], "@kbn/serverless-project-switcher": ["packages/serverless/project_switcher"], "@kbn/serverless-project-switcher/*": ["packages/serverless/project_switcher/*"], "@kbn/serverless-search": ["x-pack/plugins/serverless_search"], @@ -1433,7 +2123,9 @@ "@kbn/serverless-types": ["packages/serverless/types"], "@kbn/serverless-types/*": ["packages/serverless/types/*"], "@kbn/session-notifications-plugin": ["test/plugin_functional/plugins/session_notifications"], - "@kbn/session-notifications-plugin/*": ["test/plugin_functional/plugins/session_notifications/*"], + "@kbn/session-notifications-plugin/*": [ + "test/plugin_functional/plugins/session_notifications/*" + ], "@kbn/session-view-plugin": ["x-pack/plugins/session_view"], "@kbn/session-view-plugin/*": ["x-pack/plugins/session_view/*"], "@kbn/set-map": ["packages/kbn-set-map"], @@ -1489,31 +2181,57 @@ "@kbn/shared-ux-markdown-types": ["packages/shared-ux/markdown/types"], "@kbn/shared-ux-markdown-types/*": ["packages/shared-ux/markdown/types/*"], "@kbn/shared-ux-page-analytics-no-data": ["packages/shared-ux/page/analytics_no_data/impl"], - "@kbn/shared-ux-page-analytics-no-data/*": ["packages/shared-ux/page/analytics_no_data/impl/*"], - "@kbn/shared-ux-page-analytics-no-data-mocks": ["packages/shared-ux/page/analytics_no_data/mocks"], - "@kbn/shared-ux-page-analytics-no-data-mocks/*": ["packages/shared-ux/page/analytics_no_data/mocks/*"], - "@kbn/shared-ux-page-analytics-no-data-types": ["packages/shared-ux/page/analytics_no_data/types"], - "@kbn/shared-ux-page-analytics-no-data-types/*": ["packages/shared-ux/page/analytics_no_data/types/*"], + "@kbn/shared-ux-page-analytics-no-data/*": [ + "packages/shared-ux/page/analytics_no_data/impl/*" + ], + "@kbn/shared-ux-page-analytics-no-data-mocks": [ + "packages/shared-ux/page/analytics_no_data/mocks" + ], + "@kbn/shared-ux-page-analytics-no-data-mocks/*": [ + "packages/shared-ux/page/analytics_no_data/mocks/*" + ], + "@kbn/shared-ux-page-analytics-no-data-types": [ + "packages/shared-ux/page/analytics_no_data/types" + ], + "@kbn/shared-ux-page-analytics-no-data-types/*": [ + "packages/shared-ux/page/analytics_no_data/types/*" + ], "@kbn/shared-ux-page-kibana-no-data": ["packages/shared-ux/page/kibana_no_data/impl"], "@kbn/shared-ux-page-kibana-no-data/*": ["packages/shared-ux/page/kibana_no_data/impl/*"], "@kbn/shared-ux-page-kibana-no-data-mocks": ["packages/shared-ux/page/kibana_no_data/mocks"], - "@kbn/shared-ux-page-kibana-no-data-mocks/*": ["packages/shared-ux/page/kibana_no_data/mocks/*"], + "@kbn/shared-ux-page-kibana-no-data-mocks/*": [ + "packages/shared-ux/page/kibana_no_data/mocks/*" + ], "@kbn/shared-ux-page-kibana-no-data-types": ["packages/shared-ux/page/kibana_no_data/types"], - "@kbn/shared-ux-page-kibana-no-data-types/*": ["packages/shared-ux/page/kibana_no_data/types/*"], + "@kbn/shared-ux-page-kibana-no-data-types/*": [ + "packages/shared-ux/page/kibana_no_data/types/*" + ], "@kbn/shared-ux-page-kibana-template": ["packages/shared-ux/page/kibana_template/impl"], "@kbn/shared-ux-page-kibana-template/*": ["packages/shared-ux/page/kibana_template/impl/*"], - "@kbn/shared-ux-page-kibana-template-mocks": ["packages/shared-ux/page/kibana_template/mocks"], - "@kbn/shared-ux-page-kibana-template-mocks/*": ["packages/shared-ux/page/kibana_template/mocks/*"], - "@kbn/shared-ux-page-kibana-template-types": ["packages/shared-ux/page/kibana_template/types"], - "@kbn/shared-ux-page-kibana-template-types/*": ["packages/shared-ux/page/kibana_template/types/*"], + "@kbn/shared-ux-page-kibana-template-mocks": [ + "packages/shared-ux/page/kibana_template/mocks" + ], + "@kbn/shared-ux-page-kibana-template-mocks/*": [ + "packages/shared-ux/page/kibana_template/mocks/*" + ], + "@kbn/shared-ux-page-kibana-template-types": [ + "packages/shared-ux/page/kibana_template/types" + ], + "@kbn/shared-ux-page-kibana-template-types/*": [ + "packages/shared-ux/page/kibana_template/types/*" + ], "@kbn/shared-ux-page-no-data": ["packages/shared-ux/page/no_data/impl"], "@kbn/shared-ux-page-no-data/*": ["packages/shared-ux/page/no_data/impl/*"], "@kbn/shared-ux-page-no-data-config": ["packages/shared-ux/page/no_data_config/impl"], "@kbn/shared-ux-page-no-data-config/*": ["packages/shared-ux/page/no_data_config/impl/*"], "@kbn/shared-ux-page-no-data-config-mocks": ["packages/shared-ux/page/no_data_config/mocks"], - "@kbn/shared-ux-page-no-data-config-mocks/*": ["packages/shared-ux/page/no_data_config/mocks/*"], + "@kbn/shared-ux-page-no-data-config-mocks/*": [ + "packages/shared-ux/page/no_data_config/mocks/*" + ], "@kbn/shared-ux-page-no-data-config-types": ["packages/shared-ux/page/no_data_config/types"], - "@kbn/shared-ux-page-no-data-config-types/*": ["packages/shared-ux/page/no_data_config/types/*"], + "@kbn/shared-ux-page-no-data-config-types/*": [ + "packages/shared-ux/page/no_data_config/types/*" + ], "@kbn/shared-ux-page-no-data-mocks": ["packages/shared-ux/page/no_data/mocks"], "@kbn/shared-ux-page-no-data-mocks/*": ["packages/shared-ux/page/no_data/mocks/*"], "@kbn/shared-ux-page-no-data-types": ["packages/shared-ux/page/no_data/types"], @@ -1522,10 +2240,18 @@ "@kbn/shared-ux-page-solution-nav/*": ["packages/shared-ux/page/solution_nav/*"], "@kbn/shared-ux-prompt-no-data-views": ["packages/shared-ux/prompt/no_data_views/impl"], "@kbn/shared-ux-prompt-no-data-views/*": ["packages/shared-ux/prompt/no_data_views/impl/*"], - "@kbn/shared-ux-prompt-no-data-views-mocks": ["packages/shared-ux/prompt/no_data_views/mocks"], - "@kbn/shared-ux-prompt-no-data-views-mocks/*": ["packages/shared-ux/prompt/no_data_views/mocks/*"], - "@kbn/shared-ux-prompt-no-data-views-types": ["packages/shared-ux/prompt/no_data_views/types"], - "@kbn/shared-ux-prompt-no-data-views-types/*": ["packages/shared-ux/prompt/no_data_views/types/*"], + "@kbn/shared-ux-prompt-no-data-views-mocks": [ + "packages/shared-ux/prompt/no_data_views/mocks" + ], + "@kbn/shared-ux-prompt-no-data-views-mocks/*": [ + "packages/shared-ux/prompt/no_data_views/mocks/*" + ], + "@kbn/shared-ux-prompt-no-data-views-types": [ + "packages/shared-ux/prompt/no_data_views/types" + ], + "@kbn/shared-ux-prompt-no-data-views-types/*": [ + "packages/shared-ux/prompt/no_data_views/types/*" + ], "@kbn/shared-ux-prompt-not-found": ["packages/shared-ux/prompt/not_found"], "@kbn/shared-ux-prompt-not-found/*": ["packages/shared-ux/prompt/not_found/*"], "@kbn/shared-ux-router": ["packages/shared-ux/router/impl"], @@ -1552,16 +2278,24 @@ "@kbn/sort-predicates/*": ["packages/kbn-sort-predicates/*"], "@kbn/spaces-plugin": ["x-pack/plugins/spaces"], "@kbn/spaces-plugin/*": ["x-pack/plugins/spaces/*"], - "@kbn/spaces-test-plugin": ["x-pack/test/spaces_api_integration/common/plugins/spaces_test_plugin"], - "@kbn/spaces-test-plugin/*": ["x-pack/test/spaces_api_integration/common/plugins/spaces_test_plugin/*"], + "@kbn/spaces-test-plugin": [ + "x-pack/test/spaces_api_integration/common/plugins/spaces_test_plugin" + ], + "@kbn/spaces-test-plugin/*": [ + "x-pack/test/spaces_api_integration/common/plugins/spaces_test_plugin/*" + ], "@kbn/spec-to-console": ["packages/kbn-spec-to-console"], "@kbn/spec-to-console/*": ["packages/kbn-spec-to-console/*"], "@kbn/stack-alerts-plugin": ["x-pack/plugins/stack_alerts"], "@kbn/stack-alerts-plugin/*": ["x-pack/plugins/stack_alerts/*"], "@kbn/stack-connectors-plugin": ["x-pack/plugins/stack_connectors"], "@kbn/stack-connectors-plugin/*": ["x-pack/plugins/stack_connectors/*"], - "@kbn/stack-management-usage-test-plugin": ["x-pack/test/usage_collection/plugins/stack_management_usage_test"], - "@kbn/stack-management-usage-test-plugin/*": ["x-pack/test/usage_collection/plugins/stack_management_usage_test/*"], + "@kbn/stack-management-usage-test-plugin": [ + "x-pack/test/usage_collection/plugins/stack_management_usage_test" + ], + "@kbn/stack-management-usage-test-plugin/*": [ + "x-pack/test/usage_collection/plugins/stack_management_usage_test/*" + ], "@kbn/state-containers-examples-plugin": ["examples/state_containers_examples"], "@kbn/state-containers-examples-plugin/*": ["examples/state_containers_examples/*"], "@kbn/status-plugin-a-plugin": ["test/server_integration/plugins/status_plugin_a"], @@ -1576,10 +2310,18 @@ "@kbn/storybook/*": ["packages/kbn-storybook/*"], "@kbn/synthetics-plugin": ["x-pack/plugins/synthetics"], "@kbn/synthetics-plugin/*": ["x-pack/plugins/synthetics/*"], - "@kbn/task-manager-fixture-plugin": ["x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture"], - "@kbn/task-manager-fixture-plugin/*": ["x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture/*"], - "@kbn/task-manager-performance-plugin": ["x-pack/test/plugin_api_perf/plugins/task_manager_performance"], - "@kbn/task-manager-performance-plugin/*": ["x-pack/test/plugin_api_perf/plugins/task_manager_performance/*"], + "@kbn/task-manager-fixture-plugin": [ + "x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture" + ], + "@kbn/task-manager-fixture-plugin/*": [ + "x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture/*" + ], + "@kbn/task-manager-performance-plugin": [ + "x-pack/test/plugin_api_perf/plugins/task_manager_performance" + ], + "@kbn/task-manager-performance-plugin/*": [ + "x-pack/test/plugin_api_perf/plugins/task_manager_performance/*" + ], "@kbn/task-manager-plugin": ["x-pack/plugins/task_manager"], "@kbn/task-manager-plugin/*": ["x-pack/plugins/task_manager/*"], "@kbn/telemetry-collection-manager-plugin": ["src/plugins/telemetry_collection_manager"], @@ -1599,7 +2341,9 @@ "@kbn/test-eui-helpers": ["packages/kbn-test-eui-helpers"], "@kbn/test-eui-helpers/*": ["packages/kbn-test-eui-helpers/*"], "@kbn/test-feature-usage-plugin": ["x-pack/test/licensing_plugin/plugins/test_feature_usage"], - "@kbn/test-feature-usage-plugin/*": ["x-pack/test/licensing_plugin/plugins/test_feature_usage/*"], + "@kbn/test-feature-usage-plugin/*": [ + "x-pack/test/licensing_plugin/plugins/test_feature_usage/*" + ], "@kbn/test-jest-helpers": ["packages/kbn-test-jest-helpers"], "@kbn/test-jest-helpers/*": ["packages/kbn-test-jest-helpers/*"], "@kbn/test-subj-selector": ["packages/kbn-test-subj-selector"], @@ -1610,10 +2354,16 @@ "@kbn/text-based-editor/*": ["packages/kbn-text-based-editor/*"], "@kbn/text-based-languages": ["src/plugins/text_based_languages"], "@kbn/text-based-languages/*": ["src/plugins/text_based_languages/*"], - "@kbn/third-party-lens-navigation-prompt-plugin": ["x-pack/examples/third_party_lens_navigation_prompt"], - "@kbn/third-party-lens-navigation-prompt-plugin/*": ["x-pack/examples/third_party_lens_navigation_prompt/*"], + "@kbn/third-party-lens-navigation-prompt-plugin": [ + "x-pack/examples/third_party_lens_navigation_prompt" + ], + "@kbn/third-party-lens-navigation-prompt-plugin/*": [ + "x-pack/examples/third_party_lens_navigation_prompt/*" + ], "@kbn/third-party-vis-lens-example-plugin": ["x-pack/examples/third_party_vis_lens_example"], - "@kbn/third-party-vis-lens-example-plugin/*": ["x-pack/examples/third_party_vis_lens_example/*"], + "@kbn/third-party-vis-lens-example-plugin/*": [ + "x-pack/examples/third_party_vis_lens_example/*" + ], "@kbn/threat-intelligence-plugin": ["x-pack/plugins/threat_intelligence"], "@kbn/threat-intelligence-plugin/*": ["x-pack/plugins/threat_intelligence/*"], "@kbn/timelines-plugin": ["x-pack/plugins/timelines"], @@ -1631,7 +2381,9 @@ "@kbn/translations-plugin": ["x-pack/plugins/translations"], "@kbn/translations-plugin/*": ["x-pack/plugins/translations/*"], "@kbn/triggers-actions-ui-example-plugin": ["x-pack/examples/triggers_actions_ui_example"], - "@kbn/triggers-actions-ui-example-plugin/*": ["x-pack/examples/triggers_actions_ui_example/*"], + "@kbn/triggers-actions-ui-example-plugin/*": [ + "x-pack/examples/triggers_actions_ui_example/*" + ], "@kbn/triggers-actions-ui-plugin": ["x-pack/plugins/triggers_actions_ui"], "@kbn/triggers-actions-ui-plugin/*": ["x-pack/plugins/triggers_actions_ui/*"], "@kbn/triggers-actions-ui-types": ["packages/kbn-triggers-actions-ui-types"], @@ -1645,7 +2397,9 @@ "@kbn/ui-actions-browser": ["packages/kbn-ui-actions-browser"], "@kbn/ui-actions-browser/*": ["packages/kbn-ui-actions-browser/*"], "@kbn/ui-actions-enhanced-examples-plugin": ["x-pack/examples/ui_actions_enhanced_examples"], - "@kbn/ui-actions-enhanced-examples-plugin/*": ["x-pack/examples/ui_actions_enhanced_examples/*"], + "@kbn/ui-actions-enhanced-examples-plugin/*": [ + "x-pack/examples/ui_actions_enhanced_examples/*" + ], "@kbn/ui-actions-enhanced-plugin": ["src/plugins/ui_actions_enhanced"], "@kbn/ui-actions-enhanced-plugin/*": ["src/plugins/ui_actions_enhanced/*"], "@kbn/ui-actions-examples-plugin": ["examples/ui_action_examples"], @@ -1698,16 +2452,20 @@ "@kbn/user-profile-components/*": ["packages/kbn-user-profile-components/*"], "@kbn/user-profile-examples-plugin": ["examples/user_profile_examples"], "@kbn/user-profile-examples-plugin/*": ["examples/user_profile_examples/*"], - "@kbn/user-profiles-consumer-plugin": ["x-pack/test/security_api_integration/plugins/user_profiles_consumer"], - "@kbn/user-profiles-consumer-plugin/*": ["x-pack/test/security_api_integration/plugins/user_profiles_consumer/*"], + "@kbn/user-profiles-consumer-plugin": [ + "x-pack/test/security_api_integration/plugins/user_profiles_consumer" + ], + "@kbn/user-profiles-consumer-plugin/*": [ + "x-pack/test/security_api_integration/plugins/user_profiles_consumer/*" + ], "@kbn/utility-types": ["packages/kbn-utility-types"], "@kbn/utility-types/*": ["packages/kbn-utility-types/*"], "@kbn/utility-types-jest": ["packages/kbn-utility-types-jest"], "@kbn/utility-types-jest/*": ["packages/kbn-utility-types-jest/*"], "@kbn/utils": ["packages/kbn-utils"], "@kbn/utils/*": ["packages/kbn-utils/*"], - "@kbn/ux-plugin": ["x-pack/plugins/ux"], - "@kbn/ux-plugin/*": ["x-pack/plugins/ux/*"], + "@kbn/ux-plugin": ["x-pack/plugins/observability_solution/ux"], + "@kbn/ux-plugin/*": ["x-pack/plugins/observability_solution/ux/*"], "@kbn/v8-profiler-examples-plugin": ["examples/v8_profiler_examples"], "@kbn/v8-profiler-examples-plugin/*": ["examples/v8_profiler_examples/*"], "@kbn/validate-next-docs-cli": ["packages/kbn-validate-next-docs-cli"], diff --git a/x-pack/.i18nrc.json b/x-pack/.i18nrc.json index 53068575a3623..555ad38d87e9a 100644 --- a/x-pack/.i18nrc.json +++ b/x-pack/.i18nrc.json @@ -99,7 +99,7 @@ "xpack.triggersActionsUI": "plugins/triggers_actions_ui", "xpack.upgradeAssistant": "plugins/upgrade_assistant", "xpack.synthetics": ["plugins/synthetics"], - "xpack.ux": ["plugins/ux"], + "xpack.ux": ["plugins/observability_solution/ux"], "xpack.uptime": ["plugins/uptime"], "xpack.urlDrilldown": "plugins/drilldowns/url_drilldown", "xpack.watcher": "plugins/watcher" diff --git a/yarn.lock b/yarn.lock index 78cae58ed3d68..7c7794cac57f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6481,7 +6481,7 @@ version "0.0.0" uid "" -"@kbn/ux-plugin@link:x-pack/plugins/ux": +"@kbn/ux-plugin@link:x-pack/plugins/observability_solution/ux": version "0.0.0" uid ""