@elastic/eui 116.5.0 → 117.0.0-snapshot.1783954480414
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/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +4 -4
- package/es/components/basic_table/in_memory_table.js +13 -4
- 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_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +230 -30
- package/es/components/call_out/call_out.styles.js +36 -43
- package/es/components/call_out/call_out_action.js +45 -0
- package/es/components/call_out/types.js +11 -0
- package/es/components/call_out/use_layout_observer.js +54 -0
- 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/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- 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/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
- package/es/components/datagrid/utils/in_memory.js +6 -6
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/flyout/flyout.component.js +12 -7
- package/es/components/flyout/flyout.styles.js +1 -1
- package/es/components/flyout/flyout_body.styles.js +1 -4
- package/es/components/flyout/flyout_menu.js +2 -2
- package/es/components/flyout/manager/flyout_child.js +1 -1
- package/es/components/flyout/manager/flyout_managed.js +1 -1
- package/es/components/form/field_number/field_number.js +2 -2
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_control_button/form_control_button.js +1 -1
- package/es/components/form/form_control_layout/append_prepend/form_append_prepend.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/text_area/text_area.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/header_logo.js +1 -1
- package/es/components/header/header_section/header_section_item_button.js +1 -1
- package/es/components/icon/assets/add_to_chat.js +43 -0
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +1883 -912
- package/es/components/illustration/illustration.js +86 -0
- package/es/components/illustration/illustration.styles.js +16 -0
- package/es/components/illustration/index.js +9 -0
- package/es/components/index.js +1 -0
- 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 +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.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/panel/panel.styles.js +3 -3
- package/es/components/panel/split_panel/split_panel.styles.js +4 -4
- package/es/components/popover/with_popover.js +17 -0
- package/es/components/search_bar/search_bar.js +190 -376
- package/es/components/search_bar/search_filters.js +10 -3
- package/es/components/selectable/selectable_list/selectable_list.js +8 -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/table/table_header_cell.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +2 -2
- package/es/components/toast/toast.js +2 -2
- package/es/components/toast/toast.styles.js +2 -2
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/es/components/tool_tip/with_tooltip.js +14 -0
- package/eui.d.ts +1107 -904
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +4 -4
- package/lib/components/basic_table/in_memory_table.js +13 -4
- 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_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +230 -30
- package/lib/components/call_out/call_out.styles.js +37 -42
- package/lib/components/call_out/call_out_action.js +51 -0
- package/lib/components/call_out/types.js +17 -0
- package/lib/components/call_out/use_layout_observer.js +58 -0
- 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/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- 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/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
- package/lib/components/datagrid/utils/in_memory.js +6 -6
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/flyout/flyout.component.js +11 -6
- package/lib/components/flyout/flyout.styles.js +1 -1
- package/lib/components/flyout/flyout_body.styles.js +1 -4
- package/lib/components/flyout/flyout_menu.js +2 -2
- package/lib/components/flyout/manager/flyout_child.js +1 -1
- package/lib/components/form/field_number/field_number.js +2 -2
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_control_button/form_control_button.js +1 -1
- package/lib/components/form/form_control_layout/append_prepend/form_append_prepend.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/text_area/text_area.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/header_logo.js +1 -1
- package/lib/components/header/header_section/header_section_item_button.js +1 -1
- package/lib/components/icon/assets/add_to_chat.js +50 -0
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +1886 -913
- package/lib/components/icon/svgs/add_to_chat.svg +6 -0
- package/lib/components/illustration/illustration.js +91 -0
- package/lib/components/illustration/illustration.styles.js +22 -0
- package/lib/components/illustration/index.js +12 -0
- package/lib/components/index.js +11 -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 +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/pagination/pagination_button.js +1 -1
- package/lib/components/panel/panel.styles.js +3 -3
- package/lib/components/panel/split_panel/split_panel.styles.js +4 -4
- package/lib/components/popover/with_popover.js +22 -0
- package/lib/components/search_bar/search_bar.js +193 -380
- package/lib/components/search_bar/search_filters.js +10 -3
- package/lib/components/selectable/selectable_list/selectable_list.js +8 -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/table/table_header_cell.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +2 -2
- package/lib/components/toast/toast.js +2 -2
- package/lib/components/toast/toast.styles.js +2 -2
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/lib/components/tool_tip/with_tooltip.js +21 -0
- package/optimize/es/components/call_out/call_out.js +123 -28
- package/optimize/es/components/call_out/call_out.styles.js +36 -43
- package/optimize/es/components/call_out/call_out_action.js +44 -0
- package/optimize/es/components/call_out/types.js +11 -0
- package/optimize/es/components/call_out/use_layout_observer.js +49 -0
- package/optimize/es/components/flyout/flyout.component.js +12 -7
- package/optimize/es/components/flyout/flyout.styles.js +1 -1
- package/optimize/es/components/flyout/flyout_body.styles.js +1 -4
- package/optimize/es/components/icon/assets/add_to_chat.js +42 -0
- package/optimize/es/components/icon/icon_map.js +1878 -912
- package/optimize/es/components/illustration/illustration.js +57 -0
- package/optimize/es/components/illustration/illustration.styles.js +16 -0
- package/optimize/es/components/illustration/index.js +9 -0
- package/optimize/es/components/index.js +1 -0
- package/optimize/es/components/panel/panel.styles.js +3 -3
- package/optimize/es/components/panel/split_panel/split_panel.styles.js +4 -4
- package/optimize/es/components/popover/with_popover.js +17 -0
- package/optimize/es/components/search_bar/search_bar.js +184 -193
- package/optimize/es/components/search_bar/search_filters.js +5 -2
- package/optimize/es/components/selectable/selectable_list/selectable_list.js +7 -0
- package/optimize/es/components/toast/toast.styles.js +2 -2
- package/optimize/es/components/tool_tip/with_tooltip.js +14 -0
- package/optimize/lib/components/call_out/call_out.js +123 -28
- package/optimize/lib/components/call_out/call_out.styles.js +37 -42
- package/optimize/lib/components/call_out/call_out_action.js +50 -0
- package/optimize/lib/components/call_out/types.js +17 -0
- package/optimize/lib/components/call_out/use_layout_observer.js +56 -0
- package/optimize/lib/components/flyout/flyout.component.js +11 -6
- package/optimize/lib/components/flyout/flyout.styles.js +1 -1
- package/optimize/lib/components/flyout/flyout_body.styles.js +1 -4
- package/optimize/lib/components/icon/assets/add_to_chat.js +50 -0
- package/optimize/lib/components/icon/icon_map.js +1881 -913
- package/optimize/lib/components/icon/svgs/add_to_chat.svg +6 -0
- package/optimize/lib/components/illustration/illustration.js +62 -0
- package/optimize/lib/components/illustration/illustration.styles.js +22 -0
- package/optimize/lib/components/illustration/index.js +12 -0
- package/optimize/lib/components/index.js +11 -0
- package/optimize/lib/components/panel/panel.styles.js +3 -3
- package/optimize/lib/components/panel/split_panel/split_panel.styles.js +4 -4
- package/optimize/lib/components/popover/with_popover.js +24 -0
- package/optimize/lib/components/search_bar/search_bar.js +192 -200
- package/optimize/lib/components/search_bar/search_filters.js +5 -2
- package/optimize/lib/components/selectable/selectable_list/selectable_list.js +7 -0
- package/optimize/lib/components/toast/toast.styles.js +2 -2
- package/optimize/lib/components/tool_tip/with_tooltip.js +21 -0
- package/package.json +8 -25
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +4 -4
- package/test-env/components/basic_table/in_memory_table.js +13 -4
- 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_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +230 -30
- package/test-env/components/call_out/call_out.styles.js +37 -42
- package/test-env/components/call_out/call_out_action.js +50 -0
- package/test-env/components/call_out/types.js +17 -0
- package/test-env/components/call_out/use_layout_observer.js +56 -0
- 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/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- 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/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
- package/test-env/components/datagrid/utils/in_memory.js +6 -6
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/flyout/flyout.component.js +11 -6
- package/test-env/components/flyout/flyout.styles.js +1 -1
- package/test-env/components/flyout/flyout_body.styles.js +1 -4
- package/test-env/components/flyout/flyout_menu.js +2 -2
- package/test-env/components/flyout/manager/flyout_child.js +1 -1
- package/test-env/components/form/field_number/field_number.js +2 -2
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_control_button/form_control_button.js +1 -1
- package/test-env/components/form/form_control_layout/append_prepend/form_append_prepend.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/text_area/text_area.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/header_logo.js +1 -1
- package/test-env/components/header/header_section/header_section_item_button.js +1 -1
- package/test-env/components/icon/assets/add_to_chat.js +50 -0
- package/test-env/components/icon/icon_map.js +1881 -913
- package/test-env/components/illustration/illustration.js +90 -0
- package/test-env/components/illustration/illustration.styles.js +22 -0
- package/test-env/components/illustration/index.js +12 -0
- package/test-env/components/index.js +11 -0
- 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 +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/pagination/pagination_button.js +1 -1
- package/test-env/components/panel/panel.styles.js +3 -3
- package/test-env/components/panel/split_panel/split_panel.styles.js +4 -4
- package/test-env/components/popover/with_popover.js +24 -0
- package/test-env/components/search_bar/search_bar.js +192 -379
- package/test-env/components/search_bar/search_filters.js +10 -3
- package/test-env/components/selectable/selectable_list/selectable_list.js +8 -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/table/table_header_cell.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +2 -2
- package/test-env/components/toast/toast.js +2 -2
- package/test-env/components/toast/toast.styles.js +2 -2
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/test-env/components/tool_tip/with_tooltip.js +21 -0
package/eui.d.ts
CHANGED
|
@@ -2971,6 +2971,17 @@ declare module '@elastic/eui/src/components/icon/assets/app_add_data' {
|
|
|
2971
2971
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
2972
2972
|
export {};
|
|
2973
2973
|
|
|
2974
|
+
}
|
|
2975
|
+
declare module '@elastic/eui/src/components/icon/assets/add_to_chat' {
|
|
2976
|
+
import * as React from 'react';
|
|
2977
|
+
import type { SVGProps } from 'react';
|
|
2978
|
+
interface SVGRProps {
|
|
2979
|
+
title?: string;
|
|
2980
|
+
titleId?: string;
|
|
2981
|
+
}
|
|
2982
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
2983
|
+
export {};
|
|
2984
|
+
|
|
2974
2985
|
}
|
|
2975
2986
|
declare module '@elastic/eui/src/components/icon/assets/add_to_dashboard' {
|
|
2976
2987
|
import * as React from 'react';
|
|
@@ -8902,190 +8913,203 @@ declare module '@elastic/eui/src/components/icon/assets/token_vector_sparse' {
|
|
|
8902
8913
|
|
|
8903
8914
|
}
|
|
8904
8915
|
declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
8916
|
+
import type { ComponentType } from 'react';
|
|
8917
|
+
type IconImportLoader = () => Promise<{
|
|
8918
|
+
icon: ComponentType;
|
|
8919
|
+
}>;
|
|
8920
|
+
export type IconCategory = 'glyph' | 'app' | 'elasticLogo' | 'thirdPartyLogo' | 'ml' | 'token';
|
|
8921
|
+
type IconMetadata = {
|
|
8922
|
+
category?: IconCategory;
|
|
8923
|
+
synonyms?: string[];
|
|
8924
|
+
};
|
|
8925
|
+
type IconImportLoaderWithMetadata = IconImportLoader & {
|
|
8926
|
+
metadata?: IconMetadata;
|
|
8927
|
+
};
|
|
8905
8928
|
export const typeToPathMap: {
|
|
8906
|
-
accessibility:
|
|
8907
|
-
addDataApp:
|
|
8908
|
-
|
|
8909
|
-
|
|
8910
|
-
|
|
8911
|
-
|
|
8912
|
-
|
|
8913
|
-
|
|
8914
|
-
|
|
8915
|
-
|
|
8916
|
-
|
|
8917
|
-
|
|
8918
|
-
|
|
8919
|
-
|
|
8920
|
-
|
|
8921
|
-
|
|
8929
|
+
accessibility: IconImportLoaderWithMetadata;
|
|
8930
|
+
addDataApp: IconImportLoaderWithMetadata;
|
|
8931
|
+
addToChat: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/add_to_chat")>;
|
|
8932
|
+
addToDashboard: IconImportLoaderWithMetadata;
|
|
8933
|
+
advancedSettingsApp: IconImportLoaderWithMetadata;
|
|
8934
|
+
agentApp: IconImportLoaderWithMetadata;
|
|
8935
|
+
aggregate: IconImportLoaderWithMetadata;
|
|
8936
|
+
alignBottom: IconImportLoaderWithMetadata;
|
|
8937
|
+
alignBottomLeft: IconImportLoaderWithMetadata;
|
|
8938
|
+
alignBottomRight: IconImportLoaderWithMetadata;
|
|
8939
|
+
alignCenterHorizontal: IconImportLoaderWithMetadata;
|
|
8940
|
+
alignCenterVertical: IconImportLoaderWithMetadata;
|
|
8941
|
+
alignLeft: IconImportLoaderWithMetadata;
|
|
8942
|
+
alignRight: IconImportLoaderWithMetadata;
|
|
8943
|
+
alignTop: IconImportLoaderWithMetadata;
|
|
8944
|
+
alignTopLeft: IconImportLoaderWithMetadata;
|
|
8945
|
+
alignTopRight: IconImportLoaderWithMetadata;
|
|
8922
8946
|
alert: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/warning")>;
|
|
8923
8947
|
analyzeEvent: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/analyze_event")>;
|
|
8924
8948
|
annotation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/annotation")>;
|
|
8925
8949
|
anomalyChart: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_anomaly")>;
|
|
8926
|
-
chartAnomaly:
|
|
8950
|
+
chartAnomaly: IconImportLoaderWithMetadata;
|
|
8927
8951
|
anomalySwimLane: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/anomaly_swim_lane")>;
|
|
8928
|
-
apmApp:
|
|
8952
|
+
apmApp: IconImportLoaderWithMetadata;
|
|
8929
8953
|
apmTrace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_waterfall")>;
|
|
8930
|
-
chartWaterfall:
|
|
8931
|
-
appSearchApp:
|
|
8954
|
+
chartWaterfall: IconImportLoaderWithMetadata;
|
|
8955
|
+
appSearchApp: IconImportLoaderWithMetadata;
|
|
8932
8956
|
apps: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/apps")>;
|
|
8933
8957
|
arrowDown: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_down")>;
|
|
8934
|
-
chevronSingleDown:
|
|
8958
|
+
chevronSingleDown: IconImportLoaderWithMetadata;
|
|
8935
8959
|
arrowLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_left")>;
|
|
8936
|
-
chevronSingleLeft:
|
|
8960
|
+
chevronSingleLeft: IconImportLoaderWithMetadata;
|
|
8937
8961
|
arrowRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_right")>;
|
|
8938
|
-
chevronSingleRight:
|
|
8962
|
+
chevronSingleRight: IconImportLoaderWithMetadata;
|
|
8939
8963
|
arrowUp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_single_up")>;
|
|
8940
|
-
chevronSingleUp:
|
|
8964
|
+
chevronSingleUp: IconImportLoaderWithMetadata;
|
|
8941
8965
|
arrowStart: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_limit_left")>;
|
|
8942
|
-
chevronLimitLeft:
|
|
8966
|
+
chevronLimitLeft: IconImportLoaderWithMetadata;
|
|
8943
8967
|
arrowEnd: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_limit_right")>;
|
|
8944
|
-
chevronLimitRight:
|
|
8968
|
+
chevronLimitRight: IconImportLoaderWithMetadata;
|
|
8945
8969
|
article: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/article")>;
|
|
8946
|
-
asterisk:
|
|
8947
|
-
at:
|
|
8948
|
-
archive:
|
|
8949
|
-
axisX:
|
|
8950
|
-
axisYLeft:
|
|
8951
|
-
axisYRight:
|
|
8952
|
-
auditbeatApp:
|
|
8953
|
-
backgroundTask:
|
|
8970
|
+
asterisk: IconImportLoaderWithMetadata;
|
|
8971
|
+
at: IconImportLoaderWithMetadata;
|
|
8972
|
+
archive: IconImportLoaderWithMetadata;
|
|
8973
|
+
axisX: IconImportLoaderWithMetadata;
|
|
8974
|
+
axisYLeft: IconImportLoaderWithMetadata;
|
|
8975
|
+
axisYRight: IconImportLoaderWithMetadata;
|
|
8976
|
+
auditbeatApp: IconImportLoaderWithMetadata;
|
|
8977
|
+
backgroundTask: IconImportLoaderWithMetadata;
|
|
8954
8978
|
beaker: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/flask")>;
|
|
8955
|
-
bell:
|
|
8956
|
-
bellSlash:
|
|
8957
|
-
beta:
|
|
8958
|
-
bolt:
|
|
8979
|
+
bell: IconImportLoaderWithMetadata;
|
|
8980
|
+
bellSlash: IconImportLoaderWithMetadata;
|
|
8981
|
+
beta: IconImportLoaderWithMetadata;
|
|
8982
|
+
bolt: IconImportLoaderWithMetadata;
|
|
8959
8983
|
boxesHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/boxes_vertical")>;
|
|
8960
8984
|
boxesVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/boxes_vertical")>;
|
|
8961
|
-
branch:
|
|
8962
|
-
briefcase:
|
|
8985
|
+
branch: IconImportLoaderWithMetadata;
|
|
8986
|
+
briefcase: IconImportLoaderWithMetadata;
|
|
8963
8987
|
branchUser: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/branch_user")>;
|
|
8964
|
-
broom:
|
|
8965
|
-
brush:
|
|
8966
|
-
bug:
|
|
8967
|
-
bulb:
|
|
8968
|
-
bullseye:
|
|
8969
|
-
calendar:
|
|
8970
|
-
canvasApp:
|
|
8971
|
-
casesApp:
|
|
8988
|
+
broom: IconImportLoaderWithMetadata;
|
|
8989
|
+
brush: IconImportLoaderWithMetadata;
|
|
8990
|
+
bug: IconImportLoaderWithMetadata;
|
|
8991
|
+
bulb: IconImportLoaderWithMetadata;
|
|
8992
|
+
bullseye: IconImportLoaderWithMetadata;
|
|
8993
|
+
calendar: IconImportLoaderWithMetadata;
|
|
8994
|
+
canvasApp: IconImportLoaderWithMetadata;
|
|
8995
|
+
casesApp: IconImportLoaderWithMetadata;
|
|
8972
8996
|
changePointDetection: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_change_point")>;
|
|
8973
|
-
chartChangePoint:
|
|
8974
|
-
chartArea:
|
|
8975
|
-
chartAreaStack:
|
|
8976
|
-
chartBarHorizontal:
|
|
8977
|
-
chartBarHorizontalStack:
|
|
8978
|
-
chartBarVertical:
|
|
8979
|
-
chartBarVerticalStack:
|
|
8980
|
-
chartGauge:
|
|
8981
|
-
chartHeatmap:
|
|
8982
|
-
chartLine:
|
|
8983
|
-
chartPie:
|
|
8984
|
-
chartTagCloud:
|
|
8985
|
-
chartThreshold:
|
|
8986
|
-
check:
|
|
8987
|
-
checkCircle:
|
|
8997
|
+
chartChangePoint: IconImportLoaderWithMetadata;
|
|
8998
|
+
chartArea: IconImportLoaderWithMetadata;
|
|
8999
|
+
chartAreaStack: IconImportLoaderWithMetadata;
|
|
9000
|
+
chartBarHorizontal: IconImportLoaderWithMetadata;
|
|
9001
|
+
chartBarHorizontalStack: IconImportLoaderWithMetadata;
|
|
9002
|
+
chartBarVertical: IconImportLoaderWithMetadata;
|
|
9003
|
+
chartBarVerticalStack: IconImportLoaderWithMetadata;
|
|
9004
|
+
chartGauge: IconImportLoaderWithMetadata;
|
|
9005
|
+
chartHeatmap: IconImportLoaderWithMetadata;
|
|
9006
|
+
chartLine: IconImportLoaderWithMetadata;
|
|
9007
|
+
chartPie: IconImportLoaderWithMetadata;
|
|
9008
|
+
chartTagCloud: IconImportLoaderWithMetadata;
|
|
9009
|
+
chartThreshold: IconImportLoaderWithMetadata;
|
|
9010
|
+
check: IconImportLoaderWithMetadata;
|
|
9011
|
+
checkCircle: IconImportLoaderWithMetadata;
|
|
8988
9012
|
checkInCircleFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/check_circle_fill")>;
|
|
8989
|
-
checkCircleFill:
|
|
9013
|
+
checkCircleFill: IconImportLoaderWithMetadata;
|
|
8990
9014
|
cheer: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/popper")>;
|
|
8991
|
-
popper:
|
|
8992
|
-
classificationJob:
|
|
8993
|
-
clickLeft:
|
|
8994
|
-
clickRight:
|
|
8995
|
-
clock:
|
|
8996
|
-
clockCounter:
|
|
8997
|
-
clockControl:
|
|
8998
|
-
cloud:
|
|
9015
|
+
popper: IconImportLoaderWithMetadata;
|
|
9016
|
+
classificationJob: IconImportLoaderWithMetadata;
|
|
9017
|
+
clickLeft: IconImportLoaderWithMetadata;
|
|
9018
|
+
clickRight: IconImportLoaderWithMetadata;
|
|
9019
|
+
clock: IconImportLoaderWithMetadata;
|
|
9020
|
+
clockCounter: IconImportLoaderWithMetadata;
|
|
9021
|
+
clockControl: IconImportLoaderWithMetadata;
|
|
9022
|
+
cloud: IconImportLoaderWithMetadata;
|
|
8999
9023
|
cloudDrizzle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cloud_drizzle")>;
|
|
9000
9024
|
cloudStormy: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cloud_stormy")>;
|
|
9001
9025
|
cloudSunny: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cloud_sunny")>;
|
|
9002
|
-
cluster:
|
|
9003
|
-
code:
|
|
9004
|
-
codeApp:
|
|
9026
|
+
cluster: IconImportLoaderWithMetadata;
|
|
9027
|
+
code: IconImportLoaderWithMetadata;
|
|
9028
|
+
codeApp: IconImportLoaderWithMetadata;
|
|
9005
9029
|
color: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/paint_bucket")>;
|
|
9006
|
-
paintBucket:
|
|
9007
|
-
commandLine:
|
|
9008
|
-
comment:
|
|
9009
|
-
compare:
|
|
9030
|
+
paintBucket: IconImportLoaderWithMetadata;
|
|
9031
|
+
commandLine: IconImportLoaderWithMetadata;
|
|
9032
|
+
comment: IconImportLoaderWithMetadata;
|
|
9033
|
+
compare: IconImportLoaderWithMetadata;
|
|
9010
9034
|
compute: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/processor")>;
|
|
9011
|
-
processor:
|
|
9035
|
+
processor: IconImportLoaderWithMetadata;
|
|
9012
9036
|
console: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/command_line")>;
|
|
9013
|
-
consoleApp:
|
|
9037
|
+
consoleApp: IconImportLoaderWithMetadata;
|
|
9014
9038
|
container: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/container")>;
|
|
9015
9039
|
continuityAbove: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_above")>;
|
|
9016
9040
|
continuityAboveBelow: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_above_below")>;
|
|
9017
9041
|
continuityBelow: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_below")>;
|
|
9018
9042
|
continuityWithin: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_within")>;
|
|
9019
|
-
contrast:
|
|
9043
|
+
contrast: IconImportLoaderWithMetadata;
|
|
9020
9044
|
contrastHigh: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/contrast_fill")>;
|
|
9021
|
-
contrastFill:
|
|
9022
|
-
controls:
|
|
9045
|
+
contrastFill: IconImportLoaderWithMetadata;
|
|
9046
|
+
controls: IconImportLoaderWithMetadata;
|
|
9023
9047
|
controlsHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/controls")>;
|
|
9024
9048
|
controlsVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/controls")>;
|
|
9025
|
-
copy:
|
|
9049
|
+
copy: IconImportLoaderWithMetadata;
|
|
9026
9050
|
copyClipboard: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/copy")>;
|
|
9027
|
-
crossProjectSearch:
|
|
9028
|
-
createAdvancedJob:
|
|
9029
|
-
createGenericJob:
|
|
9030
|
-
createGeoJob:
|
|
9031
|
-
createMultiMetricJob:
|
|
9032
|
-
createPopulationJob:
|
|
9033
|
-
createSingleMetricJob:
|
|
9034
|
-
cross:
|
|
9035
|
-
crossClusterReplicationApp:
|
|
9051
|
+
crossProjectSearch: IconImportLoaderWithMetadata;
|
|
9052
|
+
createAdvancedJob: IconImportLoaderWithMetadata;
|
|
9053
|
+
createGenericJob: IconImportLoaderWithMetadata;
|
|
9054
|
+
createGeoJob: IconImportLoaderWithMetadata;
|
|
9055
|
+
createMultiMetricJob: IconImportLoaderWithMetadata;
|
|
9056
|
+
createPopulationJob: IconImportLoaderWithMetadata;
|
|
9057
|
+
createSingleMetricJob: IconImportLoaderWithMetadata;
|
|
9058
|
+
cross: IconImportLoaderWithMetadata;
|
|
9059
|
+
crossClusterReplicationApp: IconImportLoaderWithMetadata;
|
|
9036
9060
|
crossInCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cross_circle")>;
|
|
9037
|
-
crossCircle:
|
|
9038
|
-
crosshair:
|
|
9061
|
+
crossCircle: IconImportLoaderWithMetadata;
|
|
9062
|
+
crosshair: IconImportLoaderWithMetadata;
|
|
9039
9063
|
crosshairs: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/crosshair")>;
|
|
9040
9064
|
currency: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/money")>;
|
|
9041
|
-
money:
|
|
9065
|
+
money: IconImportLoaderWithMetadata;
|
|
9042
9066
|
cut: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/scissors")>;
|
|
9043
|
-
scissors:
|
|
9044
|
-
dashboardApp:
|
|
9045
|
-
dashedCircle:
|
|
9046
|
-
dataVisualizer:
|
|
9047
|
-
database:
|
|
9067
|
+
scissors: IconImportLoaderWithMetadata;
|
|
9068
|
+
dashboardApp: IconImportLoaderWithMetadata;
|
|
9069
|
+
dashedCircle: IconImportLoaderWithMetadata;
|
|
9070
|
+
dataVisualizer: IconImportLoaderWithMetadata;
|
|
9071
|
+
database: IconImportLoaderWithMetadata;
|
|
9048
9072
|
desktop: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/display")>;
|
|
9049
|
-
display:
|
|
9050
|
-
devToolsApp:
|
|
9073
|
+
display: IconImportLoaderWithMetadata;
|
|
9074
|
+
devToolsApp: IconImportLoaderWithMetadata;
|
|
9051
9075
|
diff: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/compare")>;
|
|
9052
|
-
discoverApp:
|
|
9053
|
-
distributeHorizontal:
|
|
9054
|
-
distributeVertical:
|
|
9055
|
-
download:
|
|
9056
|
-
drag:
|
|
9057
|
-
dragHorizontal:
|
|
9058
|
-
dragVertical:
|
|
9076
|
+
discoverApp: IconImportLoaderWithMetadata;
|
|
9077
|
+
distributeHorizontal: IconImportLoaderWithMetadata;
|
|
9078
|
+
distributeVertical: IconImportLoaderWithMetadata;
|
|
9079
|
+
download: IconImportLoaderWithMetadata;
|
|
9080
|
+
drag: IconImportLoaderWithMetadata;
|
|
9081
|
+
dragHorizontal: IconImportLoaderWithMetadata;
|
|
9082
|
+
dragVertical: IconImportLoaderWithMetadata;
|
|
9059
9083
|
discuss: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/comment")>;
|
|
9060
|
-
document:
|
|
9084
|
+
document: IconImportLoaderWithMetadata;
|
|
9061
9085
|
documentEdit: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/document_edit")>;
|
|
9062
|
-
documentation:
|
|
9063
|
-
documents:
|
|
9064
|
-
dot:
|
|
9086
|
+
documentation: IconImportLoaderWithMetadata;
|
|
9087
|
+
documents: IconImportLoaderWithMetadata;
|
|
9088
|
+
dot: IconImportLoaderWithMetadata;
|
|
9065
9089
|
dotInCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/dot_in_circle")>;
|
|
9066
9090
|
doubleArrowLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_double_left")>;
|
|
9067
|
-
chevronDoubleLeft:
|
|
9091
|
+
chevronDoubleLeft: IconImportLoaderWithMetadata;
|
|
9068
9092
|
doubleArrowRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chevron_double_right")>;
|
|
9069
|
-
chevronDoubleRight:
|
|
9070
|
-
ellipsis:
|
|
9093
|
+
chevronDoubleRight: IconImportLoaderWithMetadata;
|
|
9094
|
+
ellipsis: IconImportLoaderWithMetadata;
|
|
9071
9095
|
editorAlignCenter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_align_center")>;
|
|
9072
|
-
textAlignCenter:
|
|
9096
|
+
textAlignCenter: IconImportLoaderWithMetadata;
|
|
9073
9097
|
editorAlignLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_align_left")>;
|
|
9074
|
-
textAlignLeft:
|
|
9098
|
+
textAlignLeft: IconImportLoaderWithMetadata;
|
|
9075
9099
|
editorAlignRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_align_right")>;
|
|
9076
|
-
textAlignRight:
|
|
9100
|
+
textAlignRight: IconImportLoaderWithMetadata;
|
|
9077
9101
|
editorBold: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_bold")>;
|
|
9078
|
-
textBold:
|
|
9102
|
+
textBold: IconImportLoaderWithMetadata;
|
|
9079
9103
|
editorChecklist: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_check")>;
|
|
9080
|
-
listCheck:
|
|
9104
|
+
listCheck: IconImportLoaderWithMetadata;
|
|
9081
9105
|
editorCodeBlock: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/code")>;
|
|
9082
9106
|
editorComment: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/comment")>;
|
|
9083
9107
|
editorDistributeHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_distribute_horizontal")>;
|
|
9084
9108
|
editorDistributeVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_distribute_vertical")>;
|
|
9085
9109
|
editorHeading: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_heading")>;
|
|
9086
|
-
textHeading:
|
|
9110
|
+
textHeading: IconImportLoaderWithMetadata;
|
|
9087
9111
|
editorItalic: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_italic")>;
|
|
9088
|
-
textItalic:
|
|
9112
|
+
textItalic: IconImportLoaderWithMetadata;
|
|
9089
9113
|
editorItemAlignBottom: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_item_align_bottom")>;
|
|
9090
9114
|
editorItemAlignCenter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_item_align_center")>;
|
|
9091
9115
|
editorItemAlignLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_item_align_left")>;
|
|
@@ -9094,344 +9118,344 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9094
9118
|
editorItemAlignTop: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_item_align_top")>;
|
|
9095
9119
|
editorLink: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/link")>;
|
|
9096
9120
|
editorOrderedList: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_number")>;
|
|
9097
|
-
listNumber:
|
|
9121
|
+
listNumber: IconImportLoaderWithMetadata;
|
|
9098
9122
|
editorPositionBottomLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_position_bottom_left")>;
|
|
9099
9123
|
editorPositionBottomRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_position_bottom_right")>;
|
|
9100
9124
|
editorPositionTopLeft: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_position_top_left")>;
|
|
9101
9125
|
editorPositionTopRight: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/editor_position_top_right")>;
|
|
9102
9126
|
editorRedo: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/redo")>;
|
|
9103
|
-
redo:
|
|
9127
|
+
redo: IconImportLoaderWithMetadata;
|
|
9104
9128
|
editorStrike: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_strike")>;
|
|
9105
|
-
textStrike:
|
|
9129
|
+
textStrike: IconImportLoaderWithMetadata;
|
|
9106
9130
|
editorTable: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table")>;
|
|
9107
|
-
table:
|
|
9131
|
+
table: IconImportLoaderWithMetadata;
|
|
9108
9132
|
editorUnderline: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text_underline")>;
|
|
9109
|
-
textUnderline:
|
|
9133
|
+
textUnderline: IconImportLoaderWithMetadata;
|
|
9110
9134
|
editorUndo: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/undo")>;
|
|
9111
|
-
undo:
|
|
9135
|
+
undo: IconImportLoaderWithMetadata;
|
|
9112
9136
|
editorUnorderedList: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_bullet")>;
|
|
9113
|
-
listBullet:
|
|
9137
|
+
listBullet: IconImportLoaderWithMetadata;
|
|
9114
9138
|
email: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/mail")>;
|
|
9115
|
-
mail:
|
|
9116
|
-
empty:
|
|
9117
|
-
emsApp:
|
|
9118
|
-
endpoint:
|
|
9139
|
+
mail: IconImportLoaderWithMetadata;
|
|
9140
|
+
empty: IconImportLoaderWithMetadata;
|
|
9141
|
+
emsApp: IconImportLoaderWithMetadata;
|
|
9142
|
+
endpoint: IconImportLoaderWithMetadata;
|
|
9119
9143
|
eql: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query")>;
|
|
9120
|
-
query:
|
|
9121
|
-
eraser:
|
|
9122
|
-
error:
|
|
9144
|
+
query: IconImportLoaderWithMetadata;
|
|
9145
|
+
eraser: IconImportLoaderWithMetadata;
|
|
9146
|
+
error: IconImportLoaderWithMetadata;
|
|
9123
9147
|
errorFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/error_fill")>;
|
|
9124
|
-
errorFill:
|
|
9148
|
+
errorFill: IconImportLoaderWithMetadata;
|
|
9125
9149
|
esqlVis: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/esql_vis")>;
|
|
9126
9150
|
exit: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/log_out")>;
|
|
9127
|
-
logOut:
|
|
9151
|
+
logOut: IconImportLoaderWithMetadata;
|
|
9128
9152
|
expand: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/maximize")>;
|
|
9129
|
-
maximize:
|
|
9153
|
+
maximize: IconImportLoaderWithMetadata;
|
|
9130
9154
|
expandMini: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/maximize")>;
|
|
9131
9155
|
export: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/upload")>;
|
|
9132
9156
|
exportAction: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/upload")>;
|
|
9133
|
-
upload:
|
|
9134
|
-
external:
|
|
9135
|
-
eye:
|
|
9157
|
+
upload: IconImportLoaderWithMetadata;
|
|
9158
|
+
external: IconImportLoaderWithMetadata;
|
|
9159
|
+
eye: IconImportLoaderWithMetadata;
|
|
9136
9160
|
eyeClosed: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/eye_slash")>;
|
|
9137
|
-
eyeSlash:
|
|
9138
|
-
faceHappy:
|
|
9139
|
-
faceNeutral:
|
|
9140
|
-
faceSad:
|
|
9161
|
+
eyeSlash: IconImportLoaderWithMetadata;
|
|
9162
|
+
faceHappy: IconImportLoaderWithMetadata;
|
|
9163
|
+
faceNeutral: IconImportLoaderWithMetadata;
|
|
9164
|
+
faceSad: IconImportLoaderWithMetadata;
|
|
9141
9165
|
fieldStatistics: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_info")>;
|
|
9142
|
-
tableInfo:
|
|
9143
|
-
filebeatApp:
|
|
9144
|
-
filter:
|
|
9145
|
-
filterExclude:
|
|
9146
|
-
filterIgnore:
|
|
9147
|
-
filterInclude:
|
|
9166
|
+
tableInfo: IconImportLoaderWithMetadata;
|
|
9167
|
+
filebeatApp: IconImportLoaderWithMetadata;
|
|
9168
|
+
filter: IconImportLoaderWithMetadata;
|
|
9169
|
+
filterExclude: IconImportLoaderWithMetadata;
|
|
9170
|
+
filterIgnore: IconImportLoaderWithMetadata;
|
|
9171
|
+
filterInclude: IconImportLoaderWithMetadata;
|
|
9148
9172
|
filterInCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/filter_in_circle")>;
|
|
9149
|
-
flask:
|
|
9150
|
-
flag:
|
|
9151
|
-
fleetApp:
|
|
9173
|
+
flask: IconImportLoaderWithMetadata;
|
|
9174
|
+
flag: IconImportLoaderWithMetadata;
|
|
9175
|
+
fleetApp: IconImportLoaderWithMetadata;
|
|
9152
9176
|
fold: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/fold")>;
|
|
9153
9177
|
folder: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_close")>;
|
|
9154
9178
|
folderClosed: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_close")>;
|
|
9155
|
-
folderClose:
|
|
9179
|
+
folderClose: IconImportLoaderWithMetadata;
|
|
9156
9180
|
folderCheck: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_check")>;
|
|
9157
9181
|
folderExclamation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_exclamation")>;
|
|
9158
|
-
folderOpen:
|
|
9182
|
+
folderOpen: IconImportLoaderWithMetadata;
|
|
9159
9183
|
folderOpened: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_open")>;
|
|
9160
9184
|
frameNext: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/frame_next")>;
|
|
9161
9185
|
framePrevious: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/frame_previous")>;
|
|
9162
|
-
fullScreen:
|
|
9163
|
-
fullScreenExit:
|
|
9186
|
+
fullScreen: IconImportLoaderWithMetadata;
|
|
9187
|
+
fullScreenExit: IconImportLoaderWithMetadata;
|
|
9164
9188
|
function: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/function")>;
|
|
9165
|
-
gear:
|
|
9166
|
-
gisApp:
|
|
9189
|
+
gear: IconImportLoaderWithMetadata;
|
|
9190
|
+
gisApp: IconImportLoaderWithMetadata;
|
|
9167
9191
|
glasses: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/read_only")>;
|
|
9168
|
-
globe:
|
|
9192
|
+
globe: IconImportLoaderWithMetadata;
|
|
9169
9193
|
grab: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/drag_vertical")>;
|
|
9170
9194
|
grabHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/drag_horizontal")>;
|
|
9171
9195
|
grabOmnidirectional: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/grab_omnidirectional")>;
|
|
9172
|
-
gradient:
|
|
9173
|
-
graphApp:
|
|
9174
|
-
grid:
|
|
9175
|
-
grokApp:
|
|
9176
|
-
heart:
|
|
9177
|
-
heartbeatApp:
|
|
9196
|
+
gradient: IconImportLoaderWithMetadata;
|
|
9197
|
+
graphApp: IconImportLoaderWithMetadata;
|
|
9198
|
+
grid: IconImportLoaderWithMetadata;
|
|
9199
|
+
grokApp: IconImportLoaderWithMetadata;
|
|
9200
|
+
heart: IconImportLoaderWithMetadata;
|
|
9201
|
+
heartbeatApp: IconImportLoaderWithMetadata;
|
|
9178
9202
|
heatmap: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_heatmap")>;
|
|
9179
9203
|
help: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/help")>;
|
|
9180
|
-
home:
|
|
9181
|
-
hourglass:
|
|
9182
|
-
if:
|
|
9183
|
-
info:
|
|
9184
|
-
image:
|
|
9204
|
+
home: IconImportLoaderWithMetadata;
|
|
9205
|
+
hourglass: IconImportLoaderWithMetadata;
|
|
9206
|
+
if: IconImportLoaderWithMetadata;
|
|
9207
|
+
info: IconImportLoaderWithMetadata;
|
|
9208
|
+
image: IconImportLoaderWithMetadata;
|
|
9185
9209
|
importAction: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/download")>;
|
|
9186
9210
|
index: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/index")>;
|
|
9187
|
-
indexClose:
|
|
9188
|
-
indexEdit:
|
|
9211
|
+
indexClose: IconImportLoaderWithMetadata;
|
|
9212
|
+
indexEdit: IconImportLoaderWithMetadata;
|
|
9189
9213
|
indexFlush: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_threshold")>;
|
|
9190
|
-
indexManagementApp:
|
|
9214
|
+
indexManagementApp: IconImportLoaderWithMetadata;
|
|
9191
9215
|
indexMapping: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/mapping")>;
|
|
9192
|
-
mapping:
|
|
9193
|
-
indexOpen:
|
|
9194
|
-
indexPatternApp:
|
|
9195
|
-
indexRollupApp:
|
|
9196
|
-
indexRuntime:
|
|
9197
|
-
indexSettings:
|
|
9216
|
+
mapping: IconImportLoaderWithMetadata;
|
|
9217
|
+
indexOpen: IconImportLoaderWithMetadata;
|
|
9218
|
+
indexPatternApp: IconImportLoaderWithMetadata;
|
|
9219
|
+
indexRollupApp: IconImportLoaderWithMetadata;
|
|
9220
|
+
indexRuntime: IconImportLoaderWithMetadata;
|
|
9221
|
+
indexSettings: IconImportLoaderWithMetadata;
|
|
9198
9222
|
indexTemporary: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_time")>;
|
|
9199
|
-
tableTime:
|
|
9200
|
-
infinity:
|
|
9201
|
-
inputOutput:
|
|
9202
|
-
inspect:
|
|
9223
|
+
tableTime: IconImportLoaderWithMetadata;
|
|
9224
|
+
infinity: IconImportLoaderWithMetadata;
|
|
9225
|
+
inputOutput: IconImportLoaderWithMetadata;
|
|
9226
|
+
inspect: IconImportLoaderWithMetadata;
|
|
9203
9227
|
invert: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/contrast")>;
|
|
9204
9228
|
ip: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/ip")>;
|
|
9205
|
-
key:
|
|
9206
|
-
keyboard:
|
|
9229
|
+
key: IconImportLoaderWithMetadata;
|
|
9230
|
+
keyboard: IconImportLoaderWithMetadata;
|
|
9207
9231
|
kqlField: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_field")>;
|
|
9208
|
-
queryField:
|
|
9232
|
+
queryField: IconImportLoaderWithMetadata;
|
|
9209
9233
|
kqlFunction: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/kql_function")>;
|
|
9210
9234
|
kqlOperand: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_operand")>;
|
|
9211
|
-
queryOperand:
|
|
9235
|
+
queryOperand: IconImportLoaderWithMetadata;
|
|
9212
9236
|
kqlSelector: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_selector")>;
|
|
9213
|
-
querySelector:
|
|
9237
|
+
querySelector: IconImportLoaderWithMetadata;
|
|
9214
9238
|
kqlValue: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/query_value")>;
|
|
9215
|
-
queryValue:
|
|
9239
|
+
queryValue: IconImportLoaderWithMetadata;
|
|
9216
9240
|
kubernetesNode: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/kubernetes_node")>;
|
|
9217
|
-
kubernetesPod:
|
|
9241
|
+
kubernetesPod: IconImportLoaderWithMetadata;
|
|
9218
9242
|
launch: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/rocket")>;
|
|
9219
|
-
rocket:
|
|
9220
|
-
layers:
|
|
9221
|
-
lensApp:
|
|
9243
|
+
rocket: IconImportLoaderWithMetadata;
|
|
9244
|
+
layers: IconImportLoaderWithMetadata;
|
|
9245
|
+
lensApp: IconImportLoaderWithMetadata;
|
|
9222
9246
|
lettering: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/text")>;
|
|
9223
|
-
text:
|
|
9224
|
-
lineBreak:
|
|
9225
|
-
lineBreakSlash:
|
|
9226
|
-
lineDash:
|
|
9247
|
+
text: IconImportLoaderWithMetadata;
|
|
9248
|
+
lineBreak: IconImportLoaderWithMetadata;
|
|
9249
|
+
lineBreakSlash: IconImportLoaderWithMetadata;
|
|
9250
|
+
lineDash: IconImportLoaderWithMetadata;
|
|
9227
9251
|
lineDashed: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_dash")>;
|
|
9228
|
-
lineDot:
|
|
9252
|
+
lineDot: IconImportLoaderWithMetadata;
|
|
9229
9253
|
lineDotted: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_dot")>;
|
|
9230
|
-
lineSolid:
|
|
9231
|
-
link:
|
|
9232
|
-
linkSlash:
|
|
9254
|
+
lineSolid: IconImportLoaderWithMetadata;
|
|
9255
|
+
link: IconImportLoaderWithMetadata;
|
|
9256
|
+
linkSlash: IconImportLoaderWithMetadata;
|
|
9233
9257
|
list: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/list_bullet")>;
|
|
9234
9258
|
listAdd: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_circle")>;
|
|
9235
|
-
lock:
|
|
9236
|
-
lockOpen:
|
|
9259
|
+
lock: IconImportLoaderWithMetadata;
|
|
9260
|
+
lockOpen: IconImportLoaderWithMetadata;
|
|
9237
9261
|
logPatternAnalysis: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pattern")>;
|
|
9238
|
-
pattern:
|
|
9262
|
+
pattern: IconImportLoaderWithMetadata;
|
|
9239
9263
|
logRateAnalysis: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/log_rate_analysis")>;
|
|
9240
|
-
logoAWS:
|
|
9241
|
-
logoAWSMono:
|
|
9242
|
-
logoAerospike:
|
|
9243
|
-
logoApache:
|
|
9244
|
-
logoAppSearch:
|
|
9245
|
-
logoAzure:
|
|
9246
|
-
logoAzureMono:
|
|
9247
|
-
logoBeats:
|
|
9248
|
-
logoBusinessAnalytics:
|
|
9249
|
-
logoCeph:
|
|
9250
|
-
logoCloud:
|
|
9251
|
-
logoCloudEnterprise:
|
|
9252
|
-
logoCode:
|
|
9253
|
-
logoCodesandbox:
|
|
9254
|
-
logoCouchbase:
|
|
9255
|
-
logoDocker:
|
|
9256
|
-
logoDropwizard:
|
|
9257
|
-
logoElastic:
|
|
9258
|
-
logoElasticStack:
|
|
9259
|
-
logoElasticsearch:
|
|
9260
|
-
logoEnterpriseSearch:
|
|
9261
|
-
logoEtcd:
|
|
9262
|
-
logoGCP:
|
|
9263
|
-
logoGCPMono:
|
|
9264
|
-
logoGithub:
|
|
9265
|
-
logoGmail:
|
|
9266
|
-
logoGolang:
|
|
9267
|
-
logoGoogleG:
|
|
9268
|
-
logoHAproxy:
|
|
9269
|
-
logoIBM:
|
|
9270
|
-
logoIBMMono:
|
|
9271
|
-
logoKafka:
|
|
9272
|
-
logoKibana:
|
|
9273
|
-
logoKubernetes:
|
|
9274
|
-
logoLogging:
|
|
9275
|
-
logoLogstash:
|
|
9276
|
-
logoMaps:
|
|
9277
|
-
logoMemcached:
|
|
9278
|
-
logoMetrics:
|
|
9279
|
-
logoMongodb:
|
|
9280
|
-
logoMySQL:
|
|
9281
|
-
logoNginx:
|
|
9282
|
-
logoObservability:
|
|
9283
|
-
logoOsquery:
|
|
9284
|
-
logoPhp:
|
|
9285
|
-
logoPostgres:
|
|
9286
|
-
logoPrometheus:
|
|
9287
|
-
logoRabbitmq:
|
|
9288
|
-
logoRedis:
|
|
9289
|
-
logoSecurity:
|
|
9290
|
-
logoSiteSearch:
|
|
9291
|
-
logoSketch:
|
|
9292
|
-
logoSlack:
|
|
9293
|
-
logoUptime:
|
|
9294
|
-
logoVectorDB:
|
|
9295
|
-
logoVulnerabilityManagement:
|
|
9296
|
-
logoWebhook:
|
|
9297
|
-
logoWindows:
|
|
9298
|
-
logoWorkplaceSearch:
|
|
9299
|
-
logsApp:
|
|
9264
|
+
logoAWS: IconImportLoaderWithMetadata;
|
|
9265
|
+
logoAWSMono: IconImportLoaderWithMetadata;
|
|
9266
|
+
logoAerospike: IconImportLoaderWithMetadata;
|
|
9267
|
+
logoApache: IconImportLoaderWithMetadata;
|
|
9268
|
+
logoAppSearch: IconImportLoaderWithMetadata;
|
|
9269
|
+
logoAzure: IconImportLoaderWithMetadata;
|
|
9270
|
+
logoAzureMono: IconImportLoaderWithMetadata;
|
|
9271
|
+
logoBeats: IconImportLoaderWithMetadata;
|
|
9272
|
+
logoBusinessAnalytics: IconImportLoaderWithMetadata;
|
|
9273
|
+
logoCeph: IconImportLoaderWithMetadata;
|
|
9274
|
+
logoCloud: IconImportLoaderWithMetadata;
|
|
9275
|
+
logoCloudEnterprise: IconImportLoaderWithMetadata;
|
|
9276
|
+
logoCode: IconImportLoaderWithMetadata;
|
|
9277
|
+
logoCodesandbox: IconImportLoaderWithMetadata;
|
|
9278
|
+
logoCouchbase: IconImportLoaderWithMetadata;
|
|
9279
|
+
logoDocker: IconImportLoaderWithMetadata;
|
|
9280
|
+
logoDropwizard: IconImportLoaderWithMetadata;
|
|
9281
|
+
logoElastic: IconImportLoaderWithMetadata;
|
|
9282
|
+
logoElasticStack: IconImportLoaderWithMetadata;
|
|
9283
|
+
logoElasticsearch: IconImportLoaderWithMetadata;
|
|
9284
|
+
logoEnterpriseSearch: IconImportLoaderWithMetadata;
|
|
9285
|
+
logoEtcd: IconImportLoaderWithMetadata;
|
|
9286
|
+
logoGCP: IconImportLoaderWithMetadata;
|
|
9287
|
+
logoGCPMono: IconImportLoaderWithMetadata;
|
|
9288
|
+
logoGithub: IconImportLoaderWithMetadata;
|
|
9289
|
+
logoGmail: IconImportLoaderWithMetadata;
|
|
9290
|
+
logoGolang: IconImportLoaderWithMetadata;
|
|
9291
|
+
logoGoogleG: IconImportLoaderWithMetadata;
|
|
9292
|
+
logoHAproxy: IconImportLoaderWithMetadata;
|
|
9293
|
+
logoIBM: IconImportLoaderWithMetadata;
|
|
9294
|
+
logoIBMMono: IconImportLoaderWithMetadata;
|
|
9295
|
+
logoKafka: IconImportLoaderWithMetadata;
|
|
9296
|
+
logoKibana: IconImportLoaderWithMetadata;
|
|
9297
|
+
logoKubernetes: IconImportLoaderWithMetadata;
|
|
9298
|
+
logoLogging: IconImportLoaderWithMetadata;
|
|
9299
|
+
logoLogstash: IconImportLoaderWithMetadata;
|
|
9300
|
+
logoMaps: IconImportLoaderWithMetadata;
|
|
9301
|
+
logoMemcached: IconImportLoaderWithMetadata;
|
|
9302
|
+
logoMetrics: IconImportLoaderWithMetadata;
|
|
9303
|
+
logoMongodb: IconImportLoaderWithMetadata;
|
|
9304
|
+
logoMySQL: IconImportLoaderWithMetadata;
|
|
9305
|
+
logoNginx: IconImportLoaderWithMetadata;
|
|
9306
|
+
logoObservability: IconImportLoaderWithMetadata;
|
|
9307
|
+
logoOsquery: IconImportLoaderWithMetadata;
|
|
9308
|
+
logoPhp: IconImportLoaderWithMetadata;
|
|
9309
|
+
logoPostgres: IconImportLoaderWithMetadata;
|
|
9310
|
+
logoPrometheus: IconImportLoaderWithMetadata;
|
|
9311
|
+
logoRabbitmq: IconImportLoaderWithMetadata;
|
|
9312
|
+
logoRedis: IconImportLoaderWithMetadata;
|
|
9313
|
+
logoSecurity: IconImportLoaderWithMetadata;
|
|
9314
|
+
logoSiteSearch: IconImportLoaderWithMetadata;
|
|
9315
|
+
logoSketch: IconImportLoaderWithMetadata;
|
|
9316
|
+
logoSlack: IconImportLoaderWithMetadata;
|
|
9317
|
+
logoUptime: IconImportLoaderWithMetadata;
|
|
9318
|
+
logoVectorDB: IconImportLoaderWithMetadata;
|
|
9319
|
+
logoVulnerabilityManagement: IconImportLoaderWithMetadata;
|
|
9320
|
+
logoWebhook: IconImportLoaderWithMetadata;
|
|
9321
|
+
logoWindows: IconImportLoaderWithMetadata;
|
|
9322
|
+
logoWorkplaceSearch: IconImportLoaderWithMetadata;
|
|
9323
|
+
logsApp: IconImportLoaderWithMetadata;
|
|
9300
9324
|
logstashFilter: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logstash_filter")>;
|
|
9301
9325
|
logstashIf: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/if")>;
|
|
9302
9326
|
logstashInput: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logstash_input")>;
|
|
9303
9327
|
logstashOutput: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logstash_output")>;
|
|
9304
9328
|
logstashQueue: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/queue")>;
|
|
9305
|
-
queue:
|
|
9306
|
-
machineLearningApp:
|
|
9329
|
+
queue: IconImportLoaderWithMetadata;
|
|
9330
|
+
machineLearningApp: IconImportLoaderWithMetadata;
|
|
9307
9331
|
magnet: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnet")>;
|
|
9308
|
-
magnify:
|
|
9309
|
-
magnifyExclamation:
|
|
9310
|
-
magnifyMinus:
|
|
9311
|
-
magnifyPlus:
|
|
9332
|
+
magnify: IconImportLoaderWithMetadata;
|
|
9333
|
+
magnifyExclamation: IconImportLoaderWithMetadata;
|
|
9334
|
+
magnifyMinus: IconImportLoaderWithMetadata;
|
|
9335
|
+
magnifyPlus: IconImportLoaderWithMetadata;
|
|
9312
9336
|
magnifyWithExclamation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify_with_exclamation")>;
|
|
9313
9337
|
magnifyWithMinus: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify_with_minus")>;
|
|
9314
9338
|
magnifyWithPlus: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify_with_plus")>;
|
|
9315
|
-
managementApp:
|
|
9316
|
-
map:
|
|
9339
|
+
managementApp: IconImportLoaderWithMetadata;
|
|
9340
|
+
map: IconImportLoaderWithMetadata;
|
|
9317
9341
|
mapMarker: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/waypoint")>;
|
|
9318
|
-
waypoint:
|
|
9319
|
-
megaphone:
|
|
9342
|
+
waypoint: IconImportLoaderWithMetadata;
|
|
9343
|
+
megaphone: IconImportLoaderWithMetadata;
|
|
9320
9344
|
memory: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/memory")>;
|
|
9321
|
-
menu:
|
|
9345
|
+
menu: IconImportLoaderWithMetadata;
|
|
9322
9346
|
menuDown: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/menu_down")>;
|
|
9323
|
-
menuLeft:
|
|
9324
|
-
menuRight:
|
|
9347
|
+
menuLeft: IconImportLoaderWithMetadata;
|
|
9348
|
+
menuRight: IconImportLoaderWithMetadata;
|
|
9325
9349
|
menuUp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/menu_up")>;
|
|
9326
|
-
merge:
|
|
9327
|
-
metricbeatApp:
|
|
9328
|
-
metricsApp:
|
|
9329
|
-
minimize:
|
|
9330
|
-
minus:
|
|
9331
|
-
minusCircle:
|
|
9350
|
+
merge: IconImportLoaderWithMetadata;
|
|
9351
|
+
metricbeatApp: IconImportLoaderWithMetadata;
|
|
9352
|
+
metricsApp: IconImportLoaderWithMetadata;
|
|
9353
|
+
minimize: IconImportLoaderWithMetadata;
|
|
9354
|
+
minus: IconImportLoaderWithMetadata;
|
|
9355
|
+
minusCircle: IconImportLoaderWithMetadata;
|
|
9332
9356
|
minusInCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/minus_circle")>;
|
|
9333
9357
|
minusInCircleFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/minus_circle")>;
|
|
9334
9358
|
minusInSquare: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/minus_square")>;
|
|
9335
|
-
minusSquare:
|
|
9359
|
+
minusSquare: IconImportLoaderWithMetadata;
|
|
9336
9360
|
mobile: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/mobile")>;
|
|
9337
|
-
monitoringApp:
|
|
9338
|
-
moon:
|
|
9339
|
-
move:
|
|
9361
|
+
monitoringApp: IconImportLoaderWithMetadata;
|
|
9362
|
+
moon: IconImportLoaderWithMetadata;
|
|
9363
|
+
move: IconImportLoaderWithMetadata;
|
|
9340
9364
|
namespace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/namespace")>;
|
|
9341
|
-
nested:
|
|
9365
|
+
nested: IconImportLoaderWithMetadata;
|
|
9342
9366
|
newChat: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_circle")>;
|
|
9343
9367
|
node: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vector_triangle")>;
|
|
9344
|
-
vectorTriangle:
|
|
9345
|
-
notebookApp:
|
|
9346
|
-
number:
|
|
9368
|
+
vectorTriangle: IconImportLoaderWithMetadata;
|
|
9369
|
+
notebookApp: IconImportLoaderWithMetadata;
|
|
9370
|
+
number: IconImportLoaderWithMetadata;
|
|
9347
9371
|
offline: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/wifi_slash")>;
|
|
9348
|
-
wifiSlash:
|
|
9372
|
+
wifiSlash: IconImportLoaderWithMetadata;
|
|
9349
9373
|
online: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/wifi")>;
|
|
9350
|
-
wifi:
|
|
9351
|
-
outlierDetectionJob:
|
|
9352
|
-
package:
|
|
9353
|
-
packetbeatApp:
|
|
9374
|
+
wifi: IconImportLoaderWithMetadata;
|
|
9375
|
+
outlierDetectionJob: IconImportLoaderWithMetadata;
|
|
9376
|
+
package: IconImportLoaderWithMetadata;
|
|
9377
|
+
packetbeatApp: IconImportLoaderWithMetadata;
|
|
9354
9378
|
pageSelect: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/page_select")>;
|
|
9355
|
-
pagesSelect:
|
|
9356
|
-
palette:
|
|
9357
|
-
paperClip:
|
|
9358
|
-
partial:
|
|
9359
|
-
pause:
|
|
9379
|
+
pagesSelect: IconImportLoaderWithMetadata;
|
|
9380
|
+
palette: IconImportLoaderWithMetadata;
|
|
9381
|
+
paperClip: IconImportLoaderWithMetadata;
|
|
9382
|
+
partial: IconImportLoaderWithMetadata;
|
|
9383
|
+
pause: IconImportLoaderWithMetadata;
|
|
9360
9384
|
payment: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/payment")>;
|
|
9361
|
-
pencil:
|
|
9362
|
-
percent:
|
|
9363
|
-
pin:
|
|
9364
|
-
pinFill:
|
|
9385
|
+
pencil: IconImportLoaderWithMetadata;
|
|
9386
|
+
percent: IconImportLoaderWithMetadata;
|
|
9387
|
+
pin: IconImportLoaderWithMetadata;
|
|
9388
|
+
pinFill: IconImportLoaderWithMetadata;
|
|
9365
9389
|
pinFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pin_fill")>;
|
|
9366
9390
|
pipeBreaks: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_break")>;
|
|
9367
|
-
pipelineApp:
|
|
9391
|
+
pipelineApp: IconImportLoaderWithMetadata;
|
|
9368
9392
|
pipeNoBreaks: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/line_break_slash")>;
|
|
9369
|
-
pivot:
|
|
9370
|
-
play:
|
|
9393
|
+
pivot: IconImportLoaderWithMetadata;
|
|
9394
|
+
play: IconImportLoaderWithMetadata;
|
|
9371
9395
|
playFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/play_filled")>;
|
|
9372
9396
|
plugs: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plugs")>;
|
|
9373
|
-
plus:
|
|
9374
|
-
plusCircle:
|
|
9397
|
+
plus: IconImportLoaderWithMetadata;
|
|
9398
|
+
plusCircle: IconImportLoaderWithMetadata;
|
|
9375
9399
|
plusInCircle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_circle")>;
|
|
9376
9400
|
plusInCircleFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_circle")>;
|
|
9377
9401
|
plusInSquare: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/plus_square")>;
|
|
9378
|
-
plusSquare:
|
|
9402
|
+
plusSquare: IconImportLoaderWithMetadata;
|
|
9379
9403
|
popout: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/external")>;
|
|
9380
|
-
presentation:
|
|
9404
|
+
presentation: IconImportLoaderWithMetadata;
|
|
9381
9405
|
productRobot: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_agent")>;
|
|
9382
|
-
productAgent:
|
|
9383
|
-
productCloudInfra:
|
|
9384
|
-
productDashboard:
|
|
9385
|
-
productDiscover:
|
|
9386
|
-
productML:
|
|
9387
|
-
productStreamsClassic:
|
|
9388
|
-
productStreamsWired:
|
|
9406
|
+
productAgent: IconImportLoaderWithMetadata;
|
|
9407
|
+
productCloudInfra: IconImportLoaderWithMetadata;
|
|
9408
|
+
productDashboard: IconImportLoaderWithMetadata;
|
|
9409
|
+
productDiscover: IconImportLoaderWithMetadata;
|
|
9410
|
+
productML: IconImportLoaderWithMetadata;
|
|
9411
|
+
productStreamsClassic: IconImportLoaderWithMetadata;
|
|
9412
|
+
productStreamsWired: IconImportLoaderWithMetadata;
|
|
9389
9413
|
push: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/send")>;
|
|
9390
|
-
send:
|
|
9391
|
-
question:
|
|
9392
|
-
quote:
|
|
9393
|
-
radar:
|
|
9394
|
-
readOnly:
|
|
9395
|
-
recentlyViewedApp:
|
|
9396
|
-
refresh:
|
|
9397
|
-
regressionJob:
|
|
9398
|
-
reporter:
|
|
9399
|
-
reportingApp:
|
|
9400
|
-
return:
|
|
9414
|
+
send: IconImportLoaderWithMetadata;
|
|
9415
|
+
question: IconImportLoaderWithMetadata;
|
|
9416
|
+
quote: IconImportLoaderWithMetadata;
|
|
9417
|
+
radar: IconImportLoaderWithMetadata;
|
|
9418
|
+
readOnly: IconImportLoaderWithMetadata;
|
|
9419
|
+
recentlyViewedApp: IconImportLoaderWithMetadata;
|
|
9420
|
+
refresh: IconImportLoaderWithMetadata;
|
|
9421
|
+
regressionJob: IconImportLoaderWithMetadata;
|
|
9422
|
+
reporter: IconImportLoaderWithMetadata;
|
|
9423
|
+
reportingApp: IconImportLoaderWithMetadata;
|
|
9424
|
+
return: IconImportLoaderWithMetadata;
|
|
9401
9425
|
returnKey: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/return")>;
|
|
9402
|
-
save:
|
|
9403
|
-
savedObjectsApp:
|
|
9426
|
+
save: IconImportLoaderWithMetadata;
|
|
9427
|
+
savedObjectsApp: IconImportLoaderWithMetadata;
|
|
9404
9428
|
scale: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/scale")>;
|
|
9405
9429
|
search: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify")>;
|
|
9406
|
-
searchProfilerApp:
|
|
9407
|
-
section:
|
|
9408
|
-
securityAnalyticsApp:
|
|
9409
|
-
securityApp:
|
|
9430
|
+
searchProfilerApp: IconImportLoaderWithMetadata;
|
|
9431
|
+
section: IconImportLoaderWithMetadata;
|
|
9432
|
+
securityAnalyticsApp: IconImportLoaderWithMetadata;
|
|
9433
|
+
securityApp: IconImportLoaderWithMetadata;
|
|
9410
9434
|
securitySignal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/security_signal")>;
|
|
9411
9435
|
securitySignalDetected: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/security_signal_detected")>;
|
|
9412
9436
|
securitySignalResolved: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/security_signal_resolved")>;
|
|
9413
|
-
server:
|
|
9437
|
+
server: IconImportLoaderWithMetadata;
|
|
9414
9438
|
sessionViewer: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/session_viewer")>;
|
|
9415
|
-
shard:
|
|
9416
|
-
share:
|
|
9417
|
-
significantEvents:
|
|
9439
|
+
shard: IconImportLoaderWithMetadata;
|
|
9440
|
+
share: IconImportLoaderWithMetadata;
|
|
9441
|
+
significantEvents: IconImportLoaderWithMetadata;
|
|
9418
9442
|
singleMetricViewer: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/single_metric_viewer")>;
|
|
9419
|
-
snowflake:
|
|
9420
|
-
sortAscending:
|
|
9421
|
-
sortDescending:
|
|
9422
|
-
sortDown:
|
|
9423
|
-
sortLeft:
|
|
9424
|
-
sortRight:
|
|
9425
|
-
sortUp:
|
|
9426
|
-
sortable:
|
|
9443
|
+
snowflake: IconImportLoaderWithMetadata;
|
|
9444
|
+
sortAscending: IconImportLoaderWithMetadata;
|
|
9445
|
+
sortDescending: IconImportLoaderWithMetadata;
|
|
9446
|
+
sortDown: IconImportLoaderWithMetadata;
|
|
9447
|
+
sortLeft: IconImportLoaderWithMetadata;
|
|
9448
|
+
sortRight: IconImportLoaderWithMetadata;
|
|
9449
|
+
sortUp: IconImportLoaderWithMetadata;
|
|
9450
|
+
sortable: IconImportLoaderWithMetadata;
|
|
9427
9451
|
spaces: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/spaces")>;
|
|
9428
|
-
spacesApp:
|
|
9429
|
-
sparkles:
|
|
9430
|
-
sqlApp:
|
|
9431
|
-
star:
|
|
9452
|
+
spacesApp: IconImportLoaderWithMetadata;
|
|
9453
|
+
sparkles: IconImportLoaderWithMetadata;
|
|
9454
|
+
sqlApp: IconImportLoaderWithMetadata;
|
|
9455
|
+
star: IconImportLoaderWithMetadata;
|
|
9432
9456
|
starEmpty: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star")>;
|
|
9433
9457
|
starEmptySpace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_empty_space")>;
|
|
9434
|
-
starFill:
|
|
9458
|
+
starFill: IconImportLoaderWithMetadata;
|
|
9435
9459
|
starFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_fill")>;
|
|
9436
9460
|
starFillSpace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_fill_space")>;
|
|
9437
9461
|
starFilledSpace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_fill_space")>;
|
|
@@ -9442,56 +9466,56 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9442
9466
|
starPlusFill: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_plus_fill")>;
|
|
9443
9467
|
starPlusFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/star_plus_fill")>;
|
|
9444
9468
|
stats: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/stats")>;
|
|
9445
|
-
stop:
|
|
9469
|
+
stop: IconImportLoaderWithMetadata;
|
|
9446
9470
|
stopFill: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/stop_fill")>;
|
|
9447
9471
|
stopFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/stop_fill")>;
|
|
9448
9472
|
stopSlash: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/stop_slash")>;
|
|
9449
|
-
storage:
|
|
9473
|
+
storage: IconImportLoaderWithMetadata;
|
|
9450
9474
|
streamsClassic: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_streams_classic")>;
|
|
9451
9475
|
streamsWired: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_streams_wired")>;
|
|
9452
9476
|
string: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/string")>;
|
|
9453
9477
|
submodule: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/merge")>;
|
|
9454
|
-
sun:
|
|
9478
|
+
sun: IconImportLoaderWithMetadata;
|
|
9455
9479
|
swatchInput: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/swatch_input")>;
|
|
9456
|
-
symlink:
|
|
9480
|
+
symlink: IconImportLoaderWithMetadata;
|
|
9457
9481
|
tableDensityCompact: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_density_high")>;
|
|
9458
|
-
tableDensityHigh:
|
|
9482
|
+
tableDensityHigh: IconImportLoaderWithMetadata;
|
|
9459
9483
|
tableDensityExpanded: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_density_low")>;
|
|
9460
|
-
tableDensityLow:
|
|
9484
|
+
tableDensityLow: IconImportLoaderWithMetadata;
|
|
9461
9485
|
tableDensityNormal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table")>;
|
|
9462
9486
|
tableOfContents: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_of_contents")>;
|
|
9463
|
-
tag:
|
|
9487
|
+
tag: IconImportLoaderWithMetadata;
|
|
9464
9488
|
tear: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/tear")>;
|
|
9465
9489
|
temperature: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/thermometer")>;
|
|
9466
|
-
thermometer:
|
|
9467
|
-
thumbDown:
|
|
9468
|
-
thumbUp:
|
|
9469
|
-
timeline:
|
|
9470
|
-
timelineWithArrow:
|
|
9471
|
-
timelionApp:
|
|
9490
|
+
thermometer: IconImportLoaderWithMetadata;
|
|
9491
|
+
thumbDown: IconImportLoaderWithMetadata;
|
|
9492
|
+
thumbUp: IconImportLoaderWithMetadata;
|
|
9493
|
+
timeline: IconImportLoaderWithMetadata;
|
|
9494
|
+
timelineWithArrow: IconImportLoaderWithMetadata;
|
|
9495
|
+
timelionApp: IconImportLoaderWithMetadata;
|
|
9472
9496
|
timeRefresh: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/refresh_time")>;
|
|
9473
|
-
refreshTime:
|
|
9497
|
+
refreshTime: IconImportLoaderWithMetadata;
|
|
9474
9498
|
timeslider: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/clock_control")>;
|
|
9475
9499
|
training: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/presentation")>;
|
|
9476
|
-
transitionBottomIn:
|
|
9477
|
-
transitionBottomOut:
|
|
9478
|
-
transitionLeftIn:
|
|
9479
|
-
transitionLeftOut:
|
|
9480
|
-
transitionTopIn:
|
|
9481
|
-
transitionTopOut:
|
|
9482
|
-
trash:
|
|
9500
|
+
transitionBottomIn: IconImportLoaderWithMetadata;
|
|
9501
|
+
transitionBottomOut: IconImportLoaderWithMetadata;
|
|
9502
|
+
transitionLeftIn: IconImportLoaderWithMetadata;
|
|
9503
|
+
transitionLeftOut: IconImportLoaderWithMetadata;
|
|
9504
|
+
transitionTopIn: IconImportLoaderWithMetadata;
|
|
9505
|
+
transitionTopOut: IconImportLoaderWithMetadata;
|
|
9506
|
+
trash: IconImportLoaderWithMetadata;
|
|
9483
9507
|
unfold: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/unfold")>;
|
|
9484
9508
|
unlink: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/link_slash")>;
|
|
9485
|
-
upgradeAssistantApp:
|
|
9486
|
-
uptimeApp:
|
|
9487
|
-
user:
|
|
9509
|
+
upgradeAssistantApp: IconImportLoaderWithMetadata;
|
|
9510
|
+
uptimeApp: IconImportLoaderWithMetadata;
|
|
9511
|
+
user: IconImportLoaderWithMetadata;
|
|
9488
9512
|
userAvatar: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/user")>;
|
|
9489
|
-
users:
|
|
9490
|
-
usersRolesApp:
|
|
9491
|
-
unarchive:
|
|
9513
|
+
users: IconImportLoaderWithMetadata;
|
|
9514
|
+
usersRolesApp: IconImportLoaderWithMetadata;
|
|
9515
|
+
unarchive: IconImportLoaderWithMetadata;
|
|
9492
9516
|
vector: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vector_square")>;
|
|
9493
|
-
vectorSquare:
|
|
9494
|
-
videoPlayer:
|
|
9517
|
+
vectorSquare: IconImportLoaderWithMetadata;
|
|
9518
|
+
videoPlayer: IconImportLoaderWithMetadata;
|
|
9495
9519
|
visArea: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_area")>;
|
|
9496
9520
|
visAreaStacked: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_area_stack")>;
|
|
9497
9521
|
visBarHorizontal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_bar_horizontal")>;
|
|
@@ -9504,7 +9528,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9504
9528
|
visMapCoordinate: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/waypoint")>;
|
|
9505
9529
|
visMapRegion: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/map")>;
|
|
9506
9530
|
visMetric: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_metric")>;
|
|
9507
|
-
chartMetric:
|
|
9531
|
+
chartMetric: IconImportLoaderWithMetadata;
|
|
9508
9532
|
visPie: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_pie")>;
|
|
9509
9533
|
visTable: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table")>;
|
|
9510
9534
|
visTagCloud: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/chart_tag_cloud")>;
|
|
@@ -9512,77 +9536,91 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9512
9536
|
visTimelion: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vis_timelion")>;
|
|
9513
9537
|
visVega: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/code")>;
|
|
9514
9538
|
visVisualBuilder: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vis_visual_builder")>;
|
|
9515
|
-
visualizeApp:
|
|
9516
|
-
vulnerabilityManagementApp:
|
|
9517
|
-
warning:
|
|
9539
|
+
visualizeApp: IconImportLoaderWithMetadata;
|
|
9540
|
+
vulnerabilityManagementApp: IconImportLoaderWithMetadata;
|
|
9541
|
+
warning: IconImportLoaderWithMetadata;
|
|
9518
9542
|
warningFilled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/warning_fill")>;
|
|
9519
|
-
warningFill:
|
|
9520
|
-
watchesApp:
|
|
9543
|
+
warningFill: IconImportLoaderWithMetadata;
|
|
9544
|
+
watchesApp: IconImportLoaderWithMetadata;
|
|
9521
9545
|
web: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/web")>;
|
|
9522
9546
|
wordWrap: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/word_wrap")>;
|
|
9523
9547
|
wordWrapDisabled: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/word_wrap_disabled")>;
|
|
9524
|
-
workflowsApp:
|
|
9525
|
-
workflow:
|
|
9526
|
-
workplaceSearchApp:
|
|
9527
|
-
wrench:
|
|
9528
|
-
tokenAlias:
|
|
9529
|
-
tokenAnnotation:
|
|
9530
|
-
tokenArray:
|
|
9531
|
-
tokenBinary:
|
|
9532
|
-
tokenBoolean:
|
|
9533
|
-
tokenClass:
|
|
9534
|
-
tokenCompletionSuggester:
|
|
9535
|
-
tokenConstant:
|
|
9536
|
-
tokenDate:
|
|
9537
|
-
tokenDimension:
|
|
9538
|
-
tokenElement:
|
|
9539
|
-
tokenEnum:
|
|
9540
|
-
tokenEnumMember:
|
|
9541
|
-
tokenEvent:
|
|
9542
|
-
tokenException:
|
|
9543
|
-
tokenField:
|
|
9544
|
-
tokenFile:
|
|
9545
|
-
tokenFlattened:
|
|
9546
|
-
tokenFunction:
|
|
9547
|
-
tokenGeo:
|
|
9548
|
-
tokenHistogram:
|
|
9549
|
-
tokenInterface:
|
|
9550
|
-
tokenIP:
|
|
9551
|
-
tokenJoin:
|
|
9552
|
-
tokenKey:
|
|
9553
|
-
tokenKeyword:
|
|
9554
|
-
tokenMethod:
|
|
9555
|
-
tokenMetricCounter:
|
|
9556
|
-
tokenMetricGauge:
|
|
9557
|
-
tokenModule:
|
|
9558
|
-
tokenNamespace:
|
|
9559
|
-
tokenNested:
|
|
9560
|
-
tokenNull:
|
|
9561
|
-
tokenNumber:
|
|
9562
|
-
tokenObject:
|
|
9563
|
-
tokenOperator:
|
|
9564
|
-
tokenPackage:
|
|
9565
|
-
tokenParameter:
|
|
9566
|
-
tokenPercolator:
|
|
9567
|
-
tokenProperty:
|
|
9568
|
-
tokenRange:
|
|
9569
|
-
tokenRankFeature:
|
|
9570
|
-
tokenRankFeatures:
|
|
9571
|
-
tokenRepo:
|
|
9572
|
-
tokenSearchType:
|
|
9573
|
-
tokenSemanticText:
|
|
9574
|
-
tokenShape:
|
|
9575
|
-
tokenString:
|
|
9576
|
-
tokenStruct:
|
|
9577
|
-
tokenSymbol:
|
|
9578
|
-
tokenTag:
|
|
9579
|
-
tokenText:
|
|
9580
|
-
tokenTokenCount:
|
|
9581
|
-
tokenVariable:
|
|
9582
|
-
tokenVectorDense:
|
|
9583
|
-
tokenDenseVector:
|
|
9584
|
-
tokenVectorSparse:
|
|
9585
|
-
};
|
|
9548
|
+
workflowsApp: IconImportLoaderWithMetadata;
|
|
9549
|
+
workflow: IconImportLoaderWithMetadata;
|
|
9550
|
+
workplaceSearchApp: IconImportLoaderWithMetadata;
|
|
9551
|
+
wrench: IconImportLoaderWithMetadata;
|
|
9552
|
+
tokenAlias: IconImportLoaderWithMetadata;
|
|
9553
|
+
tokenAnnotation: IconImportLoaderWithMetadata;
|
|
9554
|
+
tokenArray: IconImportLoaderWithMetadata;
|
|
9555
|
+
tokenBinary: IconImportLoaderWithMetadata;
|
|
9556
|
+
tokenBoolean: IconImportLoaderWithMetadata;
|
|
9557
|
+
tokenClass: IconImportLoaderWithMetadata;
|
|
9558
|
+
tokenCompletionSuggester: IconImportLoaderWithMetadata;
|
|
9559
|
+
tokenConstant: IconImportLoaderWithMetadata;
|
|
9560
|
+
tokenDate: IconImportLoaderWithMetadata;
|
|
9561
|
+
tokenDimension: IconImportLoaderWithMetadata;
|
|
9562
|
+
tokenElement: IconImportLoaderWithMetadata;
|
|
9563
|
+
tokenEnum: IconImportLoaderWithMetadata;
|
|
9564
|
+
tokenEnumMember: IconImportLoaderWithMetadata;
|
|
9565
|
+
tokenEvent: IconImportLoaderWithMetadata;
|
|
9566
|
+
tokenException: IconImportLoaderWithMetadata;
|
|
9567
|
+
tokenField: IconImportLoaderWithMetadata;
|
|
9568
|
+
tokenFile: IconImportLoaderWithMetadata;
|
|
9569
|
+
tokenFlattened: IconImportLoaderWithMetadata;
|
|
9570
|
+
tokenFunction: IconImportLoaderWithMetadata;
|
|
9571
|
+
tokenGeo: IconImportLoaderWithMetadata;
|
|
9572
|
+
tokenHistogram: IconImportLoaderWithMetadata;
|
|
9573
|
+
tokenInterface: IconImportLoaderWithMetadata;
|
|
9574
|
+
tokenIP: IconImportLoaderWithMetadata;
|
|
9575
|
+
tokenJoin: IconImportLoaderWithMetadata;
|
|
9576
|
+
tokenKey: IconImportLoaderWithMetadata;
|
|
9577
|
+
tokenKeyword: IconImportLoaderWithMetadata;
|
|
9578
|
+
tokenMethod: IconImportLoaderWithMetadata;
|
|
9579
|
+
tokenMetricCounter: IconImportLoaderWithMetadata;
|
|
9580
|
+
tokenMetricGauge: IconImportLoaderWithMetadata;
|
|
9581
|
+
tokenModule: IconImportLoaderWithMetadata;
|
|
9582
|
+
tokenNamespace: IconImportLoaderWithMetadata;
|
|
9583
|
+
tokenNested: IconImportLoaderWithMetadata;
|
|
9584
|
+
tokenNull: IconImportLoaderWithMetadata;
|
|
9585
|
+
tokenNumber: IconImportLoaderWithMetadata;
|
|
9586
|
+
tokenObject: IconImportLoaderWithMetadata;
|
|
9587
|
+
tokenOperator: IconImportLoaderWithMetadata;
|
|
9588
|
+
tokenPackage: IconImportLoaderWithMetadata;
|
|
9589
|
+
tokenParameter: IconImportLoaderWithMetadata;
|
|
9590
|
+
tokenPercolator: IconImportLoaderWithMetadata;
|
|
9591
|
+
tokenProperty: IconImportLoaderWithMetadata;
|
|
9592
|
+
tokenRange: IconImportLoaderWithMetadata;
|
|
9593
|
+
tokenRankFeature: IconImportLoaderWithMetadata;
|
|
9594
|
+
tokenRankFeatures: IconImportLoaderWithMetadata;
|
|
9595
|
+
tokenRepo: IconImportLoaderWithMetadata;
|
|
9596
|
+
tokenSearchType: IconImportLoaderWithMetadata;
|
|
9597
|
+
tokenSemanticText: IconImportLoaderWithMetadata;
|
|
9598
|
+
tokenShape: IconImportLoaderWithMetadata;
|
|
9599
|
+
tokenString: IconImportLoaderWithMetadata;
|
|
9600
|
+
tokenStruct: IconImportLoaderWithMetadata;
|
|
9601
|
+
tokenSymbol: IconImportLoaderWithMetadata;
|
|
9602
|
+
tokenTag: IconImportLoaderWithMetadata;
|
|
9603
|
+
tokenText: IconImportLoaderWithMetadata;
|
|
9604
|
+
tokenTokenCount: IconImportLoaderWithMetadata;
|
|
9605
|
+
tokenVariable: IconImportLoaderWithMetadata;
|
|
9606
|
+
tokenVectorDense: IconImportLoaderWithMetadata;
|
|
9607
|
+
tokenDenseVector: IconImportLoaderWithMetadata;
|
|
9608
|
+
tokenVectorSparse: IconImportLoaderWithMetadata;
|
|
9609
|
+
};
|
|
9610
|
+
export const typeToPathMapDeprecatedIconTypes: readonly ["alert", "anomalyChart", "apmTrace", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "beaker", "boxesHorizontal", "changePointDetection", "checkInCircleFilled", "cheer", "color", "compute", "console", "contrastHigh", "controlsHorizontal", "controlsVertical", "copyClipboard", "crossInCircle", "crosshairs", "currency", "cut", "desktop", "diff", "discuss", "documentEdit", "doubleArrowLeft", "doubleArrowRight", "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", "eql", "errorFilled", "exit", "expand", "expandMini", "exportAction", "eyeClosed", "fieldStatistics", "filterInCircle", "glasses", "grab", "grabHorizontal", "grabOmnidirectional", "heatmap", "importAction", "indexFlush", "indexMapping", "indexTemporary", "invert", "kqlField", "kqlOperand", "kqlSelector", "kqlValue", "launch", "lettering", "lineDashed", "lineDotted", "list", "listAdd", "logPatternAnalysis", "logstashIf", "logstashQueue", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "mapMarker", "minusInCircle", "minusInCircleFilled", "minusInSquare", "newChat", "node", "offline", "online", "pinFilled", "pipeBreaks", "pipeNoBreaks", "playFilled", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "productRobot", "push", "returnKey", "search", "securitySignal", "starEmpty", "starFilled", "starFilledSpace", "starMinusFilled", "starPlusFilled", "stopFilled", "streamsClassic", "streamsWired", "submodule", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "temperature", "timeRefresh", "timeslider", "training", "unlink", "userAvatar", "vector", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visVega", "warningFilled"];
|
|
9611
|
+
export const typeToPathMapAppIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9612
|
+
export const typeToPathMapGlyphIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9613
|
+
export const typeToPathMapLogoIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9614
|
+
export const typeToPathMapMlIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9615
|
+
export const typeToPathMapTokenIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9616
|
+
export const typeToPathMapDocsAppIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9617
|
+
export const typeToPathMapDocsGlyphIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9618
|
+
export const typeToPathMapDocsLogoIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9619
|
+
export const typeToPathMapDocsMlIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9620
|
+
export const typeToPathMapDocsTokenIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9621
|
+
export type TypeToPathMapSynonyms = Partial<Record<keyof typeof typeToPathMap, string[]>>;
|
|
9622
|
+
export const typeToPathMapSynonyms: TypeToPathMapSynonyms;
|
|
9623
|
+
export {};
|
|
9586
9624
|
|
|
9587
9625
|
}
|
|
9588
9626
|
declare module '@elastic/eui/src/services/react' {
|
|
@@ -9635,7 +9673,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
9635
9673
|
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
9636
9674
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
9637
9675
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
9638
|
-
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "accessibility" | "addDataApp" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "archive" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "branch" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "check" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "popper" | "classificationJob" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "clockControl" | "cloud" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "codeApp" | "paintBucket" | "commandLine" | "comment" | "compare" | "compute" | "processor" | "console" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "contrastFill" | "controls" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "cross" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "money" | "scissors" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "database" | "desktop" | "devToolsApp" | "diff" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "redo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "undo" | "editorUnorderedList" | "listBullet" | "mail" | "emsApp" | "endpoint" | "eql" | "query" | "eraser" | "errorFilled" | "errorFill" | "esqlVis" | "exit" | "logOut" | "expand" | "maximize" | "expandMini" | "export" | "exportAction" | "upload" | "external" | "eye" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flask" | "flag" | "fleetApp" | "fold" | "folder" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "globe" | "grabHorizontal" | "grabOmnidirectional" | "gradient" | "graphApp" | "grokApp" | "heart" | "heartbeatApp" | "heatmap" | "home" | "hourglass" | "if" | "info" | "importAction" | "index" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "launch" | "rocket" | "layers" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lock" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "queue" | "machineLearningApp" | "magnet" | "magnify" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "waypoint" | "megaphone" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "metricbeatApp" | "metricsApp" | "minimize" | "minus" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "moon" | "namespace" | "nested" | "newChat" | "node" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "wifi" | "outlierDetectionJob" | "package" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "palette" | "paperClip" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "send" | "question" | "quote" | "radar" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reporter" | "reportingApp" | "return" | "returnKey" | "save" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "server" | "sessionViewer" | "shard" | "share" | "significantEvents" | "singleMetricViewer" | "snowflake" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "sortable" | "spacesApp" | "sparkles" | "sqlApp" | "star" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "sun" | "swatchInput" | "symlink" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tag" | "tear" | "thermometer" | "thumbDown" | "thumbUp" | "timeline" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "upgradeAssistantApp" | "uptimeApp" | "user" | "userAvatar" | "users" | "usersRolesApp" | "unarchive" | "vector" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "web" | "wordWrapDisabled" | "workflowsApp" | "workflow" | "workplaceSearchApp" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9676
|
+
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "drag" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "display" | "lineBreak" | "wordWrap" | "grid" | "empty" | "invert" | "ellipsis" | "crosshair" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "email" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "expand" | "star" | "queue" | "layers" | "heatmap" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "console" | "comment" | "compare" | "diff" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "exit" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "timeline" | "infinity" | "inspect" | "keyboard" | "rocket" | "launch" | "return" | "unlink" | "lock" | "magnify" | "plus" | "waypoint" | "node" | "megaphone" | "moon" | "nested" | "vector" | "wifi" | "package" | "palette" | "partial" | "pencil" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "anomalyChart" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "apmTrace" | "chartWaterfall" | "appSearchApp" | "apps" | "arrowDown" | "chevronSingleDown" | "arrowLeft" | "chevronSingleLeft" | "arrowRight" | "chevronSingleRight" | "arrowUp" | "chevronSingleUp" | "arrowStart" | "chevronLimitLeft" | "arrowEnd" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesHorizontal" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "changePointDetection" | "chartChangePoint" | "chartArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "chartBarVerticalStack" | "chartGauge" | "chartHeatmap" | "chartLine" | "chartPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkInCircleFilled" | "checkCircleFill" | "cheer" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastHigh" | "contrastFill" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "crossCircle" | "crosshairs" | "currency" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "desktop" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "discuss" | "documentEdit" | "dotInCircle" | "doubleArrowLeft" | "chevronDoubleLeft" | "doubleArrowRight" | "chevronDoubleRight" | "editorAlignCenter" | "textAlignCenter" | "editorAlignLeft" | "textAlignLeft" | "editorAlignRight" | "textAlignRight" | "editorBold" | "textBold" | "editorChecklist" | "listCheck" | "editorCodeBlock" | "editorComment" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorHeading" | "editorItalic" | "textItalic" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorLink" | "editorOrderedList" | "listNumber" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "editorRedo" | "editorStrike" | "textStrike" | "editorTable" | "editorUnderline" | "textUnderline" | "editorUndo" | "editorUnorderedList" | "listBullet" | "emsApp" | "eql" | "errorFilled" | "errorFill" | "esqlVis" | "logOut" | "expandMini" | "exportAction" | "eyeClosed" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gear" | "gisApp" | "glasses" | "grabHorizontal" | "grabOmnidirectional" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "indexTemporary" | "tableTime" | "inputOutput" | "ip" | "kqlField" | "queryField" | "kqlFunction" | "kqlOperand" | "queryOperand" | "kqlSelector" | "querySelector" | "kqlValue" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lettering" | "lineBreakSlash" | "lineDash" | "lineDashed" | "lineDot" | "lineDotted" | "lineSolid" | "linkSlash" | "listAdd" | "lockOpen" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "newChat" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "paperClip" | "pinFill" | "pinFilled" | "pipeBreaks" | "pipelineApp" | "pipeNoBreaks" | "playFilled" | "plugs" | "plusCircle" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "plusSquare" | "popout" | "productRobot" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starFilledSpace" | "starMinusEmpty" | "starMinusFill" | "starMinusFilled" | "starPlusEmpty" | "starPlusFill" | "starPlusFilled" | "stats" | "stopFill" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityHigh" | "tableDensityExpanded" | "tableDensityLow" | "tableDensityNormal" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelionApp" | "timeRefresh" | "refreshTime" | "timeslider" | "training" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "chartMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFilled" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "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" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenDenseVector" | "tokenVectorSparse")[];
|
|
9639
9677
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
9640
9678
|
export type IconType = EuiIconType | string | ComponentType;
|
|
9641
9679
|
export type IconColor = string | NamedColor;
|
|
@@ -12771,30 +12809,487 @@ declare module '@elastic/eui/src/components/accessibility/live_announcer/live_an
|
|
|
12771
12809
|
declare module '@elastic/eui/src/components/accessibility/live_announcer' {
|
|
12772
12810
|
export * from '@elastic/eui/src/components/accessibility/live_announcer/live_announcer';
|
|
12773
12811
|
|
|
12812
|
+
}
|
|
12813
|
+
declare module '@elastic/eui/src/components/notification_icon/assets/info_fill' {
|
|
12814
|
+
import * as React from 'react';
|
|
12815
|
+
import type { SVGProps } from 'react';
|
|
12816
|
+
interface SVGRProps {
|
|
12817
|
+
title?: string;
|
|
12818
|
+
titleId?: string;
|
|
12819
|
+
}
|
|
12820
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
12821
|
+
export {};
|
|
12822
|
+
|
|
12823
|
+
}
|
|
12824
|
+
declare module '@elastic/eui/src/components/notification_icon/assets/warning_static' {
|
|
12825
|
+
import * as React from 'react';
|
|
12826
|
+
import type { SVGProps } from 'react';
|
|
12827
|
+
interface SVGRProps {
|
|
12828
|
+
title?: string;
|
|
12829
|
+
titleId?: string;
|
|
12830
|
+
}
|
|
12831
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
12832
|
+
export {};
|
|
12833
|
+
|
|
12834
|
+
}
|
|
12835
|
+
declare module '@elastic/eui/src/components/notification_icon/notification_icon.styles' {
|
|
12836
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
12837
|
+
export const euiNotificationIconStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
12838
|
+
euiNotificationIcon: import("@emotion/react").SerializedStyles;
|
|
12839
|
+
size: {
|
|
12840
|
+
l: import("@emotion/react").SerializedStyles;
|
|
12841
|
+
};
|
|
12842
|
+
};
|
|
12843
|
+
|
|
12844
|
+
}
|
|
12845
|
+
declare module '@elastic/eui/src/components/notification_icon/notification_icon' {
|
|
12846
|
+
import { FunctionComponent } from 'react';
|
|
12847
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
12848
|
+
import { IconType } from '@elastic/eui/src/components/icon/icon'; const TYPES: readonly ["info", "success", "warning", "error"];
|
|
12849
|
+
export type EuiNotificationIconType = (typeof TYPES)[number];
|
|
12850
|
+
export const NOTIFICATION_ICONS_MAP: Record<EuiNotificationIconType, {
|
|
12851
|
+
name: string;
|
|
12852
|
+
icon: IconType;
|
|
12853
|
+
}>;
|
|
12854
|
+
export type EuiNotificationIconProps = CommonProps & {
|
|
12855
|
+
type: EuiNotificationIconType;
|
|
12856
|
+
size?: 'm' | 'l';
|
|
12857
|
+
};
|
|
12858
|
+
export const EuiNotificationIcon: FunctionComponent<EuiNotificationIconProps>;
|
|
12859
|
+
export {};
|
|
12860
|
+
|
|
12861
|
+
}
|
|
12862
|
+
declare module '@elastic/eui/src/components/call_out/types' {
|
|
12863
|
+
export const COLORS: readonly ["primary", "success", "warning", "danger"];
|
|
12864
|
+
export type EuiCallOutColor = (typeof COLORS)[number];
|
|
12865
|
+
export const SIZES: readonly ["s", "m"];
|
|
12866
|
+
export type EuiCallOutSize = (typeof SIZES)[number];
|
|
12867
|
+
export const HEADINGS: readonly ["h1", "h2", "h3", "h4", "h5", "h6", "p"];
|
|
12868
|
+
export type EuiCallOutHeading = (typeof HEADINGS)[number];
|
|
12869
|
+
|
|
12870
|
+
}
|
|
12871
|
+
declare module '@elastic/eui/src/components/call_out/use_layout_observer' {
|
|
12872
|
+
import { RefObject } from 'react';
|
|
12873
|
+
import { EuiCallOutSize } from '@elastic/eui/src/components/call_out/types';
|
|
12874
|
+
/**
|
|
12875
|
+
* Observes the rendered width and sets `data-layout` on the root
|
|
12876
|
+
* element so that CSS can respond to size changes.
|
|
12877
|
+
*
|
|
12878
|
+
* This is an alternative to native CSS container queries. Its purpose is to handle cases where
|
|
12879
|
+
* container queries would collapse if the element is placed inside a container without a defined size.
|
|
12880
|
+
*/
|
|
12881
|
+
export const useLayoutObserver: (size: EuiCallOutSize) => RefObject<HTMLDivElement>;
|
|
12882
|
+
|
|
12883
|
+
}
|
|
12884
|
+
declare module '@elastic/eui/src/components/observer/mutation_observer/mutation_observer' {
|
|
12885
|
+
import { ReactNode, FunctionComponent } from 'react';
|
|
12886
|
+
export interface EuiMutationObserverProps {
|
|
12887
|
+
/**
|
|
12888
|
+
* ReactNode to render as this component's content
|
|
12889
|
+
*/
|
|
12890
|
+
children: (ref: (e: HTMLElement | null) => void) => ReactNode;
|
|
12891
|
+
onMutation: MutationCallback;
|
|
12892
|
+
observerOptions?: MutationObserverInit;
|
|
12893
|
+
}
|
|
12894
|
+
export const EuiMutationObserver: FunctionComponent<EuiMutationObserverProps>;
|
|
12895
|
+
export const useMutationObserver: (container: Element | null, callback: MutationCallback, observerOptions?: MutationObserverInit) => void;
|
|
12896
|
+
|
|
12897
|
+
}
|
|
12898
|
+
declare module '@elastic/eui/src/components/observer/mutation_observer' {
|
|
12899
|
+
export type { EuiMutationObserverProps } from '@elastic/eui/src/components/observer/mutation_observer/mutation_observer';
|
|
12900
|
+
export { EuiMutationObserver, useMutationObserver } from '@elastic/eui/src/components/observer/mutation_observer/mutation_observer';
|
|
12901
|
+
|
|
12902
|
+
}
|
|
12903
|
+
declare module '@elastic/eui/src/components/outside_click_detector/outside_click_detector' {
|
|
12904
|
+
import { MouseEvent as ReactMouseEvent, ReactElement } from 'react';
|
|
12905
|
+
export interface EuiEvent extends Event {
|
|
12906
|
+
euiGeneratedBy: string[];
|
|
12907
|
+
}
|
|
12908
|
+
export interface EuiOutsideClickDetectorProps {
|
|
12909
|
+
/**
|
|
12910
|
+
* ReactNode to render as this component's content
|
|
12911
|
+
*/
|
|
12912
|
+
children: ReactElement<any>;
|
|
12913
|
+
onOutsideClick: (event: Event) => void;
|
|
12914
|
+
isDisabled?: boolean;
|
|
12915
|
+
onMouseDown?: (event: ReactMouseEvent) => void;
|
|
12916
|
+
onMouseUp?: (event: ReactMouseEvent) => void;
|
|
12917
|
+
onTouchStart?: (event: ReactMouseEvent) => void;
|
|
12918
|
+
onTouchEnd?: (event: ReactMouseEvent) => void;
|
|
12919
|
+
}
|
|
12920
|
+
export const EuiOutsideClickDetector: import("react").ForwardRefExoticComponent<EuiOutsideClickDetectorProps & import("react").RefAttributes<HTMLElement>>;
|
|
12921
|
+
|
|
12922
|
+
}
|
|
12923
|
+
declare module '@elastic/eui/src/components/outside_click_detector' {
|
|
12924
|
+
export type { EuiOutsideClickDetectorProps } from '@elastic/eui/src/components/outside_click_detector/outside_click_detector';
|
|
12925
|
+
export { EuiOutsideClickDetector } from '@elastic/eui/src/components/outside_click_detector/outside_click_detector';
|
|
12926
|
+
|
|
12927
|
+
}
|
|
12928
|
+
declare module '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow.styles' {
|
|
12929
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
12930
|
+
export const euiPopoverArrowStyles: (euiThemeContext: UseEuiTheme) => {
|
|
12931
|
+
top: import("@emotion/react").SerializedStyles;
|
|
12932
|
+
bottom: import("@emotion/react").SerializedStyles;
|
|
12933
|
+
left: import("@emotion/react").SerializedStyles;
|
|
12934
|
+
right: import("@emotion/react").SerializedStyles;
|
|
12935
|
+
euiPopoverArrowWrapper: import("@emotion/react").SerializedStyles;
|
|
12936
|
+
euiPopoverArrow: import("@emotion/react").SerializedStyles;
|
|
12937
|
+
};
|
|
12938
|
+
|
|
12939
|
+
}
|
|
12940
|
+
declare module '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow' {
|
|
12941
|
+
import { HTMLAttributes, FunctionComponent } from 'react';
|
|
12942
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
12943
|
+
export const POSITIONS: readonly ["top", "left", "right", "bottom"];
|
|
12944
|
+
export type EuiPopoverArrowPositions = (typeof POSITIONS)[number];
|
|
12945
|
+
export type EuiPopoverArrowProps = HTMLAttributes<HTMLDivElement> & CommonProps & {
|
|
12946
|
+
position: EuiPopoverArrowPositions;
|
|
12947
|
+
};
|
|
12948
|
+
export const EuiPopoverArrow: FunctionComponent<EuiPopoverArrowProps>;
|
|
12949
|
+
|
|
12950
|
+
}
|
|
12951
|
+
declare module '@elastic/eui/src/components/popover/popover_arrow' {
|
|
12952
|
+
export type { EuiPopoverArrowProps, EuiPopoverArrowPositions, } from '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow';
|
|
12953
|
+
export { EuiPopoverArrow } from '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow';
|
|
12954
|
+
|
|
12955
|
+
}
|
|
12956
|
+
declare module '@elastic/eui/src/components/popover/popover.styles' {
|
|
12957
|
+
export const euiPopoverStyles: () => {
|
|
12958
|
+
euiPopover: import("@emotion/react").SerializedStyles;
|
|
12959
|
+
};
|
|
12960
|
+
|
|
12961
|
+
}
|
|
12962
|
+
declare module '@elastic/eui/src/components/popover/popover_panel/_popover_panel.styles' {
|
|
12963
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
12964
|
+
export const openAnimationTiming = "slow";
|
|
12965
|
+
/**
|
|
12966
|
+
* 1. Can expand further, but it looks weird if it's smaller than the originating button.
|
|
12967
|
+
* 2. Animation happens on the panel. But don't animate position when using the attached mode like for inputs
|
|
12968
|
+
* 3. Make sure the panel stays within the window.
|
|
12969
|
+
* 4. Make the popover lighter on dark mode (too hard to distinguish from plain bgs otherwise), and set a CSS var for the arrow to use
|
|
12970
|
+
*/
|
|
12971
|
+
export const euiPopoverPanelStyles: (euiThemeContext: UseEuiTheme) => {
|
|
12972
|
+
euiPopover__panel: import("@emotion/react").SerializedStyles;
|
|
12973
|
+
isOpen: import("@emotion/react").SerializedStyles;
|
|
12974
|
+
light: import("@emotion/react").SerializedStyles;
|
|
12975
|
+
dark: import("@emotion/react").SerializedStyles;
|
|
12976
|
+
hasTransform: {
|
|
12977
|
+
hasTransform: import("@emotion/react").SerializedStyles;
|
|
12978
|
+
top: import("@emotion/react").SerializedStyles;
|
|
12979
|
+
bottom: import("@emotion/react").SerializedStyles;
|
|
12980
|
+
left: import("@emotion/react").SerializedStyles;
|
|
12981
|
+
right: import("@emotion/react").SerializedStyles;
|
|
12982
|
+
};
|
|
12983
|
+
isAttached: {
|
|
12984
|
+
isAttached: import("@emotion/react").SerializedStyles;
|
|
12985
|
+
top: import("@emotion/react").SerializedStyles;
|
|
12986
|
+
bottom: import("@emotion/react").SerializedStyles;
|
|
12987
|
+
readonly left: import("@emotion/react").SerializedStyles;
|
|
12988
|
+
readonly right: import("@emotion/react").SerializedStyles;
|
|
12989
|
+
};
|
|
12990
|
+
};
|
|
12991
|
+
|
|
12992
|
+
}
|
|
12993
|
+
declare module '@elastic/eui/src/components/popover/popover_panel/_popover_panel' {
|
|
12994
|
+
import React, { FunctionComponent } from 'react';
|
|
12995
|
+
import { EuiPaddingSize } from '@elastic/eui/src/global_styling';
|
|
12996
|
+
import { _EuiPanelDivlike } from '@elastic/eui/src/components/panel/panel';
|
|
12997
|
+
import { EuiPopoverArrowPositions } from '@elastic/eui/src/components/popover/popover_arrow';
|
|
12998
|
+
export const EuiPopoverPanelContext: React.Context<{
|
|
12999
|
+
paddingSize: EuiPaddingSize;
|
|
13000
|
+
}>;
|
|
13001
|
+
export type EuiPopoverPanelProps = _EuiPanelDivlike;
|
|
13002
|
+
type EuiPopoverPanelInternalProps = {
|
|
13003
|
+
isOpen?: boolean;
|
|
13004
|
+
isAttached?: boolean;
|
|
13005
|
+
position?: EuiPopoverArrowPositions | null;
|
|
13006
|
+
};
|
|
13007
|
+
/**
|
|
13008
|
+
* *INTERNAL ONLY*
|
|
13009
|
+
* Purely for re-use of styling
|
|
13010
|
+
*/
|
|
13011
|
+
export const EuiPopoverPanel: FunctionComponent<EuiPopoverPanelProps & EuiPopoverPanelInternalProps>;
|
|
13012
|
+
export {};
|
|
13013
|
+
|
|
13014
|
+
}
|
|
13015
|
+
declare module '@elastic/eui/src/components/popover/popover_panel' {
|
|
13016
|
+
export { EuiPopoverPanel } from '@elastic/eui/src/components/popover/popover_panel/_popover_panel';
|
|
13017
|
+
|
|
13018
|
+
}
|
|
13019
|
+
declare module '@elastic/eui/src/components/popover/popover' {
|
|
13020
|
+
import React, { Component, KeyboardEvent, CSSProperties, HTMLAttributes, ReactNode, Ref, RefCallback, PropsWithChildren, ContextType } from 'react';
|
|
13021
|
+
import { type FocusableElement } from 'tabbable';
|
|
13022
|
+
import { CommonProps, NoArgCallback } from '@elastic/eui/src/components/common';
|
|
13023
|
+
import { FocusTarget, EuiFocusTrapProps } from '@elastic/eui/src/components/focus_trap';
|
|
13024
|
+
import { EuiPopoverPosition } from '@elastic/eui/src/services/popover';
|
|
13025
|
+
import { EuiPopoverArrowPositions } from '@elastic/eui/src/components/popover/popover_arrow';
|
|
13026
|
+
import { EuiPopoverPanelProps } from '@elastic/eui/src/components/popover/popover_panel/_popover_panel';
|
|
13027
|
+
import { EuiPaddingSize } from '@elastic/eui/src/global_styling';
|
|
13028
|
+
import { EuiComponentDefaultsContext } from '@elastic/eui/src/components/provider/component_defaults';
|
|
13029
|
+
export const popoverAnchorPosition: readonly ["upCenter", "upLeft", "upRight", "downCenter", "downLeft", "downRight", "leftCenter", "leftUp", "leftDown", "rightCenter", "rightUp", "rightDown"];
|
|
13030
|
+
export type PopoverAnchorPosition = (typeof popoverAnchorPosition)[number];
|
|
13031
|
+
export interface EuiPopoverProps extends PropsWithChildren, CommonProps {
|
|
13032
|
+
/**
|
|
13033
|
+
* Alignment of the popover and arrow relative to the button
|
|
13034
|
+
* @default downLeft
|
|
13035
|
+
*/
|
|
13036
|
+
anchorPosition?: PopoverAnchorPosition;
|
|
13037
|
+
/**
|
|
13038
|
+
* Style and position alteration for arrow-less attachment.
|
|
13039
|
+
* Intended for use with inputs as anchors, e.g. EuiInputPopover
|
|
13040
|
+
*/
|
|
13041
|
+
attachToAnchor?: boolean;
|
|
13042
|
+
/**
|
|
13043
|
+
* Triggering element for which to align the popover to
|
|
13044
|
+
*/
|
|
13045
|
+
button: NonNullable<ReactNode>;
|
|
13046
|
+
/**
|
|
13047
|
+
* Callback to handle hiding of the popover
|
|
13048
|
+
*/
|
|
13049
|
+
closePopover: NoArgCallback<void>;
|
|
13050
|
+
/**
|
|
13051
|
+
* Restrict the popover's position within this element
|
|
13052
|
+
*/
|
|
13053
|
+
container?: HTMLElement;
|
|
13054
|
+
/**
|
|
13055
|
+
* CSS display type for both the popover and anchor
|
|
13056
|
+
*/
|
|
13057
|
+
display?: CSSProperties['display'];
|
|
13058
|
+
/**
|
|
13059
|
+
* Object of props passed to EuiFocusTrap
|
|
13060
|
+
*/
|
|
13061
|
+
focusTrapProps?: Partial<EuiFocusTrapProps>;
|
|
13062
|
+
/**
|
|
13063
|
+
* Show arrow indicating to originating button
|
|
13064
|
+
* @default false
|
|
13065
|
+
*/
|
|
13066
|
+
hasArrow?: boolean;
|
|
13067
|
+
/**
|
|
13068
|
+
* Specifies what element should initially have focus; Can be a DOM
|
|
13069
|
+
* node, or a selector string (which will be passed to
|
|
13070
|
+
* document.querySelector() to find the DOM node), or a function that
|
|
13071
|
+
* returns a DOM node.
|
|
13072
|
+
*
|
|
13073
|
+
* If not passed, initial focus defaults to the popover panel.
|
|
13074
|
+
*/
|
|
13075
|
+
initialFocus?: FocusTarget;
|
|
13076
|
+
/**
|
|
13077
|
+
* Passed directly to EuiPortal for DOM positioning. Both properties are
|
|
13078
|
+
* required if prop is specified
|
|
13079
|
+
*/
|
|
13080
|
+
insert?: {
|
|
13081
|
+
sibling: HTMLElement;
|
|
13082
|
+
position: 'before' | 'after';
|
|
13083
|
+
};
|
|
13084
|
+
/**
|
|
13085
|
+
* Visibility state of the popover
|
|
13086
|
+
*/
|
|
13087
|
+
isOpen?: boolean;
|
|
13088
|
+
/**
|
|
13089
|
+
* Traps tab focus within the popover contents
|
|
13090
|
+
*/
|
|
13091
|
+
ownFocus?: boolean;
|
|
13092
|
+
/**
|
|
13093
|
+
* Custom class added to the EuiPanel containing the popover contents
|
|
13094
|
+
*/
|
|
13095
|
+
panelClassName?: string;
|
|
13096
|
+
/**
|
|
13097
|
+
* EuiPanel padding on all sides
|
|
13098
|
+
*/
|
|
13099
|
+
panelPaddingSize?: EuiPaddingSize;
|
|
13100
|
+
/**
|
|
13101
|
+
* Standard DOM `style` attribute. Passed to the EuiPanel
|
|
13102
|
+
*/
|
|
13103
|
+
panelStyle?: CSSProperties;
|
|
13104
|
+
/**
|
|
13105
|
+
* Object of props passed to EuiPanel. See {@link EuiPopoverPanelProps}
|
|
13106
|
+
*/
|
|
13107
|
+
panelProps?: Omit<EuiPopoverPanelProps, 'style' | 'hasShadow' | 'hasBorder' | 'color'>;
|
|
13108
|
+
panelRef?: RefCallback<HTMLElement | null>;
|
|
13109
|
+
/**
|
|
13110
|
+
* Optional screen reader instructions to announce upon popover open,
|
|
13111
|
+
* in addition to EUI's default popover instructions for Escape on close.
|
|
13112
|
+
* Useful for popovers that may have additional keyboard capabilities such as
|
|
13113
|
+
* arrow navigation.
|
|
13114
|
+
*/
|
|
13115
|
+
popoverScreenReaderText?: string | ReactNode;
|
|
13116
|
+
popoverRef?: Ref<HTMLDivElement>;
|
|
13117
|
+
/**
|
|
13118
|
+
* When `true`, the popover's position is re-calculated when the user
|
|
13119
|
+
* scrolls, this supports having fixed-position popover anchors. When nesting
|
|
13120
|
+
* an `EuiPopover` in a scrollable container, `repositionOnScroll` should be `true`
|
|
13121
|
+
*/
|
|
13122
|
+
repositionOnScroll?: boolean;
|
|
13123
|
+
/**
|
|
13124
|
+
* By default, popovers will attempt to position themselves along the initial
|
|
13125
|
+
* axis specified. If there is not enough room either vertically or horizontally
|
|
13126
|
+
* however, the popover will attempt to reposition itself along the secondary
|
|
13127
|
+
* cross axis if there is room there instead.
|
|
13128
|
+
*
|
|
13129
|
+
* If you do not want this repositioning to occur (and it is acceptable for
|
|
13130
|
+
* the popover to appear offscreen), set this to false to disable this behavior.
|
|
13131
|
+
*
|
|
13132
|
+
* @default true
|
|
13133
|
+
*/
|
|
13134
|
+
repositionToCrossAxis?: boolean;
|
|
13135
|
+
/**
|
|
13136
|
+
* By default, popover content inherits the z-index of the anchor
|
|
13137
|
+
* component; pass `zIndex` to override
|
|
13138
|
+
*/
|
|
13139
|
+
zIndex?: number;
|
|
13140
|
+
/**
|
|
13141
|
+
* Distance away from the anchor that the popover will render
|
|
13142
|
+
* @default 4 (0 when `hasArrow=true`)
|
|
13143
|
+
*/
|
|
13144
|
+
offset?: number;
|
|
13145
|
+
/**
|
|
13146
|
+
* Minimum distance between the popover and the bounding container;
|
|
13147
|
+
* Pass an array of 4 values to adjust each side differently: `[top, right, bottom, left]`
|
|
13148
|
+
* @default 16
|
|
13149
|
+
*/
|
|
13150
|
+
buffer?: number | [number, number, number, number];
|
|
13151
|
+
/**
|
|
13152
|
+
* Element to pass as the child element of the arrow;
|
|
13153
|
+
* Use case is typically limited to an accompanying `EuiBeacon`
|
|
13154
|
+
*/
|
|
13155
|
+
arrowChildren?: ReactNode;
|
|
13156
|
+
/**
|
|
13157
|
+
* Provide a name to the popover panel
|
|
13158
|
+
*/
|
|
13159
|
+
'aria-label'?: string;
|
|
13160
|
+
/**
|
|
13161
|
+
* Alternative option to `aria-label` that takes an `id`.
|
|
13162
|
+
* Usually takes the `id` of the popover title
|
|
13163
|
+
*/
|
|
13164
|
+
'aria-labelledby'?: string;
|
|
13165
|
+
/**
|
|
13166
|
+
* Function callback for when the popover positon changes
|
|
13167
|
+
*/
|
|
13168
|
+
onPositionChange?: (position: EuiPopoverPosition) => void;
|
|
13169
|
+
}
|
|
13170
|
+
export function getPopoverPositionFromAnchorPosition(anchorPosition: PopoverAnchorPosition): EuiPopoverPosition;
|
|
13171
|
+
export function getPopoverAlignFromAnchorPosition(anchorPosition: PopoverAnchorPosition): EuiPopoverPosition;
|
|
13172
|
+
export type Props = EuiPopoverProps & HTMLAttributes<HTMLDivElement>;
|
|
13173
|
+
interface State {
|
|
13174
|
+
prevProps: {
|
|
13175
|
+
isOpen?: boolean;
|
|
13176
|
+
};
|
|
13177
|
+
suppressingPopover?: boolean;
|
|
13178
|
+
isClosing: boolean;
|
|
13179
|
+
isOpening: boolean;
|
|
13180
|
+
popoverStyles: CSSProperties;
|
|
13181
|
+
arrowStyles?: CSSProperties;
|
|
13182
|
+
arrowPosition: EuiPopoverArrowPositions | null;
|
|
13183
|
+
openPosition: any;
|
|
13184
|
+
isOpenStable: boolean;
|
|
13185
|
+
}
|
|
13186
|
+
type PropsWithDefaults = Props & {
|
|
13187
|
+
anchorPosition: PopoverAnchorPosition;
|
|
13188
|
+
hasArrow: boolean;
|
|
13189
|
+
isOpen: boolean;
|
|
13190
|
+
ownFocus: boolean;
|
|
13191
|
+
panelPaddingSize: EuiPaddingSize;
|
|
13192
|
+
};
|
|
13193
|
+
export class EuiPopover extends Component<Props, State> {
|
|
13194
|
+
static contextType: React.Context<import ("@elastic/eui/src/components/provider/component_defaults").EuiComponentDefaults>;
|
|
13195
|
+
context: ContextType<typeof EuiComponentDefaultsContext>;
|
|
13196
|
+
private repositionOnScroll;
|
|
13197
|
+
static defaultProps: Partial<PropsWithDefaults>;
|
|
13198
|
+
static getDerivedStateFromProps(nextProps: Props, prevState: State): Partial<State> | null;
|
|
13199
|
+
private repositionTimeout;
|
|
13200
|
+
private strandedFocusTimeout;
|
|
13201
|
+
private closingTransitionTimeout;
|
|
13202
|
+
private closingTransitionAnimationFrame;
|
|
13203
|
+
private button;
|
|
13204
|
+
private panel;
|
|
13205
|
+
private idGenerator;
|
|
13206
|
+
private panelId;
|
|
13207
|
+
private descriptionId;
|
|
13208
|
+
constructor(props: Props);
|
|
13209
|
+
closePopover: () => void;
|
|
13210
|
+
onEscapeKey: (event: Event) => void;
|
|
13211
|
+
getFocusableToggleButton: () => FocusableElement | undefined;
|
|
13212
|
+
handleStrandedFocus: () => void;
|
|
13213
|
+
onKeyDown: (event: KeyboardEvent) => void;
|
|
13214
|
+
onClickOutside: (event: Event) => void;
|
|
13215
|
+
onOpenPopover: () => void;
|
|
13216
|
+
/**
|
|
13217
|
+
* Updates ARIA attributes on the popover trigger button
|
|
13218
|
+
* Only applies ARIA when the trigger is button-like (semantic <button> or role="button").
|
|
13219
|
+
* Avoids adding incorrect ARIA on inputs or other non-button elements.
|
|
13220
|
+
*/
|
|
13221
|
+
private updateTriggerButtonAriaAttributes;
|
|
13222
|
+
componentDidMount(): void;
|
|
13223
|
+
componentDidUpdate(prevProps: Props): void;
|
|
13224
|
+
componentWillUnmount(): void;
|
|
13225
|
+
onMutation: (records: MutationRecord[]) => void;
|
|
13226
|
+
positionPopover: (allowEnforcePosition: boolean) => void;
|
|
13227
|
+
positionPopoverFixed: () => void;
|
|
13228
|
+
positionPopoverFluid: () => void;
|
|
13229
|
+
panelRef: (node: HTMLElement | null) => void;
|
|
13230
|
+
popoverRef: (node: HTMLDivElement | null) => void;
|
|
13231
|
+
render(): React.JSX.Element;
|
|
13232
|
+
}
|
|
13233
|
+
export {};
|
|
13234
|
+
|
|
13235
|
+
}
|
|
13236
|
+
declare module '@elastic/eui/src/components/popover/with_popover' {
|
|
13237
|
+
import React from 'react';
|
|
13238
|
+
import { EuiPopoverProps } from '@elastic/eui/src/components/popover/popover';
|
|
13239
|
+
export type WithEuiPopoverProps = Omit<EuiPopoverProps, 'button'>;
|
|
13240
|
+
export const withEuiPopover: (element: React.ReactElement, popoverProps?: WithEuiPopoverProps) => React.JSX.Element;
|
|
13241
|
+
|
|
13242
|
+
}
|
|
13243
|
+
declare module '@elastic/eui/src/components/tool_tip/with_tooltip' {
|
|
13244
|
+
import React from 'react';
|
|
13245
|
+
import { EuiToolTipProps } from '@elastic/eui/src/components/tool_tip/tool_tip';
|
|
13246
|
+
export type WithEuiToolTipProps = Omit<EuiToolTipProps, 'children'>;
|
|
13247
|
+
export const withEuiToolTip: (element: React.ReactElement, tooltipProps?: WithEuiToolTipProps) => React.JSX.Element;
|
|
13248
|
+
|
|
13249
|
+
}
|
|
13250
|
+
declare module '@elastic/eui/src/components/call_out/call_out_action' {
|
|
13251
|
+
import React from 'react';
|
|
13252
|
+
import { DataAttributeProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
|
|
13253
|
+
import { EuiButtonEmptyProps } from '@elastic/eui/src/components/button';
|
|
13254
|
+
import { Props as EuiButtonProps } from '@elastic/eui/src/components/button/button';
|
|
13255
|
+
import { WithEuiPopoverProps } from '@elastic/eui/src/components/popover/with_popover';
|
|
13256
|
+
import { WithEuiToolTipProps } from '@elastic/eui/src/components/tool_tip/with_tooltip';
|
|
13257
|
+
import { EuiCallOutColor } from '@elastic/eui/src/components/call_out/types';
|
|
13258
|
+
type EuiCallOutActionCommonProps = DataAttributeProps & {
|
|
13259
|
+
tooltipProps?: WithEuiToolTipProps;
|
|
13260
|
+
popoverProps?: WithEuiPopoverProps;
|
|
13261
|
+
};
|
|
13262
|
+
export type EuiCallOutActionPrimaryProps = Omit<EuiButtonProps, 'color' | 'size' | 'fill'> & EuiCallOutActionCommonProps;
|
|
13263
|
+
export type EuiCallOutActionSecondaryProps = Omit<EuiButtonEmptyProps, 'color' | 'size' | 'flush'> & EuiCallOutActionCommonProps;
|
|
13264
|
+
type EuiCallOutActionPrimary = EuiCallOutActionPrimaryProps & {
|
|
13265
|
+
actionType: 'primary';
|
|
13266
|
+
};
|
|
13267
|
+
type EuiCallOutActionSecondary = EuiCallOutActionSecondaryProps & {
|
|
13268
|
+
actionType: 'secondary';
|
|
13269
|
+
};
|
|
13270
|
+
type EuiCallOutActionProps = ExclusiveUnion<EuiCallOutActionPrimary, EuiCallOutActionSecondary>;
|
|
13271
|
+
export const EuiCallOutAction: ({ children, actionType, color, tooltipProps, popoverProps, className, ...rest }: EuiCallOutActionProps & {
|
|
13272
|
+
color?: EuiCallOutColor;
|
|
13273
|
+
}) => React.JSX.Element;
|
|
13274
|
+
export {};
|
|
13275
|
+
|
|
12774
13276
|
}
|
|
12775
13277
|
declare module '@elastic/eui/src/components/call_out/call_out.styles' {
|
|
12776
13278
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
12777
|
-
export const euiCallOutStyles: (
|
|
13279
|
+
export const euiCallOutStyles: (euiThemeContext: UseEuiTheme) => {
|
|
12778
13280
|
euiCallOut: import("@emotion/react").SerializedStyles;
|
|
12779
|
-
|
|
12780
|
-
|
|
12781
|
-
|
|
12782
|
-
|
|
12783
|
-
};
|
|
13281
|
+
wrapper: import("@emotion/react").SerializedStyles;
|
|
13282
|
+
body: import("@emotion/react").SerializedStyles;
|
|
13283
|
+
content: import("@emotion/react").SerializedStyles;
|
|
13284
|
+
hasDismissButton: import("@emotion/react").SerializedStyles;
|
|
12784
13285
|
dismissButton: {
|
|
12785
13286
|
euiCallOut__dismissButton: import("@emotion/react").SerializedStyles;
|
|
12786
|
-
s: import("@emotion/react").SerializedStyles;
|
|
12787
|
-
m: import("@emotion/react").SerializedStyles;
|
|
12788
13287
|
};
|
|
13288
|
+
icon: import("@emotion/react").SerializedStyles;
|
|
13289
|
+
actions: import("@emotion/react").SerializedStyles;
|
|
12789
13290
|
};
|
|
12790
13291
|
export const euiCallOutHeaderStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
12791
13292
|
euiCallOutHeader: import("@emotion/react").SerializedStyles;
|
|
12792
|
-
primary: import("@emotion/react").SerializedStyles;
|
|
12793
|
-
success: import("@emotion/react").SerializedStyles;
|
|
12794
|
-
warning: import("@emotion/react").SerializedStyles;
|
|
12795
|
-
danger: import("@emotion/react").SerializedStyles;
|
|
12796
|
-
accent: import("@emotion/react").SerializedStyles;
|
|
12797
|
-
euiCallOut__icon: import("@emotion/react").SerializedStyles;
|
|
12798
13293
|
};
|
|
12799
13294
|
|
|
12800
13295
|
}
|
|
@@ -12803,18 +13298,35 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
|
|
|
12803
13298
|
import { CommonProps, DataAttributeProps } from '@elastic/eui/src/components/common';
|
|
12804
13299
|
import { IconType } from '@elastic/eui/src/components/icon';
|
|
12805
13300
|
import { type EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button/button_icon/button_icon';
|
|
12806
|
-
|
|
12807
|
-
|
|
12808
|
-
|
|
12809
|
-
export
|
|
12810
|
-
export const SIZES: readonly ["s", "m"];
|
|
12811
|
-
export type Size = (typeof SIZES)[number];
|
|
13301
|
+
import { type EuiNotificationIconType } from '@elastic/eui/src/components/notification_icon/notification_icon';
|
|
13302
|
+
import { EuiCallOutActionPrimaryProps, EuiCallOutActionSecondaryProps } from '@elastic/eui/src/components/call_out/call_out_action';
|
|
13303
|
+
import { EuiCallOutColor, EuiCallOutHeading, EuiCallOutSize } from '@elastic/eui/src/components/call_out/types';
|
|
13304
|
+
export const COLOR_TO_NOTIFICATION_ICON_MAP: Record<EuiCallOutColor, EuiNotificationIconType>;
|
|
12812
13305
|
export type EuiCallOutProps = CommonProps & Omit<HTMLAttributes<HTMLDivElement>, 'title' | 'color'> & {
|
|
13306
|
+
/**
|
|
13307
|
+
* Title of the callout. Should be used with text only. Do not pass complex content or custom components.
|
|
13308
|
+
* Ensure to always pass a title. It's currently marked as optional for backwards compatibility.
|
|
13309
|
+
* In a future major release, this will be required.
|
|
13310
|
+
*/
|
|
12813
13311
|
title?: ReactNode;
|
|
13312
|
+
/**
|
|
13313
|
+
* Main component text. Accepts text, text block elements such as `<p>`, and inline elements such as `<span>`, `<strong>`, `<em>` or `<EuiLink>`.
|
|
13314
|
+
* Avoid passing complex layouts or custom components. Use `children` instead.
|
|
13315
|
+
*/
|
|
13316
|
+
text?: ReactNode;
|
|
13317
|
+
/**
|
|
13318
|
+
* Can be used for additional, non-inline content. Use sparingly, as callouts are not meant to have complex content.
|
|
13319
|
+
* Where possible, use `text` and `actionProps` instead to display text and actions.
|
|
13320
|
+
*/
|
|
13321
|
+
children?: ReactNode;
|
|
13322
|
+
/**
|
|
13323
|
+
* Defines a custom icon to be displayed.
|
|
13324
|
+
* When no `iconType` is set, a default icon will be used based on the `color` of the callout.
|
|
13325
|
+
*/
|
|
12814
13326
|
iconType?: IconType;
|
|
12815
|
-
color?:
|
|
12816
|
-
size?:
|
|
12817
|
-
heading?:
|
|
13327
|
+
color?: EuiCallOutColor;
|
|
13328
|
+
size?: EuiCallOutSize;
|
|
13329
|
+
heading?: EuiCallOutHeading;
|
|
12818
13330
|
/**
|
|
12819
13331
|
* Passing an `onDismiss` callback will render a cross in the top right hand corner
|
|
12820
13332
|
* of the callout.
|
|
@@ -12834,13 +13346,39 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
|
|
|
12834
13346
|
* @default false
|
|
12835
13347
|
*/
|
|
12836
13348
|
announceOnMount?: boolean;
|
|
13349
|
+
/**
|
|
13350
|
+
* Props for primary and secondary actions within the callout.
|
|
13351
|
+
*/
|
|
13352
|
+
actionProps?: {
|
|
13353
|
+
primary?: EuiCallOutActionPrimaryProps;
|
|
13354
|
+
secondary?: EuiCallOutActionSecondaryProps;
|
|
13355
|
+
};
|
|
12837
13356
|
};
|
|
12838
13357
|
export const EuiCallOut: React.ForwardRefExoticComponent<CommonProps & Omit<React.HTMLAttributes<HTMLDivElement>, "title" | "color"> & {
|
|
13358
|
+
/**
|
|
13359
|
+
* Title of the callout. Should be used with text only. Do not pass complex content or custom components.
|
|
13360
|
+
* Ensure to always pass a title. It's currently marked as optional for backwards compatibility.
|
|
13361
|
+
* In a future major release, this will be required.
|
|
13362
|
+
*/
|
|
12839
13363
|
title?: ReactNode;
|
|
13364
|
+
/**
|
|
13365
|
+
* Main component text. Accepts text, text block elements such as `<p>`, and inline elements such as `<span>`, `<strong>`, `<em>` or `<EuiLink>`.
|
|
13366
|
+
* Avoid passing complex layouts or custom components. Use `children` instead.
|
|
13367
|
+
*/
|
|
13368
|
+
text?: ReactNode;
|
|
13369
|
+
/**
|
|
13370
|
+
* Can be used for additional, non-inline content. Use sparingly, as callouts are not meant to have complex content.
|
|
13371
|
+
* Where possible, use `text` and `actionProps` instead to display text and actions.
|
|
13372
|
+
*/
|
|
13373
|
+
children?: ReactNode;
|
|
13374
|
+
/**
|
|
13375
|
+
* Defines a custom icon to be displayed.
|
|
13376
|
+
* When no `iconType` is set, a default icon will be used based on the `color` of the callout.
|
|
13377
|
+
*/
|
|
12840
13378
|
iconType?: IconType;
|
|
12841
|
-
color?:
|
|
12842
|
-
size?:
|
|
12843
|
-
heading?:
|
|
13379
|
+
color?: EuiCallOutColor;
|
|
13380
|
+
size?: EuiCallOutSize;
|
|
13381
|
+
heading?: EuiCallOutHeading;
|
|
12844
13382
|
/**
|
|
12845
13383
|
* Passing an `onDismiss` callback will render a cross in the top right hand corner
|
|
12846
13384
|
* of the callout.
|
|
@@ -12860,12 +13398,20 @@ declare module '@elastic/eui/src/components/call_out/call_out' {
|
|
|
12860
13398
|
* @default false
|
|
12861
13399
|
*/
|
|
12862
13400
|
announceOnMount?: boolean;
|
|
13401
|
+
/**
|
|
13402
|
+
* Props for primary and secondary actions within the callout.
|
|
13403
|
+
*/
|
|
13404
|
+
actionProps?: {
|
|
13405
|
+
primary?: EuiCallOutActionPrimaryProps;
|
|
13406
|
+
secondary?: EuiCallOutActionSecondaryProps;
|
|
13407
|
+
};
|
|
12863
13408
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
12864
13409
|
|
|
12865
13410
|
}
|
|
12866
13411
|
declare module '@elastic/eui/src/components/call_out' {
|
|
12867
13412
|
export type { EuiCallOutProps } from '@elastic/eui/src/components/call_out/call_out';
|
|
12868
13413
|
export { EuiCallOut } from '@elastic/eui/src/components/call_out/call_out';
|
|
13414
|
+
export type { EuiCallOutColor, EuiCallOutSize, EuiCallOutHeading, } from '@elastic/eui/src/components/call_out/types';
|
|
12869
13415
|
|
|
12870
13416
|
}
|
|
12871
13417
|
declare module '@elastic/eui/src/components/form/form' {
|
|
@@ -20222,358 +20768,6 @@ declare module '@elastic/eui/src/components/focus_trap' {
|
|
|
20222
20768
|
export type { EuiFocusTrapProps, FocusTarget } from '@elastic/eui/src/components/focus_trap/focus_trap';
|
|
20223
20769
|
export { EuiFocusTrap } from '@elastic/eui/src/components/focus_trap/focus_trap';
|
|
20224
20770
|
|
|
20225
|
-
}
|
|
20226
|
-
declare module '@elastic/eui/src/components/observer/mutation_observer/mutation_observer' {
|
|
20227
|
-
import { ReactNode, FunctionComponent } from 'react';
|
|
20228
|
-
export interface EuiMutationObserverProps {
|
|
20229
|
-
/**
|
|
20230
|
-
* ReactNode to render as this component's content
|
|
20231
|
-
*/
|
|
20232
|
-
children: (ref: (e: HTMLElement | null) => void) => ReactNode;
|
|
20233
|
-
onMutation: MutationCallback;
|
|
20234
|
-
observerOptions?: MutationObserverInit;
|
|
20235
|
-
}
|
|
20236
|
-
export const EuiMutationObserver: FunctionComponent<EuiMutationObserverProps>;
|
|
20237
|
-
export const useMutationObserver: (container: Element | null, callback: MutationCallback, observerOptions?: MutationObserverInit) => void;
|
|
20238
|
-
|
|
20239
|
-
}
|
|
20240
|
-
declare module '@elastic/eui/src/components/observer/mutation_observer' {
|
|
20241
|
-
export type { EuiMutationObserverProps } from '@elastic/eui/src/components/observer/mutation_observer/mutation_observer';
|
|
20242
|
-
export { EuiMutationObserver, useMutationObserver } from '@elastic/eui/src/components/observer/mutation_observer/mutation_observer';
|
|
20243
|
-
|
|
20244
|
-
}
|
|
20245
|
-
declare module '@elastic/eui/src/components/outside_click_detector/outside_click_detector' {
|
|
20246
|
-
import { MouseEvent as ReactMouseEvent, ReactElement } from 'react';
|
|
20247
|
-
export interface EuiEvent extends Event {
|
|
20248
|
-
euiGeneratedBy: string[];
|
|
20249
|
-
}
|
|
20250
|
-
export interface EuiOutsideClickDetectorProps {
|
|
20251
|
-
/**
|
|
20252
|
-
* ReactNode to render as this component's content
|
|
20253
|
-
*/
|
|
20254
|
-
children: ReactElement<any>;
|
|
20255
|
-
onOutsideClick: (event: Event) => void;
|
|
20256
|
-
isDisabled?: boolean;
|
|
20257
|
-
onMouseDown?: (event: ReactMouseEvent) => void;
|
|
20258
|
-
onMouseUp?: (event: ReactMouseEvent) => void;
|
|
20259
|
-
onTouchStart?: (event: ReactMouseEvent) => void;
|
|
20260
|
-
onTouchEnd?: (event: ReactMouseEvent) => void;
|
|
20261
|
-
}
|
|
20262
|
-
export const EuiOutsideClickDetector: import("react").ForwardRefExoticComponent<EuiOutsideClickDetectorProps & import("react").RefAttributes<HTMLElement>>;
|
|
20263
|
-
|
|
20264
|
-
}
|
|
20265
|
-
declare module '@elastic/eui/src/components/outside_click_detector' {
|
|
20266
|
-
export type { EuiOutsideClickDetectorProps } from '@elastic/eui/src/components/outside_click_detector/outside_click_detector';
|
|
20267
|
-
export { EuiOutsideClickDetector } from '@elastic/eui/src/components/outside_click_detector/outside_click_detector';
|
|
20268
|
-
|
|
20269
|
-
}
|
|
20270
|
-
declare module '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow.styles' {
|
|
20271
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
20272
|
-
export const euiPopoverArrowStyles: (euiThemeContext: UseEuiTheme) => {
|
|
20273
|
-
top: import("@emotion/react").SerializedStyles;
|
|
20274
|
-
bottom: import("@emotion/react").SerializedStyles;
|
|
20275
|
-
left: import("@emotion/react").SerializedStyles;
|
|
20276
|
-
right: import("@emotion/react").SerializedStyles;
|
|
20277
|
-
euiPopoverArrowWrapper: import("@emotion/react").SerializedStyles;
|
|
20278
|
-
euiPopoverArrow: import("@emotion/react").SerializedStyles;
|
|
20279
|
-
};
|
|
20280
|
-
|
|
20281
|
-
}
|
|
20282
|
-
declare module '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow' {
|
|
20283
|
-
import { HTMLAttributes, FunctionComponent } from 'react';
|
|
20284
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
20285
|
-
export const POSITIONS: readonly ["top", "left", "right", "bottom"];
|
|
20286
|
-
export type EuiPopoverArrowPositions = (typeof POSITIONS)[number];
|
|
20287
|
-
export type EuiPopoverArrowProps = HTMLAttributes<HTMLDivElement> & CommonProps & {
|
|
20288
|
-
position: EuiPopoverArrowPositions;
|
|
20289
|
-
};
|
|
20290
|
-
export const EuiPopoverArrow: FunctionComponent<EuiPopoverArrowProps>;
|
|
20291
|
-
|
|
20292
|
-
}
|
|
20293
|
-
declare module '@elastic/eui/src/components/popover/popover_arrow' {
|
|
20294
|
-
export type { EuiPopoverArrowProps, EuiPopoverArrowPositions, } from '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow';
|
|
20295
|
-
export { EuiPopoverArrow } from '@elastic/eui/src/components/popover/popover_arrow/_popover_arrow';
|
|
20296
|
-
|
|
20297
|
-
}
|
|
20298
|
-
declare module '@elastic/eui/src/components/popover/popover.styles' {
|
|
20299
|
-
export const euiPopoverStyles: () => {
|
|
20300
|
-
euiPopover: import("@emotion/react").SerializedStyles;
|
|
20301
|
-
};
|
|
20302
|
-
|
|
20303
|
-
}
|
|
20304
|
-
declare module '@elastic/eui/src/components/popover/popover_panel/_popover_panel.styles' {
|
|
20305
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
20306
|
-
export const openAnimationTiming = "slow";
|
|
20307
|
-
/**
|
|
20308
|
-
* 1. Can expand further, but it looks weird if it's smaller than the originating button.
|
|
20309
|
-
* 2. Animation happens on the panel. But don't animate position when using the attached mode like for inputs
|
|
20310
|
-
* 3. Make sure the panel stays within the window.
|
|
20311
|
-
* 4. Make the popover lighter on dark mode (too hard to distinguish from plain bgs otherwise), and set a CSS var for the arrow to use
|
|
20312
|
-
*/
|
|
20313
|
-
export const euiPopoverPanelStyles: (euiThemeContext: UseEuiTheme) => {
|
|
20314
|
-
euiPopover__panel: import("@emotion/react").SerializedStyles;
|
|
20315
|
-
isOpen: import("@emotion/react").SerializedStyles;
|
|
20316
|
-
light: import("@emotion/react").SerializedStyles;
|
|
20317
|
-
dark: import("@emotion/react").SerializedStyles;
|
|
20318
|
-
hasTransform: {
|
|
20319
|
-
hasTransform: import("@emotion/react").SerializedStyles;
|
|
20320
|
-
top: import("@emotion/react").SerializedStyles;
|
|
20321
|
-
bottom: import("@emotion/react").SerializedStyles;
|
|
20322
|
-
left: import("@emotion/react").SerializedStyles;
|
|
20323
|
-
right: import("@emotion/react").SerializedStyles;
|
|
20324
|
-
};
|
|
20325
|
-
isAttached: {
|
|
20326
|
-
isAttached: import("@emotion/react").SerializedStyles;
|
|
20327
|
-
top: import("@emotion/react").SerializedStyles;
|
|
20328
|
-
bottom: import("@emotion/react").SerializedStyles;
|
|
20329
|
-
readonly left: import("@emotion/react").SerializedStyles;
|
|
20330
|
-
readonly right: import("@emotion/react").SerializedStyles;
|
|
20331
|
-
};
|
|
20332
|
-
};
|
|
20333
|
-
|
|
20334
|
-
}
|
|
20335
|
-
declare module '@elastic/eui/src/components/popover/popover_panel/_popover_panel' {
|
|
20336
|
-
import React, { FunctionComponent } from 'react';
|
|
20337
|
-
import { EuiPaddingSize } from '@elastic/eui/src/global_styling';
|
|
20338
|
-
import { _EuiPanelDivlike } from '@elastic/eui/src/components/panel/panel';
|
|
20339
|
-
import { EuiPopoverArrowPositions } from '@elastic/eui/src/components/popover/popover_arrow';
|
|
20340
|
-
export const EuiPopoverPanelContext: React.Context<{
|
|
20341
|
-
paddingSize: EuiPaddingSize;
|
|
20342
|
-
}>;
|
|
20343
|
-
export type EuiPopoverPanelProps = _EuiPanelDivlike;
|
|
20344
|
-
type EuiPopoverPanelInternalProps = {
|
|
20345
|
-
isOpen?: boolean;
|
|
20346
|
-
isAttached?: boolean;
|
|
20347
|
-
position?: EuiPopoverArrowPositions | null;
|
|
20348
|
-
};
|
|
20349
|
-
/**
|
|
20350
|
-
* *INTERNAL ONLY*
|
|
20351
|
-
* Purely for re-use of styling
|
|
20352
|
-
*/
|
|
20353
|
-
export const EuiPopoverPanel: FunctionComponent<EuiPopoverPanelProps & EuiPopoverPanelInternalProps>;
|
|
20354
|
-
export {};
|
|
20355
|
-
|
|
20356
|
-
}
|
|
20357
|
-
declare module '@elastic/eui/src/components/popover/popover_panel' {
|
|
20358
|
-
export { EuiPopoverPanel } from '@elastic/eui/src/components/popover/popover_panel/_popover_panel';
|
|
20359
|
-
|
|
20360
|
-
}
|
|
20361
|
-
declare module '@elastic/eui/src/components/popover/popover' {
|
|
20362
|
-
import React, { Component, KeyboardEvent, CSSProperties, HTMLAttributes, ReactNode, Ref, RefCallback, PropsWithChildren, ContextType } from 'react';
|
|
20363
|
-
import { type FocusableElement } from 'tabbable';
|
|
20364
|
-
import { CommonProps, NoArgCallback } from '@elastic/eui/src/components/common';
|
|
20365
|
-
import { FocusTarget, EuiFocusTrapProps } from '@elastic/eui/src/components/focus_trap';
|
|
20366
|
-
import { EuiPopoverPosition } from '@elastic/eui/src/services/popover';
|
|
20367
|
-
import { EuiPopoverArrowPositions } from '@elastic/eui/src/components/popover/popover_arrow';
|
|
20368
|
-
import { EuiPopoverPanelProps } from '@elastic/eui/src/components/popover/popover_panel/_popover_panel';
|
|
20369
|
-
import { EuiPaddingSize } from '@elastic/eui/src/global_styling';
|
|
20370
|
-
import { EuiComponentDefaultsContext } from '@elastic/eui/src/components/provider/component_defaults';
|
|
20371
|
-
export const popoverAnchorPosition: readonly ["upCenter", "upLeft", "upRight", "downCenter", "downLeft", "downRight", "leftCenter", "leftUp", "leftDown", "rightCenter", "rightUp", "rightDown"];
|
|
20372
|
-
export type PopoverAnchorPosition = (typeof popoverAnchorPosition)[number];
|
|
20373
|
-
export interface EuiPopoverProps extends PropsWithChildren, CommonProps {
|
|
20374
|
-
/**
|
|
20375
|
-
* Alignment of the popover and arrow relative to the button
|
|
20376
|
-
* @default downLeft
|
|
20377
|
-
*/
|
|
20378
|
-
anchorPosition?: PopoverAnchorPosition;
|
|
20379
|
-
/**
|
|
20380
|
-
* Style and position alteration for arrow-less attachment.
|
|
20381
|
-
* Intended for use with inputs as anchors, e.g. EuiInputPopover
|
|
20382
|
-
*/
|
|
20383
|
-
attachToAnchor?: boolean;
|
|
20384
|
-
/**
|
|
20385
|
-
* Triggering element for which to align the popover to
|
|
20386
|
-
*/
|
|
20387
|
-
button: NonNullable<ReactNode>;
|
|
20388
|
-
/**
|
|
20389
|
-
* Callback to handle hiding of the popover
|
|
20390
|
-
*/
|
|
20391
|
-
closePopover: NoArgCallback<void>;
|
|
20392
|
-
/**
|
|
20393
|
-
* Restrict the popover's position within this element
|
|
20394
|
-
*/
|
|
20395
|
-
container?: HTMLElement;
|
|
20396
|
-
/**
|
|
20397
|
-
* CSS display type for both the popover and anchor
|
|
20398
|
-
*/
|
|
20399
|
-
display?: CSSProperties['display'];
|
|
20400
|
-
/**
|
|
20401
|
-
* Object of props passed to EuiFocusTrap
|
|
20402
|
-
*/
|
|
20403
|
-
focusTrapProps?: Partial<EuiFocusTrapProps>;
|
|
20404
|
-
/**
|
|
20405
|
-
* Show arrow indicating to originating button
|
|
20406
|
-
* @default false
|
|
20407
|
-
*/
|
|
20408
|
-
hasArrow?: boolean;
|
|
20409
|
-
/**
|
|
20410
|
-
* Specifies what element should initially have focus; Can be a DOM
|
|
20411
|
-
* node, or a selector string (which will be passed to
|
|
20412
|
-
* document.querySelector() to find the DOM node), or a function that
|
|
20413
|
-
* returns a DOM node.
|
|
20414
|
-
*
|
|
20415
|
-
* If not passed, initial focus defaults to the popover panel.
|
|
20416
|
-
*/
|
|
20417
|
-
initialFocus?: FocusTarget;
|
|
20418
|
-
/**
|
|
20419
|
-
* Passed directly to EuiPortal for DOM positioning. Both properties are
|
|
20420
|
-
* required if prop is specified
|
|
20421
|
-
*/
|
|
20422
|
-
insert?: {
|
|
20423
|
-
sibling: HTMLElement;
|
|
20424
|
-
position: 'before' | 'after';
|
|
20425
|
-
};
|
|
20426
|
-
/**
|
|
20427
|
-
* Visibility state of the popover
|
|
20428
|
-
*/
|
|
20429
|
-
isOpen?: boolean;
|
|
20430
|
-
/**
|
|
20431
|
-
* Traps tab focus within the popover contents
|
|
20432
|
-
*/
|
|
20433
|
-
ownFocus?: boolean;
|
|
20434
|
-
/**
|
|
20435
|
-
* Custom class added to the EuiPanel containing the popover contents
|
|
20436
|
-
*/
|
|
20437
|
-
panelClassName?: string;
|
|
20438
|
-
/**
|
|
20439
|
-
* EuiPanel padding on all sides
|
|
20440
|
-
*/
|
|
20441
|
-
panelPaddingSize?: EuiPaddingSize;
|
|
20442
|
-
/**
|
|
20443
|
-
* Standard DOM `style` attribute. Passed to the EuiPanel
|
|
20444
|
-
*/
|
|
20445
|
-
panelStyle?: CSSProperties;
|
|
20446
|
-
/**
|
|
20447
|
-
* Object of props passed to EuiPanel. See {@link EuiPopoverPanelProps}
|
|
20448
|
-
*/
|
|
20449
|
-
panelProps?: Omit<EuiPopoverPanelProps, 'style' | 'hasShadow' | 'hasBorder' | 'color'>;
|
|
20450
|
-
panelRef?: RefCallback<HTMLElement | null>;
|
|
20451
|
-
/**
|
|
20452
|
-
* Optional screen reader instructions to announce upon popover open,
|
|
20453
|
-
* in addition to EUI's default popover instructions for Escape on close.
|
|
20454
|
-
* Useful for popovers that may have additional keyboard capabilities such as
|
|
20455
|
-
* arrow navigation.
|
|
20456
|
-
*/
|
|
20457
|
-
popoverScreenReaderText?: string | ReactNode;
|
|
20458
|
-
popoverRef?: Ref<HTMLDivElement>;
|
|
20459
|
-
/**
|
|
20460
|
-
* When `true`, the popover's position is re-calculated when the user
|
|
20461
|
-
* scrolls, this supports having fixed-position popover anchors. When nesting
|
|
20462
|
-
* an `EuiPopover` in a scrollable container, `repositionOnScroll` should be `true`
|
|
20463
|
-
*/
|
|
20464
|
-
repositionOnScroll?: boolean;
|
|
20465
|
-
/**
|
|
20466
|
-
* By default, popovers will attempt to position themselves along the initial
|
|
20467
|
-
* axis specified. If there is not enough room either vertically or horizontally
|
|
20468
|
-
* however, the popover will attempt to reposition itself along the secondary
|
|
20469
|
-
* cross axis if there is room there instead.
|
|
20470
|
-
*
|
|
20471
|
-
* If you do not want this repositioning to occur (and it is acceptable for
|
|
20472
|
-
* the popover to appear offscreen), set this to false to disable this behavior.
|
|
20473
|
-
*
|
|
20474
|
-
* @default true
|
|
20475
|
-
*/
|
|
20476
|
-
repositionToCrossAxis?: boolean;
|
|
20477
|
-
/**
|
|
20478
|
-
* By default, popover content inherits the z-index of the anchor
|
|
20479
|
-
* component; pass `zIndex` to override
|
|
20480
|
-
*/
|
|
20481
|
-
zIndex?: number;
|
|
20482
|
-
/**
|
|
20483
|
-
* Distance away from the anchor that the popover will render
|
|
20484
|
-
* @default 4 (0 when `hasArrow=true`)
|
|
20485
|
-
*/
|
|
20486
|
-
offset?: number;
|
|
20487
|
-
/**
|
|
20488
|
-
* Minimum distance between the popover and the bounding container;
|
|
20489
|
-
* Pass an array of 4 values to adjust each side differently: `[top, right, bottom, left]`
|
|
20490
|
-
* @default 16
|
|
20491
|
-
*/
|
|
20492
|
-
buffer?: number | [number, number, number, number];
|
|
20493
|
-
/**
|
|
20494
|
-
* Element to pass as the child element of the arrow;
|
|
20495
|
-
* Use case is typically limited to an accompanying `EuiBeacon`
|
|
20496
|
-
*/
|
|
20497
|
-
arrowChildren?: ReactNode;
|
|
20498
|
-
/**
|
|
20499
|
-
* Provide a name to the popover panel
|
|
20500
|
-
*/
|
|
20501
|
-
'aria-label'?: string;
|
|
20502
|
-
/**
|
|
20503
|
-
* Alternative option to `aria-label` that takes an `id`.
|
|
20504
|
-
* Usually takes the `id` of the popover title
|
|
20505
|
-
*/
|
|
20506
|
-
'aria-labelledby'?: string;
|
|
20507
|
-
/**
|
|
20508
|
-
* Function callback for when the popover positon changes
|
|
20509
|
-
*/
|
|
20510
|
-
onPositionChange?: (position: EuiPopoverPosition) => void;
|
|
20511
|
-
}
|
|
20512
|
-
export function getPopoverPositionFromAnchorPosition(anchorPosition: PopoverAnchorPosition): EuiPopoverPosition;
|
|
20513
|
-
export function getPopoverAlignFromAnchorPosition(anchorPosition: PopoverAnchorPosition): EuiPopoverPosition;
|
|
20514
|
-
export type Props = EuiPopoverProps & HTMLAttributes<HTMLDivElement>;
|
|
20515
|
-
interface State {
|
|
20516
|
-
prevProps: {
|
|
20517
|
-
isOpen?: boolean;
|
|
20518
|
-
};
|
|
20519
|
-
suppressingPopover?: boolean;
|
|
20520
|
-
isClosing: boolean;
|
|
20521
|
-
isOpening: boolean;
|
|
20522
|
-
popoverStyles: CSSProperties;
|
|
20523
|
-
arrowStyles?: CSSProperties;
|
|
20524
|
-
arrowPosition: EuiPopoverArrowPositions | null;
|
|
20525
|
-
openPosition: any;
|
|
20526
|
-
isOpenStable: boolean;
|
|
20527
|
-
}
|
|
20528
|
-
type PropsWithDefaults = Props & {
|
|
20529
|
-
anchorPosition: PopoverAnchorPosition;
|
|
20530
|
-
hasArrow: boolean;
|
|
20531
|
-
isOpen: boolean;
|
|
20532
|
-
ownFocus: boolean;
|
|
20533
|
-
panelPaddingSize: EuiPaddingSize;
|
|
20534
|
-
};
|
|
20535
|
-
export class EuiPopover extends Component<Props, State> {
|
|
20536
|
-
static contextType: React.Context<import ("@elastic/eui/src/components/provider/component_defaults").EuiComponentDefaults>;
|
|
20537
|
-
context: ContextType<typeof EuiComponentDefaultsContext>;
|
|
20538
|
-
private repositionOnScroll;
|
|
20539
|
-
static defaultProps: Partial<PropsWithDefaults>;
|
|
20540
|
-
static getDerivedStateFromProps(nextProps: Props, prevState: State): Partial<State> | null;
|
|
20541
|
-
private repositionTimeout;
|
|
20542
|
-
private strandedFocusTimeout;
|
|
20543
|
-
private closingTransitionTimeout;
|
|
20544
|
-
private closingTransitionAnimationFrame;
|
|
20545
|
-
private button;
|
|
20546
|
-
private panel;
|
|
20547
|
-
private idGenerator;
|
|
20548
|
-
private panelId;
|
|
20549
|
-
private descriptionId;
|
|
20550
|
-
constructor(props: Props);
|
|
20551
|
-
closePopover: () => void;
|
|
20552
|
-
onEscapeKey: (event: Event) => void;
|
|
20553
|
-
getFocusableToggleButton: () => FocusableElement | undefined;
|
|
20554
|
-
handleStrandedFocus: () => void;
|
|
20555
|
-
onKeyDown: (event: KeyboardEvent) => void;
|
|
20556
|
-
onClickOutside: (event: Event) => void;
|
|
20557
|
-
onOpenPopover: () => void;
|
|
20558
|
-
/**
|
|
20559
|
-
* Updates ARIA attributes on the popover trigger button
|
|
20560
|
-
* Only applies ARIA when the trigger is button-like (semantic <button> or role="button").
|
|
20561
|
-
* Avoids adding incorrect ARIA on inputs or other non-button elements.
|
|
20562
|
-
*/
|
|
20563
|
-
private updateTriggerButtonAriaAttributes;
|
|
20564
|
-
componentDidMount(): void;
|
|
20565
|
-
componentDidUpdate(prevProps: Props): void;
|
|
20566
|
-
componentWillUnmount(): void;
|
|
20567
|
-
onMutation: (records: MutationRecord[]) => void;
|
|
20568
|
-
positionPopover: (allowEnforcePosition: boolean) => void;
|
|
20569
|
-
positionPopoverFixed: () => void;
|
|
20570
|
-
positionPopoverFluid: () => void;
|
|
20571
|
-
panelRef: (node: HTMLElement | null) => void;
|
|
20572
|
-
popoverRef: (node: HTMLDivElement | null) => void;
|
|
20573
|
-
render(): React.JSX.Element;
|
|
20574
|
-
}
|
|
20575
|
-
export {};
|
|
20576
|
-
|
|
20577
20771
|
}
|
|
20578
20772
|
declare module '@elastic/eui/src/components/popover/input_popover' {
|
|
20579
20773
|
import React, { FunctionComponent, HTMLAttributes } from 'react';
|
|
@@ -21755,6 +21949,9 @@ declare module '@elastic/eui/src/services/window_event/hooks' {
|
|
|
21755
21949
|
declare module '@elastic/eui/src/services/window_event/window_event' {
|
|
21756
21950
|
type EventNames = keyof WindowEventMap;
|
|
21757
21951
|
interface Props<Ev extends EventNames> {
|
|
21952
|
+
/**
|
|
21953
|
+
* The window event to listen for. Accepts any event name from TypeScript's [WindowEventMap](https://github.com/microsoft/TypeScript/blob/68cead182cc24afdc3f1ce7c8ff5853aba14b65a/lib/lib.dom.d.ts#L26898-L26906).
|
|
21954
|
+
*/
|
|
21758
21955
|
event: Ev;
|
|
21759
21956
|
handler: (this: Window, ev: WindowEventMap[Ev]) => any;
|
|
21760
21957
|
}
|
|
@@ -31110,6 +31307,63 @@ declare module '@elastic/eui/src/components/image' {
|
|
|
31110
31307
|
export type { EuiImageProps } from '@elastic/eui/src/components/image/image_types';
|
|
31111
31308
|
export { EuiImage } from '@elastic/eui/src/components/image/image';
|
|
31112
31309
|
|
|
31310
|
+
}
|
|
31311
|
+
declare module '@elastic/eui/src/components/illustration/illustration.styles' {
|
|
31312
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
31313
|
+
export const euiIllustrationStyles: (_euiThemeContext: UseEuiTheme) => {
|
|
31314
|
+
euiIllustration: import("@emotion/react").SerializedStyles;
|
|
31315
|
+
fullWidth: import("@emotion/react").SerializedStyles;
|
|
31316
|
+
};
|
|
31317
|
+
|
|
31318
|
+
}
|
|
31319
|
+
declare module '@elastic/eui/src/components/illustration/illustration' {
|
|
31320
|
+
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
31321
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
31322
|
+
/**
|
|
31323
|
+
* The data contract for an illustration asset (e.g. an export from `@elastic/eui-illustrations`).
|
|
31324
|
+
* It is declared here so that `@elastic/eui` does not depend on the illustrations package.
|
|
31325
|
+
* The illustrations package can be released independently as long as its assets satisfy this shape.
|
|
31326
|
+
*
|
|
31327
|
+
* @remarks
|
|
31328
|
+
* The `light`/`dark` markup is inlined via `dangerouslySetInnerHTML`. Only pass
|
|
31329
|
+
* trusted, package-authored SVGs — never untrusted or user-supplied markup, as
|
|
31330
|
+
* it would be rendered as-is and could introduce an XSS vulnerability.
|
|
31331
|
+
*/
|
|
31332
|
+
export interface EuiIllustrationSource {
|
|
31333
|
+
/** Unique id for the illustration. */
|
|
31334
|
+
readonly id: string;
|
|
31335
|
+
/** Human-readable title, used as the default accessible label. */
|
|
31336
|
+
readonly title: string;
|
|
31337
|
+
/** Trusted SVG markup for the light color mode. Inlined verbatim — see the interface's security note. */
|
|
31338
|
+
readonly light: string;
|
|
31339
|
+
/** Trusted SVG markup for the dark color mode. Inlined verbatim — see the interface's security note. */
|
|
31340
|
+
readonly dark: string;
|
|
31341
|
+
}
|
|
31342
|
+
export type EuiIllustrationProps = Omit<HTMLAttributes<HTMLSpanElement>, 'children'> & CommonProps & {
|
|
31343
|
+
/**
|
|
31344
|
+
* The illustration asset to render, typically imported from
|
|
31345
|
+
* `@elastic/eui-illustrations`.
|
|
31346
|
+
*/
|
|
31347
|
+
type: EuiIllustrationSource;
|
|
31348
|
+
/**
|
|
31349
|
+
* Accessible label for the illustration. Defaults to the illustration's
|
|
31350
|
+
* `title`. Pass an empty string to mark the illustration as decorative.
|
|
31351
|
+
*/
|
|
31352
|
+
alt?: string;
|
|
31353
|
+
/**
|
|
31354
|
+
* When `true`, stretches the SVG to fill the full width of its container.
|
|
31355
|
+
* When `false`, the SVG maintains its intrinsic width.
|
|
31356
|
+
* Defaults to `true`.
|
|
31357
|
+
*/
|
|
31358
|
+
fullWidth?: boolean;
|
|
31359
|
+
};
|
|
31360
|
+
export const EuiIllustration: FunctionComponent<EuiIllustrationProps>;
|
|
31361
|
+
|
|
31362
|
+
}
|
|
31363
|
+
declare module '@elastic/eui/src/components/illustration' {
|
|
31364
|
+
export type { EuiIllustrationProps, EuiIllustrationSource, } from '@elastic/eui/src/components/illustration/illustration';
|
|
31365
|
+
export { EuiIllustration } from '@elastic/eui/src/components/illustration/illustration';
|
|
31366
|
+
|
|
31113
31367
|
}
|
|
31114
31368
|
declare module '@elastic/eui/src/components/skeleton/skeleton_loading' {
|
|
31115
31369
|
import { FunctionComponent, HTMLAttributes, ReactElement } from 'react';
|
|
@@ -35209,6 +35463,10 @@ declare module '@elastic/eui/src/components/search_bar/search_filters' {
|
|
|
35209
35463
|
query: Query;
|
|
35210
35464
|
onChange: (query: Query) => void;
|
|
35211
35465
|
filters: SearchFilterConfig[];
|
|
35466
|
+
/**
|
|
35467
|
+
* When `true`, creates a shorter height filter group
|
|
35468
|
+
*/
|
|
35469
|
+
compressed?: boolean;
|
|
35212
35470
|
}
|
|
35213
35471
|
export const EuiSearchBarFilters: FunctionComponent<EuiSearchBarFiltersProps>;
|
|
35214
35472
|
|
|
@@ -35220,7 +35478,7 @@ declare module '@elastic/eui/src/components/search_bar/search_bar.styles' {
|
|
|
35220
35478
|
|
|
35221
35479
|
}
|
|
35222
35480
|
declare module '@elastic/eui/src/components/search_bar/search_bar' {
|
|
35223
|
-
import React, {
|
|
35481
|
+
import React, { ReactElement } from 'react';
|
|
35224
35482
|
import { SearchFilterConfig } from '@elastic/eui/src/components/search_bar/search_filters';
|
|
35225
35483
|
import { Query } from '@elastic/eui/src/components/search_bar/query';
|
|
35226
35484
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
@@ -35295,27 +35553,20 @@ declare module '@elastic/eui/src/components/search_bar/search_bar' {
|
|
|
35295
35553
|
content: React.ReactNode;
|
|
35296
35554
|
popoverProps?: HintPopOverProps;
|
|
35297
35555
|
};
|
|
35556
|
+
/**
|
|
35557
|
+
* When `true`, creates a shorter height search bar and filters
|
|
35558
|
+
*/
|
|
35559
|
+
compressed?: boolean;
|
|
35560
|
+
/**
|
|
35561
|
+
* Shows a built-in tooltip when an invalid query is typed.
|
|
35562
|
+
* If set to `false`, consumers should provide an alternative way to surface and announce parse errors.
|
|
35563
|
+
*/
|
|
35564
|
+
showErrorTooltip?: boolean;
|
|
35298
35565
|
}
|
|
35299
|
-
|
|
35300
|
-
|
|
35301
|
-
|
|
35302
|
-
error: null | Error;
|
|
35303
|
-
isHintVisible: boolean;
|
|
35304
|
-
}
|
|
35305
|
-
type NotifyControllingParent = Pick<State, 'queryText' | 'error'> & {
|
|
35306
|
-
query: Query | null;
|
|
35566
|
+
export const EuiSearchBar: {
|
|
35567
|
+
(props: EuiSearchBarProps): React.JSX.Element;
|
|
35568
|
+
Query: typeof Query;
|
|
35307
35569
|
};
|
|
35308
|
-
export class EuiSearchBar extends Component<EuiSearchBarProps, State> {
|
|
35309
|
-
static Query: typeof Query;
|
|
35310
|
-
hintId: string;
|
|
35311
|
-
constructor(props: EuiSearchBarProps);
|
|
35312
|
-
static getDerivedStateFromProps(nextProps: EuiSearchBarProps, prevState: State): State | null;
|
|
35313
|
-
notifyControllingParent(newState: NotifyControllingParent): void;
|
|
35314
|
-
onSearch: (queryText: string) => void;
|
|
35315
|
-
onFiltersChange: (query: Query) => void;
|
|
35316
|
-
renderTools(tools?: Tools): React.JSX.Element | React.JSX.Element[] | undefined;
|
|
35317
|
-
render(): React.JSX.Element;
|
|
35318
|
-
}
|
|
35319
35570
|
|
|
35320
35571
|
}
|
|
35321
35572
|
declare module '@elastic/eui/src/components/search_bar' {
|
|
@@ -36583,55 +36834,6 @@ declare module '@elastic/eui/src/components/toast/toast.styles' {
|
|
|
36583
36834
|
hasDismissButton: import("@emotion/react").SerializedStyles;
|
|
36584
36835
|
};
|
|
36585
36836
|
|
|
36586
|
-
}
|
|
36587
|
-
declare module '@elastic/eui/src/components/notification_icon/assets/info_fill' {
|
|
36588
|
-
import * as React from 'react';
|
|
36589
|
-
import type { SVGProps } from 'react';
|
|
36590
|
-
interface SVGRProps {
|
|
36591
|
-
title?: string;
|
|
36592
|
-
titleId?: string;
|
|
36593
|
-
}
|
|
36594
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
36595
|
-
export {};
|
|
36596
|
-
|
|
36597
|
-
}
|
|
36598
|
-
declare module '@elastic/eui/src/components/notification_icon/assets/warning_static' {
|
|
36599
|
-
import * as React from 'react';
|
|
36600
|
-
import type { SVGProps } from 'react';
|
|
36601
|
-
interface SVGRProps {
|
|
36602
|
-
title?: string;
|
|
36603
|
-
titleId?: string;
|
|
36604
|
-
}
|
|
36605
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
36606
|
-
export {};
|
|
36607
|
-
|
|
36608
|
-
}
|
|
36609
|
-
declare module '@elastic/eui/src/components/notification_icon/notification_icon.styles' {
|
|
36610
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
36611
|
-
export const euiNotificationIconStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
36612
|
-
euiNotificationIcon: import("@emotion/react").SerializedStyles;
|
|
36613
|
-
size: {
|
|
36614
|
-
l: import("@emotion/react").SerializedStyles;
|
|
36615
|
-
};
|
|
36616
|
-
};
|
|
36617
|
-
|
|
36618
|
-
}
|
|
36619
|
-
declare module '@elastic/eui/src/components/notification_icon/notification_icon' {
|
|
36620
|
-
import { FunctionComponent } from 'react';
|
|
36621
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
36622
|
-
import { IconType } from '@elastic/eui/src/components/icon/icon'; const TYPES: readonly ["info", "success", "warning", "error"];
|
|
36623
|
-
export type EuiNotificationIconType = (typeof TYPES)[number];
|
|
36624
|
-
export const NOTIFICATION_ICONS_MAP: Record<EuiNotificationIconType, {
|
|
36625
|
-
name: string;
|
|
36626
|
-
icon: IconType;
|
|
36627
|
-
}>;
|
|
36628
|
-
export type EuiNotificationIconProps = CommonProps & {
|
|
36629
|
-
type: EuiNotificationIconType;
|
|
36630
|
-
size?: 'm' | 'l';
|
|
36631
|
-
};
|
|
36632
|
-
export const EuiNotificationIcon: FunctionComponent<EuiNotificationIconProps>;
|
|
36633
|
-
export {};
|
|
36634
|
-
|
|
36635
36837
|
}
|
|
36636
36838
|
declare module '@elastic/eui/src/components/toast/types' {
|
|
36637
36839
|
export const COLORS: readonly ["primary", "success", "warning", "danger"];
|
|
@@ -36866,6 +37068,7 @@ declare module '@elastic/eui/src/components' {
|
|
|
36866
37068
|
export * from '@elastic/eui/src/components/horizontal_rule';
|
|
36867
37069
|
export * from '@elastic/eui/src/components/icon';
|
|
36868
37070
|
export * from '@elastic/eui/src/components/image';
|
|
37071
|
+
export * from '@elastic/eui/src/components/illustration';
|
|
36869
37072
|
export * from '@elastic/eui/src/components/inner_text';
|
|
36870
37073
|
export * from '@elastic/eui/src/components/inline_edit';
|
|
36871
37074
|
export * from '@elastic/eui/src/components/i18n';
|