mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
258 lines
No EOL
8.5 KiB
JSON
258 lines
No EOL
8.5 KiB
JSON
{
|
|
"id": "@kbn/shared-ux-page-kibana-template",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.KibanaPageTemplate",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "KibanaPageTemplate",
|
|
"description": [
|
|
"\nKibana-specific wrapper of EuiPageTemplate and it's namespaced components"
|
|
],
|
|
"signature": [
|
|
"React.FC<",
|
|
"KibanaPageTemplateProps",
|
|
"> & { Sidebar: React.FunctionComponent<",
|
|
"EuiPageSidebarProps",
|
|
">; Header: React.FunctionComponent<",
|
|
"EuiPageHeaderProps",
|
|
">; Section: React.FunctionComponent<",
|
|
"EuiPageSectionProps",
|
|
">; BottomBar: React.FunctionComponent<",
|
|
"_EuiPageBottomBarProps",
|
|
">; EmptyPrompt: React.FunctionComponent<",
|
|
"_EuiPageEmptyPromptProps",
|
|
">; }"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/page/kibana_template/impl/src/page_template.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.KibanaPageTemplate.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "props",
|
|
"description": [],
|
|
"signature": [
|
|
"P"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.KibanaPageTemplate.$2",
|
|
"type": "Any",
|
|
"tags": [],
|
|
"label": "context",
|
|
"description": [],
|
|
"signature": [
|
|
"any"
|
|
],
|
|
"path": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.KibanaPageTemplateKibanaProvider",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "KibanaPageTemplateKibanaProvider",
|
|
"description": [
|
|
"\nKibana-specific Provider that maps dependencies to services."
|
|
],
|
|
"signature": [
|
|
"({ children, ...dependencies }: React.PropsWithChildren<",
|
|
"NoDataCardKibanaDependencies",
|
|
">) => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/page/kibana_template/impl/src/services.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.KibanaPageTemplateKibanaProvider.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{ children, ...dependencies }",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
"NoDataCardKibanaDependencies",
|
|
">"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/page/kibana_template/impl/src/services.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.KibanaPageTemplateProvider",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "KibanaPageTemplateProvider",
|
|
"description": [
|
|
"\nA Context Provider that provides services to the component and its dependencies."
|
|
],
|
|
"signature": [
|
|
"({ children, ...services }: React.PropsWithChildren<",
|
|
"NoDataCardServices",
|
|
">) => React.JSX.Element"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/page/kibana_template/impl/src/services.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.KibanaPageTemplateProvider.$1",
|
|
"type": "CompoundType",
|
|
"tags": [],
|
|
"label": "{\n children,\n ...services\n}",
|
|
"description": [],
|
|
"signature": [
|
|
"React.PropsWithChildren<",
|
|
"NoDataCardServices",
|
|
">"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/page/kibana_template/impl/src/services.tsx",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.KibanaPageTemplateKibanaDependencies",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "KibanaPageTemplateKibanaDependencies",
|
|
"description": [],
|
|
"signature": [
|
|
"KibanaDependencies",
|
|
" & ",
|
|
"RedirectAppLinksKibanaDependencies"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/page/kibana_template/types/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.KibanaPageTemplateProps",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "KibanaPageTemplateProps",
|
|
"description": [],
|
|
"signature": [
|
|
"_EuiPageOuterProps",
|
|
" & Omit<",
|
|
"_EuiPageInnerProps",
|
|
"<\"main\">, \"border\" | \"component\"> & ",
|
|
"_EuiPageRestrictWidth",
|
|
" & ",
|
|
"_EuiPageBottomBorder",
|
|
" & { contentBorder?: boolean | undefined; minHeight?: ",
|
|
"Property",
|
|
".MinHeight<string | number> | undefined; offset?: number | undefined; mainProps?: (",
|
|
"CommonProps",
|
|
" & React.HTMLAttributes<HTMLElement>) | undefined; component?: ",
|
|
"ComponentTypes",
|
|
" | undefined; } & { isEmptyState?: boolean | undefined; emptyPageBody?: React.ReactNode; solutionNav?: ",
|
|
{
|
|
"pluginId": "@kbn/shared-ux-page-solution-nav",
|
|
"scope": "public",
|
|
"docId": "kibKbnSharedUxPageSolutionNavPluginApi",
|
|
"section": "def-public.SolutionNavProps",
|
|
"text": "SolutionNavProps"
|
|
},
|
|
" | undefined; noDataConfig?: ",
|
|
"NoDataPageProps",
|
|
" | undefined; pageHeader?: ",
|
|
"EuiPageHeaderProps",
|
|
" | undefined; pageSideBar?: React.ReactNode; pageSideBarProps?: ",
|
|
"EuiPageSidebarProps",
|
|
" | undefined; }"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/page/kibana_template/types/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.KibanaPageTemplateServices",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "KibanaPageTemplateServices",
|
|
"description": [],
|
|
"signature": [
|
|
"Services",
|
|
" & ",
|
|
"RedirectAppLinksServices"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/page/kibana_template/types/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/shared-ux-page-kibana-template",
|
|
"id": "def-public.NoDataConfig",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "NoDataConfig",
|
|
"description": [],
|
|
"signature": [
|
|
"NoDataPageProps"
|
|
],
|
|
"path": "src/platform/packages/shared/shared-ux/page/no_data_config/types/index.d.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |