mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
6365 lines
No EOL
234 KiB
JSON
6365 lines
No EOL
234 KiB
JSON
{
|
|
"id": "kibanaReact",
|
|
"client": {
|
|
"classes": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange",
|
|
"type": "Class",
|
|
"tags": [],
|
|
"label": "ValidatedDualRange",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ValidatedDualRange",
|
|
"text": "ValidatedDualRange"
|
|
},
|
|
" extends React.Component<Props, {}, any>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange.defaultProps",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "defaultProps",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange.defaultProps.allowEmptyRange",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "allowEmptyRange",
|
|
"description": [],
|
|
"signature": [
|
|
"true"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange.defaultProps.fullWidth",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "fullWidth",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange.defaultProps.compressed",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "compressed",
|
|
"description": [],
|
|
"signature": [
|
|
"false"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange.getDerivedStateFromProps",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "getDerivedStateFromProps",
|
|
"description": [],
|
|
"signature": [
|
|
"(nextProps: Props, prevState: State) => { value: [string | number, string | number] | undefined; prevValue: [string | number, string | number] | undefined; isValid: boolean; errorMessage: string; } | null"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange.getDerivedStateFromProps.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "nextProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Props"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange.getDerivedStateFromProps.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "prevState",
|
|
"description": [],
|
|
"signature": [
|
|
"State"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange.state",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "state",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": []
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange._onChange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "_onChange",
|
|
"description": [],
|
|
"signature": [
|
|
"(value: [string | number, string | number]) => void"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange._onChange.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
"[string | number, string | number]"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ValidatedDualRange.render",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "render",
|
|
"description": [],
|
|
"signature": [
|
|
"() => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.CodeEditor",
|
|
"type": "Function",
|
|
"tags": [
|
|
"see"
|
|
],
|
|
"label": "CodeEditor",
|
|
"description": [
|
|
"\nRenders a Monaco code editor with EUI color theme.\n"
|
|
],
|
|
"signature": [
|
|
"(props: React.PropsWithChildren<",
|
|
"Props",
|
|
">) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.CodeEditor.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
"Props",
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.CodeEditorField",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "CodeEditorField",
|
|
"description": [
|
|
"\nRenders a Monaco code editor in the same style as other EUI form fields."
|
|
],
|
|
"signature": [
|
|
"(props: React.PropsWithChildren<",
|
|
"Props",
|
|
">) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.CodeEditorField.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
"Props",
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.createKibanaReactContext",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createKibanaReactContext",
|
|
"description": [],
|
|
"signature": [
|
|
"<Services extends Partial<",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
">>(services: Services) => ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactContext",
|
|
"text": "KibanaReactContext"
|
|
},
|
|
"<Services>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/context.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.createKibanaReactContext.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "services",
|
|
"description": [],
|
|
"signature": [
|
|
"Services"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/context.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.createNotifications",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createNotifications",
|
|
"description": [],
|
|
"signature": [
|
|
"(services: Partial<",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
">) => ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactNotifications",
|
|
"text": "KibanaReactNotifications"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/notifications/create_notifications.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.createNotifications.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "services",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/notifications/create_notifications.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.createReactOverlays",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createReactOverlays",
|
|
"description": [],
|
|
"signature": [
|
|
"(services: Partial<",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
">) => ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactOverlays",
|
|
"text": "KibanaReactOverlays"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overlays/create_react_overlays.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.createReactOverlays.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "services",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overlays/create_react_overlays.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ElasticAgentCard",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ElasticAgentCard",
|
|
"description": [
|
|
"\nApplies extra styling to a typical EuiAvatar"
|
|
],
|
|
"signature": [
|
|
"({ solution, recommended, title, href, button, layout, category, ...cardRest }: React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ElasticAgentCardProps",
|
|
"text": "ElasticAgentCardProps"
|
|
},
|
|
">) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ElasticAgentCard.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{\n solution,\n recommended,\n title,\n href,\n button,\n layout,\n category,\n ...cardRest\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ElasticAgentCardProps",
|
|
"text": "ElasticAgentCardProps"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaContextProvider",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "KibanaContextProvider",
|
|
"description": [],
|
|
"signature": [
|
|
"React.FunctionComponent<{ services?: {} | undefined; }>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/context.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaContextProvider.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P & { children?: React.ReactNode; }"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaContextProvider.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaPageTemplateSolutionNavAvatar",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "KibanaPageTemplateSolutionNavAvatar",
|
|
"description": [
|
|
"\nApplies extra styling to a typical EuiAvatar"
|
|
],
|
|
"signature": [
|
|
"({ className, size, ...rest }: React.PropsWithChildren<",
|
|
"KibanaPageTemplateSolutionNavAvatarProps",
|
|
">) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/solution_nav/solution_nav_avatar.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaPageTemplateSolutionNavAvatar.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{ className, size, ...rest }",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
"KibanaPageTemplateSolutionNavAvatarProps",
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/solution_nav/solution_nav_avatar.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaThemeProvider",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "KibanaThemeProvider",
|
|
"description": [],
|
|
"signature": [
|
|
"({ children, theme$, modify }: ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaThemeProviderProps",
|
|
"text": "KibanaThemeProviderProps"
|
|
},
|
|
") => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/theme.tsx",
|
|
"deprecated": true,
|
|
"trackAdoption": false,
|
|
"references": [
|
|
{
|
|
"plugin": "share",
|
|
"path": "src/plugins/share/public/services/share_menu_manager.tsx"
|
|
},
|
|
{
|
|
"plugin": "share",
|
|
"path": "src/plugins/share/public/services/share_menu_manager.tsx"
|
|
},
|
|
{
|
|
"plugin": "share",
|
|
"path": "src/plugins/share/public/services/share_menu_manager.tsx"
|
|
},
|
|
{
|
|
"plugin": "uiActions",
|
|
"path": "src/plugins/ui_actions/public/context_menu/open_context_menu.tsx"
|
|
},
|
|
{
|
|
"plugin": "uiActions",
|
|
"path": "src/plugins/ui_actions/public/context_menu/open_context_menu.tsx"
|
|
},
|
|
{
|
|
"plugin": "uiActions",
|
|
"path": "src/plugins/ui_actions/public/context_menu/open_context_menu.tsx"
|
|
},
|
|
{
|
|
"plugin": "guidedOnboarding",
|
|
"path": "src/plugins/guided_onboarding/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "guidedOnboarding",
|
|
"path": "src/plugins/guided_onboarding/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "guidedOnboarding",
|
|
"path": "src/plugins/guided_onboarding/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "serverless",
|
|
"path": "x-pack/plugins/serverless/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "serverless",
|
|
"path": "x-pack/plugins/serverless/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "serverless",
|
|
"path": "x-pack/plugins/serverless/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "management",
|
|
"path": "src/plugins/management/public/components/management_app/management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "management",
|
|
"path": "src/plugins/management/public/components/management_app/management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "management",
|
|
"path": "src/plugins/management/public/components/management_app/management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "spaces",
|
|
"path": "x-pack/plugins/spaces/public/management/spaces_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "spaces",
|
|
"path": "x-pack/plugins/spaces/public/management/spaces_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "spaces",
|
|
"path": "x-pack/plugins/spaces/public/management/spaces_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "spaces",
|
|
"path": "x-pack/plugins/spaces/public/nav_control/nav_control.tsx"
|
|
},
|
|
{
|
|
"plugin": "spaces",
|
|
"path": "x-pack/plugins/spaces/public/nav_control/nav_control.tsx"
|
|
},
|
|
{
|
|
"plugin": "spaces",
|
|
"path": "x-pack/plugins/spaces/public/nav_control/nav_control.tsx"
|
|
},
|
|
{
|
|
"plugin": "spaces",
|
|
"path": "x-pack/plugins/spaces/public/space_selector/space_selector.tsx"
|
|
},
|
|
{
|
|
"plugin": "spaces",
|
|
"path": "x-pack/plugins/spaces/public/space_selector/space_selector.tsx"
|
|
},
|
|
{
|
|
"plugin": "spaces",
|
|
"path": "x-pack/plugins/spaces/public/space_selector/space_selector.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/save_modal/show_saved_object_save_modal.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/save_modal/show_saved_object_save_modal.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/save_modal/show_saved_object_save_modal.tsx"
|
|
},
|
|
{
|
|
"plugin": "indexManagement",
|
|
"path": "x-pack/plugins/index_management/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "indexManagement",
|
|
"path": "x-pack/plugins/index_management/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "indexManagement",
|
|
"path": "x-pack/plugins/index_management/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "indexManagement",
|
|
"path": "x-pack/plugins/index_management/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/utils/use/use_visualize_app_state.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/utils/use/use_visualize_app_state.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/utils/use/use_visualize_app_state.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/embeddable/visualize_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/wizard/show_new_vis.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/wizard/show_new_vis.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/wizard/show_new_vis.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_no_match.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_no_match.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_no_match.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/options_list/embeddable/options_list_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/options_list/embeddable/options_list_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/options_list/embeddable/options_list_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/range_slider/embeddable/range_slider_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/range_slider/embeddable/range_slider_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/range_slider/embeddable/range_slider_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/control_group/embeddable/control_group_container.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/control_group/embeddable/control_group_container.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/control_group/embeddable/control_group_container.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/time_slider/embeddable/time_slider_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/time_slider/embeddable/time_slider_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/time_slider/embeddable/time_slider_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_app/dashboard_router.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_app/dashboard_router.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_app/dashboard_router.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsTagging",
|
|
"path": "x-pack/plugins/saved_objects_tagging/public/management/mount_section.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsTagging",
|
|
"path": "x-pack/plugins/saved_objects_tagging/public/management/mount_section.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsTagging",
|
|
"path": "x-pack/plugins/saved_objects_tagging/public/management/mount_section.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionXY",
|
|
"path": "src/plugins/chart_expressions/expression_xy/public/expression_renderers/xy_chart_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionXY",
|
|
"path": "src/plugins/chart_expressions/expression_xy/public/expression_renderers/xy_chart_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionXY",
|
|
"path": "src/plugins/chart_expressions/expression_xy/public/expression_renderers/xy_chart_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/datasources/form_based/help_popover.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/datasources/form_based/help_popover.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/datasources/form_based/help_popover.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/visualizations/datatable/expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/visualizations/datatable/expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/visualizations/datatable/expression.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionMetricVis",
|
|
"path": "src/plugins/chart_expressions/expression_metric/public/expression_renderers/metric_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionMetricVis",
|
|
"path": "src/plugins/chart_expressions/expression_metric/public/expression_renderers/metric_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionMetricVis",
|
|
"path": "src/plugins/chart_expressions/expression_metric/public/expression_renderers/metric_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/visualizations/xy/annotations/actions/save_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionGauge",
|
|
"path": "src/plugins/chart_expressions/expression_gauge/public/expression_renderers/gauge_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionGauge",
|
|
"path": "src/plugins/chart_expressions/expression_gauge/public/expression_renderers/gauge_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionGauge",
|
|
"path": "src/plugins/chart_expressions/expression_gauge/public/expression_renderers/gauge_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/app_plugin/settings_menu.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/app_plugin/settings_menu.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/app_plugin/settings_menu.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/app_plugin/mounter.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/app_plugin/mounter.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/app_plugin/mounter.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/embeddable/embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/access_agreement/access_agreement_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/access_agreement/access_agreement_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/access_agreement/access_agreement_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/logged_out/logged_out_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/logged_out/logged_out_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/logged_out/logged_out_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/login/login_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/login/login_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/login/login_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/overwritten_session/overwritten_session_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/overwritten_session/overwritten_session_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/authentication/overwritten_session/overwritten_session_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/api_keys/api_keys_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/api_keys/api_keys_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/api_keys/api_keys_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/users/users_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/users/users_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/users/users_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/roles/roles_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/roles/roles_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/roles/roles_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/role_mappings/role_mappings_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/role_mappings/role_mappings_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/management/role_mappings/role_mappings_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/account_management/account_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/account_management/account_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/account_management/account_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/nav_control/nav_control_service.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/nav_control/nav_control_service.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/nav_control/nav_control_service.tsx"
|
|
},
|
|
{
|
|
"plugin": "alerting",
|
|
"path": "x-pack/plugins/alerting/public/application/maintenance_windows.tsx"
|
|
},
|
|
{
|
|
"plugin": "alerting",
|
|
"path": "x-pack/plugins/alerting/public/application/maintenance_windows.tsx"
|
|
},
|
|
{
|
|
"plugin": "alerting",
|
|
"path": "x-pack/plugins/alerting/public/application/maintenance_windows.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/connectors_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/connectors_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/connectors_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "cases",
|
|
"path": "x-pack/plugins/cases/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "cases",
|
|
"path": "x-pack/plugins/cases/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "cases",
|
|
"path": "x-pack/plugins/cases/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "aiops",
|
|
"path": "x-pack/plugins/aiops/public/embeddable/embeddable_change_point_chart.tsx"
|
|
},
|
|
{
|
|
"plugin": "aiops",
|
|
"path": "x-pack/plugins/aiops/public/embeddable/embeddable_change_point_chart.tsx"
|
|
},
|
|
{
|
|
"plugin": "aiops",
|
|
"path": "x-pack/plugins/aiops/public/embeddable/embeddable_change_point_chart.tsx"
|
|
},
|
|
{
|
|
"plugin": "advancedSettings",
|
|
"path": "src/plugins/advanced_settings/public/management_app/components/form/form.tsx"
|
|
},
|
|
{
|
|
"plugin": "advancedSettings",
|
|
"path": "src/plugins/advanced_settings/public/management_app/components/form/form.tsx"
|
|
},
|
|
{
|
|
"plugin": "advancedSettings",
|
|
"path": "src/plugins/advanced_settings/public/management_app/components/form/form.tsx"
|
|
},
|
|
{
|
|
"plugin": "exploratoryView",
|
|
"path": "x-pack/plugins/exploratory_view/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "exploratoryView",
|
|
"path": "x-pack/plugins/exploratory_view/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "exploratoryView",
|
|
"path": "x-pack/plugins/exploratory_view/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/fleet/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/fleet/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/fleet/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "licenseManagement",
|
|
"path": "x-pack/plugins/license_management/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "licenseManagement",
|
|
"path": "x-pack/plugins/license_management/public/application/app_providers.tsx"
|
|
},
|
|
{
|
|
"plugin": "licenseManagement",
|
|
"path": "x-pack/plugins/license_management/public/application/app_providers.tsx"
|
|
},
|
|
{
|
|
"plugin": "licenseManagement",
|
|
"path": "x-pack/plugins/license_management/public/application/app_providers.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/embeddable/map_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/render_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/render_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/render_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/file_data_visualizer/file_data_visualizer.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/file_data_visualizer/file_data_visualizer.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/file_data_visualizer/file_data_visualizer.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/embeddables/grid_embeddable/grid_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/data_drift/data_drift_app_state.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/data_drift/data_drift_app_state.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataVisualizer",
|
|
"path": "x-pack/plugins/data_visualizer/public/application/data_drift/data_drift_app_state.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/embeddables/anomaly_charts/anomaly_charts_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/embeddables/anomaly_charts/anomaly_charts_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/embeddables/anomaly_charts/anomaly_charts_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/embeddables/anomaly_swimlane/anomaly_swimlane_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/embeddables/anomaly_swimlane/anomaly_swimlane_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/embeddables/anomaly_swimlane/anomaly_swimlane_embeddable.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "infra",
|
|
"path": "x-pack/plugins/infra/public/apps/common_providers.tsx"
|
|
},
|
|
{
|
|
"plugin": "infra",
|
|
"path": "x-pack/plugins/infra/public/apps/common_providers.tsx"
|
|
},
|
|
{
|
|
"plugin": "infra",
|
|
"path": "x-pack/plugins/infra/public/apps/common_providers.tsx"
|
|
},
|
|
{
|
|
"plugin": "profiling",
|
|
"path": "x-pack/plugins/profiling/public/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "profiling",
|
|
"path": "x-pack/plugins/profiling/public/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "profiling",
|
|
"path": "x-pack/plugins/profiling/public/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionImage",
|
|
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionImage",
|
|
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionImage",
|
|
"path": "src/plugins/expression_image/public/expression_renderers/image_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionMetric",
|
|
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionMetric",
|
|
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionMetric",
|
|
"path": "src/plugins/expression_metric/public/expression_renderers/metric_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionError",
|
|
"path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionError",
|
|
"path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionError",
|
|
"path": "src/plugins/expression_error/public/expression_renderers/error_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionError",
|
|
"path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionError",
|
|
"path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionError",
|
|
"path": "src/plugins/expression_error/public/expression_renderers/debug_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionRevealImage",
|
|
"path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionRevealImage",
|
|
"path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionRevealImage",
|
|
"path": "src/plugins/expression_reveal_image/public/expression_renderers/reveal_image_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionRepeatImage",
|
|
"path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionRepeatImage",
|
|
"path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionRepeatImage",
|
|
"path": "src/plugins/expression_repeat_image/public/expression_renderers/repeat_image_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionShape",
|
|
"path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionShape",
|
|
"path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionShape",
|
|
"path": "src/plugins/expression_shape/public/expression_renderers/shape_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionShape",
|
|
"path": "src/plugins/expression_shape/public/expression_renderers/progress_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionShape",
|
|
"path": "src/plugins/expression_shape/public/expression_renderers/progress_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionShape",
|
|
"path": "src/plugins/expression_shape/public/expression_renderers/progress_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "crossClusterReplication",
|
|
"path": "x-pack/plugins/cross_cluster_replication/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "crossClusterReplication",
|
|
"path": "x-pack/plugins/cross_cluster_replication/public/app/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "crossClusterReplication",
|
|
"path": "x-pack/plugins/cross_cluster_replication/public/app/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "crossClusterReplication",
|
|
"path": "x-pack/plugins/cross_cluster_replication/public/app/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "enterpriseSearch",
|
|
"path": "x-pack/plugins/enterprise_search/public/applications/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "enterpriseSearch",
|
|
"path": "x-pack/plugins/enterprise_search/public/applications/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "enterpriseSearch",
|
|
"path": "x-pack/plugins/enterprise_search/public/applications/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "globalSearchBar",
|
|
"path": "x-pack/plugins/global_search_bar/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "globalSearchBar",
|
|
"path": "x-pack/plugins/global_search_bar/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "globalSearchBar",
|
|
"path": "x-pack/plugins/global_search_bar/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "grokdebugger",
|
|
"path": "x-pack/plugins/grokdebugger/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "indexLifecycleManagement",
|
|
"path": "x-pack/plugins/index_lifecycle_management/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "indexLifecycleManagement",
|
|
"path": "x-pack/plugins/index_lifecycle_management/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "indexLifecycleManagement",
|
|
"path": "x-pack/plugins/index_lifecycle_management/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "indexLifecycleManagement",
|
|
"path": "x-pack/plugins/index_lifecycle_management/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "ingestPipelines",
|
|
"path": "x-pack/plugins/ingest_pipelines/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "ingestPipelines",
|
|
"path": "x-pack/plugins/ingest_pipelines/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "ingestPipelines",
|
|
"path": "x-pack/plugins/ingest_pipelines/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "ingestPipelines",
|
|
"path": "x-pack/plugins/ingest_pipelines/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "logstash",
|
|
"path": "x-pack/plugins/logstash/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "logstash",
|
|
"path": "x-pack/plugins/logstash/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "logstash",
|
|
"path": "x-pack/plugins/logstash/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "observabilityOnboarding",
|
|
"path": "x-pack/plugins/observability_onboarding/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "observabilityOnboarding",
|
|
"path": "x-pack/plugins/observability_onboarding/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "observabilityOnboarding",
|
|
"path": "x-pack/plugins/observability_onboarding/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/shared_components/osquery_results/osquery_result_wrapper.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/shared_components/osquery_results/osquery_result_wrapper.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/shared_components/osquery_results/osquery_result_wrapper.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/shared_components/osquery_results/osquery_results.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/shared_components/osquery_results/osquery_results.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/shared_components/osquery_results/osquery_results.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/shared_components/services_wrapper.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/shared_components/services_wrapper.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/shared_components/services_wrapper.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "osquery",
|
|
"path": "x-pack/plugins/osquery/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "devTools",
|
|
"path": "src/plugins/dev_tools/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "devTools",
|
|
"path": "src/plugins/dev_tools/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "devTools",
|
|
"path": "src/plugins/dev_tools/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "painlessLab",
|
|
"path": "x-pack/plugins/painless_lab/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "painlessLab",
|
|
"path": "x-pack/plugins/painless_lab/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "painlessLab",
|
|
"path": "x-pack/plugins/painless_lab/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "painlessLab",
|
|
"path": "x-pack/plugins/painless_lab/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "remoteClusters",
|
|
"path": "x-pack/plugins/remote_clusters/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "rollup",
|
|
"path": "x-pack/plugins/rollup/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "rollup",
|
|
"path": "x-pack/plugins/rollup/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "rollup",
|
|
"path": "x-pack/plugins/rollup/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "rollup",
|
|
"path": "x-pack/plugins/rollup/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "searchprofiler",
|
|
"path": "x-pack/plugins/searchprofiler/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "searchprofiler",
|
|
"path": "x-pack/plugins/searchprofiler/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "searchprofiler",
|
|
"path": "x-pack/plugins/searchprofiler/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "searchprofiler",
|
|
"path": "x-pack/plugins/searchprofiler/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "newsfeed",
|
|
"path": "src/plugins/newsfeed/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "newsfeed",
|
|
"path": "src/plugins/newsfeed/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "newsfeed",
|
|
"path": "src/plugins/newsfeed/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/app/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/app/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/app/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "snapshotRestore",
|
|
"path": "x-pack/plugins/snapshot_restore/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "snapshotRestore",
|
|
"path": "x-pack/plugins/snapshot_restore/public/application/app_providers.tsx"
|
|
},
|
|
{
|
|
"plugin": "snapshotRestore",
|
|
"path": "x-pack/plugins/snapshot_restore/public/application/app_providers.tsx"
|
|
},
|
|
{
|
|
"plugin": "snapshotRestore",
|
|
"path": "x-pack/plugins/snapshot_restore/public/application/app_providers.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "transform",
|
|
"path": "x-pack/plugins/transform/public/app/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "upgradeAssistant",
|
|
"path": "x-pack/plugins/upgrade_assistant/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "upgradeAssistant",
|
|
"path": "x-pack/plugins/upgrade_assistant/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "upgradeAssistant",
|
|
"path": "x-pack/plugins/upgrade_assistant/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "upgradeAssistant",
|
|
"path": "x-pack/plugins/upgrade_assistant/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/app/uptime_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/app/uptime_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/app/uptime_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "ux",
|
|
"path": "x-pack/plugins/ux/public/application/ux_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "ux",
|
|
"path": "x-pack/plugins/ux/public/application/ux_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "ux",
|
|
"path": "x-pack/plugins/ux/public/application/ux_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "watcher",
|
|
"path": "x-pack/plugins/watcher/public/application/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "watcher",
|
|
"path": "x-pack/plugins/watcher/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "watcher",
|
|
"path": "x-pack/plugins/watcher/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "watcher",
|
|
"path": "x-pack/plugins/watcher/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "cloudDataMigration",
|
|
"path": "x-pack/plugins/cloud_integrations/cloud_data_migration/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "cloudDataMigration",
|
|
"path": "x-pack/plugins/cloud_integrations/cloud_data_migration/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "cloudDataMigration",
|
|
"path": "x-pack/plugins/cloud_integrations/cloud_data_migration/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/test_utils.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/test_utils.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/test_utils.tsx"
|
|
},
|
|
{
|
|
"plugin": "console",
|
|
"path": "src/plugins/console/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "console",
|
|
"path": "src/plugins/console/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "console",
|
|
"path": "src/plugins/console/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "console",
|
|
"path": "src/plugins/console/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "filesManagement",
|
|
"path": "src/plugins/files_management/public/mount_management_section.tsx"
|
|
},
|
|
{
|
|
"plugin": "filesManagement",
|
|
"path": "src/plugins/files_management/public/mount_management_section.tsx"
|
|
},
|
|
{
|
|
"plugin": "filesManagement",
|
|
"path": "src/plugins/files_management/public/mount_management_section.tsx"
|
|
},
|
|
{
|
|
"plugin": "kibanaOverview",
|
|
"path": "src/plugins/kibana_overview/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "kibanaOverview",
|
|
"path": "src/plugins/kibana_overview/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "kibanaOverview",
|
|
"path": "src/plugins/kibana_overview/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/default_editor_controller.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/default_editor_controller.tsx"
|
|
},
|
|
{
|
|
"plugin": "visDefaultEditor",
|
|
"path": "src/plugins/vis_default_editor/public/default_editor_controller.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionHeatmap",
|
|
"path": "src/plugins/chart_expressions/expression_heatmap/public/expression_renderers/heatmap_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionHeatmap",
|
|
"path": "src/plugins/chart_expressions/expression_heatmap/public/expression_renderers/heatmap_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionHeatmap",
|
|
"path": "src/plugins/chart_expressions/expression_heatmap/public/expression_renderers/heatmap_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionLegacyMetricVis",
|
|
"path": "src/plugins/chart_expressions/expression_legacy_metric/public/expression_renderers/metric_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionLegacyMetricVis",
|
|
"path": "src/plugins/chart_expressions/expression_legacy_metric/public/expression_renderers/metric_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionLegacyMetricVis",
|
|
"path": "src/plugins/chart_expressions/expression_legacy_metric/public/expression_renderers/metric_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionPartitionVis",
|
|
"path": "src/plugins/chart_expressions/expression_partition_vis/public/expression_renderers/partition_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionPartitionVis",
|
|
"path": "src/plugins/chart_expressions/expression_partition_vis/public/expression_renderers/partition_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionPartitionVis",
|
|
"path": "src/plugins/chart_expressions/expression_partition_vis/public/expression_renderers/partition_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionTagcloud",
|
|
"path": "src/plugins/chart_expressions/expression_tagcloud/public/expression_renderers/tagcloud_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionTagcloud",
|
|
"path": "src/plugins/chart_expressions/expression_tagcloud/public/expression_renderers/tagcloud_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "expressionTagcloud",
|
|
"path": "src/plugins/chart_expressions/expression_tagcloud/public/expression_renderers/tagcloud_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTable",
|
|
"path": "src/plugins/vis_types/table/public/table_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTable",
|
|
"path": "src/plugins/vis_types/table/public/table_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTable",
|
|
"path": "src/plugins/vis_types/table/public/table_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/timelion_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/timelion_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimelion",
|
|
"path": "src/plugins/vis_types/timelion/public/timelion_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/editor_controller.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/editor_controller.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/application/editor_controller.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/timeseries_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/timeseries_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeTimeseries",
|
|
"path": "src/plugins/vis_types/timeseries/public/timeseries_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVega",
|
|
"path": "src/plugins/vis_types/vega/public/vega_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVega",
|
|
"path": "src/plugins/vis_types/vega/public/vega_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVega",
|
|
"path": "src/plugins/vis_types/vega/public/vega_vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVislib",
|
|
"path": "src/plugins/vis_types/vislib/public/vislib/partials/touchdown_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVislib",
|
|
"path": "src/plugins/vis_types/vislib/public/vislib/partials/touchdown_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVislib",
|
|
"path": "src/plugins/vis_types/vislib/public/vislib/partials/touchdown_template.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVislib",
|
|
"path": "src/plugins/vis_types/vislib/public/vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVislib",
|
|
"path": "src/plugins/vis_types/vislib/public/vis_renderer.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVislib",
|
|
"path": "src/plugins/vis_types/vislib/public/vis_renderer.tsx"
|
|
}
|
|
],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaThemeProvider.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{ children, theme$, modify }",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaThemeProviderProps",
|
|
"text": "KibanaThemeProviderProps"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/theme.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.Markdown",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Markdown",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"MarkdownProps",
|
|
") => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/markdown/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.Markdown.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"MarkdownProps"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/markdown/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.MarkdownSimple",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "MarkdownSimple",
|
|
"description": [],
|
|
"signature": [
|
|
"(props: ",
|
|
"MarkdownSimpleProps",
|
|
") => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/markdown/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.MarkdownSimple.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"MarkdownSimpleProps"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/markdown/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.MountPointPortal",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "MountPointPortal",
|
|
"description": [],
|
|
"signature": [
|
|
"React.FunctionComponent<",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-mount",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaMountPluginApi",
|
|
"section": "def-common.MountPointPortalProps",
|
|
"text": "MountPointPortalProps"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/util/index.tsx",
|
|
"deprecated": true,
|
|
"trackAdoption": false,
|
|
"references": [
|
|
{
|
|
"plugin": "navigation",
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx"
|
|
},
|
|
{
|
|
"plugin": "navigation",
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx"
|
|
},
|
|
{
|
|
"plugin": "navigation",
|
|
"path": "src/plugins/navigation/public/top_nav_menu/top_nav_menu.tsx"
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.MountPointPortal.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P & { children?: React.ReactNode; }"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.MountPointPortal.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataCard",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "NoDataCard",
|
|
"description": [],
|
|
"signature": [
|
|
"({ recommended, title, button, layout, ...cardRest }: React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.NoDataPageActions",
|
|
"text": "NoDataPageActions"
|
|
},
|
|
">) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/no_data_card.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataCard.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{\n recommended,\n title,\n button,\n layout,\n ...cardRest\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.NoDataPageActions",
|
|
"text": "NoDataPageActions"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/no_data_card.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataPage",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "NoDataPage",
|
|
"description": [],
|
|
"signature": [
|
|
"({ solution, logo, actions, docsLink, pageTitle, ...rest }: React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.NoDataPageProps",
|
|
"text": "NoDataPageProps"
|
|
},
|
|
">) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataPage.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{\n solution,\n logo,\n actions,\n docsLink,\n pageTitle,\n ...rest\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.NoDataPageProps",
|
|
"text": "NoDataPageProps"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.overviewPageActions",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "overviewPageActions",
|
|
"description": [],
|
|
"signature": [
|
|
"({ addDataHref, application, devToolsHref, hidden, managementHref, showDevToolsLink, showManagementLink, }: Props) => (JSX.Element | null)[]"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.overviewPageActions.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n addDataHref,\n application,\n devToolsHref,\n hidden,\n managementHref,\n showDevToolsLink,\n showManagementLink,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"Props"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.OverviewPageFooter",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "OverviewPageFooter",
|
|
"description": [],
|
|
"signature": [
|
|
"({ addBasePath, path, onSetDefaultRoute, onChangeDefaultRoute, }: React.PropsWithChildren<Props>) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.OverviewPageFooter.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{\n addBasePath,\n path,\n onSetDefaultRoute,\n onChangeDefaultRoute,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<Props>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.reactRouterNavigate",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "reactRouterNavigate",
|
|
"description": [],
|
|
"signature": [
|
|
"(history: ",
|
|
{
|
|
"pluginId": "@kbn/core-application-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreApplicationBrowserPluginApi",
|
|
"section": "def-common.ScopedHistory",
|
|
"text": "ScopedHistory"
|
|
},
|
|
"<unknown> | ",
|
|
"History",
|
|
"<unknown>, to: string | LocationObject, onClickCallback?: Function | undefined) => { href: string; onClick: (event: React.MouseEvent<Element, MouseEvent>) => void; }"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.reactRouterNavigate.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "history",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-application-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreApplicationBrowserPluginApi",
|
|
"section": "def-common.ScopedHistory",
|
|
"text": "ScopedHistory"
|
|
},
|
|
"<unknown> | ",
|
|
"History",
|
|
"<unknown>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.reactRouterNavigate.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "to",
|
|
"description": [],
|
|
"signature": [
|
|
"string | LocationObject"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.reactRouterNavigate.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "onClickCallback",
|
|
"description": [],
|
|
"signature": [
|
|
"Function | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.reactRouterOnClickHandler",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "reactRouterOnClickHandler",
|
|
"description": [],
|
|
"signature": [
|
|
"(history: ",
|
|
{
|
|
"pluginId": "@kbn/core-application-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreApplicationBrowserPluginApi",
|
|
"section": "def-common.ScopedHistory",
|
|
"text": "ScopedHistory"
|
|
},
|
|
"<unknown> | ",
|
|
"History",
|
|
"<unknown>, to: string | LocationObject, onClickCallback?: Function | undefined) => (event: React.MouseEvent<Element, MouseEvent>) => void"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.reactRouterOnClickHandler.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "history",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-application-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreApplicationBrowserPluginApi",
|
|
"section": "def-common.ScopedHistory",
|
|
"text": "ScopedHistory"
|
|
},
|
|
"<unknown> | ",
|
|
"History",
|
|
"<unknown>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.reactRouterOnClickHandler.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "to",
|
|
"description": [],
|
|
"signature": [
|
|
"string | LocationObject"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.reactRouterOnClickHandler.$3",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "onClickCallback",
|
|
"description": [],
|
|
"signature": [
|
|
"Function | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.RedirectAppLinks",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "RedirectAppLinks",
|
|
"description": [
|
|
"\nUtility component that will intercept click events on children anchor (`<a>`) elements to call\n`application.navigateToUrl` with the link's href. This will trigger SPA friendly navigation\nwhen the link points to a valid Kibana app.\n"
|
|
],
|
|
"signature": [
|
|
"({ application, children, className, ...otherProps }: React.PropsWithChildren<RedirectCrossAppLinksProps>) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/app_links/redirect_app_link.tsx",
|
|
"deprecated": true,
|
|
"trackAdoption": false,
|
|
"references": [
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/components/add_data/add_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/components/add_data/add_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/components/add_data/add_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/components/manage_data/manage_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/components/manage_data/manage_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/components/manage_data/manage_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/components/manage_data/manage_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/components/manage_data/manage_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "home",
|
|
"path": "src/plugins/home/public/application/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/lib/get_columns.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/session_indicator/connected_search_session_indicator/connected_search_session_indicator.tsx"
|
|
},
|
|
{
|
|
"plugin": "esUiShared",
|
|
"path": "src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "esUiShared",
|
|
"path": "src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "esUiShared",
|
|
"path": "src/plugins/es_ui_shared/public/components/view_api_request_flyout/view_api_request_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsManagement",
|
|
"path": "src/plugins/saved_objects_management/public/management_section/saved_objects_edition_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsManagement",
|
|
"path": "src/plugins/saved_objects_management/public/management_section/saved_objects_edition_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsManagement",
|
|
"path": "src/plugins/saved_objects_management/public/management_section/saved_objects_edition_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsManagement",
|
|
"path": "src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsManagement",
|
|
"path": "src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsManagement",
|
|
"path": "src/plugins/saved_objects_management/public/management_section/objects_table/saved_objects_table.tsx"
|
|
},
|
|
{
|
|
"plugin": "exploratoryView",
|
|
"path": "x-pack/plugins/exploratory_view/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "exploratoryView",
|
|
"path": "x-pack/plugins/exploratory_view/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "exploratoryView",
|
|
"path": "x-pack/plugins/exploratory_view/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/components/home_integration/tutorial_directory_header_link.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/components/home_integration/tutorial_directory_header_link.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/components/home_integration/tutorial_directory_header_link.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/components/custom_assets_accordion.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_logs/agent_logs.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/fleet/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/fleet/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/fleet/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "observability",
|
|
"path": "x-pack/plugins/observability/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "ml",
|
|
"path": "x-pack/plugins/ml/public/application/management/jobs_list/components/jobs_list_page/jobs_list_page.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/routing/app_root/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/routing/app_root/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "apm",
|
|
"path": "x-pack/plugins/apm/public/components/routing/app_root/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "indexLifecycleManagement",
|
|
"path": "x-pack/plugins/index_lifecycle_management/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "indexLifecycleManagement",
|
|
"path": "x-pack/plugins/index_lifecycle_management/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "indexLifecycleManagement",
|
|
"path": "x-pack/plugins/index_lifecycle_management/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "indexLifecycleManagement",
|
|
"path": "x-pack/plugins/index_lifecycle_management/public/application/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "observabilityOnboarding",
|
|
"path": "x-pack/plugins/observability_onboarding/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "observabilityOnboarding",
|
|
"path": "x-pack/plugins/observability_onboarding/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "observabilityOnboarding",
|
|
"path": "x-pack/plugins/observability_onboarding/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "upgradeAssistant",
|
|
"path": "x-pack/plugins/upgrade_assistant/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "upgradeAssistant",
|
|
"path": "x-pack/plugins/upgrade_assistant/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "upgradeAssistant",
|
|
"path": "x-pack/plugins/upgrade_assistant/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "upgradeAssistant",
|
|
"path": "x-pack/plugins/upgrade_assistant/public/application/app.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/alert_messages.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/alert_messages.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/alert_messages.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/app/uptime_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/app/uptime_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/app/uptime_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "ux",
|
|
"path": "x-pack/plugins/ux/public/application/ux_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "ux",
|
|
"path": "x-pack/plugins/ux/public/application/ux_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "ux",
|
|
"path": "x-pack/plugins/ux/public/application/ux_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "kibanaOverview",
|
|
"path": "src/plugins/kibana_overview/public/components/add_data/add_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "kibanaOverview",
|
|
"path": "src/plugins/kibana_overview/public/components/add_data/add_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "kibanaOverview",
|
|
"path": "src/plugins/kibana_overview/public/components/add_data/add_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "kibanaOverview",
|
|
"path": "src/plugins/kibana_overview/public/components/manage_data/manage_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "kibanaOverview",
|
|
"path": "src/plugins/kibana_overview/public/components/manage_data/manage_data.tsx"
|
|
},
|
|
{
|
|
"plugin": "kibanaOverview",
|
|
"path": "src/plugins/kibana_overview/public/components/manage_data/manage_data.tsx"
|
|
}
|
|
],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.RedirectAppLinks.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{\n application,\n children,\n className,\n ...otherProps\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<RedirectCrossAppLinksProps>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/app_links/redirect_app_link.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.toMountPoint",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "toMountPoint",
|
|
"description": [],
|
|
"signature": [
|
|
"(node: React.ReactNode, { theme$ }?: ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ToMountPointOptions",
|
|
"text": "ToMountPointOptions"
|
|
},
|
|
") => ",
|
|
{
|
|
"pluginId": "@kbn/core-mount-utils-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreMountUtilsBrowserPluginApi",
|
|
"section": "def-common.MountPoint",
|
|
"text": "MountPoint"
|
|
},
|
|
"<HTMLElement>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/util/index.tsx",
|
|
"deprecated": true,
|
|
"trackAdoption": false,
|
|
"references": [
|
|
{
|
|
"plugin": "inspector",
|
|
"path": "src/plugins/inspector/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "inspector",
|
|
"path": "src/plugins/inspector/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/search_interceptor/search_interceptor.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/search_interceptor/search_interceptor.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/search_interceptor/search_interceptor.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/search_interceptor/search_interceptor.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/incomplete_results_modal/open_incomplete_results_modal_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/incomplete_results_modal/open_incomplete_results_modal_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/fetch/handle_warnings.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/fetch/handle_warnings.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/components/actions/delete_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/components/actions/delete_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/components/actions/extend_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/components/actions/extend_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/components/actions/inspect_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/components/actions/inspect_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/components/actions/rename_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/session/sessions_mgmt/components/actions/rename_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/search_service.ts"
|
|
},
|
|
{
|
|
"plugin": "data",
|
|
"path": "src/plugins/data/public/search/search_service.ts"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/saved_object/helpers/confirm_modal_promise.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjects",
|
|
"path": "src/plugins/saved_objects/public/saved_object/helpers/confirm_modal_promise.tsx"
|
|
},
|
|
{
|
|
"plugin": "runtimeFields",
|
|
"path": "x-pack/plugins/runtime_fields/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "runtimeFields",
|
|
"path": "x-pack/plugins/runtime_fields/public/load_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "runtimeFields",
|
|
"path": "x-pack/plugins/runtime_fields/public/load_editor.tsx"
|
|
},
|
|
{
|
|
"plugin": "indexManagement",
|
|
"path": "x-pack/plugins/index_management/public/application/components/component_templates/component_template_wizard/component_template_edit/component_template_edit.tsx"
|
|
},
|
|
{
|
|
"plugin": "indexManagement",
|
|
"path": "x-pack/plugins/index_management/public/application/components/component_templates/component_template_wizard/component_template_edit/component_template_edit.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewEditor",
|
|
"path": "src/plugins/data_view_editor/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "unifiedSearch",
|
|
"path": "src/plugins/unified_search/public/query_string_input/query_string_input.tsx"
|
|
},
|
|
{
|
|
"plugin": "unifiedSearch",
|
|
"path": "src/plugins/unified_search/public/query_string_input/query_string_input.tsx"
|
|
},
|
|
{
|
|
"plugin": "unifiedSearch",
|
|
"path": "src/plugins/unified_search/public/actions/apply_filter_action.ts"
|
|
},
|
|
{
|
|
"plugin": "unifiedSearch",
|
|
"path": "src/plugins/unified_search/public/actions/apply_filter_action.ts"
|
|
},
|
|
{
|
|
"plugin": "embeddable",
|
|
"path": "src/plugins/embeddable/public/add_panel_flyout/open_add_panel_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "embeddable",
|
|
"path": "src/plugins/embeddable/public/add_panel_flyout/open_add_panel_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/utils/saved_objects_utils/confirm_modal_promise.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/utils/saved_objects_utils/confirm_modal_promise.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/utils/use/use_visualize_app_state.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/utils/use/use_visualize_app_state.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_no_match.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/components/visualize_no_match.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "visualizations",
|
|
"path": "src/plugins/visualizations/public/visualize_app/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/control_group/editor/open_add_data_control_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/control_group/editor/open_add_data_control_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/control_group/editor/open_edit_control_group_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/control_group/editor/open_edit_control_group_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/control_group/actions/edit_control_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "controls",
|
|
"path": "src/plugins/controls/public/control_group/actions/edit_control_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_container/embeddable/api/show_settings.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_container/embeddable/api/show_settings.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_listing/confirm_overlays.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_listing/confirm_overlays.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_app/listing_page/dashboard_no_match.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_app/listing_page/dashboard_no_match.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_listing/dashboard_listing.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_listing/dashboard_listing.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_actions/open_replace_panel_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_actions/open_replace_panel_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_listing/dashboard_listing_table.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboard",
|
|
"path": "src/plugins/dashboard/public/dashboard_listing/dashboard_listing_table.tsx"
|
|
},
|
|
{
|
|
"plugin": "licensing",
|
|
"path": "x-pack/plugins/licensing/public/expired_banner.tsx"
|
|
},
|
|
{
|
|
"plugin": "licensing",
|
|
"path": "x-pack/plugins/licensing/public/expired_banner.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsTagging",
|
|
"path": "x-pack/plugins/saved_objects_tagging/public/components/edition_modal/open_modal.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsTagging",
|
|
"path": "x-pack/plugins/saved_objects_tagging/public/components/edition_modal/open_modal.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsTagging",
|
|
"path": "x-pack/plugins/saved_objects_tagging/public/components/edition_modal/open_modal.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsTagging",
|
|
"path": "x-pack/plugins/saved_objects_tagging/public/components/assign_flyout/open_assign_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "savedObjectsTagging",
|
|
"path": "x-pack/plugins/saved_objects_tagging/public/components/assign_flyout/open_assign_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewFieldEditor",
|
|
"path": "src/plugins/data_view_field_editor/public/open_delete_modal.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/persistence/saved_objects_utils/confirm_modal_promise.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/persistence/saved_objects_utils/confirm_modal_promise.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_actions/remove_layer_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_actions/remove_layer_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/visualizations/xy/annotations/actions/revert_changes_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/visualizations/xy/annotations/actions/revert_changes_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/trigger_actions/open_lens_config/helpers.ts"
|
|
},
|
|
{
|
|
"plugin": "lens",
|
|
"path": "x-pack/plugins/lens/public/trigger_actions/open_lens_config/helpers.ts"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/account_management/account_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/account_management/account_management_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/session/session_expiration_toast.tsx"
|
|
},
|
|
{
|
|
"plugin": "security",
|
|
"path": "x-pack/plugins/security/public/session/session_expiration_toast.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_response.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_response.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_edit_response.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_operation_toast.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_operation_toast.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/hooks/use_bulk_operation_toast.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_details.tsx"
|
|
},
|
|
{
|
|
"plugin": "triggersActionsUi",
|
|
"path": "x-pack/plugins/triggers_actions_ui/public/application/sections/rule_details/components/rule_details.tsx"
|
|
},
|
|
{
|
|
"plugin": "cases",
|
|
"path": "x-pack/plugins/cases/public/common/use_cases_toast.tsx"
|
|
},
|
|
{
|
|
"plugin": "cases",
|
|
"path": "x-pack/plugins/cases/public/common/use_cases_toast.tsx"
|
|
},
|
|
{
|
|
"plugin": "cases",
|
|
"path": "x-pack/plugins/cases/public/common/use_cases_toast.tsx"
|
|
},
|
|
{
|
|
"plugin": "cases",
|
|
"path": "x-pack/plugins/cases/public/components/visualizations/actions/add_to_new_case.tsx"
|
|
},
|
|
{
|
|
"plugin": "cases",
|
|
"path": "x-pack/plugins/cases/public/components/visualizations/actions/add_to_new_case.tsx"
|
|
},
|
|
{
|
|
"plugin": "cases",
|
|
"path": "x-pack/plugins/cases/public/components/visualizations/actions/add_to_existing_case.tsx"
|
|
},
|
|
{
|
|
"plugin": "cases",
|
|
"path": "x-pack/plugins/cases/public/components/visualizations/actions/add_to_existing_case.tsx"
|
|
},
|
|
{
|
|
"plugin": "observabilityShared",
|
|
"path": "x-pack/plugins/observability_shared/public/components/header_menu/header_menu_portal.tsx"
|
|
},
|
|
{
|
|
"plugin": "observabilityShared",
|
|
"path": "x-pack/plugins/observability_shared/public/components/header_menu/header_menu_portal.tsx"
|
|
},
|
|
{
|
|
"plugin": "advancedSettings",
|
|
"path": "src/plugins/advanced_settings/public/management_app/components/form/form.tsx"
|
|
},
|
|
{
|
|
"plugin": "advancedSettings",
|
|
"path": "src/plugins/advanced_settings/public/management_app/components/form/form.tsx"
|
|
},
|
|
{
|
|
"plugin": "exploratoryView",
|
|
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/header/add_to_case_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "exploratoryView",
|
|
"path": "x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/header/add_to_case_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_confirm_open_unverified.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_confirm_open_unverified.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_package_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_confirm_force_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/hooks/use_confirm_force_install.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/components/devtools_request_flyout/devtools_request_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/components/devtools_request_flyout/devtools_request_flyout.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/detail/settings/update_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/detail/settings/update_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/sections/epm/screens/detail/settings/update_button.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/components/header/header_portal.tsx"
|
|
},
|
|
{
|
|
"plugin": "fleet",
|
|
"path": "x-pack/plugins/fleet/public/applications/integrations/components/header/header_portal.tsx"
|
|
},
|
|
{
|
|
"plugin": "telemetry",
|
|
"path": "src/plugins/telemetry/public/services/telemetry_notifications/render_opt_in_status_notice_banner.tsx"
|
|
},
|
|
{
|
|
"plugin": "telemetry",
|
|
"path": "src/plugins/telemetry/public/services/telemetry_notifications/render_opt_in_status_notice_banner.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/render_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "maps",
|
|
"path": "x-pack/plugins/maps/public/render_app.tsx"
|
|
},
|
|
{
|
|
"plugin": "banners",
|
|
"path": "x-pack/plugins/banners/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "banners",
|
|
"path": "x-pack/plugins/banners/public/plugin.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_failure.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_failure.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_failure.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/general_error.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/general_error.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_success.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_success.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_success.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_warning_formulas.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_warning_formulas.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_warning_formulas.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_warning_max_size.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_warning_max_size.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_warning_max_size.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_warning.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_warning.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/notifier/job_warning.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/share_context_menu/reporting_panel_content/reporting_panel_content.tsx"
|
|
},
|
|
{
|
|
"plugin": "reporting",
|
|
"path": "x-pack/plugins/reporting/public/share_context_menu/reporting_panel_content/reporting_panel_content.tsx"
|
|
},
|
|
{
|
|
"plugin": "timelines",
|
|
"path": "x-pack/plugins/timelines/public/components/hover_actions/actions/add_to_timeline.tsx"
|
|
},
|
|
{
|
|
"plugin": "timelines",
|
|
"path": "x-pack/plugins/timelines/public/components/hover_actions/actions/add_to_timeline.tsx"
|
|
},
|
|
{
|
|
"plugin": "cloudSecurityPosture",
|
|
"path": "x-pack/plugins/cloud_security_posture/public/components/take_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "cloudSecurityPosture",
|
|
"path": "x-pack/plugins/cloud_security_posture/public/components/take_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboardEnhanced",
|
|
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/actions/flyout_create_drilldown/flyout_create_drilldown.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboardEnhanced",
|
|
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/actions/flyout_create_drilldown/flyout_create_drilldown.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboardEnhanced",
|
|
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/actions/flyout_edit_drilldown/flyout_edit_drilldown.tsx"
|
|
},
|
|
{
|
|
"plugin": "dashboardEnhanced",
|
|
"path": "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/actions/flyout_edit_drilldown/flyout_edit_drilldown.tsx"
|
|
},
|
|
{
|
|
"plugin": "imageEmbeddable",
|
|
"path": "src/plugins/image_embeddable/public/image_editor/configure_image.tsx"
|
|
},
|
|
{
|
|
"plugin": "imageEmbeddable",
|
|
"path": "src/plugins/image_embeddable/public/image_editor/configure_image.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/helpers/saved_objects_utils/confirm_modal_promise.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/helpers/saved_objects_utils/confirm_modal_promise.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "graph",
|
|
"path": "x-pack/plugins/graph/public/application.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/application/hooks/use_request_error_handler.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/application/hooks/use_request_error_handler.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/application/hooks/use_request_error_handler.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/alerts/lib/alerts_toast.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/alerts/lib/alerts_toast.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/application/pages/elasticsearch/ingest_pipeline_modal.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/application/pages/elasticsearch/ingest_pipeline_modal.tsx"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/components/cluster/listing/listing.js"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/components/cluster/listing/listing.js"
|
|
},
|
|
{
|
|
"plugin": "monitoring",
|
|
"path": "x-pack/plugins/monitoring/public/components/cluster/listing/listing.js"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/common/components/sourcerer/use_update_data_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/common/components/sourcerer/use_update_data_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/common/components/sourcerer/use_update_data_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/ingest_pipelines.ts"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/ingest_pipelines.ts"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/ingest_pipelines.ts"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/stored_scripts.ts"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/stored_scripts.ts"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/stored_scripts.ts"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/saved_objects.ts"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/explore/containers/risk_score/onboarding/api/saved_objects.ts"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/bulk_actions/use_bulk_actions.tsx"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/bulk_actions/use_bulk_actions.tsx"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/app/home/global_header/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "securitySolution",
|
|
"path": "x-pack/plugins/security_solution/public/app/home/global_header/index.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_save.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_save.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/show_sync_errors.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/show_sync_errors.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/simple_test_results.tsx"
|
|
},
|
|
{
|
|
"plugin": "synthetics",
|
|
"path": "x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/simple_test_results.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/alert_messages.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/alert_messages.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout_container.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout_container.tsx"
|
|
},
|
|
{
|
|
"plugin": "uptime",
|
|
"path": "x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout_container.tsx"
|
|
},
|
|
{
|
|
"plugin": "cloudLinks",
|
|
"path": "x-pack/plugins/cloud_integrations/cloud_links/public/maybe_add_cloud_links/theme_darkmode_toggle.tsx"
|
|
},
|
|
{
|
|
"plugin": "cloudLinks",
|
|
"path": "x-pack/plugins/cloud_integrations/cloud_links/public/maybe_add_cloud_links/theme_darkmode_toggle.tsx"
|
|
},
|
|
{
|
|
"plugin": "console",
|
|
"path": "src/plugins/console/public/shared_imports.ts"
|
|
},
|
|
{
|
|
"plugin": "console",
|
|
"path": "src/plugins/console/public/application/hooks/use_send_current_request/use_send_current_request.ts"
|
|
},
|
|
{
|
|
"plugin": "console",
|
|
"path": "src/plugins/console/public/application/hooks/use_send_current_request/use_send_current_request.ts"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/indexed_fields_table/components/table/table.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/indexed_fields_table/components/table/table.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/remove_data_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "dataViewManagement",
|
|
"path": "src/plugins/data_view_management/public/components/edit_index_pattern/remove_data_view.tsx"
|
|
},
|
|
{
|
|
"plugin": "eventAnnotationListing",
|
|
"path": "src/plugins/event_annotation_listing/public/get_table_list.tsx"
|
|
},
|
|
{
|
|
"plugin": "eventAnnotationListing",
|
|
"path": "src/plugins/event_annotation_listing/public/get_table_list.tsx"
|
|
},
|
|
{
|
|
"plugin": "filesManagement",
|
|
"path": "src/plugins/files_management/public/mount_management_section.tsx"
|
|
},
|
|
{
|
|
"plugin": "filesManagement",
|
|
"path": "src/plugins/files_management/public/mount_management_section.tsx"
|
|
},
|
|
{
|
|
"plugin": "embeddable",
|
|
"path": "src/plugins/embeddable/public/lib/test_samples/actions/send_message_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "embeddable",
|
|
"path": "src/plugins/embeddable/public/lib/test_samples/actions/send_message_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "embeddable",
|
|
"path": "src/plugins/embeddable/public/lib/test_samples/actions/send_message_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "embeddable",
|
|
"path": "src/plugins/embeddable/public/lib/test_samples/embeddables/contact_card/contact_card_embeddable_factory.tsx"
|
|
},
|
|
{
|
|
"plugin": "embeddable",
|
|
"path": "src/plugins/embeddable/public/lib/test_samples/embeddables/contact_card/contact_card_embeddable_factory.tsx"
|
|
},
|
|
{
|
|
"plugin": "embeddable",
|
|
"path": "src/plugins/embeddable/public/lib/test_samples/embeddables/contact_card/contact_card_exportable_embeddable_factory.tsx"
|
|
},
|
|
{
|
|
"plugin": "embeddable",
|
|
"path": "src/plugins/embeddable/public/lib/test_samples/embeddables/contact_card/contact_card_exportable_embeddable_factory.tsx"
|
|
},
|
|
{
|
|
"plugin": "uiActions",
|
|
"path": "src/plugins/ui_actions/public/tests/test_samples/hello_world_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "uiActions",
|
|
"path": "src/plugins/ui_actions/public/tests/test_samples/hello_world_action.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVislib",
|
|
"path": "src/plugins/vis_types/vislib/public/vis_controller.tsx"
|
|
},
|
|
{
|
|
"plugin": "visTypeVislib",
|
|
"path": "src/plugins/vis_types/vislib/public/vis_controller.tsx"
|
|
}
|
|
],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.toMountPoint.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "node",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ReactNode"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/util/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.toMountPoint.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ theme$ }",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ToMountPointOptions",
|
|
"text": "ToMountPointOptions"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/util/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToolbarButton",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "ToolbarButton",
|
|
"description": [],
|
|
"signature": [
|
|
"({ children, className, fontWeight, size, hasArrow, groupPosition, dataTestSubj, ...rest }: React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ToolbarButtonProps",
|
|
"text": "ToolbarButtonProps"
|
|
},
|
|
">) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/toolbar_button/toolbar_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToolbarButton.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{\n children,\n className,\n fontWeight = 'normal',\n size = 'm',\n hasArrow = true,\n groupPosition = 'none',\n dataTestSubj = '',\n ...rest\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ToolbarButtonProps",
|
|
"text": "ToolbarButtonProps"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/toolbar_button/toolbar_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditor",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "UrlTemplateEditor",
|
|
"description": [],
|
|
"signature": [
|
|
"({ height, value, variables, onChange, placeholder, onEditor, Editor, }: React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.UrlTemplateEditorProps",
|
|
"text": "UrlTemplateEditorProps"
|
|
},
|
|
">) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditor.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{\n height = 105,\n value,\n variables,\n onChange,\n placeholder,\n onEditor,\n Editor = CodeEditor,\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.UrlTemplateEditorProps",
|
|
"text": "UrlTemplateEditorProps"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useExecutionContext",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useExecutionContext",
|
|
"description": [
|
|
"\nSet and clean up application level execution context"
|
|
],
|
|
"signature": [
|
|
"(executionContext: ",
|
|
{
|
|
"pluginId": "@kbn/core-execution-context-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreExecutionContextBrowserPluginApi",
|
|
"section": "def-common.ExecutionContextSetup",
|
|
"text": "ExecutionContextSetup"
|
|
},
|
|
" | undefined, context: ",
|
|
{
|
|
"pluginId": "@kbn/core-execution-context-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreExecutionContextCommonPluginApi",
|
|
"section": "def-common.KibanaExecutionContext",
|
|
"text": "KibanaExecutionContext"
|
|
},
|
|
") => void"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/use_execution_context/use_execution_context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useExecutionContext.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "executionContext",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-execution-context-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreExecutionContextBrowserPluginApi",
|
|
"section": "def-common.ExecutionContextSetup",
|
|
"text": "ExecutionContextSetup"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/use_execution_context/use_execution_context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useExecutionContext.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-execution-context-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreExecutionContextCommonPluginApi",
|
|
"section": "def-common.KibanaExecutionContext",
|
|
"text": "KibanaExecutionContext"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/use_execution_context/use_execution_context.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useGlobalUiSetting",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useGlobalUiSetting",
|
|
"description": [
|
|
"\nReturns the current global UI-settings value.\n\nUsage:\n\n```js\nconst customBranding = useGlobalUiSetting('customBranding:pageTitle');\n```"
|
|
],
|
|
"signature": [
|
|
"<T>(key: string, defaultValue?: T | undefined) => T"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useGlobalUiSetting.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useGlobalUiSetting.$2",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "defaultValue",
|
|
"description": [],
|
|
"signature": [
|
|
"T | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useGlobalUiSetting$",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useGlobalUiSetting$",
|
|
"description": [
|
|
"\nReturns a 2-tuple, where first entry is the setting value and second is a\nfunction to update the setting value.\n\nSynchronously returns the most current value of the setting and subscribes\nto all subsequent updates, which will re-render your component on new values.\n\nUsage:\n\n```js\nconst [customBranding, setCustomBranding] = useGlobalUiSetting$('customBranding:pageTitle');\n```"
|
|
],
|
|
"signature": [
|
|
"<T>(key: string, defaultValue?: T | undefined) => [T, Setter<T>]"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useGlobalUiSetting$.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useGlobalUiSetting$.$2",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "defaultValue",
|
|
"description": [],
|
|
"signature": [
|
|
"T | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useKibana",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useKibana",
|
|
"description": [],
|
|
"signature": [
|
|
"<Extra extends object = {}>() => ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactContextValue",
|
|
"text": "KibanaReactContextValue"
|
|
},
|
|
"<Partial<",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
"> & Extra>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/context.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useUiSetting",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useUiSetting",
|
|
"description": [
|
|
"\nReturns the current UI-settings value.\n\nUsage:\n\n```js\nconst darkMode = useUiSetting('theme:darkMode');\n```"
|
|
],
|
|
"signature": [
|
|
"<T>(key: string, defaultValue?: T | undefined) => T"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useUiSetting.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useUiSetting.$2",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "defaultValue",
|
|
"description": [],
|
|
"signature": [
|
|
"T | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useUiSetting$",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "useUiSetting$",
|
|
"description": [
|
|
"\nReturns a 2-tuple, where first entry is the setting value and second is a\nfunction to update the setting value.\n\nSynchronously returns the most current value of the setting and subscribes\nto all subsequent updates, which will re-render your component on new values.\n\nUsage:\n\n```js\nconst [darkMode, setDarkMode] = useUiSetting$('theme:darkMode');\n```"
|
|
],
|
|
"signature": [
|
|
"<T>(key: string, defaultValue?: T | undefined) => [T, Setter<T>]"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useUiSetting$.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "key",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.useUiSetting$.$2",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "defaultValue",
|
|
"description": [],
|
|
"signature": [
|
|
"T | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.withKibana",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "withKibana",
|
|
"description": [],
|
|
"signature": [
|
|
"<Props extends { kibana: ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactContextValue",
|
|
"text": "KibanaReactContextValue"
|
|
},
|
|
"<{}>; }>(type: React.ComponentType<Props>) => React.FC<Omit<Props, \"kibana\">>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/context.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.withKibana.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "type",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ComponentType<Props>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/context.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.wrapWithTheme",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "wrapWithTheme",
|
|
"description": [],
|
|
"signature": [
|
|
"(node: React.ReactNode, theme$: ",
|
|
"Observable",
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextCommonPluginApi",
|
|
"section": "def-common.KibanaTheme",
|
|
"text": "KibanaTheme"
|
|
},
|
|
">) => JSX.Element"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/theme.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.wrapWithTheme.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "node",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ReactNode"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/theme.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.wrapWithTheme.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "theme$",
|
|
"description": [],
|
|
"signature": [
|
|
"Observable",
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextCommonPluginApi",
|
|
"section": "def-common.KibanaTheme",
|
|
"text": "KibanaTheme"
|
|
},
|
|
">"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/theme.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ExitFullScreenButtonProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ExitFullScreenButtonProps",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/exit_full_screen_button/exit_full_screen_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ExitFullScreenButtonProps.onExitFullScreenMode",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onExitFullScreenMode",
|
|
"description": [],
|
|
"signature": [
|
|
"() => void"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/exit_full_screen_button/exit_full_screen_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ExitFullScreenButtonProps.chrome",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "chrome",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-chrome-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreChromeBrowserPluginApi",
|
|
"section": "def-common.ChromeStart",
|
|
"text": "ChromeStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/exit_full_screen_button/exit_full_screen_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ExitFullScreenButtonProps.toggleChrome",
|
|
"type": "CompoundType",
|
|
"tags": [
|
|
"note",
|
|
"default"
|
|
],
|
|
"label": "toggleChrome",
|
|
"description": [
|
|
"\nOptional argument that determines whether we toggle the chrome bar\nthe button unmounts.\n"
|
|
],
|
|
"signature": [
|
|
"boolean | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/exit_full_screen_button/exit_full_screen_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContext",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "KibanaReactContext",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactContext",
|
|
"text": "KibanaReactContext"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContext.value",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactContextValue",
|
|
"text": "KibanaReactContextValue"
|
|
},
|
|
"<T>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContext.Provider",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Provider",
|
|
"description": [],
|
|
"signature": [
|
|
"React.FunctionComponent<{ services?: T | undefined; }>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContext.Provider.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P & { children?: React.ReactNode; }"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContext.Provider.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContext.Consumer",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "Consumer",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ExoticComponent<React.ConsumerProps<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactContextValue",
|
|
"text": "KibanaReactContextValue"
|
|
},
|
|
"<T>>>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContext.Consumer.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContextValue",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "KibanaReactContextValue",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactContextValue",
|
|
"text": "KibanaReactContextValue"
|
|
},
|
|
"<Services>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContextValue.services",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "services",
|
|
"description": [],
|
|
"signature": [
|
|
"Services"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContextValue.overlays",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "overlays",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactOverlays",
|
|
"text": "KibanaReactOverlays"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactContextValue.notifications",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "notifications",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactNotifications",
|
|
"text": "KibanaReactNotifications"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactNotifications",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "KibanaReactNotifications",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/notifications/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactNotifications.toasts",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "toasts",
|
|
"description": [],
|
|
"signature": [
|
|
"{ show: (input: ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ToastInput",
|
|
"text": "ToastInput"
|
|
},
|
|
") => void; success: (input: ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ToastInput",
|
|
"text": "ToastInput"
|
|
},
|
|
") => void; warning: (input: ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ToastInput",
|
|
"text": "ToastInput"
|
|
},
|
|
") => void; danger: (input: ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.ToastInput",
|
|
"text": "ToastInput"
|
|
},
|
|
") => void; }"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/notifications/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactOverlays",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "KibanaReactOverlays",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/overlays/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactOverlays.openFlyout",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "openFlyout",
|
|
"description": [],
|
|
"signature": [
|
|
"(node: React.ReactNode, options?: ",
|
|
{
|
|
"pluginId": "@kbn/core-overlays-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreOverlaysBrowserPluginApi",
|
|
"section": "def-common.OverlayFlyoutOpenOptions",
|
|
"text": "OverlayFlyoutOpenOptions"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "@kbn/core-mount-utils-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreMountUtilsBrowserPluginApi",
|
|
"section": "def-common.OverlayRef",
|
|
"text": "OverlayRef"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overlays/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactOverlays.openFlyout.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "node",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ReactNode"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overlays/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactOverlays.openFlyout.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-overlays-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreOverlaysBrowserPluginApi",
|
|
"section": "def-common.OverlayFlyoutOpenOptions",
|
|
"text": "OverlayFlyoutOpenOptions"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overlays/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactOverlays.openModal",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "openModal",
|
|
"description": [],
|
|
"signature": [
|
|
"(node: React.ReactNode, options?: ",
|
|
{
|
|
"pluginId": "@kbn/core-overlays-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreOverlaysBrowserPluginApi",
|
|
"section": "def-common.OverlayModalOpenOptions",
|
|
"text": "OverlayModalOpenOptions"
|
|
},
|
|
" | undefined) => ",
|
|
{
|
|
"pluginId": "@kbn/core-mount-utils-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreMountUtilsBrowserPluginApi",
|
|
"section": "def-common.OverlayRef",
|
|
"text": "OverlayRef"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overlays/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactOverlays.openModal.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "node",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ReactNode"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overlays/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaReactOverlays.openModal.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "options",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-overlays-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreOverlaysBrowserPluginApi",
|
|
"section": "def-common.OverlayModalOpenOptions",
|
|
"text": "OverlayModalOpenOptions"
|
|
},
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/overlays/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": false
|
|
}
|
|
],
|
|
"returnComment": []
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataPageProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "NoDataPageProps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.NoDataPageProps",
|
|
"text": "NoDataPageProps"
|
|
},
|
|
" extends ",
|
|
"CommonProps"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataPageProps.solution",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "solution",
|
|
"description": [
|
|
"\nSingle name for the current solution, used to auto-generate the title, logo, description, and button label"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataPageProps.logo",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "logo",
|
|
"description": [
|
|
"\nOptionally replace the auto-generated logo"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataPageProps.docsLink",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "docsLink",
|
|
"description": [
|
|
"\nRequired to set the docs link for the whole solution"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataPageProps.pageTitle",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "pageTitle",
|
|
"description": [
|
|
"\nOptionally replace the auto-generated page title (h1)"
|
|
],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataPageProps.actions",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "actions",
|
|
"description": [
|
|
"\nAn object of `NoDataPageActions` configurations with unique primary keys.\nUse `elasticAgent` or `beats` as the primary key for pre-configured cards of this type.\nOtherwise use a custom key that contains `EuiCard` props."
|
|
],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.NoDataPageActions",
|
|
"text": "NoDataPageActions"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToastInput",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ToastInput",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/notifications/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToastInput.title",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | React.ReactChild | React.ReactFragment | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/notifications/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToastInput.body",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "body",
|
|
"description": [],
|
|
"signature": [
|
|
"boolean | React.ReactChild | React.ReactFragment | React.ReactPortal | null | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/notifications/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToastInput.color",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "color",
|
|
"description": [],
|
|
"signature": [
|
|
"\"warning\" | \"success\" | \"primary\" | \"danger\" | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/notifications/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToastInput.iconType",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "iconType",
|
|
"description": [],
|
|
"signature": [
|
|
"IconType",
|
|
" | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/notifications/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToastInput.toastLifeTimeMs",
|
|
"type": "number",
|
|
"tags": [],
|
|
"label": "toastLifeTimeMs",
|
|
"description": [],
|
|
"signature": [
|
|
"number | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/notifications/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToastInput.onClose",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onClose",
|
|
"description": [],
|
|
"signature": [
|
|
"(() => void) | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/notifications/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToMountPointOptions",
|
|
"type": "Interface",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "ToMountPointOptions",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/util/index.tsx",
|
|
"deprecated": true,
|
|
"trackAdoption": false,
|
|
"references": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToMountPointOptions.theme$",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "theme$",
|
|
"description": [],
|
|
"signature": [
|
|
"Observable",
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/core-theme-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreThemeBrowserPluginApi",
|
|
"section": "def-common.CoreTheme",
|
|
"text": "CoreTheme"
|
|
},
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/util/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorProps",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "UrlTemplateEditorProps",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorProps.value",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "value",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorProps.height",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "height",
|
|
"description": [],
|
|
"signature": [
|
|
"string | number | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorProps.variables",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "variables",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.UrlTemplateEditorVariable",
|
|
"text": "UrlTemplateEditorVariable"
|
|
},
|
|
"[] | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorProps.onChange",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onChange",
|
|
"description": [],
|
|
"signature": [
|
|
"((value: string, event: ",
|
|
"editor",
|
|
".IModelContentChangedEvent) => void) | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorProps.onEditor",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "onEditor",
|
|
"description": [],
|
|
"signature": [
|
|
"((editor: ",
|
|
"editor",
|
|
".IStandaloneCodeEditor) => void) | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorProps.onEditor.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "editor",
|
|
"description": [],
|
|
"signature": [
|
|
"editor",
|
|
".IStandaloneCodeEditor"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": []
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorProps.placeholder",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "placeholder",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorProps.Editor",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "Editor",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ComponentType<",
|
|
"Props",
|
|
"> | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorVariable",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "UrlTemplateEditorVariable",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorVariable.label",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "label",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorVariable.title",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "title",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorVariable.documentation",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "documentation",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorVariable.kind",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "kind",
|
|
"description": [],
|
|
"signature": [
|
|
"languages",
|
|
".CompletionItemKind | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.UrlTemplateEditorVariable.sortText",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "sortText",
|
|
"description": [],
|
|
"signature": [
|
|
"string | undefined"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.CodeEditorProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "CodeEditorProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Props"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/index.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ElasticAgentCardProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ElasticAgentCardProps",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.NoDataPageActions",
|
|
"text": "NoDataPageActions"
|
|
},
|
|
" & { solution: string; }"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_card/elastic_agent_card.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaServices",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "KibanaServices",
|
|
"description": [],
|
|
"signature": [
|
|
"{ analytics?: ",
|
|
{
|
|
"pluginId": "@kbn/core-analytics-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreAnalyticsBrowserPluginApi",
|
|
"section": "def-common.AnalyticsServiceStart",
|
|
"text": "AnalyticsServiceStart"
|
|
},
|
|
" | undefined; application?: ",
|
|
{
|
|
"pluginId": "@kbn/core-application-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreApplicationBrowserPluginApi",
|
|
"section": "def-common.ApplicationStart",
|
|
"text": "ApplicationStart"
|
|
},
|
|
" | undefined; chrome?: ",
|
|
{
|
|
"pluginId": "@kbn/core-chrome-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreChromeBrowserPluginApi",
|
|
"section": "def-common.ChromeStart",
|
|
"text": "ChromeStart"
|
|
},
|
|
" | undefined; customBranding?: ",
|
|
{
|
|
"pluginId": "@kbn/core-custom-branding-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreCustomBrandingBrowserPluginApi",
|
|
"section": "def-common.CustomBrandingStart",
|
|
"text": "CustomBrandingStart"
|
|
},
|
|
" | undefined; docLinks?: ",
|
|
{
|
|
"pluginId": "@kbn/core-doc-links-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreDocLinksBrowserPluginApi",
|
|
"section": "def-common.DocLinksStart",
|
|
"text": "DocLinksStart"
|
|
},
|
|
" | undefined; executionContext?: ",
|
|
{
|
|
"pluginId": "@kbn/core-execution-context-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreExecutionContextBrowserPluginApi",
|
|
"section": "def-common.ExecutionContextSetup",
|
|
"text": "ExecutionContextSetup"
|
|
},
|
|
" | undefined; http?: ",
|
|
{
|
|
"pluginId": "@kbn/core-http-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreHttpBrowserPluginApi",
|
|
"section": "def-common.HttpSetup",
|
|
"text": "HttpSetup"
|
|
},
|
|
" | undefined; savedObjects?: ",
|
|
{
|
|
"pluginId": "@kbn/core-saved-objects-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreSavedObjectsBrowserPluginApi",
|
|
"section": "def-common.SavedObjectsStart",
|
|
"text": "SavedObjectsStart"
|
|
},
|
|
" | undefined; i18n?: ",
|
|
{
|
|
"pluginId": "@kbn/core-i18n-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreI18nBrowserPluginApi",
|
|
"section": "def-common.I18nStart",
|
|
"text": "I18nStart"
|
|
},
|
|
" | undefined; notifications?: ",
|
|
{
|
|
"pluginId": "@kbn/core-notifications-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreNotificationsBrowserPluginApi",
|
|
"section": "def-common.NotificationsStart",
|
|
"text": "NotificationsStart"
|
|
},
|
|
" | undefined; overlays?: ",
|
|
{
|
|
"pluginId": "@kbn/core-overlays-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreOverlaysBrowserPluginApi",
|
|
"section": "def-common.OverlayStart",
|
|
"text": "OverlayStart"
|
|
},
|
|
" | undefined; uiSettings?: ",
|
|
{
|
|
"pluginId": "@kbn/core-ui-settings-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
|
|
"section": "def-common.IUiSettingsClient",
|
|
"text": "IUiSettingsClient"
|
|
},
|
|
" | undefined; settings?: ",
|
|
{
|
|
"pluginId": "@kbn/core-ui-settings-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreUiSettingsBrowserPluginApi",
|
|
"section": "def-common.SettingsStart",
|
|
"text": "SettingsStart"
|
|
},
|
|
" | undefined; fatalErrors?: ",
|
|
{
|
|
"pluginId": "@kbn/core-fatal-errors-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreFatalErrorsBrowserPluginApi",
|
|
"section": "def-common.FatalErrorsSetup",
|
|
"text": "FatalErrorsSetup"
|
|
},
|
|
" | undefined; deprecations?: ",
|
|
{
|
|
"pluginId": "@kbn/core-deprecations-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreDeprecationsBrowserPluginApi",
|
|
"section": "def-common.DeprecationsServiceStart",
|
|
"text": "DeprecationsServiceStart"
|
|
},
|
|
" | undefined; theme?: ",
|
|
{
|
|
"pluginId": "@kbn/core-theme-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreThemeBrowserPluginApi",
|
|
"section": "def-common.ThemeServiceStart",
|
|
"text": "ThemeServiceStart"
|
|
},
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.KibanaThemeProviderProps",
|
|
"type": "Type",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "KibanaThemeProviderProps",
|
|
"description": [],
|
|
"signature": [
|
|
"Pick<",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-theme",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextThemePluginApi",
|
|
"section": "def-common.KibanaThemeProviderProps",
|
|
"text": "KibanaThemeProviderProps"
|
|
},
|
|
", \"children\" | \"modify\"> & ",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-common",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextCommonPluginApi",
|
|
"section": "def-common.ThemeServiceStart",
|
|
"text": "ThemeServiceStart"
|
|
}
|
|
],
|
|
"path": "src/plugins/kibana_react/public/theme.tsx",
|
|
"deprecated": true,
|
|
"trackAdoption": false,
|
|
"references": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.LANG",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "LANG",
|
|
"description": [],
|
|
"signature": [
|
|
"\"css\""
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/languages/css/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.LANG",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "LANG",
|
|
"description": [],
|
|
"signature": [
|
|
"\"markdown\""
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/languages/markdown/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.LANG",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "LANG",
|
|
"description": [],
|
|
"signature": [
|
|
"\"yaml\""
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/languages/yaml/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.LANG",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "LANG",
|
|
"description": [],
|
|
"signature": [
|
|
"\"handlebars\""
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/languages/handlebars/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.LANG",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "LANG",
|
|
"description": [],
|
|
"signature": [
|
|
"\"hjson\""
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/languages/hjson/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.LANG",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "LANG",
|
|
"description": [],
|
|
"signature": [
|
|
"\"grok\""
|
|
],
|
|
"path": "src/plugins/kibana_react/public/code_editor/languages/grok/constants.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NO_DATA_RECOMMENDED",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "NO_DATA_RECOMMENDED",
|
|
"description": [],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataPageActions",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "NoDataPageActions",
|
|
"description": [],
|
|
"signature": [
|
|
"Partial<",
|
|
"EuiCardProps",
|
|
"> & { recommended?: boolean | undefined; button?: React.ReactNode; onClick?: React.MouseEventHandler<HTMLElement> | undefined; category?: string | undefined; }"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.NoDataPageActionsProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "NoDataPageActionsProps",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: ",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.NoDataPageActions",
|
|
"text": "NoDataPageActions"
|
|
},
|
|
"; }"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.POSITIONS",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "POSITIONS",
|
|
"description": [],
|
|
"signature": [
|
|
"(\"none\" | \"left\" | \"right\" | \"center\")[]"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/toolbar_button/toolbar_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.TOOLBAR_BUTTON_SIZES",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "TOOLBAR_BUTTON_SIZES",
|
|
"description": [],
|
|
"signature": [
|
|
"(\"m\" | \"s\" | undefined)[]"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/toolbar_button/toolbar_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ToolbarButtonProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ToolbarButtonProps",
|
|
"description": [],
|
|
"signature": [
|
|
"((",
|
|
"DisambiguateSet",
|
|
"<",
|
|
"EuiButtonPropsForAnchor",
|
|
", ",
|
|
"EuiButtonPropsForButton",
|
|
"> & ",
|
|
"EuiButtonProps",
|
|
" & { onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined; } & React.ButtonHTMLAttributes<HTMLButtonElement> & { buttonRef?: React.Ref<HTMLButtonElement> | undefined; }) | (",
|
|
"DisambiguateSet",
|
|
"<",
|
|
"EuiButtonPropsForButton",
|
|
", ",
|
|
"EuiButtonPropsForAnchor",
|
|
"> & ",
|
|
"EuiButtonProps",
|
|
" & { href?: string | undefined; onClick?: React.MouseEventHandler<HTMLAnchorElement> | undefined; } & React.AnchorHTMLAttributes<HTMLAnchorElement> & { buttonRef?: React.Ref<HTMLAnchorElement> | undefined; })) & { fontWeight?: Weights | undefined; size?: \"m\" | \"s\" | undefined; hasArrow?: boolean | undefined; groupPosition?: \"none\" | \"left\" | \"right\" | \"center\" | undefined; dataTestSubj?: string | undefined; }"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/toolbar_button/toolbar_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.Value",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "Value",
|
|
"description": [],
|
|
"signature": [
|
|
"[string | number, string | number]"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.WEIGHTS",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "WEIGHTS",
|
|
"description": [],
|
|
"signature": [
|
|
"Weights[]"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/toolbar_button/toolbar_button.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.context",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"React.Context<",
|
|
{
|
|
"pluginId": "kibanaReact",
|
|
"scope": "public",
|
|
"docId": "kibKibanaReactPluginApi",
|
|
"section": "def-public.KibanaReactContextValue",
|
|
"text": "KibanaReactContextValue"
|
|
},
|
|
"<Partial<",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-browser",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleBrowserPluginApi",
|
|
"section": "def-common.CoreStart",
|
|
"text": "CoreStart"
|
|
},
|
|
">>>"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/context/context.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-public.ExitFullScreenButton",
|
|
"type": "Object",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "ExitFullScreenButton",
|
|
"description": [],
|
|
"signature": [
|
|
"typeof ExitFullScreenButtonUi"
|
|
],
|
|
"path": "src/plugins/kibana_react/public/exit_full_screen_button/exit_full_screen_button.tsx",
|
|
"deprecated": true,
|
|
"trackAdoption": false,
|
|
"references": [],
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.createGlobalStyle",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createGlobalStyle",
|
|
"description": [
|
|
"/** see https://styled-components.com/docs/api#createglobalstyle */"
|
|
],
|
|
"signature": [
|
|
"<P extends object = {}>(first: TemplateStringsArray | ",
|
|
"CSSObject",
|
|
" | ",
|
|
"InterpolationFunction",
|
|
"<",
|
|
"ThemedStyledProps",
|
|
"<P, ",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-styled",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextStyledPluginApi",
|
|
"section": "def-common.EuiTheme",
|
|
"text": "EuiTheme"
|
|
},
|
|
">>, ...interpolations: ",
|
|
"Interpolation",
|
|
"<",
|
|
"ThemedStyledProps",
|
|
"<P, ",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-styled",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextStyledPluginApi",
|
|
"section": "def-common.EuiTheme",
|
|
"text": "EuiTheme"
|
|
},
|
|
">>[]) => ",
|
|
"GlobalStyleComponent",
|
|
"<P, ",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-styled",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextStyledPluginApi",
|
|
"section": "def-common.EuiTheme",
|
|
"text": "EuiTheme"
|
|
},
|
|
">"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.createGlobalStyle.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "first",
|
|
"description": [],
|
|
"signature": [
|
|
"TemplateStringsArray | ",
|
|
"CSSObject",
|
|
" | ",
|
|
"InterpolationFunction",
|
|
"<",
|
|
"ThemedStyledProps",
|
|
"<P, T>>"
|
|
],
|
|
"path": "node_modules/@types/styled-components/ts3.7/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.createGlobalStyle.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "interpolations",
|
|
"description": [],
|
|
"signature": [
|
|
"Interpolation",
|
|
"<",
|
|
"ThemedStyledProps",
|
|
"<P, T>>[]"
|
|
],
|
|
"path": "node_modules/@types/styled-components/ts3.7/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.css",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "css",
|
|
"description": [
|
|
"/** see https://styled-components.com/docs/api#css-prop */"
|
|
],
|
|
"signature": [
|
|
"BaseThemedCssFunction",
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-styled",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextStyledPluginApi",
|
|
"section": "def-common.EuiTheme",
|
|
"text": "EuiTheme"
|
|
},
|
|
">"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.euiStyled",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "euiStyled",
|
|
"description": [
|
|
"/** see https://styled-components.com/docs/api#styled */"
|
|
],
|
|
"signature": [
|
|
"ThemedBaseStyledInterface",
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-styled",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextStyledPluginApi",
|
|
"section": "def-common.EuiTheme",
|
|
"text": "EuiTheme"
|
|
},
|
|
">"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.keyframes",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "keyframes",
|
|
"description": [
|
|
"/** see https://styled-components.com/docs/api#keyframes */"
|
|
],
|
|
"signature": [
|
|
"(strings: TemplateStringsArray | ",
|
|
"CSSKeyframes",
|
|
", ...interpolations: ",
|
|
"SimpleInterpolation",
|
|
"[]) => ",
|
|
"Keyframes"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.keyframes.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "strings",
|
|
"description": [],
|
|
"signature": [
|
|
"TemplateStringsArray | ",
|
|
"CSSKeyframes"
|
|
],
|
|
"path": "node_modules/@types/styled-components/ts3.7/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.keyframes.$2",
|
|
"type": "Array",
|
|
"tags": [],
|
|
"label": "interpolations",
|
|
"description": [],
|
|
"signature": [
|
|
"SimpleInterpolation",
|
|
"[]"
|
|
],
|
|
"path": "node_modules/@types/styled-components/ts3.7/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.KibanaStyledComponentsThemeProvider",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "KibanaStyledComponentsThemeProvider",
|
|
"description": [
|
|
"\nA `styled-components` `ThemeProvider` that incorporates EUI dark mode."
|
|
],
|
|
"signature": [
|
|
"<OuterTheme extends ",
|
|
"DefaultTheme",
|
|
" = ",
|
|
"DefaultTheme",
|
|
">({ darkMode, ...otherProps }: Omit<",
|
|
"ThemeProviderProps",
|
|
"<OuterTheme, OuterTheme & ",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-styled",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextStyledPluginApi",
|
|
"section": "def-common.EuiTheme",
|
|
"text": "EuiTheme"
|
|
},
|
|
">, \"theme\"> & { darkMode?: boolean | undefined; }) => JSX.Element"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.KibanaStyledComponentsThemeProvider.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{\n darkMode = false,\n ...otherProps\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
"ThemeProviderProps",
|
|
"<OuterTheme, OuterTheme & ",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-styled",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextStyledPluginApi",
|
|
"section": "def-common.EuiTheme",
|
|
"text": "EuiTheme"
|
|
},
|
|
">, \"theme\"> & { darkMode?: boolean | undefined; }"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.KibanaStyledComponentsThemeProviderDecorator",
|
|
"type": "Function",
|
|
"tags": [
|
|
"deprecated"
|
|
],
|
|
"label": "KibanaStyledComponentsThemeProviderDecorator",
|
|
"description": [
|
|
"\nStorybook decorator using the EUI theme provider. Uses the value from\n`globals` provided by the Storybook theme switcher.\n"
|
|
],
|
|
"signature": [
|
|
"(storyFn: ",
|
|
"PartialStoryFn",
|
|
"<ReturnTypeFramework<",
|
|
"StoryFnReactReturnType",
|
|
">, ",
|
|
"Args",
|
|
">, { globals }: ",
|
|
"StoryContext",
|
|
"<ReturnTypeFramework<",
|
|
"StoryFnReactReturnType",
|
|
">, ",
|
|
"Args",
|
|
">) => JSX.Element"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": true,
|
|
"trackAdoption": false,
|
|
"references": [
|
|
{
|
|
"plugin": "@kbn/react-kibana-context-styled",
|
|
"path": "packages/react/kibana_context/styled/index.ts"
|
|
}
|
|
],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.KibanaStyledComponentsThemeProviderDecorator.$1",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "storyFn",
|
|
"description": [],
|
|
"signature": [
|
|
"PartialStoryFn",
|
|
"<ReturnTypeFramework<",
|
|
"StoryFnReactReturnType",
|
|
">, ",
|
|
"Args",
|
|
">"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.KibanaStyledComponentsThemeProviderDecorator.$2",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{ globals }",
|
|
"description": [],
|
|
"signature": [
|
|
"StoryContext",
|
|
"<ReturnTypeFramework<",
|
|
"StoryFnReactReturnType",
|
|
">, ",
|
|
"Args",
|
|
">"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.withTheme",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "withTheme",
|
|
"description": [
|
|
"/** see https://styled-components.com/docs/api#withtheme */"
|
|
],
|
|
"signature": [
|
|
"<C extends React.ComponentType<any>>(component: React.ComponentProps<C> extends { theme?: ",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-styled",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextStyledPluginApi",
|
|
"section": "def-common.EuiTheme",
|
|
"text": "EuiTheme"
|
|
},
|
|
" | undefined; } ? C : never) => React.ForwardRefExoticComponent<WithOptionalTheme<React.ComponentPropsWithRef<C>, ",
|
|
{
|
|
"pluginId": "@kbn/react-kibana-context-styled",
|
|
"scope": "common",
|
|
"docId": "kibKbnReactKibanaContextStyledPluginApi",
|
|
"section": "def-common.EuiTheme",
|
|
"text": "EuiTheme"
|
|
},
|
|
">>"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.withTheme.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "component",
|
|
"description": [],
|
|
"signature": [
|
|
"React.ComponentProps<C> extends { theme?: T | undefined; } ? C : never"
|
|
],
|
|
"path": "node_modules/@types/styled-components/ts3.7/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.EuiTheme",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "EuiTheme",
|
|
"description": [
|
|
"\nA `deprecated` structure representing a Kibana theme containing variables from the current EUI theme."
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.EuiTheme.eui",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "eui",
|
|
"description": [
|
|
"EUI theme vars that automaticall adjust to light and dark mode."
|
|
],
|
|
"signature": [
|
|
"{ euiZDataGrid: number; euiZHeaderBelowDataGrid: number; euiZDataGridCellPopover: number; euiDataGridCellPaddingS: string; euiDataGridCellPaddingM: string; euiDataGridCellPaddingL: string; euiTableHoverColor: string; euiTableSelectedColor: string; euiTableHoverSelectedColor: string; euiTableActionsBorderColor: string; euiTableHoverClickableColor: string; euiTableFocusClickableColor: string; euiContrastRatioText: number; euiContrastRatioGraphic: number; euiContrastRatioDisabled: number; euiAnimSlightBounce: string; euiAnimSlightResistance: string; euiAnimSpeedExtraFast: string; euiAnimSpeedFast: string; euiAnimSpeedNormal: string; euiAnimSpeedSlow: string; euiAnimSpeedExtraSlow: string; euiBorderWidthThin: string; euiBorderWidthThick: string; euiBorderColor: string; euiBorderRadius: string; euiBorderRadiusSmall: string; euiBorderThick: string; euiBorderThin: string; euiBorderEditable: string; euiButtonHeight: string; euiButtonHeightSmall: string; euiButtonHeightXSmall: string; euiButtonColorDisabled: string; euiButtonColorDisabledText: string; euiButtonColorGhostDisabled: string; euiButtonTypes: { primary: string; accent: string; success: string; warning: string; danger: string; ghost: string; text: string; }; euiPaletteColorBlind: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; }; euiPaletteColorBlindKeys: string; euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVis0_behindText: string; euiColorVis1_behindText: string; euiColorVis2_behindText: string; euiColorVis3_behindText: string; euiColorVis4_behindText: string; euiColorVis5_behindText: string; euiColorVis6_behindText: string; euiColorVis7_behindText: string; euiColorVis8_behindText: string; euiColorVis9_behindText: string; euiFontWeightLight: number; euiFontWeightRegular: number; euiFontWeightMedium: number; euiFontWeightSemiBold: number; euiFontWeightBold: number; euiCodeFontWeightRegular: number; euiCodeFontWeightBold: number; euiFormMaxWidth: string; euiFormControlHeight: string; euiFormControlCompressedHeight: string; euiFormControlPadding: string; euiFormControlCompressedPadding: string; euiFormControlBorderRadius: string; euiFormControlCompressedBorderRadius: string; euiRadioSize: string; euiCheckBoxSize: string; euiCheckboxBorderRadius: string; euiSwitchHeight: string; euiSwitchWidth: string; euiSwitchThumbSize: string; euiSwitchIconHeight: string; euiSwitchHeightCompressed: string; euiSwitchWidthCompressed: string; euiSwitchThumbSizeCompressed: string; euiSwitchHeightMini: string; euiSwitchWidthMini: string; euiSwitchThumbSizeMini: string; euiFormBackgroundColor: string; euiFormBackgroundDisabledColor: string; euiFormBackgroundReadOnlyColor: string; euiFormBorderOpaqueColor: string; euiFormBorderColor: string; euiFormBorderDisabledColor: string; euiFormCustomControlDisabledIconColor: string; euiFormCustomControlBorderColor: string; euiFormControlDisabledColor: string; euiFormControlBoxShadow: string; euiFormControlPlaceholderText: string; euiFormInputGroupLabelBackground: string; euiFormInputGroupBorder: string; euiSwitchOffColor: string; euiFormControlIconSizes: { small: string; medium: string; large: string; xLarge: string; xxLarge: string; }; euiFormControlLayoutGroupInputHeight: string; euiFormControlLayoutGroupInputCompressedHeight: string; euiFormControlLayoutGroupInputCompressedBorderRadius: string; euiHeaderBackgroundColor: string; euiHeaderDarkBackgroundColor: string; euiHeaderBorderColor: string; euiHeaderBreadcrumbColor: string; euiHeaderHeight: string; euiHeaderChildSize: string; euiHeaderHeightCompensation: string; euiPageDefaultMaxWidth: string; euiPageSidebarMinWidth: string; euiPanelPaddingModifiers: { paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiPanelBorderRadiusModifiers: { borderRadiusNone: number; borderRadiusMedium: string; }; euiPanelBackgroundColorModifiers: { transparent: string; plain: string; subdued: string; accent: string; primary: string; success: string; warning: string; danger: string; }; euiBreakpoints: { xs: number; s: string; m: string; l: string; xl: string; }; euiBreakpointKeys: string; euiShadowColor: string; euiSize: string; euiSizeXS: string; euiSizeS: string; euiSizeM: string; euiSizeL: string; euiSizeXL: string; euiSizeXXL: string; euiScrollBar: string; euiScrollBarCorner: string; euiScrollBarCornerThin: string; euiFocusRingColor: string; euiFocusRingAnimStartColor: string; euiFocusRingAnimStartSize: string; euiFocusRingAnimStartSizeLarge: string; euiFocusRingSizeLarge: string; euiFocusRingSize: string; euiFocusTransparency: number; euiFocusTransparencyPercent: string; euiFocusBackgroundColor: string; euiFontFamily: string; euiCodeFontFamily: string; euiFontFeatureSettings: string; euiTextScale: string; euiFontSize: string; euiFontSizeXS: string; euiFontSizeS: string; euiFontSizeM: string; euiFontSizeL: string; euiFontSizeXL: string; euiFontSizeXXL: string; euiLineHeight: number; euiBodyLineHeight: number; euiTitles: { xxxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; s: { 'font-size': string; 'line-height': string; 'font-weight': number; }; m: { 'font-size': string; 'line-height': string; 'font-weight': number; }; l: { 'font-size': string; 'line-height': string; 'font-weight': number; }; }; euiZLevel0: number; euiZLevel1: number; euiZLevel2: number; euiZLevel3: number; euiZLevel4: number; euiZLevel5: number; euiZLevel6: number; euiZLevel7: number; euiZLevel8: number; euiZLevel9: number; euiZToastList: number; euiZModal: number; euiZMask: number; euiZNavigation: number; euiZContentMenu: number; euiZHeader: number; euiZFlyout: number; euiZMaskBelowHeader: number; euiZContent: number; euiColorGhost: string; euiColorInk: string; euiColorPrimary: string; euiColorAccent: string; euiColorSuccess: string; euiColorWarning: string; euiColorDanger: string; euiColorEmptyShade: string; euiColorLightestShade: string; euiColorLightShade: string; euiColorMediumShade: string; euiColorDarkShade: string; euiColorDarkestShade: string; euiColorFullShade: string; euiPageBackgroundColor: string; euiColorHighlight: string; euiTextColor: string; euiTitleColor: string; euiTextSubduedColor: string; euiColorDisabled: string; euiColorPrimaryText: string; euiColorSuccessText: string; euiColorAccentText: string; euiColorWarningText: string; euiColorDangerText: string; euiColorDisabledText: string; euiLinkColor: string; euiColorChartLines: string; euiColorChartBand: string; }"
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "kibanaReact",
|
|
"id": "def-common.EuiTheme.darkMode",
|
|
"type": "boolean",
|
|
"tags": [],
|
|
"label": "darkMode",
|
|
"description": [
|
|
"True if the theme is in \"dark\" mode, false otherwise."
|
|
],
|
|
"path": "packages/react/kibana_context/styled/styled_provider.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |