@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
|
@@ -105,9 +105,11 @@ export var typeToPathMap = {
|
|
|
105
105
|
analyzeEvent: function analyzeEvent() {
|
|
106
106
|
return import('./assets/analyze_event');
|
|
107
107
|
},
|
|
108
|
+
// Deprecated in favor of `cube`
|
|
108
109
|
annotation: function annotation() {
|
|
109
110
|
return import('./assets/annotation');
|
|
110
111
|
},
|
|
112
|
+
// Deprecated in favor of `flag`
|
|
111
113
|
chartAnomaly: withMetadata(function () {
|
|
112
114
|
return import('./assets/chart_anomaly');
|
|
113
115
|
}, {
|
|
@@ -116,6 +118,7 @@ export var typeToPathMap = {
|
|
|
116
118
|
anomalySwimLane: function anomalySwimLane() {
|
|
117
119
|
return import('./assets/anomaly_swim_lane');
|
|
118
120
|
},
|
|
121
|
+
// Deprecated in favor of `chartHeatmap`
|
|
119
122
|
apmApp: withMetadata(function () {
|
|
120
123
|
return import('./assets/app_apm');
|
|
121
124
|
}, {
|
|
@@ -134,6 +137,7 @@ export var typeToPathMap = {
|
|
|
134
137
|
apps: function apps() {
|
|
135
138
|
return import('./assets/apps');
|
|
136
139
|
},
|
|
140
|
+
// Deprecated in favor of `grid`
|
|
137
141
|
chevronSingleDown: withMetadata(function () {
|
|
138
142
|
return import('./assets/chevron_single_down');
|
|
139
143
|
}, {
|
|
@@ -164,9 +168,6 @@ export var typeToPathMap = {
|
|
|
164
168
|
}, {
|
|
165
169
|
synonyms: ['chevron', 'limit', 'last', 'end', 'final', 'jump', 'skip']
|
|
166
170
|
}),
|
|
167
|
-
article: function article() {
|
|
168
|
-
return import('./assets/article');
|
|
169
|
-
},
|
|
170
171
|
asterisk: withMetadata(function () {
|
|
171
172
|
return import('./assets/asterisk');
|
|
172
173
|
}, {
|
|
@@ -182,6 +183,10 @@ export var typeToPathMap = {
|
|
|
182
183
|
}, {
|
|
183
184
|
synonyms: ['storage', 'box', 'store', 'backup', 'file away', 'saved', 'repository']
|
|
184
185
|
}),
|
|
186
|
+
article: function article() {
|
|
187
|
+
return import('./assets/article');
|
|
188
|
+
},
|
|
189
|
+
// Deprecated with no replacement
|
|
185
190
|
axisX: withMetadata(function () {
|
|
186
191
|
return import('./assets/axis_x');
|
|
187
192
|
}, {
|
|
@@ -225,7 +230,7 @@ export var typeToPathMap = {
|
|
|
225
230
|
bolt: withMetadata(function () {
|
|
226
231
|
return import('./assets/bolt');
|
|
227
232
|
}, {
|
|
228
|
-
synonyms: ['lightning', 'fast', 'power', 'electric', 'speed', 'energy']
|
|
233
|
+
synonyms: ['lightning', 'fast', 'power', 'electric', 'speed', 'energy', 'thunder', 'storm', 'serverless']
|
|
229
234
|
}),
|
|
230
235
|
boxesVertical: function boxesVertical() {
|
|
231
236
|
return import('./assets/boxes_vertical');
|
|
@@ -241,9 +246,6 @@ export var typeToPathMap = {
|
|
|
241
246
|
}, {
|
|
242
247
|
synonyms: ['work', 'business', 'job', 'portfolio', 'office', 'career']
|
|
243
248
|
}),
|
|
244
|
-
branchUser: function branchUser() {
|
|
245
|
-
return import('./assets/branch_user');
|
|
246
|
-
},
|
|
247
249
|
broom: withMetadata(function () {
|
|
248
250
|
return import('./assets/broom');
|
|
249
251
|
}, {
|
|
@@ -424,15 +426,33 @@ export var typeToPathMap = {
|
|
|
424
426
|
}, {
|
|
425
427
|
synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote']
|
|
426
428
|
}),
|
|
429
|
+
cloudBolt: withMetadata(function () {
|
|
430
|
+
return import('./assets/cloud_bolt');
|
|
431
|
+
}, {
|
|
432
|
+
synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote', 'lightning', 'thunder', 'storm', 'status', 'fast', 'power', 'electric', 'speed', 'energy']
|
|
433
|
+
}),
|
|
427
434
|
cloudDrizzle: function cloudDrizzle() {
|
|
428
|
-
return import('./assets/
|
|
435
|
+
return import('./assets/cloud_rain');
|
|
429
436
|
},
|
|
437
|
+
// Deprecated in favor of `cloudRain`
|
|
438
|
+
cloudRain: withMetadata(function () {
|
|
439
|
+
return import('./assets/cloud_rain');
|
|
440
|
+
}, {
|
|
441
|
+
synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote', 'rain', 'precipitation', 'storm', 'status']
|
|
442
|
+
}),
|
|
430
443
|
cloudStormy: function cloudStormy() {
|
|
431
|
-
return import('./assets/
|
|
444
|
+
return import('./assets/cloud_bolt');
|
|
432
445
|
},
|
|
446
|
+
// Deprecated in favor of `cloudBolt`
|
|
447
|
+
cloudSun: withMetadata(function () {
|
|
448
|
+
return import('./assets/cloud_sun');
|
|
449
|
+
}, {
|
|
450
|
+
synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote', 'sun', 'shine', 'overcast', 'status', 'light', 'day', 'theme', 'bright']
|
|
451
|
+
}),
|
|
433
452
|
cloudSunny: function cloudSunny() {
|
|
434
|
-
return import('./assets/
|
|
453
|
+
return import('./assets/cloud_sun');
|
|
435
454
|
},
|
|
455
|
+
// Deprecated in favor of `cloudSun`
|
|
436
456
|
cluster: withMetadata(function () {
|
|
437
457
|
return import('./assets/cluster');
|
|
438
458
|
}, {
|
|
@@ -489,18 +509,15 @@ export var typeToPathMap = {
|
|
|
489
509
|
container: function container() {
|
|
490
510
|
return import('./assets/container');
|
|
491
511
|
},
|
|
512
|
+
// Deprecated in favor of `package`
|
|
492
513
|
continuityAbove: function continuityAbove() {
|
|
493
514
|
return import('./assets/continuity_above');
|
|
494
515
|
},
|
|
495
|
-
|
|
496
|
-
return import('./assets/continuity_above_below');
|
|
497
|
-
},
|
|
498
|
-
continuityBelow: function continuityBelow() {
|
|
499
|
-
return import('./assets/continuity_below');
|
|
500
|
-
},
|
|
516
|
+
// Deprecated in favor of `upload`
|
|
501
517
|
continuityWithin: function continuityWithin() {
|
|
502
518
|
return import('./assets/continuity_within');
|
|
503
519
|
},
|
|
520
|
+
// Deprecated in favor of `maximize`
|
|
504
521
|
contrast: withMetadata(function () {
|
|
505
522
|
return import('./assets/contrast');
|
|
506
523
|
}, {
|
|
@@ -680,6 +697,7 @@ export var typeToPathMap = {
|
|
|
680
697
|
dotInCircle: function dotInCircle() {
|
|
681
698
|
return import('./assets/dot_in_circle');
|
|
682
699
|
},
|
|
700
|
+
// Deprecated with no replacement
|
|
683
701
|
chevronDoubleLeft: withMetadata(function () {
|
|
684
702
|
return import('./assets/chevron_double_left');
|
|
685
703
|
}, {
|
|
@@ -816,6 +834,7 @@ export var typeToPathMap = {
|
|
|
816
834
|
esqlVis: function esqlVis() {
|
|
817
835
|
return import('./assets/esql_vis');
|
|
818
836
|
},
|
|
837
|
+
// Deprecated in favor of `query`
|
|
819
838
|
logIn: withMetadata(function () {
|
|
820
839
|
return import('./assets/log_in');
|
|
821
840
|
}, {
|
|
@@ -918,17 +937,20 @@ export var typeToPathMap = {
|
|
|
918
937
|
fold: function fold() {
|
|
919
938
|
return import('./assets/fold');
|
|
920
939
|
},
|
|
921
|
-
|
|
940
|
+
// Deprecated in favor of `minimize`
|
|
941
|
+
folder: withMetadata(function () {
|
|
922
942
|
return import('./assets/folder_close');
|
|
923
|
-
},
|
|
943
|
+
}, {
|
|
944
|
+
synonyms: ['folder', 'closed', 'collapse', 'directory', 'archive']
|
|
945
|
+
}),
|
|
924
946
|
folderClosed: function folderClosed() {
|
|
925
947
|
return import('./assets/folder_close');
|
|
926
948
|
},
|
|
927
|
-
|
|
949
|
+
// Deprecated in favor of `folder`
|
|
950
|
+
folderClose: function folderClose() {
|
|
928
951
|
return import('./assets/folder_close');
|
|
929
|
-
},
|
|
930
|
-
|
|
931
|
-
}),
|
|
952
|
+
},
|
|
953
|
+
// Deprecated in favor of `folder`
|
|
932
954
|
folderCheck: function folderCheck() {
|
|
933
955
|
return import('./assets/folder_check');
|
|
934
956
|
},
|
|
@@ -936,6 +958,7 @@ export var typeToPathMap = {
|
|
|
936
958
|
folderExclamation: function folderExclamation() {
|
|
937
959
|
return import('./assets/folder_exclamation');
|
|
938
960
|
},
|
|
961
|
+
// Deprecated; contextual replacement
|
|
939
962
|
folderOpen: withMetadata(function () {
|
|
940
963
|
return import('./assets/folder_open');
|
|
941
964
|
}, {
|
|
@@ -948,9 +971,11 @@ export var typeToPathMap = {
|
|
|
948
971
|
frameNext: function frameNext() {
|
|
949
972
|
return import('./assets/frame_next');
|
|
950
973
|
},
|
|
974
|
+
// Deprecated in favor of `chevronSingleRight`
|
|
951
975
|
framePrevious: function framePrevious() {
|
|
952
976
|
return import('./assets/frame_previous');
|
|
953
977
|
},
|
|
978
|
+
// Deprecated in favor of `chevronSingleLeft`
|
|
954
979
|
fullScreen: withMetadata(function () {
|
|
955
980
|
return import('./assets/full_screen');
|
|
956
981
|
}, {
|
|
@@ -961,9 +986,6 @@ export var typeToPathMap = {
|
|
|
961
986
|
}, {
|
|
962
987
|
synonyms: ['fullscreen', 'exit', 'minimize', 'window', 'restore', 'shrink']
|
|
963
988
|
}),
|
|
964
|
-
function: function _function() {
|
|
965
|
-
return import('./assets/function');
|
|
966
|
-
},
|
|
967
989
|
gear: withMetadata(function () {
|
|
968
990
|
return import('./assets/gear');
|
|
969
991
|
}, {
|
|
@@ -1012,7 +1034,7 @@ export var typeToPathMap = {
|
|
|
1012
1034
|
help: function help() {
|
|
1013
1035
|
return import('./assets/help');
|
|
1014
1036
|
},
|
|
1015
|
-
//
|
|
1037
|
+
// Deprecated in favor of `question`
|
|
1016
1038
|
home: withMetadata(function () {
|
|
1017
1039
|
return import('./assets/home');
|
|
1018
1040
|
}, {
|
|
@@ -1041,6 +1063,7 @@ export var typeToPathMap = {
|
|
|
1041
1063
|
index: function index() {
|
|
1042
1064
|
return import('./assets/index');
|
|
1043
1065
|
},
|
|
1066
|
+
// Deprecated in favor of `table`
|
|
1044
1067
|
indexClose: function indexClose() {
|
|
1045
1068
|
return import('./assets/index_close');
|
|
1046
1069
|
},
|
|
@@ -1129,6 +1152,7 @@ export var typeToPathMap = {
|
|
|
1129
1152
|
ip: function ip() {
|
|
1130
1153
|
return import('./assets/ip');
|
|
1131
1154
|
},
|
|
1155
|
+
// Deprecated in favor of `tokenIP`
|
|
1132
1156
|
key: withMetadata(function () {
|
|
1133
1157
|
return import('./assets/key');
|
|
1134
1158
|
}, {
|
|
@@ -1145,8 +1169,9 @@ export var typeToPathMap = {
|
|
|
1145
1169
|
synonyms: ['query', 'field', 'filter', 'column', 'attribute', 'selector']
|
|
1146
1170
|
}),
|
|
1147
1171
|
kqlFunction: function kqlFunction() {
|
|
1148
|
-
return import('./assets/
|
|
1172
|
+
return import('./assets/push');
|
|
1149
1173
|
},
|
|
1174
|
+
// Deprecated in favor of `push`
|
|
1150
1175
|
queryOperand: withMetadata(function () {
|
|
1151
1176
|
return import('./assets/query_operand');
|
|
1152
1177
|
}, {
|
|
@@ -1162,15 +1187,21 @@ export var typeToPathMap = {
|
|
|
1162
1187
|
}, {
|
|
1163
1188
|
synonyms: ['query', 'value', 'literal', 'data', 'input', 'filter']
|
|
1164
1189
|
}),
|
|
1190
|
+
kubernetesNamespace: withMetadata(function () {
|
|
1191
|
+
return import('./assets/kubernetes_namespace');
|
|
1192
|
+
}, {
|
|
1193
|
+
synonyms: ['kubernetes', 'k8s', 'namespace', 'ns', 'heptagon']
|
|
1194
|
+
}),
|
|
1165
1195
|
kubernetesNode: function kubernetesNode() {
|
|
1166
1196
|
return import('./assets/kubernetes_node');
|
|
1167
1197
|
},
|
|
1198
|
+
// Deprecated with no replacement
|
|
1168
1199
|
kubernetesPod: function kubernetesPod() {
|
|
1169
|
-
return import('./assets/
|
|
1200
|
+
return import('./assets/cube');
|
|
1170
1201
|
},
|
|
1171
1202
|
// Deprecated in favor of `cube`
|
|
1172
1203
|
cube: withMetadata(function () {
|
|
1173
|
-
return import('./assets/
|
|
1204
|
+
return import('./assets/cube');
|
|
1174
1205
|
}, {
|
|
1175
1206
|
synonyms: ['cube', 'kubernetes', 'pod', 'k8s', 'container', 'cluster', 'orchestration']
|
|
1176
1207
|
}),
|
|
@@ -1551,12 +1582,15 @@ export var typeToPathMap = {
|
|
|
1551
1582
|
logstashFilter: function logstashFilter() {
|
|
1552
1583
|
return import('./assets/logstash_filter');
|
|
1553
1584
|
},
|
|
1585
|
+
// Deprecated in favor of `filter`
|
|
1554
1586
|
logstashInput: function logstashInput() {
|
|
1555
1587
|
return import('./assets/logstash_input');
|
|
1556
1588
|
},
|
|
1589
|
+
// Deprecated in favor of `download`
|
|
1557
1590
|
logstashOutput: function logstashOutput() {
|
|
1558
1591
|
return import('./assets/logstash_output');
|
|
1559
1592
|
},
|
|
1593
|
+
// Deprecated in favor of `upload`
|
|
1560
1594
|
queue: withMetadata(function () {
|
|
1561
1595
|
return import('./assets/queue');
|
|
1562
1596
|
}, {
|
|
@@ -1567,9 +1601,6 @@ export var typeToPathMap = {
|
|
|
1567
1601
|
}, {
|
|
1568
1602
|
category: 'app'
|
|
1569
1603
|
}),
|
|
1570
|
-
magnet: function magnet() {
|
|
1571
|
-
return import('./assets/magnet');
|
|
1572
|
-
},
|
|
1573
1604
|
magnify: withMetadata(function () {
|
|
1574
1605
|
return import('./assets/magnify');
|
|
1575
1606
|
}, {
|
|
@@ -1618,17 +1649,20 @@ export var typeToPathMap = {
|
|
|
1618
1649
|
}, {
|
|
1619
1650
|
synonyms: ['megaphone', 'announce', 'broadcast', 'marketing', 'loud']
|
|
1620
1651
|
}),
|
|
1621
|
-
memory: function
|
|
1652
|
+
memory: withMetadata(function () {
|
|
1622
1653
|
return import('./assets/memory');
|
|
1623
|
-
},
|
|
1654
|
+
}, {
|
|
1655
|
+
synonyms: ['random access memory', 'ram', 'module']
|
|
1656
|
+
}),
|
|
1624
1657
|
menu: withMetadata(function () {
|
|
1625
1658
|
return import('./assets/menu');
|
|
1626
1659
|
}, {
|
|
1627
1660
|
synonyms: ['menu', 'hamburger', 'navigation', 'options', 'bars']
|
|
1628
1661
|
}),
|
|
1629
1662
|
menuDown: function menuDown() {
|
|
1630
|
-
return import('./assets/
|
|
1663
|
+
return import('./assets/transition_bottom_out');
|
|
1631
1664
|
},
|
|
1665
|
+
// Deprecated in favor of `transitionBottomOut`
|
|
1632
1666
|
menuLeft: withMetadata(function () {
|
|
1633
1667
|
return import('./assets/menu_left');
|
|
1634
1668
|
}, {
|
|
@@ -1640,8 +1674,9 @@ export var typeToPathMap = {
|
|
|
1640
1674
|
synonyms: ['menu right', 'menu', 'hamburger', 'navigation', 'options', 'bars', 'right']
|
|
1641
1675
|
}),
|
|
1642
1676
|
menuUp: function menuUp() {
|
|
1643
|
-
return import('./assets/
|
|
1677
|
+
return import('./assets/transition_top_out');
|
|
1644
1678
|
},
|
|
1679
|
+
// Deprecated in favor of `transitionTopOut`
|
|
1645
1680
|
merge: withMetadata(function () {
|
|
1646
1681
|
return import('./assets/merge');
|
|
1647
1682
|
}, {
|
|
@@ -1697,8 +1732,9 @@ export var typeToPathMap = {
|
|
|
1697
1732
|
synonyms: ['move', 'relocate', 'drag', 'position', 'transfer']
|
|
1698
1733
|
}),
|
|
1699
1734
|
namespace: function namespace() {
|
|
1700
|
-
return import('./assets/
|
|
1735
|
+
return import('./assets/kubernetes_namespace');
|
|
1701
1736
|
},
|
|
1737
|
+
// Deprecated in favor of `kubernetesNamespace`
|
|
1702
1738
|
nested: withMetadata(function () {
|
|
1703
1739
|
return import('./assets/nested');
|
|
1704
1740
|
}, {
|
|
@@ -1744,9 +1780,6 @@ export var typeToPathMap = {
|
|
|
1744
1780
|
}, {
|
|
1745
1781
|
category: 'app'
|
|
1746
1782
|
}),
|
|
1747
|
-
pageSelect: function pageSelect() {
|
|
1748
|
-
return import('./assets/page_select');
|
|
1749
|
-
},
|
|
1750
1783
|
pagesSelect: function pagesSelect() {
|
|
1751
1784
|
return import('./assets/pages_select');
|
|
1752
1785
|
},
|
|
@@ -1779,6 +1812,7 @@ export var typeToPathMap = {
|
|
|
1779
1812
|
payment: function payment() {
|
|
1780
1813
|
return import('./assets/payment');
|
|
1781
1814
|
},
|
|
1815
|
+
// Deprecated in favor of `money`
|
|
1782
1816
|
pencil: withMetadata(function () {
|
|
1783
1817
|
return import('./assets/pencil');
|
|
1784
1818
|
}, {
|
|
@@ -1818,9 +1852,11 @@ export var typeToPathMap = {
|
|
|
1818
1852
|
}, {
|
|
1819
1853
|
synonyms: ['play', 'start', 'run', 'media', 'video']
|
|
1820
1854
|
}),
|
|
1821
|
-
plugs: function
|
|
1855
|
+
plugs: withMetadata(function () {
|
|
1822
1856
|
return import('./assets/plugs');
|
|
1823
|
-
},
|
|
1857
|
+
}, {
|
|
1858
|
+
synonyms: ['plug', 'plugs', 'connector', 'connectors', 'plugin', 'plug in', 'plug-in', 'extension', 'add on', 'add-on', 'connected']
|
|
1859
|
+
}),
|
|
1824
1860
|
plus: withMetadata(function () {
|
|
1825
1861
|
return import('./assets/plus');
|
|
1826
1862
|
}, {
|
|
@@ -1876,6 +1912,21 @@ export var typeToPathMap = {
|
|
|
1876
1912
|
}, {
|
|
1877
1913
|
synonyms: ['streams', 'wired', 'product', 'data', 'pipeline', 'connected']
|
|
1878
1914
|
}),
|
|
1915
|
+
productTimelion: withMetadata(function () {
|
|
1916
|
+
return import('./assets/product_timelion');
|
|
1917
|
+
}, {
|
|
1918
|
+
synonyms: ['timelion', 'clock', 'timer', 'time', 'lion']
|
|
1919
|
+
}),
|
|
1920
|
+
productTSVB: withMetadata(function () {
|
|
1921
|
+
return import('./assets/product_tsvb');
|
|
1922
|
+
}, {
|
|
1923
|
+
synonyms: ['tsvb', 'wrench', 'tool', 'fix', 'settings', 'repair', 'build', 'bar chart', 'vertical', 'graph', 'columns', 'visualization', 'plot', 'entity', 'analytics', 'time series']
|
|
1924
|
+
}),
|
|
1925
|
+
push: withMetadata(function () {
|
|
1926
|
+
return import('./assets/push');
|
|
1927
|
+
}, {
|
|
1928
|
+
synonyms: ['push', 'move', 'force', 'right', 'pass']
|
|
1929
|
+
}),
|
|
1879
1930
|
send: withMetadata(function () {
|
|
1880
1931
|
return import('./assets/send');
|
|
1881
1932
|
}, {
|
|
@@ -1941,14 +1992,15 @@ export var typeToPathMap = {
|
|
|
1941
1992
|
}, {
|
|
1942
1993
|
synonyms: ['save', 'store', 'disk', 'persist', 'keep']
|
|
1943
1994
|
}),
|
|
1995
|
+
scale: function scale() {
|
|
1996
|
+
return import('./assets/scale');
|
|
1997
|
+
},
|
|
1998
|
+
// Deprecated with no replacement
|
|
1944
1999
|
savedObjectsApp: withMetadata(function () {
|
|
1945
2000
|
return import('./assets/app_saved_objects');
|
|
1946
2001
|
}, {
|
|
1947
2002
|
category: 'app'
|
|
1948
2003
|
}),
|
|
1949
|
-
scale: function scale() {
|
|
1950
|
-
return import('./assets/scale');
|
|
1951
|
-
},
|
|
1952
2004
|
searchProfilerApp: withMetadata(function () {
|
|
1953
2005
|
return import('./assets/app_search_profiler');
|
|
1954
2006
|
}, {
|
|
@@ -1972,9 +2024,7 @@ export var typeToPathMap = {
|
|
|
1972
2024
|
securitySignalDetected: function securitySignalDetected() {
|
|
1973
2025
|
return import('./assets/security_signal_detected');
|
|
1974
2026
|
},
|
|
1975
|
-
|
|
1976
|
-
return import('./assets/security_signal_resolved');
|
|
1977
|
-
},
|
|
2027
|
+
// Deprecated with no replacement
|
|
1978
2028
|
server: withMetadata(function () {
|
|
1979
2029
|
return import('./assets/server');
|
|
1980
2030
|
}, {
|
|
@@ -1983,6 +2033,7 @@ export var typeToPathMap = {
|
|
|
1983
2033
|
sessionViewer: function sessionViewer() {
|
|
1984
2034
|
return import('./assets/session_viewer');
|
|
1985
2035
|
},
|
|
2036
|
+
// Deprecated in favor of `commandLine`
|
|
1986
2037
|
shard: withMetadata(function () {
|
|
1987
2038
|
return import('./assets/shard');
|
|
1988
2039
|
}, {
|
|
@@ -2001,6 +2052,7 @@ export var typeToPathMap = {
|
|
|
2001
2052
|
singleMetricViewer: function singleMetricViewer() {
|
|
2002
2053
|
return import('./assets/single_metric_viewer');
|
|
2003
2054
|
},
|
|
2055
|
+
// Deprecated in favor of `chartArea`
|
|
2004
2056
|
snowflake: withMetadata(function () {
|
|
2005
2057
|
return import('./assets/snowflake');
|
|
2006
2058
|
}, {
|
|
@@ -2044,6 +2096,7 @@ export var typeToPathMap = {
|
|
|
2044
2096
|
spaces: function spaces() {
|
|
2045
2097
|
return import('./assets/spaces');
|
|
2046
2098
|
},
|
|
2099
|
+
// Deprecated in favor of `grid`
|
|
2047
2100
|
spacesApp: withMetadata(function () {
|
|
2048
2101
|
return import('./assets/app_spaces');
|
|
2049
2102
|
}, {
|
|
@@ -2071,6 +2124,7 @@ export var typeToPathMap = {
|
|
|
2071
2124
|
starEmptySpace: function starEmptySpace() {
|
|
2072
2125
|
return import('./assets/star_empty_space');
|
|
2073
2126
|
},
|
|
2127
|
+
// Deprecated in favor of `star`
|
|
2074
2128
|
starFill: withMetadata(function () {
|
|
2075
2129
|
return import('./assets/star_fill');
|
|
2076
2130
|
}, {
|
|
@@ -2083,21 +2137,27 @@ export var typeToPathMap = {
|
|
|
2083
2137
|
starFillSpace: function starFillSpace() {
|
|
2084
2138
|
return import('./assets/star_fill_space');
|
|
2085
2139
|
},
|
|
2140
|
+
// Deprecated in favor of `starFill`
|
|
2086
2141
|
starMinusEmpty: function starMinusEmpty() {
|
|
2087
2142
|
return import('./assets/star_minus_empty');
|
|
2088
2143
|
},
|
|
2144
|
+
// Deprecated in favor of `star`
|
|
2089
2145
|
starMinusFill: function starMinusFill() {
|
|
2090
2146
|
return import('./assets/star_minus_fill');
|
|
2091
2147
|
},
|
|
2148
|
+
// Deprecated in favor of `starFill`
|
|
2092
2149
|
starPlusEmpty: function starPlusEmpty() {
|
|
2093
2150
|
return import('./assets/star_plus_empty');
|
|
2094
2151
|
},
|
|
2152
|
+
// Deprecated in favor of `star`
|
|
2095
2153
|
starPlusFill: function starPlusFill() {
|
|
2096
2154
|
return import('./assets/star_plus_fill');
|
|
2097
2155
|
},
|
|
2156
|
+
// Deprecated in favor of `starFill`
|
|
2098
2157
|
stats: function stats() {
|
|
2099
2158
|
return import('./assets/stats');
|
|
2100
2159
|
},
|
|
2160
|
+
// Deprecated in favor of `chartLine`
|
|
2101
2161
|
stop: withMetadata(function () {
|
|
2102
2162
|
return import('./assets/stop');
|
|
2103
2163
|
}, {
|
|
@@ -2106,9 +2166,11 @@ export var typeToPathMap = {
|
|
|
2106
2166
|
stopFill: function stopFill() {
|
|
2107
2167
|
return import('./assets/stop_fill');
|
|
2108
2168
|
},
|
|
2169
|
+
// Deprecated; contextual replacement
|
|
2109
2170
|
stopSlash: function stopSlash() {
|
|
2110
2171
|
return import('./assets/stop_slash');
|
|
2111
2172
|
},
|
|
2173
|
+
// Deprecated; contextual replacement
|
|
2112
2174
|
storage: withMetadata(function () {
|
|
2113
2175
|
return import('./assets/storage');
|
|
2114
2176
|
}, {
|
|
@@ -2117,15 +2179,18 @@ export var typeToPathMap = {
|
|
|
2117
2179
|
string: function string() {
|
|
2118
2180
|
return import('./assets/string');
|
|
2119
2181
|
},
|
|
2182
|
+
// Deprecated in favor of `tokenString`
|
|
2120
2183
|
sun: withMetadata(function () {
|
|
2121
2184
|
return import('./assets/sun');
|
|
2122
2185
|
}, {
|
|
2123
2186
|
synonyms: ['sun', 'light', 'day', 'theme', 'bright']
|
|
2124
2187
|
}),
|
|
2125
|
-
swatchInput: function
|
|
2188
|
+
swatchInput: withMetadata(function () {
|
|
2126
2189
|
return import('./assets/swatch_input');
|
|
2127
|
-
},
|
|
2128
|
-
|
|
2190
|
+
}, {
|
|
2191
|
+
category: 'internal'
|
|
2192
|
+
}),
|
|
2193
|
+
// Internal EuiColorPicker swatch; extra SVG stroke, not a public glyph
|
|
2129
2194
|
symlink: withMetadata(function () {
|
|
2130
2195
|
return import('./assets/symlink');
|
|
2131
2196
|
}, {
|
|
@@ -2144,14 +2209,12 @@ export var typeToPathMap = {
|
|
|
2144
2209
|
tableOfContents: function tableOfContents() {
|
|
2145
2210
|
return import('./assets/table_of_contents');
|
|
2146
2211
|
},
|
|
2212
|
+
// Deprecated in favor of `listBullet`
|
|
2147
2213
|
tag: withMetadata(function () {
|
|
2148
2214
|
return import('./assets/tag');
|
|
2149
2215
|
}, {
|
|
2150
2216
|
synonyms: ['tag', 'label', 'category', 'keyword', 'badge']
|
|
2151
2217
|
}),
|
|
2152
|
-
tear: function tear() {
|
|
2153
|
-
return import('./assets/tear');
|
|
2154
|
-
},
|
|
2155
2218
|
thermometer: withMetadata(function () {
|
|
2156
2219
|
return import('./assets/thermometer');
|
|
2157
2220
|
}, {
|
|
@@ -2215,6 +2278,16 @@ export var typeToPathMap = {
|
|
|
2215
2278
|
}, {
|
|
2216
2279
|
synonyms: ['transition', 'left', 'out', 'animate', 'exit', 'motion']
|
|
2217
2280
|
}),
|
|
2281
|
+
transitionRightIn: withMetadata(function () {
|
|
2282
|
+
return import('./assets/transition_right_in');
|
|
2283
|
+
}, {
|
|
2284
|
+
synonyms: ['transition', 'right', 'in', 'animate', 'enter', 'motion']
|
|
2285
|
+
}),
|
|
2286
|
+
transitionRightOut: withMetadata(function () {
|
|
2287
|
+
return import('./assets/transition_right_out');
|
|
2288
|
+
}, {
|
|
2289
|
+
synonyms: ['transition', 'right', 'out', 'animate', 'exit', 'motion']
|
|
2290
|
+
}),
|
|
2218
2291
|
transitionTopIn: withMetadata(function () {
|
|
2219
2292
|
return import('./assets/transition_top_in');
|
|
2220
2293
|
}, {
|
|
@@ -2238,6 +2311,7 @@ export var typeToPathMap = {
|
|
|
2238
2311
|
unfold: function unfold() {
|
|
2239
2312
|
return import('./assets/unfold');
|
|
2240
2313
|
},
|
|
2314
|
+
// Deprecated in favor of `maximize`
|
|
2241
2315
|
upgradeAssistantApp: withMetadata(function () {
|
|
2242
2316
|
return import('./assets/app_upgrade_assistant');
|
|
2243
2317
|
}, {
|
|
@@ -2281,17 +2355,20 @@ export var typeToPathMap = {
|
|
|
2281
2355
|
visGoal: function visGoal() {
|
|
2282
2356
|
return import('./assets/vis_goal');
|
|
2283
2357
|
},
|
|
2358
|
+
// Deprecated in favor of `chartGauge`
|
|
2284
2359
|
chartMetric: withMetadata(function () {
|
|
2285
2360
|
return import('./assets/chart_metric');
|
|
2286
2361
|
}, {
|
|
2287
2362
|
synonyms: ['metric', 'chart', 'kpi', 'measurement', 'stat', 'indicator']
|
|
2288
2363
|
}),
|
|
2289
2364
|
visTimelion: function visTimelion() {
|
|
2290
|
-
return import('./assets/
|
|
2365
|
+
return import('./assets/product_timelion');
|
|
2291
2366
|
},
|
|
2367
|
+
// Deprecated in favor of `productTimelion`
|
|
2292
2368
|
visVisualBuilder: function visVisualBuilder() {
|
|
2293
|
-
return import('./assets/
|
|
2369
|
+
return import('./assets/product_tsvb');
|
|
2294
2370
|
},
|
|
2371
|
+
// Deprecated in favor of `productTSVB`
|
|
2295
2372
|
visualizeApp: withMetadata(function () {
|
|
2296
2373
|
return import('./assets/app_visualize');
|
|
2297
2374
|
}, {
|
|
@@ -2327,9 +2404,11 @@ export var typeToPathMap = {
|
|
|
2327
2404
|
wordWrap: function wordWrap() {
|
|
2328
2405
|
return import('./assets/word_wrap');
|
|
2329
2406
|
},
|
|
2407
|
+
// Deprecated in favor of `lineBreak`
|
|
2330
2408
|
wordWrapDisabled: function wordWrapDisabled() {
|
|
2331
2409
|
return import('./assets/word_wrap_disabled');
|
|
2332
2410
|
},
|
|
2411
|
+
// Deprecated in favor of `lineBreakSlash`
|
|
2333
2412
|
workflowsApp: withMetadata(function () {
|
|
2334
2413
|
return import('./assets/app_workflows');
|
|
2335
2414
|
}, {
|
|
@@ -2348,7 +2427,7 @@ export var typeToPathMap = {
|
|
|
2348
2427
|
wrench: withMetadata(function () {
|
|
2349
2428
|
return import('./assets/wrench');
|
|
2350
2429
|
}, {
|
|
2351
|
-
synonyms: ['wrench', 'tool', 'fix', 'settings', 'repair']
|
|
2430
|
+
synonyms: ['wrench', 'tool', 'fix', 'settings', 'repair', 'build']
|
|
2352
2431
|
}),
|
|
2353
2432
|
// Token Icon Imports
|
|
2354
2433
|
tokenAlias: withMetadata(function () {
|
|
@@ -2640,6 +2719,10 @@ var getTypeToPathMapMetadata = function getTypeToPathMapMetadata(loader) {
|
|
|
2640
2719
|
synonyms: metadata === null || metadata === void 0 ? void 0 : metadata.synonyms
|
|
2641
2720
|
};
|
|
2642
2721
|
};
|
|
2722
|
+
|
|
2723
|
+
// Sorted alphabetically rather than by `typeToPathMap` insertion order, which has
|
|
2724
|
+
// drifted over time. These lists are only consumed by the docs site, where icons
|
|
2725
|
+
// are expected to be browsable in alphabetical order.
|
|
2643
2726
|
var getTypeToPathMapCategoryIconTypes = function getTypeToPathMapCategoryIconTypes(category) {
|
|
2644
2727
|
return Object.entries(typeToPathMap).filter(function (_ref) {
|
|
2645
2728
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
@@ -2649,6 +2732,8 @@ var getTypeToPathMapCategoryIconTypes = function getTypeToPathMapCategoryIconTyp
|
|
|
2649
2732
|
var _ref4 = _slicedToArray(_ref3, 1),
|
|
2650
2733
|
iconType = _ref4[0];
|
|
2651
2734
|
return iconType;
|
|
2735
|
+
}).sort(function (a, b) {
|
|
2736
|
+
return a.localeCompare(b);
|
|
2652
2737
|
});
|
|
2653
2738
|
};
|
|
2654
2739
|
export var typeToPathMapAppIconTypes = getTypeToPathMapCategoryIconTypes('app');
|
|
@@ -2659,7 +2744,7 @@ export var typeToPathMapTokenIconTypes = getTypeToPathMapCategoryIconTypes('toke
|
|
|
2659
2744
|
export var typeToPathMapDocsAppIconTypes = typeToPathMapAppIconTypes;
|
|
2660
2745
|
|
|
2661
2746
|
// TODO: Remove this compatibility filter with https://github.com/elastic/eui/issues/9832.
|
|
2662
|
-
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']);
|
|
2747
|
+
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']);
|
|
2663
2748
|
export var typeToPathMapDocsGlyphIconTypes = typeToPathMapGlyphIconTypes.filter(function (iconType) {
|
|
2664
2749
|
return !deprecatedIconsExcludedFromDocs.has(iconType);
|
|
2665
2750
|
});
|
|
@@ -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>
|