@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
|
@@ -100,9 +100,11 @@ export var typeToPathMap = {
|
|
|
100
100
|
analyzeEvent: function analyzeEvent() {
|
|
101
101
|
return import('./assets/analyze_event');
|
|
102
102
|
},
|
|
103
|
+
// Deprecated in favor of `cube`
|
|
103
104
|
annotation: function annotation() {
|
|
104
105
|
return import('./assets/annotation');
|
|
105
106
|
},
|
|
107
|
+
// Deprecated in favor of `flag`
|
|
106
108
|
chartAnomaly: withMetadata(function () {
|
|
107
109
|
return import('./assets/chart_anomaly');
|
|
108
110
|
}, {
|
|
@@ -111,6 +113,7 @@ export var typeToPathMap = {
|
|
|
111
113
|
anomalySwimLane: function anomalySwimLane() {
|
|
112
114
|
return import('./assets/anomaly_swim_lane');
|
|
113
115
|
},
|
|
116
|
+
// Deprecated in favor of `chartHeatmap`
|
|
114
117
|
apmApp: withMetadata(function () {
|
|
115
118
|
return import('./assets/app_apm');
|
|
116
119
|
}, {
|
|
@@ -129,6 +132,7 @@ export var typeToPathMap = {
|
|
|
129
132
|
apps: function apps() {
|
|
130
133
|
return import('./assets/apps');
|
|
131
134
|
},
|
|
135
|
+
// Deprecated in favor of `grid`
|
|
132
136
|
chevronSingleDown: withMetadata(function () {
|
|
133
137
|
return import('./assets/chevron_single_down');
|
|
134
138
|
}, {
|
|
@@ -159,9 +163,6 @@ export var typeToPathMap = {
|
|
|
159
163
|
}, {
|
|
160
164
|
synonyms: ['chevron', 'limit', 'last', 'end', 'final', 'jump', 'skip']
|
|
161
165
|
}),
|
|
162
|
-
article: function article() {
|
|
163
|
-
return import('./assets/article');
|
|
164
|
-
},
|
|
165
166
|
asterisk: withMetadata(function () {
|
|
166
167
|
return import('./assets/asterisk');
|
|
167
168
|
}, {
|
|
@@ -177,6 +178,10 @@ export var typeToPathMap = {
|
|
|
177
178
|
}, {
|
|
178
179
|
synonyms: ['storage', 'box', 'store', 'backup', 'file away', 'saved', 'repository']
|
|
179
180
|
}),
|
|
181
|
+
article: function article() {
|
|
182
|
+
return import('./assets/article');
|
|
183
|
+
},
|
|
184
|
+
// Deprecated with no replacement
|
|
180
185
|
axisX: withMetadata(function () {
|
|
181
186
|
return import('./assets/axis_x');
|
|
182
187
|
}, {
|
|
@@ -220,7 +225,7 @@ export var typeToPathMap = {
|
|
|
220
225
|
bolt: withMetadata(function () {
|
|
221
226
|
return import('./assets/bolt');
|
|
222
227
|
}, {
|
|
223
|
-
synonyms: ['lightning', 'fast', 'power', 'electric', 'speed', 'energy']
|
|
228
|
+
synonyms: ['lightning', 'fast', 'power', 'electric', 'speed', 'energy', 'thunder', 'storm', 'serverless']
|
|
224
229
|
}),
|
|
225
230
|
boxesVertical: function boxesVertical() {
|
|
226
231
|
return import('./assets/boxes_vertical');
|
|
@@ -236,9 +241,6 @@ export var typeToPathMap = {
|
|
|
236
241
|
}, {
|
|
237
242
|
synonyms: ['work', 'business', 'job', 'portfolio', 'office', 'career']
|
|
238
243
|
}),
|
|
239
|
-
branchUser: function branchUser() {
|
|
240
|
-
return import('./assets/branch_user');
|
|
241
|
-
},
|
|
242
244
|
broom: withMetadata(function () {
|
|
243
245
|
return import('./assets/broom');
|
|
244
246
|
}, {
|
|
@@ -419,15 +421,33 @@ export var typeToPathMap = {
|
|
|
419
421
|
}, {
|
|
420
422
|
synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote']
|
|
421
423
|
}),
|
|
424
|
+
cloudBolt: withMetadata(function () {
|
|
425
|
+
return import('./assets/cloud_bolt');
|
|
426
|
+
}, {
|
|
427
|
+
synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote', 'lightning', 'thunder', 'storm', 'status', 'fast', 'power', 'electric', 'speed', 'energy']
|
|
428
|
+
}),
|
|
422
429
|
cloudDrizzle: function cloudDrizzle() {
|
|
423
|
-
return import('./assets/
|
|
430
|
+
return import('./assets/cloud_rain');
|
|
424
431
|
},
|
|
432
|
+
// Deprecated in favor of `cloudRain`
|
|
433
|
+
cloudRain: withMetadata(function () {
|
|
434
|
+
return import('./assets/cloud_rain');
|
|
435
|
+
}, {
|
|
436
|
+
synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote', 'rain', 'precipitation', 'storm', 'status']
|
|
437
|
+
}),
|
|
425
438
|
cloudStormy: function cloudStormy() {
|
|
426
|
-
return import('./assets/
|
|
439
|
+
return import('./assets/cloud_bolt');
|
|
427
440
|
},
|
|
441
|
+
// Deprecated in favor of `cloudBolt`
|
|
442
|
+
cloudSun: withMetadata(function () {
|
|
443
|
+
return import('./assets/cloud_sun');
|
|
444
|
+
}, {
|
|
445
|
+
synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote', 'sun', 'shine', 'overcast', 'status', 'light', 'day', 'theme', 'bright']
|
|
446
|
+
}),
|
|
428
447
|
cloudSunny: function cloudSunny() {
|
|
429
|
-
return import('./assets/
|
|
448
|
+
return import('./assets/cloud_sun');
|
|
430
449
|
},
|
|
450
|
+
// Deprecated in favor of `cloudSun`
|
|
431
451
|
cluster: withMetadata(function () {
|
|
432
452
|
return import('./assets/cluster');
|
|
433
453
|
}, {
|
|
@@ -484,18 +504,15 @@ export var typeToPathMap = {
|
|
|
484
504
|
container: function container() {
|
|
485
505
|
return import('./assets/container');
|
|
486
506
|
},
|
|
507
|
+
// Deprecated in favor of `package`
|
|
487
508
|
continuityAbove: function continuityAbove() {
|
|
488
509
|
return import('./assets/continuity_above');
|
|
489
510
|
},
|
|
490
|
-
|
|
491
|
-
return import('./assets/continuity_above_below');
|
|
492
|
-
},
|
|
493
|
-
continuityBelow: function continuityBelow() {
|
|
494
|
-
return import('./assets/continuity_below');
|
|
495
|
-
},
|
|
511
|
+
// Deprecated in favor of `upload`
|
|
496
512
|
continuityWithin: function continuityWithin() {
|
|
497
513
|
return import('./assets/continuity_within');
|
|
498
514
|
},
|
|
515
|
+
// Deprecated in favor of `maximize`
|
|
499
516
|
contrast: withMetadata(function () {
|
|
500
517
|
return import('./assets/contrast');
|
|
501
518
|
}, {
|
|
@@ -675,6 +692,7 @@ export var typeToPathMap = {
|
|
|
675
692
|
dotInCircle: function dotInCircle() {
|
|
676
693
|
return import('./assets/dot_in_circle');
|
|
677
694
|
},
|
|
695
|
+
// Deprecated with no replacement
|
|
678
696
|
chevronDoubleLeft: withMetadata(function () {
|
|
679
697
|
return import('./assets/chevron_double_left');
|
|
680
698
|
}, {
|
|
@@ -811,6 +829,7 @@ export var typeToPathMap = {
|
|
|
811
829
|
esqlVis: function esqlVis() {
|
|
812
830
|
return import('./assets/esql_vis');
|
|
813
831
|
},
|
|
832
|
+
// Deprecated in favor of `query`
|
|
814
833
|
logIn: withMetadata(function () {
|
|
815
834
|
return import('./assets/log_in');
|
|
816
835
|
}, {
|
|
@@ -913,17 +932,20 @@ export var typeToPathMap = {
|
|
|
913
932
|
fold: function fold() {
|
|
914
933
|
return import('./assets/fold');
|
|
915
934
|
},
|
|
916
|
-
|
|
935
|
+
// Deprecated in favor of `minimize`
|
|
936
|
+
folder: withMetadata(function () {
|
|
917
937
|
return import('./assets/folder_close');
|
|
918
|
-
},
|
|
938
|
+
}, {
|
|
939
|
+
synonyms: ['folder', 'closed', 'collapse', 'directory', 'archive']
|
|
940
|
+
}),
|
|
919
941
|
folderClosed: function folderClosed() {
|
|
920
942
|
return import('./assets/folder_close');
|
|
921
943
|
},
|
|
922
|
-
|
|
944
|
+
// Deprecated in favor of `folder`
|
|
945
|
+
folderClose: function folderClose() {
|
|
923
946
|
return import('./assets/folder_close');
|
|
924
|
-
},
|
|
925
|
-
|
|
926
|
-
}),
|
|
947
|
+
},
|
|
948
|
+
// Deprecated in favor of `folder`
|
|
927
949
|
folderCheck: function folderCheck() {
|
|
928
950
|
return import('./assets/folder_check');
|
|
929
951
|
},
|
|
@@ -931,6 +953,7 @@ export var typeToPathMap = {
|
|
|
931
953
|
folderExclamation: function folderExclamation() {
|
|
932
954
|
return import('./assets/folder_exclamation');
|
|
933
955
|
},
|
|
956
|
+
// Deprecated; contextual replacement
|
|
934
957
|
folderOpen: withMetadata(function () {
|
|
935
958
|
return import('./assets/folder_open');
|
|
936
959
|
}, {
|
|
@@ -943,9 +966,11 @@ export var typeToPathMap = {
|
|
|
943
966
|
frameNext: function frameNext() {
|
|
944
967
|
return import('./assets/frame_next');
|
|
945
968
|
},
|
|
969
|
+
// Deprecated in favor of `chevronSingleRight`
|
|
946
970
|
framePrevious: function framePrevious() {
|
|
947
971
|
return import('./assets/frame_previous');
|
|
948
972
|
},
|
|
973
|
+
// Deprecated in favor of `chevronSingleLeft`
|
|
949
974
|
fullScreen: withMetadata(function () {
|
|
950
975
|
return import('./assets/full_screen');
|
|
951
976
|
}, {
|
|
@@ -956,9 +981,6 @@ export var typeToPathMap = {
|
|
|
956
981
|
}, {
|
|
957
982
|
synonyms: ['fullscreen', 'exit', 'minimize', 'window', 'restore', 'shrink']
|
|
958
983
|
}),
|
|
959
|
-
function: function _function() {
|
|
960
|
-
return import('./assets/function');
|
|
961
|
-
},
|
|
962
984
|
gear: withMetadata(function () {
|
|
963
985
|
return import('./assets/gear');
|
|
964
986
|
}, {
|
|
@@ -1007,7 +1029,7 @@ export var typeToPathMap = {
|
|
|
1007
1029
|
help: function help() {
|
|
1008
1030
|
return import('./assets/help');
|
|
1009
1031
|
},
|
|
1010
|
-
//
|
|
1032
|
+
// Deprecated in favor of `question`
|
|
1011
1033
|
home: withMetadata(function () {
|
|
1012
1034
|
return import('./assets/home');
|
|
1013
1035
|
}, {
|
|
@@ -1036,6 +1058,7 @@ export var typeToPathMap = {
|
|
|
1036
1058
|
index: function index() {
|
|
1037
1059
|
return import('./assets/index');
|
|
1038
1060
|
},
|
|
1061
|
+
// Deprecated in favor of `table`
|
|
1039
1062
|
indexClose: function indexClose() {
|
|
1040
1063
|
return import('./assets/index_close');
|
|
1041
1064
|
},
|
|
@@ -1124,6 +1147,7 @@ export var typeToPathMap = {
|
|
|
1124
1147
|
ip: function ip() {
|
|
1125
1148
|
return import('./assets/ip');
|
|
1126
1149
|
},
|
|
1150
|
+
// Deprecated in favor of `tokenIP`
|
|
1127
1151
|
key: withMetadata(function () {
|
|
1128
1152
|
return import('./assets/key');
|
|
1129
1153
|
}, {
|
|
@@ -1140,8 +1164,9 @@ export var typeToPathMap = {
|
|
|
1140
1164
|
synonyms: ['query', 'field', 'filter', 'column', 'attribute', 'selector']
|
|
1141
1165
|
}),
|
|
1142
1166
|
kqlFunction: function kqlFunction() {
|
|
1143
|
-
return import('./assets/
|
|
1167
|
+
return import('./assets/push');
|
|
1144
1168
|
},
|
|
1169
|
+
// Deprecated in favor of `push`
|
|
1145
1170
|
queryOperand: withMetadata(function () {
|
|
1146
1171
|
return import('./assets/query_operand');
|
|
1147
1172
|
}, {
|
|
@@ -1157,15 +1182,21 @@ export var typeToPathMap = {
|
|
|
1157
1182
|
}, {
|
|
1158
1183
|
synonyms: ['query', 'value', 'literal', 'data', 'input', 'filter']
|
|
1159
1184
|
}),
|
|
1185
|
+
kubernetesNamespace: withMetadata(function () {
|
|
1186
|
+
return import('./assets/kubernetes_namespace');
|
|
1187
|
+
}, {
|
|
1188
|
+
synonyms: ['kubernetes', 'k8s', 'namespace', 'ns', 'heptagon']
|
|
1189
|
+
}),
|
|
1160
1190
|
kubernetesNode: function kubernetesNode() {
|
|
1161
1191
|
return import('./assets/kubernetes_node');
|
|
1162
1192
|
},
|
|
1193
|
+
// Deprecated with no replacement
|
|
1163
1194
|
kubernetesPod: function kubernetesPod() {
|
|
1164
|
-
return import('./assets/
|
|
1195
|
+
return import('./assets/cube');
|
|
1165
1196
|
},
|
|
1166
1197
|
// Deprecated in favor of `cube`
|
|
1167
1198
|
cube: withMetadata(function () {
|
|
1168
|
-
return import('./assets/
|
|
1199
|
+
return import('./assets/cube');
|
|
1169
1200
|
}, {
|
|
1170
1201
|
synonyms: ['cube', 'kubernetes', 'pod', 'k8s', 'container', 'cluster', 'orchestration']
|
|
1171
1202
|
}),
|
|
@@ -1546,12 +1577,15 @@ export var typeToPathMap = {
|
|
|
1546
1577
|
logstashFilter: function logstashFilter() {
|
|
1547
1578
|
return import('./assets/logstash_filter');
|
|
1548
1579
|
},
|
|
1580
|
+
// Deprecated in favor of `filter`
|
|
1549
1581
|
logstashInput: function logstashInput() {
|
|
1550
1582
|
return import('./assets/logstash_input');
|
|
1551
1583
|
},
|
|
1584
|
+
// Deprecated in favor of `download`
|
|
1552
1585
|
logstashOutput: function logstashOutput() {
|
|
1553
1586
|
return import('./assets/logstash_output');
|
|
1554
1587
|
},
|
|
1588
|
+
// Deprecated in favor of `upload`
|
|
1555
1589
|
queue: withMetadata(function () {
|
|
1556
1590
|
return import('./assets/queue');
|
|
1557
1591
|
}, {
|
|
@@ -1562,9 +1596,6 @@ export var typeToPathMap = {
|
|
|
1562
1596
|
}, {
|
|
1563
1597
|
category: 'app'
|
|
1564
1598
|
}),
|
|
1565
|
-
magnet: function magnet() {
|
|
1566
|
-
return import('./assets/magnet');
|
|
1567
|
-
},
|
|
1568
1599
|
magnify: withMetadata(function () {
|
|
1569
1600
|
return import('./assets/magnify');
|
|
1570
1601
|
}, {
|
|
@@ -1613,17 +1644,20 @@ export var typeToPathMap = {
|
|
|
1613
1644
|
}, {
|
|
1614
1645
|
synonyms: ['megaphone', 'announce', 'broadcast', 'marketing', 'loud']
|
|
1615
1646
|
}),
|
|
1616
|
-
memory: function
|
|
1647
|
+
memory: withMetadata(function () {
|
|
1617
1648
|
return import('./assets/memory');
|
|
1618
|
-
},
|
|
1649
|
+
}, {
|
|
1650
|
+
synonyms: ['random access memory', 'ram', 'module']
|
|
1651
|
+
}),
|
|
1619
1652
|
menu: withMetadata(function () {
|
|
1620
1653
|
return import('./assets/menu');
|
|
1621
1654
|
}, {
|
|
1622
1655
|
synonyms: ['menu', 'hamburger', 'navigation', 'options', 'bars']
|
|
1623
1656
|
}),
|
|
1624
1657
|
menuDown: function menuDown() {
|
|
1625
|
-
return import('./assets/
|
|
1658
|
+
return import('./assets/transition_bottom_out');
|
|
1626
1659
|
},
|
|
1660
|
+
// Deprecated in favor of `transitionBottomOut`
|
|
1627
1661
|
menuLeft: withMetadata(function () {
|
|
1628
1662
|
return import('./assets/menu_left');
|
|
1629
1663
|
}, {
|
|
@@ -1635,8 +1669,9 @@ export var typeToPathMap = {
|
|
|
1635
1669
|
synonyms: ['menu right', 'menu', 'hamburger', 'navigation', 'options', 'bars', 'right']
|
|
1636
1670
|
}),
|
|
1637
1671
|
menuUp: function menuUp() {
|
|
1638
|
-
return import('./assets/
|
|
1672
|
+
return import('./assets/transition_top_out');
|
|
1639
1673
|
},
|
|
1674
|
+
// Deprecated in favor of `transitionTopOut`
|
|
1640
1675
|
merge: withMetadata(function () {
|
|
1641
1676
|
return import('./assets/merge');
|
|
1642
1677
|
}, {
|
|
@@ -1692,8 +1727,9 @@ export var typeToPathMap = {
|
|
|
1692
1727
|
synonyms: ['move', 'relocate', 'drag', 'position', 'transfer']
|
|
1693
1728
|
}),
|
|
1694
1729
|
namespace: function namespace() {
|
|
1695
|
-
return import('./assets/
|
|
1730
|
+
return import('./assets/kubernetes_namespace');
|
|
1696
1731
|
},
|
|
1732
|
+
// Deprecated in favor of `kubernetesNamespace`
|
|
1697
1733
|
nested: withMetadata(function () {
|
|
1698
1734
|
return import('./assets/nested');
|
|
1699
1735
|
}, {
|
|
@@ -1739,9 +1775,6 @@ export var typeToPathMap = {
|
|
|
1739
1775
|
}, {
|
|
1740
1776
|
category: 'app'
|
|
1741
1777
|
}),
|
|
1742
|
-
pageSelect: function pageSelect() {
|
|
1743
|
-
return import('./assets/page_select');
|
|
1744
|
-
},
|
|
1745
1778
|
pagesSelect: function pagesSelect() {
|
|
1746
1779
|
return import('./assets/pages_select');
|
|
1747
1780
|
},
|
|
@@ -1774,6 +1807,7 @@ export var typeToPathMap = {
|
|
|
1774
1807
|
payment: function payment() {
|
|
1775
1808
|
return import('./assets/payment');
|
|
1776
1809
|
},
|
|
1810
|
+
// Deprecated in favor of `money`
|
|
1777
1811
|
pencil: withMetadata(function () {
|
|
1778
1812
|
return import('./assets/pencil');
|
|
1779
1813
|
}, {
|
|
@@ -1813,9 +1847,11 @@ export var typeToPathMap = {
|
|
|
1813
1847
|
}, {
|
|
1814
1848
|
synonyms: ['play', 'start', 'run', 'media', 'video']
|
|
1815
1849
|
}),
|
|
1816
|
-
plugs: function
|
|
1850
|
+
plugs: withMetadata(function () {
|
|
1817
1851
|
return import('./assets/plugs');
|
|
1818
|
-
},
|
|
1852
|
+
}, {
|
|
1853
|
+
synonyms: ['plug', 'plugs', 'connector', 'connectors', 'plugin', 'plug in', 'plug-in', 'extension', 'add on', 'add-on', 'connected']
|
|
1854
|
+
}),
|
|
1819
1855
|
plus: withMetadata(function () {
|
|
1820
1856
|
return import('./assets/plus');
|
|
1821
1857
|
}, {
|
|
@@ -1871,6 +1907,21 @@ export var typeToPathMap = {
|
|
|
1871
1907
|
}, {
|
|
1872
1908
|
synonyms: ['streams', 'wired', 'product', 'data', 'pipeline', 'connected']
|
|
1873
1909
|
}),
|
|
1910
|
+
productTimelion: withMetadata(function () {
|
|
1911
|
+
return import('./assets/product_timelion');
|
|
1912
|
+
}, {
|
|
1913
|
+
synonyms: ['timelion', 'clock', 'timer', 'time', 'lion']
|
|
1914
|
+
}),
|
|
1915
|
+
productTSVB: withMetadata(function () {
|
|
1916
|
+
return import('./assets/product_tsvb');
|
|
1917
|
+
}, {
|
|
1918
|
+
synonyms: ['tsvb', 'wrench', 'tool', 'fix', 'settings', 'repair', 'build', 'bar chart', 'vertical', 'graph', 'columns', 'visualization', 'plot', 'entity', 'analytics', 'time series']
|
|
1919
|
+
}),
|
|
1920
|
+
push: withMetadata(function () {
|
|
1921
|
+
return import('./assets/push');
|
|
1922
|
+
}, {
|
|
1923
|
+
synonyms: ['push', 'move', 'force', 'right', 'pass']
|
|
1924
|
+
}),
|
|
1874
1925
|
send: withMetadata(function () {
|
|
1875
1926
|
return import('./assets/send');
|
|
1876
1927
|
}, {
|
|
@@ -1936,14 +1987,15 @@ export var typeToPathMap = {
|
|
|
1936
1987
|
}, {
|
|
1937
1988
|
synonyms: ['save', 'store', 'disk', 'persist', 'keep']
|
|
1938
1989
|
}),
|
|
1990
|
+
scale: function scale() {
|
|
1991
|
+
return import('./assets/scale');
|
|
1992
|
+
},
|
|
1993
|
+
// Deprecated with no replacement
|
|
1939
1994
|
savedObjectsApp: withMetadata(function () {
|
|
1940
1995
|
return import('./assets/app_saved_objects');
|
|
1941
1996
|
}, {
|
|
1942
1997
|
category: 'app'
|
|
1943
1998
|
}),
|
|
1944
|
-
scale: function scale() {
|
|
1945
|
-
return import('./assets/scale');
|
|
1946
|
-
},
|
|
1947
1999
|
searchProfilerApp: withMetadata(function () {
|
|
1948
2000
|
return import('./assets/app_search_profiler');
|
|
1949
2001
|
}, {
|
|
@@ -1967,9 +2019,7 @@ export var typeToPathMap = {
|
|
|
1967
2019
|
securitySignalDetected: function securitySignalDetected() {
|
|
1968
2020
|
return import('./assets/security_signal_detected');
|
|
1969
2021
|
},
|
|
1970
|
-
|
|
1971
|
-
return import('./assets/security_signal_resolved');
|
|
1972
|
-
},
|
|
2022
|
+
// Deprecated with no replacement
|
|
1973
2023
|
server: withMetadata(function () {
|
|
1974
2024
|
return import('./assets/server');
|
|
1975
2025
|
}, {
|
|
@@ -1978,6 +2028,7 @@ export var typeToPathMap = {
|
|
|
1978
2028
|
sessionViewer: function sessionViewer() {
|
|
1979
2029
|
return import('./assets/session_viewer');
|
|
1980
2030
|
},
|
|
2031
|
+
// Deprecated in favor of `commandLine`
|
|
1981
2032
|
shard: withMetadata(function () {
|
|
1982
2033
|
return import('./assets/shard');
|
|
1983
2034
|
}, {
|
|
@@ -1996,6 +2047,7 @@ export var typeToPathMap = {
|
|
|
1996
2047
|
singleMetricViewer: function singleMetricViewer() {
|
|
1997
2048
|
return import('./assets/single_metric_viewer');
|
|
1998
2049
|
},
|
|
2050
|
+
// Deprecated in favor of `chartArea`
|
|
1999
2051
|
snowflake: withMetadata(function () {
|
|
2000
2052
|
return import('./assets/snowflake');
|
|
2001
2053
|
}, {
|
|
@@ -2039,6 +2091,7 @@ export var typeToPathMap = {
|
|
|
2039
2091
|
spaces: function spaces() {
|
|
2040
2092
|
return import('./assets/spaces');
|
|
2041
2093
|
},
|
|
2094
|
+
// Deprecated in favor of `grid`
|
|
2042
2095
|
spacesApp: withMetadata(function () {
|
|
2043
2096
|
return import('./assets/app_spaces');
|
|
2044
2097
|
}, {
|
|
@@ -2066,6 +2119,7 @@ export var typeToPathMap = {
|
|
|
2066
2119
|
starEmptySpace: function starEmptySpace() {
|
|
2067
2120
|
return import('./assets/star_empty_space');
|
|
2068
2121
|
},
|
|
2122
|
+
// Deprecated in favor of `star`
|
|
2069
2123
|
starFill: withMetadata(function () {
|
|
2070
2124
|
return import('./assets/star_fill');
|
|
2071
2125
|
}, {
|
|
@@ -2078,21 +2132,27 @@ export var typeToPathMap = {
|
|
|
2078
2132
|
starFillSpace: function starFillSpace() {
|
|
2079
2133
|
return import('./assets/star_fill_space');
|
|
2080
2134
|
},
|
|
2135
|
+
// Deprecated in favor of `starFill`
|
|
2081
2136
|
starMinusEmpty: function starMinusEmpty() {
|
|
2082
2137
|
return import('./assets/star_minus_empty');
|
|
2083
2138
|
},
|
|
2139
|
+
// Deprecated in favor of `star`
|
|
2084
2140
|
starMinusFill: function starMinusFill() {
|
|
2085
2141
|
return import('./assets/star_minus_fill');
|
|
2086
2142
|
},
|
|
2143
|
+
// Deprecated in favor of `starFill`
|
|
2087
2144
|
starPlusEmpty: function starPlusEmpty() {
|
|
2088
2145
|
return import('./assets/star_plus_empty');
|
|
2089
2146
|
},
|
|
2147
|
+
// Deprecated in favor of `star`
|
|
2090
2148
|
starPlusFill: function starPlusFill() {
|
|
2091
2149
|
return import('./assets/star_plus_fill');
|
|
2092
2150
|
},
|
|
2151
|
+
// Deprecated in favor of `starFill`
|
|
2093
2152
|
stats: function stats() {
|
|
2094
2153
|
return import('./assets/stats');
|
|
2095
2154
|
},
|
|
2155
|
+
// Deprecated in favor of `chartLine`
|
|
2096
2156
|
stop: withMetadata(function () {
|
|
2097
2157
|
return import('./assets/stop');
|
|
2098
2158
|
}, {
|
|
@@ -2101,9 +2161,11 @@ export var typeToPathMap = {
|
|
|
2101
2161
|
stopFill: function stopFill() {
|
|
2102
2162
|
return import('./assets/stop_fill');
|
|
2103
2163
|
},
|
|
2164
|
+
// Deprecated; contextual replacement
|
|
2104
2165
|
stopSlash: function stopSlash() {
|
|
2105
2166
|
return import('./assets/stop_slash');
|
|
2106
2167
|
},
|
|
2168
|
+
// Deprecated; contextual replacement
|
|
2107
2169
|
storage: withMetadata(function () {
|
|
2108
2170
|
return import('./assets/storage');
|
|
2109
2171
|
}, {
|
|
@@ -2112,15 +2174,18 @@ export var typeToPathMap = {
|
|
|
2112
2174
|
string: function string() {
|
|
2113
2175
|
return import('./assets/string');
|
|
2114
2176
|
},
|
|
2177
|
+
// Deprecated in favor of `tokenString`
|
|
2115
2178
|
sun: withMetadata(function () {
|
|
2116
2179
|
return import('./assets/sun');
|
|
2117
2180
|
}, {
|
|
2118
2181
|
synonyms: ['sun', 'light', 'day', 'theme', 'bright']
|
|
2119
2182
|
}),
|
|
2120
|
-
swatchInput: function
|
|
2183
|
+
swatchInput: withMetadata(function () {
|
|
2121
2184
|
return import('./assets/swatch_input');
|
|
2122
|
-
},
|
|
2123
|
-
|
|
2185
|
+
}, {
|
|
2186
|
+
category: 'internal'
|
|
2187
|
+
}),
|
|
2188
|
+
// Internal EuiColorPicker swatch; extra SVG stroke, not a public glyph
|
|
2124
2189
|
symlink: withMetadata(function () {
|
|
2125
2190
|
return import('./assets/symlink');
|
|
2126
2191
|
}, {
|
|
@@ -2139,14 +2204,12 @@ export var typeToPathMap = {
|
|
|
2139
2204
|
tableOfContents: function tableOfContents() {
|
|
2140
2205
|
return import('./assets/table_of_contents');
|
|
2141
2206
|
},
|
|
2207
|
+
// Deprecated in favor of `listBullet`
|
|
2142
2208
|
tag: withMetadata(function () {
|
|
2143
2209
|
return import('./assets/tag');
|
|
2144
2210
|
}, {
|
|
2145
2211
|
synonyms: ['tag', 'label', 'category', 'keyword', 'badge']
|
|
2146
2212
|
}),
|
|
2147
|
-
tear: function tear() {
|
|
2148
|
-
return import('./assets/tear');
|
|
2149
|
-
},
|
|
2150
2213
|
thermometer: withMetadata(function () {
|
|
2151
2214
|
return import('./assets/thermometer');
|
|
2152
2215
|
}, {
|
|
@@ -2210,6 +2273,16 @@ export var typeToPathMap = {
|
|
|
2210
2273
|
}, {
|
|
2211
2274
|
synonyms: ['transition', 'left', 'out', 'animate', 'exit', 'motion']
|
|
2212
2275
|
}),
|
|
2276
|
+
transitionRightIn: withMetadata(function () {
|
|
2277
|
+
return import('./assets/transition_right_in');
|
|
2278
|
+
}, {
|
|
2279
|
+
synonyms: ['transition', 'right', 'in', 'animate', 'enter', 'motion']
|
|
2280
|
+
}),
|
|
2281
|
+
transitionRightOut: withMetadata(function () {
|
|
2282
|
+
return import('./assets/transition_right_out');
|
|
2283
|
+
}, {
|
|
2284
|
+
synonyms: ['transition', 'right', 'out', 'animate', 'exit', 'motion']
|
|
2285
|
+
}),
|
|
2213
2286
|
transitionTopIn: withMetadata(function () {
|
|
2214
2287
|
return import('./assets/transition_top_in');
|
|
2215
2288
|
}, {
|
|
@@ -2233,6 +2306,7 @@ export var typeToPathMap = {
|
|
|
2233
2306
|
unfold: function unfold() {
|
|
2234
2307
|
return import('./assets/unfold');
|
|
2235
2308
|
},
|
|
2309
|
+
// Deprecated in favor of `maximize`
|
|
2236
2310
|
upgradeAssistantApp: withMetadata(function () {
|
|
2237
2311
|
return import('./assets/app_upgrade_assistant');
|
|
2238
2312
|
}, {
|
|
@@ -2276,17 +2350,20 @@ export var typeToPathMap = {
|
|
|
2276
2350
|
visGoal: function visGoal() {
|
|
2277
2351
|
return import('./assets/vis_goal');
|
|
2278
2352
|
},
|
|
2353
|
+
// Deprecated in favor of `chartGauge`
|
|
2279
2354
|
chartMetric: withMetadata(function () {
|
|
2280
2355
|
return import('./assets/chart_metric');
|
|
2281
2356
|
}, {
|
|
2282
2357
|
synonyms: ['metric', 'chart', 'kpi', 'measurement', 'stat', 'indicator']
|
|
2283
2358
|
}),
|
|
2284
2359
|
visTimelion: function visTimelion() {
|
|
2285
|
-
return import('./assets/
|
|
2360
|
+
return import('./assets/product_timelion');
|
|
2286
2361
|
},
|
|
2362
|
+
// Deprecated in favor of `productTimelion`
|
|
2287
2363
|
visVisualBuilder: function visVisualBuilder() {
|
|
2288
|
-
return import('./assets/
|
|
2364
|
+
return import('./assets/product_tsvb');
|
|
2289
2365
|
},
|
|
2366
|
+
// Deprecated in favor of `productTSVB`
|
|
2290
2367
|
visualizeApp: withMetadata(function () {
|
|
2291
2368
|
return import('./assets/app_visualize');
|
|
2292
2369
|
}, {
|
|
@@ -2322,9 +2399,11 @@ export var typeToPathMap = {
|
|
|
2322
2399
|
wordWrap: function wordWrap() {
|
|
2323
2400
|
return import('./assets/word_wrap');
|
|
2324
2401
|
},
|
|
2402
|
+
// Deprecated in favor of `lineBreak`
|
|
2325
2403
|
wordWrapDisabled: function wordWrapDisabled() {
|
|
2326
2404
|
return import('./assets/word_wrap_disabled');
|
|
2327
2405
|
},
|
|
2406
|
+
// Deprecated in favor of `lineBreakSlash`
|
|
2328
2407
|
workflowsApp: withMetadata(function () {
|
|
2329
2408
|
return import('./assets/app_workflows');
|
|
2330
2409
|
}, {
|
|
@@ -2343,7 +2422,7 @@ export var typeToPathMap = {
|
|
|
2343
2422
|
wrench: withMetadata(function () {
|
|
2344
2423
|
return import('./assets/wrench');
|
|
2345
2424
|
}, {
|
|
2346
|
-
synonyms: ['wrench', 'tool', 'fix', 'settings', 'repair']
|
|
2425
|
+
synonyms: ['wrench', 'tool', 'fix', 'settings', 'repair', 'build']
|
|
2347
2426
|
}),
|
|
2348
2427
|
// Token Icon Imports
|
|
2349
2428
|
tokenAlias: withMetadata(function () {
|
|
@@ -2635,6 +2714,10 @@ var getTypeToPathMapMetadata = function getTypeToPathMapMetadata(loader) {
|
|
|
2635
2714
|
synonyms: metadata === null || metadata === void 0 ? void 0 : metadata.synonyms
|
|
2636
2715
|
};
|
|
2637
2716
|
};
|
|
2717
|
+
|
|
2718
|
+
// Sorted alphabetically rather than by `typeToPathMap` insertion order, which has
|
|
2719
|
+
// drifted over time. These lists are only consumed by the docs site, where icons
|
|
2720
|
+
// are expected to be browsable in alphabetical order.
|
|
2638
2721
|
var getTypeToPathMapCategoryIconTypes = function getTypeToPathMapCategoryIconTypes(category) {
|
|
2639
2722
|
return Object.entries(typeToPathMap).filter(function (_ref) {
|
|
2640
2723
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
@@ -2644,6 +2727,8 @@ var getTypeToPathMapCategoryIconTypes = function getTypeToPathMapCategoryIconTyp
|
|
|
2644
2727
|
var _ref4 = _slicedToArray(_ref3, 1),
|
|
2645
2728
|
iconType = _ref4[0];
|
|
2646
2729
|
return iconType;
|
|
2730
|
+
}).sort(function (a, b) {
|
|
2731
|
+
return a.localeCompare(b);
|
|
2647
2732
|
});
|
|
2648
2733
|
};
|
|
2649
2734
|
export var typeToPathMapAppIconTypes = getTypeToPathMapCategoryIconTypes('app');
|
|
@@ -2654,7 +2739,7 @@ export var typeToPathMapTokenIconTypes = getTypeToPathMapCategoryIconTypes('toke
|
|
|
2654
2739
|
export var typeToPathMapDocsAppIconTypes = typeToPathMapAppIconTypes;
|
|
2655
2740
|
|
|
2656
2741
|
// TODO: Remove this compatibility filter with https://github.com/elastic/eui/issues/9832.
|
|
2657
|
-
var deprecatedIconsExcludedFromDocs = new Set(['alert', 'boxesVertical', 'compute', 'documents', 'editorComment', 'export', 'folderCheck', 'folderOpened', 'indexClose', 'indexEdit', 'indexOpen', 'indexRuntime', 'indexSettings', 'kubernetesPod', 'list', 'logRateAnalysis', 'mapMarker', 'mobile', 'pagesSelect', 'pinFilled', 'search', 'starEmpty', 'starFilled', 'temperature', 'timelineWithArrow', 'visArea', 'visBarVertical', 'visGauge', 'visLine', 'visPie', 'visTable']);
|
|
2742
|
+
var deprecatedIconsExcludedFromDocs = new Set(['alert', 'apps', 'boxesVertical', 'cloudDrizzle', 'cloudStormy', 'cloudSunny', 'compute', 'documents', 'dotInCircle', 'editorComment', 'export', 'folderCheck', 'folderClose', 'folderClosed', 'folderExclamation', 'frameNext', 'folderOpened', 'analyzeEvent', 'annotation', 'article', 'anomalySwimLane', 'container', 'continuityAbove', 'continuityWithin', 'esqlVis', 'fold', 'framePrevious', 'help', 'index', 'indexClose', 'indexEdit', 'indexOpen', 'indexRuntime', 'indexSettings', 'ip', 'kqlFunction', 'kubernetesNode', 'kubernetesPod', 'list', 'logstashFilter', 'logstashInput', 'logstashOutput', 'logRateAnalysis', 'mapMarker', 'menuDown', 'menuUp', 'mobile', 'namespace', 'pagesSelect', 'payment', 'pinFilled', 'scale', 'search', 'securitySignalDetected', 'sessionViewer', 'singleMetricViewer', 'spaces', 'starEmpty', 'starEmptySpace', 'starFilled', 'starFillSpace', 'starMinusEmpty', 'starMinusFill', 'starPlusEmpty', 'starPlusFill', 'stopFill', 'stopSlash', 'string', 'stats', 'tableOfContents', 'temperature', 'timelineWithArrow', 'visArea', 'unfold', 'visBarVertical', 'visGauge', 'visGoal', 'visLine', 'visPie', 'visTable', 'visTimelion', 'visVisualBuilder', 'wordWrap', 'wordWrapDisabled']);
|
|
2658
2743
|
export var typeToPathMapDocsGlyphIconTypes = typeToPathMapGlyphIconTypes.filter(function (iconType) {
|
|
2659
2744
|
return !deprecatedIconsExcludedFromDocs.has(iconType);
|
|
2660
2745
|
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M8 11h2l-5 5 2-4H5l5-5z"/>
|
|
3
|
+
<path d="M8 0a4 4 0 0 1 3.878 3.02A3.5 3.5 0 0 1 11.5 10H9.618l.5-1H11.5a2.5 2.5 0 0 0 0-5h-.03l-.251.016a2.5 2.5 0 0 0-1.487.716l-.707-.707a3.5 3.5 0 0 1 1.825-.963A3.001 3.001 0 0 0 5.038 4.48l.117.727-.718-.16A2 2 0 1 0 4 9h2.586l-1 1.001H4a3 3 0 0 1 0-6 4 4 0 0 1 4-4"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="m5.447 13.224-1 2-.894-.448 1-2zm3 0-1 2-.894-.448 1-2zm3 0-1 2-.894-.448 1-2zm-7-3-1 2-.894-.448 1-2zm3 0-1 2-.894-.448.925-1.848.075-.152zm3 0-1 2-.894-.448.925-1.848.075-.152zm3 0-.135.27-.865 1.73-.894-.448 1-2z"/>
|
|
3
|
+
<path d="M8 1a4 4 0 0 1 3.878 3.02 3.5 3.5 0 0 1 2.457 5.529l-.911-.455A2.5 2.5 0 0 0 11.5 5h-.03l-.251.016a2.5 2.5 0 0 0-1.487.716l-.707-.707a3.5 3.5 0 0 1 1.825-.963A3.001 3.001 0 0 0 5.038 5.48l.117.727-.718-.16A2 2 0 0 0 2 8c0 .563.233 1.07.606 1.432l-.46.922A2.99 2.99 0 0 1 1 8a3 3 0 0 1 3-3 4 4 0 0 1 4-4"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M9 5a4 4 0 0 1 3.878 3.02A3.5 3.5 0 0 1 12.5 15H5a3 3 0 1 1 0-6q.001-.557.145-1.07A4.01 4.01 0 0 1 9 5m0 1a3 3 0 0 0-2.962 3.48l.117.727-.718-.16A2 2 0 1 0 5 14h7.5a2.5 2.5 0 0 0 0-4.999h-.03l-.251.016a2.5 2.5 0 0 0-1.487.716l-.707-.707a3.5 3.5 0 0 1 1.825-.963A3 3 0 0 0 9 6"/>
|
|
3
|
+
<path d="m2.38 8.325-.707.707-.707-.707.707-.707zM4.5 3a2.5 2.5 0 0 1 2.296 1.512 5 5 0 0 0-.864.54A1.5 1.5 0 0 0 3 5.5c0 .801.628 1.453 1.419 1.495q-.204.464-.31.97A2.497 2.497 0 0 1 4.5 3M1.005 5.995h-1v-1h1zm1.383-3.326-.708.707-.707-.707.707-.708zm5.649-.001-.707.707-.707-.707.707-.707zM5 2H4V1h1z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M7.66.06a1 1 0 0 1 .787.045l6 3A1 1 0 0 1 15 4v8a1 1 0 0 1-.553.895l-6 3a1 1 0 0 1-.894 0l-6-3A1 1 0 0 1 1 12V4a1 1 0 0 1 .553-.895l6-3zM2 12l5.5 2.75V7.309L2 4.559zm6.5-4.691v7.441L14 12V4.559zm-5.941-3.59L8 6.44l5.44-2.72L8 1z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M5 6.233A2.1 2.1 0 0 1 6 6c.462 0 .843.117 1.144.318.3.2.492.462.616.708a2.3 2.3 0 0 1 .236.874l.003.067v.032L7.5 8l.5-.001V10h.5v1h-2v-1H7V8l-.001-.03a1.4 1.4 0 0 0-.133-.497.8.8 0 0 0-.275-.323C6.47 7.07 6.287 7 6 7c-.288 0-.47.07-.59.15a.8.8 0 0 0-.275.324 1.4 1.4 0 0 0-.133.497L5 8v2h.5v1h-2v-1H4V7h-.5V6H5zM12 7.5h-1a.5.5 0 1 0-.5.5 1.5 1.5 0 1 1-.5 2.912V11H9V9.5h1a.5.5 0 1 0 .5-.5 1.5 1.5 0 1 1 .5-2.913V6h1z"/>
|
|
3
|
+
<path d="M7.66.06a1 1 0 0 1 .787.045l6 3 .104.06a1 1 0 0 1 .435.67l1 6a1 1 0 0 1-.205.79l-4 5A1 1 0 0 1 11 16H5a1 1 0 0 1-.781-.375l-4-5a1 1 0 0 1-.205-.79l1-6 .026-.115a1 1 0 0 1 .513-.615l6-3zM2 4l-1 6 4 5h6l4-5-1-6-6-3z"/>
|
|
4
|
+
</svg>
|
|
@@ -1,12 +1,3 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<
|
|
3
|
-
<polygon points="7 7 9 7 9 3 7 3"/>
|
|
4
|
-
<polygon points="3 7 5 7 5 3 3 3"/>
|
|
5
|
-
<polygon points="11.025 7 13.025 7 13.025 3 11.025 3"/>
|
|
6
|
-
<polygon points="3.5 10.75 4.5 10.75 4.5 8.35 3.5 8.35"/>
|
|
7
|
-
<polygon points="6.175 10.75 7.176 10.75 7.176 8.35 6.175 8.35"/>
|
|
8
|
-
<polygon points="8.85 10.75 9.85 10.75 9.85 8.35 8.85 8.35"/>
|
|
9
|
-
<polygon points="11.525 10.75 12.525 10.75 12.525 8.35 11.525 8.35"/>
|
|
10
|
-
<path d="M0,0.0004 L0,7.04920602 L1,7.04920602 L1,10.7475239 L2,10.7475239 L2,7.04920602 L14,7.04920602 L14,10.7475239 L15,10.7475239 L15,7.04920602 L16,7.04920602 L16,0.0004 L0,0.0004 Z M1,6.0004 L15,6.0004 L15,1.0004 L1,1.0004 L1,6.0004 Z"/>
|
|
11
|
-
</g>
|
|
2
|
+
<path d="M15 3a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-1H6v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 13h1v-1H2zm2 0h1v-1H4zm5 0h1v-1H9zm2 0h1v-1h-1zm2 0h1v-1h-1zM1 7h1v1H1v3h14V8h-1V7h1V4H1zm11-2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zM4 9h2V6H4zm3 0h2V6H7zm3 0h2V6h-2z"/>
|
|
12
3
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M8 6.15c.797-.88 1.787-1.296 2.831-1.101 1.409.263 2.313 1.565 2.314 2.951 0 1.694-.509 3.122-1.147 4.144a5.4 5.4 0 0 1-1.052 1.25c-.235.2-.563.427-.946.538V14c0 .366-.1.708-.272 1.003l-.021.033a2 2 0 0 1-.222.298l-.04.045a2 2 0 0 1-.396.32l-.058.035a2 2 0 0 1-.357.162 2 2 0 0 1-.256.066q-.078.015-.157.024l-.028.003Q8.098 16 8 16q-.099-.001-.194-.01l-.028-.004a2 2 0 0 1-.335-.066l-.052-.016a2 2 0 0 1-.456-.214l-.069-.043a2 2 0 0 1-.126-.094l-.052-.045a2 2 0 0 1-.132-.127q-.025-.026-.048-.053a2 2 0 0 1-.293-.429l-.02-.043A2 2 0 0 1 6 14v-.068c-.383-.111-.71-.339-.946-.537a5.4 5.4 0 0 1-1.052-1.251C3.364 11.122 2.856 9.694 2.855 8c0-1.386.905-2.688 2.314-2.951C6.213 4.854 7.203 5.27 8 6.15M8 0a8 8 0 0 1 2.543 15.584c.232-.371.387-.794.438-1.25a7 7 0 0 0 4-5.838L14 8.5l-.002-.999.98-.004a7 7 0 0 0-.678-2.548l-.842.488-.5-.867.843-.487a7 7 0 0 0-1.87-1.874l-.487.845-.866-.5.487-.847a7 7 0 0 0-2.555-.686v.976h-1V1.02a7 7 0 0 0-2.562.678l.491.85-.866.5-.491-.85A7 7 0 0 0 2.206 4.07l.85.492-.5.865-.85-.491a7 7 0 0 0-.686 2.56H2v1h-.98a7 7 0 0 0 3.999 5.838c.05.456.206.88.437 1.25A8 8 0 0 1 8 0m0 13.567a2.65 2.65 0 0 1-1 .386V14a1 1 0 0 0 2 0v-.047a2.65 2.65 0 0 1-1-.386M12.116 8c0-2-2.573-3.25-4.116 0-1.543-3.25-4.116-2-4.116 0l.005.278c.103 2.753 1.71 4.6 2.492 4.716l.075.006c.394 0 .691-.095.914-.225a1 1 0 0 1-.077-.068l-1-1A1 1 0 0 1 7 10h2a1 1 0 0 1 .707 1.707l-1 1a1 1 0 0 1-.077.068c.177.104.402.185.684.213l.23.012c.748 0 2.46-1.878 2.567-4.722zM8 12l1-1H7zM6 8a1 1 0 0 1 1 1H5a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1H9a1 1 0 0 1 1-1"/>
|
|
3
|
+
</svg>
|