update generated public api docs

This commit is contained in:
spalger 2021-03-02 20:22:54 -07:00
parent 87a5b22626
commit 8cbcbaed0c

View file

@ -35,7 +35,7 @@
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/public/lazy_load_bundle/index.ts#L15" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/public/lazy_load_bundle/index.ts#L15"
}, },
"signature": [ "signature": [
"(geojsonFile: GeoJSON.FeatureCollection<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>, name: string) => void" "(geojsonFile: GeoJSON.FeatureCollection<GeoJSON.Geometry, GeoJSON.GeoJsonProperties>, name: string, previewCoverage: number) => void"
] ]
}, },
{ {
@ -1097,6 +1097,22 @@
], ],
"enums": [], "enums": [],
"misc": [ "misc": [
{
"tags": [],
"id": "def-public.UI_SETTING_MAX_FILE_SIZE",
"type": "string",
"label": "UI_SETTING_MAX_FILE_SIZE",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 8,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L8"
},
"signature": [
"\"fileUpload:maxFileSize\""
],
"initialIsOpen": false
},
{ {
"tags": [], "tags": [],
"id": "def-public.MB", "id": "def-public.MB",
@ -1105,8 +1121,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 8, "lineNumber": 10,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L8" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L10"
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -1118,8 +1134,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 9, "lineNumber": 11,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L9" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L11"
}, },
"signature": [ "signature": [
"\"100MB\"" "\"100MB\""
@ -1134,8 +1150,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 10, "lineNumber": 12,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L10" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L12"
}, },
"signature": [ "signature": [
"104857600" "104857600"
@ -1150,8 +1166,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 12, "lineNumber": 14,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L12" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L14"
}, },
"signature": [ "signature": [
"1073741274" "1073741274"
@ -1166,8 +1182,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 13, "lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L13" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L15"
}, },
"signature": [ "signature": [
"\"0,0.[0] b\"" "\"0,0.[0] b\""
@ -1182,8 +1198,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 17, "lineNumber": 19,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L17" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L19"
}, },
"signature": [ "signature": [
"\"ml-file-data-visualizer\"" "\"ml-file-data-visualizer\""
@ -1223,8 +1239,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/public/plugin.ts", "path": "x-pack/plugins/file_upload/public/plugin.ts",
"lineNumber": 20, "lineNumber": 21,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/public/plugin.ts#L20" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/public/plugin.ts#L21"
}, },
"signature": [ "signature": [
"FileUploadStartApi" "FileUploadStartApi"
@ -1675,6 +1691,22 @@
], ],
"enums": [], "enums": [],
"misc": [ "misc": [
{
"tags": [],
"id": "def-common.UI_SETTING_MAX_FILE_SIZE",
"type": "string",
"label": "UI_SETTING_MAX_FILE_SIZE",
"description": [],
"source": {
"path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 8,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L8"
},
"signature": [
"\"fileUpload:maxFileSize\""
],
"initialIsOpen": false
},
{ {
"tags": [], "tags": [],
"id": "def-common.MB", "id": "def-common.MB",
@ -1683,8 +1715,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 8, "lineNumber": 10,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L8" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L10"
}, },
"initialIsOpen": false "initialIsOpen": false
}, },
@ -1696,8 +1728,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 9, "lineNumber": 11,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L9" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L11"
}, },
"signature": [ "signature": [
"\"100MB\"" "\"100MB\""
@ -1712,8 +1744,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 10, "lineNumber": 12,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L10" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L12"
}, },
"signature": [ "signature": [
"104857600" "104857600"
@ -1728,8 +1760,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 12, "lineNumber": 14,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L12" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L14"
}, },
"signature": [ "signature": [
"1073741274" "1073741274"
@ -1744,8 +1776,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 13, "lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L13" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L15"
}, },
"signature": [ "signature": [
"\"0,0.[0] b\"" "\"0,0.[0] b\""
@ -1760,8 +1792,8 @@
"description": [], "description": [],
"source": { "source": {
"path": "x-pack/plugins/file_upload/common/constants.ts", "path": "x-pack/plugins/file_upload/common/constants.ts",
"lineNumber": 17, "lineNumber": 19,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L17" "link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/file_upload/common/constants.ts#L19"
}, },
"signature": [ "signature": [
"\"ml-file-data-visualizer\"" "\"ml-file-data-visualizer\""