-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependencies from index pattern field and index pattern list (#…
…75185) * Remove dependencies from index pattern field and index pattern list
- Loading branch information
Showing
78 changed files
with
578 additions
and
547 deletions.
There are no files selected for viewing
23 changes: 0 additions & 23 deletions
23
...lugins/data/public/kibana-plugin-plugins-data-public.fieldlist._constructor_.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...elopment/plugins/data/public/kibana-plugin-plugins-data-public.fieldlist.add.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...pment/plugins/data/public/kibana-plugin-plugins-data-public.fieldlist.getall.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...nt/plugins/data/public/kibana-plugin-plugins-data-public.fieldlist.getbyname.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...nt/plugins/data/public/kibana-plugin-plugins-data-public.fieldlist.getbytype.md
This file was deleted.
Oops, something went wrong.
27 changes: 3 additions & 24 deletions
27
.../development/plugins/data/public/kibana-plugin-plugins-data-public.fieldlist.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [FieldList](./kibana-plugin-plugins-data-public.fieldlist.md) | ||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [fieldList](./kibana-plugin-plugins-data-public.fieldlist.md) | ||
|
||
## FieldList class | ||
## fieldList variable | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare class FieldList extends Array<IndexPatternField> implements IIndexPatternFieldList | ||
fieldList: (specs?: FieldSpec[], shortDotsEnable?: boolean) => IIndexPatternFieldList | ||
``` | ||
## Constructors | ||
| Constructor | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [(constructor)(indexPattern, specs, shortDotsEnable, onNotification)](./kibana-plugin-plugins-data-public.fieldlist._constructor_.md) | | Constructs a new instance of the <code>FieldList</code> class | | ||
## Properties | ||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [add](./kibana-plugin-plugins-data-public.fieldlist.add.md) | | <code>(field: FieldSpec) => void</code> | | | ||
| [getAll](./kibana-plugin-plugins-data-public.fieldlist.getall.md) | | <code>() => IndexPatternField[]</code> | | | ||
| [getByName](./kibana-plugin-plugins-data-public.fieldlist.getbyname.md) | | <code>(name: IndexPatternField['name']) => IndexPatternField | undefined</code> | | | ||
| [getByType](./kibana-plugin-plugins-data-public.fieldlist.getbytype.md) | | <code>(type: IndexPatternField['type']) => any[]</code> | | | ||
| [remove](./kibana-plugin-plugins-data-public.fieldlist.remove.md) | | <code>(field: IFieldType) => void</code> | | | ||
| [removeAll](./kibana-plugin-plugins-data-public.fieldlist.removeall.md) | | <code>() => void</code> | | | ||
| [replaceAll](./kibana-plugin-plugins-data-public.fieldlist.replaceall.md) | | <code>(specs: FieldSpec[]) => void</code> | | | ||
| [toSpec](./kibana-plugin-plugins-data-public.fieldlist.tospec.md) | | <code>() => {</code><br/><code> count: number;</code><br/><code> script: string | undefined;</code><br/><code> lang: string | undefined;</code><br/><code> conflictDescriptions: Record<string, string[]> | undefined;</code><br/><code> name: string;</code><br/><code> type: string;</code><br/><code> esTypes: string[] | undefined;</code><br/><code> scripted: boolean;</code><br/><code> searchable: boolean;</code><br/><code> aggregatable: boolean;</code><br/><code> readFromDocValues: boolean;</code><br/><code> subType: import("../types").IFieldSubType | undefined;</code><br/><code> format: any;</code><br/><code> }[]</code> | | | ||
| [update](./kibana-plugin-plugins-data-public.fieldlist.update.md) | | <code>(field: FieldSpec) => void</code> | | | ||
11 changes: 0 additions & 11 deletions
11
...pment/plugins/data/public/kibana-plugin-plugins-data-public.fieldlist.remove.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...nt/plugins/data/public/kibana-plugin-plugins-data-public.fieldlist.removeall.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...t/plugins/data/public/kibana-plugin-plugins-data-public.fieldlist.replaceall.md
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...pment/plugins/data/public/kibana-plugin-plugins-data-public.fieldlist.tospec.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...pment/plugins/data/public/kibana-plugin-plugins-data-public.fieldlist.update.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
.../data/public/kibana-plugin-plugins-data-public.iindexpatternfieldlist.tospec.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [IIndexPatternFieldList](./kibana-plugin-plugins-data-public.iindexpatternfieldlist.md) > [toSpec](./kibana-plugin-plugins-data-public.iindexpatternfieldlist.tospec.md) | ||
|
||
## IIndexPatternFieldList.toSpec() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
toSpec(options?: { | ||
getFormatterForField?: IndexPattern['getFormatterForField']; | ||
}): FieldSpec[]; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| options | <code>{</code><br/><code> getFormatterForField?: IndexPattern['getFormatterForField'];</code><br/><code> }</code> | | | ||
|
||
<b>Returns:</b> | ||
|
||
`FieldSpec[]` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
...ugins/data/public/kibana-plugin-plugins-data-public.indexpatternfield.format.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...data/public/kibana-plugin-plugins-data-public.indexpatternfield.indexpattern.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.