mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[api-docs] 2022-06-14 Daily api_docs build (#134389)
* [api-docs] Add pipeline to build api_docs daily * Fix kibanamachine remote * Add --repo * Fix PR creation * [api-docs] Daily api_docs build Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
This commit is contained in:
parent
3382a2a07a
commit
0cb1087fb4
302 changed files with 6512 additions and 4635 deletions
13
.buildkite/pipelines/build_api_docs.yml
Normal file
13
.buildkite/pipelines/build_api_docs.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
env:
|
||||
PUBLISH_API_DOCS_CHANGES: 'true'
|
||||
steps:
|
||||
- command: .buildkite/scripts/steps/build_api_docs.sh
|
||||
label: 'Build API Docs'
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
key: build_api_docs
|
||||
timeout_in_minutes: 60
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: '-1'
|
||||
limit: 3
|
|
@ -12,3 +12,22 @@ node scripts/build_ts_refs \
|
|||
|
||||
echo "--- Build API Docs"
|
||||
node --max-old-space-size=12000 scripts/build_api_docs
|
||||
|
||||
if [[ "${PUBLISH_API_DOCS_CHANGES:-}" == "true" ]]; then
|
||||
echo "--- Publish API Docs"
|
||||
|
||||
git config --global user.name kibanamachine
|
||||
git config --global user.email '42973632+kibanamachine@users.noreply.github.com'
|
||||
|
||||
branch="api_docs_$(date +%F_%H-%M-%S)"
|
||||
git checkout -b "$branch"
|
||||
git add ./*.docnav.json
|
||||
git add api_docs
|
||||
git commit -m "[api-docs] Daily api_docs build"
|
||||
|
||||
git remote add kibanamachine https://github.com/kibanamachine/kibana.git
|
||||
git push -u kibanamachine "$branch"
|
||||
prUrl=$(gh pr create --repo elastic/kibana --title "[api-docs] $(date +%F) Daily api_docs build" --body "Generated by $BUILDKITE_BUILD_URL" --label "release_note:skip" --label "backport:auto-version")
|
||||
echo "Opened PR: $prUrl"
|
||||
gh pr merge --repo elastic/kibana --auto --squash "$prUrl"
|
||||
fi
|
||||
|
|
|
@ -1781,7 +1781,7 @@
|
|||
},
|
||||
"<",
|
||||
"ActionTypeConfig",
|
||||
">[]>; getOAuthAccessToken: ({ type, options }: Readonly<{} & { type: \"client\" | \"jwt\"; options: Readonly<{} & { tokenUrl: string; config: Readonly<{} & { clientId: string; jwtKeyId: string; userIdentifierValue: string; }>; secrets: Readonly<{ privateKeyPassword?: string | undefined; } & { clientSecret: string; privateKey: string; }>; }> | Readonly<{} & { scope: string; tokenUrl: string; config: Readonly<{} & { clientId: string; tenantId: string; }>; secrets: Readonly<{} & { clientSecret: string; }>; }>; }>, configurationUtilities: ",
|
||||
">[]>; getOAuthAccessToken: ({ type, options }: Readonly<{} & { type: \"client\" | \"jwt\"; options: Readonly<{} & { config: Readonly<{} & { clientId: string; jwtKeyId: string; userIdentifierValue: string; }>; tokenUrl: string; secrets: Readonly<{ privateKeyPassword?: string | undefined; } & { clientSecret: string; privateKey: string; }>; }> | Readonly<{} & { scope: string; config: Readonly<{} & { clientId: string; tenantId: string; }>; tokenUrl: string; secrets: Readonly<{} & { clientSecret: string; }>; }>; }>, configurationUtilities: ",
|
||||
"ActionsConfigurationUtilities",
|
||||
") => Promise<{ accessToken: string | null; }>; enqueueExecution: (options: ",
|
||||
"ExecuteOptions",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/actions
|
|||
title: "actions"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the actions plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/advancedSettings
|
|||
title: "advancedSettings"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the advancedSettings plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/aiops
|
|||
title: "aiops"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the aiops plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -2770,7 +2770,15 @@
|
|||
"label": "BulkEditOperation",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ operation: \"delete\" | \"set\" | \"add\"; field: \"tags\"; value: string[]; } | { operation: \"set\" | \"add\"; field: \"actions\"; value: NormalizedAlertAction[]; }"
|
||||
"{ operation: \"delete\" | \"set\" | \"add\"; field: \"tags\"; value: string[]; } | { operation: \"set\" | \"add\"; field: \"actions\"; value: NormalizedAlertAction[]; } | { operation: \"set\"; field: \"schedule\"; value: ",
|
||||
{
|
||||
"pluginId": "alerting",
|
||||
"scope": "common",
|
||||
"docId": "kibAlertingPluginApi",
|
||||
"section": "def-common.IntervalSchedule",
|
||||
"text": "IntervalSchedule"
|
||||
},
|
||||
"; } | { operation: \"set\"; field: \"throttle\"; value: string | null; } | { operation: \"set\"; field: \"notifyWhen\"; value: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\" | null; }"
|
||||
],
|
||||
"path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/alerting
|
|||
title: "alerting"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the alerting plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/apm
|
|||
title: "apm"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the apm plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [APM UI](https://github.com/orgs/elastic/teams/apm-ui) for questions reg
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 40 | 0 | 40 | 52 |
|
||||
| 40 | 0 | 40 | 54 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/banners
|
|||
title: "banners"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the banners plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/bfetch
|
|||
title: "bfetch"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the bfetch plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/canvas
|
|||
title: "canvas"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the canvas plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -634,7 +634,7 @@
|
|||
"CaseSeverity",
|
||||
" | undefined; reporters?: string | string[] | undefined; defaultSearchOperator?: \"AND\" | \"OR\" | undefined; fields?: string | string[] | undefined; from?: string | undefined; page?: number | undefined; perPage?: number | undefined; search?: string | undefined; searchFields?: string | string[] | undefined; sortField?: string | undefined; sortOrder?: \"asc\" | \"desc\" | undefined; to?: string | undefined; owner?: string | string[] | undefined; }, signal?: AbortSignal | undefined) => Promise<",
|
||||
"Cases",
|
||||
">; getCasesStatus: (query: { from?: string | undefined; to?: string | undefined; owner?: string | string[] | undefined; }, signal?: AbortSignal | undefined) => Promise<{ countOpenCases: number; countInProgressCases: number; countClosedCases: number; }>; getCasesMetrics: (query: { features: string[]; } & { from?: string | undefined; to?: string | undefined; owner?: string | string[] | undefined; }, signal?: AbortSignal | undefined) => Promise<{ mttr?: number | undefined; }>; }; }"
|
||||
">; getCasesStatus: (query: { from?: string | undefined; to?: string | undefined; owner?: string | string[] | undefined; }, signal?: AbortSignal | undefined) => Promise<{ countOpenCases: number; countInProgressCases: number; countClosedCases: number; }>; getCasesMetrics: (query: { features: string[]; } & { from?: string | undefined; to?: string | undefined; owner?: string | string[] | undefined; }, signal?: AbortSignal | undefined) => Promise<{ mttr?: number | null | undefined; }>; }; }"
|
||||
],
|
||||
"path": "x-pack/plugins/cases/public/types.ts",
|
||||
"deprecated": false
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cases
|
|||
title: "cases"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the cases plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/charts
|
|||
title: "charts"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the charts plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cloud
|
|||
title: "cloud"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the cloud plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture
|
|||
title: "cloudSecurityPosture"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the cloudSecurityPosture plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/console
|
|||
title: "console"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the console plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/controls
|
|||
title: "controls"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the controls plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -651,9 +651,6 @@
|
|||
"description": [
|
||||
"\r\nAnalytics client's public APIs"
|
||||
],
|
||||
"signature": [
|
||||
"AnalyticsClient"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -1390,13 +1387,7 @@
|
|||
"{@link ThemeServiceSetup}"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.ThemeServiceSetup",
|
||||
"text": "ThemeServiceSetup"
|
||||
}
|
||||
"ThemeServiceSetup"
|
||||
],
|
||||
"path": "src/core/public/index.ts",
|
||||
"deprecated": false
|
||||
|
@ -1514,13 +1505,7 @@
|
|||
"{@link DocLinksStart}"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.DocLinksStart",
|
||||
"text": "DocLinksStart"
|
||||
}
|
||||
"DocLinksStart"
|
||||
],
|
||||
"path": "src/core/public/index.ts",
|
||||
"deprecated": false
|
||||
|
@ -1724,13 +1709,7 @@
|
|||
"{@link ThemeServiceStart}"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.ThemeServiceStart",
|
||||
"text": "ThemeServiceStart"
|
||||
}
|
||||
"ThemeServiceStart"
|
||||
],
|
||||
"path": "src/core/public/index.ts",
|
||||
"deprecated": false
|
||||
|
@ -1760,9 +1739,9 @@
|
|||
"tags": [],
|
||||
"label": "CoreTheme",
|
||||
"description": [
|
||||
"\nContains all the required information to apply Kibana's theme at the various levels it can be used.\n"
|
||||
"\r\nContains all the required information to apply Kibana's theme at the various levels it can be used.\r\n"
|
||||
],
|
||||
"path": "src/core/public/theme/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-theme-browser/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1774,7 +1753,7 @@
|
|||
"description": [
|
||||
"is dark mode enabled or not"
|
||||
],
|
||||
"path": "src/core/public/theme/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-theme-browser/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1931,7 +1910,7 @@
|
|||
"tags": [],
|
||||
"label": "DocLinksStart",
|
||||
"description": [],
|
||||
"path": "src/core/public/doc_links/doc_links_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-doc-links-browser/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -1941,7 +1920,7 @@
|
|||
"tags": [],
|
||||
"label": "DOC_LINK_VERSION",
|
||||
"description": [],
|
||||
"path": "src/core/public/doc_links/doc_links_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-doc-links-browser/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1951,7 +1930,7 @@
|
|||
"tags": [],
|
||||
"label": "ELASTIC_WEBSITE_URL",
|
||||
"description": [],
|
||||
"path": "src/core/public/doc_links/doc_links_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-doc-links-browser/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -1964,7 +1943,7 @@
|
|||
"signature": [
|
||||
"DocLinks"
|
||||
],
|
||||
"path": "src/core/public/doc_links/doc_links_service.ts",
|
||||
"path": "node_modules/@types/kbn__core-doc-links-browser/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -1977,9 +1956,6 @@
|
|||
"tags": [],
|
||||
"label": "EnvironmentMode",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"EnvironmentMode"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__config/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2159,9 +2135,6 @@
|
|||
"description": [
|
||||
"\r\nDefinition of the context that can be appended to the events through the {@link IAnalyticsClient.registerContextProvider}."
|
||||
],
|
||||
"signature": [
|
||||
"EventContext"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -2791,9 +2764,6 @@
|
|||
"description": [
|
||||
"\r\nBasic structure of a Shipper"
|
||||
],
|
||||
"signature": [
|
||||
"IShipper"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -3673,9 +3643,6 @@
|
|||
"description": [
|
||||
"\r\n"
|
||||
],
|
||||
"signature": [
|
||||
"OptInConfig"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -4962,9 +4929,6 @@
|
|||
"tags": [],
|
||||
"label": "PackageInfo",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"PackageInfo"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__config/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -7055,9 +7019,6 @@
|
|||
"description": [
|
||||
"\r\nShape of the events emitted by the telemetryCounter$ observable"
|
||||
],
|
||||
"signature": [
|
||||
"TelemetryCounter"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -7134,7 +7095,7 @@
|
|||
"tags": [],
|
||||
"label": "ThemeServiceSetup",
|
||||
"description": [],
|
||||
"path": "src/core/public/theme/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-theme-browser/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -7147,16 +7108,10 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/core/public/theme/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-theme-browser/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -7169,7 +7124,7 @@
|
|||
"tags": [],
|
||||
"label": "ThemeServiceStart",
|
||||
"description": [],
|
||||
"path": "src/core/public/theme/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-theme-browser/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -7182,16 +7137,10 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/core/public/theme/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-theme-browser/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -7563,9 +7512,6 @@
|
|||
"description": [
|
||||
"\r\nTypes of the Telemetry Counter: It allows to differentiate what happened to the events"
|
||||
],
|
||||
"signature": [
|
||||
"TelemetryCounterType"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -9160,9 +9106,6 @@
|
|||
"description": [
|
||||
"\r\nAnalytics client's public APIs"
|
||||
],
|
||||
"signature": [
|
||||
"AnalyticsClient"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -10115,9 +10058,6 @@
|
|||
"description": [
|
||||
"\r\nDeprecation context provided to {@link ConfigDeprecation | config deprecations}\r\n"
|
||||
],
|
||||
"signature": [
|
||||
"ConfigDeprecationContext"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__config/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -10225,9 +10165,6 @@
|
|||
"description": [
|
||||
"\r\nProvides helpers to generates the most commonly used {@link ConfigDeprecation}\r\nwhen invoking a {@link ConfigDeprecationProvider}.\r\n\r\nSee methods documentation for more detailed examples.\r\n"
|
||||
],
|
||||
"signature": [
|
||||
"ConfigDeprecationFactory"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__config/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -11044,13 +10981,7 @@
|
|||
"{@link DocLinksServiceSetup}"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.DocLinksServiceSetup",
|
||||
"text": "DocLinksServiceSetup"
|
||||
}
|
||||
"DocLinksServiceSetup"
|
||||
],
|
||||
"path": "src/core/server/index.ts",
|
||||
"deprecated": false
|
||||
|
@ -11366,13 +11297,7 @@
|
|||
"{@link DocLinksServiceStart}"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.DocLinksServiceSetup",
|
||||
"text": "DocLinksServiceSetup"
|
||||
}
|
||||
"DocLinksServiceSetup"
|
||||
],
|
||||
"path": "src/core/server/index.ts",
|
||||
"deprecated": false
|
||||
|
@ -11847,9 +11772,6 @@
|
|||
"description": [
|
||||
"\r\nSmall container object used to expose information about discovered plugins that may\r\nor may not have been started."
|
||||
],
|
||||
"signature": [
|
||||
"DiscoveredPlugin"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-base-common/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -11965,7 +11887,7 @@
|
|||
"tags": [],
|
||||
"label": "DocLinksServiceSetup",
|
||||
"description": [],
|
||||
"path": "src/core/server/doc_links/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-doc-links-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
|
@ -11977,7 +11899,7 @@
|
|||
"description": [
|
||||
"The branch/version the docLinks are pointing to"
|
||||
],
|
||||
"path": "src/core/server/doc_links/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-doc-links-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -11989,7 +11911,7 @@
|
|||
"description": [
|
||||
"The base url for the elastic website"
|
||||
],
|
||||
"path": "src/core/server/doc_links/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-doc-links-server/index.d.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
|
@ -12004,7 +11926,7 @@
|
|||
"signature": [
|
||||
"DocLinks"
|
||||
],
|
||||
"path": "src/core/server/doc_links/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-doc-links-server/index.d.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
|
@ -12435,9 +12357,6 @@
|
|||
"tags": [],
|
||||
"label": "EnvironmentMode",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"EnvironmentMode"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__config/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -12558,9 +12477,6 @@
|
|||
"description": [
|
||||
"\r\nDefinition of the context that can be appended to the events through the {@link IAnalyticsClient.registerContextProvider}."
|
||||
],
|
||||
"signature": [
|
||||
"EventContext"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -12880,7 +12796,7 @@
|
|||
"Headers used for authentication against Elasticsearch"
|
||||
],
|
||||
"signature": [
|
||||
"{ warning?: string | string[] | undefined; from?: string | string[] | undefined; date?: string | string[] | undefined; expires?: string | string[] | undefined; range?: string | string[] | undefined; location?: string | string[] | undefined; origin?: string | string[] | undefined; allow?: string | string[] | undefined; accept?: string | string[] | undefined; host?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; authorization?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; etag?: string | string[] | undefined; expect?: string | string[] | undefined; forwarded?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }"
|
||||
"{ warning?: string | string[] | undefined; from?: string | string[] | undefined; date?: string | string[] | undefined; expires?: string | string[] | undefined; range?: string | string[] | undefined; origin?: string | string[] | undefined; location?: string | string[] | undefined; allow?: string | string[] | undefined; accept?: string | string[] | undefined; host?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; authorization?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; etag?: string | string[] | undefined; expect?: string | string[] | undefined; forwarded?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }"
|
||||
],
|
||||
"path": "src/core/server/elasticsearch/types.ts",
|
||||
"deprecated": false
|
||||
|
@ -18684,9 +18600,6 @@
|
|||
"description": [
|
||||
"\r\nBasic structure of a Shipper"
|
||||
],
|
||||
"signature": [
|
||||
"IShipper"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -19152,9 +19065,6 @@
|
|||
"description": [
|
||||
"\r\nLogger exposes all the necessary methods to log any type of information and\r\nthis is the interface used by the logging consumers including plugins.\r\n"
|
||||
],
|
||||
"signature": [
|
||||
"Logger"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__logging/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -19582,9 +19492,6 @@
|
|||
"description": [
|
||||
"\r\nThe single purpose of `LoggerFactory` interface is to define a way to\r\nretrieve a context-based logger instance.\r\n"
|
||||
],
|
||||
"signature": [
|
||||
"LoggerFactory"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__logging/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -20277,9 +20184,6 @@
|
|||
"description": [
|
||||
"\r\n"
|
||||
],
|
||||
"signature": [
|
||||
"OptInConfig"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -20325,9 +20229,6 @@
|
|||
"tags": [],
|
||||
"label": "PackageInfo",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"PackageInfo"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__config/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -23469,9 +23370,6 @@
|
|||
"description": [
|
||||
"\r\nShape of the events emitted by the telemetryCounter$ observable"
|
||||
],
|
||||
"signature": [
|
||||
"TelemetryCounter"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
|
@ -24194,9 +24092,6 @@
|
|||
"tags": [],
|
||||
"label": "PluginType",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"PluginType"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__core-base-common/index.d.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -24210,9 +24105,6 @@
|
|||
"description": [
|
||||
"\r\nTypes of the Telemetry Counter: It allows to differentiate what happened to the events"
|
||||
],
|
||||
"signature": [
|
||||
"TelemetryCounterType"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__analytics-client/index.d.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -24229,7 +24121,9 @@
|
|||
"\r\nConfig deprecation hook used when invoking a {@link ConfigDeprecation}\r\n"
|
||||
],
|
||||
"signature": [
|
||||
"(details: DeprecatedConfigDetails) => void"
|
||||
"(details: ",
|
||||
"DeprecatedConfigDetails",
|
||||
") => void"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__config/index.d.ts",
|
||||
"deprecated": false,
|
||||
|
@ -24523,7 +24417,9 @@
|
|||
"label": "addDeprecation",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"(details: DeprecatedConfigDetails) => void"
|
||||
"(details: ",
|
||||
"DeprecatedConfigDetails",
|
||||
") => void"
|
||||
],
|
||||
"path": "node_modules/@types/kbn__config/index.d.ts",
|
||||
"deprecated": false,
|
||||
|
@ -24667,15 +24563,9 @@
|
|||
"label": "DocLinksServiceStart",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "server",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-server.DocLinksServiceSetup",
|
||||
"text": "DocLinksServiceSetup"
|
||||
}
|
||||
"DocLinksServiceSetup"
|
||||
],
|
||||
"path": "src/core/server/doc_links/types.ts",
|
||||
"path": "node_modules/@types/kbn__core-doc-links-server/index.d.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core
|
|||
title: "core"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the core plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for que
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 2524 | 15 | 956 | 33 |
|
||||
| 2524 | 15 | 946 | 33 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -1596,13 +1596,7 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/core/public/application/types.ts",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core-application
|
|||
title: "core.application"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the core.application plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.application']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for que
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 2524 | 15 | 956 | 33 |
|
||||
| 2524 | 15 | 946 | 33 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -1924,9 +1924,7 @@
|
|||
"signature": [
|
||||
"React.HTMLAttributes<HTMLElement> & ",
|
||||
"CommonProps",
|
||||
" & { href?: string | undefined; onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined; text: React.ReactNode; truncate?: boolean | undefined; color?: ",
|
||||
"EuiLinkColor",
|
||||
" | undefined; 'aria-current'?: boolean | \"date\" | \"page\" | \"time\" | \"true\" | \"false\" | \"step\" | \"location\" | undefined; }"
|
||||
" & { href?: string | undefined; onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined; text: React.ReactNode; truncate?: boolean | undefined; color?: \"subdued\" | \"primary\" | \"accent\" | \"success\" | \"warning\" | \"danger\" | \"text\" | \"ghost\" | undefined; 'aria-current'?: boolean | \"date\" | \"page\" | \"time\" | \"true\" | \"false\" | \"step\" | \"location\" | undefined; }"
|
||||
],
|
||||
"path": "src/core/public/chrome/types.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core-chrome
|
|||
title: "core.chrome"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the core.chrome plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.chrome']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for que
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 2524 | 15 | 956 | 33 |
|
||||
| 2524 | 15 | 946 | 33 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -2345,7 +2345,7 @@
|
|||
"\nReadonly copy of incoming request headers."
|
||||
],
|
||||
"signature": [
|
||||
"{ warning?: string | string[] | undefined; from?: string | string[] | undefined; date?: string | string[] | undefined; expires?: string | string[] | undefined; range?: string | string[] | undefined; location?: string | string[] | undefined; origin?: string | string[] | undefined; allow?: string | string[] | undefined; accept?: string | string[] | undefined; host?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; authorization?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; etag?: string | string[] | undefined; expect?: string | string[] | undefined; forwarded?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }"
|
||||
"{ warning?: string | string[] | undefined; from?: string | string[] | undefined; date?: string | string[] | undefined; expires?: string | string[] | undefined; range?: string | string[] | undefined; origin?: string | string[] | undefined; location?: string | string[] | undefined; allow?: string | string[] | undefined; accept?: string | string[] | undefined; host?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; authorization?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; etag?: string | string[] | undefined; expect?: string | string[] | undefined; forwarded?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }"
|
||||
],
|
||||
"path": "src/core/server/http/router/request.ts",
|
||||
"deprecated": false
|
||||
|
@ -9453,7 +9453,7 @@
|
|||
"\nHttp request headers to read."
|
||||
],
|
||||
"signature": [
|
||||
"{ warning?: string | string[] | undefined; from?: string | string[] | undefined; date?: string | string[] | undefined; expires?: string | string[] | undefined; range?: string | string[] | undefined; location?: string | string[] | undefined; origin?: string | string[] | undefined; allow?: string | string[] | undefined; accept?: string | string[] | undefined; host?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; authorization?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; etag?: string | string[] | undefined; expect?: string | string[] | undefined; forwarded?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }"
|
||||
"{ warning?: string | string[] | undefined; from?: string | string[] | undefined; date?: string | string[] | undefined; expires?: string | string[] | undefined; range?: string | string[] | undefined; origin?: string | string[] | undefined; location?: string | string[] | undefined; allow?: string | string[] | undefined; accept?: string | string[] | undefined; host?: string | string[] | undefined; \"accept-language\"?: string | string[] | undefined; \"accept-patch\"?: string | string[] | undefined; \"accept-ranges\"?: string | string[] | undefined; \"access-control-allow-credentials\"?: string | string[] | undefined; \"access-control-allow-headers\"?: string | string[] | undefined; \"access-control-allow-methods\"?: string | string[] | undefined; \"access-control-allow-origin\"?: string | string[] | undefined; \"access-control-expose-headers\"?: string | string[] | undefined; \"access-control-max-age\"?: string | string[] | undefined; \"access-control-request-headers\"?: string | string[] | undefined; \"access-control-request-method\"?: string | string[] | undefined; age?: string | string[] | undefined; \"alt-svc\"?: string | string[] | undefined; authorization?: string | string[] | undefined; \"cache-control\"?: string | string[] | undefined; connection?: string | string[] | undefined; \"content-disposition\"?: string | string[] | undefined; \"content-encoding\"?: string | string[] | undefined; \"content-language\"?: string | string[] | undefined; \"content-length\"?: string | string[] | undefined; \"content-location\"?: string | string[] | undefined; \"content-range\"?: string | string[] | undefined; \"content-type\"?: string | string[] | undefined; cookie?: string | string[] | undefined; etag?: string | string[] | undefined; expect?: string | string[] | undefined; forwarded?: string | string[] | undefined; \"if-match\"?: string | string[] | undefined; \"if-modified-since\"?: string | string[] | undefined; \"if-none-match\"?: string | string[] | undefined; \"if-unmodified-since\"?: string | string[] | undefined; \"last-modified\"?: string | string[] | undefined; pragma?: string | string[] | undefined; \"proxy-authenticate\"?: string | string[] | undefined; \"proxy-authorization\"?: string | string[] | undefined; \"public-key-pins\"?: string | string[] | undefined; referer?: string | string[] | undefined; \"retry-after\"?: string | string[] | undefined; \"sec-websocket-accept\"?: string | string[] | undefined; \"sec-websocket-extensions\"?: string | string[] | undefined; \"sec-websocket-key\"?: string | string[] | undefined; \"sec-websocket-protocol\"?: string | string[] | undefined; \"sec-websocket-version\"?: string | string[] | undefined; \"set-cookie\"?: string | string[] | undefined; \"strict-transport-security\"?: string | string[] | undefined; tk?: string | string[] | undefined; trailer?: string | string[] | undefined; \"transfer-encoding\"?: string | string[] | undefined; upgrade?: string | string[] | undefined; \"user-agent\"?: string | string[] | undefined; vary?: string | string[] | undefined; via?: string | string[] | undefined; \"www-authenticate\"?: string | string[] | undefined; } & { [header: string]: string | string[] | undefined; }"
|
||||
],
|
||||
"path": "src/core/server/http/router/headers.ts",
|
||||
"deprecated": false,
|
||||
|
@ -9802,7 +9802,7 @@
|
|||
"\nSet of well-known HTTP headers."
|
||||
],
|
||||
"signature": [
|
||||
"\"warning\" | \"from\" | \"date\" | \"expires\" | \"range\" | \"location\" | \"origin\" | \"allow\" | \"accept\" | \"host\" | \"accept-language\" | \"accept-patch\" | \"accept-ranges\" | \"access-control-allow-credentials\" | \"access-control-allow-headers\" | \"access-control-allow-methods\" | \"access-control-allow-origin\" | \"access-control-expose-headers\" | \"access-control-max-age\" | \"access-control-request-headers\" | \"access-control-request-method\" | \"age\" | \"alt-svc\" | \"authorization\" | \"cache-control\" | \"connection\" | \"content-disposition\" | \"content-encoding\" | \"content-language\" | \"content-length\" | \"content-location\" | \"content-range\" | \"content-type\" | \"cookie\" | \"etag\" | \"expect\" | \"forwarded\" | \"if-match\" | \"if-modified-since\" | \"if-none-match\" | \"if-unmodified-since\" | \"last-modified\" | \"pragma\" | \"proxy-authenticate\" | \"proxy-authorization\" | \"public-key-pins\" | \"referer\" | \"retry-after\" | \"sec-websocket-accept\" | \"sec-websocket-extensions\" | \"sec-websocket-key\" | \"sec-websocket-protocol\" | \"sec-websocket-version\" | \"set-cookie\" | \"strict-transport-security\" | \"tk\" | \"trailer\" | \"transfer-encoding\" | \"upgrade\" | \"user-agent\" | \"vary\" | \"via\" | \"www-authenticate\""
|
||||
"\"warning\" | \"from\" | \"date\" | \"expires\" | \"range\" | \"origin\" | \"location\" | \"allow\" | \"accept\" | \"host\" | \"accept-language\" | \"accept-patch\" | \"accept-ranges\" | \"access-control-allow-credentials\" | \"access-control-allow-headers\" | \"access-control-allow-methods\" | \"access-control-allow-origin\" | \"access-control-expose-headers\" | \"access-control-max-age\" | \"access-control-request-headers\" | \"access-control-request-method\" | \"age\" | \"alt-svc\" | \"authorization\" | \"cache-control\" | \"connection\" | \"content-disposition\" | \"content-encoding\" | \"content-language\" | \"content-length\" | \"content-location\" | \"content-range\" | \"content-type\" | \"cookie\" | \"etag\" | \"expect\" | \"forwarded\" | \"if-match\" | \"if-modified-since\" | \"if-none-match\" | \"if-unmodified-since\" | \"last-modified\" | \"pragma\" | \"proxy-authenticate\" | \"proxy-authorization\" | \"public-key-pins\" | \"referer\" | \"retry-after\" | \"sec-websocket-accept\" | \"sec-websocket-extensions\" | \"sec-websocket-key\" | \"sec-websocket-protocol\" | \"sec-websocket-version\" | \"set-cookie\" | \"strict-transport-security\" | \"tk\" | \"trailer\" | \"transfer-encoding\" | \"upgrade\" | \"user-agent\" | \"vary\" | \"via\" | \"www-authenticate\""
|
||||
],
|
||||
"path": "src/core/server/http/router/headers.ts",
|
||||
"deprecated": false,
|
||||
|
@ -12264,7 +12264,7 @@
|
|||
"\nHttp response headers to set."
|
||||
],
|
||||
"signature": [
|
||||
"Record<\"warning\" | \"from\" | \"date\" | \"expires\" | \"range\" | \"location\" | \"origin\" | \"allow\" | \"accept\" | \"host\" | \"accept-language\" | \"accept-patch\" | \"accept-ranges\" | \"access-control-allow-credentials\" | \"access-control-allow-headers\" | \"access-control-allow-methods\" | \"access-control-allow-origin\" | \"access-control-expose-headers\" | \"access-control-max-age\" | \"access-control-request-headers\" | \"access-control-request-method\" | \"age\" | \"alt-svc\" | \"authorization\" | \"cache-control\" | \"connection\" | \"content-disposition\" | \"content-encoding\" | \"content-language\" | \"content-length\" | \"content-location\" | \"content-range\" | \"content-type\" | \"cookie\" | \"etag\" | \"expect\" | \"forwarded\" | \"if-match\" | \"if-modified-since\" | \"if-none-match\" | \"if-unmodified-since\" | \"last-modified\" | \"pragma\" | \"proxy-authenticate\" | \"proxy-authorization\" | \"public-key-pins\" | \"referer\" | \"retry-after\" | \"sec-websocket-accept\" | \"sec-websocket-extensions\" | \"sec-websocket-key\" | \"sec-websocket-protocol\" | \"sec-websocket-version\" | \"set-cookie\" | \"strict-transport-security\" | \"tk\" | \"trailer\" | \"transfer-encoding\" | \"upgrade\" | \"user-agent\" | \"vary\" | \"via\" | \"www-authenticate\", string | string[]> | Record<string, string | string[]>"
|
||||
"Record<\"warning\" | \"from\" | \"date\" | \"expires\" | \"range\" | \"origin\" | \"location\" | \"allow\" | \"accept\" | \"host\" | \"accept-language\" | \"accept-patch\" | \"accept-ranges\" | \"access-control-allow-credentials\" | \"access-control-allow-headers\" | \"access-control-allow-methods\" | \"access-control-allow-origin\" | \"access-control-expose-headers\" | \"access-control-max-age\" | \"access-control-request-headers\" | \"access-control-request-method\" | \"age\" | \"alt-svc\" | \"authorization\" | \"cache-control\" | \"connection\" | \"content-disposition\" | \"content-encoding\" | \"content-language\" | \"content-length\" | \"content-location\" | \"content-range\" | \"content-type\" | \"cookie\" | \"etag\" | \"expect\" | \"forwarded\" | \"if-match\" | \"if-modified-since\" | \"if-none-match\" | \"if-unmodified-since\" | \"last-modified\" | \"pragma\" | \"proxy-authenticate\" | \"proxy-authorization\" | \"public-key-pins\" | \"referer\" | \"retry-after\" | \"sec-websocket-accept\" | \"sec-websocket-extensions\" | \"sec-websocket-key\" | \"sec-websocket-protocol\" | \"sec-websocket-version\" | \"set-cookie\" | \"strict-transport-security\" | \"tk\" | \"trailer\" | \"transfer-encoding\" | \"upgrade\" | \"user-agent\" | \"vary\" | \"via\" | \"www-authenticate\", string | string[]> | Record<string, string | string[]>"
|
||||
],
|
||||
"path": "src/core/server/http/router/headers.ts",
|
||||
"deprecated": false,
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core-http
|
|||
title: "core.http"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the core.http plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.http']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for que
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 2524 | 15 | 956 | 33 |
|
||||
| 2524 | 15 | 946 | 33 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core-savedObjects
|
|||
title: "core.savedObjects"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the core.savedObjects plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.savedObjects']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for que
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 2524 | 15 | 956 | 33 |
|
||||
| 2524 | 15 | 946 | 33 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/customIntegrations
|
|||
title: "customIntegrations"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the customIntegrations plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dashboard
|
|||
title: "dashboard"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the dashboard plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced
|
|||
title: "dashboardEnhanced"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the dashboardEnhanced plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/data
|
|||
title: "data"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the data plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3402 | 35 | 2521 | 20 |
|
||||
| 3379 | 35 | 2525 | 21 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -1805,11 +1805,11 @@
|
|||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/app.tsx"
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/mounter.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "lens",
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/app.tsx"
|
||||
"path": "x-pack/plugins/lens/public/app_plugin/mounter.tsx"
|
||||
},
|
||||
{
|
||||
"plugin": "maps",
|
||||
|
@ -3227,7 +3227,9 @@
|
|||
"signature": [
|
||||
"(timeRange: ",
|
||||
"TimeRange",
|
||||
", options: CalculateBoundsOptions) => ",
|
||||
", options: ",
|
||||
"CalculateBoundsOptions",
|
||||
") => ",
|
||||
{
|
||||
"pluginId": "data",
|
||||
"scope": "common",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/data-query
|
|||
title: "data.query"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the data.query plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3402 | 35 | 2521 | 20 |
|
||||
| 3379 | 35 | 2525 | 21 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/data-search
|
|||
title: "data.search"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the data.search plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 3402 | 35 | 2521 | 20 |
|
||||
| 3379 | 35 | 2525 | 21 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -107,6 +107,28 @@
|
|||
"path": "src/plugins/data_view_editor/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "dataViewEditor",
|
||||
"id": "def-public.DataViewEditorProps.editData",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "editData",
|
||||
"description": [
|
||||
"\nPass the data view to be edited."
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "dataViews",
|
||||
"scope": "common",
|
||||
"docId": "kibDataViewsPluginApi",
|
||||
"section": "def-common.DataView",
|
||||
"text": "DataView"
|
||||
},
|
||||
" | undefined"
|
||||
],
|
||||
"path": "src/plugins/data_view_editor/public/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "dataViewEditor",
|
||||
"id": "def-public.DataViewEditorProps.showEmptyPrompt",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dataViewEditor
|
|||
title: "dataViewEditor"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the dataViewEditor plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 14 | 0 | 7 | 0 |
|
||||
| 15 | 0 | 7 | 0 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor
|
|||
title: "dataViewFieldEditor"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the dataViewFieldEditor plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dataViewManagement
|
|||
title: "dataViewManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the dataViewManagement plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dataViews
|
|||
title: "dataViews"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the dataViews plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 987 | 1 | 187 | 1 |
|
||||
| 924 | 1 | 186 | 1 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dataVisualizer
|
|||
title: "dataVisualizer"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the dataVisualizer plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -3,7 +3,7 @@ id: kibDevDocsDeprecationsByApi
|
|||
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api
|
||||
title: Deprecated API usage by API
|
||||
summary: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
|
||||
---
|
||||
|
@ -21,15 +21,14 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibUiActionsPluginApi" section="def-public.UiActionsService.executeTriggerActions" text="executeTriggerActions"/> | data, discover, embeddable | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.UiSettingsParams.metric" text="metric"/> | advancedSettings, discover | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.UiSettingsParams.metric" text="metric"/> | advancedSettings, discover | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | encryptedSavedObjects, actions, data, cloud, ml, logstash, securitySolution | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | encryptedSavedObjects, actions, data, cloud, ml, cloudSecurityPosture, logstash, securitySolution | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | dashboard, lens, stackAlerts, visTypeTable, visTypeTimeseries, visTypeXy, visTypeVislib, expressionPartitionVis | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | management, observability, infra, apm, cloudSecurityPosture, enterpriseSearch, synthetics, ux, kibanaOverview | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | esUiShared, home, data, spaces, fleet, visualizations, lens, observability, ml, apm, cloudSecurityPosture, indexLifecycleManagement, synthetics, upgradeAssistant, ux, savedObjectsManagement, kibanaOverview | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.ExitFullScreenButton" text="ExitFullScreenButton"/> | dashboard | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.flattenHit" text="flattenHit"/> | dataViews, maps | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.flattenHit" text="flattenHit"/> | dataViews, maps | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.flattenHit" text="flattenHit"/> | maps | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | management, spaces, observability, ml, canvas, cloudSecurityPosture, enterpriseSearch, osquery, kibanaOverview | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | management, spaces, ml, canvas, cloudSecurityPosture, enterpriseSearch, osquery, kibanaOverview | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | actions, ml, enterpriseSearch, savedObjectsTagging | - |
|
||||
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionFunctionDefinition.context" text="context"/> | canvas, visTypeXy | - |
|
||||
| <DocLink id="kibExpressionsPluginApi" section="def-public.ExpressionsServiceSetup.getFunction" text="getFunction"/> | canvas | - |
|
||||
|
@ -53,6 +52,8 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.getScriptedFields" text="getScriptedFields"/> | dataViews, dataViewManagement | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.removeScriptedField" text="removeScriptedField"/> | dataViewManagement | - |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.getScriptedFields" text="getScriptedFields"/> | dataViewManagement | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | management, cloudSecurityPosture, enterpriseSearch, kibanaOverview | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-public.SecurityPluginStart.uiApi" text="uiApi"/> | enterpriseSearch | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | spaces, savedObjectsManagement | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsImportSuccess.createNewCopy" text="createNewCopy"/> | spaces, savedObjectsManagement | - |
|
||||
| <DocLink id="kibExpressionGaugePluginApi" section="def-common.GaugeState.percentageMode" text="percentageMode"/> | visTypeGauge | - |
|
||||
|
@ -150,7 +151,6 @@ Safe to remove.
|
|||
| <DocLink id="kibDataPluginApi" section="def-common.FILTERS" text="FILTERS"/> | data |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.luceneStringToDsl" text="luceneStringToDsl"/> | data |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.nodeBuilder" text="nodeBuilder"/> | data |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.nodeTypes" text="nodeTypes"/> | data |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.onlyDisabledFiltersChanged" text="onlyDisabledFiltersChanged"/> | data |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.pinFilter" text="pinFilter"/> | data |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.toElasticsearchQuery" text="toElasticsearchQuery"/> | data |
|
||||
|
|
|
@ -3,7 +3,7 @@ id: kibDevDocsDeprecationsByPlugin
|
|||
slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin
|
||||
title: Deprecated API usage by plugin
|
||||
summary: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by.
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
|
||||
---
|
||||
|
@ -49,7 +49,6 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.esKuery" text="esKuery"/> | [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx#:~:text=esKuery), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx#:~:text=esKuery), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/shared/kuery_bar/index.tsx#:~:text=esKuery) | 8.1 |
|
||||
| <DocLink id="kibHomePluginApi" section="def-public.HomePublicPluginSetup.environment" text="environment"/> | [plugin.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/plugin.ts#:~:text=environment) | 8.8.0 |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | [no_data_config.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/templates/no_data_config.ts#:~:text=KibanaPageTemplateProps), [no_data_config.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/templates/no_data_config.ts#:~:text=KibanaPageTemplateProps), [apm_main_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/templates/apm_main_template.tsx#:~:text=KibanaPageTemplateProps), [apm_main_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/templates/apm_main_template.tsx#:~:text=KibanaPageTemplateProps), [service_group_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/templates/service_group_template.tsx#:~:text=KibanaPageTemplateProps), [service_group_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/templates/service_group_template.tsx#:~:text=KibanaPageTemplateProps) | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [app_root.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/app_root.tsx#:~:text=RedirectAppLinks), [app_root.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/app_root.tsx#:~:text=RedirectAppLinks), [app_root.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/components/routing/app_root.tsx#:~:text=RedirectAppLinks) | - |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-public.PublicLicense.mode" text="mode"/> | [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode), [license_check.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/common/license_check.test.ts#:~:text=mode)+ 2 more | 8.8.0 |
|
||||
| <DocLink id="kibLicensingPluginApi" section="def-public.LicensingPluginSetup.license$" text="license$"/> | [license_context.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/apm/public/context/license/license_context.tsx#:~:text=license%24) | 8.8.0 |
|
||||
|
@ -104,6 +103,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplateProps), [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplateProps), [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplateProps), [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplateProps), [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplateProps), [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplateProps), [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplateProps), [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplateProps), [compliance_dashboard.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/pages/compliance_dashboard/compliance_dashboard.tsx#:~:text=KibanaPageTemplateProps), [compliance_dashboard.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/pages/compliance_dashboard/compliance_dashboard.tsx#:~:text=KibanaPageTemplateProps)+ 2 more | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplate), [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplate), [csp_page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/components/csp_page_template.tsx#:~:text=KibanaPageTemplate) | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/application/app.tsx#:~:text=RedirectAppLinks), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/application/app.tsx#:~:text=RedirectAppLinks), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/public/application/app.tsx#:~:text=RedirectAppLinks) | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authc" text="authc"/> | [update_rules_configuration.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/cloud_security_posture/server/routes/configuration/update_rules_configuration.ts#:~:text=authc) | - |
|
||||
|
||||
|
||||
|
||||
|
@ -269,6 +269,7 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/shared/layout/page_template.tsx#:~:text=KibanaPageTemplateProps), [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/shared/layout/page_template.tsx#:~:text=KibanaPageTemplateProps) | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [version_mismatch_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/shared/version_mismatch/version_mismatch_page.tsx#:~:text=KibanaPageTemplate), [version_mismatch_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/shared/version_mismatch/version_mismatch_page.tsx#:~:text=KibanaPageTemplate), [version_mismatch_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/shared/version_mismatch/version_mismatch_page.tsx#:~:text=KibanaPageTemplate), [error_connecting.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/error_connecting/error_connecting.tsx#:~:text=KibanaPageTemplate), [error_connecting.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/error_connecting/error_connecting.tsx#:~:text=KibanaPageTemplate), [error_connecting.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/error_connecting/error_connecting.tsx#:~:text=KibanaPageTemplate), [product_selector.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/product_selector/product_selector.tsx#:~:text=KibanaPageTemplate), [product_selector.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/product_selector/product_selector.tsx#:~:text=KibanaPageTemplate), [product_selector.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/enterprise_search_overview/components/product_selector/product_selector.tsx#:~:text=KibanaPageTemplate), [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/shared/layout/page_template.tsx#:~:text=KibanaPageTemplate)+ 11 more | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-public.SecurityPluginStart.uiApi" text="uiApi"/> | [account_settings.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi), [account_settings.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/account_settings/account_settings.tsx#:~:text=uiApi) | - |
|
||||
| <DocLink id="kibSecurityPluginApi" section="def-server.SecurityPluginSetup.authz" text="authz"/> | [check_access.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz), [check_access.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/enterprise_search/server/lib/check_access.ts#:~:text=authz) | - |
|
||||
|
||||
|
||||
|
@ -342,7 +343,6 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [use_kibana_index_patterns.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_index_patterns.ts#:~:text=indexPatterns) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [use_log_entry_rate_results_url_state.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_rate_results_url_state.tsx#:~:text=TimeRange), [use_kibana_timefilter_time.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx#:~:text=TimeRange), [use_kibana_timefilter_time.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx#:~:text=TimeRange), [use_kibana_timefilter_time.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx#:~:text=TimeRange), [use_kibana_timefilter_time.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx#:~:text=TimeRange), [use_kibana_timefilter_time.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx#:~:text=TimeRange), [log_stream_embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx#:~:text=TimeRange), [log_stream_embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx#:~:text=TimeRange), [use_log_entry_rate_results_url_state.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_rate_results_url_state.tsx#:~:text=TimeRange), [use_log_entry_rate_results_url_state.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_rate_results_url_state.tsx#:~:text=TimeRange)+ 1 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [use_log_entry_rate_results_url_state.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_rate_results_url_state.tsx#:~:text=TimeRange), [use_kibana_timefilter_time.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx#:~:text=TimeRange), [use_kibana_timefilter_time.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx#:~:text=TimeRange), [use_kibana_timefilter_time.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx#:~:text=TimeRange), [use_kibana_timefilter_time.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx#:~:text=TimeRange), [use_kibana_timefilter_time.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx#:~:text=TimeRange), [log_stream_embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx#:~:text=TimeRange), [log_stream_embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx#:~:text=TimeRange), [use_log_entry_rate_results_url_state.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_rate_results_url_state.tsx#:~:text=TimeRange), [use_log_entry_rate_results_url_state.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_rate_results_url_state.tsx#:~:text=TimeRange)+ 1 more | 8.1 |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/page_template.tsx#:~:text=KibanaPageTemplateProps), [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/logs/page_template.tsx#:~:text=KibanaPageTemplateProps), [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/page_template.tsx#:~:text=KibanaPageTemplateProps), [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/infra/public/pages/metrics/page_template.tsx#:~:text=KibanaPageTemplateProps) | - |
|
||||
|
||||
|
||||
|
||||
|
@ -379,13 +379,13 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [open_in_discover_helpers.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_helpers.ts#:~:text=TimeRange), [open_in_discover_helpers.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_helpers.ts#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [time_scale.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/expressions/time_scale/time_scale.test.ts#:~:text=TimeRange)+ 1 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/app.tsx#:~:text=syncQueryStateWithUrl), [app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/app.tsx#:~:text=syncQueryStateWithUrl) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [time_scale.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/expressions/time_scale/time_scale.test.ts#:~:text=TimeRange), [time_scale.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/expressions/time_scale/time_scale.test.ts#:~:text=TimeRange) | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [mounter.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/mounter.tsx#:~:text=syncQueryStateWithUrl), [mounter.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/mounter.tsx#:~:text=syncQueryStateWithUrl) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.fieldFormats" text="fieldFormats"/> | [ranges.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/operations/definitions/ranges/ranges.tsx#:~:text=fieldFormats), [droppable.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/indexpattern_datasource/dimension_panel/droppable/droppable.test.ts#:~:text=fieldFormats) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.Filter" text="Filter"/> | [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=Filter), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=Filter) | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.Filter" text="Filter"/> | [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=Filter), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=Filter) | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [open_in_discover_helpers.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_helpers.ts#:~:text=TimeRange), [open_in_discover_helpers.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_helpers.ts#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [time_scale.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/expressions/time_scale/time_scale.test.ts#:~:text=TimeRange)+ 1 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [open_in_discover_helpers.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_helpers.ts#:~:text=TimeRange), [open_in_discover_helpers.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_helpers.ts#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [time_scale.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/expressions/time_scale/time_scale.test.ts#:~:text=TimeRange)+ 1 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [time_scale.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/expressions/time_scale/time_scale.test.ts#:~:text=TimeRange), [time_scale.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/expressions/time_scale/time_scale.test.ts#:~:text=TimeRange) | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=TimeRange), [time_scale.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/expressions/time_scale/time_scale.test.ts#:~:text=TimeRange), [time_scale.test.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/common/expressions/time_scale/time_scale.test.ts#:~:text=TimeRange) | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.Filter" text="Filter"/> | [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=Filter), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=Filter) | 8.1 |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [workspace_panel.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel.tsx#:~:text=RedirectAppLinks), [workspace_panel.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel.tsx#:~:text=RedirectAppLinks), [workspace_panel.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/workspace_panel.tsx#:~:text=RedirectAppLinks) | - |
|
||||
| <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [display_duplicate_title_confirm_modal.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/saved_objects_utils/display_duplicate_title_confirm_modal.ts#:~:text=SavedObject), [display_duplicate_title_confirm_modal.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/saved_objects_utils/display_duplicate_title_confirm_modal.ts#:~:text=SavedObject), [check_for_duplicate_title.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/saved_objects_utils/check_for_duplicate_title.ts#:~:text=SavedObject), [check_for_duplicate_title.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/saved_objects_utils/check_for_duplicate_title.ts#:~:text=SavedObject) | 8.8.0 |
|
||||
|
@ -424,13 +424,13 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.syncQueryStateWithUrl" text="syncQueryStateWithUrl"/> | [global_sync.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts#:~:text=syncQueryStateWithUrl), [global_sync.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/url_state/global_sync.ts#:~:text=syncQueryStateWithUrl) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.DataPublicPluginStart.indexPatterns" text="indexPatterns"/> | [kibana_services.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/kibana_services.ts#:~:text=indexPatterns) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.DataView.flattenHit" text="flattenHit"/> | [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.DataView.flattenHit" text="flattenHit"/> | [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| <DocLink id="kibDataViewsPluginApi" section="def-public.DataView.flattenHit" text="flattenHit"/> | [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit), [es_search_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/es_search_source/es_search_source.tsx#:~:text=flattenHit) | - |
|
||||
| <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [render_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/render_app.tsx#:~:text=onAppLeave), [map_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx#:~:text=onAppLeave), [map_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/map_page.tsx#:~:text=onAppLeave) | 8.8.0 |
|
||||
| <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [saved_object_migrations.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/server/saved_objects/saved_object_migrations.ts#:~:text=warning) | 8.8.0 |
|
||||
|
@ -483,8 +483,6 @@ so TS and code-reference navigation might not highlight them. |
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/page_template/page_template.tsx#:~:text=KibanaPageTemplateProps), [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/page_template/page_template.tsx#:~:text=KibanaPageTemplateProps), [no_data_config.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/utils/no_data_config.ts#:~:text=KibanaPageTemplateProps), [no_data_config.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/utils/no_data_config.ts#:~:text=KibanaPageTemplateProps) | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplate" text="KibanaPageTemplate"/> | [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/page_template/page_template.tsx#:~:text=KibanaPageTemplate), [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/page_template/page_template.tsx#:~:text=KibanaPageTemplate), [page_template.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/components/shared/page_template/page_template.tsx#:~:text=KibanaPageTemplate) | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/application/index.tsx#:~:text=RedirectAppLinks), [index.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/observability/public/application/index.tsx#:~:text=RedirectAppLinks) | - |
|
||||
|
||||
|
||||
|
@ -655,7 +653,6 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | [use_no_data_config.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/app/use_no_data_config.ts#:~:text=KibanaPageTemplateProps), [use_no_data_config.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/app/use_no_data_config.ts#:~:text=KibanaPageTemplateProps) | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [alert_messages.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/lib/alert_types/alert_messages.tsx#:~:text=RedirectAppLinks), [alert_messages.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/lib/alert_types/alert_messages.tsx#:~:text=RedirectAppLinks), [alert_messages.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/lib/alert_types/alert_messages.tsx#:~:text=RedirectAppLinks), [uptime_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/app/uptime_app.tsx#:~:text=RedirectAppLinks), [uptime_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/app/uptime_app.tsx#:~:text=RedirectAppLinks), [uptime_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/legacy_uptime/app/uptime_app.tsx#:~:text=RedirectAppLinks), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=RedirectAppLinks), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=RedirectAppLinks), [synthetics_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx#:~:text=RedirectAppLinks) | - |
|
||||
|
||||
|
||||
|
@ -672,9 +669,9 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 5 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 5 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 5 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 5 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 5 more | 8.1 |
|
||||
| <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 5 more | 8.1 |
|
||||
|
||||
|
||||
|
||||
|
@ -714,7 +711,6 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
|
||||
| Deprecated API | Reference location(s) | Remove By |
|
||||
| ---------------|-----------|-----------|
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.KibanaPageTemplateProps" text="KibanaPageTemplateProps"/> | [rum_home.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ux/public/components/app/rum_dashboard/rum_home.tsx#:~:text=KibanaPageTemplateProps), [rum_home.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ux/public/components/app/rum_dashboard/rum_home.tsx#:~:text=KibanaPageTemplateProps) | - |
|
||||
| <DocLink id="kibKibanaReactPluginApi" section="def-public.RedirectAppLinks" text="RedirectAppLinks"/> | [ux_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks), [ux_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ux/public/application/ux_app.tsx#:~:text=RedirectAppLinks) | - |
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ id: kibDevDocsDeprecationsDueByTeam
|
|||
slug: /kibana-dev-docs/api-meta/deprecations-due-by-team
|
||||
title: Deprecated APIs due to be removed, by team
|
||||
summary: Lists the teams that are referencing deprecated APIs with a remove by date.
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system.
|
||||
---
|
||||
|
@ -25,9 +25,9 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
|
||||
| Plugin | Deprecated API | Reference location(s) | Remove By |
|
||||
| --------|-------|-----------|-----------|
|
||||
| uiActionsEnhanced | <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 13 more | 8.1 |
|
||||
| uiActionsEnhanced | <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 13 more | 8.1 |
|
||||
| uiActionsEnhanced | <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 13 more | 8.1 |
|
||||
| uiActionsEnhanced | <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 13 more | 8.1 |
|
||||
| uiActionsEnhanced | <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 13 more | 8.1 |
|
||||
| uiActionsEnhanced | <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [customize_time_range_modal.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_action.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_action.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [custom_time_range_badge.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/custom_time_range_badge.tsx#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [can_inherit_time_range.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/can_inherit_time_range.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange), [time_range_embeddable.ts](https://github.com/elastic/kibana/tree/master/src/plugins/ui_actions_enhanced/public/test_helpers/time_range_embeddable.ts#:~:text=TimeRange)+ 13 more | 8.1 |
|
||||
| urlDrilldown | <DocLink id="kibDataPluginApi" section="def-public.Filter" text="Filter"/> | [context_variables.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#:~:text=Filter), [context_variables.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#:~:text=Filter), [url_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#:~:text=Filter), [url_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#:~:text=Filter), [data.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#:~:text=Filter), [data.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#:~:text=Filter) | 8.1 |
|
||||
| urlDrilldown | <DocLink id="kibDataPluginApi" section="def-common.Filter" text="Filter"/> | [context_variables.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#:~:text=Filter), [context_variables.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#:~:text=Filter), [url_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#:~:text=Filter), [url_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#:~:text=Filter), [data.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#:~:text=Filter), [data.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#:~:text=Filter) | 8.1 |
|
||||
| urlDrilldown | <DocLink id="kibDataPluginApi" section="def-server.Filter" text="Filter"/> | [context_variables.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#:~:text=Filter), [context_variables.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/variables/context_variables.ts#:~:text=Filter), [url_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#:~:text=Filter), [url_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.tsx#:~:text=Filter), [data.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#:~:text=Filter), [data.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/drilldowns/url_drilldown/public/lib/test/data.ts#:~:text=Filter) | 8.1 |
|
||||
|
@ -68,9 +68,9 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
|
|||
|
||||
| Plugin | Deprecated API | Reference location(s) | Remove By |
|
||||
| --------|-------|-----------|-----------|
|
||||
| maps | <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| maps | <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| maps | <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| maps | <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| maps | <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| maps | <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/reducers/map/types.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_selectors.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/selectors/map_selectors.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [map_actions.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/actions/map_actions.ts#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [vector_source.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/classes/sources/vector_source/vector_source.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/saved_map/types.ts#:~:text=TimeRange)+ 36 more | 8.1 |
|
||||
| maps | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [render_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/render_app.tsx#:~:text=onAppLeave), [map_app.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/map_app/map_app.tsx#:~:text=onAppLeave), [map_page.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/public/routes/map_page/map_page.tsx#:~:text=onAppLeave) | 8.8.0 |
|
||||
| maps | <DocLink id="kibCorePluginApi" section="def-server.SavedObjectsMigrationLogger.warning" text="warning"/> | [saved_object_migrations.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/maps/server/saved_objects/saved_object_migrations.ts#:~:text=warning) | 8.8.0 |
|
||||
| mapsEms | <DocLink id="kibLicensingPluginApi" section="def-server.LicensingPluginSetup.license$" text="license$"/> | [index.ts](https://github.com/elastic/kibana/tree/master/src/plugins/maps_ems/server/index.ts#:~:text=license%24) | 8.8.0 |
|
||||
|
@ -238,9 +238,9 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/
|
|||
|
||||
| Plugin | Deprecated API | Reference location(s) | Remove By |
|
||||
| --------|-------|-----------|-----------|
|
||||
| visualizations | <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange)+ 29 more | 8.1 |
|
||||
| visualizations | <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange)+ 29 more | 8.1 |
|
||||
| visualizations | <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange)+ 29 more | 8.1 |
|
||||
| visualizations | <DocLink id="kibDataPluginApi" section="def-public.TimeRange" text="TimeRange"/> | [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange)+ 27 more | 8.1 |
|
||||
| visualizations | <DocLink id="kibDataPluginApi" section="def-common.TimeRange" text="TimeRange"/> | [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange)+ 27 more | 8.1 |
|
||||
| visualizations | <DocLink id="kibDataPluginApi" section="def-server.TimeRange" text="TimeRange"/> | [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [visualize_embeddable.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [types.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/types.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [locator.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/common/locator.ts#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange), [embeddable.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/embeddable/embeddable.tsx#:~:text=TimeRange)+ 27 more | 8.1 |
|
||||
| visualizations | <DocLink id="kibSavedObjectsPluginApi" section="def-public.SavedObject" text="SavedObject"/> | [display_duplicate_title_confirm_modal.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/utils/saved_objects_utils/display_duplicate_title_confirm_modal.ts#:~:text=SavedObject), [display_duplicate_title_confirm_modal.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/utils/saved_objects_utils/display_duplicate_title_confirm_modal.ts#:~:text=SavedObject), [check_for_duplicate_title.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/utils/saved_objects_utils/check_for_duplicate_title.ts#:~:text=SavedObject), [check_for_duplicate_title.ts](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/utils/saved_objects_utils/check_for_duplicate_title.ts#:~:text=SavedObject), [display_duplicate_title_confirm_modal.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/saved_objects_utils/display_duplicate_title_confirm_modal.ts#:~:text=SavedObject), [display_duplicate_title_confirm_modal.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/saved_objects_utils/display_duplicate_title_confirm_modal.ts#:~:text=SavedObject), [check_for_duplicate_title.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/saved_objects_utils/check_for_duplicate_title.ts#:~:text=SavedObject), [check_for_duplicate_title.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/persistence/saved_objects_utils/check_for_duplicate_title.ts#:~:text=SavedObject) | 8.8.0 |
|
||||
| visualizations | <DocLink id="kibCorePluginApi" section="def-public.AppMountParameters.onAppLeave" text="onAppLeave"/> | [visualize_top_nav.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/components/visualize_top_nav.tsx#:~:text=onAppLeave), [visualize_editor_common.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/components/visualize_editor_common.tsx#:~:text=onAppLeave), [app.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/app.tsx#:~:text=onAppLeave), [index.tsx](https://github.com/elastic/kibana/tree/master/src/plugins/visualizations/public/visualize_app/index.tsx#:~:text=onAppLeave), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [types.ts](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/types.ts#:~:text=onAppLeave), [mounter.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/app_plugin/mounter.tsx#:~:text=onAppLeave) | 8.8.0 |
|
||||
| lens | <DocLink id="kibDataPluginApi" section="def-public.Filter" text="Filter"/> | [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=Filter), [open_in_discover_drilldown.tsx](https://github.com/elastic/kibana/tree/master/x-pack/plugins/lens/public/trigger_actions/open_in_discover_drilldown.tsx#:~:text=Filter) | 8.1 |
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/devTools
|
|||
title: "devTools"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the devTools plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/discover
|
|||
title: "discover"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the discover plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced
|
|||
title: "discoverEnhanced"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the discoverEnhanced plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/elastic-apm-synthtrace
|
|||
title: "@elastic/apm-synthtrace"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the @elastic/apm-synthtrace plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@elastic/apm-synthtrace']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -267,13 +267,7 @@
|
|||
"label": "theme",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.ThemeServiceStart",
|
||||
"text": "ThemeServiceStart"
|
||||
}
|
||||
"ThemeServiceStart"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/panel/panel_header/panel_actions/add_panel/add_panel_action.ts",
|
||||
"deprecated": false,
|
||||
|
@ -5406,13 +5400,7 @@
|
|||
"text": "NotificationsStart"
|
||||
},
|
||||
"; SavedObjectFinder: React.ComponentType<any>; showCreateNewMenu?: boolean | undefined; reportUiCounter?: ((appName: string, type: string, eventNames: string | string[], count?: number | undefined) => void) | undefined; theme: ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.ThemeServiceStart",
|
||||
"text": "ThemeServiceStart"
|
||||
},
|
||||
"ThemeServiceStart",
|
||||
"; }) => ",
|
||||
{
|
||||
"pluginId": "core",
|
||||
|
@ -5705,13 +5693,7 @@
|
|||
"label": "theme",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.ThemeServiceStart",
|
||||
"text": "ThemeServiceStart"
|
||||
}
|
||||
"ThemeServiceStart"
|
||||
],
|
||||
"path": "src/plugins/embeddable/public/lib/panel/panel_header/panel_actions/add_panel/open_add_panel_flyout.tsx",
|
||||
"deprecated": false
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/embeddable
|
|||
title: "embeddable"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the embeddable plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced
|
|||
title: "embeddableEnhanced"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the embeddableEnhanced plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects
|
|||
title: "encryptedSavedObjects"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the encryptedSavedObjects plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch
|
|||
title: "enterpriseSearch"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the enterpriseSearch plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/esUiShared
|
|||
title: "esUiShared"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the esUiShared plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/eventAnnotation
|
|||
title: "eventAnnotation"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the eventAnnotation plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/eventLog
|
|||
title: "eventLog"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the eventLog plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -124,13 +124,7 @@
|
|||
"(theme$?: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">) => () => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
|
@ -154,13 +148,7 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx",
|
||||
|
@ -182,13 +170,7 @@
|
|||
"(theme$?: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">) => () => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
|
@ -214,13 +196,7 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionError
|
|||
title: "expressionError"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionError plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -899,13 +899,7 @@
|
|||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
"> | undefined) => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -935,13 +929,7 @@
|
|||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
"> | undefined"
|
||||
],
|
||||
"path": "src/plugins/chart_expressions/expression_gauge/common/types/expression_renderers.ts",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionGauge
|
|||
title: "expressionGauge"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionGauge plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -486,13 +486,7 @@
|
|||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
"> | undefined) => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -522,13 +516,7 @@
|
|||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
"> | undefined"
|
||||
],
|
||||
"path": "src/plugins/chart_expressions/expression_heatmap/common/types/expression_renderers.ts",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap
|
|||
title: "expressionHeatmap"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionHeatmap plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -14,13 +14,7 @@
|
|||
"(theme$?: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">) => () => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
|
@ -52,13 +46,7 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionImage
|
|||
title: "expressionImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionImage plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -14,13 +14,7 @@
|
|||
"(theme$?: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">) => () => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
|
@ -52,13 +46,7 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionMetric
|
|||
title: "expressionMetric"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionMetric plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis
|
|||
title: "expressionMetricVis"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionMetricVis plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -253,7 +253,9 @@
|
|||
"section": "def-common.SerializedFieldFormat",
|
||||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<object> | undefined; }"
|
||||
"<",
|
||||
"SerializableRecord",
|
||||
"> | undefined; }"
|
||||
],
|
||||
"path": "src/plugins/chart_expressions/expression_partition_vis/common/types/expression_renderers.ts",
|
||||
"deprecated": false
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis
|
|||
title: "expressionPartitionVis"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionPartitionVis plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -14,13 +14,7 @@
|
|||
"(theme$?: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">) => () => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
|
@ -52,13 +46,7 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage
|
|||
title: "expressionRepeatImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionRepeatImage plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -14,13 +14,7 @@
|
|||
"(theme$?: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">) => () => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
|
@ -46,13 +40,7 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage
|
|||
title: "expressionRevealImage"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionRevealImage plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -37,13 +37,7 @@
|
|||
"(theme$?: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">) => () => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
|
@ -75,13 +69,7 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/plugins/expression_shape/public/expression_renderers/progress_renderer.tsx",
|
||||
|
@ -103,13 +91,7 @@
|
|||
"(theme$?: ",
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">) => () => ",
|
||||
{
|
||||
"pluginId": "expressions",
|
||||
|
@ -141,13 +123,7 @@
|
|||
"signature": [
|
||||
"Observable",
|
||||
"<",
|
||||
{
|
||||
"pluginId": "core",
|
||||
"scope": "public",
|
||||
"docId": "kibCorePluginApi",
|
||||
"section": "def-public.CoreTheme",
|
||||
"text": "CoreTheme"
|
||||
},
|
||||
"CoreTheme",
|
||||
">"
|
||||
],
|
||||
"path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionShape
|
|||
title: "expressionShape"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionShape plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud
|
|||
title: "expressionTagcloud"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionTagcloud plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressionXY
|
|||
title: "expressionXY"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressionXY plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -27943,13 +27943,7 @@
|
|||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
"> | undefined"
|
||||
],
|
||||
"path": "src/plugins/expressions/common/expression_types/specs/datatable.ts",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/expressions
|
|||
title: "expressions"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the expressions plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/features
|
|||
title: "features"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the features plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -79,7 +79,11 @@
|
|||
"label": "getParamDefaults",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => { pattern: unknown; timezone: unknown; }"
|
||||
"() => { pattern: ",
|
||||
"Serializable",
|
||||
"; timezone: ",
|
||||
"Serializable",
|
||||
"; }"
|
||||
],
|
||||
"path": "src/plugins/field_formats/public/lib/converters/date.ts",
|
||||
"deprecated": false,
|
||||
|
@ -223,7 +227,13 @@
|
|||
"label": "getParamDefaults",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => { pattern: unknown; fallbackPattern: unknown; timezone: unknown; }"
|
||||
"() => { pattern: ",
|
||||
"Serializable",
|
||||
"; fallbackPattern: ",
|
||||
"Serializable",
|
||||
"; timezone: ",
|
||||
"Serializable",
|
||||
"; }"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/converters/date_nanos_shared.ts",
|
||||
"deprecated": false,
|
||||
|
@ -417,13 +427,7 @@
|
|||
"description": [],
|
||||
"signature": [
|
||||
"(",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
" & ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -453,7 +457,9 @@
|
|||
"section": "def-common.FieldFormatsGetConfigFn",
|
||||
"text": "FieldFormatsGetConfigFn"
|
||||
},
|
||||
"<unknown> | undefined"
|
||||
"<",
|
||||
"Serializable",
|
||||
"> | undefined"
|
||||
],
|
||||
"path": "src/plugins/field_formats/server/lib/converters/date_server.ts",
|
||||
"deprecated": false,
|
||||
|
@ -470,7 +476,11 @@
|
|||
"label": "getParamDefaults",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => { pattern: unknown; timezone: unknown; }"
|
||||
"() => { pattern: ",
|
||||
"Serializable",
|
||||
"; timezone: ",
|
||||
"Serializable",
|
||||
"; }"
|
||||
],
|
||||
"path": "src/plugins/field_formats/server/lib/converters/date_server.ts",
|
||||
"deprecated": false,
|
||||
|
@ -1521,13 +1531,7 @@
|
|||
"label": "_params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
" & ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -1555,7 +1559,9 @@
|
|||
"section": "def-common.FieldFormatsGetConfigFn",
|
||||
"text": "FieldFormatsGetConfigFn"
|
||||
},
|
||||
"<unknown> | undefined"
|
||||
"<",
|
||||
"Serializable",
|
||||
"> | undefined"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/field_format.ts",
|
||||
"deprecated": false
|
||||
|
@ -1581,13 +1587,7 @@
|
|||
"label": "_params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
" & ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -1616,7 +1616,9 @@
|
|||
"section": "def-common.FieldFormatsGetConfigFn",
|
||||
"text": "FieldFormatsGetConfigFn"
|
||||
},
|
||||
"<unknown> | undefined"
|
||||
"<",
|
||||
"Serializable",
|
||||
"> | undefined"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/field_format.ts",
|
||||
"deprecated": false,
|
||||
|
@ -1806,13 +1808,7 @@
|
|||
],
|
||||
"signature": [
|
||||
"() => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
}
|
||||
"SerializableRecord"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/field_format.ts",
|
||||
"deprecated": false,
|
||||
|
@ -1872,13 +1868,7 @@
|
|||
],
|
||||
"signature": [
|
||||
"() => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
" & ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -1906,13 +1896,7 @@
|
|||
],
|
||||
"signature": [
|
||||
"() => { id: string; params: (",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
" & ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -2109,7 +2093,9 @@
|
|||
"section": "def-common.FieldFormatsGetConfigFn",
|
||||
"text": "FieldFormatsGetConfigFn"
|
||||
},
|
||||
"<unknown> | undefined"
|
||||
"<",
|
||||
"Serializable",
|
||||
"> | undefined"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/field_formats_registry.ts",
|
||||
"deprecated": false
|
||||
|
@ -2131,13 +2117,7 @@
|
|||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
"> | undefined) => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -2166,13 +2146,7 @@
|
|||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
"> | undefined"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/field_formats_registry.ts",
|
||||
|
@ -2198,7 +2172,9 @@
|
|||
"section": "def-common.FieldFormatsGetConfigFn",
|
||||
"text": "FieldFormatsGetConfigFn"
|
||||
},
|
||||
"<unknown>, metaParamsOptions?: ",
|
||||
"<",
|
||||
"Serializable",
|
||||
">, metaParamsOptions?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
|
@ -2234,7 +2210,9 @@
|
|||
"section": "def-common.FieldFormatsGetConfigFn",
|
||||
"text": "FieldFormatsGetConfigFn"
|
||||
},
|
||||
"<unknown>"
|
||||
"<",
|
||||
"Serializable",
|
||||
">"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/field_formats_registry.ts",
|
||||
"deprecated": false,
|
||||
|
@ -2603,13 +2581,7 @@
|
|||
],
|
||||
"signature": [
|
||||
"(formatId: string, params?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
") => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -2644,13 +2616,7 @@
|
|||
"label": "params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
}
|
||||
"SerializableRecord"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/field_formats_registry.ts",
|
||||
"deprecated": false,
|
||||
|
@ -2676,13 +2642,7 @@
|
|||
", esTypes?: ",
|
||||
"ES_FIELD_TYPES",
|
||||
"[] | undefined, params?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
") => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -2732,13 +2692,7 @@
|
|||
"label": "params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
}
|
||||
"SerializableRecord"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/field_formats_registry.ts",
|
||||
"deprecated": false,
|
||||
|
@ -2861,13 +2815,7 @@
|
|||
", esTypes?: ",
|
||||
"ES_FIELD_TYPES",
|
||||
"[] | undefined, params?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
") => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -2917,13 +2865,7 @@
|
|||
"label": "params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
}
|
||||
"SerializableRecord"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/field_formats_registry.ts",
|
||||
"deprecated": false,
|
||||
|
@ -3694,7 +3636,9 @@
|
|||
"label": "getParamDefaults",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"() => { pattern: unknown; fractional: boolean; }"
|
||||
"() => { pattern: ",
|
||||
"Serializable",
|
||||
"; fractional: boolean; }"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/converters/percent.ts",
|
||||
"deprecated": false,
|
||||
|
@ -4379,13 +4323,7 @@
|
|||
"label": "params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
" & ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -4544,61 +4482,6 @@
|
|||
}
|
||||
],
|
||||
"interfaces": [
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatConfig",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "FieldFormatConfig",
|
||||
"description": [],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatConfig.id",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatConfig.params",
|
||||
"type": "Object",
|
||||
"tags": [],
|
||||
"label": "params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
}
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatConfig.es",
|
||||
"type": "CompoundType",
|
||||
"tags": [],
|
||||
"label": "es",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"boolean | undefined"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatConvert",
|
||||
|
@ -4754,34 +4637,6 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatParams",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "FieldFormatParams",
|
||||
"description": [
|
||||
"\nParams provided when creating a formatter.\nParams are vary per formatter\n\nTODO: support strict typing for params depending on format type\nhttps://github.com/elastic/kibana/issues/108158"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatParams.Unnamed",
|
||||
"type": "IndexSignature",
|
||||
"tags": [],
|
||||
"label": "[param: string]: any",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"[param: string]: any"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.HtmlContextTypeOptions",
|
||||
|
@ -4836,57 +4691,6 @@
|
|||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.SerializedFieldFormat",
|
||||
"type": "Interface",
|
||||
"tags": [],
|
||||
"label": "SerializedFieldFormat",
|
||||
"description": [
|
||||
"\nJSON representation of a field formatter configuration.\nIs used to carry information about how to format data in\na data table as part of the column definition.\n"
|
||||
],
|
||||
"signature": [
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.SerializedFieldFormat",
|
||||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<TParams>"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false,
|
||||
"children": [
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.SerializedFieldFormat.id",
|
||||
"type": "string",
|
||||
"tags": [],
|
||||
"label": "id",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"string | undefined"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.SerializedFieldFormat.params",
|
||||
"type": "Uncategorized",
|
||||
"tags": [],
|
||||
"label": "params",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"TParams | undefined"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false
|
||||
}
|
||||
],
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.TextContextTypeOptions",
|
||||
|
@ -4964,6 +4768,22 @@
|
|||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatConfig",
|
||||
"type": "Type",
|
||||
"tags": [],
|
||||
"label": "FieldFormatConfig",
|
||||
"description": [],
|
||||
"signature": [
|
||||
"{ id: string; params: ",
|
||||
"SerializableRecord",
|
||||
"; es?: boolean | undefined; }"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatConvertFunction",
|
||||
|
@ -5023,13 +4843,7 @@
|
|||
],
|
||||
"signature": [
|
||||
"(new (params?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
" | undefined, getConfig?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -5038,7 +4852,9 @@
|
|||
"section": "def-common.FieldFormatsGetConfigFn",
|
||||
"text": "FieldFormatsGetConfigFn"
|
||||
},
|
||||
"<unknown> | undefined) => ",
|
||||
"<",
|
||||
"Serializable",
|
||||
"> | undefined) => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
|
@ -5052,6 +4868,22 @@
|
|||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatParams",
|
||||
"type": "Type",
|
||||
"tags": [],
|
||||
"label": "FieldFormatParams",
|
||||
"description": [
|
||||
"\nParams provided when creating a formatter.\nParams are vary per formatter\n\nTODO: support strict typing for params depending on format type\nhttps://github.com/elastic/kibana/issues/108158"
|
||||
],
|
||||
"signature": [
|
||||
"SerializableRecord"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.FieldFormatsContentType",
|
||||
|
@ -5177,13 +5009,7 @@
|
|||
" | ",
|
||||
"KBN_FIELD_TYPES",
|
||||
"; getInstance: (formatId: string, params?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
") => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -5197,13 +5023,7 @@
|
|||
", esTypes?: ",
|
||||
"ES_FIELD_TYPES",
|
||||
"[] | undefined, params?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
") => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -5231,13 +5051,7 @@
|
|||
", esTypes?: ",
|
||||
"ES_FIELD_TYPES",
|
||||
"[] | undefined, params?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
") => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -5277,13 +5091,7 @@
|
|||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
"> | undefined) => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -5313,13 +5121,7 @@
|
|||
"text": "SerializedFieldFormat"
|
||||
},
|
||||
"<",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
"> | undefined"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
|
@ -5438,7 +5240,9 @@
|
|||
"section": "def-common.FieldFormatsGetConfigFn",
|
||||
"text": "FieldFormatsGetConfigFn"
|
||||
},
|
||||
"<unknown>, metaParamsOptions?: ",
|
||||
"<",
|
||||
"Serializable",
|
||||
">, metaParamsOptions?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
|
@ -5523,13 +5327,7 @@
|
|||
" | ",
|
||||
"KBN_FIELD_TYPES",
|
||||
"; getInstance: (formatId: string, params?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
") => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -5543,13 +5341,7 @@
|
|||
", esTypes?: ",
|
||||
"ES_FIELD_TYPES",
|
||||
"[] | undefined, params?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
") => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -5577,13 +5369,7 @@
|
|||
", esTypes?: ",
|
||||
"ES_FIELD_TYPES",
|
||||
"[] | undefined, params?: ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
"scope": "common",
|
||||
"docId": "kibFieldFormatsPluginApi",
|
||||
"section": "def-common.FieldFormatParams",
|
||||
"text": "FieldFormatParams"
|
||||
},
|
||||
"SerializableRecord",
|
||||
") => ",
|
||||
{
|
||||
"pluginId": "fieldFormats",
|
||||
|
@ -5606,6 +5392,22 @@
|
|||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.SerializedFieldFormat",
|
||||
"type": "Type",
|
||||
"tags": [],
|
||||
"label": "SerializedFieldFormat",
|
||||
"description": [
|
||||
"\nJSON representation of a field formatter configuration.\nIs used to carry information about how to format data in\na data table as part of the column definition.\n"
|
||||
],
|
||||
"signature": [
|
||||
"{ id?: string | undefined; params?: TParams | undefined; }"
|
||||
],
|
||||
"path": "src/plugins/field_formats/common/types.ts",
|
||||
"deprecated": false,
|
||||
"initialIsOpen": false
|
||||
},
|
||||
{
|
||||
"parentPluginId": "fieldFormats",
|
||||
"id": "def-common.TEXT_CONTEXT_TYPE",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/fieldFormats
|
|||
title: "fieldFormats"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the fieldFormats plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
@ -18,7 +18,7 @@ Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services
|
|||
|
||||
| Public API count | Any count | Items lacking comments | Missing exports |
|
||||
|-------------------|-----------|------------------------|-----------------|
|
||||
| 294 | 5 | 255 | 3 |
|
||||
| 288 | 5 | 249 | 3 |
|
||||
|
||||
## Client
|
||||
|
||||
|
|
|
@ -569,6 +569,8 @@
|
|||
"ES_FIELD_TYPES",
|
||||
".TEXT | ",
|
||||
"ES_FIELD_TYPES",
|
||||
".MATCH_ONLY_TEXT | ",
|
||||
"ES_FIELD_TYPES",
|
||||
".KEYWORD | ",
|
||||
"ES_FIELD_TYPES",
|
||||
".VERSION | ",
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/fileUpload
|
|||
title: "fileUpload"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the fileUpload plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/fleet
|
|||
title: "fleet"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the fleet plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/globalSearch
|
|||
title: "globalSearch"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the globalSearch plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/home
|
|||
title: "home"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the home plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement
|
|||
title: "indexLifecycleManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the indexLifecycleManagement plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/indexManagement
|
|||
title: "indexManagement"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the indexManagement plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/infra
|
|||
title: "infra"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the infra plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/inspector
|
|||
title: "inspector"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the inspector plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/interactiveSetup
|
|||
title: "interactiveSetup"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the interactiveSetup plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-ace
|
|||
title: "@kbn/ace"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the @kbn/ace plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ace']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-utils
|
|||
title: "@kbn/aiops-utils"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the @kbn/aiops-utils plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-utils']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-alerts
|
|||
title: "@kbn/alerts"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the @kbn/alerts plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
|
@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/kbn-analytics
|
|||
title: "@kbn/analytics"
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the @kbn/analytics plugin
|
||||
date: 2022-06-07
|
||||
date: 2022-06-14
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics']
|
||||
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
|
||||
---
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue