@elastic/eui 119.1.0 → 120.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/dist/eui-icons.json +74 -82
- package/dist/svgs/cloud_bolt.svg +4 -0
- package/dist/svgs/cloud_rain.svg +4 -0
- package/dist/svgs/cloud_sun.svg +4 -0
- package/dist/svgs/cube.svg +3 -0
- package/dist/svgs/kubernetes_namespace.svg +4 -0
- package/dist/svgs/memory.svg +1 -10
- package/dist/svgs/product_timelion.svg +3 -0
- package/dist/svgs/product_tsvb.svg +5 -0
- package/dist/svgs/push.svg +4 -0
- package/dist/svgs/transition_right_in.svg +4 -0
- package/dist/svgs/transition_right_out.svg +4 -0
- package/dist/svgs/wrench.svg +1 -1
- 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.js +17 -5
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_group/button_group.js +111 -29
- package/es/components/button/button_group/button_group.styles.js +20 -7
- package/es/components/button/button_group/use_button_group_selection.js +30 -0
- package/es/components/button/button_icon/button_icon.js +18 -7
- package/es/components/button/use_button_common_props.js +16 -7
- 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 +24 -24
- package/es/components/datagrid/body/data_grid_body.js +13 -13
- package/es/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/es/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/es/components/datagrid/controls/column_sorting.js +13 -13
- 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 +12 -12
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
- package/es/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
- package/es/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
- package/es/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
- package/es/components/date_picker/react-datepicker/test/helper_components/custom_input.js +74 -0
- package/es/components/date_picker/react-datepicker/test/test_wrapper.js +38 -0
- package/es/components/date_picker/react-datepicker/test/timezone_date_picker.js +75 -0
- package/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +224 -253
- package/es/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/es/components/delay_hide/delay_hide.js +36 -93
- package/es/components/delay_render/delay_render.js +42 -80
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/flyout/flyout_menu/flyout_menu.js +4 -4
- 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/{kubernetes_pod.js → cloud_bolt.js} +5 -3
- package/es/components/icon/assets/{branch_user.js → cloud_rain.js} +4 -6
- package/es/components/icon/assets/{cloud_stormy.js → cloud_sun.js} +3 -3
- package/es/components/icon/assets/{kql_function.js → cube.js} +3 -3
- package/es/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
- package/es/components/icon/assets/memory.js +1 -3
- package/es/components/icon/assets/{continuity_below.js → product_timelion.js} +3 -3
- package/es/components/icon/assets/{cloud_sunny.js → product_tsvb.js} +7 -3
- package/es/components/icon/assets/{namespace.js → push.js} +3 -6
- package/es/components/icon/assets/{function.js → transition_right_in.js} +5 -3
- package/es/components/icon/assets/{continuity_above_below.js → transition_right_out.js} +5 -3
- package/es/components/icon/assets/wrench.js +1 -3
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_glyphs.a11y.js +1 -1
- package/es/components/icon/icon_map.js +143 -58
- package/es/components/icon/svgs/cloud_bolt.svg +4 -0
- package/es/components/icon/svgs/cloud_rain.svg +4 -0
- package/es/components/icon/svgs/cloud_sun.svg +4 -0
- package/es/components/icon/svgs/cube.svg +3 -0
- package/es/components/icon/svgs/kubernetes_namespace.svg +4 -0
- package/es/components/icon/svgs/memory.svg +1 -10
- package/es/components/icon/svgs/product_timelion.svg +3 -0
- package/es/components/icon/svgs/product_tsvb.svg +5 -0
- package/es/components/icon/svgs/push.svg +4 -0
- package/es/components/icon/svgs/transition_right_in.svg +4 -0
- package/es/components/icon/svgs/transition_right_out.svg +4 -0
- package/es/components/icon/svgs/wrench.svg +1 -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/resizable_container/resizable_collapse_button.js +4 -4
- 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/table/table_header_cell.js +1 -1
- package/es/components/text_diff/text_diff.js +4 -6
- 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/eui.d.ts +224 -275
- 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.js +17 -5
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_group/button_group.js +111 -29
- package/lib/components/button/button_group/button_group.styles.js +19 -6
- package/lib/components/button/button_group/use_button_group_selection.js +36 -0
- package/lib/components/button/button_icon/button_icon.js +18 -7
- package/lib/components/button/use_button_common_props.js +16 -7
- 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 +24 -24
- package/lib/components/datagrid/body/data_grid_body.js +13 -13
- package/lib/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/lib/components/datagrid/controls/column_sorting.js +13 -13
- 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 +12 -12
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
- package/lib/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
- package/lib/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
- package/lib/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
- package/lib/components/date_picker/react-datepicker/test/helper_components/custom_input.js +80 -0
- package/lib/components/date_picker/react-datepicker/test/test_wrapper.js +46 -0
- package/lib/components/date_picker/react-datepicker/test/timezone_date_picker.js +83 -0
- package/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +224 -253
- package/lib/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/lib/components/delay_hide/delay_hide.js +35 -93
- package/lib/components/delay_render/delay_render.js +41 -79
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/flyout/flyout_menu/flyout_menu.js +4 -4
- 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/{kubernetes_pod.js → cloud_bolt.js} +5 -3
- package/lib/components/icon/assets/{branch_user.js → cloud_rain.js} +4 -6
- package/lib/components/icon/assets/{cloud_stormy.js → cloud_sun.js} +3 -3
- package/lib/components/icon/assets/{kql_function.js → cube.js} +3 -3
- package/lib/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
- package/lib/components/icon/assets/memory.js +1 -3
- package/lib/components/icon/assets/{continuity_below.js → product_timelion.js} +3 -3
- package/lib/components/icon/assets/{cloud_sunny.js → product_tsvb.js} +7 -3
- package/lib/components/icon/assets/{namespace.js → push.js} +3 -6
- package/lib/components/icon/assets/{function.js → transition_right_in.js} +5 -3
- package/lib/components/icon/assets/{continuity_above_below.js → transition_right_out.js} +5 -3
- package/lib/components/icon/assets/wrench.js +1 -3
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_glyphs.a11y.js +1 -1
- package/lib/components/icon/icon_map.js +165 -78
- package/lib/components/icon/svgs/cloud_bolt.svg +4 -0
- package/lib/components/icon/svgs/cloud_rain.svg +4 -0
- package/lib/components/icon/svgs/cloud_sun.svg +4 -0
- package/lib/components/icon/svgs/cube.svg +3 -0
- package/lib/components/icon/svgs/kubernetes_namespace.svg +4 -0
- package/lib/components/icon/svgs/memory.svg +1 -10
- package/lib/components/icon/svgs/product_timelion.svg +3 -0
- package/lib/components/icon/svgs/product_tsvb.svg +5 -0
- package/lib/components/icon/svgs/push.svg +4 -0
- package/lib/components/icon/svgs/transition_right_in.svg +4 -0
- package/lib/components/icon/svgs/transition_right_out.svg +4 -0
- package/lib/components/icon/svgs/wrench.svg +1 -1
- 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/resizable_container/resizable_collapse_button.js +4 -4
- 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/table/table_header_cell.js +1 -1
- package/lib/components/text_diff/text_diff.js +4 -6
- 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/optimize/es/components/button/button.js +17 -5
- package/optimize/es/components/button/button_group/button_group.js +44 -12
- package/optimize/es/components/button/button_group/button_group.styles.js +20 -7
- package/optimize/es/components/button/button_group/use_button_group_selection.js +30 -0
- package/optimize/es/components/button/button_icon/button_icon.js +17 -6
- package/optimize/es/components/button/use_button_common_props.js +16 -7
- package/optimize/es/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
- package/optimize/es/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
- package/optimize/es/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
- package/optimize/es/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
- package/optimize/es/components/date_picker/react-datepicker/test/helper_components/custom_input.js +68 -0
- package/optimize/es/components/date_picker/react-datepicker/test/test_wrapper.js +38 -0
- package/optimize/es/components/date_picker/react-datepicker/test/timezone_date_picker.js +69 -0
- package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +220 -225
- package/optimize/es/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/optimize/es/components/delay_hide/delay_hide.js +31 -81
- package/optimize/es/components/delay_render/delay_render.js +36 -73
- package/optimize/es/components/icon/assets/{continuity_below.js → cloud_bolt.js} +5 -3
- package/optimize/es/components/icon/assets/{branch_user.js → cloud_rain.js} +4 -6
- package/optimize/es/components/icon/assets/{cloud_sunny.js → cloud_sun.js} +3 -3
- package/optimize/es/components/icon/assets/{kql_function.js → cube.js} +3 -3
- package/optimize/es/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
- package/optimize/es/components/icon/assets/memory.js +1 -3
- package/optimize/es/components/icon/assets/product_timelion.js +32 -0
- package/optimize/es/components/icon/assets/{cloud_stormy.js → product_tsvb.js} +7 -3
- package/optimize/es/components/icon/assets/{namespace.js → push.js} +3 -6
- package/optimize/es/components/icon/assets/{function.js → transition_right_in.js} +5 -3
- package/optimize/es/components/icon/assets/{continuity_above_below.js → transition_right_out.js} +5 -3
- package/optimize/es/components/icon/assets/wrench.js +1 -3
- package/optimize/es/components/icon/icon_glyphs.a11y.js +1 -1
- package/optimize/es/components/icon/icon_map.js +143 -58
- package/optimize/es/components/icon/svgs/cloud_bolt.svg +4 -0
- package/optimize/es/components/icon/svgs/cloud_rain.svg +4 -0
- package/optimize/es/components/icon/svgs/cloud_sun.svg +4 -0
- package/optimize/es/components/icon/svgs/cube.svg +3 -0
- package/optimize/es/components/icon/svgs/kubernetes_namespace.svg +4 -0
- package/optimize/es/components/icon/svgs/memory.svg +1 -10
- package/optimize/es/components/icon/svgs/product_timelion.svg +3 -0
- package/optimize/es/components/icon/svgs/product_tsvb.svg +5 -0
- package/optimize/es/components/icon/svgs/push.svg +4 -0
- package/optimize/es/components/icon/svgs/transition_right_in.svg +4 -0
- package/optimize/es/components/icon/svgs/transition_right_out.svg +4 -0
- package/optimize/es/components/icon/svgs/wrench.svg +1 -1
- package/optimize/es/components/resizable_container/resizable_collapse_button.js +4 -4
- package/optimize/es/components/text_diff/text_diff.js +4 -6
- package/optimize/lib/components/button/button.js +17 -5
- package/optimize/lib/components/button/button_group/button_group.js +44 -12
- package/optimize/lib/components/button/button_group/button_group.styles.js +19 -6
- package/optimize/lib/components/button/button_group/use_button_group_selection.js +36 -0
- package/optimize/lib/components/button/button_icon/button_icon.js +17 -6
- package/optimize/lib/components/button/use_button_common_props.js +16 -7
- package/optimize/lib/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
- package/optimize/lib/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
- package/optimize/lib/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
- package/optimize/lib/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
- package/optimize/lib/components/date_picker/react-datepicker/test/helper_components/custom_input.js +74 -0
- package/optimize/lib/components/date_picker/react-datepicker/test/test_wrapper.js +46 -0
- package/optimize/lib/components/date_picker/react-datepicker/test/timezone_date_picker.js +78 -0
- package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +219 -224
- package/optimize/lib/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/optimize/lib/components/delay_hide/delay_hide.js +32 -80
- package/optimize/lib/components/delay_render/delay_render.js +37 -72
- package/optimize/lib/components/icon/assets/{continuity_below.js → cloud_bolt.js} +5 -3
- package/{test-env/components/icon/assets/branch_user.js → optimize/lib/components/icon/assets/cloud_rain.js} +4 -6
- package/optimize/lib/components/icon/assets/{cloud_sunny.js → cloud_sun.js} +3 -3
- package/{test-env/components/icon/assets/kql_function.js → optimize/lib/components/icon/assets/cube.js} +3 -3
- package/optimize/lib/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
- package/optimize/lib/components/icon/assets/memory.js +1 -3
- package/{test-env/components/icon/assets/continuity_below.js → optimize/lib/components/icon/assets/product_timelion.js} +3 -3
- package/optimize/lib/components/icon/assets/product_tsvb.js +44 -0
- package/{test-env/components/icon/assets/namespace.js → optimize/lib/components/icon/assets/push.js} +3 -6
- package/optimize/lib/components/icon/assets/{function.js → transition_right_in.js} +5 -3
- package/optimize/lib/components/icon/assets/transition_right_out.js +42 -0
- package/optimize/lib/components/icon/assets/wrench.js +1 -3
- package/optimize/lib/components/icon/icon_glyphs.a11y.js +1 -1
- package/optimize/lib/components/icon/icon_map.js +165 -78
- package/optimize/lib/components/icon/svgs/cloud_bolt.svg +4 -0
- package/optimize/lib/components/icon/svgs/cloud_rain.svg +4 -0
- package/optimize/lib/components/icon/svgs/cloud_sun.svg +4 -0
- package/optimize/lib/components/icon/svgs/cube.svg +3 -0
- package/optimize/lib/components/icon/svgs/kubernetes_namespace.svg +4 -0
- package/optimize/lib/components/icon/svgs/memory.svg +1 -10
- package/optimize/lib/components/icon/svgs/product_timelion.svg +3 -0
- package/optimize/lib/components/icon/svgs/product_tsvb.svg +5 -0
- package/optimize/lib/components/icon/svgs/push.svg +4 -0
- package/optimize/lib/components/icon/svgs/transition_right_in.svg +4 -0
- package/optimize/lib/components/icon/svgs/transition_right_out.svg +4 -0
- package/optimize/lib/components/icon/svgs/wrench.svg +1 -1
- package/optimize/lib/components/resizable_container/resizable_collapse_button.js +4 -4
- package/optimize/lib/components/text_diff/text_diff.js +4 -6
- package/package.json +12 -10
- 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.js +17 -5
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_group/button_group.js +111 -29
- package/test-env/components/button/button_group/button_group.styles.js +19 -6
- package/test-env/components/button/button_group/use_button_group_selection.js +36 -0
- package/test-env/components/button/button_icon/button_icon.js +18 -7
- package/test-env/components/button/use_button_common_props.js +16 -7
- 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 +24 -24
- package/test-env/components/datagrid/body/data_grid_body.js +13 -13
- package/test-env/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/test-env/components/datagrid/controls/column_sorting.js +13 -13
- 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 +12 -12
- 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/date_picker/react-datepicker/src/month_dropdown.js +0 -1
- package/test-env/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
- package/test-env/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
- package/test-env/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
- package/test-env/components/date_picker/react-datepicker/test/helper_components/custom_input.js +74 -0
- package/test-env/components/date_picker/react-datepicker/test/test_wrapper.js +46 -0
- package/test-env/components/date_picker/react-datepicker/test/timezone_date_picker.js +78 -0
- package/test-env/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +218 -249
- package/test-env/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/test-env/components/delay_hide/delay_hide.js +32 -86
- package/test-env/components/delay_render/delay_render.js +38 -73
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/flyout/flyout_menu/flyout_menu.js +4 -4
- 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/{optimize/lib/components/icon/assets/kubernetes_pod.js → test-env/components/icon/assets/cloud_bolt.js} +5 -3
- package/{optimize/lib/components/icon/assets/branch_user.js → test-env/components/icon/assets/cloud_rain.js} +4 -6
- package/{optimize/lib/components/icon/assets/cloud_stormy.js → test-env/components/icon/assets/cloud_sun.js} +3 -3
- package/{optimize/lib/components/icon/assets/kql_function.js → test-env/components/icon/assets/cube.js} +3 -3
- package/test-env/components/icon/assets/kubernetes_namespace.js +42 -0
- package/test-env/components/icon/assets/memory.js +1 -3
- package/test-env/components/icon/assets/product_timelion.js +40 -0
- package/test-env/components/icon/assets/product_tsvb.js +44 -0
- package/{optimize/lib/components/icon/assets/namespace.js → test-env/components/icon/assets/push.js} +3 -6
- package/{optimize/lib/components/icon/assets/continuity_above_below.js → test-env/components/icon/assets/transition_right_in.js} +5 -3
- package/test-env/components/icon/assets/transition_right_out.js +42 -0
- package/test-env/components/icon/assets/wrench.js +1 -3
- package/test-env/components/icon/icon_glyphs.a11y.js +1 -1
- package/test-env/components/icon/icon_map.js +165 -78
- 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/resizable_container/resizable_collapse_button.js +4 -4
- 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/table/table_header_cell.js +1 -1
- package/test-env/components/text_diff/text_diff.js +4 -6
- 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/dist/svgs/branch_user.svg +0 -4
- package/dist/svgs/cloud_drizzle.svg +0 -3
- package/dist/svgs/cloud_stormy.svg +0 -3
- package/dist/svgs/cloud_sunny.svg +0 -3
- package/dist/svgs/continuity_above_below.svg +0 -3
- package/dist/svgs/continuity_below.svg +0 -3
- package/dist/svgs/function.svg +0 -3
- package/dist/svgs/kql_function.svg +0 -5
- package/dist/svgs/kubernetes_pod.svg +0 -3
- package/dist/svgs/magnet.svg +0 -3
- package/dist/svgs/menu_down.svg +0 -3
- package/dist/svgs/menu_up.svg +0 -3
- package/dist/svgs/namespace.svg +0 -3
- package/dist/svgs/page_select.svg +0 -3
- package/dist/svgs/security_signal_resolved.svg +0 -3
- package/dist/svgs/tear.svg +0 -3
- package/dist/svgs/vis_timelion.svg +0 -3
- package/dist/svgs/vis_visual_builder.svg +0 -3
- package/es/components/icon/assets/magnet.js +0 -33
- package/es/components/icon/assets/menu_down.js +0 -33
- package/es/components/icon/assets/menu_up.js +0 -33
- package/es/components/icon/assets/page_select.js +0 -34
- package/es/components/icon/assets/security_signal_resolved.js +0 -34
- package/es/components/icon/assets/tear.js +0 -33
- package/es/components/icon/assets/vis_timelion.js +0 -33
- package/es/components/icon/assets/vis_visual_builder.js +0 -33
- package/es/components/icon/svgs/branch_user.svg +0 -4
- package/es/components/icon/svgs/cloud_drizzle.svg +0 -3
- package/es/components/icon/svgs/cloud_stormy.svg +0 -3
- package/es/components/icon/svgs/cloud_sunny.svg +0 -3
- package/es/components/icon/svgs/continuity_above_below.svg +0 -3
- package/es/components/icon/svgs/continuity_below.svg +0 -3
- package/es/components/icon/svgs/function.svg +0 -3
- package/es/components/icon/svgs/kql_function.svg +0 -5
- package/es/components/icon/svgs/kubernetes_pod.svg +0 -3
- package/es/components/icon/svgs/magnet.svg +0 -3
- package/es/components/icon/svgs/menu_down.svg +0 -3
- package/es/components/icon/svgs/menu_up.svg +0 -3
- package/es/components/icon/svgs/namespace.svg +0 -3
- package/es/components/icon/svgs/page_select.svg +0 -3
- package/es/components/icon/svgs/security_signal_resolved.svg +0 -3
- package/es/components/icon/svgs/tear.svg +0 -3
- package/es/components/icon/svgs/vis_timelion.svg +0 -3
- package/es/components/icon/svgs/vis_visual_builder.svg +0 -3
- package/lib/components/icon/assets/magnet.js +0 -40
- package/lib/components/icon/assets/menu_down.js +0 -40
- package/lib/components/icon/assets/menu_up.js +0 -40
- package/lib/components/icon/assets/page_select.js +0 -41
- package/lib/components/icon/assets/security_signal_resolved.js +0 -41
- package/lib/components/icon/assets/tear.js +0 -40
- package/lib/components/icon/assets/vis_timelion.js +0 -40
- package/lib/components/icon/assets/vis_visual_builder.js +0 -40
- package/lib/components/icon/svgs/branch_user.svg +0 -4
- package/lib/components/icon/svgs/cloud_drizzle.svg +0 -3
- package/lib/components/icon/svgs/cloud_stormy.svg +0 -3
- package/lib/components/icon/svgs/cloud_sunny.svg +0 -3
- package/lib/components/icon/svgs/continuity_above_below.svg +0 -3
- package/lib/components/icon/svgs/continuity_below.svg +0 -3
- package/lib/components/icon/svgs/function.svg +0 -3
- package/lib/components/icon/svgs/kql_function.svg +0 -5
- package/lib/components/icon/svgs/kubernetes_pod.svg +0 -3
- package/lib/components/icon/svgs/magnet.svg +0 -3
- package/lib/components/icon/svgs/menu_down.svg +0 -3
- package/lib/components/icon/svgs/menu_up.svg +0 -3
- package/lib/components/icon/svgs/namespace.svg +0 -3
- package/lib/components/icon/svgs/page_select.svg +0 -3
- package/lib/components/icon/svgs/security_signal_resolved.svg +0 -3
- package/lib/components/icon/svgs/tear.svg +0 -3
- package/lib/components/icon/svgs/vis_timelion.svg +0 -3
- package/lib/components/icon/svgs/vis_visual_builder.svg +0 -3
- package/optimize/es/components/icon/assets/kubernetes_pod.js +0 -32
- package/optimize/es/components/icon/assets/magnet.js +0 -32
- package/optimize/es/components/icon/assets/menu_down.js +0 -32
- package/optimize/es/components/icon/assets/menu_up.js +0 -32
- package/optimize/es/components/icon/assets/page_select.js +0 -33
- package/optimize/es/components/icon/assets/security_signal_resolved.js +0 -33
- package/optimize/es/components/icon/assets/tear.js +0 -32
- package/optimize/es/components/icon/assets/vis_timelion.js +0 -32
- package/optimize/es/components/icon/assets/vis_visual_builder.js +0 -32
- package/optimize/es/components/icon/svgs/branch_user.svg +0 -4
- package/optimize/es/components/icon/svgs/cloud_drizzle.svg +0 -3
- package/optimize/es/components/icon/svgs/cloud_stormy.svg +0 -3
- package/optimize/es/components/icon/svgs/cloud_sunny.svg +0 -3
- package/optimize/es/components/icon/svgs/continuity_above_below.svg +0 -3
- package/optimize/es/components/icon/svgs/continuity_below.svg +0 -3
- package/optimize/es/components/icon/svgs/function.svg +0 -3
- package/optimize/es/components/icon/svgs/kql_function.svg +0 -5
- package/optimize/es/components/icon/svgs/kubernetes_pod.svg +0 -3
- package/optimize/es/components/icon/svgs/magnet.svg +0 -3
- package/optimize/es/components/icon/svgs/menu_down.svg +0 -3
- package/optimize/es/components/icon/svgs/menu_up.svg +0 -3
- package/optimize/es/components/icon/svgs/namespace.svg +0 -3
- package/optimize/es/components/icon/svgs/page_select.svg +0 -3
- package/optimize/es/components/icon/svgs/security_signal_resolved.svg +0 -3
- package/optimize/es/components/icon/svgs/tear.svg +0 -3
- package/optimize/es/components/icon/svgs/vis_timelion.svg +0 -3
- package/optimize/es/components/icon/svgs/vis_visual_builder.svg +0 -3
- package/optimize/lib/components/icon/assets/magnet.js +0 -40
- package/optimize/lib/components/icon/assets/menu_down.js +0 -40
- package/optimize/lib/components/icon/assets/menu_up.js +0 -40
- package/optimize/lib/components/icon/assets/page_select.js +0 -41
- package/optimize/lib/components/icon/assets/security_signal_resolved.js +0 -41
- package/optimize/lib/components/icon/assets/tear.js +0 -40
- package/optimize/lib/components/icon/assets/vis_timelion.js +0 -40
- package/optimize/lib/components/icon/assets/vis_visual_builder.js +0 -40
- package/optimize/lib/components/icon/svgs/branch_user.svg +0 -4
- package/optimize/lib/components/icon/svgs/cloud_drizzle.svg +0 -3
- package/optimize/lib/components/icon/svgs/cloud_stormy.svg +0 -3
- package/optimize/lib/components/icon/svgs/cloud_sunny.svg +0 -3
- package/optimize/lib/components/icon/svgs/continuity_above_below.svg +0 -3
- package/optimize/lib/components/icon/svgs/continuity_below.svg +0 -3
- package/optimize/lib/components/icon/svgs/function.svg +0 -3
- package/optimize/lib/components/icon/svgs/kql_function.svg +0 -5
- package/optimize/lib/components/icon/svgs/kubernetes_pod.svg +0 -3
- package/optimize/lib/components/icon/svgs/magnet.svg +0 -3
- package/optimize/lib/components/icon/svgs/menu_down.svg +0 -3
- package/optimize/lib/components/icon/svgs/menu_up.svg +0 -3
- package/optimize/lib/components/icon/svgs/namespace.svg +0 -3
- package/optimize/lib/components/icon/svgs/page_select.svg +0 -3
- package/optimize/lib/components/icon/svgs/security_signal_resolved.svg +0 -3
- package/optimize/lib/components/icon/svgs/tear.svg +0 -3
- package/optimize/lib/components/icon/svgs/vis_timelion.svg +0 -3
- package/optimize/lib/components/icon/svgs/vis_visual_builder.svg +0 -3
- package/test-env/components/icon/assets/cloud_drizzle.js +0 -40
- package/test-env/components/icon/assets/cloud_stormy.js +0 -40
- package/test-env/components/icon/assets/cloud_sunny.js +0 -40
- package/test-env/components/icon/assets/continuity_above_below.js +0 -40
- package/test-env/components/icon/assets/function.js +0 -40
- package/test-env/components/icon/assets/kubernetes_pod.js +0 -40
- package/test-env/components/icon/assets/magnet.js +0 -40
- package/test-env/components/icon/assets/menu_down.js +0 -40
- package/test-env/components/icon/assets/menu_up.js +0 -40
- package/test-env/components/icon/assets/page_select.js +0 -41
- package/test-env/components/icon/assets/security_signal_resolved.js +0 -41
- package/test-env/components/icon/assets/tear.js +0 -40
- package/test-env/components/icon/assets/vis_timelion.js +0 -40
- package/test-env/components/icon/assets/vis_visual_builder.js +0 -40
package/eui.d.ts
CHANGED
|
@@ -3323,7 +3323,7 @@ declare module '@elastic/eui/src/components/icon/assets/chevron_limit_right' {
|
|
|
3323
3323
|
export {};
|
|
3324
3324
|
|
|
3325
3325
|
}
|
|
3326
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
3326
|
+
declare module '@elastic/eui/src/components/icon/assets/asterisk' {
|
|
3327
3327
|
import * as React from 'react';
|
|
3328
3328
|
import type { SVGProps } from 'react';
|
|
3329
3329
|
interface SVGRProps {
|
|
@@ -3334,7 +3334,7 @@ declare module '@elastic/eui/src/components/icon/assets/article' {
|
|
|
3334
3334
|
export {};
|
|
3335
3335
|
|
|
3336
3336
|
}
|
|
3337
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
3337
|
+
declare module '@elastic/eui/src/components/icon/assets/at' {
|
|
3338
3338
|
import * as React from 'react';
|
|
3339
3339
|
import type { SVGProps } from 'react';
|
|
3340
3340
|
interface SVGRProps {
|
|
@@ -3345,7 +3345,7 @@ declare module '@elastic/eui/src/components/icon/assets/asterisk' {
|
|
|
3345
3345
|
export {};
|
|
3346
3346
|
|
|
3347
3347
|
}
|
|
3348
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
3348
|
+
declare module '@elastic/eui/src/components/icon/assets/archive' {
|
|
3349
3349
|
import * as React from 'react';
|
|
3350
3350
|
import type { SVGProps } from 'react';
|
|
3351
3351
|
interface SVGRProps {
|
|
@@ -3356,7 +3356,7 @@ declare module '@elastic/eui/src/components/icon/assets/at' {
|
|
|
3356
3356
|
export {};
|
|
3357
3357
|
|
|
3358
3358
|
}
|
|
3359
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
3359
|
+
declare module '@elastic/eui/src/components/icon/assets/article' {
|
|
3360
3360
|
import * as React from 'react';
|
|
3361
3361
|
import type { SVGProps } from 'react';
|
|
3362
3362
|
interface SVGRProps {
|
|
@@ -3498,17 +3498,6 @@ declare module '@elastic/eui/src/components/icon/assets/briefcase' {
|
|
|
3498
3498
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
3499
3499
|
export {};
|
|
3500
3500
|
|
|
3501
|
-
}
|
|
3502
|
-
declare module '@elastic/eui/src/components/icon/assets/branch_user' {
|
|
3503
|
-
import * as React from 'react';
|
|
3504
|
-
import type { SVGProps } from 'react';
|
|
3505
|
-
interface SVGRProps {
|
|
3506
|
-
title?: string;
|
|
3507
|
-
titleId?: string;
|
|
3508
|
-
}
|
|
3509
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
3510
|
-
export {};
|
|
3511
|
-
|
|
3512
3501
|
}
|
|
3513
3502
|
declare module '@elastic/eui/src/components/icon/assets/broom' {
|
|
3514
3503
|
import * as React from 'react';
|
|
@@ -3862,7 +3851,7 @@ declare module '@elastic/eui/src/components/icon/assets/cloud' {
|
|
|
3862
3851
|
export {};
|
|
3863
3852
|
|
|
3864
3853
|
}
|
|
3865
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
3854
|
+
declare module '@elastic/eui/src/components/icon/assets/cloud_bolt' {
|
|
3866
3855
|
import * as React from 'react';
|
|
3867
3856
|
import type { SVGProps } from 'react';
|
|
3868
3857
|
interface SVGRProps {
|
|
@@ -3873,7 +3862,7 @@ declare module '@elastic/eui/src/components/icon/assets/cloud_drizzle' {
|
|
|
3873
3862
|
export {};
|
|
3874
3863
|
|
|
3875
3864
|
}
|
|
3876
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
3865
|
+
declare module '@elastic/eui/src/components/icon/assets/cloud_rain' {
|
|
3877
3866
|
import * as React from 'react';
|
|
3878
3867
|
import type { SVGProps } from 'react';
|
|
3879
3868
|
interface SVGRProps {
|
|
@@ -3884,7 +3873,7 @@ declare module '@elastic/eui/src/components/icon/assets/cloud_stormy' {
|
|
|
3884
3873
|
export {};
|
|
3885
3874
|
|
|
3886
3875
|
}
|
|
3887
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
3876
|
+
declare module '@elastic/eui/src/components/icon/assets/cloud_sun' {
|
|
3888
3877
|
import * as React from 'react';
|
|
3889
3878
|
import type { SVGProps } from 'react';
|
|
3890
3879
|
interface SVGRProps {
|
|
@@ -4015,28 +4004,6 @@ declare module '@elastic/eui/src/components/icon/assets/continuity_above' {
|
|
|
4015
4004
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
4016
4005
|
export {};
|
|
4017
4006
|
|
|
4018
|
-
}
|
|
4019
|
-
declare module '@elastic/eui/src/components/icon/assets/continuity_above_below' {
|
|
4020
|
-
import * as React from 'react';
|
|
4021
|
-
import type { SVGProps } from 'react';
|
|
4022
|
-
interface SVGRProps {
|
|
4023
|
-
title?: string;
|
|
4024
|
-
titleId?: string;
|
|
4025
|
-
}
|
|
4026
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
4027
|
-
export {};
|
|
4028
|
-
|
|
4029
|
-
}
|
|
4030
|
-
declare module '@elastic/eui/src/components/icon/assets/continuity_below' {
|
|
4031
|
-
import * as React from 'react';
|
|
4032
|
-
import type { SVGProps } from 'react';
|
|
4033
|
-
interface SVGRProps {
|
|
4034
|
-
title?: string;
|
|
4035
|
-
titleId?: string;
|
|
4036
|
-
}
|
|
4037
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
4038
|
-
export {};
|
|
4039
|
-
|
|
4040
4007
|
}
|
|
4041
4008
|
declare module '@elastic/eui/src/components/icon/assets/continuity_within' {
|
|
4042
4009
|
import * as React from 'react';
|
|
@@ -5038,17 +5005,6 @@ declare module '@elastic/eui/src/components/icon/assets/full_screen_exit' {
|
|
|
5038
5005
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
5039
5006
|
export {};
|
|
5040
5007
|
|
|
5041
|
-
}
|
|
5042
|
-
declare module '@elastic/eui/src/components/icon/assets/function' {
|
|
5043
|
-
import * as React from 'react';
|
|
5044
|
-
import type { SVGProps } from 'react';
|
|
5045
|
-
interface SVGRProps {
|
|
5046
|
-
title?: string;
|
|
5047
|
-
titleId?: string;
|
|
5048
|
-
}
|
|
5049
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
5050
|
-
export {};
|
|
5051
|
-
|
|
5052
5008
|
}
|
|
5053
5009
|
declare module '@elastic/eui/src/components/icon/assets/gear' {
|
|
5054
5010
|
import * as React from 'react';
|
|
@@ -5413,7 +5369,7 @@ declare module '@elastic/eui/src/components/icon/assets/query_field' {
|
|
|
5413
5369
|
export {};
|
|
5414
5370
|
|
|
5415
5371
|
}
|
|
5416
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
5372
|
+
declare module '@elastic/eui/src/components/icon/assets/push' {
|
|
5417
5373
|
import * as React from 'react';
|
|
5418
5374
|
import type { SVGProps } from 'react';
|
|
5419
5375
|
interface SVGRProps {
|
|
@@ -5456,6 +5412,17 @@ declare module '@elastic/eui/src/components/icon/assets/query_value' {
|
|
|
5456
5412
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
5457
5413
|
export {};
|
|
5458
5414
|
|
|
5415
|
+
}
|
|
5416
|
+
declare module '@elastic/eui/src/components/icon/assets/kubernetes_namespace' {
|
|
5417
|
+
import * as React from 'react';
|
|
5418
|
+
import type { SVGProps } from 'react';
|
|
5419
|
+
interface SVGRProps {
|
|
5420
|
+
title?: string;
|
|
5421
|
+
titleId?: string;
|
|
5422
|
+
}
|
|
5423
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
5424
|
+
export {};
|
|
5425
|
+
|
|
5459
5426
|
}
|
|
5460
5427
|
declare module '@elastic/eui/src/components/icon/assets/kubernetes_node' {
|
|
5461
5428
|
import * as React from 'react';
|
|
@@ -5468,7 +5435,7 @@ declare module '@elastic/eui/src/components/icon/assets/kubernetes_node' {
|
|
|
5468
5435
|
export {};
|
|
5469
5436
|
|
|
5470
5437
|
}
|
|
5471
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
5438
|
+
declare module '@elastic/eui/src/components/icon/assets/cube' {
|
|
5472
5439
|
import * as React from 'react';
|
|
5473
5440
|
import type { SVGProps } from 'react';
|
|
5474
5441
|
interface SVGRProps {
|
|
@@ -6358,17 +6325,6 @@ declare module '@elastic/eui/src/components/icon/assets/app_ml' {
|
|
|
6358
6325
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
6359
6326
|
export {};
|
|
6360
6327
|
|
|
6361
|
-
}
|
|
6362
|
-
declare module '@elastic/eui/src/components/icon/assets/magnet' {
|
|
6363
|
-
import * as React from 'react';
|
|
6364
|
-
import type { SVGProps } from 'react';
|
|
6365
|
-
interface SVGRProps {
|
|
6366
|
-
title?: string;
|
|
6367
|
-
titleId?: string;
|
|
6368
|
-
}
|
|
6369
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
6370
|
-
export {};
|
|
6371
|
-
|
|
6372
6328
|
}
|
|
6373
6329
|
declare module '@elastic/eui/src/components/icon/assets/magnify' {
|
|
6374
6330
|
import * as React from 'react';
|
|
@@ -6480,7 +6436,7 @@ declare module '@elastic/eui/src/components/icon/assets/menu' {
|
|
|
6480
6436
|
export {};
|
|
6481
6437
|
|
|
6482
6438
|
}
|
|
6483
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
6439
|
+
declare module '@elastic/eui/src/components/icon/assets/transition_bottom_out' {
|
|
6484
6440
|
import * as React from 'react';
|
|
6485
6441
|
import type { SVGProps } from 'react';
|
|
6486
6442
|
interface SVGRProps {
|
|
@@ -6513,7 +6469,7 @@ declare module '@elastic/eui/src/components/icon/assets/menu_right' {
|
|
|
6513
6469
|
export {};
|
|
6514
6470
|
|
|
6515
6471
|
}
|
|
6516
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
6472
|
+
declare module '@elastic/eui/src/components/icon/assets/transition_top_out' {
|
|
6517
6473
|
import * as React from 'react';
|
|
6518
6474
|
import type { SVGProps } from 'react';
|
|
6519
6475
|
interface SVGRProps {
|
|
@@ -6644,17 +6600,6 @@ declare module '@elastic/eui/src/components/icon/assets/move' {
|
|
|
6644
6600
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
6645
6601
|
export {};
|
|
6646
6602
|
|
|
6647
|
-
}
|
|
6648
|
-
declare module '@elastic/eui/src/components/icon/assets/namespace' {
|
|
6649
|
-
import * as React from 'react';
|
|
6650
|
-
import type { SVGProps } from 'react';
|
|
6651
|
-
interface SVGRProps {
|
|
6652
|
-
title?: string;
|
|
6653
|
-
titleId?: string;
|
|
6654
|
-
}
|
|
6655
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
6656
|
-
export {};
|
|
6657
|
-
|
|
6658
6603
|
}
|
|
6659
6604
|
declare module '@elastic/eui/src/components/icon/assets/nested' {
|
|
6660
6605
|
import * as React from 'react';
|
|
@@ -6754,17 +6699,6 @@ declare module '@elastic/eui/src/components/icon/assets/app_packetbeat' {
|
|
|
6754
6699
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
6755
6700
|
export {};
|
|
6756
6701
|
|
|
6757
|
-
}
|
|
6758
|
-
declare module '@elastic/eui/src/components/icon/assets/page_select' {
|
|
6759
|
-
import * as React from 'react';
|
|
6760
|
-
import type { SVGProps } from 'react';
|
|
6761
|
-
interface SVGRProps {
|
|
6762
|
-
title?: string;
|
|
6763
|
-
titleId?: string;
|
|
6764
|
-
}
|
|
6765
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
6766
|
-
export {};
|
|
6767
|
-
|
|
6768
6702
|
}
|
|
6769
6703
|
declare module '@elastic/eui/src/components/icon/assets/pages_select' {
|
|
6770
6704
|
import * as React from 'react';
|
|
@@ -7040,6 +6974,28 @@ declare module '@elastic/eui/src/components/icon/assets/product_streams_wired' {
|
|
|
7040
6974
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
7041
6975
|
export {};
|
|
7042
6976
|
|
|
6977
|
+
}
|
|
6978
|
+
declare module '@elastic/eui/src/components/icon/assets/product_timelion' {
|
|
6979
|
+
import * as React from 'react';
|
|
6980
|
+
import type { SVGProps } from 'react';
|
|
6981
|
+
interface SVGRProps {
|
|
6982
|
+
title?: string;
|
|
6983
|
+
titleId?: string;
|
|
6984
|
+
}
|
|
6985
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
6986
|
+
export {};
|
|
6987
|
+
|
|
6988
|
+
}
|
|
6989
|
+
declare module '@elastic/eui/src/components/icon/assets/product_tsvb' {
|
|
6990
|
+
import * as React from 'react';
|
|
6991
|
+
import type { SVGProps } from 'react';
|
|
6992
|
+
interface SVGRProps {
|
|
6993
|
+
title?: string;
|
|
6994
|
+
titleId?: string;
|
|
6995
|
+
}
|
|
6996
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
6997
|
+
export {};
|
|
6998
|
+
|
|
7043
6999
|
}
|
|
7044
7000
|
declare module '@elastic/eui/src/components/icon/assets/send' {
|
|
7045
7001
|
import * as React from 'react';
|
|
@@ -7184,7 +7140,7 @@ declare module '@elastic/eui/src/components/icon/assets/save' {
|
|
|
7184
7140
|
export {};
|
|
7185
7141
|
|
|
7186
7142
|
}
|
|
7187
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
7143
|
+
declare module '@elastic/eui/src/components/icon/assets/scale' {
|
|
7188
7144
|
import * as React from 'react';
|
|
7189
7145
|
import type { SVGProps } from 'react';
|
|
7190
7146
|
interface SVGRProps {
|
|
@@ -7195,7 +7151,7 @@ declare module '@elastic/eui/src/components/icon/assets/app_saved_objects' {
|
|
|
7195
7151
|
export {};
|
|
7196
7152
|
|
|
7197
7153
|
}
|
|
7198
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
7154
|
+
declare module '@elastic/eui/src/components/icon/assets/app_saved_objects' {
|
|
7199
7155
|
import * as React from 'react';
|
|
7200
7156
|
import type { SVGProps } from 'react';
|
|
7201
7157
|
interface SVGRProps {
|
|
@@ -7260,17 +7216,6 @@ declare module '@elastic/eui/src/components/icon/assets/security_signal_detected
|
|
|
7260
7216
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
7261
7217
|
export {};
|
|
7262
7218
|
|
|
7263
|
-
}
|
|
7264
|
-
declare module '@elastic/eui/src/components/icon/assets/security_signal_resolved' {
|
|
7265
|
-
import * as React from 'react';
|
|
7266
|
-
import type { SVGProps } from 'react';
|
|
7267
|
-
interface SVGRProps {
|
|
7268
|
-
title?: string;
|
|
7269
|
-
titleId?: string;
|
|
7270
|
-
}
|
|
7271
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
7272
|
-
export {};
|
|
7273
|
-
|
|
7274
7219
|
}
|
|
7275
7220
|
declare module '@elastic/eui/src/components/icon/assets/server' {
|
|
7276
7221
|
import * as React from 'react';
|
|
@@ -7700,17 +7645,6 @@ declare module '@elastic/eui/src/components/icon/assets/tag' {
|
|
|
7700
7645
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
7701
7646
|
export {};
|
|
7702
7647
|
|
|
7703
|
-
}
|
|
7704
|
-
declare module '@elastic/eui/src/components/icon/assets/tear' {
|
|
7705
|
-
import * as React from 'react';
|
|
7706
|
-
import type { SVGProps } from 'react';
|
|
7707
|
-
interface SVGRProps {
|
|
7708
|
-
title?: string;
|
|
7709
|
-
titleId?: string;
|
|
7710
|
-
}
|
|
7711
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
7712
|
-
export {};
|
|
7713
|
-
|
|
7714
7648
|
}
|
|
7715
7649
|
declare module '@elastic/eui/src/components/icon/assets/thermometer' {
|
|
7716
7650
|
import * as React from 'react';
|
|
@@ -7800,7 +7734,7 @@ declare module '@elastic/eui/src/components/icon/assets/transition_bottom_in' {
|
|
|
7800
7734
|
export {};
|
|
7801
7735
|
|
|
7802
7736
|
}
|
|
7803
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
7737
|
+
declare module '@elastic/eui/src/components/icon/assets/transition_left_in' {
|
|
7804
7738
|
import * as React from 'react';
|
|
7805
7739
|
import type { SVGProps } from 'react';
|
|
7806
7740
|
interface SVGRProps {
|
|
@@ -7811,7 +7745,7 @@ declare module '@elastic/eui/src/components/icon/assets/transition_bottom_out' {
|
|
|
7811
7745
|
export {};
|
|
7812
7746
|
|
|
7813
7747
|
}
|
|
7814
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
7748
|
+
declare module '@elastic/eui/src/components/icon/assets/transition_left_out' {
|
|
7815
7749
|
import * as React from 'react';
|
|
7816
7750
|
import type { SVGProps } from 'react';
|
|
7817
7751
|
interface SVGRProps {
|
|
@@ -7822,7 +7756,7 @@ declare module '@elastic/eui/src/components/icon/assets/transition_left_in' {
|
|
|
7822
7756
|
export {};
|
|
7823
7757
|
|
|
7824
7758
|
}
|
|
7825
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
7759
|
+
declare module '@elastic/eui/src/components/icon/assets/transition_right_in' {
|
|
7826
7760
|
import * as React from 'react';
|
|
7827
7761
|
import type { SVGProps } from 'react';
|
|
7828
7762
|
interface SVGRProps {
|
|
@@ -7833,7 +7767,7 @@ declare module '@elastic/eui/src/components/icon/assets/transition_left_out' {
|
|
|
7833
7767
|
export {};
|
|
7834
7768
|
|
|
7835
7769
|
}
|
|
7836
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
7770
|
+
declare module '@elastic/eui/src/components/icon/assets/transition_right_out' {
|
|
7837
7771
|
import * as React from 'react';
|
|
7838
7772
|
import type { SVGProps } from 'react';
|
|
7839
7773
|
interface SVGRProps {
|
|
@@ -7844,7 +7778,7 @@ declare module '@elastic/eui/src/components/icon/assets/transition_top_in' {
|
|
|
7844
7778
|
export {};
|
|
7845
7779
|
|
|
7846
7780
|
}
|
|
7847
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
7781
|
+
declare module '@elastic/eui/src/components/icon/assets/transition_top_in' {
|
|
7848
7782
|
import * as React from 'react';
|
|
7849
7783
|
import type { SVGProps } from 'react';
|
|
7850
7784
|
interface SVGRProps {
|
|
@@ -7997,28 +7931,6 @@ declare module '@elastic/eui/src/components/icon/assets/chart_metric' {
|
|
|
7997
7931
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
7998
7932
|
export {};
|
|
7999
7933
|
|
|
8000
|
-
}
|
|
8001
|
-
declare module '@elastic/eui/src/components/icon/assets/vis_timelion' {
|
|
8002
|
-
import * as React from 'react';
|
|
8003
|
-
import type { SVGProps } from 'react';
|
|
8004
|
-
interface SVGRProps {
|
|
8005
|
-
title?: string;
|
|
8006
|
-
titleId?: string;
|
|
8007
|
-
}
|
|
8008
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
8009
|
-
export {};
|
|
8010
|
-
|
|
8011
|
-
}
|
|
8012
|
-
declare module '@elastic/eui/src/components/icon/assets/vis_visual_builder' {
|
|
8013
|
-
import * as React from 'react';
|
|
8014
|
-
import type { SVGProps } from 'react';
|
|
8015
|
-
interface SVGRProps {
|
|
8016
|
-
title?: string;
|
|
8017
|
-
titleId?: string;
|
|
8018
|
-
}
|
|
8019
|
-
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
8020
|
-
export {};
|
|
8021
|
-
|
|
8022
7934
|
}
|
|
8023
7935
|
declare module '@elastic/eui/src/components/icon/assets/app_visualize' {
|
|
8024
7936
|
import * as React from 'react';
|
|
@@ -8773,7 +8685,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
8773
8685
|
type IconImportLoader = () => Promise<{
|
|
8774
8686
|
icon: ComponentType;
|
|
8775
8687
|
}>;
|
|
8776
|
-
export type IconCategory = 'glyph' | 'app' | 'elasticLogo' | 'thirdPartyLogo' | 'ml' | 'token';
|
|
8688
|
+
export type IconCategory = 'glyph' | 'app' | 'elasticLogo' | 'thirdPartyLogo' | 'ml' | 'token' | 'internal';
|
|
8777
8689
|
type IconMetadata = {
|
|
8778
8690
|
category?: IconCategory;
|
|
8779
8691
|
synonyms?: string[];
|
|
@@ -8813,10 +8725,10 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
8813
8725
|
chevronSingleUp: IconImportLoaderWithMetadata;
|
|
8814
8726
|
chevronLimitLeft: IconImportLoaderWithMetadata;
|
|
8815
8727
|
chevronLimitRight: IconImportLoaderWithMetadata;
|
|
8816
|
-
article: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/article")>;
|
|
8817
8728
|
asterisk: IconImportLoaderWithMetadata;
|
|
8818
8729
|
at: IconImportLoaderWithMetadata;
|
|
8819
8730
|
archive: IconImportLoaderWithMetadata;
|
|
8731
|
+
article: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/article")>;
|
|
8820
8732
|
axisX: IconImportLoaderWithMetadata;
|
|
8821
8733
|
axisYLeft: IconImportLoaderWithMetadata;
|
|
8822
8734
|
axisYRight: IconImportLoaderWithMetadata;
|
|
@@ -8829,7 +8741,6 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
8829
8741
|
boxesVertical: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/boxes_vertical")>;
|
|
8830
8742
|
branch: IconImportLoaderWithMetadata;
|
|
8831
8743
|
briefcase: IconImportLoaderWithMetadata;
|
|
8832
|
-
branchUser: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/branch_user")>;
|
|
8833
8744
|
broom: IconImportLoaderWithMetadata;
|
|
8834
8745
|
brush: IconImportLoaderWithMetadata;
|
|
8835
8746
|
bug: IconImportLoaderWithMetadata;
|
|
@@ -8867,9 +8778,12 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
8867
8778
|
clockCounter: IconImportLoaderWithMetadata;
|
|
8868
8779
|
clockControl: IconImportLoaderWithMetadata;
|
|
8869
8780
|
cloud: IconImportLoaderWithMetadata;
|
|
8870
|
-
|
|
8871
|
-
|
|
8872
|
-
|
|
8781
|
+
cloudBolt: IconImportLoaderWithMetadata;
|
|
8782
|
+
cloudDrizzle: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cloud_rain")>;
|
|
8783
|
+
cloudRain: IconImportLoaderWithMetadata;
|
|
8784
|
+
cloudStormy: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cloud_bolt")>;
|
|
8785
|
+
cloudSun: IconImportLoaderWithMetadata;
|
|
8786
|
+
cloudSunny: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cloud_sun")>;
|
|
8873
8787
|
cluster: IconImportLoaderWithMetadata;
|
|
8874
8788
|
code: IconImportLoaderWithMetadata;
|
|
8875
8789
|
codeApp: IconImportLoaderWithMetadata;
|
|
@@ -8883,8 +8797,6 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
8883
8797
|
consoleApp: IconImportLoaderWithMetadata;
|
|
8884
8798
|
container: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/container")>;
|
|
8885
8799
|
continuityAbove: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_above")>;
|
|
8886
|
-
continuityAboveBelow: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_above_below")>;
|
|
8887
|
-
continuityBelow: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_below")>;
|
|
8888
8800
|
continuityWithin: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/continuity_within")>;
|
|
8889
8801
|
contrast: IconImportLoaderWithMetadata;
|
|
8890
8802
|
contrastFill: IconImportLoaderWithMetadata;
|
|
@@ -8971,9 +8883,9 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
8971
8883
|
flag: IconImportLoaderWithMetadata;
|
|
8972
8884
|
fleetApp: IconImportLoaderWithMetadata;
|
|
8973
8885
|
fold: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/fold")>;
|
|
8974
|
-
folder:
|
|
8886
|
+
folder: IconImportLoaderWithMetadata;
|
|
8975
8887
|
folderClosed: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_close")>;
|
|
8976
|
-
folderClose:
|
|
8888
|
+
folderClose: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_close")>;
|
|
8977
8889
|
folderCheck: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_check")>;
|
|
8978
8890
|
folderExclamation: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/folder_exclamation")>;
|
|
8979
8891
|
folderOpen: IconImportLoaderWithMetadata;
|
|
@@ -8982,7 +8894,6 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
8982
8894
|
framePrevious: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/frame_previous")>;
|
|
8983
8895
|
fullScreen: IconImportLoaderWithMetadata;
|
|
8984
8896
|
fullScreenExit: IconImportLoaderWithMetadata;
|
|
8985
|
-
function: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/function")>;
|
|
8986
8897
|
gear: IconImportLoaderWithMetadata;
|
|
8987
8898
|
gisApp: IconImportLoaderWithMetadata;
|
|
8988
8899
|
globe: IconImportLoaderWithMetadata;
|
|
@@ -9021,12 +8932,13 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9021
8932
|
key: IconImportLoaderWithMetadata;
|
|
9022
8933
|
keyboard: IconImportLoaderWithMetadata;
|
|
9023
8934
|
queryField: IconImportLoaderWithMetadata;
|
|
9024
|
-
kqlFunction: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/
|
|
8935
|
+
kqlFunction: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/push")>;
|
|
9025
8936
|
queryOperand: IconImportLoaderWithMetadata;
|
|
9026
8937
|
querySelector: IconImportLoaderWithMetadata;
|
|
9027
8938
|
queryValue: IconImportLoaderWithMetadata;
|
|
8939
|
+
kubernetesNamespace: IconImportLoaderWithMetadata;
|
|
9028
8940
|
kubernetesNode: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/kubernetes_node")>;
|
|
9029
|
-
kubernetesPod: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/
|
|
8941
|
+
kubernetesPod: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/cube")>;
|
|
9030
8942
|
cube: IconImportLoaderWithMetadata;
|
|
9031
8943
|
rocket: IconImportLoaderWithMetadata;
|
|
9032
8944
|
layers: IconImportLoaderWithMetadata;
|
|
@@ -9108,7 +9020,6 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9108
9020
|
logstashOutput: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/logstash_output")>;
|
|
9109
9021
|
queue: IconImportLoaderWithMetadata;
|
|
9110
9022
|
machineLearningApp: IconImportLoaderWithMetadata;
|
|
9111
|
-
magnet: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnet")>;
|
|
9112
9023
|
magnify: IconImportLoaderWithMetadata;
|
|
9113
9024
|
search: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/magnify")>;
|
|
9114
9025
|
magnifyExclamation: IconImportLoaderWithMetadata;
|
|
@@ -9119,12 +9030,12 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9119
9030
|
mapMarker: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/waypoint")>;
|
|
9120
9031
|
waypoint: IconImportLoaderWithMetadata;
|
|
9121
9032
|
megaphone: IconImportLoaderWithMetadata;
|
|
9122
|
-
memory:
|
|
9033
|
+
memory: IconImportLoaderWithMetadata;
|
|
9123
9034
|
menu: IconImportLoaderWithMetadata;
|
|
9124
|
-
menuDown: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/
|
|
9035
|
+
menuDown: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/transition_bottom_out")>;
|
|
9125
9036
|
menuLeft: IconImportLoaderWithMetadata;
|
|
9126
9037
|
menuRight: IconImportLoaderWithMetadata;
|
|
9127
|
-
menuUp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/
|
|
9038
|
+
menuUp: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/transition_top_out")>;
|
|
9128
9039
|
merge: IconImportLoaderWithMetadata;
|
|
9129
9040
|
metricbeatApp: IconImportLoaderWithMetadata;
|
|
9130
9041
|
metricsApp: IconImportLoaderWithMetadata;
|
|
@@ -9136,7 +9047,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9136
9047
|
monitoringApp: IconImportLoaderWithMetadata;
|
|
9137
9048
|
moon: IconImportLoaderWithMetadata;
|
|
9138
9049
|
move: IconImportLoaderWithMetadata;
|
|
9139
|
-
namespace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/
|
|
9050
|
+
namespace: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/kubernetes_namespace")>;
|
|
9140
9051
|
nested: IconImportLoaderWithMetadata;
|
|
9141
9052
|
vectorTriangle: IconImportLoaderWithMetadata;
|
|
9142
9053
|
notebookApp: IconImportLoaderWithMetadata;
|
|
@@ -9146,7 +9057,6 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9146
9057
|
outlierDetectionJob: IconImportLoaderWithMetadata;
|
|
9147
9058
|
package: IconImportLoaderWithMetadata;
|
|
9148
9059
|
packetbeatApp: IconImportLoaderWithMetadata;
|
|
9149
|
-
pageSelect: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/page_select")>;
|
|
9150
9060
|
pagesSelect: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/pages_select")>;
|
|
9151
9061
|
documentsCheck: IconImportLoaderWithMetadata;
|
|
9152
9062
|
palette: IconImportLoaderWithMetadata;
|
|
@@ -9162,7 +9072,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9162
9072
|
pipelineApp: IconImportLoaderWithMetadata;
|
|
9163
9073
|
pivot: IconImportLoaderWithMetadata;
|
|
9164
9074
|
play: IconImportLoaderWithMetadata;
|
|
9165
|
-
plugs:
|
|
9075
|
+
plugs: IconImportLoaderWithMetadata;
|
|
9166
9076
|
plus: IconImportLoaderWithMetadata;
|
|
9167
9077
|
plusCircle: IconImportLoaderWithMetadata;
|
|
9168
9078
|
plusSquare: IconImportLoaderWithMetadata;
|
|
@@ -9174,6 +9084,9 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9174
9084
|
productML: IconImportLoaderWithMetadata;
|
|
9175
9085
|
productStreamsClassic: IconImportLoaderWithMetadata;
|
|
9176
9086
|
productStreamsWired: IconImportLoaderWithMetadata;
|
|
9087
|
+
productTimelion: IconImportLoaderWithMetadata;
|
|
9088
|
+
productTSVB: IconImportLoaderWithMetadata;
|
|
9089
|
+
push: IconImportLoaderWithMetadata;
|
|
9177
9090
|
send: IconImportLoaderWithMetadata;
|
|
9178
9091
|
question: IconImportLoaderWithMetadata;
|
|
9179
9092
|
quote: IconImportLoaderWithMetadata;
|
|
@@ -9187,14 +9100,13 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9187
9100
|
return: IconImportLoaderWithMetadata;
|
|
9188
9101
|
routeSplit: IconImportLoaderWithMetadata;
|
|
9189
9102
|
save: IconImportLoaderWithMetadata;
|
|
9190
|
-
savedObjectsApp: IconImportLoaderWithMetadata;
|
|
9191
9103
|
scale: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/scale")>;
|
|
9104
|
+
savedObjectsApp: IconImportLoaderWithMetadata;
|
|
9192
9105
|
searchProfilerApp: IconImportLoaderWithMetadata;
|
|
9193
9106
|
section: IconImportLoaderWithMetadata;
|
|
9194
9107
|
securityAnalyticsApp: IconImportLoaderWithMetadata;
|
|
9195
9108
|
securityApp: IconImportLoaderWithMetadata;
|
|
9196
9109
|
securitySignalDetected: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/security_signal_detected")>;
|
|
9197
|
-
securitySignalResolved: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/security_signal_resolved")>;
|
|
9198
9110
|
server: IconImportLoaderWithMetadata;
|
|
9199
9111
|
sessionViewer: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/session_viewer")>;
|
|
9200
9112
|
shard: IconImportLoaderWithMetadata;
|
|
@@ -9230,13 +9142,12 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9230
9142
|
storage: IconImportLoaderWithMetadata;
|
|
9231
9143
|
string: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/string")>;
|
|
9232
9144
|
sun: IconImportLoaderWithMetadata;
|
|
9233
|
-
swatchInput:
|
|
9145
|
+
swatchInput: IconImportLoaderWithMetadata;
|
|
9234
9146
|
symlink: IconImportLoaderWithMetadata;
|
|
9235
9147
|
tableDensityHigh: IconImportLoaderWithMetadata;
|
|
9236
9148
|
tableDensityLow: IconImportLoaderWithMetadata;
|
|
9237
9149
|
tableOfContents: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/table_of_contents")>;
|
|
9238
9150
|
tag: IconImportLoaderWithMetadata;
|
|
9239
|
-
tear: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/tear")>;
|
|
9240
9151
|
thermometer: IconImportLoaderWithMetadata;
|
|
9241
9152
|
temperature: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/thermometer")>;
|
|
9242
9153
|
thumbDown: IconImportLoaderWithMetadata;
|
|
@@ -9250,6 +9161,8 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9250
9161
|
transitionBottomOut: IconImportLoaderWithMetadata;
|
|
9251
9162
|
transitionLeftIn: IconImportLoaderWithMetadata;
|
|
9252
9163
|
transitionLeftOut: IconImportLoaderWithMetadata;
|
|
9164
|
+
transitionRightIn: IconImportLoaderWithMetadata;
|
|
9165
|
+
transitionRightOut: IconImportLoaderWithMetadata;
|
|
9253
9166
|
transitionTopIn: IconImportLoaderWithMetadata;
|
|
9254
9167
|
transitionTopOut: IconImportLoaderWithMetadata;
|
|
9255
9168
|
translate: IconImportLoaderWithMetadata;
|
|
@@ -9265,8 +9178,8 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9265
9178
|
videoPlayer: IconImportLoaderWithMetadata;
|
|
9266
9179
|
visGoal: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/vis_goal")>;
|
|
9267
9180
|
chartMetric: IconImportLoaderWithMetadata;
|
|
9268
|
-
visTimelion: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/
|
|
9269
|
-
visVisualBuilder: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/
|
|
9181
|
+
visTimelion: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_timelion")>;
|
|
9182
|
+
visVisualBuilder: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/product_tsvb")>;
|
|
9270
9183
|
visualizeApp: IconImportLoaderWithMetadata;
|
|
9271
9184
|
vulnerabilityManagementApp: IconImportLoaderWithMetadata;
|
|
9272
9185
|
warning: IconImportLoaderWithMetadata;
|
|
@@ -9337,16 +9250,16 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9337
9250
|
tokenVectorDense: IconImportLoaderWithMetadata;
|
|
9338
9251
|
tokenVectorSparse: IconImportLoaderWithMetadata;
|
|
9339
9252
|
};
|
|
9340
|
-
export const typeToPathMapAppIconTypes: ("string" | "number" | "
|
|
9341
|
-
export const typeToPathMapGlyphIconTypes: ("string" | "number" | "
|
|
9342
|
-
export const typeToPathMapLogoIconTypes: ("string" | "number" | "
|
|
9343
|
-
export const typeToPathMapMlIconTypes: ("string" | "number" | "
|
|
9344
|
-
export const typeToPathMapTokenIconTypes: ("string" | "number" | "
|
|
9345
|
-
export const typeToPathMapDocsAppIconTypes: ("string" | "number" | "
|
|
9346
|
-
export const typeToPathMapDocsGlyphIconTypes: ("string" | "number" | "
|
|
9347
|
-
export const typeToPathMapDocsLogoIconTypes: ("string" | "number" | "
|
|
9348
|
-
export const typeToPathMapDocsMlIconTypes: ("string" | "number" | "
|
|
9349
|
-
export const typeToPathMapDocsTokenIconTypes: ("string" | "number" | "
|
|
9253
|
+
export const typeToPathMapAppIconTypes: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9254
|
+
export const typeToPathMapGlyphIconTypes: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9255
|
+
export const typeToPathMapLogoIconTypes: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9256
|
+
export const typeToPathMapMlIconTypes: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9257
|
+
export const typeToPathMapTokenIconTypes: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9258
|
+
export const typeToPathMapDocsAppIconTypes: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9259
|
+
export const typeToPathMapDocsGlyphIconTypes: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9260
|
+
export const typeToPathMapDocsLogoIconTypes: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9261
|
+
export const typeToPathMapDocsMlIconTypes: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9262
|
+
export const typeToPathMapDocsTokenIconTypes: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9350
9263
|
export type TypeToPathMapSynonyms = Partial<Record<keyof typeof typeToPathMap, string[]>>;
|
|
9351
9264
|
export const typeToPathMapSynonyms: TypeToPathMapSynonyms;
|
|
9352
9265
|
export {};
|
|
@@ -9402,7 +9315,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
9402
9315
|
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
9403
9316
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
9404
9317
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
9405
|
-
export const TYPES: ("string" | "number" | "
|
|
9318
|
+
export const TYPES: ("string" | "number" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "push" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "sun" | "cluster" | "comment" | "compare" | "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" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "namespace" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "plugs" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "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" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudBolt" | "cloudDrizzle" | "cloudRain" | "cloudStormy" | "cloudSun" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNamespace" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "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" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "productTimelion" | "productTSVB" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionRightIn" | "transitionRightOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "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" | "tokenVectorSparse")[];
|
|
9406
9319
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
9407
9320
|
export type IconType = EuiIconType | string | ComponentType;
|
|
9408
9321
|
export type IconColor = string | NamedColor;
|
|
@@ -10254,6 +10167,16 @@ declare module '@elastic/eui/src/components/button/button_context' {
|
|
|
10254
10167
|
fullWidth?: boolean;
|
|
10255
10168
|
display?: "base" | "fill" | "empty";
|
|
10256
10169
|
fill?: boolean;
|
|
10170
|
+
/**
|
|
10171
|
+
* Set by `EuiButtonGroup` with `variant="selection"` to resolve per-button
|
|
10172
|
+
* selected state and its derived display props.
|
|
10173
|
+
*/
|
|
10174
|
+
getSelectionProps?: (id: string) => {
|
|
10175
|
+
isSelected: boolean;
|
|
10176
|
+
fill: boolean;
|
|
10177
|
+
display?: "fill" | "base";
|
|
10178
|
+
onSelect: () => void;
|
|
10179
|
+
};
|
|
10257
10180
|
}>;
|
|
10258
10181
|
/**
|
|
10259
10182
|
* Resets inherited EuiButtonContext values for descendant buttons.
|
|
@@ -10266,6 +10189,7 @@ declare module '@elastic/eui/src/components/button/button_context' {
|
|
|
10266
10189
|
|
|
10267
10190
|
}
|
|
10268
10191
|
declare module '@elastic/eui/src/components/button/use_button_common_props' {
|
|
10192
|
+
import { MouseEventHandler } from 'react';
|
|
10269
10193
|
export interface EuiButtonCommonPropsInput<TSize extends string, TColor extends string> {
|
|
10270
10194
|
size: TSize;
|
|
10271
10195
|
color: TColor;
|
|
@@ -10277,6 +10201,19 @@ declare module '@elastic/eui/src/components/button/use_button_common_props' {
|
|
|
10277
10201
|
href?: string;
|
|
10278
10202
|
disabled?: boolean;
|
|
10279
10203
|
isLoading?: boolean;
|
|
10204
|
+
/**
|
|
10205
|
+
* The button's `id` attribute. Required for selection-group wiring via context.
|
|
10206
|
+
*/
|
|
10207
|
+
id?: string;
|
|
10208
|
+
/**
|
|
10209
|
+
* The button's own `isSelected` prop, if any.
|
|
10210
|
+
*/
|
|
10211
|
+
isSelected?: boolean;
|
|
10212
|
+
/**
|
|
10213
|
+
* The button's own `onClick` handler, if any. When inside a selection group,
|
|
10214
|
+
* it is merged with the group's `onSelect` callback.
|
|
10215
|
+
*/
|
|
10216
|
+
onClick?: MouseEventHandler<HTMLElement>;
|
|
10280
10217
|
}
|
|
10281
10218
|
export interface EuiButtonCommonPropsOutput<TSize extends string, TColor extends string> {
|
|
10282
10219
|
size: TSize;
|
|
@@ -10286,12 +10223,14 @@ declare module '@elastic/eui/src/components/button/use_button_common_props' {
|
|
|
10286
10223
|
fullWidth?: boolean;
|
|
10287
10224
|
display?: 'base' | 'fill' | 'empty';
|
|
10288
10225
|
fill?: boolean;
|
|
10226
|
+
isSelected?: boolean;
|
|
10227
|
+
onClick?: MouseEventHandler<HTMLElement>;
|
|
10289
10228
|
}
|
|
10290
10229
|
/**
|
|
10291
10230
|
* Resolves inherited button props from EuiButtonContext,
|
|
10292
10231
|
* popover boundary isolation and isDisabled computation.
|
|
10293
10232
|
*/
|
|
10294
|
-
export function useEuiButtonCommonProps<TSize extends string, TColor extends string>({ size, color, isDisabled: _isDisabled, hasAriaDisabled, fullWidth, fill, display, href, disabled, isLoading, }: EuiButtonCommonPropsInput<TSize, TColor>): EuiButtonCommonPropsOutput<TSize, TColor>;
|
|
10233
|
+
export function useEuiButtonCommonProps<TSize extends string, TColor extends string>({ size, color, isDisabled: _isDisabled, hasAriaDisabled, fullWidth, fill, display: _display, href, disabled, isLoading, id, isSelected: _isSelected, onClick: _onClick, }: EuiButtonCommonPropsInput<TSize, TColor>): EuiButtonCommonPropsOutput<TSize, TColor>;
|
|
10295
10234
|
|
|
10296
10235
|
}
|
|
10297
10236
|
declare module '@elastic/eui/src/components/button/button' {
|
|
@@ -10569,6 +10508,26 @@ declare module '@elastic/eui/src/components/button/button_group/button_group_but
|
|
|
10569
10508
|
export const EuiButtonGroupButton: FunctionComponent<Props>;
|
|
10570
10509
|
export {};
|
|
10571
10510
|
|
|
10511
|
+
}
|
|
10512
|
+
declare module '@elastic/eui/src/components/button/button_group/use_button_group_selection' {
|
|
10513
|
+
interface UseEuiButtonGroupSelectionProps {
|
|
10514
|
+
type?: 'single' | 'multi';
|
|
10515
|
+
idSelected?: string;
|
|
10516
|
+
idToSelectedMap?: Record<string, boolean>;
|
|
10517
|
+
onChange?: (id: string) => void;
|
|
10518
|
+
}
|
|
10519
|
+
interface UseEuiButtonGroupSelectionReturn {
|
|
10520
|
+
isSelected: (id: string) => boolean;
|
|
10521
|
+
onSelect: (id: string) => void;
|
|
10522
|
+
}
|
|
10523
|
+
/**
|
|
10524
|
+
* Purely controlled selection state for `EuiButtonGroup` with `variant="selection"`.
|
|
10525
|
+
* The consumer owns state via `idSelected` (single) or `idToSelectedMap` (multi)
|
|
10526
|
+
* and updates it through `onChange`.
|
|
10527
|
+
*/
|
|
10528
|
+
export function useEuiButtonGroupSelection({ type, idSelected, idToSelectedMap, onChange, }: UseEuiButtonGroupSelectionProps): UseEuiButtonGroupSelectionReturn;
|
|
10529
|
+
export {};
|
|
10530
|
+
|
|
10572
10531
|
}
|
|
10573
10532
|
declare module '@elastic/eui/src/components/form/form.styles' {
|
|
10574
10533
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
@@ -10842,6 +10801,23 @@ declare module '@elastic/eui/src/components/button/button_group/button_group' {
|
|
|
10842
10801
|
type OptionsModeProps = Omit<HTMLAttributes<HTMLFieldSetElement>, 'onChange' | 'color'> & EuiButtonGroupProps;
|
|
10843
10802
|
export const BUTTON_GROUP_GUTTER_SIZES: readonly ["none", "xs", "s", "m", "l", "xl"];
|
|
10844
10803
|
export type EuiButtonGroupGutterSize = (typeof BUTTON_GROUP_GUTTER_SIZES)[number];
|
|
10804
|
+
type SelectionVariantCommonProps = {
|
|
10805
|
+
/**
|
|
10806
|
+
* Visual display variant for the selection container background.
|
|
10807
|
+
* Applies only when `variant="selection"`.
|
|
10808
|
+
* - `'regular'`: subdued toggle state, light container background
|
|
10809
|
+
* - `'highlighted'`: highlighted toggle state, light container background
|
|
10810
|
+
* - `'inverse'`: light toggle state, dark container background
|
|
10811
|
+
* @default 'regular'
|
|
10812
|
+
*/
|
|
10813
|
+
display?: 'regular' | 'highlighted' | 'inverse';
|
|
10814
|
+
/**
|
|
10815
|
+
* Callback fired when a child button is selected.
|
|
10816
|
+
* Returns the `id` of the clicked option.
|
|
10817
|
+
* Applies only when `variant="selection"`.
|
|
10818
|
+
*/
|
|
10819
|
+
onChange?: (id: string) => void;
|
|
10820
|
+
};
|
|
10845
10821
|
export type EuiButtonGroupChildrenProps = CommonProps & EuiDisabledProps & {
|
|
10846
10822
|
options?: never;
|
|
10847
10823
|
/**
|
|
@@ -10861,14 +10837,6 @@ declare module '@elastic/eui/src/components/button/button_group/button_group' {
|
|
|
10861
10837
|
* @default 's'
|
|
10862
10838
|
*/
|
|
10863
10839
|
buttonSize?: 's' | 'm';
|
|
10864
|
-
/**
|
|
10865
|
-
* Defines the type of a button group, which renders visually and functionally different:
|
|
10866
|
-
* - default: arranges buttons in a horizontal row with optional gutter via `gutterSize`
|
|
10867
|
-
* - segmented: arranges buttons in a horizontal or vertical row with no gutter.
|
|
10868
|
-
* The buttons are placed inset and dividers can optionally be shown between them.
|
|
10869
|
-
* @default 'default'
|
|
10870
|
-
*/
|
|
10871
|
-
variant?: 'default' | 'segmented';
|
|
10872
10840
|
/**
|
|
10873
10841
|
* Defines the gutter size between children buttons.
|
|
10874
10842
|
* Applies only when `variant="default"`.
|
|
@@ -10877,37 +10845,80 @@ declare module '@elastic/eui/src/components/button/button_group/button_group' {
|
|
|
10877
10845
|
gutterSize?: EuiButtonGroupGutterSize;
|
|
10878
10846
|
/**
|
|
10879
10847
|
* Expands the whole group to the full width of the container.
|
|
10880
|
-
* `EuiButton` children will stretch to fill the available space
|
|
10848
|
+
* Only `EuiButton` children will stretch to fill the available space.
|
|
10849
|
+
* `EuiButtonIcon` groups will not stretch.
|
|
10881
10850
|
* Does not apply when `layout="vertical"`.
|
|
10882
10851
|
* @default false
|
|
10883
10852
|
*/
|
|
10884
10853
|
isFullWidth?: boolean;
|
|
10885
10854
|
/**
|
|
10886
10855
|
* Shows dividers between buttons.
|
|
10887
|
-
*
|
|
10856
|
+
* Does not apply when `variant="default"`.
|
|
10888
10857
|
* @default false
|
|
10889
10858
|
*/
|
|
10890
10859
|
showDividers?: boolean;
|
|
10891
10860
|
/**
|
|
10892
10861
|
* Defines the layout direction of the button group.
|
|
10893
10862
|
* `layout="vertical"` should only be used with EuiButtonIcon children.
|
|
10894
|
-
*
|
|
10863
|
+
* Does not apply when `variant="default"`.
|
|
10895
10864
|
* @default 'horizontal'
|
|
10896
10865
|
*/
|
|
10897
10866
|
layout?: 'horizontal' | 'vertical';
|
|
10898
10867
|
/**
|
|
10899
10868
|
* Defines if buttons wrap or shrink.
|
|
10900
|
-
*
|
|
10869
|
+
* Does not apply when `variant="default"`.
|
|
10901
10870
|
* @default true
|
|
10902
10871
|
*/
|
|
10903
10872
|
wrap?: boolean;
|
|
10873
|
+
} & (({
|
|
10904
10874
|
/**
|
|
10905
|
-
*
|
|
10906
|
-
*
|
|
10907
|
-
*
|
|
10875
|
+
* Defines the type of a button group, which renders visually and functionally different:
|
|
10876
|
+
* - default: arranges buttons in a horizontal row with optional gutter via `gutterSize`
|
|
10877
|
+
* - segmented: arranges buttons in a horizontal or vertical row with no gutter.
|
|
10878
|
+
* The buttons are placed inset and dividers can optionally be shown between them.
|
|
10879
|
+
* - selection: arranges buttons inset with toggle selection state (single or multi).
|
|
10880
|
+
* Each child button must have a unique `id` prop.
|
|
10881
|
+
* @default 'default'
|
|
10908
10882
|
*/
|
|
10909
|
-
|
|
10910
|
-
|
|
10883
|
+
variant: 'selection';
|
|
10884
|
+
/**
|
|
10885
|
+
* Determines selection behavior.
|
|
10886
|
+
* With `'single'` only one button can be selected at a time.
|
|
10887
|
+
* Applies only when `variant="selection"`.
|
|
10888
|
+
* @default 'single'
|
|
10889
|
+
*/
|
|
10890
|
+
type?: 'single';
|
|
10891
|
+
/**
|
|
10892
|
+
* The currently selected button `id`.
|
|
10893
|
+
* Omit or pass `undefined` for no initial selection.
|
|
10894
|
+
* Applies only when `variant="selection"` and `type="single"`.
|
|
10895
|
+
*/
|
|
10896
|
+
idSelected?: string;
|
|
10897
|
+
idToSelectedMap?: never;
|
|
10898
|
+
} & SelectionVariantCommonProps) | ({
|
|
10899
|
+
variant: 'selection';
|
|
10900
|
+
/**
|
|
10901
|
+
* Determines selection behavior.
|
|
10902
|
+
* With `'multi'` multiple buttons can be selected simultaneously.
|
|
10903
|
+
* Applies only when `variant="selection"`.
|
|
10904
|
+
*/
|
|
10905
|
+
type: 'multi';
|
|
10906
|
+
/**
|
|
10907
|
+
* A map of button `id`s to their selected boolean values.
|
|
10908
|
+
* Omit or pass `{}` for no initial selection.
|
|
10909
|
+
* The consumer must update this value via `onChange` to reflect new selections.
|
|
10910
|
+
* Applies only when `variant="selection"` and `type="multi"`.
|
|
10911
|
+
*/
|
|
10912
|
+
idToSelectedMap?: Record<string, boolean>;
|
|
10913
|
+
idSelected?: never;
|
|
10914
|
+
} & SelectionVariantCommonProps) | {
|
|
10915
|
+
variant?: 'default' | 'segmented';
|
|
10916
|
+
type?: never;
|
|
10917
|
+
idSelected?: never;
|
|
10918
|
+
idToSelectedMap?: never;
|
|
10919
|
+
display?: never;
|
|
10920
|
+
onChange?: never;
|
|
10921
|
+
});
|
|
10911
10922
|
type ChildrenModeProps = Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> & EuiButtonGroupChildrenProps;
|
|
10912
10923
|
export const EuiButtonGroupChildren: FunctionComponent<ChildrenModeProps>;
|
|
10913
10924
|
interface EuiButtonGroupComponent {
|
|
@@ -11021,7 +11032,7 @@ declare module '@elastic/eui/src/components/button' {
|
|
|
11021
11032
|
export { EuiButtonEmpty } from '@elastic/eui/src/components/button/button_empty';
|
|
11022
11033
|
export type { EuiButtonIconProps, EuiButtonIconPropsForButton, } from '@elastic/eui/src/components/button/button_icon';
|
|
11023
11034
|
export { EuiButtonIcon } from '@elastic/eui/src/components/button/button_icon';
|
|
11024
|
-
export type { EuiButtonGroupOptionProps, EuiButtonGroupProps, } from '@elastic/eui/src/components/button/button_group';
|
|
11035
|
+
export type { EuiButtonGroupOptionProps, EuiButtonGroupProps, EuiButtonGroupChildrenProps, } from '@elastic/eui/src/components/button/button_group';
|
|
11025
11036
|
export { EuiButtonGroup } from '@elastic/eui/src/components/button/button_group';
|
|
11026
11037
|
export type { EuiSplitButtonProps, EuiSplitButtonActionPrimaryProps, EuiSplitButtonActionSecondaryProps, } from '@elastic/eui/src/components/button/split_button';
|
|
11027
11038
|
export { EuiSplitButton } from '@elastic/eui/src/components/button/split_button';
|
|
@@ -24013,30 +24024,11 @@ declare module '@elastic/eui/src/components/code/code_block.styles' {
|
|
|
24013
24024
|
|
|
24014
24025
|
}
|
|
24015
24026
|
declare module '@elastic/eui/src/components/delay_render/delay_render' {
|
|
24016
|
-
import {
|
|
24027
|
+
import { FunctionComponent, PropsWithChildren } from 'react';
|
|
24017
24028
|
export interface EuiDelayRenderProps extends PropsWithChildren {
|
|
24018
|
-
delay
|
|
24019
|
-
}
|
|
24020
|
-
interface EuiDelayRenderState {
|
|
24021
|
-
toggle: boolean;
|
|
24022
|
-
}
|
|
24023
|
-
export class EuiDelayRender extends Component<EuiDelayRenderProps, EuiDelayRenderState> {
|
|
24024
|
-
static defaultProps: {
|
|
24025
|
-
delay: number;
|
|
24026
|
-
};
|
|
24027
|
-
private delayID;
|
|
24028
|
-
private toBeDelayed;
|
|
24029
|
-
constructor(props: EuiDelayRenderProps);
|
|
24030
|
-
shouldUpdate(): void;
|
|
24031
|
-
startDelaying: () => void;
|
|
24032
|
-
stopDelaying: () => void;
|
|
24033
|
-
componentDidMount(): void;
|
|
24034
|
-
shouldComponentUpdate(): boolean;
|
|
24035
|
-
componentWillUnmount(): void;
|
|
24036
|
-
componentDidUpdate(): void;
|
|
24037
|
-
render(): import("react").ReactNode;
|
|
24029
|
+
delay?: number;
|
|
24038
24030
|
}
|
|
24039
|
-
export
|
|
24031
|
+
export const EuiDelayRender: FunctionComponent<EuiDelayRenderProps>;
|
|
24040
24032
|
|
|
24041
24033
|
}
|
|
24042
24034
|
declare module '@elastic/eui/src/components/delay_render' {
|
|
@@ -29073,8 +29065,7 @@ declare module '@elastic/eui/src/components/date_picker/super_date_picker/quick_
|
|
|
29073
29065
|
|
|
29074
29066
|
}
|
|
29075
29067
|
declare module '@elastic/eui/src/components/date_picker/super_date_picker/quick_select_popover/quick_select' {
|
|
29076
|
-
import React
|
|
29077
|
-
import moment from 'moment';
|
|
29068
|
+
import React from 'react';
|
|
29078
29069
|
import { ApplyTime, QuickSelect } from '@elastic/eui/src/components/date_picker/types';
|
|
29079
29070
|
import { TimeOptions } from '@elastic/eui/src/components/date_picker/super_date_picker/time_options';
|
|
29080
29071
|
type EuiQuickSelectState = QuickSelect;
|
|
@@ -29085,24 +29076,7 @@ declare module '@elastic/eui/src/components/date_picker/super_date_picker/quick_
|
|
|
29085
29076
|
prevQuickSelect?: EuiQuickSelectState;
|
|
29086
29077
|
timeOptions: TimeOptions;
|
|
29087
29078
|
}
|
|
29088
|
-
export
|
|
29089
|
-
constructor(props: EuiQuickSelectProps);
|
|
29090
|
-
generateId: (idSuffix?: string) => string;
|
|
29091
|
-
timeSelectionId: string;
|
|
29092
|
-
legendId: string;
|
|
29093
|
-
onTimeTenseChange: ChangeEventHandler<HTMLSelectElement>;
|
|
29094
|
-
onTimeValueChange: ChangeEventHandler<HTMLInputElement>;
|
|
29095
|
-
onTimeUnitsChange: ChangeEventHandler<HTMLSelectElement>;
|
|
29096
|
-
handleKeyDown: KeyboardEventHandler<HTMLElement>;
|
|
29097
|
-
applyQuickSelect: () => void;
|
|
29098
|
-
getBounds: () => {
|
|
29099
|
-
min: moment.Moment;
|
|
29100
|
-
max: moment.Moment;
|
|
29101
|
-
};
|
|
29102
|
-
stepForward: () => void;
|
|
29103
|
-
stepBackward: () => void;
|
|
29104
|
-
render(): React.JSX.Element;
|
|
29105
|
-
}
|
|
29079
|
+
export const EuiQuickSelect: ({ applyTime, start, end, prevQuickSelect, timeOptions, }: EuiQuickSelectProps) => React.JSX.Element;
|
|
29106
29080
|
export {};
|
|
29107
29081
|
|
|
29108
29082
|
}
|
|
@@ -29815,38 +29789,16 @@ declare module '@elastic/eui/src/components/date_picker' {
|
|
|
29815
29789
|
|
|
29816
29790
|
}
|
|
29817
29791
|
declare module '@elastic/eui/src/components/delay_hide/delay_hide' {
|
|
29818
|
-
import {
|
|
29792
|
+
import { ReactNode } from 'react';
|
|
29819
29793
|
export interface EuiDelayHideProps {
|
|
29820
|
-
hide
|
|
29821
|
-
minimumDuration
|
|
29794
|
+
hide?: boolean;
|
|
29795
|
+
minimumDuration?: number;
|
|
29822
29796
|
render: () => ReactNode;
|
|
29823
29797
|
}
|
|
29824
|
-
|
|
29825
|
-
hide:
|
|
29826
|
-
|
|
29827
|
-
}
|
|
29828
|
-
export class EuiDelayHide extends Component<EuiDelayHideProps, EuiDelayHideState> {
|
|
29829
|
-
static defaultProps: {
|
|
29830
|
-
hide: boolean;
|
|
29831
|
-
minimumDuration: number;
|
|
29832
|
-
};
|
|
29833
|
-
static getDerivedStateFromProps(nextProps: EuiDelayHideProps, prevState: EuiDelayHideState): {
|
|
29834
|
-
hide: boolean;
|
|
29835
|
-
countdownExpired: boolean | undefined;
|
|
29836
|
-
};
|
|
29837
|
-
state: {
|
|
29838
|
-
hide: boolean;
|
|
29839
|
-
countdownExpired: boolean;
|
|
29840
|
-
};
|
|
29841
|
-
private timeoutId?;
|
|
29842
|
-
componentDidMount(): void;
|
|
29843
|
-
componentDidUpdate(prevProps: EuiDelayHideProps): void;
|
|
29844
|
-
componentWillUnmount(): void;
|
|
29845
|
-
startCountdown: () => void;
|
|
29846
|
-
finishCountdown: () => void;
|
|
29847
|
-
render(): ReactNode;
|
|
29848
|
-
}
|
|
29849
|
-
export {};
|
|
29798
|
+
export const EuiDelayHide: {
|
|
29799
|
+
({ hide, minimumDuration, render, }: EuiDelayHideProps): ReactNode;
|
|
29800
|
+
displayName: string;
|
|
29801
|
+
};
|
|
29850
29802
|
|
|
29851
29803
|
}
|
|
29852
29804
|
declare module '@elastic/eui/src/components/delay_hide' {
|
|
@@ -36833,18 +36785,15 @@ declare module '@elastic/eui/src/components/table/mobile' {
|
|
|
36833
36785
|
* Side Public License, v 1.
|
|
36834
36786
|
*/
|
|
36835
36787
|
|
|
36836
|
-
declare module '
|
|
36837
|
-
interface ConstructorProps {
|
|
36838
|
-
timeout: number;
|
|
36839
|
-
}
|
|
36840
|
-
|
|
36788
|
+
declare module 'diff-match-patch' {
|
|
36841
36789
|
type DiffElement = [-1 | 0 | 1, string];
|
|
36842
36790
|
|
|
36843
|
-
class
|
|
36844
|
-
|
|
36845
|
-
|
|
36791
|
+
class DiffMatchPatch {
|
|
36792
|
+
Diff_Timeout: number;
|
|
36793
|
+
diff_main: (initialText: string, currentText: string) => DiffElement[];
|
|
36846
36794
|
}
|
|
36847
|
-
|
|
36795
|
+
|
|
36796
|
+
export = DiffMatchPatch;
|
|
36848
36797
|
}
|
|
36849
36798
|
declare module '@elastic/eui/src/services/container_query' {
|
|
36850
36799
|
export { useEuiContainerQuery } from '@elastic/eui/src/services/container_query/container_query_hook';
|