@elastic/eui 75.1.2 → 76.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/accessibility/skip_link/skip_link.js +11 -42
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/badge_group/badge_group.styles.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +1 -1
- package/es/components/basic_table/collapsed_item_actions.js +1 -1
- package/es/components/basic_table/in_memory_table.js +1 -1
- package/es/components/button/_button_content_deprecated.js +1 -1
- package/es/components/button/button_display/_button_display.js +1 -1
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_group/button_group.js +1 -1
- package/es/components/button/button_group/button_group_button.js +1 -1
- package/es/components/button/button_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +1 -1
- package/es/components/card/card.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/control_bar/control_bar.a11y.js +1 -1
- package/es/components/datagrid/body/data_grid_body.js +89 -94
- package/es/components/datagrid/body/data_grid_cell.js +34 -24
- package/es/components/datagrid/body/{data_grid_footer_row.js → footer/data_grid_footer_row.js} +22 -15
- package/es/components/datagrid/body/footer/index.js +9 -0
- package/es/components/datagrid/body/footer/use_data_grid_footer.js +60 -0
- package/es/components/datagrid/body/header/data_grid_control_header_cell.js +24 -5
- package/es/components/datagrid/body/header/data_grid_header_cell.js +23 -17
- package/es/components/datagrid/body/header/data_grid_header_row.js +52 -17
- package/es/components/datagrid/body/header/index.js +2 -1
- package/es/components/datagrid/body/header/use_data_grid_header.js +66 -0
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/data_grid.js +52 -17
- package/es/components/datagrid/utils/in_memory.js +17 -12
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +2 -2
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/expression/expression.js +3 -3
- package/es/components/facet/facet_button.js +1 -1
- package/es/components/form/field_number/field_number.js +1 -1
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -1
- package/es/components/header/header_links/header_links.js +1 -1
- package/es/components/header/header_logo.js +1 -1
- package/es/components/icon/assets/pivot.js +41 -0
- package/es/components/icon/assets/{crossInACircleFilled.js → warning.js} +5 -3
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_glyphs.a11y.js +1 -1
- package/es/components/icon/icon_map.js +2 -2
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +2 -2
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/notification/notification_event.js +2 -2
- package/es/components/notification/notification_event_meta.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/steps/step_number.js +1 -1
- package/es/components/suggest/suggest.js +1 -1
- package/es/components/suggest/suggest_item.js +1 -1
- package/es/components/table/table_header_button.js +1 -1
- package/es/components/text/text.styles.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/eui.d.ts +98 -36
- package/i18ntokens.json +16 -16
- package/lib/components/accessibility/skip_link/skip_link.js +10 -41
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/badge_group/badge_group.styles.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +1 -1
- package/lib/components/basic_table/collapsed_item_actions.js +1 -1
- package/lib/components/basic_table/in_memory_table.js +1 -1
- package/lib/components/button/_button_content_deprecated.js +1 -1
- package/lib/components/button/button_display/_button_display.js +1 -1
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_group/button_group.js +1 -1
- package/lib/components/button/button_group/button_group_button.js +1 -1
- package/lib/components/button/button_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +1 -1
- package/lib/components/card/card.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/control_bar/control_bar.a11y.js +1 -1
- package/lib/components/datagrid/body/data_grid_body.js +88 -95
- package/lib/components/datagrid/body/data_grid_cell.js +34 -24
- package/lib/components/datagrid/body/{data_grid_footer_row.js → footer/data_grid_footer_row.js} +21 -15
- package/lib/components/datagrid/body/footer/index.js +21 -0
- package/lib/components/datagrid/body/footer/use_data_grid_footer.js +71 -0
- package/lib/components/datagrid/body/header/data_grid_control_header_cell.js +25 -12
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +23 -17
- package/lib/components/datagrid/body/header/data_grid_header_row.js +52 -17
- package/lib/components/datagrid/body/header/index.js +9 -1
- package/lib/components/datagrid/body/header/use_data_grid_header.js +79 -0
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/data_grid.js +52 -17
- package/lib/components/datagrid/utils/in_memory.js +17 -12
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +2 -2
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/expression/expression.js +3 -3
- package/lib/components/facet/facet_button.js +1 -1
- package/lib/components/form/field_number/field_number.js +1 -1
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/lib/components/header/header_links/header_link.js +1 -1
- package/lib/components/header/header_links/header_links.js +1 -1
- package/lib/components/header/header_logo.js +1 -1
- package/lib/components/icon/assets/pivot.js +48 -0
- package/lib/components/icon/assets/{crossInACircleFilled.js → warning.js} +5 -3
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_glyphs.a11y.js +1 -1
- package/lib/components/icon/icon_map.js +2 -2
- package/lib/components/icon/svgs/pivot.svg +3 -0
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +2 -2
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/notification/notification_event.js +2 -2
- package/lib/components/notification/notification_event_meta.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/steps/step_number.js +1 -1
- package/lib/components/suggest/suggest.js +1 -1
- package/lib/components/suggest/suggest_item.js +1 -1
- package/lib/components/table/table_header_button.js +1 -1
- package/lib/components/text/text.styles.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/optimize/es/components/accessibility/skip_link/skip_link.js +11 -31
- package/optimize/es/components/badge/badge_group/badge_group.styles.js +1 -1
- package/optimize/es/components/control_bar/control_bar.a11y.js +1 -1
- package/optimize/es/components/datagrid/body/data_grid_body.js +37 -66
- package/optimize/es/components/datagrid/body/{data_grid_footer_row.js → footer/data_grid_footer_row.js} +22 -15
- package/optimize/es/components/datagrid/body/footer/index.js +9 -0
- package/optimize/es/components/datagrid/body/footer/use_data_grid_footer.js +45 -0
- package/optimize/es/components/datagrid/body/header/data_grid_control_header_cell.js +7 -3
- package/optimize/es/components/datagrid/body/header/data_grid_header_cell.js +6 -5
- package/optimize/es/components/datagrid/body/header/index.js +2 -1
- package/optimize/es/components/datagrid/body/header/use_data_grid_header.js +51 -0
- package/optimize/es/components/date_picker/date_picker_range.js +1 -1
- package/optimize/es/components/expression/expression.js +1 -1
- package/optimize/es/components/icon/assets/pivot.js +37 -0
- package/optimize/es/components/icon/assets/{crossInACircleFilled.js → warning.js} +5 -3
- package/optimize/es/components/icon/icon_glyphs.a11y.js +1 -1
- package/optimize/es/components/icon/icon_map.js +2 -2
- package/optimize/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/optimize/es/components/steps/step_number.js +1 -1
- package/optimize/es/components/text/text.styles.js +1 -1
- package/optimize/lib/components/accessibility/skip_link/skip_link.js +10 -31
- package/optimize/lib/components/badge/badge_group/badge_group.styles.js +1 -1
- package/optimize/lib/components/control_bar/control_bar.a11y.js +1 -1
- package/optimize/lib/components/datagrid/body/data_grid_body.js +36 -68
- package/{test-env/components/datagrid/body → optimize/lib/components/datagrid/body/footer}/data_grid_footer_row.js +21 -15
- package/optimize/lib/components/datagrid/body/footer/index.js +21 -0
- package/optimize/lib/components/datagrid/body/footer/use_data_grid_footer.js +60 -0
- package/optimize/lib/components/datagrid/body/header/data_grid_control_header_cell.js +8 -3
- package/optimize/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -5
- package/optimize/lib/components/datagrid/body/header/index.js +9 -1
- package/optimize/lib/components/datagrid/body/header/use_data_grid_header.js +69 -0
- package/optimize/lib/components/date_picker/date_picker_range.js +1 -1
- package/optimize/lib/components/expression/expression.js +1 -1
- package/optimize/lib/components/icon/assets/pivot.js +47 -0
- package/optimize/lib/components/icon/assets/{crossInACircleFilled.js → warning.js} +5 -3
- package/optimize/lib/components/icon/icon_glyphs.a11y.js +1 -1
- package/optimize/lib/components/icon/icon_map.js +2 -2
- package/optimize/lib/components/icon/svgs/pivot.svg +3 -0
- package/optimize/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/optimize/lib/components/steps/step_number.js +1 -1
- package/optimize/lib/components/text/text.styles.js +1 -1
- package/package.json +1 -1
- package/src/components/datagrid/_index.scss +1 -1
- package/test-env/components/accessibility/skip_link/skip_link.js +10 -31
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/badge_group/badge_group.styles.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +1 -1
- package/test-env/components/basic_table/collapsed_item_actions.js +1 -1
- package/test-env/components/basic_table/in_memory_table.js +1 -1
- package/test-env/components/button/_button_content_deprecated.js +1 -1
- package/test-env/components/button/button_display/_button_display.js +1 -1
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_group/button_group.js +1 -1
- package/test-env/components/button/button_group/button_group_button.js +1 -1
- package/test-env/components/button/button_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +1 -1
- package/test-env/components/card/card.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/control_bar/control_bar.a11y.js +1 -1
- package/test-env/components/datagrid/body/data_grid_body.js +88 -85
- package/test-env/components/datagrid/body/data_grid_cell.js +34 -24
- package/{optimize/lib/components/datagrid/body → test-env/components/datagrid/body/footer}/data_grid_footer_row.js +21 -15
- package/test-env/components/datagrid/body/footer/index.js +21 -0
- package/test-env/components/datagrid/body/footer/use_data_grid_footer.js +60 -0
- package/test-env/components/datagrid/body/header/data_grid_control_header_cell.js +25 -5
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +23 -17
- package/test-env/components/datagrid/body/header/data_grid_header_row.js +52 -17
- package/test-env/components/datagrid/body/header/index.js +9 -1
- package/test-env/components/datagrid/body/header/use_data_grid_header.js +69 -0
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/data_grid.js +52 -17
- package/test-env/components/datagrid/utils/in_memory.js +17 -12
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +2 -2
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/expression/expression.js +3 -3
- package/test-env/components/facet/facet_button.js +1 -1
- package/test-env/components/form/field_number/field_number.js +1 -1
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/test-env/components/header/header_links/header_link.js +1 -1
- package/test-env/components/header/header_links/header_links.js +1 -1
- package/test-env/components/header/header_logo.js +1 -1
- package/test-env/components/icon/assets/pivot.js +47 -0
- package/test-env/components/icon/assets/{crossInACircleFilled.js → warning.js} +5 -3
- package/test-env/components/icon/icon_glyphs.a11y.js +1 -1
- package/test-env/components/icon/icon_map.js +2 -2
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +2 -2
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/notification/notification_event.js +2 -2
- package/test-env/components/notification/notification_event_meta.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/steps/step_number.js +1 -1
- package/test-env/components/suggest/suggest.js +1 -1
- package/test-env/components/suggest/suggest_item.js +1 -1
- package/test-env/components/table/table_header_button.js +1 -1
- package/test-env/components/text/text.styles.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/lib/components/icon/svgs/crossInACircleFilled.svg +0 -3
- package/optimize/lib/components/icon/svgs/crossInACircleFilled.svg +0 -3
- /package/lib/components/icon/svgs/{alert.svg → warning.svg} +0 -0
- /package/optimize/lib/components/icon/svgs/{alert.svg → warning.svg} +0 -0
- /package/src/components/datagrid/body/{_data_grid_footer_row.scss → footer/_data_grid_footer_row.scss} +0 -0
package/eui.d.ts
CHANGED
|
@@ -941,7 +941,6 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
941
941
|
advancedSettingsApp: string;
|
|
942
942
|
agentApp: string;
|
|
943
943
|
aggregate: string;
|
|
944
|
-
alert: string;
|
|
945
944
|
analyzeEvent: string;
|
|
946
945
|
annotation: string;
|
|
947
946
|
apmApp: string;
|
|
@@ -1002,7 +1001,6 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
1002
1001
|
createSingleMetricJob: string;
|
|
1003
1002
|
cross: string;
|
|
1004
1003
|
crossClusterReplicationApp: string;
|
|
1005
|
-
crossInACircleFilled: string;
|
|
1006
1004
|
crosshairs: string;
|
|
1007
1005
|
currency: string;
|
|
1008
1006
|
cut: string;
|
|
@@ -1244,6 +1242,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
1244
1242
|
pin: string;
|
|
1245
1243
|
pinFilled: string;
|
|
1246
1244
|
pipelineApp: string;
|
|
1245
|
+
pivot: string;
|
|
1247
1246
|
play: string;
|
|
1248
1247
|
playFilled: string;
|
|
1249
1248
|
plus: string;
|
|
@@ -1344,6 +1343,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
1344
1343
|
visVega: string;
|
|
1345
1344
|
visVisualBuilder: string;
|
|
1346
1345
|
visualizeApp: string;
|
|
1346
|
+
warning: string;
|
|
1347
1347
|
watchesApp: string;
|
|
1348
1348
|
wordWrap: string;
|
|
1349
1349
|
wordWrapDisabled: string;
|
|
@@ -1462,7 +1462,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
1462
1462
|
import { WithEuiThemeProps } from '@elastic/eui/src/services';
|
|
1463
1463
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
1464
1464
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
1465
|
-
export const TYPES: ("string" | "number" | "function" | "article" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "
|
|
1465
|
+
export const TYPES: ("string" | "number" | "function" | "article" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "discuss" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "error" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "pivot" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "warning" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp")[];
|
|
1466
1466
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
1467
1467
|
export type IconType = EuiIconType | string | ComponentType;
|
|
1468
1468
|
export type IconColor = string | NamedColor;
|
|
@@ -1505,7 +1505,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
1505
1505
|
isLoading: boolean;
|
|
1506
1506
|
neededLoading: boolean;
|
|
1507
1507
|
}
|
|
1508
|
-
export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "article" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "
|
|
1508
|
+
export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "article" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "discuss" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "error" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "pivot" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "warning" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
|
|
1509
1509
|
export const appendIconComponentCache: (iconTypeToIconComponentMap: {
|
|
1510
1510
|
[iconType: string]: React.ComponentType<{}>;
|
|
1511
1511
|
}) => void;
|
|
@@ -3982,7 +3982,7 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
|
|
|
3982
3982
|
export const EuiCallOut: React.ForwardRefExoticComponent<CommonProps & Omit<React.HTMLAttributes<HTMLDivElement>, "title" | "color"> & {
|
|
3983
3983
|
title?: ReactNode;
|
|
3984
3984
|
iconType?: IconType | undefined;
|
|
3985
|
-
color?: "
|
|
3985
|
+
color?: "warning" | "primary" | "success" | "danger" | undefined;
|
|
3986
3986
|
size?: Size | undefined;
|
|
3987
3987
|
heading?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | undefined;
|
|
3988
3988
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -5094,7 +5094,7 @@ declare module '@elastic/eui/src/components/form/range/range_levels_colors' {
|
|
|
5094
5094
|
export type EuiRangeLevelColor = typeof LEVEL_COLORS[number];
|
|
5095
5095
|
export const isNamedLevelColor: (color?: string | undefined) => boolean;
|
|
5096
5096
|
export const euiRangeLevelColor: (color: EuiRangeLevelColor | string, euiTheme: UseEuiTheme['euiTheme']) => string;
|
|
5097
|
-
export const getLevelColor: (levels: EuiRangeLevel[], value: number) => "
|
|
5097
|
+
export const getLevelColor: (levels: EuiRangeLevel[], value: number) => "warning" | "primary" | "success" | "danger" | import("csstype").Property.Color | undefined;
|
|
5098
5098
|
|
|
5099
5099
|
}
|
|
5100
5100
|
declare module '@elastic/eui/src/components/form/range/types' {
|
|
@@ -12047,18 +12047,30 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
|
|
|
12047
12047
|
* Used as the React `key` when rendering content
|
|
12048
12048
|
*/
|
|
12049
12049
|
id: string;
|
|
12050
|
+
/**
|
|
12051
|
+
* Width of the column, users are unable to change this
|
|
12052
|
+
*/
|
|
12053
|
+
width: number;
|
|
12050
12054
|
/**
|
|
12051
12055
|
* Component to render in the column header
|
|
12052
12056
|
*/
|
|
12053
12057
|
headerCellRender: ComponentType;
|
|
12058
|
+
/**
|
|
12059
|
+
* Optional props to pass to the column header cell
|
|
12060
|
+
*/
|
|
12061
|
+
headerCellProps?: HTMLAttributes<HTMLDivElement>;
|
|
12054
12062
|
/**
|
|
12055
12063
|
* Component to render for each row in the column
|
|
12056
12064
|
*/
|
|
12057
12065
|
rowCellRender: EuiDataGridCellProps['renderCellValue'];
|
|
12058
12066
|
/**
|
|
12059
|
-
*
|
|
12067
|
+
* Component to render in the optional column footer
|
|
12060
12068
|
*/
|
|
12061
|
-
|
|
12069
|
+
footerCellRender?: EuiDataGridCellProps['renderCellValue'];
|
|
12070
|
+
/**
|
|
12071
|
+
* Optional props to pass to the column footer cell
|
|
12072
|
+
*/
|
|
12073
|
+
footerCellProps?: HTMLAttributes<HTMLDivElement>;
|
|
12062
12074
|
}
|
|
12063
12075
|
export interface EuiDataGridColumn {
|
|
12064
12076
|
/**
|
|
@@ -12076,6 +12088,10 @@ declare module '@elastic/eui/src/components/datagrid/data_grid_types' {
|
|
|
12076
12088
|
* If not passed, `id` will be shown as the column name.
|
|
12077
12089
|
*/
|
|
12078
12090
|
displayAsText?: string;
|
|
12091
|
+
/**
|
|
12092
|
+
* Optional props to pass to the column header cell
|
|
12093
|
+
*/
|
|
12094
|
+
displayHeaderCellProps?: HTMLAttributes<HTMLDivElement>;
|
|
12079
12095
|
/**
|
|
12080
12096
|
* Initial width (in pixels) of the column
|
|
12081
12097
|
*/
|
|
@@ -12565,23 +12581,6 @@ declare module '@elastic/eui/src/components/datagrid/body/data_grid_cell' {
|
|
|
12565
12581
|
render(): JSX.Element;
|
|
12566
12582
|
}
|
|
12567
12583
|
|
|
12568
|
-
}
|
|
12569
|
-
declare module '@elastic/eui/src/components/datagrid/body/data_grid_footer_row' {
|
|
12570
|
-
import React from 'react'; const EuiDataGridFooterRow: React.MemoExoticComponent<React.ForwardRefExoticComponent<import ("@elastic/eui/src/components").CommonProps & React.HTMLAttributes<HTMLDivElement> & {
|
|
12571
|
-
rowIndex: number;
|
|
12572
|
-
leadingControlColumns: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridControlColumn[];
|
|
12573
|
-
trailingControlColumns: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridControlColumn[];
|
|
12574
|
-
columns: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridColumn[];
|
|
12575
|
-
schema: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridSchema;
|
|
12576
|
-
columnWidths: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridColumnWidths;
|
|
12577
|
-
defaultColumnWidth?: number | null | undefined;
|
|
12578
|
-
renderCellValue: React.JSXElementConstructor<import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridCellValueElementProps> | ((props: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridCellValueElementProps) => React.ReactNode);
|
|
12579
|
-
renderCellPopover?: React.JSXElementConstructor<import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridCellPopoverElementProps> | ((props: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridCellPopoverElementProps) => React.ReactNode) | undefined;
|
|
12580
|
-
interactiveCellId: string;
|
|
12581
|
-
visibleRowIndex?: number | undefined;
|
|
12582
|
-
} & React.RefAttributes<HTMLDivElement>>>;
|
|
12583
|
-
export { EuiDataGridFooterRow };
|
|
12584
|
-
|
|
12585
12584
|
}
|
|
12586
12585
|
declare module '@elastic/eui/src/components/datagrid/body/header/data_grid_header_cell_wrapper' {
|
|
12587
12586
|
import { FunctionComponent } from 'react';
|
|
@@ -12802,9 +12801,62 @@ declare module '@elastic/eui/src/components/datagrid/body/header/data_grid_heade
|
|
|
12802
12801
|
import React from 'react'; const EuiDataGridHeaderRow: React.ForwardRefExoticComponent<import ("@elastic/eui/src/components").CommonProps & React.HTMLAttributes<HTMLDivElement> & import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridHeaderRowPropsSpecificProps & React.RefAttributes<HTMLDivElement>>;
|
|
12803
12802
|
export { EuiDataGridHeaderRow };
|
|
12804
12803
|
|
|
12804
|
+
}
|
|
12805
|
+
declare module '@elastic/eui/src/components/datagrid/body/header/use_data_grid_header' {
|
|
12806
|
+
|
|
12807
|
+
import { EuiDataGridHeaderRowProps } from '@elastic/eui/src/components/datagrid/data_grid_types'; type Props = EuiDataGridHeaderRowProps & {
|
|
12808
|
+
handleHeaderMutation: MutationCallback;
|
|
12809
|
+
};
|
|
12810
|
+
/**
|
|
12811
|
+
* DRY out setting up the grid header and its refs & observers
|
|
12812
|
+
*/
|
|
12813
|
+
export const useDataGridHeader: ({ handleHeaderMutation, ...props }: Props) => {
|
|
12814
|
+
headerRow: JSX.Element;
|
|
12815
|
+
headerRowHeight: number;
|
|
12816
|
+
};
|
|
12817
|
+
export {};
|
|
12818
|
+
|
|
12805
12819
|
}
|
|
12806
12820
|
declare module '@elastic/eui/src/components/datagrid/body/header' {
|
|
12807
12821
|
export { EuiDataGridHeaderRow } from '@elastic/eui/src/components/datagrid/body/header/data_grid_header_row';
|
|
12822
|
+
export { useDataGridHeader } from '@elastic/eui/src/components/datagrid/body/header/use_data_grid_header';
|
|
12823
|
+
|
|
12824
|
+
}
|
|
12825
|
+
declare module '@elastic/eui/src/components/datagrid/body/footer/data_grid_footer_row' {
|
|
12826
|
+
import React from 'react'; const EuiDataGridFooterRow: React.MemoExoticComponent<React.ForwardRefExoticComponent<import ("@elastic/eui/src/components").CommonProps & React.HTMLAttributes<HTMLDivElement> & {
|
|
12827
|
+
rowIndex: number;
|
|
12828
|
+
leadingControlColumns: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridControlColumn[];
|
|
12829
|
+
trailingControlColumns: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridControlColumn[];
|
|
12830
|
+
columns: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridColumn[];
|
|
12831
|
+
schema: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridSchema;
|
|
12832
|
+
columnWidths: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridColumnWidths;
|
|
12833
|
+
defaultColumnWidth?: number | null | undefined;
|
|
12834
|
+
renderCellValue: React.JSXElementConstructor<import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridCellValueElementProps> | ((props: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridCellValueElementProps) => React.ReactNode);
|
|
12835
|
+
renderCellPopover?: React.JSXElementConstructor<import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridCellPopoverElementProps> | ((props: import ("@elastic/eui/src/components/datagrid/data_grid_types").EuiDataGridCellPopoverElementProps) => React.ReactNode) | undefined;
|
|
12836
|
+
interactiveCellId: string;
|
|
12837
|
+
visibleRowIndex?: number | undefined;
|
|
12838
|
+
} & React.RefAttributes<HTMLDivElement>>>;
|
|
12839
|
+
export { EuiDataGridFooterRow };
|
|
12840
|
+
|
|
12841
|
+
}
|
|
12842
|
+
declare module '@elastic/eui/src/components/datagrid/body/footer/use_data_grid_footer' {
|
|
12843
|
+
|
|
12844
|
+
import { EuiDataGridFooterRowProps } from '@elastic/eui/src/components/datagrid/data_grid_types'; type Props = Omit<EuiDataGridFooterRowProps, 'renderCellValue'> & {
|
|
12845
|
+
renderFooterCellValue?: EuiDataGridFooterRowProps['renderCellValue'];
|
|
12846
|
+
};
|
|
12847
|
+
/**
|
|
12848
|
+
* DRY out setting up the grid footer and its refs & observers
|
|
12849
|
+
*/
|
|
12850
|
+
export const useDataGridFooter: (props: Props) => {
|
|
12851
|
+
footerRow: JSX.Element | null;
|
|
12852
|
+
footerRowHeight: number;
|
|
12853
|
+
};
|
|
12854
|
+
export {};
|
|
12855
|
+
|
|
12856
|
+
}
|
|
12857
|
+
declare module '@elastic/eui/src/components/datagrid/body/footer' {
|
|
12858
|
+
export { EuiDataGridFooterRow } from '@elastic/eui/src/components/datagrid/body/footer/data_grid_footer_row';
|
|
12859
|
+
export { useDataGridFooter } from '@elastic/eui/src/components/datagrid/body/footer/use_data_grid_footer';
|
|
12808
12860
|
|
|
12809
12861
|
}
|
|
12810
12862
|
declare module '@elastic/eui/src/components/datagrid/body/data_grid_row_manager' {
|
|
@@ -14889,7 +14941,7 @@ declare module '@elastic/eui/src/components/expression/expression' {
|
|
|
14889
14941
|
*/
|
|
14890
14942
|
display?: 'inline' | 'columns';
|
|
14891
14943
|
/**
|
|
14892
|
-
* Forces color to display as `danger` and shows an `
|
|
14944
|
+
* Forces color to display as `danger` and shows an `error` icon
|
|
14893
14945
|
*/
|
|
14894
14946
|
isInvalid?: boolean;
|
|
14895
14947
|
/**
|
|
@@ -22262,16 +22314,6 @@ declare module '@elastic/eui/src/components/icon/assets/cross' {
|
|
|
22262
22314
|
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
22263
22315
|
export {};
|
|
22264
22316
|
|
|
22265
|
-
}
|
|
22266
|
-
declare module '@elastic/eui/src/components/icon/assets/crossInACircleFilled' {
|
|
22267
|
-
import * as React from 'react';
|
|
22268
|
-
interface SVGRProps {
|
|
22269
|
-
title?: string;
|
|
22270
|
-
titleId?: string;
|
|
22271
|
-
}
|
|
22272
|
-
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
22273
|
-
export {};
|
|
22274
|
-
|
|
22275
22317
|
}
|
|
22276
22318
|
declare module '@elastic/eui/src/components/icon/assets/crosshairs' {
|
|
22277
22319
|
import * as React from 'react';
|
|
@@ -24522,6 +24564,16 @@ declare module '@elastic/eui/src/components/icon/assets/pin_filled' {
|
|
|
24522
24564
|
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
24523
24565
|
export {};
|
|
24524
24566
|
|
|
24567
|
+
}
|
|
24568
|
+
declare module '@elastic/eui/src/components/icon/assets/pivot' {
|
|
24569
|
+
import * as React from 'react';
|
|
24570
|
+
interface SVGRProps {
|
|
24571
|
+
title?: string;
|
|
24572
|
+
titleId?: string;
|
|
24573
|
+
}
|
|
24574
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
24575
|
+
export {};
|
|
24576
|
+
|
|
24525
24577
|
}
|
|
24526
24578
|
declare module '@elastic/eui/src/components/icon/assets/play' {
|
|
24527
24579
|
import * as React from 'react';
|
|
@@ -25902,6 +25954,16 @@ declare module '@elastic/eui/src/components/icon/assets/vis_visual_builder' {
|
|
|
25902
25954
|
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
25903
25955
|
export {};
|
|
25904
25956
|
|
|
25957
|
+
}
|
|
25958
|
+
declare module '@elastic/eui/src/components/icon/assets/warning' {
|
|
25959
|
+
import * as React from 'react';
|
|
25960
|
+
interface SVGRProps {
|
|
25961
|
+
title?: string;
|
|
25962
|
+
titleId?: string;
|
|
25963
|
+
}
|
|
25964
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
25965
|
+
export {};
|
|
25966
|
+
|
|
25905
25967
|
}
|
|
25906
25968
|
declare module '@elastic/eui/src/components/icon/assets/wordWrap' {
|
|
25907
25969
|
import * as React from 'react';
|
package/i18ntokens.json
CHANGED
|
@@ -965,11 +965,11 @@
|
|
|
965
965
|
"highlighting": "string",
|
|
966
966
|
"loc": {
|
|
967
967
|
"start": {
|
|
968
|
-
"line":
|
|
968
|
+
"line": 177,
|
|
969
969
|
"column": 12
|
|
970
970
|
},
|
|
971
971
|
"end": {
|
|
972
|
-
"line":
|
|
972
|
+
"line": 180,
|
|
973
973
|
"column": 14
|
|
974
974
|
}
|
|
975
975
|
},
|
|
@@ -981,11 +981,11 @@
|
|
|
981
981
|
"highlighting": "string",
|
|
982
982
|
"loc": {
|
|
983
983
|
"start": {
|
|
984
|
-
"line":
|
|
984
|
+
"line": 245,
|
|
985
985
|
"column": 16
|
|
986
986
|
},
|
|
987
987
|
"end": {
|
|
988
|
-
"line":
|
|
988
|
+
"line": 249,
|
|
989
989
|
"column": 18
|
|
990
990
|
}
|
|
991
991
|
},
|
|
@@ -997,11 +997,11 @@
|
|
|
997
997
|
"highlighting": "string",
|
|
998
998
|
"loc": {
|
|
999
999
|
"start": {
|
|
1000
|
-
"line":
|
|
1000
|
+
"line": 253,
|
|
1001
1001
|
"column": 16
|
|
1002
1002
|
},
|
|
1003
1003
|
"end": {
|
|
1004
|
-
"line":
|
|
1004
|
+
"line": 257,
|
|
1005
1005
|
"column": 18
|
|
1006
1006
|
}
|
|
1007
1007
|
},
|
|
@@ -1013,11 +1013,11 @@
|
|
|
1013
1013
|
"highlighting": "string",
|
|
1014
1014
|
"loc": {
|
|
1015
1015
|
"start": {
|
|
1016
|
-
"line":
|
|
1016
|
+
"line": 263,
|
|
1017
1017
|
"column": 16
|
|
1018
1018
|
},
|
|
1019
1019
|
"end": {
|
|
1020
|
-
"line":
|
|
1020
|
+
"line": 268,
|
|
1021
1021
|
"column": 18
|
|
1022
1022
|
}
|
|
1023
1023
|
},
|
|
@@ -1029,11 +1029,11 @@
|
|
|
1029
1029
|
"highlighting": "string",
|
|
1030
1030
|
"loc": {
|
|
1031
1031
|
"start": {
|
|
1032
|
-
"line":
|
|
1032
|
+
"line": 272,
|
|
1033
1033
|
"column": 16
|
|
1034
1034
|
},
|
|
1035
1035
|
"end": {
|
|
1036
|
-
"line":
|
|
1036
|
+
"line": 277,
|
|
1037
1037
|
"column": 18
|
|
1038
1038
|
}
|
|
1039
1039
|
},
|
|
@@ -1045,11 +1045,11 @@
|
|
|
1045
1045
|
"highlighting": "string",
|
|
1046
1046
|
"loc": {
|
|
1047
1047
|
"start": {
|
|
1048
|
-
"line":
|
|
1048
|
+
"line": 283,
|
|
1049
1049
|
"column": 16
|
|
1050
1050
|
},
|
|
1051
1051
|
"end": {
|
|
1052
|
-
"line":
|
|
1052
|
+
"line": 288,
|
|
1053
1053
|
"column": 18
|
|
1054
1054
|
}
|
|
1055
1055
|
},
|
|
@@ -1061,11 +1061,11 @@
|
|
|
1061
1061
|
"highlighting": "string",
|
|
1062
1062
|
"loc": {
|
|
1063
1063
|
"start": {
|
|
1064
|
-
"line":
|
|
1064
|
+
"line": 292,
|
|
1065
1065
|
"column": 16
|
|
1066
1066
|
},
|
|
1067
1067
|
"end": {
|
|
1068
|
-
"line":
|
|
1068
|
+
"line": 297,
|
|
1069
1069
|
"column": 18
|
|
1070
1070
|
}
|
|
1071
1071
|
},
|
|
@@ -1077,11 +1077,11 @@
|
|
|
1077
1077
|
"highlighting": "string",
|
|
1078
1078
|
"loc": {
|
|
1079
1079
|
"start": {
|
|
1080
|
-
"line":
|
|
1080
|
+
"line": 362,
|
|
1081
1081
|
"column": 6
|
|
1082
1082
|
},
|
|
1083
1083
|
"end": {
|
|
1084
|
-
"line":
|
|
1084
|
+
"line": 365,
|
|
1085
1085
|
"column": 8
|
|
1086
1086
|
}
|
|
1087
1087
|
},
|
|
@@ -35,18 +35,6 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
|
35
35
|
|
|
36
36
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
37
37
|
|
|
38
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
39
|
-
|
|
40
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
41
|
-
|
|
42
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
43
|
-
|
|
44
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
45
|
-
|
|
46
|
-
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
47
|
-
|
|
48
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
49
|
-
|
|
50
38
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
51
39
|
|
|
52
40
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
@@ -71,37 +59,16 @@ var EuiSkipLink = function EuiSkipLink(_ref) {
|
|
|
71
59
|
var styles = (0, _skip_link.euiSkipLinkStyles)(euiTheme);
|
|
72
60
|
var classes = (0, _classnames.default)('euiSkipLink', className);
|
|
73
61
|
var cssStyles = [styles.euiSkipLink, position !== 'static' ? styles[position] : undefined];
|
|
62
|
+
var onClick = (0, _react.useCallback)(function (e) {
|
|
63
|
+
var destinationEl = null; // Check if the destination ID is valid
|
|
74
64
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
destinationEl = _useState2[0],
|
|
78
|
-
setDestinationEl = _useState2[1];
|
|
79
|
-
|
|
80
|
-
var _useState3 = (0, _react.useState)(true),
|
|
81
|
-
_useState4 = _slicedToArray(_useState3, 2),
|
|
82
|
-
hasValidId = _useState4[0],
|
|
83
|
-
setHasValidId = _useState4[1];
|
|
84
|
-
|
|
85
|
-
(0, _react.useEffect)(function () {
|
|
86
|
-
var idEl = document.getElementById(destinationId);
|
|
65
|
+
destinationEl = document.getElementById(destinationId);
|
|
66
|
+
var hasValidId = !!destinationEl; // Check the fallback destination if not
|
|
87
67
|
|
|
88
|
-
if (
|
|
89
|
-
|
|
90
|
-
setDestinationEl(idEl);
|
|
91
|
-
return;
|
|
68
|
+
if (!destinationEl && fallbackDestination) {
|
|
69
|
+
destinationEl = document.querySelector(fallbackDestination);
|
|
92
70
|
}
|
|
93
71
|
|
|
94
|
-
setHasValidId(false); // If no valid element via ID is available, use the fallback query selectors
|
|
95
|
-
|
|
96
|
-
if (fallbackDestination) {
|
|
97
|
-
var fallbackEl = document.querySelector(fallbackDestination);
|
|
98
|
-
|
|
99
|
-
if (fallbackEl) {
|
|
100
|
-
setDestinationEl(fallbackEl);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}, [destinationId, fallbackDestination]);
|
|
104
|
-
var onClick = (0, _react.useCallback)(function (e) {
|
|
105
72
|
if ((overrideLinkBehavior || !hasValidId) && destinationEl) {
|
|
106
73
|
e.preventDefault(); // Scroll to the top of the destination content only if it's ~mostly out of view
|
|
107
74
|
|
|
@@ -116,7 +83,9 @@ var EuiSkipLink = function EuiSkipLink(_ref) {
|
|
|
116
83
|
if (!(0, _tabbable.isTabbable)(destinationEl)) {
|
|
117
84
|
destinationEl.tabIndex = -1;
|
|
118
85
|
destinationEl.addEventListener('blur', function () {
|
|
119
|
-
|
|
86
|
+
var _destinationEl;
|
|
87
|
+
|
|
88
|
+
return (_destinationEl = destinationEl) === null || _destinationEl === void 0 ? void 0 : _destinationEl.removeAttribute('tabindex');
|
|
120
89
|
}, {
|
|
121
90
|
once: true
|
|
122
91
|
});
|
|
@@ -128,7 +97,7 @@ var EuiSkipLink = function EuiSkipLink(_ref) {
|
|
|
128
97
|
}
|
|
129
98
|
|
|
130
99
|
_onClick === null || _onClick === void 0 ? void 0 : _onClick(e);
|
|
131
|
-
}, [overrideLinkBehavior,
|
|
100
|
+
}, [overrideLinkBehavior, destinationId, fallbackDestination, _onClick]);
|
|
132
101
|
return (0, _react2.jsx)(_screen_reader_only.EuiScreenReaderOnly, {
|
|
133
102
|
showOnFocus: true
|
|
134
103
|
}, (0, _react2.jsx)(_button.EuiButton, _extends({
|
|
@@ -159,7 +159,7 @@ EuiAvatar.propTypes = {
|
|
|
159
159
|
/**
|
|
160
160
|
* Any EUI glyph, logo or custom icon to display instead of initials
|
|
161
161
|
*/
|
|
162
|
-
iconType: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "
|
|
162
|
+
iconType: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "check", "checkInCircleFilled", "cheer", "classificationJob", "clock", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "eql", "eraser", "error", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "mobile", "monitoringApp", "moon", "namespace", "nested", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipelineApp", "pivot", "play", "playFilled", "plus", "plusInCircle", "plusInCircleFilled", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelionApp", "timeRefresh", "timeslider", "training", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "warning", "watchesApp", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDenseVector", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
165
|
* Manually change icon size
|