-
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.
[uiSettings]: Migrate items owned by app arch to new platform (#66040)
* Migrated uiSettings items to new platform * API changes * Fixed translations * Fixed comment and i18n * Fixed tests * Fixed internalization * Fix karma tests * made code more explicit * Fixed plugin * Added consts for ui settings ids. * Added id for another settings * Fixed tests. * Improved imports * Fix imports to public which were happening from the server. * Fixed paths * Moved styles to plugin.ts * Moved styles * Fixed docs * Fix ci * Fix ci * fix documentation Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Alexey Antonov <[email protected]> Co-authored-by: Luke Elmers <[email protected]>
- Loading branch information
1 parent
7027d5b
commit b87eefc
Showing
131 changed files
with
1,554 additions
and
1,063 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
39 changes: 39 additions & 0 deletions
39
...evelopment/plugins/data/public/kibana-plugin-plugins-data-public.ui_settings.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,39 @@ | ||
<!-- 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) > [UI\_SETTINGS](./kibana-plugin-plugins-data-public.ui_settings.md) | ||
|
||
## UI\_SETTINGS variable | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
UI_SETTINGS: { | ||
META_FIELDS: string; | ||
DOC_HIGHLIGHT: string; | ||
QUERY_STRING_OPTIONS: string; | ||
QUERY_ALLOW_LEADING_WILDCARDS: string; | ||
SEARCH_QUERY_LANGUAGE: string; | ||
SORT_OPTIONS: string; | ||
COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: string; | ||
COURIER_SET_REQUEST_PREFERENCE: string; | ||
COURIER_CUSTOM_REQUEST_PREFERENCE: string; | ||
COURIER_MAX_CONCURRENT_SHARD_REQUESTS: string; | ||
COURIER_BATCH_SEARCHES: string; | ||
SEARCH_INCLUDE_FROZEN: string; | ||
HISTOGRAM_BAR_TARGET: string; | ||
HISTOGRAM_MAX_BARS: string; | ||
HISTORY_LIMIT: string; | ||
SHORT_DOTS_ENABLE: string; | ||
FORMAT_DEFAULT_TYPE_MAP: string; | ||
FORMAT_NUMBER_DEFAULT_PATTERN: string; | ||
FORMAT_PERCENT_DEFAULT_PATTERN: string; | ||
FORMAT_BYTES_DEFAULT_PATTERN: string; | ||
FORMAT_CURRENCY_DEFAULT_PATTERN: string; | ||
FORMAT_NUMBER_DEFAULT_LOCALE: string; | ||
TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: string; | ||
TIMEPICKER_QUICK_RANGES: string; | ||
INDEXPATTERN_PLACEHOLDER: string; | ||
FILTERS_PINNED_BY_DEFAULT: string; | ||
FILTERS_EDITOR_SUGGEST_VALUES: string; | ||
} | ||
``` |
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
39 changes: 39 additions & 0 deletions
39
...evelopment/plugins/data/server/kibana-plugin-plugins-data-server.ui_settings.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,39 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [kibana-plugin-plugins-data-server](./kibana-plugin-plugins-data-server.md) > [UI\_SETTINGS](./kibana-plugin-plugins-data-server.ui_settings.md) | ||
|
||
## UI\_SETTINGS variable | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
UI_SETTINGS: { | ||
META_FIELDS: string; | ||
DOC_HIGHLIGHT: string; | ||
QUERY_STRING_OPTIONS: string; | ||
QUERY_ALLOW_LEADING_WILDCARDS: string; | ||
SEARCH_QUERY_LANGUAGE: string; | ||
SORT_OPTIONS: string; | ||
COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: string; | ||
COURIER_SET_REQUEST_PREFERENCE: string; | ||
COURIER_CUSTOM_REQUEST_PREFERENCE: string; | ||
COURIER_MAX_CONCURRENT_SHARD_REQUESTS: string; | ||
COURIER_BATCH_SEARCHES: string; | ||
SEARCH_INCLUDE_FROZEN: string; | ||
HISTOGRAM_BAR_TARGET: string; | ||
HISTOGRAM_MAX_BARS: string; | ||
HISTORY_LIMIT: string; | ||
SHORT_DOTS_ENABLE: string; | ||
FORMAT_DEFAULT_TYPE_MAP: string; | ||
FORMAT_NUMBER_DEFAULT_PATTERN: string; | ||
FORMAT_PERCENT_DEFAULT_PATTERN: string; | ||
FORMAT_BYTES_DEFAULT_PATTERN: string; | ||
FORMAT_CURRENCY_DEFAULT_PATTERN: string; | ||
FORMAT_NUMBER_DEFAULT_LOCALE: string; | ||
TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: string; | ||
TIMEPICKER_QUICK_RANGES: string; | ||
INDEXPATTERN_PLACEHOLDER: string; | ||
FILTERS_PINNED_BY_DEFAULT: string; | ||
FILTERS_EDITOR_SUGGEST_VALUES: string; | ||
} | ||
``` |
Oops, something went wrong.