-
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.
[data.ui] Lazy load UI components in data plugin. (#78889)
- Loading branch information
1 parent
09101b2
commit 8ec5ce6
Showing
53 changed files
with
395 additions
and
423 deletions.
There are no files selected for viewing
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
13 changes: 0 additions & 13 deletions
13
.../development/plugins/data/public/kibana-plugin-plugins-data-public.filterbar.md
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...ta/public/kibana-plugin-plugins-data-public.indexpatternselect._constructor_.md
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...ublic/kibana-plugin-plugins-data-public.indexpatternselect.componentdidmount.md
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...ic/kibana-plugin-plugins-data-public.indexpatternselect.componentwillunmount.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...a/public/kibana-plugin-plugins-data-public.indexpatternselect.debouncedfetch.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ata/public/kibana-plugin-plugins-data-public.indexpatternselect.fetchoptions.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...bana-plugin-plugins-data-public.indexpatternselect.fetchselectedindexpattern.md
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
...ent/plugins/data/public/kibana-plugin-plugins-data-public.indexpatternselect.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ns/data/public/kibana-plugin-plugins-data-public.indexpatternselect.onchange.md
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...gins/data/public/kibana-plugin-plugins-data-public.indexpatternselect.render.md
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ugins/data/public/kibana-plugin-plugins-data-public.indexpatternselect.state.md
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...ugin-plugins-data-public.indexpatternselect.unsafe_componentwillreceiveprops.md
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
...lugins/data/public/kibana-plugin-plugins-data-public.indexpatternselectprops.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,16 @@ | ||
<!-- 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) > [IndexPatternSelectProps](./kibana-plugin-plugins-data-public.indexpatternselectprops.md) | ||
|
||
## IndexPatternSelectProps type | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare type IndexPatternSelectProps = Required<Omit<EuiComboBoxProps<any>, 'isLoading' | 'onSearchChange' | 'options' | 'selectedOptions'>, 'onChange' | 'placeholder'> & { | ||
indexPatternId: string; | ||
fieldTypes?: string[]; | ||
onNoIndexPatterns?: () => void; | ||
savedObjectsClient: SavedObjectsClientContract; | ||
}; | ||
``` |
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.