@elastic/eui 117.1.0 → 118.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/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 +4 -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 +2 -2
- package/es/components/card/card.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +58 -12
- package/es/components/datagrid/body/data_grid_body.js +35 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +35 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +35 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +34 -6
- package/es/components/datagrid/controls/column_sorting.js +35 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/es/components/datagrid/utils/in_memory.js +34 -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/filter_group/filter_select_item.js +102 -160
- 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/translate.js +33 -0
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +5 -0
- package/es/components/index.js +0 -1
- 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/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/side_nav/side_nav.js +134 -253
- 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/tool_tip/icon_tip.js +1 -1
- package/es/components/tool_tip/tool_tip.js +58 -27
- package/es/components/tool_tip/tool_tip_anchor.js +5 -5
- package/es/components/tool_tip/tool_tip_manager.js +27 -2
- package/eui.d.ts +117 -632
- package/i18ntokens.json +1238 -1400
- 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 +4 -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 +2 -2
- package/lib/components/card/card.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +58 -12
- package/lib/components/datagrid/body/data_grid_body.js +35 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +35 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +35 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +34 -6
- package/lib/components/datagrid/controls/column_sorting.js +35 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/lib/components/datagrid/utils/in_memory.js +34 -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/filter_group/filter_select_item.js +111 -167
- 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/translate.js +40 -0
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +7 -0
- package/lib/components/icon/svgs/translate.svg +3 -0
- package/lib/components/index.js +0 -11
- 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/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/side_nav/side_nav.js +139 -259
- 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/tool_tip/icon_tip.js +1 -1
- package/lib/components/tool_tip/tool_tip.js +57 -27
- package/lib/components/tool_tip/tool_tip_anchor.js +5 -5
- package/lib/components/tool_tip/tool_tip_manager.js +27 -2
- package/optimize/es/components/filter_group/filter_select_item.js +100 -155
- package/optimize/es/components/icon/assets/translate.js +32 -0
- package/optimize/es/components/icon/icon_map.js +5 -0
- package/optimize/es/components/index.js +0 -1
- package/optimize/es/components/side_nav/side_nav.js +134 -158
- package/optimize/es/components/tool_tip/tool_tip.js +55 -27
- package/optimize/es/components/tool_tip/tool_tip_anchor.js +5 -5
- package/optimize/es/components/tool_tip/tool_tip_manager.js +27 -2
- package/optimize/lib/components/filter_group/filter_select_item.js +105 -158
- package/optimize/lib/components/icon/assets/translate.js +40 -0
- package/optimize/lib/components/icon/icon_map.js +7 -0
- package/optimize/lib/components/icon/svgs/translate.svg +3 -0
- package/optimize/lib/components/index.js +0 -11
- package/optimize/lib/components/side_nav/side_nav.js +135 -161
- package/optimize/lib/components/tool_tip/tool_tip.js +55 -27
- package/optimize/lib/components/tool_tip/tool_tip_anchor.js +5 -5
- package/optimize/lib/components/tool_tip/tool_tip_manager.js +27 -2
- package/package.json +5 -3
- 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 +4 -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 +2 -2
- package/test-env/components/card/card.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +58 -12
- package/test-env/components/datagrid/body/data_grid_body.js +35 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +35 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +35 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +34 -6
- package/test-env/components/datagrid/controls/column_sorting.js +35 -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 -1
- package/test-env/components/datagrid/utils/in_memory.js +34 -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/filter_group/filter_select_item.js +106 -159
- 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/translate.js +40 -0
- package/test-env/components/icon/icon_map.js +7 -0
- package/test-env/components/index.js +0 -11
- 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/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/side_nav/side_nav.js +135 -250
- 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/tool_tip/icon_tip.js +1 -1
- package/test-env/components/tool_tip/tool_tip.js +55 -27
- package/test-env/components/tool_tip/tool_tip_anchor.js +5 -5
- package/test-env/components/tool_tip/tool_tip_manager.js +27 -2
- package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +0 -327
- package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles.js +0 -56
- package/es/components/collapsible_nav_beta/_kibana_solution/index.js +0 -9
- package/es/components/collapsible_nav_beta/collapsible_nav_beta.js +0 -253
- package/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +0 -32
- package/es/components/collapsible_nav_beta/collapsible_nav_body_footer.js +0 -63
- package/es/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +0 -28
- package/es/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.js +0 -74
- package/es/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles.js +0 -32
- package/es/components/collapsible_nav_beta/collapsible_nav_button/index.js +0 -9
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +0 -107
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles.js +0 -39
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +0 -166
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +0 -203
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +0 -20
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/index.js +0 -9
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +0 -91
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +0 -25
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +0 -78
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +0 -452
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +0 -81
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -96
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles.js +0 -28
- package/es/components/collapsible_nav_beta/collapsible_nav_item/index.js +0 -9
- package/es/components/collapsible_nav_beta/context.js +0 -15
- package/es/components/collapsible_nav_beta/index.js +0 -15
- package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +0 -335
- package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles.js +0 -60
- package/lib/components/collapsible_nav_beta/_kibana_solution/index.js +0 -12
- package/lib/components/collapsible_nav_beta/collapsible_nav_beta.js +0 -261
- package/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +0 -38
- package/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.js +0 -71
- package/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +0 -33
- package/lib/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.js +0 -83
- package/lib/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles.js +0 -36
- package/lib/components/collapsible_nav_beta/collapsible_nav_button/index.js +0 -12
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +0 -116
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles.js +0 -43
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +0 -171
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +0 -211
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +0 -26
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/index.js +0 -12
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +0 -97
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +0 -31
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +0 -84
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +0 -461
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +0 -84
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -104
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles.js +0 -34
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/index.js +0 -18
- package/lib/components/collapsible_nav_beta/context.js +0 -21
- package/lib/components/collapsible_nav_beta/index.js +0 -19
- package/optimize/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +0 -169
- package/optimize/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles.js +0 -56
- package/optimize/es/components/collapsible_nav_beta/_kibana_solution/index.js +0 -9
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_beta.js +0 -189
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +0 -32
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_body_footer.js +0 -62
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +0 -28
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.js +0 -66
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles.js +0 -32
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_button/index.js +0 -9
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +0 -64
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles.js +0 -39
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +0 -41
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +0 -97
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +0 -20
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/index.js +0 -9
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +0 -69
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +0 -25
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +0 -59
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +0 -182
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +0 -78
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -72
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles.js +0 -28
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/index.js +0 -9
- package/optimize/es/components/collapsible_nav_beta/context.js +0 -15
- package/optimize/es/components/collapsible_nav_beta/index.js +0 -15
- package/optimize/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +0 -178
- package/optimize/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles.js +0 -60
- package/optimize/lib/components/collapsible_nav_beta/_kibana_solution/index.js +0 -12
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_beta.js +0 -198
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +0 -38
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.js +0 -70
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +0 -33
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.js +0 -75
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles.js +0 -36
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_button/index.js +0 -12
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +0 -73
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles.js +0 -43
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +0 -46
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +0 -106
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +0 -26
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/index.js +0 -12
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +0 -75
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +0 -31
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +0 -65
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +0 -191
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +0 -82
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -81
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles.js +0 -34
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/index.js +0 -18
- package/optimize/lib/components/collapsible_nav_beta/context.js +0 -21
- package/optimize/lib/components/collapsible_nav_beta/index.js +0 -19
- package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +0 -327
- package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles.js +0 -60
- package/test-env/components/collapsible_nav_beta/_kibana_solution/index.js +0 -12
- package/test-env/components/collapsible_nav_beta/collapsible_nav_beta.js +0 -250
- package/test-env/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +0 -38
- package/test-env/components/collapsible_nav_beta/collapsible_nav_body_footer.js +0 -70
- package/test-env/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +0 -33
- package/test-env/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.js +0 -82
- package/test-env/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles.js +0 -36
- package/test-env/components/collapsible_nav_beta/collapsible_nav_button/index.js +0 -12
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +0 -115
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles.js +0 -43
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +0 -170
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +0 -203
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +0 -26
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/index.js +0 -12
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +0 -93
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +0 -31
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +0 -83
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +0 -460
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +0 -82
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -101
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles.js +0 -34
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/index.js +0 -18
- package/test-env/components/collapsible_nav_beta/context.js +0 -21
- package/test-env/components/collapsible_nav_beta/index.js +0 -19
package/eui.d.ts
CHANGED
|
@@ -2861,8 +2861,17 @@ declare module '@elastic/eui/src/components/tool_tip/tool_tip_arrow' {
|
|
|
2861
2861
|
declare module '@elastic/eui/src/components/tool_tip/tool_tip_manager' {
|
|
2862
2862
|
class ToolTipManager {
|
|
2863
2863
|
toolTipsToHide: Set<Function>;
|
|
2864
|
-
|
|
2864
|
+
lastHiddenAt: number | null;
|
|
2865
|
+
registerTooltip: (hideCallback: Function) => {
|
|
2866
|
+
skipAnimation: boolean;
|
|
2867
|
+
} | null;
|
|
2865
2868
|
deregisterToolTip: (hideCallback: Function) => void;
|
|
2869
|
+
/**
|
|
2870
|
+
* Resets all internal state. Primarily intended for tests, so that a
|
|
2871
|
+
* tooltip shown in one test doesn't leak into the next (the manager is a
|
|
2872
|
+
* module-level singleton).
|
|
2873
|
+
*/
|
|
2874
|
+
reset: () => void;
|
|
2866
2875
|
}
|
|
2867
2876
|
export const toolTipManager: ToolTipManager;
|
|
2868
2877
|
export {};
|
|
@@ -8020,6 +8029,17 @@ declare module '@elastic/eui/src/components/icon/assets/transition_top_out' {
|
|
|
8020
8029
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
8021
8030
|
export {};
|
|
8022
8031
|
|
|
8032
|
+
}
|
|
8033
|
+
declare module '@elastic/eui/src/components/icon/assets/translate' {
|
|
8034
|
+
import * as React from 'react';
|
|
8035
|
+
import type { SVGProps } from 'react';
|
|
8036
|
+
interface SVGRProps {
|
|
8037
|
+
title?: string;
|
|
8038
|
+
titleId?: string;
|
|
8039
|
+
}
|
|
8040
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
8041
|
+
export {};
|
|
8042
|
+
|
|
8023
8043
|
}
|
|
8024
8044
|
declare module '@elastic/eui/src/components/icon/assets/trash' {
|
|
8025
8045
|
import * as React from 'react';
|
|
@@ -9503,6 +9523,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9503
9523
|
transitionLeftOut: IconImportLoaderWithMetadata;
|
|
9504
9524
|
transitionTopIn: IconImportLoaderWithMetadata;
|
|
9505
9525
|
transitionTopOut: IconImportLoaderWithMetadata;
|
|
9526
|
+
translate: IconImportLoaderWithMetadata;
|
|
9506
9527
|
trash: IconImportLoaderWithMetadata;
|
|
9507
9528
|
unfold: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/unfold")>;
|
|
9508
9529
|
unlink: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/link_slash")>;
|
|
@@ -9608,16 +9629,16 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9608
9629
|
tokenVectorSparse: IconImportLoaderWithMetadata;
|
|
9609
9630
|
};
|
|
9610
9631
|
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")[];
|
|
9632
|
+
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" | "translate" | "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")[];
|
|
9633
|
+
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" | "translate" | "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")[];
|
|
9634
|
+
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" | "translate" | "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")[];
|
|
9635
|
+
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" | "translate" | "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")[];
|
|
9636
|
+
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" | "translate" | "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")[];
|
|
9637
|
+
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" | "translate" | "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")[];
|
|
9638
|
+
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" | "translate" | "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
|
+
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" | "translate" | "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")[];
|
|
9640
|
+
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" | "translate" | "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")[];
|
|
9641
|
+
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" | "translate" | "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
9642
|
export type TypeToPathMapSynonyms = Partial<Record<keyof typeof typeToPathMap, string[]>>;
|
|
9622
9643
|
export const typeToPathMapSynonyms: TypeToPathMapSynonyms;
|
|
9623
9644
|
export {};
|
|
@@ -9673,7 +9694,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
9673
9694
|
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
9674
9695
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
9675
9696
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
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")[];
|
|
9697
|
+
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" | "translate" | "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")[];
|
|
9677
9698
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
9678
9699
|
export type IconType = EuiIconType | string | ComponentType;
|
|
9679
9700
|
export type IconColor = string | NamedColor;
|
|
@@ -24234,512 +24255,6 @@ declare module '@elastic/eui/src/components/collapsible_nav' {
|
|
|
24234
24255
|
export type { EuiCollapsibleNavProps } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav';
|
|
24235
24256
|
export { EuiCollapsibleNav } from '@elastic/eui/src/components/collapsible_nav/collapsible_nav';
|
|
24236
24257
|
|
|
24237
|
-
}
|
|
24238
|
-
declare module '@elastic/eui/src/components/header/header.styles' {
|
|
24239
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
24240
|
-
export const euiHeaderVariables: (euiThemeContext: UseEuiTheme) => {
|
|
24241
|
-
height: string;
|
|
24242
|
-
childHeight: string;
|
|
24243
|
-
padding: string;
|
|
24244
|
-
};
|
|
24245
|
-
export const euiHeaderStyles: (euiThemeContext: UseEuiTheme) => {
|
|
24246
|
-
euiHeader: import("@emotion/react").SerializedStyles;
|
|
24247
|
-
static: import("@emotion/react").SerializedStyles;
|
|
24248
|
-
fixed: import("@emotion/react").SerializedStyles;
|
|
24249
|
-
default: import("@emotion/react").SerializedStyles;
|
|
24250
|
-
dark: import("@emotion/react").SerializedStyles;
|
|
24251
|
-
};
|
|
24252
|
-
|
|
24253
|
-
}
|
|
24254
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/context' {
|
|
24255
|
-
import { MouseEventHandler } from 'react';
|
|
24256
|
-
import { _EuiFlyoutSide } from '@elastic/eui/src/components/flyout/const';
|
|
24257
|
-
type _EuiCollapsibleNavContext = {
|
|
24258
|
-
isCollapsed: boolean;
|
|
24259
|
-
isPush: boolean;
|
|
24260
|
-
isOverlayOpen: boolean;
|
|
24261
|
-
side: _EuiFlyoutSide;
|
|
24262
|
-
closePortals?: MouseEventHandler;
|
|
24263
|
-
};
|
|
24264
|
-
export const EuiCollapsibleNavContext: import("react").Context<_EuiCollapsibleNavContext>;
|
|
24265
|
-
export {};
|
|
24266
|
-
|
|
24267
|
-
}
|
|
24268
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles' {
|
|
24269
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
24270
|
-
export const euiCollapsibleNavButtonWrapperStyles: (euiThemeContext: UseEuiTheme) => {
|
|
24271
|
-
euiCollapsibleNavButtonWrapper: import("@emotion/react").SerializedStyles;
|
|
24272
|
-
euiCollapsibleNavButton: import("@emotion/react").SerializedStyles;
|
|
24273
|
-
left: import("@emotion/react").SerializedStyles;
|
|
24274
|
-
right: import("@emotion/react").SerializedStyles;
|
|
24275
|
-
};
|
|
24276
|
-
|
|
24277
|
-
}
|
|
24278
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button' {
|
|
24279
|
-
import React from 'react';
|
|
24280
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
24281
|
-
import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
|
|
24282
|
-
export type EuiCollapsibleNavButtonProps = CommonProps & Partial<EuiButtonIconPropsForButton>;
|
|
24283
|
-
export const EuiCollapsibleNavButton: React.ForwardRefExoticComponent<CommonProps & Partial<EuiButtonIconPropsForButton> & React.RefAttributes<HTMLDivElement>>;
|
|
24284
|
-
|
|
24285
|
-
}
|
|
24286
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
|
|
24287
|
-
export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
|
|
24288
|
-
|
|
24289
|
-
}
|
|
24290
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_body_footer.styles' {
|
|
24291
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
24292
|
-
export const hideScrollbars = "\n scrollbar-width: none; /* Firefox */\n\n &::-webkit-scrollbar {\n display: none; /* Chrome, Edge, & Safari */\n }\n";
|
|
24293
|
-
export const euiCollapsibleNavBodyStyles: {
|
|
24294
|
-
euiCollapsibleNav__body: import("@emotion/react").SerializedStyles;
|
|
24295
|
-
isPushCollapsed: import("@emotion/react").SerializedStyles;
|
|
24296
|
-
};
|
|
24297
|
-
export const euiCollapsibleNavFooterStyles: (euiThemeContext: UseEuiTheme) => {
|
|
24298
|
-
euiCollapsibleNav__footer: import("@emotion/react").SerializedStyles;
|
|
24299
|
-
euiFlyoutFooter__overflow: import("@emotion/react").SerializedStyles;
|
|
24300
|
-
isPushCollapsed: import("@emotion/react").SerializedStyles;
|
|
24301
|
-
};
|
|
24302
|
-
|
|
24303
|
-
}
|
|
24304
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_beta.styles' {
|
|
24305
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
24306
|
-
export const euiCollapsibleNavBetaStyles: (euiThemeContext: UseEuiTheme) => {
|
|
24307
|
-
euiCollapsibleNavBeta: import("@emotion/react").SerializedStyles;
|
|
24308
|
-
left: import("@emotion/react").SerializedStyles;
|
|
24309
|
-
right: import("@emotion/react").SerializedStyles;
|
|
24310
|
-
isPush: import("@emotion/react").SerializedStyles;
|
|
24311
|
-
isPushCollapsed: import("@emotion/react").SerializedStyles;
|
|
24312
|
-
isOverlayFullWidth: import("@emotion/react").SerializedStyles;
|
|
24313
|
-
};
|
|
24314
|
-
|
|
24315
|
-
}
|
|
24316
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_body_footer' {
|
|
24317
|
-
import { EuiFlyoutBodyProps, EuiFlyoutFooterProps } from '@elastic/eui/src/components/flyout';
|
|
24318
|
-
/**
|
|
24319
|
-
* These components are incredibly light wrappers around `EuiFlyoutBody`
|
|
24320
|
-
* and `EuiFlyoutFooter` with collapsible nav-specific styling/considerations.
|
|
24321
|
-
*
|
|
24322
|
-
* Note: They are not intended to be used standalone outside of EuiCollapsibleNav
|
|
24323
|
-
*/
|
|
24324
|
-
export const EuiCollapsibleNavBody: EuiFlyoutBodyProps;
|
|
24325
|
-
export const EuiCollapsibleNavFooter: EuiFlyoutFooterProps;
|
|
24326
|
-
|
|
24327
|
-
}
|
|
24328
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles' {
|
|
24329
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
24330
|
-
/**
|
|
24331
|
-
* Style variables shared between accordion, link, and sub items
|
|
24332
|
-
*/
|
|
24333
|
-
export const euiCollapsibleNavItemVariables: (euiThemeContext: UseEuiTheme) => {
|
|
24334
|
-
animation: string;
|
|
24335
|
-
borderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
24336
|
-
backgroundHoverColor: string;
|
|
24337
|
-
backgroundSelectedColor: string;
|
|
24338
|
-
color: string;
|
|
24339
|
-
rightIconColor: string;
|
|
24340
|
-
fontSize: import("react").CSSProperties["fontSize"];
|
|
24341
|
-
lineHeight: import("react").CSSProperties["lineHeight"];
|
|
24342
|
-
height: string;
|
|
24343
|
-
padding: string;
|
|
24344
|
-
};
|
|
24345
|
-
/**
|
|
24346
|
-
* Title styles
|
|
24347
|
-
*/
|
|
24348
|
-
export const euiCollapsibleNavItemTitleStyles: {
|
|
24349
|
-
euiCollapsibleNavItem__title: import("@emotion/react").SerializedStyles;
|
|
24350
|
-
};
|
|
24351
|
-
/**
|
|
24352
|
-
* Sub item groups
|
|
24353
|
-
*/
|
|
24354
|
-
export const euiCollapsibleNavSubItemsStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
24355
|
-
euiCollapsibleNavItem__items: import("@emotion/react").SerializedStyles;
|
|
24356
|
-
isTopItem: import("@emotion/react").SerializedStyles;
|
|
24357
|
-
isSubItem: import("@emotion/react").SerializedStyles;
|
|
24358
|
-
};
|
|
24359
|
-
/**
|
|
24360
|
-
* Top-level item only styles
|
|
24361
|
-
*/
|
|
24362
|
-
export const euiCollapsibleNavTopItemStyles: ({ euiTheme: _euiTheme, }: UseEuiTheme) => {
|
|
24363
|
-
euiCollapsibleNavTopItem: import("@emotion/react").SerializedStyles;
|
|
24364
|
-
};
|
|
24365
|
-
|
|
24366
|
-
}
|
|
24367
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles' {
|
|
24368
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
24369
|
-
export const euiCollapsedNavButtonStyles: (euiThemeContext: UseEuiTheme) => {
|
|
24370
|
-
euiCollapsedNavButton: import("@emotion/react").SerializedStyles;
|
|
24371
|
-
isSelected: import("@emotion/react").SerializedStyles;
|
|
24372
|
-
};
|
|
24373
|
-
export const euiCollapsedNavItemTooltipStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
24374
|
-
euiCollapsedNavItemTooltip: import("@emotion/react").SerializedStyles;
|
|
24375
|
-
left: import("@emotion/react").SerializedStyles;
|
|
24376
|
-
right: import("@emotion/react").SerializedStyles;
|
|
24377
|
-
hidden: import("@emotion/react").SerializedStyles;
|
|
24378
|
-
};
|
|
24379
|
-
|
|
24380
|
-
}
|
|
24381
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button' {
|
|
24382
|
-
import { FunctionComponent } from 'react';
|
|
24383
|
-
import { EuiCollapsibleNavItemProps } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item';
|
|
24384
|
-
export const EuiCollapsedNavButton: FunctionComponent<Omit<EuiCollapsibleNavItemProps, 'items' | 'isCollapsible' | 'accordionProps'> & {
|
|
24385
|
-
hideToolTip?: boolean;
|
|
24386
|
-
}>;
|
|
24387
|
-
|
|
24388
|
-
}
|
|
24389
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles' {
|
|
24390
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
24391
|
-
export const euiCollapsedNavPopoverStyles: (euiThemeContext: UseEuiTheme) => {
|
|
24392
|
-
euiCollapsedNavPopover__panel: import("@emotion/react").SerializedStyles;
|
|
24393
|
-
euiCollapsedNavPopover__title: import("@emotion/react").SerializedStyles;
|
|
24394
|
-
euiCollapsedNavPopover__items: import("@emotion/react").SerializedStyles;
|
|
24395
|
-
};
|
|
24396
|
-
|
|
24397
|
-
}
|
|
24398
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover' {
|
|
24399
|
-
import { FunctionComponent } from 'react';
|
|
24400
|
-
import { type EuiPopoverProps } from '@elastic/eui/src/components/popover';
|
|
24401
|
-
import { EuiCollapsibleNavItemProps } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item';
|
|
24402
|
-
export const EuiCollapsedNavPopover: FunctionComponent<Omit<EuiCollapsibleNavItemProps, 'isCollapsible' | 'accordionProps' | 'href' | 'linkProps'> & Partial<EuiPopoverProps>>;
|
|
24403
|
-
|
|
24404
|
-
}
|
|
24405
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item' {
|
|
24406
|
-
import { FunctionComponent } from 'react';
|
|
24407
|
-
import { EuiCollapsibleNavItemProps } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item';
|
|
24408
|
-
/**
|
|
24409
|
-
* The collapsed nav item state only shows on larger/non-mobile screens
|
|
24410
|
-
* and collapses top-level link/accordion items to only rendering icons.
|
|
24411
|
-
*
|
|
24412
|
-
* Accordions turn into popovers, links turn into icon buttons
|
|
24413
|
-
*/
|
|
24414
|
-
export const EuiCollapsedNavItem: FunctionComponent<EuiCollapsibleNavItemProps>;
|
|
24415
|
-
|
|
24416
|
-
}
|
|
24417
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsed' {
|
|
24418
|
-
export { EuiCollapsedNavItem } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item';
|
|
24419
|
-
|
|
24420
|
-
}
|
|
24421
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles' {
|
|
24422
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
24423
|
-
export const euiCollapsibleNavLinkStyles: (euiThemeContext: UseEuiTheme) => {
|
|
24424
|
-
euiCollapsibleNavLink: import("@emotion/react").SerializedStyles;
|
|
24425
|
-
isSelected: import("@emotion/react").SerializedStyles;
|
|
24426
|
-
isTopItem: {
|
|
24427
|
-
isTopItem: import("@emotion/react").SerializedStyles;
|
|
24428
|
-
isNotAccordion: import("@emotion/react").SerializedStyles;
|
|
24429
|
-
isInteractive: import("@emotion/react").SerializedStyles;
|
|
24430
|
-
};
|
|
24431
|
-
isSubItem: import("@emotion/react").SerializedStyles;
|
|
24432
|
-
};
|
|
24433
|
-
|
|
24434
|
-
}
|
|
24435
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link' {
|
|
24436
|
-
import { FunctionComponent, ReactNode } from 'react';
|
|
24437
|
-
import { EuiLinkProps } from '@elastic/eui/src/components/link';
|
|
24438
|
-
import type { _SharedEuiCollapsibleNavItemProps, _EuiCollapsibleNavItemDisplayProps, EuiCollapsibleNavItemProps } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item';
|
|
24439
|
-
type EuiCollapsibleNavLinkProps = Omit<EuiLinkProps, 'children'> & _SharedEuiCollapsibleNavItemProps & _EuiCollapsibleNavItemDisplayProps & Pick<EuiCollapsibleNavItemProps, 'href' | 'linkProps'> & {
|
|
24440
|
-
children: ReactNode;
|
|
24441
|
-
isInteractive?: boolean;
|
|
24442
|
-
isNotAccordion?: boolean;
|
|
24443
|
-
};
|
|
24444
|
-
/**
|
|
24445
|
-
* Internal nav link component.
|
|
24446
|
-
*
|
|
24447
|
-
* Can be rendered as a standalone nav item, or as part of an accordion header.
|
|
24448
|
-
* Can also be rendered as top-level item (has a background hover) or as a
|
|
24449
|
-
* sub-item (renders closer to plain text).
|
|
24450
|
-
*
|
|
24451
|
-
* In terms of DOM output, follows the same logic as EuiLink (renders either
|
|
24452
|
-
* an `a` tag or a `button` if no valid link exists), and can also additionally
|
|
24453
|
-
* rendered a plain `span` if the item is not interactive.
|
|
24454
|
-
*/
|
|
24455
|
-
export const EuiCollapsibleNavLink: FunctionComponent<EuiCollapsibleNavLinkProps>;
|
|
24456
|
-
export {};
|
|
24457
|
-
|
|
24458
|
-
}
|
|
24459
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles' {
|
|
24460
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
24461
|
-
export const euiCollapsibleNavAccordionStyles: (euiThemeContext: UseEuiTheme) => {
|
|
24462
|
-
euiCollapsibleNavAccordion: import("@emotion/react").SerializedStyles;
|
|
24463
|
-
isSelected: import("@emotion/react").SerializedStyles;
|
|
24464
|
-
isTopItem: import("@emotion/react").SerializedStyles;
|
|
24465
|
-
isSubItem: import("@emotion/react").SerializedStyles;
|
|
24466
|
-
euiCollapsibleNavAccordion__arrow: import("@emotion/react").SerializedStyles;
|
|
24467
|
-
};
|
|
24468
|
-
|
|
24469
|
-
}
|
|
24470
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion' {
|
|
24471
|
-
import { FunctionComponent, ReactNode } from 'react';
|
|
24472
|
-
import { type _SharedEuiCollapsibleNavItemProps, type _EuiCollapsibleNavItemDisplayProps, type EuiCollapsibleNavItemProps } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item';
|
|
24473
|
-
type EuiCollapsibleNavAccordionProps = _SharedEuiCollapsibleNavItemProps & _EuiCollapsibleNavItemDisplayProps & Pick<EuiCollapsibleNavItemProps, 'accordionProps'> & Required<Pick<EuiCollapsibleNavItemProps, 'items'>> & {
|
|
24474
|
-
buttonContent: ReactNode;
|
|
24475
|
-
};
|
|
24476
|
-
/**
|
|
24477
|
-
* Internal nav accordion component.
|
|
24478
|
-
*
|
|
24479
|
-
* Renders children as either a nav link or any number/nesting of more nav accordions.
|
|
24480
|
-
* Triggering the open/closed state is handled only by the accordion `arrow` for
|
|
24481
|
-
* UX consistency, as accordion/nav titles can be their own links to pages.
|
|
24482
|
-
*/
|
|
24483
|
-
export const EuiCollapsibleNavAccordion: FunctionComponent<EuiCollapsibleNavAccordionProps>;
|
|
24484
|
-
export {};
|
|
24485
|
-
|
|
24486
|
-
}
|
|
24487
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group' {
|
|
24488
|
-
import { FunctionComponent, ReactNode } from 'react';
|
|
24489
|
-
import { type _SharedEuiCollapsibleNavItemProps, type _EuiCollapsibleNavItemDisplayProps, type EuiCollapsibleNavItemProps } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item';
|
|
24490
|
-
type EuiCollapsibleNavGroupProps = _SharedEuiCollapsibleNavItemProps & _EuiCollapsibleNavItemDisplayProps & Required<Pick<EuiCollapsibleNavItemProps, 'items'>> & {
|
|
24491
|
-
header?: ReactNode;
|
|
24492
|
-
};
|
|
24493
|
-
/**
|
|
24494
|
-
* Internal nav group. Should look the same as an open accordion,
|
|
24495
|
-
* but not be toggle-able to close.
|
|
24496
|
-
*
|
|
24497
|
-
* Yes, I know this is the 3rd component in EUI named EuiCollapsibleNavGroup :|
|
|
24498
|
-
* I'm waiting for serverless's design architecture to settle before untangling
|
|
24499
|
-
* this pasghetti
|
|
24500
|
-
*/
|
|
24501
|
-
export const EuiCollapsibleNavGroup: FunctionComponent<EuiCollapsibleNavGroupProps>;
|
|
24502
|
-
export {};
|
|
24503
|
-
|
|
24504
|
-
}
|
|
24505
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item' {
|
|
24506
|
-
import { FunctionComponent, HTMLAttributes, MouseEventHandler, ReactNode } from 'react';
|
|
24507
|
-
import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
|
|
24508
|
-
import { IconType, EuiIconProps } from '@elastic/eui/src/components/icon';
|
|
24509
|
-
import { EuiLinkProps } from '@elastic/eui/src/components/link';
|
|
24510
|
-
import { EuiAccordionProps } from '@elastic/eui/src/components/accordion';
|
|
24511
|
-
export type _SharedEuiCollapsibleNavItemProps = HTMLAttributes<HTMLElement> & CommonProps & {
|
|
24512
|
-
/**
|
|
24513
|
-
* Highlights whether an item is currently selected, e.g.
|
|
24514
|
-
* if the user is on the same page as the nav link
|
|
24515
|
-
*/
|
|
24516
|
-
isSelected?: boolean;
|
|
24517
|
-
};
|
|
24518
|
-
export type EuiCollapsibleNavItemProps = _SharedEuiCollapsibleNavItemProps & ExclusiveUnion<{
|
|
24519
|
-
/**
|
|
24520
|
-
* Required text to render as the nav item title
|
|
24521
|
-
*/
|
|
24522
|
-
title: string;
|
|
24523
|
-
/**
|
|
24524
|
-
* Allows customizing the title element.
|
|
24525
|
-
* Consider using a heading element for better accessibility.
|
|
24526
|
-
* Defaults to an unsemantic `span` or `div`, depending on context.
|
|
24527
|
-
*/
|
|
24528
|
-
titleElement?: 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'span' | 'div';
|
|
24529
|
-
/**
|
|
24530
|
-
* Optional icon to render to the left of title content
|
|
24531
|
-
*/
|
|
24532
|
-
icon?: IconType;
|
|
24533
|
-
/**
|
|
24534
|
-
* Optional props to pass to the title icon
|
|
24535
|
-
*/
|
|
24536
|
-
iconProps?: Partial<EuiIconProps>;
|
|
24537
|
-
}, {}> & ExclusiveUnion<{
|
|
24538
|
-
/**
|
|
24539
|
-
* The nav item link.
|
|
24540
|
-
*
|
|
24541
|
-
* If not included, and no `onClick` is specified, the nav item
|
|
24542
|
-
* will render as an non-interactive `<span>`.
|
|
24543
|
-
*
|
|
24544
|
-
* Should not be used together with `items`, as the title will
|
|
24545
|
-
* trigger the accordion collapse/expand action instead of a link.
|
|
24546
|
-
*/
|
|
24547
|
-
href?: string;
|
|
24548
|
-
/**
|
|
24549
|
-
* If a `href` is specified, use this prop to pass any prop that `EuiLink` accepts
|
|
24550
|
-
*/
|
|
24551
|
-
linkProps?: Partial<EuiLinkProps>;
|
|
24552
|
-
}, {
|
|
24553
|
-
/**
|
|
24554
|
-
* Will render either an accordion or group of nested child item links.
|
|
24555
|
-
*
|
|
24556
|
-
* Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
|
|
24557
|
-
* subitem content, pass an object with a `renderItem` callback.
|
|
24558
|
-
*/
|
|
24559
|
-
items: EuiCollapsibleNavSubItemProps[];
|
|
24560
|
-
/**
|
|
24561
|
-
* If set to false, will (visually) render an always-open accordion that cannot
|
|
24562
|
-
* be toggled closed. Ignored if `items` is not passed.
|
|
24563
|
-
*
|
|
24564
|
-
* @default true
|
|
24565
|
-
*/
|
|
24566
|
-
isCollapsible?: boolean;
|
|
24567
|
-
/**
|
|
24568
|
-
* If `items` is specified, and `isCollapsible` is not set to false, you may
|
|
24569
|
-
* use this prop to pass any prop that `EuiAccordion` accepts, including props
|
|
24570
|
-
* that control the toggled state of the accordion (e.g. `initialIsOpen`, `forceState`)
|
|
24571
|
-
*/
|
|
24572
|
-
accordionProps?: Partial<EuiAccordionProps>;
|
|
24573
|
-
}>;
|
|
24574
|
-
export type EuiCollapsibleNavCustomSubItem = {
|
|
24575
|
-
renderItem: (options: {
|
|
24576
|
-
/**
|
|
24577
|
-
* When the side nav is collapsed on larger screens, the menu appears in an EuiPopover.
|
|
24578
|
-
* When the sidenav is collapsed on smaller screens, the menu appears in an EuiFlyout.
|
|
24579
|
-
*
|
|
24580
|
-
* Use this handler to close either the portalled flyout or popover, depending on which is present.
|
|
24581
|
-
* If the handler is not defined, it means there is no portal onscreen to close.
|
|
24582
|
-
*/
|
|
24583
|
-
closePortals?: MouseEventHandler;
|
|
24584
|
-
}) => ReactNode;
|
|
24585
|
-
};
|
|
24586
|
-
export type EuiCollapsibleNavSubItemProps = ExclusiveUnion<EuiCollapsibleNavItemProps, EuiCollapsibleNavCustomSubItem>;
|
|
24587
|
-
export type _EuiCollapsibleNavItemDisplayProps = {
|
|
24588
|
-
/**
|
|
24589
|
-
* Determines whether the item should render as a top-level nav item
|
|
24590
|
-
* or a nested nav subitem. Set internally by EUI
|
|
24591
|
-
*/
|
|
24592
|
-
isSubItem?: boolean;
|
|
24593
|
-
};
|
|
24594
|
-
/**
|
|
24595
|
-
* Internal subcomponent for title display
|
|
24596
|
-
*/
|
|
24597
|
-
export const EuiCollapsibleNavItemTitle: FunctionComponent<Pick<EuiCollapsibleNavItemProps, 'title' | 'titleElement' | 'icon' | 'iconProps'>>;
|
|
24598
|
-
/**
|
|
24599
|
-
* Sub-items can either be a totally custom rendered item,
|
|
24600
|
-
* or they can simply be more links or accordions
|
|
24601
|
-
*/
|
|
24602
|
-
export const EuiCollapsibleNavSubItem: FunctionComponent<EuiCollapsibleNavSubItemProps>;
|
|
24603
|
-
/**
|
|
24604
|
-
* Reuseable component for rendering a group of sub items
|
|
24605
|
-
* Used by both `EuiCollapsibleNavGroup` and `EuiCollapsibleNavAccordion`
|
|
24606
|
-
*/
|
|
24607
|
-
type EuiCollapsibleNavSubItemsProps = HTMLAttributes<HTMLDivElement> & _EuiCollapsibleNavItemDisplayProps & {
|
|
24608
|
-
items: EuiCollapsibleNavSubItemProps[];
|
|
24609
|
-
};
|
|
24610
|
-
export const EuiCollapsibleNavSubItems: FunctionComponent<EuiCollapsibleNavSubItemsProps>;
|
|
24611
|
-
/**
|
|
24612
|
-
* The actual exported component
|
|
24613
|
-
*/
|
|
24614
|
-
export const EuiCollapsibleNavItem: FunctionComponent<EuiCollapsibleNavItemProps>;
|
|
24615
|
-
export {};
|
|
24616
|
-
|
|
24617
|
-
}
|
|
24618
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item' {
|
|
24619
|
-
export type { EuiCollapsibleNavItemProps, EuiCollapsibleNavSubItemProps, } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item';
|
|
24620
|
-
export { EuiCollapsibleNavItem, EuiCollapsibleNavSubItem, } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item';
|
|
24621
|
-
|
|
24622
|
-
}
|
|
24623
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles' {
|
|
24624
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
24625
|
-
export const euiCollapsibleNavKibanaSolutionStyles: (euiThemeContext: UseEuiTheme) => {
|
|
24626
|
-
euiCollapsibleNavKibanaSolution: import("@emotion/react").SerializedStyles;
|
|
24627
|
-
collapsed: import("@emotion/react").SerializedStyles;
|
|
24628
|
-
uncollapsed: import("@emotion/react").SerializedStyles;
|
|
24629
|
-
euiCollapsibleNavKibanaSolution__title: import("@emotion/react").SerializedStyles;
|
|
24630
|
-
euiCollapsibleNavKibanaSolution__logo: import("@emotion/react").SerializedStyles;
|
|
24631
|
-
euiCollapsibleNavKibanaSolution__switcherIcon: import("@emotion/react").SerializedStyles;
|
|
24632
|
-
euiCollapsibleNavKibanaSolution__switcherPopover: import("@emotion/react").SerializedStyles;
|
|
24633
|
-
euiCollapsibleNavKibanaSolution__secondaryItems: import("@emotion/react").SerializedStyles;
|
|
24634
|
-
};
|
|
24635
|
-
|
|
24636
|
-
}
|
|
24637
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution' {
|
|
24638
|
-
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
24639
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
24640
|
-
import { type EuiListGroupItemProps } from '@elastic/eui/src/components/list_group';
|
|
24641
|
-
import { type EuiCollapsibleNavItemProps } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item';
|
|
24642
|
-
export type KibanaCollapsibleNavSolutionProps = HTMLAttributes<HTMLDivElement> & CommonProps & Required<Pick<EuiCollapsibleNavItemProps, 'title' | 'icon' | 'items'>> & {
|
|
24643
|
-
solutions: EuiListGroupItemsModified;
|
|
24644
|
-
};
|
|
24645
|
-
/**
|
|
24646
|
-
* This component should only ever be used as a **top-level component**.
|
|
24647
|
-
* It also should **not** be used in the nav footer.
|
|
24648
|
-
*
|
|
24649
|
-
* This component is **very** specific to Kibana and is not meant to be a generic component.
|
|
24650
|
-
*/
|
|
24651
|
-
export const KibanaCollapsibleNavSolution: FunctionComponent<KibanaCollapsibleNavSolutionProps>;
|
|
24652
|
-
/**
|
|
24653
|
-
* Tweak EuiListGroup's items API to match EuiCollapsibleNav's
|
|
24654
|
-
* more closely (primarily label->title, iconType->icon),
|
|
24655
|
-
* and also to allow passing secondary items in the same array
|
|
24656
|
-
* (which will get rendered in a separate non-bordered group)
|
|
24657
|
-
*/
|
|
24658
|
-
type EuiListGroupItemsModified = Array<Omit<EuiListGroupItemProps, 'label' | 'iconType' | 'icon'> & {
|
|
24659
|
-
title: string;
|
|
24660
|
-
icon?: EuiListGroupItemProps['iconType'];
|
|
24661
|
-
isSecondary?: boolean;
|
|
24662
|
-
}>;
|
|
24663
|
-
export {};
|
|
24664
|
-
|
|
24665
|
-
}
|
|
24666
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/_kibana_solution' {
|
|
24667
|
-
export { KibanaCollapsibleNavSolution } from '@elastic/eui/src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution';
|
|
24668
|
-
|
|
24669
|
-
}
|
|
24670
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_beta' {
|
|
24671
|
-
import React, { HTMLAttributes, ReactNode } from 'react';
|
|
24672
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
24673
|
-
import { EuiFlyoutProps } from '@elastic/eui/src/components/flyout';
|
|
24674
|
-
export type EuiCollapsibleNavBetaProps = CommonProps & Omit<HTMLAttributes<HTMLElement>, 'onResize'> & Pick<EuiFlyoutProps, // Extend only specific flyout props - EuiCollapsibleNav is much less customizable than EuiFlyout
|
|
24675
|
-
// Extend only specific flyout props - EuiCollapsibleNav is much less customizable than EuiFlyout
|
|
24676
|
-
'side' | 'focusTrapProps' | 'includeFixedHeadersInFocusTrap'> & {
|
|
24677
|
-
/**
|
|
24678
|
-
* ReactNode(s) to render as navigation flyout content, typically `EuiCollapsibleNavBeta.Item`s.
|
|
24679
|
-
* You will likely want to use `EuiCollapsibleNavBeta.Body` and `EuiCollapsibleNavBeta.Footer`
|
|
24680
|
-
* for organization.
|
|
24681
|
-
*/
|
|
24682
|
-
children?: ReactNode;
|
|
24683
|
-
/**
|
|
24684
|
-
* Whether the navigation flyout should default to initially collapsed or expanded.
|
|
24685
|
-
* Used for **uncontrolled** state.
|
|
24686
|
-
*/
|
|
24687
|
-
initialIsCollapsed?: boolean;
|
|
24688
|
-
/**
|
|
24689
|
-
* If defined, the navigation collapsed/expanded state is **controlled**
|
|
24690
|
-
* by the consumer and `onCollapseToggle` must be passed as well.
|
|
24691
|
-
* This prop supercedes `initialIsCollapsed`.
|
|
24692
|
-
*/
|
|
24693
|
-
isCollapsed?: boolean;
|
|
24694
|
-
/**
|
|
24695
|
-
* Optional callback that fires when the user toggles the nav between
|
|
24696
|
-
* collapsed and uncollapsed states
|
|
24697
|
-
*/
|
|
24698
|
-
onCollapseToggle?: (isCollapsed: boolean) => void;
|
|
24699
|
-
/**
|
|
24700
|
-
* Defaults to 248px wide. The navigation width determines behavior at
|
|
24701
|
-
* various responsive breakpoints.
|
|
24702
|
-
*
|
|
24703
|
-
* At larger screen sizes (at least 3x the width of the nav), the nav will
|
|
24704
|
-
* be able to be toggled between a docked full width nav and a collapsed
|
|
24705
|
-
* side bar that only shows the icon of each item.
|
|
24706
|
-
*
|
|
24707
|
-
* At under 3 times the width of the nav, the behavior will lose the collapsed
|
|
24708
|
-
* side bar behavior, and switch from a docked flyout to an overlay flyout only.
|
|
24709
|
-
*
|
|
24710
|
-
* If the page is under 1.5 times the width of the nav, the overlay will
|
|
24711
|
-
* take up the full width of the page.
|
|
24712
|
-
*/
|
|
24713
|
-
width?: number;
|
|
24714
|
-
/**
|
|
24715
|
-
* Overlay flyouts are considered dialogs, and dialogs must have a label.
|
|
24716
|
-
* By default, a label of `Site menu` will be applied.
|
|
24717
|
-
*
|
|
24718
|
-
* If your usage of this component is not actually for site-wide navigation,
|
|
24719
|
-
* please set your own `aria-label` or `aria-labelledby`.
|
|
24720
|
-
*
|
|
24721
|
-
* @default 'Site menu'
|
|
24722
|
-
*/
|
|
24723
|
-
'aria-label'?: string;
|
|
24724
|
-
};
|
|
24725
|
-
export const EuiCollapsibleNavBeta: React.FunctionComponent<EuiCollapsibleNavBetaProps> & {
|
|
24726
|
-
Body: import ("@elastic/eui/src/components/flyout").EuiFlyoutBodyProps;
|
|
24727
|
-
Footer: import ("@elastic/eui/src/components/flyout").EuiFlyoutFooterProps;
|
|
24728
|
-
Item: React.FunctionComponent<import ("@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item").EuiCollapsibleNavItemProps>;
|
|
24729
|
-
KibanaSolution: React.FunctionComponent<import ("@elastic/eui/src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution").KibanaCollapsibleNavSolutionProps>;
|
|
24730
|
-
};
|
|
24731
|
-
|
|
24732
|
-
}
|
|
24733
|
-
declare module '@elastic/eui/src/components/collapsible_nav_beta' {
|
|
24734
|
-
/**
|
|
24735
|
-
* NOTE: This is currently still a beta component, being exported for Kibana
|
|
24736
|
-
* development usage. It is not yet fully documented or supported.
|
|
24737
|
-
*/
|
|
24738
|
-
export type { EuiCollapsibleNavBetaProps } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_beta';
|
|
24739
|
-
export { EuiCollapsibleNavBeta } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_beta';
|
|
24740
|
-
export type { EuiCollapsibleNavItemProps, EuiCollapsibleNavSubItemProps, } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item';
|
|
24741
|
-
export { EuiCollapsibleNavItem } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_item';
|
|
24742
|
-
|
|
24743
24258
|
}
|
|
24744
24259
|
declare module '@elastic/eui/src/components/color_picker/color_picker_swatch.styles' {
|
|
24745
24260
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
@@ -25258,10 +24773,8 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item.styl
|
|
|
25258
24773
|
|
|
25259
24774
|
}
|
|
25260
24775
|
declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
|
|
25261
|
-
import React, { ButtonHTMLAttributes
|
|
25262
|
-
import { WithEuiThemeProps } from '@elastic/eui/src/services';
|
|
24776
|
+
import React, { ButtonHTMLAttributes } from 'react';
|
|
25263
24777
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
25264
|
-
import type { EuiToolTipRef } from '@elastic/eui/src/components/tool_tip';
|
|
25265
24778
|
import { EuiComboBoxOptionOption } from '@elastic/eui/src/components/combo_box';
|
|
25266
24779
|
export type FilterChecked = 'on' | 'off';
|
|
25267
24780
|
export interface EuiFilterSelectItemProps extends CommonProps, ButtonHTMLAttributes<HTMLButtonElement> {
|
|
@@ -25274,33 +24787,9 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
|
|
|
25274
24787
|
forwardRef?: (ref: HTMLButtonElement | null) => void;
|
|
25275
24788
|
}
|
|
25276
24789
|
/**
|
|
25277
|
-
* TODO: This component should removed in favor of EuiSelectable usage
|
|
25278
|
-
* once EuiComboBox has been converted to dogfood EuiSelectable.
|
|
25279
|
-
*
|
|
25280
24790
|
* @deprecated - Use EuiSelectable instead
|
|
25281
24791
|
*/
|
|
25282
|
-
export
|
|
25283
|
-
static defaultProps: {
|
|
25284
|
-
showIcons: boolean;
|
|
25285
|
-
truncateContent: boolean;
|
|
25286
|
-
};
|
|
25287
|
-
buttonRef: HTMLButtonElement | null;
|
|
25288
|
-
tooltipRef: React.RefObject<EuiToolTipRef>;
|
|
25289
|
-
state: {
|
|
25290
|
-
hasFocus: boolean;
|
|
25291
|
-
};
|
|
25292
|
-
setButtonRef: (node: HTMLButtonElement | null) => void;
|
|
25293
|
-
focus: () => void;
|
|
25294
|
-
toggleToolTip: (isFocused: boolean) => void;
|
|
25295
|
-
hasFocus: () => boolean;
|
|
25296
|
-
componentDidMount(): void;
|
|
25297
|
-
componentDidUpdate(prevProps: Readonly<WithEuiThemeProps<{}> & EuiFilterSelectItemProps>): void;
|
|
25298
|
-
render(): React.JSX.Element;
|
|
25299
|
-
}
|
|
25300
|
-
/**
|
|
25301
|
-
* @deprecated - Use EuiSelectable instead
|
|
25302
|
-
*/
|
|
25303
|
-
export const EuiFilterSelectItem: React.ForwardRefExoticComponent<Omit<EuiFilterSelectItemProps, "theme"> & React.RefAttributes<Omit<EuiFilterSelectItemProps, "theme">>>;
|
|
24792
|
+
export const EuiFilterSelectItem: React.FunctionComponent<EuiFilterSelectItemProps>;
|
|
25304
24793
|
|
|
25305
24794
|
}
|
|
25306
24795
|
declare module '@elastic/eui/src/components/selectable/selectable_list/selectable_list.styles' {
|
|
@@ -30838,6 +30327,22 @@ declare module '@elastic/eui/src/components/header/header_section/header_section
|
|
|
30838
30327
|
*/
|
|
30839
30328
|
export const EuiHeaderSectionItem: FunctionComponent<EuiHeaderSectionItemProps>;
|
|
30840
30329
|
|
|
30330
|
+
}
|
|
30331
|
+
declare module '@elastic/eui/src/components/header/header.styles' {
|
|
30332
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
30333
|
+
export const euiHeaderVariables: (euiThemeContext: UseEuiTheme) => {
|
|
30334
|
+
height: string;
|
|
30335
|
+
childHeight: string;
|
|
30336
|
+
padding: string;
|
|
30337
|
+
};
|
|
30338
|
+
export const euiHeaderStyles: (euiThemeContext: UseEuiTheme) => {
|
|
30339
|
+
euiHeader: import("@emotion/react").SerializedStyles;
|
|
30340
|
+
static: import("@emotion/react").SerializedStyles;
|
|
30341
|
+
fixed: import("@emotion/react").SerializedStyles;
|
|
30342
|
+
default: import("@emotion/react").SerializedStyles;
|
|
30343
|
+
dark: import("@emotion/react").SerializedStyles;
|
|
30344
|
+
};
|
|
30345
|
+
|
|
30841
30346
|
}
|
|
30842
30347
|
declare module '@elastic/eui/src/components/header/header_section/header_section_item_button.styles' {
|
|
30843
30348
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
@@ -35746,9 +35251,9 @@ declare module '@elastic/eui/src/components/side_nav/side_nav.styles' {
|
|
|
35746
35251
|
|
|
35747
35252
|
}
|
|
35748
35253
|
declare module '@elastic/eui/src/components/side_nav/side_nav' {
|
|
35749
|
-
import React, {
|
|
35254
|
+
import React, { ReactNode, MouseEventHandler } from 'react';
|
|
35750
35255
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
35751
|
-
import { EuiBreakpointSize
|
|
35256
|
+
import { EuiBreakpointSize } from '@elastic/eui/src/services';
|
|
35752
35257
|
import { EuiSideNavHeadingProps } from '@elastic/eui/src/components/side_nav/_side_nav_heading';
|
|
35753
35258
|
import { RenderItem } from '@elastic/eui/src/components/side_nav/side_nav_item';
|
|
35754
35259
|
import { EuiSideNavItemType } from '@elastic/eui/src/components/side_nav/side_nav_types';
|
|
@@ -35799,17 +35304,7 @@ declare module '@elastic/eui/src/components/side_nav/side_nav' {
|
|
|
35799
35304
|
*/
|
|
35800
35305
|
truncate?: boolean;
|
|
35801
35306
|
};
|
|
35802
|
-
export
|
|
35803
|
-
generateId: (idSuffix?: string) => string;
|
|
35804
|
-
static defaultProps: {
|
|
35805
|
-
items: never[];
|
|
35806
|
-
mobileBreakpoints: string[];
|
|
35807
|
-
};
|
|
35808
|
-
isItemOpen: (item: EuiSideNavItemType<T>) => boolean;
|
|
35809
|
-
renderTree: (items: Array<EuiSideNavItemType<T>>, depth?: number) => React.JSX.Element[];
|
|
35810
|
-
render(): React.JSX.Element;
|
|
35811
|
-
}
|
|
35812
|
-
export const EuiSideNav: React.ForwardRefExoticComponent<Omit<EuiSideNavProps<{}>, "theme"> & React.RefAttributes<Omit<EuiSideNavProps<{}>, "theme">>>;
|
|
35307
|
+
export const EuiSideNav: <T = {}>({ className, items, toggleOpenOnMobile, isOpenOnMobile, mobileTitle, mobileBreakpoints, renderItem, truncate, heading, headingProps, ...rest }: EuiSideNavProps<T>) => React.JSX.Element;
|
|
35813
35308
|
|
|
35814
35309
|
}
|
|
35815
35310
|
declare module '@elastic/eui/src/components/side_nav' {
|
|
@@ -37040,7 +36535,6 @@ declare module '@elastic/eui/src/components' {
|
|
|
37040
36535
|
export * from '@elastic/eui/src/components/card';
|
|
37041
36536
|
export * from '@elastic/eui/src/components/code';
|
|
37042
36537
|
export * from '@elastic/eui/src/components/collapsible_nav';
|
|
37043
|
-
export * from '@elastic/eui/src/components/collapsible_nav_beta';
|
|
37044
36538
|
export * from '@elastic/eui/src/components/color_picker';
|
|
37045
36539
|
export * from '@elastic/eui/src/components/combo_box';
|
|
37046
36540
|
export * from '@elastic/eui/src/components/comment_list';
|
|
@@ -38358,7 +37852,6 @@ declare module '@elastic/eui' {
|
|
|
38358
37852
|
"euiToast.newNotification": any;
|
|
38359
37853
|
"euiGlobalToastList.clearAllToastsButtonAriaLabel": any;
|
|
38360
37854
|
"euiGlobalToastList.clearAllToastsButtonDisplayText": any;
|
|
38361
|
-
"euiStat.loadingText": any;
|
|
38362
37855
|
"euiStepStrings.step": any;
|
|
38363
37856
|
"euiStepStrings.simpleStep": any;
|
|
38364
37857
|
"euiStepStrings.complete": any;
|
|
@@ -38376,18 +37869,19 @@ declare module '@elastic/eui' {
|
|
|
38376
37869
|
"euiStepStrings.current": any;
|
|
38377
37870
|
"euiStepStrings.simpleCurrent": any;
|
|
38378
37871
|
"euiTableHeaderCell.titleTextWithDesc": any;
|
|
38379
|
-
"
|
|
38380
|
-
"euiSkeletonLoading.loadingAriaText": any;
|
|
37872
|
+
"euiStat.loadingText": any;
|
|
38381
37873
|
"euiSideNav.mobileToggleAriaLabel": any;
|
|
37874
|
+
"euiSearchBox.placeholder": any;
|
|
37875
|
+
"euiSearchBox.incrementalAriaLabel": any;
|
|
37876
|
+
"euiSearchBox.ariaLabel": any;
|
|
38382
37877
|
"euiSelectable.loadingOptions": any;
|
|
38383
37878
|
"euiSelectable.noMatchingOptions": any;
|
|
38384
37879
|
"euiSelectable.noAvailableOptions": any;
|
|
38385
37880
|
"euiSelectable.screenReaderInstructions": any;
|
|
38386
37881
|
"euiSelectable.placeholderName": any;
|
|
38387
37882
|
"euiSelectable.searchResults": any;
|
|
38388
|
-
"
|
|
38389
|
-
"
|
|
38390
|
-
"euiSearchBox.ariaLabel": any;
|
|
37883
|
+
"euiSkeletonLoading.loadedAriaText": any;
|
|
37884
|
+
"euiSkeletonLoading.loadingAriaText": any;
|
|
38391
37885
|
"euiResizablePanel.toggleButtonAriaLabel": any;
|
|
38392
37886
|
"euiResizableButton.horizontalResizerAriaLabel": any;
|
|
38393
37887
|
"euiResizableButton.verticalResizerAriaLabel": any;
|
|
@@ -38407,6 +37901,8 @@ declare module '@elastic/eui' {
|
|
|
38407
37901
|
"euiPagination.of": any;
|
|
38408
37902
|
"euiPagination.collection": any;
|
|
38409
37903
|
"euiPagination.fromEndLabel": any;
|
|
37904
|
+
"euiModal.screenReaderModalDialog": any;
|
|
37905
|
+
"euiModal.closeModal": any;
|
|
38410
37906
|
"euiMark.highlightStart": any;
|
|
38411
37907
|
"euiMark.highlightEnd": any;
|
|
38412
37908
|
"euiMarkdownEditorToolbar.editor": any;
|
|
@@ -38425,8 +37921,6 @@ declare module '@elastic/eui' {
|
|
|
38425
37921
|
"euiMarkdownEditorFooter.showSyntaxErrors": any;
|
|
38426
37922
|
"euiMarkdownEditorFooter.errorsTitle": any;
|
|
38427
37923
|
"euiLoadingStrings.ariaLabel": any;
|
|
38428
|
-
"euiModal.screenReaderModalDialog": any;
|
|
38429
|
-
"euiModal.closeModal": any;
|
|
38430
37924
|
"euiExternalLinkIcon.newTarget.screenReaderOnlyText": any;
|
|
38431
37925
|
"euiExternalLinkIcon.externalTarget.screenReaderOnlyText": any;
|
|
38432
37926
|
"euiInlineEditForm.saveButtonAriaLabel": any;
|
|
@@ -38452,7 +37946,7 @@ declare module '@elastic/eui' {
|
|
|
38452
37946
|
"euiDataGrid.ariaLabelledBy": any;
|
|
38453
37947
|
"euiDataGrid.screenReaderNotice": any;
|
|
38454
37948
|
"euiContextMenuPanelTitle.ariaLabel": any;
|
|
38455
|
-
"
|
|
37949
|
+
"euiComboBox.listboxAriaLabel": any;
|
|
38456
37950
|
"euiSaturation.ariaLabel": any;
|
|
38457
37951
|
"euiSaturation.roleDescription": any;
|
|
38458
37952
|
"euiSaturation.screenReaderInstructions": any;
|
|
@@ -38469,7 +37963,6 @@ declare module '@elastic/eui' {
|
|
|
38469
37963
|
"euiColorPicker.openLabel": any;
|
|
38470
37964
|
"euiColorPicker.closeLabel": any;
|
|
38471
37965
|
"euiColorPicker.ariaLabel": any;
|
|
38472
|
-
"euiComboBox.listboxAriaLabel": any;
|
|
38473
37966
|
"euiCodeBlockFullScreen.fullscreenCollapse": any;
|
|
38474
37967
|
"euiCodeBlockFullScreen.fullscreenExpand": any;
|
|
38475
37968
|
"euiCodeBlockFullScreen.ariaLabel": any;
|
|
@@ -38483,7 +37976,6 @@ declare module '@elastic/eui' {
|
|
|
38483
37976
|
"euiBreadcrumbs.nav.ariaLabel": any;
|
|
38484
37977
|
"euiBreadcrumb.collapsedBadge.ariaLabel": any;
|
|
38485
37978
|
"euiBreadcrumb.popoverAriaLabel": any;
|
|
38486
|
-
"euiBanner.dismissAriaLabel": any;
|
|
38487
37979
|
"euiCollapsedItemActions.allActionsTooltip": any;
|
|
38488
37980
|
"euiCollapsedItemActions.allActions": any;
|
|
38489
37981
|
"euiCollapsedItemActions.allActionsDisabled": any;
|
|
@@ -38496,11 +37988,13 @@ declare module '@elastic/eui' {
|
|
|
38496
37988
|
"euiBasicTable.deselectRows": any;
|
|
38497
37989
|
"euiBasicTable.selectThisRow": any;
|
|
38498
37990
|
"euiBasicTable.tablePagination": any;
|
|
37991
|
+
"euiBanner.dismissAriaLabel": any;
|
|
38499
37992
|
"euiTablePagination.allRows": any;
|
|
38500
37993
|
"euiTablePagination.rowsPerPage": any;
|
|
38501
37994
|
"euiTablePagination.rowsPerPageOptionShowAllRows": any;
|
|
38502
37995
|
"euiTablePagination.rowsPerPageOption": any;
|
|
38503
37996
|
"euiTableSortMobile.sorting": any;
|
|
37997
|
+
"euiFieldValueSelectionFilter.buttonLabelHint": any;
|
|
38504
37998
|
"euiSelectableTemplateSitewide.searchPlaceholder": any;
|
|
38505
37999
|
"euiSelectableTemplateSitewide.loadingResults": any;
|
|
38506
38000
|
"euiSelectableTemplateSitewide.noResults": any;
|
|
@@ -38514,9 +38008,10 @@ declare module '@elastic/eui' {
|
|
|
38514
38008
|
"euiSelectableListItem.mixedOptionInstructions": any;
|
|
38515
38009
|
"euiSelectableListItem.mixedOptionUncheckInstructions": any;
|
|
38516
38010
|
"euiSelectableListItem.mixedOptionExcludeInstructions": any;
|
|
38517
|
-
"euiFieldValueSelectionFilter.buttonLabelHint": any;
|
|
38518
38011
|
"euiPinnableListGroup.pinExtraActionLabel": any;
|
|
38519
38012
|
"euiPinnableListGroup.pinnedExtraActionLabel": any;
|
|
38013
|
+
"euiHeaderLinks.appNavigation": any;
|
|
38014
|
+
"euiHeaderLinks.openNavigationMenu": any;
|
|
38520
38015
|
"euiSuperSelect.screenReaderAnnouncement": any;
|
|
38521
38016
|
"euiSuperSelect.ariaLabel": any;
|
|
38522
38017
|
"euiRange.sliderScreenReaderInstructions": any;
|
|
@@ -38530,9 +38025,13 @@ declare module '@elastic/eui' {
|
|
|
38530
38025
|
"euiFieldSearch.clearSearchButtonLabel": any;
|
|
38531
38026
|
"euiFieldPassword.showPassword": any;
|
|
38532
38027
|
"euiFieldPassword.maskPassword": any;
|
|
38533
|
-
"euiHeaderLinks.appNavigation": any;
|
|
38534
|
-
"euiHeaderLinks.openNavigationMenu": any;
|
|
38535
38028
|
"euiFlyoutManaged.defaultTitle": any;
|
|
38029
|
+
"euiRefreshInterval.fullDescriptionOff": any;
|
|
38030
|
+
"euiRefreshInterval.fullDescriptionOn": any;
|
|
38031
|
+
"euiRefreshInterval.toggleLabel": any;
|
|
38032
|
+
"euiRefreshInterval.toggleAriaLabel": any;
|
|
38033
|
+
"euiRefreshInterval.valueAriaLabel": any;
|
|
38034
|
+
"euiRefreshInterval.unitsAriaLabel": any;
|
|
38536
38035
|
"euiTimeWindowButtons.previousDescription": any;
|
|
38537
38036
|
"euiTimeWindowButtons.nextDescription": any;
|
|
38538
38037
|
"euiTimeWindowButtons.invalidShiftLabel": any;
|
|
@@ -38543,11 +38042,6 @@ declare module '@elastic/eui' {
|
|
|
38543
38042
|
"euiTimeWindowButtons.zoomInLabel": any;
|
|
38544
38043
|
"euiTimeWindowButtons.zoomOutLabel": any;
|
|
38545
38044
|
"euiTimeWindowButtons.nextLabel": any;
|
|
38546
|
-
"euiSuperUpdateButton.updatingButtonLabel": any;
|
|
38547
|
-
"euiSuperUpdateButton.updateButtonLabel": any;
|
|
38548
|
-
"euiSuperUpdateButton.refreshButtonLabel": any;
|
|
38549
|
-
"euiSuperUpdateButton.cannotUpdateTooltip": any;
|
|
38550
|
-
"euiSuperUpdateButton.clickToApplyTooltip": any;
|
|
38551
38045
|
"euiTimeOptions.last": any;
|
|
38552
38046
|
"euiTimeOptions.next": any;
|
|
38553
38047
|
"euiTimeOptions.seconds": any;
|
|
@@ -38586,6 +38080,23 @@ declare module '@elastic/eui' {
|
|
|
38586
38080
|
"euiTimeOptions.weekToDate": any;
|
|
38587
38081
|
"euiTimeOptions.monthToDate": any;
|
|
38588
38082
|
"euiTimeOptions.yearToDate": any;
|
|
38083
|
+
"euiSuperUpdateButton.updatingButtonLabel": any;
|
|
38084
|
+
"euiSuperUpdateButton.updateButtonLabel": any;
|
|
38085
|
+
"euiSuperUpdateButton.refreshButtonLabel": any;
|
|
38086
|
+
"euiSuperUpdateButton.cannotUpdateTooltip": any;
|
|
38087
|
+
"euiSuperUpdateButton.clickToApplyTooltip": any;
|
|
38088
|
+
"euiAutoRefresh.autoRefreshLabel": any;
|
|
38089
|
+
"euiAutoRefresh.buttonLabelOff": any;
|
|
38090
|
+
"euiAutoRefresh.buttonLabelOn": any;
|
|
38091
|
+
"euiPrettyInterval.seconds": any;
|
|
38092
|
+
"euiPrettyInterval.minutes": any;
|
|
38093
|
+
"euiPrettyInterval.hours": any;
|
|
38094
|
+
"euiPrettyInterval.days": any;
|
|
38095
|
+
"euiPrettyInterval.secondsShorthand": any;
|
|
38096
|
+
"euiPrettyInterval.minutesShorthand": any;
|
|
38097
|
+
"euiPrettyInterval.hoursShorthand": any;
|
|
38098
|
+
"euiPrettyInterval.daysShorthand": any;
|
|
38099
|
+
"euiPrettyInterval.off": any;
|
|
38589
38100
|
"euiPrettyDuration.lastDurationSeconds": any;
|
|
38590
38101
|
"euiPrettyDuration.nextDurationSeconds": any;
|
|
38591
38102
|
"euiPrettyDuration.lastDurationMinutes": any;
|
|
@@ -38610,26 +38121,6 @@ declare module '@elastic/eui' {
|
|
|
38610
38121
|
"euiPrettyDuration.now": any;
|
|
38611
38122
|
"euiPrettyDuration.invalid": any;
|
|
38612
38123
|
"euiPrettyDuration.fallbackDuration": any;
|
|
38613
|
-
"euiPrettyInterval.seconds": any;
|
|
38614
|
-
"euiPrettyInterval.minutes": any;
|
|
38615
|
-
"euiPrettyInterval.hours": any;
|
|
38616
|
-
"euiPrettyInterval.days": any;
|
|
38617
|
-
"euiPrettyInterval.secondsShorthand": any;
|
|
38618
|
-
"euiPrettyInterval.minutesShorthand": any;
|
|
38619
|
-
"euiPrettyInterval.hoursShorthand": any;
|
|
38620
|
-
"euiPrettyInterval.daysShorthand": any;
|
|
38621
|
-
"euiPrettyInterval.off": any;
|
|
38622
|
-
"euiRefreshInterval.fullDescriptionOff": any;
|
|
38623
|
-
"euiRefreshInterval.fullDescriptionOn": any;
|
|
38624
|
-
"euiRefreshInterval.toggleLabel": any;
|
|
38625
|
-
"euiRefreshInterval.toggleAriaLabel": any;
|
|
38626
|
-
"euiRefreshInterval.valueAriaLabel": any;
|
|
38627
|
-
"euiRefreshInterval.unitsAriaLabel": any;
|
|
38628
|
-
"euiAutoRefresh.autoRefreshLabel": any;
|
|
38629
|
-
"euiAutoRefresh.buttonLabelOff": any;
|
|
38630
|
-
"euiAutoRefresh.buttonLabelOn": any;
|
|
38631
|
-
"euiDataGridPagination.detailedPaginationLabel": any;
|
|
38632
|
-
"euiDataGridPagination.paginationLabel": any;
|
|
38633
38124
|
"euiDataGridSchema.booleanSortTextAsc": any;
|
|
38634
38125
|
"euiDataGridSchema.booleanSortTextDesc": any;
|
|
38635
38126
|
"euiDataGridSchema.currencySortTextAsc": any;
|
|
@@ -38640,6 +38131,8 @@ declare module '@elastic/eui' {
|
|
|
38640
38131
|
"euiDataGridSchema.numberSortTextDesc": any;
|
|
38641
38132
|
"euiDataGridSchema.jsonSortTextAsc": any;
|
|
38642
38133
|
"euiDataGridSchema.jsonSortTextDesc": any;
|
|
38134
|
+
"euiDataGridPagination.detailedPaginationLabel": any;
|
|
38135
|
+
"euiDataGridPagination.paginationLabel": any;
|
|
38643
38136
|
"euiKeyboardShortcuts.title": any;
|
|
38644
38137
|
"euiKeyboardShortcuts.upArrowTitle": any;
|
|
38645
38138
|
"euiKeyboardShortcuts.upArrowDescription": any;
|
|
@@ -38664,8 +38157,6 @@ declare module '@elastic/eui' {
|
|
|
38664
38157
|
"euiKeyboardShortcuts.enterDescription": any;
|
|
38665
38158
|
"euiKeyboardShortcuts.escapeTitle": any;
|
|
38666
38159
|
"euiKeyboardShortcuts.escapeDescription": any;
|
|
38667
|
-
"euiFullscreenSelector.fullscreenButton": any;
|
|
38668
|
-
"euiFullscreenSelector.fullscreenButtonActive": any;
|
|
38669
38160
|
"euiDisplaySelector.densityLabel": any;
|
|
38670
38161
|
"euiDisplaySelector.labelCompact": any;
|
|
38671
38162
|
"euiDisplaySelector.labelNormal": any;
|
|
@@ -38676,6 +38167,8 @@ declare module '@elastic/eui' {
|
|
|
38676
38167
|
"euiDisplaySelector.labelMax": any;
|
|
38677
38168
|
"euiDisplaySelector.buttonText": any;
|
|
38678
38169
|
"euiDisplaySelector.resetButtonText": any;
|
|
38170
|
+
"euiFullscreenSelector.fullscreenButton": any;
|
|
38171
|
+
"euiFullscreenSelector.fullscreenButtonActive": any;
|
|
38679
38172
|
"euiDataGridToolbarControl.badgeAriaLabel": any;
|
|
38680
38173
|
"euiColumnSortingDraggable.defaultSortAsc": any;
|
|
38681
38174
|
"euiColumnSortingDraggable.defaultSortDesc": any;
|
|
@@ -38683,24 +38176,18 @@ declare module '@elastic/eui' {
|
|
|
38683
38176
|
"euiColumnSortingDraggable.activeSortLabel": any;
|
|
38684
38177
|
"euiColumnSortingDraggable.removeSortLabel": any;
|
|
38685
38178
|
"euiColumnSortingDraggable.toggleLegend": any;
|
|
38686
|
-
"euiColumnSorting.button": any;
|
|
38687
|
-
"euiColumnSorting.sortFieldAriaLabel": any;
|
|
38688
|
-
"euiColumnSorting.emptySorting": any;
|
|
38689
|
-
"euiColumnSorting.pickFields": any;
|
|
38690
|
-
"euiColumnSorting.clearAll": any;
|
|
38691
38179
|
"euiColumnSelector.dragHandleAriaLabel": any;
|
|
38692
38180
|
"euiColumnSelector.button": any;
|
|
38693
38181
|
"euiColumnSelector.search": any;
|
|
38694
38182
|
"euiColumnSelector.searchcolumns": any;
|
|
38695
38183
|
"euiColumnSelector.selectAll": any;
|
|
38696
38184
|
"euiColumnSelector.hideAll": any;
|
|
38697
|
-
"
|
|
38698
|
-
"
|
|
38699
|
-
"
|
|
38700
|
-
"
|
|
38701
|
-
"
|
|
38702
|
-
"
|
|
38703
|
-
"euiCollapsibleNavKibanaSolution.groupLabel": any;
|
|
38185
|
+
"euiColumnSorting.button": any;
|
|
38186
|
+
"euiColumnSorting.sortFieldAriaLabel": any;
|
|
38187
|
+
"euiColumnSorting.emptySorting": any;
|
|
38188
|
+
"euiColumnSorting.pickFields": any;
|
|
38189
|
+
"euiColumnSorting.clearAll": any;
|
|
38190
|
+
"euiComboBoxPill.removeSelection": any;
|
|
38704
38191
|
"euiComboBoxOptionsList.loadingOptions": any;
|
|
38705
38192
|
"euiComboBoxOptionsList.delimiterMessage": any;
|
|
38706
38193
|
"euiComboBoxOptionsList.alreadyAdded": any;
|
|
@@ -38708,11 +38195,21 @@ declare module '@elastic/eui' {
|
|
|
38708
38195
|
"euiComboBoxOptionsList.noMatchingOptions": any;
|
|
38709
38196
|
"euiComboBoxOptionsList.noAvailableOptions": any;
|
|
38710
38197
|
"euiComboBoxOptionsList.allOptionsSelected": any;
|
|
38711
|
-
"euiComboBoxPill.removeSelection": any;
|
|
38712
38198
|
"euiCardSelect.selected": any;
|
|
38713
38199
|
"euiCardSelect.unavailable": any;
|
|
38714
38200
|
"euiCardSelect.select": any;
|
|
38715
38201
|
"euiAccordionChildrenLoading.message": any;
|
|
38202
|
+
"euiRecentlyUsed.legend": any;
|
|
38203
|
+
"euiQuickSelectPopover.buttonLabel": any;
|
|
38204
|
+
"euiQuickSelect.quickSelectTitle": any;
|
|
38205
|
+
"euiQuickSelect.previousLabel": any;
|
|
38206
|
+
"euiQuickSelect.nextLabel": any;
|
|
38207
|
+
"euiQuickSelect.tenseLabel": any;
|
|
38208
|
+
"euiQuickSelect.valueLabel": any;
|
|
38209
|
+
"euiQuickSelect.unitLabel": any;
|
|
38210
|
+
"euiQuickSelect.applyButton": any;
|
|
38211
|
+
"euiQuickSelect.fullDescription": any;
|
|
38212
|
+
"euiCommonlyUsedTimeRanges.legend": any;
|
|
38716
38213
|
"euiRelativeTab.numberInputLabel": any;
|
|
38717
38214
|
"euiRelativeTab.numberInputError": any;
|
|
38718
38215
|
"euiRelativeTab.dateInputError": any;
|
|
@@ -38730,23 +38227,6 @@ declare module '@elastic/eui' {
|
|
|
38730
38227
|
"euiDatePopoverButton.outdatedTitle": any;
|
|
38731
38228
|
"euiAbsoluteTab.dateFormatButtonLabel": any;
|
|
38732
38229
|
"euiAbsoluteTab.dateFormatError": any;
|
|
38733
|
-
"euiRecentlyUsed.legend": any;
|
|
38734
|
-
"euiQuickSelectPopover.buttonLabel": any;
|
|
38735
|
-
"euiQuickSelect.quickSelectTitle": any;
|
|
38736
|
-
"euiQuickSelect.previousLabel": any;
|
|
38737
|
-
"euiQuickSelect.nextLabel": any;
|
|
38738
|
-
"euiQuickSelect.tenseLabel": any;
|
|
38739
|
-
"euiQuickSelect.valueLabel": any;
|
|
38740
|
-
"euiQuickSelect.unitLabel": any;
|
|
38741
|
-
"euiQuickSelect.applyButton": any;
|
|
38742
|
-
"euiQuickSelect.fullDescription": any;
|
|
38743
|
-
"euiCommonlyUsedTimeRanges.legend": any;
|
|
38744
|
-
"euiDataGridCell.focusTrapExitPrompt": any;
|
|
38745
|
-
"euiDataGridCell.focusTrapEnterPrompt": any;
|
|
38746
|
-
"euiDataGridCell.focusTrapEnteredExitPrompt": any;
|
|
38747
|
-
"euiDataGridCellActions.expandButtonTitle": any;
|
|
38748
|
-
"euiDataGridCell.position": any;
|
|
38749
|
-
"euiDataGridCell.expansionEnterPrompt": any;
|
|
38750
38230
|
"euiDataGridHeaderCell.sortedByAscendingSingle": any;
|
|
38751
38231
|
"euiDataGridHeaderCell.sortedByDescendingSingle": any;
|
|
38752
38232
|
"euiDataGridHeaderCell.sortedByAscendingFirst": any;
|
|
@@ -38761,7 +38241,12 @@ declare module '@elastic/eui' {
|
|
|
38761
38241
|
"euiColumnActions.moveRight": any;
|
|
38762
38242
|
"euiColumnActions.unsort": any;
|
|
38763
38243
|
"euiColumnActions.sort": any;
|
|
38764
|
-
"
|
|
38244
|
+
"euiDataGridCell.focusTrapExitPrompt": any;
|
|
38245
|
+
"euiDataGridCell.focusTrapEnterPrompt": any;
|
|
38246
|
+
"euiDataGridCell.focusTrapEnteredExitPrompt": any;
|
|
38247
|
+
"euiDataGridCellActions.expandButtonTitle": any;
|
|
38248
|
+
"euiDataGridCell.position": any;
|
|
38249
|
+
"euiDataGridCell.expansionEnterPrompt": any;
|
|
38765
38250
|
}
|
|
38766
38251
|
}
|
|
38767
38252
|
|