@elastic/eui 116.5.0 → 117.0.0-snapshot.1783954480414
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +4 -4
- package/es/components/basic_table/in_memory_table.js +13 -4
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +230 -30
- package/es/components/call_out/call_out.styles.js +36 -43
- package/es/components/call_out/call_out_action.js +45 -0
- package/es/components/call_out/types.js +11 -0
- package/es/components/call_out/use_layout_observer.js +54 -0
- package/es/components/card/card.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
- package/es/components/datagrid/utils/in_memory.js +6 -6
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/flyout/flyout.component.js +12 -7
- package/es/components/flyout/flyout.styles.js +1 -1
- package/es/components/flyout/flyout_body.styles.js +1 -4
- package/es/components/flyout/flyout_menu.js +2 -2
- package/es/components/flyout/manager/flyout_child.js +1 -1
- package/es/components/flyout/manager/flyout_managed.js +1 -1
- package/es/components/form/field_number/field_number.js +2 -2
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_control_button/form_control_button.js +1 -1
- package/es/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/es/components/form/text_area/text_area.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -1
- package/es/components/header/header_links/header_links.js +1 -1
- package/es/components/header/header_logo/header_logo.js +1 -1
- package/es/components/header/header_section/header_section_item_button.js +1 -1
- package/es/components/icon/assets/add_to_chat.js +43 -0
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +1883 -912
- package/es/components/illustration/illustration.js +86 -0
- package/es/components/illustration/illustration.styles.js +16 -0
- package/es/components/illustration/index.js +9 -0
- package/es/components/index.js +1 -0
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/panel/panel.styles.js +3 -3
- package/es/components/panel/split_panel/split_panel.styles.js +4 -4
- package/es/components/popover/with_popover.js +17 -0
- package/es/components/search_bar/search_bar.js +190 -376
- package/es/components/search_bar/search_filters.js +10 -3
- package/es/components/selectable/selectable_list/selectable_list.js +8 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/table/table_header_cell.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +2 -2
- package/es/components/toast/toast.js +2 -2
- package/es/components/toast/toast.styles.js +2 -2
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/es/components/tool_tip/with_tooltip.js +14 -0
- package/eui.d.ts +1107 -904
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +4 -4
- package/lib/components/basic_table/in_memory_table.js +13 -4
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +230 -30
- package/lib/components/call_out/call_out.styles.js +37 -42
- package/lib/components/call_out/call_out_action.js +51 -0
- package/lib/components/call_out/types.js +17 -0
- package/lib/components/call_out/use_layout_observer.js +58 -0
- package/lib/components/card/card.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
- package/lib/components/datagrid/utils/in_memory.js +6 -6
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/flyout/flyout.component.js +11 -6
- package/lib/components/flyout/flyout.styles.js +1 -1
- package/lib/components/flyout/flyout_body.styles.js +1 -4
- package/lib/components/flyout/flyout_menu.js +2 -2
- package/lib/components/flyout/manager/flyout_child.js +1 -1
- package/lib/components/form/field_number/field_number.js +2 -2
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_control_button/form_control_button.js +1 -1
- package/lib/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/lib/components/form/text_area/text_area.js +2 -2
- package/lib/components/header/header_links/header_link.js +1 -1
- package/lib/components/header/header_links/header_links.js +1 -1
- package/lib/components/header/header_logo/header_logo.js +1 -1
- package/lib/components/header/header_section/header_section_item_button.js +1 -1
- package/lib/components/icon/assets/add_to_chat.js +50 -0
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +1886 -913
- package/lib/components/icon/svgs/add_to_chat.svg +6 -0
- package/lib/components/illustration/illustration.js +91 -0
- package/lib/components/illustration/illustration.styles.js +22 -0
- package/lib/components/illustration/index.js +12 -0
- package/lib/components/index.js +11 -0
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/pagination/pagination_button.js +1 -1
- package/lib/components/panel/panel.styles.js +3 -3
- package/lib/components/panel/split_panel/split_panel.styles.js +4 -4
- package/lib/components/popover/with_popover.js +22 -0
- package/lib/components/search_bar/search_bar.js +193 -380
- package/lib/components/search_bar/search_filters.js +10 -3
- package/lib/components/selectable/selectable_list/selectable_list.js +8 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/table/table_header_cell.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +2 -2
- package/lib/components/toast/toast.js +2 -2
- package/lib/components/toast/toast.styles.js +2 -2
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/lib/components/tool_tip/with_tooltip.js +21 -0
- package/optimize/es/components/call_out/call_out.js +123 -28
- package/optimize/es/components/call_out/call_out.styles.js +36 -43
- package/optimize/es/components/call_out/call_out_action.js +44 -0
- package/optimize/es/components/call_out/types.js +11 -0
- package/optimize/es/components/call_out/use_layout_observer.js +49 -0
- package/optimize/es/components/flyout/flyout.component.js +12 -7
- package/optimize/es/components/flyout/flyout.styles.js +1 -1
- package/optimize/es/components/flyout/flyout_body.styles.js +1 -4
- package/optimize/es/components/icon/assets/add_to_chat.js +42 -0
- package/optimize/es/components/icon/icon_map.js +1878 -912
- package/optimize/es/components/illustration/illustration.js +57 -0
- package/optimize/es/components/illustration/illustration.styles.js +16 -0
- package/optimize/es/components/illustration/index.js +9 -0
- package/optimize/es/components/index.js +1 -0
- package/optimize/es/components/panel/panel.styles.js +3 -3
- package/optimize/es/components/panel/split_panel/split_panel.styles.js +4 -4
- package/optimize/es/components/popover/with_popover.js +17 -0
- package/optimize/es/components/search_bar/search_bar.js +184 -193
- package/optimize/es/components/search_bar/search_filters.js +5 -2
- package/optimize/es/components/selectable/selectable_list/selectable_list.js +7 -0
- package/optimize/es/components/toast/toast.styles.js +2 -2
- package/optimize/es/components/tool_tip/with_tooltip.js +14 -0
- package/optimize/lib/components/call_out/call_out.js +123 -28
- package/optimize/lib/components/call_out/call_out.styles.js +37 -42
- package/optimize/lib/components/call_out/call_out_action.js +50 -0
- package/optimize/lib/components/call_out/types.js +17 -0
- package/optimize/lib/components/call_out/use_layout_observer.js +56 -0
- package/optimize/lib/components/flyout/flyout.component.js +11 -6
- package/optimize/lib/components/flyout/flyout.styles.js +1 -1
- package/optimize/lib/components/flyout/flyout_body.styles.js +1 -4
- package/optimize/lib/components/icon/assets/add_to_chat.js +50 -0
- package/optimize/lib/components/icon/icon_map.js +1881 -913
- package/optimize/lib/components/icon/svgs/add_to_chat.svg +6 -0
- package/optimize/lib/components/illustration/illustration.js +62 -0
- package/optimize/lib/components/illustration/illustration.styles.js +22 -0
- package/optimize/lib/components/illustration/index.js +12 -0
- package/optimize/lib/components/index.js +11 -0
- package/optimize/lib/components/panel/panel.styles.js +3 -3
- package/optimize/lib/components/panel/split_panel/split_panel.styles.js +4 -4
- package/optimize/lib/components/popover/with_popover.js +24 -0
- package/optimize/lib/components/search_bar/search_bar.js +192 -200
- package/optimize/lib/components/search_bar/search_filters.js +5 -2
- package/optimize/lib/components/selectable/selectable_list/selectable_list.js +7 -0
- package/optimize/lib/components/toast/toast.styles.js +2 -2
- package/optimize/lib/components/tool_tip/with_tooltip.js +21 -0
- package/package.json +8 -25
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +4 -4
- package/test-env/components/basic_table/in_memory_table.js +13 -4
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +230 -30
- package/test-env/components/call_out/call_out.styles.js +37 -42
- package/test-env/components/call_out/call_out_action.js +50 -0
- package/test-env/components/call_out/types.js +17 -0
- package/test-env/components/call_out/use_layout_observer.js +56 -0
- package/test-env/components/card/card.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -20
- package/test-env/components/datagrid/utils/in_memory.js +6 -6
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/flyout/flyout.component.js +11 -6
- package/test-env/components/flyout/flyout.styles.js +1 -1
- package/test-env/components/flyout/flyout_body.styles.js +1 -4
- package/test-env/components/flyout/flyout_menu.js +2 -2
- package/test-env/components/flyout/manager/flyout_child.js +1 -1
- package/test-env/components/form/field_number/field_number.js +2 -2
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_control_button/form_control_button.js +1 -1
- package/test-env/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/test-env/components/form/text_area/text_area.js +2 -2
- package/test-env/components/header/header_links/header_link.js +1 -1
- package/test-env/components/header/header_links/header_links.js +1 -1
- package/test-env/components/header/header_logo/header_logo.js +1 -1
- package/test-env/components/header/header_section/header_section_item_button.js +1 -1
- package/test-env/components/icon/assets/add_to_chat.js +50 -0
- package/test-env/components/icon/icon_map.js +1881 -913
- package/test-env/components/illustration/illustration.js +90 -0
- package/test-env/components/illustration/illustration.styles.js +22 -0
- package/test-env/components/illustration/index.js +12 -0
- package/test-env/components/index.js +11 -0
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/pagination/pagination_button.js +1 -1
- package/test-env/components/panel/panel.styles.js +3 -3
- package/test-env/components/panel/split_panel/split_panel.styles.js +4 -4
- package/test-env/components/popover/with_popover.js +24 -0
- package/test-env/components/search_bar/search_bar.js +192 -379
- package/test-env/components/search_bar/search_filters.js +10 -3
- package/test-env/components/selectable/selectable_list/selectable_list.js +8 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/table/table_header_cell.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +2 -2
- package/test-env/components/toast/toast.js +2 -2
- package/test-env/components/toast/toast.styles.js +2 -2
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/test-env/components/tool_tip/with_tooltip.js +21 -0
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
2
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
3
|
+
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
4
|
+
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
5
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
6
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
1
7
|
/*
|
|
2
8
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
3
9
|
* or more contributor license agreements. Licensed under the Elastic License
|
|
@@ -6,55 +12,96 @@
|
|
|
6
12
|
* Side Public License, v 1.
|
|
7
13
|
*/
|
|
8
14
|
|
|
15
|
+
var withMetadata = function withMetadata(loader) {
|
|
16
|
+
var metadata = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
17
|
+
return Object.assign(loader, {
|
|
18
|
+
metadata: metadata
|
|
19
|
+
});
|
|
20
|
+
};
|
|
9
21
|
export var typeToPathMap = {
|
|
10
|
-
accessibility: function
|
|
22
|
+
accessibility: withMetadata(function () {
|
|
11
23
|
return import('./assets/accessibility');
|
|
12
|
-
},
|
|
13
|
-
|
|
24
|
+
}, {
|
|
25
|
+
synonyms: ['a11y', 'inclusive', 'disability', 'wcag', 'assistive', 'screen reader', 'universal design']
|
|
26
|
+
}),
|
|
27
|
+
addDataApp: withMetadata(function () {
|
|
14
28
|
return import('./assets/app_add_data');
|
|
29
|
+
}, {
|
|
30
|
+
category: 'app'
|
|
31
|
+
}),
|
|
32
|
+
addToChat: function addToChat() {
|
|
33
|
+
return import('./assets/add_to_chat');
|
|
15
34
|
},
|
|
16
|
-
addToDashboard: function
|
|
35
|
+
addToDashboard: withMetadata(function () {
|
|
17
36
|
return import('./assets/add_to_dashboard');
|
|
18
|
-
},
|
|
19
|
-
|
|
37
|
+
}, {
|
|
38
|
+
synonyms: ['dashboard', 'add', 'pin', 'widget', 'panel', 'insert', 'save view']
|
|
39
|
+
}),
|
|
40
|
+
advancedSettingsApp: withMetadata(function () {
|
|
20
41
|
return import('./assets/app_advanced_settings');
|
|
21
|
-
},
|
|
22
|
-
|
|
42
|
+
}, {
|
|
43
|
+
category: 'app'
|
|
44
|
+
}),
|
|
45
|
+
agentApp: withMetadata(function () {
|
|
23
46
|
return import('./assets/app_fleet');
|
|
24
|
-
},
|
|
25
|
-
|
|
47
|
+
}, {
|
|
48
|
+
category: 'app'
|
|
49
|
+
}),
|
|
50
|
+
aggregate: withMetadata(function () {
|
|
26
51
|
return import('./assets/aggregate');
|
|
27
|
-
},
|
|
28
|
-
|
|
52
|
+
}, {
|
|
53
|
+
synonyms: ['combine', 'sum', 'group', 'collection', 'merge', 'total', 'rollup']
|
|
54
|
+
}),
|
|
55
|
+
alignBottom: withMetadata(function () {
|
|
29
56
|
return import('./assets/align_bottom');
|
|
30
|
-
},
|
|
31
|
-
|
|
57
|
+
}, {
|
|
58
|
+
synonyms: ['align', 'bottom', 'vertical', 'position', 'layout', 'dock']
|
|
59
|
+
}),
|
|
60
|
+
alignBottomLeft: withMetadata(function () {
|
|
32
61
|
return import('./assets/align_bottom_left');
|
|
33
|
-
},
|
|
34
|
-
|
|
62
|
+
}, {
|
|
63
|
+
synonyms: ['align', 'bottom', 'left', 'corner', 'position', 'layout']
|
|
64
|
+
}),
|
|
65
|
+
alignBottomRight: withMetadata(function () {
|
|
35
66
|
return import('./assets/align_bottom_right');
|
|
36
|
-
},
|
|
37
|
-
|
|
67
|
+
}, {
|
|
68
|
+
synonyms: ['align', 'bottom', 'right', 'corner', 'position', 'layout']
|
|
69
|
+
}),
|
|
70
|
+
alignCenterHorizontal: withMetadata(function () {
|
|
38
71
|
return import('./assets/align_center_horizontal');
|
|
39
|
-
},
|
|
40
|
-
|
|
72
|
+
}, {
|
|
73
|
+
synonyms: ['align', 'center', 'horizontal', 'middle', 'position', 'layout']
|
|
74
|
+
}),
|
|
75
|
+
alignCenterVertical: withMetadata(function () {
|
|
41
76
|
return import('./assets/align_center_vertical');
|
|
42
|
-
},
|
|
43
|
-
|
|
77
|
+
}, {
|
|
78
|
+
synonyms: ['align', 'center', 'vertical', 'middle', 'position', 'layout']
|
|
79
|
+
}),
|
|
80
|
+
alignLeft: withMetadata(function () {
|
|
44
81
|
return import('./assets/align_left');
|
|
45
|
-
},
|
|
46
|
-
|
|
82
|
+
}, {
|
|
83
|
+
synonyms: ['align', 'left', 'horizontal', 'position', 'layout', 'flush']
|
|
84
|
+
}),
|
|
85
|
+
alignRight: withMetadata(function () {
|
|
47
86
|
return import('./assets/align_right');
|
|
48
|
-
},
|
|
49
|
-
|
|
87
|
+
}, {
|
|
88
|
+
synonyms: ['align', 'right', 'horizontal', 'position', 'layout', 'flush']
|
|
89
|
+
}),
|
|
90
|
+
alignTop: withMetadata(function () {
|
|
50
91
|
return import('./assets/align_top');
|
|
51
|
-
},
|
|
52
|
-
|
|
92
|
+
}, {
|
|
93
|
+
synonyms: ['align', 'top', 'vertical', 'position', 'layout', 'dock']
|
|
94
|
+
}),
|
|
95
|
+
alignTopLeft: withMetadata(function () {
|
|
53
96
|
return import('./assets/align_top_left');
|
|
54
|
-
},
|
|
55
|
-
|
|
97
|
+
}, {
|
|
98
|
+
synonyms: ['align', 'top', 'left', 'corner', 'position', 'layout']
|
|
99
|
+
}),
|
|
100
|
+
alignTopRight: withMetadata(function () {
|
|
56
101
|
return import('./assets/align_top_right');
|
|
57
|
-
},
|
|
102
|
+
}, {
|
|
103
|
+
synonyms: ['align', 'top', 'right', 'corner', 'position', 'layout']
|
|
104
|
+
}),
|
|
58
105
|
alert: function alert() {
|
|
59
106
|
return import('./assets/warning');
|
|
60
107
|
},
|
|
@@ -69,25 +116,33 @@ export var typeToPathMap = {
|
|
|
69
116
|
return import('./assets/chart_anomaly');
|
|
70
117
|
},
|
|
71
118
|
// NOTE: To be deprecated in favor of chartAnomaly
|
|
72
|
-
chartAnomaly: function
|
|
119
|
+
chartAnomaly: withMetadata(function () {
|
|
73
120
|
return import('./assets/chart_anomaly');
|
|
74
|
-
},
|
|
121
|
+
}, {
|
|
122
|
+
synonyms: ['anomaly', 'chart', 'outlier', 'detection', 'spike', 'unusual']
|
|
123
|
+
}),
|
|
75
124
|
anomalySwimLane: function anomalySwimLane() {
|
|
76
125
|
return import('./assets/anomaly_swim_lane');
|
|
77
126
|
},
|
|
78
|
-
apmApp: function
|
|
127
|
+
apmApp: withMetadata(function () {
|
|
79
128
|
return import('./assets/app_apm');
|
|
80
|
-
},
|
|
129
|
+
}, {
|
|
130
|
+
category: 'app'
|
|
131
|
+
}),
|
|
81
132
|
apmTrace: function apmTrace() {
|
|
82
133
|
return import('./assets/chart_waterfall');
|
|
83
134
|
},
|
|
84
135
|
// NOTE: To be deprecated in favor of chartWaterfall
|
|
85
|
-
chartWaterfall: function
|
|
136
|
+
chartWaterfall: withMetadata(function () {
|
|
86
137
|
return import('./assets/chart_waterfall');
|
|
87
|
-
},
|
|
88
|
-
|
|
138
|
+
}, {
|
|
139
|
+
synonyms: ['waterfall chart', 'cascade', 'steps', 'bridge', 'cumulative', 'breakdown']
|
|
140
|
+
}),
|
|
141
|
+
appSearchApp: withMetadata(function () {
|
|
89
142
|
return import('./assets/app_app_search');
|
|
90
|
-
},
|
|
143
|
+
}, {
|
|
144
|
+
category: 'app'
|
|
145
|
+
}),
|
|
91
146
|
apps: function apps() {
|
|
92
147
|
return import('./assets/apps');
|
|
93
148
|
},
|
|
@@ -95,87 +150,123 @@ export var typeToPathMap = {
|
|
|
95
150
|
return import('./assets/chevron_single_down');
|
|
96
151
|
},
|
|
97
152
|
// NOTE: To be deprecated in favor of chevronSingleDown
|
|
98
|
-
chevronSingleDown: function
|
|
153
|
+
chevronSingleDown: withMetadata(function () {
|
|
99
154
|
return import('./assets/chevron_single_down');
|
|
100
|
-
},
|
|
155
|
+
}, {
|
|
156
|
+
synonyms: ['chevron', 'down', 'dropdown', 'expand', 'arrow', 'caret']
|
|
157
|
+
}),
|
|
101
158
|
arrowLeft: function arrowLeft() {
|
|
102
159
|
return import('./assets/chevron_single_left');
|
|
103
160
|
},
|
|
104
161
|
// NOTE: To be deprecated in favor of chevronSingleLeft
|
|
105
|
-
chevronSingleLeft: function
|
|
162
|
+
chevronSingleLeft: withMetadata(function () {
|
|
106
163
|
return import('./assets/chevron_single_left');
|
|
107
|
-
},
|
|
164
|
+
}, {
|
|
165
|
+
synonyms: ['chevron', 'left', 'back', 'previous', 'arrow', 'caret']
|
|
166
|
+
}),
|
|
108
167
|
arrowRight: function arrowRight() {
|
|
109
168
|
return import('./assets/chevron_single_right');
|
|
110
169
|
},
|
|
111
|
-
// NOTE: To be deprecated in favor of
|
|
112
|
-
chevronSingleRight: function
|
|
170
|
+
// NOTE: To be deprecated in favor of chevronSingleRight
|
|
171
|
+
chevronSingleRight: withMetadata(function () {
|
|
113
172
|
return import('./assets/chevron_single_right');
|
|
114
|
-
},
|
|
173
|
+
}, {
|
|
174
|
+
synonyms: ['chevron', 'right', 'next', 'forward', 'arrow', 'caret']
|
|
175
|
+
}),
|
|
115
176
|
arrowUp: function arrowUp() {
|
|
116
177
|
return import('./assets/chevron_single_up');
|
|
117
178
|
},
|
|
118
179
|
// NOTE: To be deprecated in favor of chevronSingleUp
|
|
119
|
-
chevronSingleUp: function
|
|
180
|
+
chevronSingleUp: withMetadata(function () {
|
|
120
181
|
return import('./assets/chevron_single_up');
|
|
121
|
-
},
|
|
182
|
+
}, {
|
|
183
|
+
synonyms: ['chevron', 'up', 'collapse', 'arrow', 'caret']
|
|
184
|
+
}),
|
|
122
185
|
arrowStart: function arrowStart() {
|
|
123
186
|
return import('./assets/chevron_limit_left');
|
|
124
187
|
},
|
|
125
188
|
// NOTE: To be deprecated in favor of chevronLimitLeft
|
|
126
|
-
chevronLimitLeft: function
|
|
189
|
+
chevronLimitLeft: withMetadata(function () {
|
|
127
190
|
return import('./assets/chevron_limit_left');
|
|
128
|
-
},
|
|
191
|
+
}, {
|
|
192
|
+
synonyms: ['chevron', 'limit', 'first', 'start', 'beginning', 'jump', 'skip']
|
|
193
|
+
}),
|
|
129
194
|
arrowEnd: function arrowEnd() {
|
|
130
195
|
return import('./assets/chevron_limit_right');
|
|
131
196
|
},
|
|
132
197
|
// NOTE: To be deprecated in favor of chevronLimitRight
|
|
133
|
-
chevronLimitRight: function
|
|
198
|
+
chevronLimitRight: withMetadata(function () {
|
|
134
199
|
return import('./assets/chevron_limit_right');
|
|
135
|
-
},
|
|
200
|
+
}, {
|
|
201
|
+
synonyms: ['chevron', 'limit', 'last', 'end', 'final', 'jump', 'skip']
|
|
202
|
+
}),
|
|
136
203
|
article: function article() {
|
|
137
204
|
return import('./assets/article');
|
|
138
205
|
},
|
|
139
|
-
asterisk: function
|
|
206
|
+
asterisk: withMetadata(function () {
|
|
140
207
|
return import('./assets/asterisk');
|
|
141
|
-
},
|
|
142
|
-
|
|
208
|
+
}, {
|
|
209
|
+
synonyms: ['star', 'wildcard', 'required', 'multiply', 'reference', 'footnote']
|
|
210
|
+
}),
|
|
211
|
+
at: withMetadata(function () {
|
|
143
212
|
return import('./assets/at');
|
|
144
|
-
},
|
|
145
|
-
|
|
213
|
+
}, {
|
|
214
|
+
synonyms: ['email', 'mention', 'address', 'symbol', 'contact', 'handle']
|
|
215
|
+
}),
|
|
216
|
+
archive: withMetadata(function () {
|
|
146
217
|
return import('./assets/archive');
|
|
147
|
-
},
|
|
148
|
-
|
|
218
|
+
}, {
|
|
219
|
+
synonyms: ['storage', 'box', 'store', 'backup', 'file away', 'saved', 'repository']
|
|
220
|
+
}),
|
|
221
|
+
axisX: withMetadata(function () {
|
|
149
222
|
return import('./assets/axis_x');
|
|
150
|
-
},
|
|
151
|
-
|
|
223
|
+
}, {
|
|
224
|
+
synonyms: ['x axis', 'horizontal axis', 'chart', 'graph', 'dimension', 'abscissa']
|
|
225
|
+
}),
|
|
226
|
+
axisYLeft: withMetadata(function () {
|
|
152
227
|
return import('./assets/axis_y_left');
|
|
153
|
-
},
|
|
154
|
-
|
|
228
|
+
}, {
|
|
229
|
+
synonyms: ['y axis', 'left', 'vertical axis', 'chart', 'graph', 'ordinate']
|
|
230
|
+
}),
|
|
231
|
+
axisYRight: withMetadata(function () {
|
|
155
232
|
return import('./assets/axis_y_right');
|
|
156
|
-
},
|
|
157
|
-
|
|
233
|
+
}, {
|
|
234
|
+
synonyms: ['y axis', 'right', 'vertical axis', 'chart', 'graph', 'ordinate']
|
|
235
|
+
}),
|
|
236
|
+
auditbeatApp: withMetadata(function () {
|
|
158
237
|
return import('./assets/app_auditbeat');
|
|
159
|
-
},
|
|
160
|
-
|
|
238
|
+
}, {
|
|
239
|
+
category: 'app'
|
|
240
|
+
}),
|
|
241
|
+
backgroundTask: withMetadata(function () {
|
|
161
242
|
return import('./assets/background_task');
|
|
162
|
-
},
|
|
243
|
+
}, {
|
|
244
|
+
synonyms: ['background', 'async', 'job', 'task', 'process', 'worker', 'queue']
|
|
245
|
+
}),
|
|
163
246
|
beaker: function beaker() {
|
|
164
247
|
return import('./assets/flask');
|
|
165
248
|
},
|
|
166
249
|
// NOTE: To be deprecated in favor of `flask`
|
|
167
|
-
bell: function
|
|
250
|
+
bell: withMetadata(function () {
|
|
168
251
|
return import('./assets/bell');
|
|
169
|
-
},
|
|
170
|
-
|
|
252
|
+
}, {
|
|
253
|
+
synonyms: ['notification', 'alert', 'alarm', 'notify', 'ring', 'reminder', 'announcements']
|
|
254
|
+
}),
|
|
255
|
+
bellSlash: withMetadata(function () {
|
|
171
256
|
return import('./assets/bell_slash');
|
|
172
|
-
},
|
|
173
|
-
|
|
257
|
+
}, {
|
|
258
|
+
synonyms: ['mute', 'notification off', 'silence', 'bell disabled', 'alerts off', 'quiet']
|
|
259
|
+
}),
|
|
260
|
+
beta: withMetadata(function () {
|
|
174
261
|
return import('./assets/beta');
|
|
175
|
-
},
|
|
176
|
-
|
|
262
|
+
}, {
|
|
263
|
+
synonyms: ['greek', 'test', 'experimental', 'preview', 'version', 'letter']
|
|
264
|
+
}),
|
|
265
|
+
bolt: withMetadata(function () {
|
|
177
266
|
return import('./assets/bolt');
|
|
178
|
-
},
|
|
267
|
+
}, {
|
|
268
|
+
synonyms: ['lightning', 'fast', 'power', 'electric', 'speed', 'energy']
|
|
269
|
+
}),
|
|
179
270
|
boxesHorizontal: function boxesHorizontal() {
|
|
180
271
|
return import('./assets/boxes_vertical');
|
|
181
272
|
},
|
|
@@ -183,123 +274,191 @@ export var typeToPathMap = {
|
|
|
183
274
|
boxesVertical: function boxesVertical() {
|
|
184
275
|
return import('./assets/boxes_vertical');
|
|
185
276
|
},
|
|
186
|
-
branch: function
|
|
277
|
+
branch: withMetadata(function () {
|
|
187
278
|
return import('./assets/branch');
|
|
188
|
-
},
|
|
189
|
-
|
|
279
|
+
}, {
|
|
280
|
+
synonyms: ['git', 'version control', 'fork', 'tree', 'split', 'divergence']
|
|
281
|
+
}),
|
|
282
|
+
briefcase: withMetadata(function () {
|
|
190
283
|
return import('./assets/briefcase');
|
|
191
|
-
},
|
|
284
|
+
}, {
|
|
285
|
+
synonyms: ['work', 'business', 'job', 'portfolio', 'office', 'career']
|
|
286
|
+
}),
|
|
192
287
|
branchUser: function branchUser() {
|
|
193
288
|
return import('./assets/branch_user');
|
|
194
289
|
},
|
|
195
|
-
broom: function
|
|
290
|
+
broom: withMetadata(function () {
|
|
196
291
|
return import('./assets/broom');
|
|
197
|
-
},
|
|
198
|
-
|
|
292
|
+
}, {
|
|
293
|
+
synonyms: ['clean', 'sweep', 'clear', 'tidy', 'wipe', 'brush off']
|
|
294
|
+
}),
|
|
295
|
+
brush: withMetadata(function () {
|
|
199
296
|
return import('./assets/brush');
|
|
200
|
-
},
|
|
201
|
-
|
|
297
|
+
}, {
|
|
298
|
+
synonyms: ['paint', 'draw', 'art', 'design', 'stroke', 'brush tool']
|
|
299
|
+
}),
|
|
300
|
+
bug: withMetadata(function () {
|
|
202
301
|
return import('./assets/bug');
|
|
203
|
-
},
|
|
204
|
-
|
|
302
|
+
}, {
|
|
303
|
+
synonyms: ['insect', 'defect', 'issue', 'error', 'debug', 'glitch']
|
|
304
|
+
}),
|
|
305
|
+
bulb: withMetadata(function () {
|
|
205
306
|
return import('./assets/bulb');
|
|
206
|
-
},
|
|
207
|
-
|
|
307
|
+
}, {
|
|
308
|
+
synonyms: ['light', 'idea', 'lamp', 'insight', 'bright', 'hint']
|
|
309
|
+
}),
|
|
310
|
+
bullseye: withMetadata(function () {
|
|
208
311
|
return import('./assets/bullseye');
|
|
209
|
-
},
|
|
210
|
-
|
|
312
|
+
}, {
|
|
313
|
+
synonyms: ['findings', 'target', 'aim', 'goal', 'focus', 'dartboard', 'precision', 'center']
|
|
314
|
+
}),
|
|
315
|
+
calendar: withMetadata(function () {
|
|
211
316
|
return import('./assets/calendar');
|
|
212
|
-
},
|
|
213
|
-
|
|
317
|
+
}, {
|
|
318
|
+
synonyms: ['date', 'schedule', 'event', 'day', 'month', 'time']
|
|
319
|
+
}),
|
|
320
|
+
canvasApp: withMetadata(function () {
|
|
214
321
|
return import('./assets/app_canvas');
|
|
215
|
-
},
|
|
216
|
-
|
|
322
|
+
}, {
|
|
323
|
+
category: 'app'
|
|
324
|
+
}),
|
|
325
|
+
casesApp: withMetadata(function () {
|
|
217
326
|
return import('./assets/app_cases');
|
|
218
|
-
},
|
|
327
|
+
}, {
|
|
328
|
+
category: 'app'
|
|
329
|
+
}),
|
|
219
330
|
changePointDetection: function changePointDetection() {
|
|
220
331
|
return import('./assets/chart_change_point');
|
|
221
332
|
},
|
|
222
333
|
// NOTE: To be deprecated in favor of chartChangePoint
|
|
223
|
-
chartChangePoint: function
|
|
334
|
+
chartChangePoint: withMetadata(function () {
|
|
224
335
|
return import('./assets/chart_change_point');
|
|
225
|
-
},
|
|
226
|
-
|
|
336
|
+
}, {
|
|
337
|
+
synonyms: ['change point', 'chart', 'breakpoint', 'shift', 'detection', 'regime']
|
|
338
|
+
}),
|
|
339
|
+
chartArea: withMetadata(function () {
|
|
227
340
|
return import('./assets/chart_area');
|
|
228
|
-
},
|
|
229
|
-
|
|
341
|
+
}, {
|
|
342
|
+
synonyms: ['area chart', 'graph', 'visualization', 'filled', 'trend', 'plot']
|
|
343
|
+
}),
|
|
344
|
+
chartAreaStack: withMetadata(function () {
|
|
230
345
|
return import('./assets/chart_area_stack');
|
|
231
|
-
},
|
|
232
|
-
|
|
346
|
+
}, {
|
|
347
|
+
synonyms: ['stacked area', 'chart', 'graph', 'layers', 'visualization', 'plot']
|
|
348
|
+
}),
|
|
349
|
+
chartBarHorizontal: withMetadata(function () {
|
|
233
350
|
return import('./assets/chart_bar_horizontal');
|
|
234
|
-
},
|
|
235
|
-
|
|
351
|
+
}, {
|
|
352
|
+
synonyms: ['bar chart', 'horizontal', 'graph', 'bars', 'visualization', 'plot']
|
|
353
|
+
}),
|
|
354
|
+
chartBarHorizontalStack: withMetadata(function () {
|
|
236
355
|
return import('./assets/chart_bar_horizontal_stack');
|
|
237
|
-
},
|
|
238
|
-
|
|
356
|
+
}, {
|
|
357
|
+
synonyms: ['stacked bar', 'horizontal', 'chart', 'graph', 'grouped', 'plot']
|
|
358
|
+
}),
|
|
359
|
+
chartBarVertical: withMetadata(function () {
|
|
239
360
|
return import('./assets/chart_bar_vertical');
|
|
240
|
-
},
|
|
241
|
-
|
|
361
|
+
}, {
|
|
362
|
+
synonyms: ['bar chart', 'vertical', 'graph', 'columns', 'visualization', 'plot']
|
|
363
|
+
}),
|
|
364
|
+
chartBarVerticalStack: withMetadata(function () {
|
|
242
365
|
return import('./assets/chart_bar_vertical_stack');
|
|
243
|
-
},
|
|
244
|
-
|
|
366
|
+
}, {
|
|
367
|
+
synonyms: ['stacked bar', 'vertical', 'chart', 'graph', 'grouped', 'plot']
|
|
368
|
+
}),
|
|
369
|
+
chartGauge: withMetadata(function () {
|
|
245
370
|
return import('./assets/chart_gauge');
|
|
246
|
-
},
|
|
247
|
-
|
|
371
|
+
}, {
|
|
372
|
+
synonyms: ['gauge', 'meter', 'dial', 'chart', 'metric', 'speedometer']
|
|
373
|
+
}),
|
|
374
|
+
chartHeatmap: withMetadata(function () {
|
|
248
375
|
return import('./assets/chart_heatmap');
|
|
249
|
-
},
|
|
250
|
-
|
|
376
|
+
}, {
|
|
377
|
+
synonyms: ['heatmap', 'matrix', 'density', 'chart', 'grid', 'correlation']
|
|
378
|
+
}),
|
|
379
|
+
chartLine: withMetadata(function () {
|
|
251
380
|
return import('./assets/chart_line');
|
|
252
|
-
},
|
|
253
|
-
|
|
381
|
+
}, {
|
|
382
|
+
synonyms: ['line chart', 'graph', 'trend', 'visualization', 'plot', 'time series']
|
|
383
|
+
}),
|
|
384
|
+
chartPie: withMetadata(function () {
|
|
254
385
|
return import('./assets/chart_pie');
|
|
255
|
-
},
|
|
256
|
-
|
|
386
|
+
}, {
|
|
387
|
+
synonyms: ['pie chart', 'donut', 'proportion', 'circle', 'segments', 'share']
|
|
388
|
+
}),
|
|
389
|
+
chartTagCloud: withMetadata(function () {
|
|
257
390
|
return import('./assets/chart_tag_cloud');
|
|
258
|
-
},
|
|
259
|
-
|
|
391
|
+
}, {
|
|
392
|
+
synonyms: ['tag cloud', 'word cloud', 'text', 'chart', 'keywords', 'frequency']
|
|
393
|
+
}),
|
|
394
|
+
chartThreshold: withMetadata(function () {
|
|
260
395
|
return import('./assets/chart_threshold');
|
|
261
|
-
},
|
|
262
|
-
|
|
396
|
+
}, {
|
|
397
|
+
synonyms: ['threshold', 'limit', 'chart', 'boundary', 'alert line', 'cutoff']
|
|
398
|
+
}),
|
|
399
|
+
check: withMetadata(function () {
|
|
263
400
|
return import('./assets/check');
|
|
264
|
-
},
|
|
265
|
-
|
|
401
|
+
}, {
|
|
402
|
+
synonyms: ['tick', 'confirm', 'done', 'yes', 'approve', 'mark']
|
|
403
|
+
}),
|
|
404
|
+
checkCircle: withMetadata(function () {
|
|
266
405
|
return import('./assets/check_circle');
|
|
267
|
-
},
|
|
406
|
+
}, {
|
|
407
|
+
synonyms: ['check', 'circle', 'success', 'confirm', 'complete', 'ok']
|
|
408
|
+
}),
|
|
268
409
|
checkInCircleFilled: function checkInCircleFilled() {
|
|
269
410
|
return import('./assets/check_circle_fill');
|
|
270
411
|
},
|
|
271
412
|
// NOTE: To be deprecated in favor of checkCircleFill
|
|
272
|
-
checkCircleFill: function
|
|
413
|
+
checkCircleFill: withMetadata(function () {
|
|
273
414
|
return import('./assets/check_circle_fill');
|
|
274
|
-
},
|
|
415
|
+
}, {
|
|
416
|
+
synonyms: ['check', 'filled', 'success', 'confirm', 'complete', 'ok']
|
|
417
|
+
}),
|
|
275
418
|
cheer: function cheer() {
|
|
276
419
|
return import('./assets/popper');
|
|
277
420
|
},
|
|
278
421
|
// NOTE: To be deprecated in favor of popper
|
|
279
|
-
popper: function
|
|
422
|
+
popper: withMetadata(function () {
|
|
280
423
|
return import('./assets/popper');
|
|
281
|
-
},
|
|
282
|
-
|
|
424
|
+
}, {
|
|
425
|
+
synonyms: ['popper', 'tooltip', 'overlay', 'popup', 'floating']
|
|
426
|
+
}),
|
|
427
|
+
classificationJob: withMetadata(function () {
|
|
283
428
|
return import('./assets/ml_classification_job');
|
|
284
|
-
},
|
|
285
|
-
|
|
429
|
+
}, {
|
|
430
|
+
category: 'ml'
|
|
431
|
+
}),
|
|
432
|
+
clickLeft: withMetadata(function () {
|
|
286
433
|
return import('./assets/click_left');
|
|
287
|
-
},
|
|
288
|
-
|
|
434
|
+
}, {
|
|
435
|
+
synonyms: ['click', 'left', 'mouse', 'pointer', 'button', 'tap']
|
|
436
|
+
}),
|
|
437
|
+
clickRight: withMetadata(function () {
|
|
289
438
|
return import('./assets/click_right');
|
|
290
|
-
},
|
|
291
|
-
|
|
439
|
+
}, {
|
|
440
|
+
synonyms: ['click', 'right', 'mouse', 'context', 'button', 'tap']
|
|
441
|
+
}),
|
|
442
|
+
clock: withMetadata(function () {
|
|
292
443
|
return import('./assets/clock');
|
|
293
|
-
},
|
|
294
|
-
|
|
444
|
+
}, {
|
|
445
|
+
synonyms: ['clock']
|
|
446
|
+
}),
|
|
447
|
+
clockCounter: withMetadata(function () {
|
|
295
448
|
return import('./assets/clock_counter');
|
|
296
|
-
},
|
|
297
|
-
|
|
449
|
+
}, {
|
|
450
|
+
synonyms: ['clock', 'counter', 'countdown', 'timer', 'time', 'elapsed']
|
|
451
|
+
}),
|
|
452
|
+
clockControl: withMetadata(function () {
|
|
298
453
|
return import('./assets/clock_control');
|
|
299
|
-
},
|
|
300
|
-
|
|
454
|
+
}, {
|
|
455
|
+
synonyms: ['clock', 'control', 'time', 'schedule', 'timer', 'settings']
|
|
456
|
+
}),
|
|
457
|
+
cloud: withMetadata(function () {
|
|
301
458
|
return import('./assets/cloud');
|
|
302
|
-
},
|
|
459
|
+
}, {
|
|
460
|
+
synonyms: ['cloud', 'online', 'hosting', 'saas', 'remote']
|
|
461
|
+
}),
|
|
303
462
|
cloudDrizzle: function cloudDrizzle() {
|
|
304
463
|
return import('./assets/cloud_drizzle');
|
|
305
464
|
},
|
|
@@ -309,45 +468,63 @@ export var typeToPathMap = {
|
|
|
309
468
|
cloudSunny: function cloudSunny() {
|
|
310
469
|
return import('./assets/cloud_sunny');
|
|
311
470
|
},
|
|
312
|
-
cluster: function
|
|
471
|
+
cluster: withMetadata(function () {
|
|
313
472
|
return import('./assets/cluster');
|
|
314
|
-
},
|
|
315
|
-
|
|
473
|
+
}, {
|
|
474
|
+
synonyms: ['cluster', 'nodes', 'group', 'collection', 'distributed']
|
|
475
|
+
}),
|
|
476
|
+
code: withMetadata(function () {
|
|
316
477
|
return import('./assets/code');
|
|
317
|
-
},
|
|
318
|
-
|
|
478
|
+
}, {
|
|
479
|
+
synonyms: ['code', 'developer', 'programming', 'script', 'source']
|
|
480
|
+
}),
|
|
481
|
+
codeApp: withMetadata(function () {
|
|
319
482
|
return import('./assets/app_code');
|
|
320
|
-
},
|
|
483
|
+
}, {
|
|
484
|
+
category: 'app'
|
|
485
|
+
}),
|
|
321
486
|
color: function color() {
|
|
322
487
|
return import('./assets/paint_bucket');
|
|
323
488
|
},
|
|
324
489
|
// NOTE: To be deprecated in favor of paintBucket
|
|
325
|
-
paintBucket: function
|
|
490
|
+
paintBucket: withMetadata(function () {
|
|
326
491
|
return import('./assets/paint_bucket');
|
|
327
|
-
},
|
|
328
|
-
|
|
492
|
+
}, {
|
|
493
|
+
synonyms: ['paint', 'fill', 'bucket', 'color', 'flood fill']
|
|
494
|
+
}),
|
|
495
|
+
commandLine: withMetadata(function () {
|
|
329
496
|
return import('./assets/command_line');
|
|
330
|
-
},
|
|
331
|
-
|
|
497
|
+
}, {
|
|
498
|
+
synonyms: ['terminal', 'cli', 'console', 'shell', 'command', 'prompt']
|
|
499
|
+
}),
|
|
500
|
+
comment: withMetadata(function () {
|
|
332
501
|
return import('./assets/comment');
|
|
333
|
-
},
|
|
334
|
-
|
|
502
|
+
}, {
|
|
503
|
+
synonyms: ['comment', 'chat', 'message', 'feedback', 'discussion']
|
|
504
|
+
}),
|
|
505
|
+
compare: withMetadata(function () {
|
|
335
506
|
return import('./assets/compare');
|
|
336
|
-
},
|
|
507
|
+
}, {
|
|
508
|
+
synonyms: ['compare', 'diff', 'versus', 'side by side']
|
|
509
|
+
}),
|
|
337
510
|
compute: function compute() {
|
|
338
511
|
return import('./assets/processor');
|
|
339
512
|
},
|
|
340
513
|
// NOTE: To be deprecated in favor of processor
|
|
341
|
-
processor: function
|
|
514
|
+
processor: withMetadata(function () {
|
|
342
515
|
return import('./assets/processor');
|
|
343
|
-
},
|
|
516
|
+
}, {
|
|
517
|
+
synonyms: ['processor', 'compute', 'cpu', 'transform', 'ingest']
|
|
518
|
+
}),
|
|
344
519
|
console: function console() {
|
|
345
520
|
return import('./assets/command_line');
|
|
346
521
|
},
|
|
347
522
|
// NOTE: To be deprecated in favor of commandLine
|
|
348
|
-
consoleApp: function
|
|
523
|
+
consoleApp: withMetadata(function () {
|
|
349
524
|
return import('./assets/app_console');
|
|
350
|
-
},
|
|
525
|
+
}, {
|
|
526
|
+
category: 'app'
|
|
527
|
+
}),
|
|
351
528
|
container: function container() {
|
|
352
529
|
return import('./assets/container');
|
|
353
530
|
},
|
|
@@ -363,19 +540,25 @@ export var typeToPathMap = {
|
|
|
363
540
|
continuityWithin: function continuityWithin() {
|
|
364
541
|
return import('./assets/continuity_within');
|
|
365
542
|
},
|
|
366
|
-
contrast: function
|
|
543
|
+
contrast: withMetadata(function () {
|
|
367
544
|
return import('./assets/contrast');
|
|
368
|
-
},
|
|
545
|
+
}, {
|
|
546
|
+
synonyms: ['contrast', 'accessibility', 'visibility', 'a11y']
|
|
547
|
+
}),
|
|
369
548
|
contrastHigh: function contrastHigh() {
|
|
370
549
|
return import('./assets/contrast_fill');
|
|
371
550
|
},
|
|
372
551
|
// NOTE: To be deprecated in favor of contrastFill
|
|
373
|
-
contrastFill: function
|
|
552
|
+
contrastFill: withMetadata(function () {
|
|
374
553
|
return import('./assets/contrast_fill');
|
|
375
|
-
},
|
|
376
|
-
|
|
554
|
+
}, {
|
|
555
|
+
synonyms: ['contrast', 'filled', 'accessibility', 'visibility', 'a11y', 'display']
|
|
556
|
+
}),
|
|
557
|
+
controls: withMetadata(function () {
|
|
377
558
|
return import('./assets/controls');
|
|
378
|
-
},
|
|
559
|
+
}, {
|
|
560
|
+
synonyms: ['controls', 'sliders', 'settings', 'adjust', 'panel']
|
|
561
|
+
}),
|
|
379
562
|
controlsHorizontal: function controlsHorizontal() {
|
|
380
563
|
return import('./assets/controls');
|
|
381
564
|
},
|
|
@@ -384,50 +567,74 @@ export var typeToPathMap = {
|
|
|
384
567
|
return import('./assets/controls');
|
|
385
568
|
},
|
|
386
569
|
// NOTE: To be deprecated in favor of `controls`
|
|
387
|
-
copy: function
|
|
570
|
+
copy: withMetadata(function () {
|
|
388
571
|
return import('./assets/copy');
|
|
389
|
-
},
|
|
572
|
+
}, {
|
|
573
|
+
synonyms: ['duplicate', 'clone', 'clipboard', 'replicate', 'paste']
|
|
574
|
+
}),
|
|
390
575
|
copyClipboard: function copyClipboard() {
|
|
391
576
|
return import('./assets/copy');
|
|
392
577
|
},
|
|
393
578
|
// NOTE: To be deprecated in favor of `copy`
|
|
394
|
-
crossProjectSearch: function
|
|
579
|
+
crossProjectSearch: withMetadata(function () {
|
|
395
580
|
return import('./assets/cross_project_search');
|
|
396
|
-
},
|
|
397
|
-
|
|
581
|
+
}, {
|
|
582
|
+
synonyms: ['search', 'cross project', 'global', 'find', 'lookup', 'explore']
|
|
583
|
+
}),
|
|
584
|
+
createAdvancedJob: withMetadata(function () {
|
|
398
585
|
return import('./assets/ml_create_advanced_job');
|
|
399
|
-
},
|
|
400
|
-
|
|
586
|
+
}, {
|
|
587
|
+
category: 'ml'
|
|
588
|
+
}),
|
|
589
|
+
createGenericJob: withMetadata(function () {
|
|
401
590
|
return import('./assets/ml_create_generic_job');
|
|
402
|
-
},
|
|
403
|
-
|
|
591
|
+
}, {
|
|
592
|
+
category: 'ml'
|
|
593
|
+
}),
|
|
594
|
+
createGeoJob: withMetadata(function () {
|
|
404
595
|
return import('./assets/ml_create_geo_job');
|
|
405
|
-
},
|
|
406
|
-
|
|
596
|
+
}, {
|
|
597
|
+
category: 'ml'
|
|
598
|
+
}),
|
|
599
|
+
createMultiMetricJob: withMetadata(function () {
|
|
407
600
|
return import('./assets/ml_create_multi_metric_job');
|
|
408
|
-
},
|
|
409
|
-
|
|
601
|
+
}, {
|
|
602
|
+
category: 'ml'
|
|
603
|
+
}),
|
|
604
|
+
createPopulationJob: withMetadata(function () {
|
|
410
605
|
return import('./assets/ml_create_population_job');
|
|
411
|
-
},
|
|
412
|
-
|
|
606
|
+
}, {
|
|
607
|
+
category: 'ml'
|
|
608
|
+
}),
|
|
609
|
+
createSingleMetricJob: withMetadata(function () {
|
|
413
610
|
return import('./assets/ml_create_single_metric_job');
|
|
414
|
-
},
|
|
415
|
-
|
|
611
|
+
}, {
|
|
612
|
+
category: 'ml'
|
|
613
|
+
}),
|
|
614
|
+
cross: withMetadata(function () {
|
|
416
615
|
return import('./assets/cross');
|
|
417
|
-
},
|
|
418
|
-
|
|
616
|
+
}, {
|
|
617
|
+
synonyms: ['cross', 'close', 'cancel', 'delete']
|
|
618
|
+
}),
|
|
619
|
+
crossClusterReplicationApp: withMetadata(function () {
|
|
419
620
|
return import('./assets/app_cross_cluster_replication');
|
|
420
|
-
},
|
|
621
|
+
}, {
|
|
622
|
+
category: 'app'
|
|
623
|
+
}),
|
|
421
624
|
crossInCircle: function crossInCircle() {
|
|
422
625
|
return import('./assets/cross_circle');
|
|
423
626
|
},
|
|
424
627
|
// NOTE: To be deprecated in favor of crossCircle
|
|
425
|
-
crossCircle: function
|
|
628
|
+
crossCircle: withMetadata(function () {
|
|
426
629
|
return import('./assets/cross_circle');
|
|
427
|
-
},
|
|
428
|
-
|
|
630
|
+
}, {
|
|
631
|
+
synonyms: ['cross circle', 'cross', 'close', 'cancel', 'delete', 'circle']
|
|
632
|
+
}),
|
|
633
|
+
crosshair: withMetadata(function () {
|
|
429
634
|
return import('./assets/crosshair');
|
|
430
|
-
},
|
|
635
|
+
}, {
|
|
636
|
+
synonyms: ['crosshair']
|
|
637
|
+
}),
|
|
431
638
|
crosshairs: function crosshairs() {
|
|
432
639
|
return import('./assets/crosshair');
|
|
433
640
|
},
|
|
@@ -436,83 +643,121 @@ export var typeToPathMap = {
|
|
|
436
643
|
return import('./assets/money');
|
|
437
644
|
},
|
|
438
645
|
// NOTE: To be deprecated in favor of money
|
|
439
|
-
money: function
|
|
646
|
+
money: withMetadata(function () {
|
|
440
647
|
return import('./assets/money');
|
|
441
|
-
},
|
|
648
|
+
}, {
|
|
649
|
+
synonyms: ['money', 'payment', 'billing', 'cost', 'finance']
|
|
650
|
+
}),
|
|
442
651
|
cut: function cut() {
|
|
443
652
|
return import('./assets/scissors');
|
|
444
653
|
},
|
|
445
654
|
// NOTE: To be deprecated in favor of scissors
|
|
446
|
-
scissors: function
|
|
655
|
+
scissors: withMetadata(function () {
|
|
447
656
|
return import('./assets/scissors');
|
|
448
|
-
},
|
|
449
|
-
|
|
657
|
+
}, {
|
|
658
|
+
synonyms: ['scissors']
|
|
659
|
+
}),
|
|
660
|
+
dashboardApp: withMetadata(function () {
|
|
450
661
|
return import('./assets/app_dashboard');
|
|
451
|
-
},
|
|
452
|
-
|
|
662
|
+
}, {
|
|
663
|
+
category: 'app'
|
|
664
|
+
}),
|
|
665
|
+
dashedCircle: withMetadata(function () {
|
|
453
666
|
return import('./assets/dashed_circle');
|
|
454
|
-
},
|
|
455
|
-
|
|
667
|
+
}, {
|
|
668
|
+
synonyms: ['dashed', 'circle', 'pending', 'incomplete', 'outline', 'status']
|
|
669
|
+
}),
|
|
670
|
+
dataVisualizer: withMetadata(function () {
|
|
456
671
|
return import('./assets/ml_data_visualizer');
|
|
457
|
-
},
|
|
458
|
-
|
|
672
|
+
}, {
|
|
673
|
+
category: 'ml'
|
|
674
|
+
}),
|
|
675
|
+
database: withMetadata(function () {
|
|
459
676
|
return import('./assets/database');
|
|
460
|
-
},
|
|
677
|
+
}, {
|
|
678
|
+
synonyms: ['database', 'data', 'storage', 'sql', 'records']
|
|
679
|
+
}),
|
|
461
680
|
desktop: function desktop() {
|
|
462
681
|
return import('./assets/display');
|
|
463
682
|
},
|
|
464
683
|
// NOTE: To be deprecated in favor of display
|
|
465
|
-
display: function
|
|
684
|
+
display: withMetadata(function () {
|
|
466
685
|
return import('./assets/display');
|
|
467
|
-
},
|
|
468
|
-
|
|
686
|
+
}, {
|
|
687
|
+
synonyms: ['display']
|
|
688
|
+
}),
|
|
689
|
+
devToolsApp: withMetadata(function () {
|
|
469
690
|
return import('./assets/app_devtools');
|
|
470
|
-
},
|
|
691
|
+
}, {
|
|
692
|
+
category: 'app'
|
|
693
|
+
}),
|
|
471
694
|
diff: function diff() {
|
|
472
695
|
return import('./assets/compare');
|
|
473
696
|
},
|
|
474
697
|
// NOTE: To be deprecated in favor of compare
|
|
475
|
-
discoverApp: function
|
|
698
|
+
discoverApp: withMetadata(function () {
|
|
476
699
|
return import('./assets/app_discover');
|
|
477
|
-
},
|
|
478
|
-
|
|
700
|
+
}, {
|
|
701
|
+
category: 'app'
|
|
702
|
+
}),
|
|
703
|
+
distributeHorizontal: withMetadata(function () {
|
|
479
704
|
return import('./assets/distribute_horizontal');
|
|
480
|
-
},
|
|
481
|
-
|
|
705
|
+
}, {
|
|
706
|
+
synonyms: ['distribute horizontal', 'distribute', 'horizontal']
|
|
707
|
+
}),
|
|
708
|
+
distributeVertical: withMetadata(function () {
|
|
482
709
|
return import('./assets/distribute_vertical');
|
|
483
|
-
},
|
|
484
|
-
|
|
710
|
+
}, {
|
|
711
|
+
synonyms: ['distribute vertical', 'distribute', 'vertical']
|
|
712
|
+
}),
|
|
713
|
+
download: withMetadata(function () {
|
|
485
714
|
return import('./assets/download');
|
|
486
|
-
},
|
|
487
|
-
|
|
715
|
+
}, {
|
|
716
|
+
synonyms: ['save', 'export', 'retrieve', 'get file', 'arrow down', 'pull']
|
|
717
|
+
}),
|
|
718
|
+
drag: withMetadata(function () {
|
|
488
719
|
return import('./assets/drag');
|
|
489
|
-
},
|
|
490
|
-
|
|
720
|
+
}, {
|
|
721
|
+
synonyms: ['drag', 'move', 'grab', 'reorder', 'handle']
|
|
722
|
+
}),
|
|
723
|
+
dragHorizontal: withMetadata(function () {
|
|
491
724
|
return import('./assets/drag_horizontal');
|
|
492
|
-
},
|
|
493
|
-
|
|
725
|
+
}, {
|
|
726
|
+
synonyms: ['drag horizontal', 'drag', 'move', 'grab', 'reorder', 'handle', 'horizontal']
|
|
727
|
+
}),
|
|
728
|
+
dragVertical: withMetadata(function () {
|
|
494
729
|
return import('./assets/drag_vertical');
|
|
495
|
-
},
|
|
730
|
+
}, {
|
|
731
|
+
synonyms: ['drag vertical', 'drag', 'move', 'grab', 'reorder', 'handle', 'vertical']
|
|
732
|
+
}),
|
|
496
733
|
discuss: function discuss() {
|
|
497
734
|
return import('./assets/comment');
|
|
498
735
|
},
|
|
499
736
|
// NOTE: To be deprecated in favor of `comment`
|
|
500
|
-
document: function
|
|
737
|
+
document: withMetadata(function () {
|
|
501
738
|
return import('./assets/document');
|
|
502
|
-
},
|
|
739
|
+
}, {
|
|
740
|
+
synonyms: ['document', 'file', 'page', 'paper', 'doc']
|
|
741
|
+
}),
|
|
503
742
|
documentEdit: function documentEdit() {
|
|
504
743
|
return import('./assets/document_edit');
|
|
505
744
|
},
|
|
506
745
|
// NOTE: To be deprecated in favor of pencil
|
|
507
|
-
documentation: function
|
|
746
|
+
documentation: withMetadata(function () {
|
|
508
747
|
return import('./assets/documentation');
|
|
509
|
-
},
|
|
510
|
-
|
|
748
|
+
}, {
|
|
749
|
+
synonyms: ['documentation', 'docs', 'help', 'guide', 'manual']
|
|
750
|
+
}),
|
|
751
|
+
documents: withMetadata(function () {
|
|
511
752
|
return import('./assets/documents');
|
|
512
|
-
},
|
|
513
|
-
|
|
753
|
+
}, {
|
|
754
|
+
synonyms: ['documents', 'files', 'pages', 'papers', 'library']
|
|
755
|
+
}),
|
|
756
|
+
dot: withMetadata(function () {
|
|
514
757
|
return import('./assets/dot');
|
|
515
|
-
},
|
|
758
|
+
}, {
|
|
759
|
+
synonyms: ['dot', 'point', 'bullet', 'period', 'circle']
|
|
760
|
+
}),
|
|
516
761
|
dotInCircle: function dotInCircle() {
|
|
517
762
|
return import('./assets/dot_in_circle');
|
|
518
763
|
},
|
|
@@ -520,54 +765,70 @@ export var typeToPathMap = {
|
|
|
520
765
|
return import('./assets/chevron_double_left');
|
|
521
766
|
},
|
|
522
767
|
// NOTE: To be deprecated in favor of chevronDoubleLeft
|
|
523
|
-
chevronDoubleLeft: function
|
|
768
|
+
chevronDoubleLeft: withMetadata(function () {
|
|
524
769
|
return import('./assets/chevron_double_left');
|
|
525
|
-
},
|
|
770
|
+
}, {
|
|
771
|
+
synonyms: ['chevron', 'double', 'left', 'rewind', 'back', 'previous']
|
|
772
|
+
}),
|
|
526
773
|
doubleArrowRight: function doubleArrowRight() {
|
|
527
774
|
return import('./assets/chevron_double_right');
|
|
528
775
|
},
|
|
529
776
|
// NOTE: To be deprecated in favor of chevronDoubleRight
|
|
530
|
-
chevronDoubleRight: function
|
|
777
|
+
chevronDoubleRight: withMetadata(function () {
|
|
531
778
|
return import('./assets/chevron_double_right');
|
|
532
|
-
},
|
|
533
|
-
|
|
779
|
+
}, {
|
|
780
|
+
synonyms: ['chevron', 'double', 'right', 'forward', 'skip', 'next']
|
|
781
|
+
}),
|
|
782
|
+
ellipsis: withMetadata(function () {
|
|
534
783
|
return import('./assets/ellipsis');
|
|
535
|
-
},
|
|
784
|
+
}, {
|
|
785
|
+
synonyms: ['ellipsis', 'more', 'menu', 'overflow', 'dots']
|
|
786
|
+
}),
|
|
536
787
|
editorAlignCenter: function editorAlignCenter() {
|
|
537
788
|
return import('./assets/text_align_center');
|
|
538
789
|
},
|
|
539
790
|
// NOTE: To be deprecated in favor of textAlignCenter
|
|
540
|
-
textAlignCenter: function
|
|
791
|
+
textAlignCenter: withMetadata(function () {
|
|
541
792
|
return import('./assets/text_align_center');
|
|
542
|
-
},
|
|
793
|
+
}, {
|
|
794
|
+
synonyms: ['text', 'align', 'center', 'middle', 'typography']
|
|
795
|
+
}),
|
|
543
796
|
editorAlignLeft: function editorAlignLeft() {
|
|
544
797
|
return import('./assets/text_align_left');
|
|
545
798
|
},
|
|
546
799
|
// NOTE: To be deprecated in favor of textAlignLeft
|
|
547
|
-
textAlignLeft: function
|
|
800
|
+
textAlignLeft: withMetadata(function () {
|
|
548
801
|
return import('./assets/text_align_left');
|
|
549
|
-
},
|
|
802
|
+
}, {
|
|
803
|
+
synonyms: ['text', 'align', 'left', 'typography', 'paragraph']
|
|
804
|
+
}),
|
|
550
805
|
editorAlignRight: function editorAlignRight() {
|
|
551
806
|
return import('./assets/text_align_right');
|
|
552
807
|
},
|
|
553
808
|
// NOTE: To be deprecated in favor of textAlignRight
|
|
554
|
-
textAlignRight: function
|
|
809
|
+
textAlignRight: withMetadata(function () {
|
|
555
810
|
return import('./assets/text_align_right');
|
|
556
|
-
},
|
|
811
|
+
}, {
|
|
812
|
+
synonyms: ['text', 'align', 'right', 'typography', 'paragraph']
|
|
813
|
+
}),
|
|
557
814
|
editorBold: function editorBold() {
|
|
558
815
|
return import('./assets/text_bold');
|
|
559
816
|
},
|
|
560
817
|
// NOTE: To be deprecated in favor of textBold
|
|
561
|
-
textBold: function
|
|
818
|
+
textBold: withMetadata(function () {
|
|
562
819
|
return import('./assets/text_bold');
|
|
563
|
-
},
|
|
820
|
+
}, {
|
|
821
|
+
synonyms: ['text bold', 'text', 'bold', 'typography', 'formatting']
|
|
822
|
+
}),
|
|
564
823
|
editorChecklist: function editorChecklist() {
|
|
565
824
|
return import('./assets/list_check');
|
|
566
825
|
},
|
|
567
826
|
// NOTE: To be deprecated in favor of listCheck
|
|
568
|
-
listCheck: function
|
|
827
|
+
listCheck: withMetadata(function () {
|
|
569
828
|
return import('./assets/list_check');
|
|
570
|
-
},
|
|
829
|
+
}, {
|
|
830
|
+
synonyms: ['list check', 'list', 'bullet', 'items', 'rows', 'check', 'tick', 'confirm']
|
|
831
|
+
}),
|
|
571
832
|
editorCodeBlock: function editorCodeBlock() {
|
|
572
833
|
return import('./assets/code');
|
|
573
834
|
},
|
|
@@ -588,16 +849,20 @@ export var typeToPathMap = {
|
|
|
588
849
|
return import('./assets/text_heading');
|
|
589
850
|
},
|
|
590
851
|
// NOTE: To be deprecated in favor of textHeading
|
|
591
|
-
textHeading: function
|
|
852
|
+
textHeading: withMetadata(function () {
|
|
592
853
|
return import('./assets/text_heading');
|
|
593
|
-
},
|
|
854
|
+
}, {
|
|
855
|
+
synonyms: ['text', 'heading', 'title', 'h1', 'typography', 'header']
|
|
856
|
+
}),
|
|
594
857
|
editorItalic: function editorItalic() {
|
|
595
858
|
return import('./assets/text_italic');
|
|
596
859
|
},
|
|
597
860
|
// NOTE: To be deprecated in favor of textItalic
|
|
598
|
-
textItalic: function
|
|
861
|
+
textItalic: withMetadata(function () {
|
|
599
862
|
return import('./assets/text_italic');
|
|
600
|
-
},
|
|
863
|
+
}, {
|
|
864
|
+
synonyms: ['text italic', 'text', 'italic', 'typography', 'formatting']
|
|
865
|
+
}),
|
|
601
866
|
editorItemAlignBottom: function editorItemAlignBottom() {
|
|
602
867
|
return import('./assets/editor_item_align_bottom');
|
|
603
868
|
},
|
|
@@ -630,9 +895,11 @@ export var typeToPathMap = {
|
|
|
630
895
|
return import('./assets/list_number');
|
|
631
896
|
},
|
|
632
897
|
// NOTE: To be deprecated in favor of listNumber
|
|
633
|
-
listNumber: function
|
|
898
|
+
listNumber: withMetadata(function () {
|
|
634
899
|
return import('./assets/list_number');
|
|
635
|
-
},
|
|
900
|
+
}, {
|
|
901
|
+
synonyms: ['list number', 'list', 'bullet', 'items', 'rows', 'number', 'digit', 'numeric']
|
|
902
|
+
}),
|
|
636
903
|
editorPositionBottomLeft: function editorPositionBottomLeft() {
|
|
637
904
|
return import('./assets/editor_position_bottom_left');
|
|
638
905
|
},
|
|
@@ -653,80 +920,108 @@ export var typeToPathMap = {
|
|
|
653
920
|
return import('./assets/redo');
|
|
654
921
|
},
|
|
655
922
|
// NOTE: To be deprecated in favor of redo
|
|
656
|
-
redo: function
|
|
923
|
+
redo: withMetadata(function () {
|
|
657
924
|
return import('./assets/redo');
|
|
658
|
-
},
|
|
925
|
+
}, {
|
|
926
|
+
synonyms: ['redo', 'repeat', 'forward', 'again']
|
|
927
|
+
}),
|
|
659
928
|
editorStrike: function editorStrike() {
|
|
660
929
|
return import('./assets/text_strike');
|
|
661
930
|
},
|
|
662
931
|
// NOTE: To be deprecated in favor of textStrike
|
|
663
|
-
textStrike: function
|
|
932
|
+
textStrike: withMetadata(function () {
|
|
664
933
|
return import('./assets/text_strike');
|
|
665
|
-
},
|
|
934
|
+
}, {
|
|
935
|
+
synonyms: ['text', 'strikethrough', 'strike', 'delete', 'typography']
|
|
936
|
+
}),
|
|
666
937
|
editorTable: function editorTable() {
|
|
667
938
|
return import('./assets/table');
|
|
668
939
|
},
|
|
669
940
|
// NOTE: To be deprecated in favor of table
|
|
670
|
-
table: function
|
|
941
|
+
table: withMetadata(function () {
|
|
671
942
|
return import('./assets/table');
|
|
672
|
-
},
|
|
943
|
+
}, {
|
|
944
|
+
synonyms: ['table']
|
|
945
|
+
}),
|
|
673
946
|
editorUnderline: function editorUnderline() {
|
|
674
947
|
return import('./assets/text_underline');
|
|
675
948
|
},
|
|
676
949
|
// NOTE: To be deprecated in favor of textUnderline
|
|
677
|
-
textUnderline: function
|
|
950
|
+
textUnderline: withMetadata(function () {
|
|
678
951
|
return import('./assets/text_underline');
|
|
679
|
-
},
|
|
952
|
+
}, {
|
|
953
|
+
synonyms: ['text underline', 'text', 'underline', 'typography', 'formatting']
|
|
954
|
+
}),
|
|
680
955
|
editorUndo: function editorUndo() {
|
|
681
956
|
return import('./assets/undo');
|
|
682
957
|
},
|
|
683
958
|
// NOTE: To be deprecated in favor of undo
|
|
684
|
-
undo: function
|
|
959
|
+
undo: withMetadata(function () {
|
|
685
960
|
return import('./assets/undo');
|
|
686
|
-
},
|
|
961
|
+
}, {
|
|
962
|
+
synonyms: ['undo', 'revert', 'back', 'previous action']
|
|
963
|
+
}),
|
|
687
964
|
editorUnorderedList: function editorUnorderedList() {
|
|
688
965
|
return import('./assets/list_bullet');
|
|
689
966
|
},
|
|
690
967
|
// NOTE: To be deprecated in favor of listBullet
|
|
691
|
-
listBullet: function
|
|
968
|
+
listBullet: withMetadata(function () {
|
|
692
969
|
return import('./assets/list_bullet');
|
|
693
|
-
},
|
|
970
|
+
}, {
|
|
971
|
+
synonyms: ['list bullet', 'list', 'bullet', 'items', 'rows']
|
|
972
|
+
}),
|
|
694
973
|
email: function email() {
|
|
695
974
|
return import('./assets/mail');
|
|
696
975
|
},
|
|
697
976
|
// NOTE: To be deprecated in favor of mail
|
|
698
|
-
mail: function
|
|
977
|
+
mail: withMetadata(function () {
|
|
699
978
|
return import('./assets/mail');
|
|
700
|
-
},
|
|
701
|
-
|
|
979
|
+
}, {
|
|
980
|
+
synonyms: ['mail', 'email', 'envelope', 'message', 'inbox']
|
|
981
|
+
}),
|
|
982
|
+
empty: withMetadata(function () {
|
|
702
983
|
return import('./assets/empty');
|
|
703
|
-
},
|
|
704
|
-
|
|
984
|
+
}, {
|
|
985
|
+
synonyms: ['empty', 'blank', 'none', 'placeholder', 'void']
|
|
986
|
+
}),
|
|
987
|
+
emsApp: withMetadata(function () {
|
|
705
988
|
return import('./assets/app_ems');
|
|
706
|
-
},
|
|
707
|
-
|
|
989
|
+
}, {
|
|
990
|
+
category: 'app'
|
|
991
|
+
}),
|
|
992
|
+
endpoint: withMetadata(function () {
|
|
708
993
|
return import('./assets/endpoint');
|
|
709
|
-
},
|
|
994
|
+
}, {
|
|
995
|
+
synonyms: ['endpoint', 'api', 'url', 'connection', 'target']
|
|
996
|
+
}),
|
|
710
997
|
eql: function eql() {
|
|
711
998
|
return import('./assets/query');
|
|
712
999
|
},
|
|
713
1000
|
// NOTE: To be deprecated in favor of query
|
|
714
|
-
query: function
|
|
1001
|
+
query: withMetadata(function () {
|
|
715
1002
|
return import('./assets/query');
|
|
716
|
-
},
|
|
717
|
-
|
|
1003
|
+
}, {
|
|
1004
|
+
synonyms: ['query', 'search', 'sql', 'lucene', 'filter']
|
|
1005
|
+
}),
|
|
1006
|
+
eraser: withMetadata(function () {
|
|
718
1007
|
return import('./assets/eraser');
|
|
719
|
-
},
|
|
720
|
-
|
|
1008
|
+
}, {
|
|
1009
|
+
synonyms: ['eraser', 'clear', 'remove', 'delete', 'rubber']
|
|
1010
|
+
}),
|
|
1011
|
+
error: withMetadata(function () {
|
|
721
1012
|
return import('./assets/error');
|
|
722
|
-
},
|
|
1013
|
+
}, {
|
|
1014
|
+
synonyms: ['error', 'failure', 'problem', 'invalid', 'cross']
|
|
1015
|
+
}),
|
|
723
1016
|
errorFilled: function errorFilled() {
|
|
724
1017
|
return import('./assets/error_fill');
|
|
725
1018
|
},
|
|
726
1019
|
// NOTE: To be deprecated in favor of errorFill
|
|
727
|
-
errorFill: function
|
|
1020
|
+
errorFill: withMetadata(function () {
|
|
728
1021
|
return import('./assets/error_fill');
|
|
729
|
-
},
|
|
1022
|
+
}, {
|
|
1023
|
+
synonyms: ['error fill', 'error', 'failure', 'problem', 'invalid', 'cross', 'fill', 'filled']
|
|
1024
|
+
}),
|
|
730
1025
|
esqlVis: function esqlVis() {
|
|
731
1026
|
return import('./assets/esql_vis');
|
|
732
1027
|
},
|
|
@@ -734,16 +1029,20 @@ export var typeToPathMap = {
|
|
|
734
1029
|
return import('./assets/log_out');
|
|
735
1030
|
},
|
|
736
1031
|
// NOTE: To be deprecated in favor of logOut
|
|
737
|
-
logOut: function
|
|
1032
|
+
logOut: withMetadata(function () {
|
|
738
1033
|
return import('./assets/log_out');
|
|
739
|
-
},
|
|
1034
|
+
}, {
|
|
1035
|
+
synonyms: ['log out', 'log', 'out']
|
|
1036
|
+
}),
|
|
740
1037
|
expand: function expand() {
|
|
741
1038
|
return import('./assets/maximize');
|
|
742
1039
|
},
|
|
743
1040
|
// NOTE: To be deprecated in favor of maximize
|
|
744
|
-
maximize: function
|
|
1041
|
+
maximize: withMetadata(function () {
|
|
745
1042
|
return import('./assets/maximize');
|
|
746
|
-
},
|
|
1043
|
+
}, {
|
|
1044
|
+
synonyms: ['maximize']
|
|
1045
|
+
}),
|
|
747
1046
|
expandMini: function expandMini() {
|
|
748
1047
|
return import('./assets/maximize');
|
|
749
1048
|
},
|
|
@@ -755,66 +1054,98 @@ export var typeToPathMap = {
|
|
|
755
1054
|
return import('./assets/upload');
|
|
756
1055
|
},
|
|
757
1056
|
// NOTE: To be deprecated in favor of upload
|
|
758
|
-
upload: function
|
|
1057
|
+
upload: withMetadata(function () {
|
|
759
1058
|
return import('./assets/upload');
|
|
760
|
-
},
|
|
761
|
-
|
|
1059
|
+
}, {
|
|
1060
|
+
synonyms: ['upload', 'import', 'send', 'cloud', 'arrow up']
|
|
1061
|
+
}),
|
|
1062
|
+
external: withMetadata(function () {
|
|
762
1063
|
return import('./assets/external');
|
|
763
|
-
},
|
|
764
|
-
|
|
1064
|
+
}, {
|
|
1065
|
+
synonyms: ['external', 'open new', 'link out', 'outside']
|
|
1066
|
+
}),
|
|
1067
|
+
eye: withMetadata(function () {
|
|
765
1068
|
return import('./assets/eye');
|
|
766
|
-
},
|
|
1069
|
+
}, {
|
|
1070
|
+
synonyms: ['eye', 'view', 'visible', 'show', 'preview', 'watch']
|
|
1071
|
+
}),
|
|
767
1072
|
eyeClosed: function eyeClosed() {
|
|
768
1073
|
return import('./assets/eye_slash');
|
|
769
1074
|
},
|
|
770
1075
|
// NOTE: To be deprecated in favor of eyeSlash
|
|
771
|
-
eyeSlash: function
|
|
1076
|
+
eyeSlash: withMetadata(function () {
|
|
772
1077
|
return import('./assets/eye_slash');
|
|
773
|
-
},
|
|
774
|
-
|
|
1078
|
+
}, {
|
|
1079
|
+
synonyms: ['eye slash', 'eye', 'view', 'visible', 'show', 'preview', 'watch', 'slash']
|
|
1080
|
+
}),
|
|
1081
|
+
faceHappy: withMetadata(function () {
|
|
775
1082
|
return import('./assets/face_happy');
|
|
776
|
-
},
|
|
777
|
-
|
|
1083
|
+
}, {
|
|
1084
|
+
synonyms: ['smile', 'happy', 'emoji', 'positive', 'grin', 'satisfied', 'mood']
|
|
1085
|
+
}),
|
|
1086
|
+
faceNeutral: withMetadata(function () {
|
|
778
1087
|
return import('./assets/face_neutral');
|
|
779
|
-
},
|
|
780
|
-
|
|
1088
|
+
}, {
|
|
1089
|
+
synonyms: ['face neutral', 'face', 'neutral']
|
|
1090
|
+
}),
|
|
1091
|
+
faceSad: withMetadata(function () {
|
|
781
1092
|
return import('./assets/face_sad');
|
|
782
|
-
},
|
|
1093
|
+
}, {
|
|
1094
|
+
synonyms: ['face sad', 'face', 'sad']
|
|
1095
|
+
}),
|
|
783
1096
|
fieldStatistics: function fieldStatistics() {
|
|
784
1097
|
return import('./assets/table_info');
|
|
785
1098
|
},
|
|
786
1099
|
// NOTE: To be deprecated in favor of tableInfo
|
|
787
|
-
tableInfo: function
|
|
1100
|
+
tableInfo: withMetadata(function () {
|
|
788
1101
|
return import('./assets/table_info');
|
|
789
|
-
},
|
|
790
|
-
|
|
1102
|
+
}, {
|
|
1103
|
+
synonyms: ['table', 'info', 'metadata', 'details', 'schema', 'columns']
|
|
1104
|
+
}),
|
|
1105
|
+
filebeatApp: withMetadata(function () {
|
|
791
1106
|
return import('./assets/app_filebeat');
|
|
792
|
-
},
|
|
793
|
-
|
|
1107
|
+
}, {
|
|
1108
|
+
category: 'app'
|
|
1109
|
+
}),
|
|
1110
|
+
filter: withMetadata(function () {
|
|
794
1111
|
return import('./assets/filter');
|
|
795
|
-
},
|
|
796
|
-
|
|
1112
|
+
}, {
|
|
1113
|
+
synonyms: ['funnel', 'refine', 'narrow', 'sort', 'subset', 'sieve', 'criteria']
|
|
1114
|
+
}),
|
|
1115
|
+
filterExclude: withMetadata(function () {
|
|
797
1116
|
return import('./assets/filter_exclude');
|
|
798
|
-
},
|
|
799
|
-
|
|
1117
|
+
}, {
|
|
1118
|
+
synonyms: ['filter', 'exclude', 'remove', 'minus', 'refine', 'narrow']
|
|
1119
|
+
}),
|
|
1120
|
+
filterIgnore: withMetadata(function () {
|
|
800
1121
|
return import('./assets/filter_ignore');
|
|
801
|
-
},
|
|
802
|
-
|
|
1122
|
+
}, {
|
|
1123
|
+
synonyms: ['filter', 'ignore', 'skip', 'exclude', 'omit', 'hide']
|
|
1124
|
+
}),
|
|
1125
|
+
filterInclude: withMetadata(function () {
|
|
803
1126
|
return import('./assets/filter_include');
|
|
804
|
-
},
|
|
1127
|
+
}, {
|
|
1128
|
+
synonyms: ['filter', 'include', 'add', 'refine', 'narrow', 'select']
|
|
1129
|
+
}),
|
|
805
1130
|
filterInCircle: function filterInCircle() {
|
|
806
1131
|
return import('./assets/filter_in_circle');
|
|
807
1132
|
},
|
|
808
1133
|
// NOTE: To be deprecated in favor of filter
|
|
809
|
-
flask: function
|
|
1134
|
+
flask: withMetadata(function () {
|
|
810
1135
|
return import('./assets/flask');
|
|
811
|
-
},
|
|
812
|
-
|
|
1136
|
+
}, {
|
|
1137
|
+
synonyms: ['flask', 'experiment', 'lab', 'science', 'test']
|
|
1138
|
+
}),
|
|
1139
|
+
flag: withMetadata(function () {
|
|
813
1140
|
return import('./assets/flag');
|
|
814
|
-
},
|
|
815
|
-
|
|
1141
|
+
}, {
|
|
1142
|
+
synonyms: ['flag', 'mark', 'report', 'bookmark', 'priority']
|
|
1143
|
+
}),
|
|
1144
|
+
fleetApp: withMetadata(function () {
|
|
816
1145
|
return import('./assets/app_agent');
|
|
817
|
-
},
|
|
1146
|
+
}, {
|
|
1147
|
+
category: 'app'
|
|
1148
|
+
}),
|
|
818
1149
|
fold: function fold() {
|
|
819
1150
|
return import('./assets/fold');
|
|
820
1151
|
},
|
|
@@ -824,18 +1155,22 @@ export var typeToPathMap = {
|
|
|
824
1155
|
folderClosed: function folderClosed() {
|
|
825
1156
|
return import('./assets/folder_close');
|
|
826
1157
|
},
|
|
827
|
-
folderClose: function
|
|
1158
|
+
folderClose: withMetadata(function () {
|
|
828
1159
|
return import('./assets/folder_close');
|
|
829
|
-
},
|
|
1160
|
+
}, {
|
|
1161
|
+
synonyms: ['folder', 'closed', 'collapse', 'directory', 'archive']
|
|
1162
|
+
}),
|
|
830
1163
|
folderCheck: function folderCheck() {
|
|
831
1164
|
return import('./assets/folder_check');
|
|
832
1165
|
},
|
|
833
1166
|
folderExclamation: function folderExclamation() {
|
|
834
1167
|
return import('./assets/folder_exclamation');
|
|
835
1168
|
},
|
|
836
|
-
folderOpen: function
|
|
1169
|
+
folderOpen: withMetadata(function () {
|
|
837
1170
|
return import('./assets/folder_open');
|
|
838
|
-
},
|
|
1171
|
+
}, {
|
|
1172
|
+
synonyms: ['folder', 'open', 'expand', 'directory', 'browse']
|
|
1173
|
+
}),
|
|
839
1174
|
folderOpened: function folderOpened() {
|
|
840
1175
|
return import('./assets/folder_open');
|
|
841
1176
|
},
|
|
@@ -845,28 +1180,38 @@ export var typeToPathMap = {
|
|
|
845
1180
|
framePrevious: function framePrevious() {
|
|
846
1181
|
return import('./assets/frame_previous');
|
|
847
1182
|
},
|
|
848
|
-
fullScreen: function
|
|
1183
|
+
fullScreen: withMetadata(function () {
|
|
849
1184
|
return import('./assets/full_screen');
|
|
850
|
-
},
|
|
851
|
-
|
|
1185
|
+
}, {
|
|
1186
|
+
synonyms: ['fullscreen']
|
|
1187
|
+
}),
|
|
1188
|
+
fullScreenExit: withMetadata(function () {
|
|
852
1189
|
return import('./assets/full_screen_exit');
|
|
853
|
-
},
|
|
1190
|
+
}, {
|
|
1191
|
+
synonyms: ['fullscreen', 'exit', 'minimize', 'window', 'restore', 'shrink']
|
|
1192
|
+
}),
|
|
854
1193
|
function: function _function() {
|
|
855
1194
|
return import('./assets/function');
|
|
856
1195
|
},
|
|
857
|
-
gear: function
|
|
1196
|
+
gear: withMetadata(function () {
|
|
858
1197
|
return import('./assets/gear');
|
|
859
|
-
},
|
|
860
|
-
|
|
1198
|
+
}, {
|
|
1199
|
+
synonyms: ['settings', 'configure', 'configuration', 'preferences', 'options', 'cog', 'setup', 'admin', 'wrench']
|
|
1200
|
+
}),
|
|
1201
|
+
gisApp: withMetadata(function () {
|
|
861
1202
|
return import('./assets/app_gis');
|
|
862
|
-
},
|
|
1203
|
+
}, {
|
|
1204
|
+
category: 'app'
|
|
1205
|
+
}),
|
|
863
1206
|
glasses: function glasses() {
|
|
864
1207
|
return import('./assets/read_only');
|
|
865
1208
|
},
|
|
866
1209
|
// NOTE: To be deprecated in favor of `readOnly`
|
|
867
|
-
globe: function
|
|
1210
|
+
globe: withMetadata(function () {
|
|
868
1211
|
return import('./assets/globe');
|
|
869
|
-
},
|
|
1212
|
+
}, {
|
|
1213
|
+
synonyms: ['globe', 'world', 'web', 'internet', 'international']
|
|
1214
|
+
}),
|
|
870
1215
|
grab: function grab() {
|
|
871
1216
|
return import('./assets/drag_vertical');
|
|
872
1217
|
},
|
|
@@ -879,24 +1224,36 @@ export var typeToPathMap = {
|
|
|
879
1224
|
return import('./assets/grab_omnidirectional');
|
|
880
1225
|
},
|
|
881
1226
|
// NOTE: To be deprecated in favor of drag,
|
|
882
|
-
gradient: function
|
|
1227
|
+
gradient: withMetadata(function () {
|
|
883
1228
|
return import('./assets/gradient');
|
|
884
|
-
},
|
|
885
|
-
|
|
1229
|
+
}, {
|
|
1230
|
+
synonyms: ['gradient', 'blend', 'fade', 'color transition']
|
|
1231
|
+
}),
|
|
1232
|
+
graphApp: withMetadata(function () {
|
|
886
1233
|
return import('./assets/app_graph');
|
|
887
|
-
},
|
|
888
|
-
|
|
1234
|
+
}, {
|
|
1235
|
+
category: 'app'
|
|
1236
|
+
}),
|
|
1237
|
+
grid: withMetadata(function () {
|
|
889
1238
|
return import('./assets/grid');
|
|
890
|
-
},
|
|
891
|
-
|
|
1239
|
+
}, {
|
|
1240
|
+
synonyms: ['grid', 'table', 'layout', 'matrix', 'cells']
|
|
1241
|
+
}),
|
|
1242
|
+
grokApp: withMetadata(function () {
|
|
892
1243
|
return import('./assets/app_grok');
|
|
893
|
-
},
|
|
894
|
-
|
|
1244
|
+
}, {
|
|
1245
|
+
category: 'app'
|
|
1246
|
+
}),
|
|
1247
|
+
heart: withMetadata(function () {
|
|
895
1248
|
return import('./assets/heart');
|
|
896
|
-
},
|
|
897
|
-
|
|
1249
|
+
}, {
|
|
1250
|
+
synonyms: ['heart', 'favorite', 'like', 'love', 'bookmark']
|
|
1251
|
+
}),
|
|
1252
|
+
heartbeatApp: withMetadata(function () {
|
|
898
1253
|
return import('./assets/app_heartbeat');
|
|
899
|
-
},
|
|
1254
|
+
}, {
|
|
1255
|
+
category: 'app'
|
|
1256
|
+
}),
|
|
900
1257
|
heatmap: function heatmap() {
|
|
901
1258
|
return import('./assets/chart_heatmap');
|
|
902
1259
|
},
|
|
@@ -905,21 +1262,31 @@ export var typeToPathMap = {
|
|
|
905
1262
|
return import('./assets/help');
|
|
906
1263
|
},
|
|
907
1264
|
// NOTE: Might be deprecated later (not recommended in Kibana)
|
|
908
|
-
home: function
|
|
1265
|
+
home: withMetadata(function () {
|
|
909
1266
|
return import('./assets/home');
|
|
910
|
-
},
|
|
911
|
-
|
|
1267
|
+
}, {
|
|
1268
|
+
synonyms: ['home', 'house', 'main', 'start', 'dashboard']
|
|
1269
|
+
}),
|
|
1270
|
+
hourglass: withMetadata(function () {
|
|
912
1271
|
return import('./assets/hourglass');
|
|
913
|
-
},
|
|
914
|
-
|
|
1272
|
+
}, {
|
|
1273
|
+
synonyms: ['hourglass', 'waiting', 'loading', 'time', 'pending']
|
|
1274
|
+
}),
|
|
1275
|
+
if: withMetadata(function () {
|
|
915
1276
|
return import('./assets/if');
|
|
916
|
-
},
|
|
917
|
-
|
|
1277
|
+
}, {
|
|
1278
|
+
synonyms: ['if', 'condition', 'logic', 'branch', 'rule']
|
|
1279
|
+
}),
|
|
1280
|
+
info: withMetadata(function () {
|
|
918
1281
|
return import('./assets/info');
|
|
919
|
-
},
|
|
920
|
-
|
|
1282
|
+
}, {
|
|
1283
|
+
synonyms: ['info', 'information', 'help', 'about', 'details']
|
|
1284
|
+
}),
|
|
1285
|
+
image: withMetadata(function () {
|
|
921
1286
|
return import('./assets/image');
|
|
922
|
-
},
|
|
1287
|
+
}, {
|
|
1288
|
+
synonyms: ['image', 'picture', 'photo', 'media', 'graphic']
|
|
1289
|
+
}),
|
|
923
1290
|
importAction: function importAction() {
|
|
924
1291
|
return import('./assets/download');
|
|
925
1292
|
},
|
|
@@ -927,57 +1294,83 @@ export var typeToPathMap = {
|
|
|
927
1294
|
index: function index() {
|
|
928
1295
|
return import('./assets/index');
|
|
929
1296
|
},
|
|
930
|
-
indexClose: function
|
|
1297
|
+
indexClose: withMetadata(function () {
|
|
931
1298
|
return import('./assets/index_close');
|
|
932
|
-
},
|
|
933
|
-
|
|
1299
|
+
}, {
|
|
1300
|
+
synonyms: ['index', 'close', 'elasticsearch', 'dataset', 'remove']
|
|
1301
|
+
}),
|
|
1302
|
+
indexEdit: withMetadata(function () {
|
|
934
1303
|
return import('./assets/index_edit');
|
|
935
|
-
},
|
|
1304
|
+
}, {
|
|
1305
|
+
synonyms: ['index', 'edit', 'elasticsearch', 'dataset', 'modify', 'settings']
|
|
1306
|
+
}),
|
|
936
1307
|
indexFlush: function indexFlush() {
|
|
937
1308
|
return import('./assets/chart_threshold');
|
|
938
1309
|
},
|
|
939
1310
|
// NOTE: To be deprecated in favor of chartThreshold
|
|
940
|
-
indexManagementApp: function
|
|
1311
|
+
indexManagementApp: withMetadata(function () {
|
|
941
1312
|
return import('./assets/app_index_management');
|
|
942
|
-
},
|
|
1313
|
+
}, {
|
|
1314
|
+
category: 'app'
|
|
1315
|
+
}),
|
|
943
1316
|
indexMapping: function indexMapping() {
|
|
944
1317
|
return import('./assets/mapping');
|
|
945
1318
|
},
|
|
946
1319
|
// NOTE: To be deprecated in favor of mapping
|
|
947
|
-
mapping: function
|
|
1320
|
+
mapping: withMetadata(function () {
|
|
948
1321
|
return import('./assets/mapping');
|
|
949
|
-
},
|
|
950
|
-
|
|
1322
|
+
}, {
|
|
1323
|
+
synonyms: ['mapping']
|
|
1324
|
+
}),
|
|
1325
|
+
indexOpen: withMetadata(function () {
|
|
951
1326
|
return import('./assets/index_open');
|
|
952
|
-
},
|
|
953
|
-
|
|
1327
|
+
}, {
|
|
1328
|
+
synonyms: ['index', 'open', 'elasticsearch', 'dataset', 'browse']
|
|
1329
|
+
}),
|
|
1330
|
+
indexPatternApp: withMetadata(function () {
|
|
954
1331
|
return import('./assets/app_index_pattern');
|
|
955
|
-
},
|
|
956
|
-
|
|
1332
|
+
}, {
|
|
1333
|
+
category: 'app'
|
|
1334
|
+
}),
|
|
1335
|
+
indexRollupApp: withMetadata(function () {
|
|
957
1336
|
return import('./assets/app_index_rollup');
|
|
958
|
-
},
|
|
959
|
-
|
|
1337
|
+
}, {
|
|
1338
|
+
category: 'app'
|
|
1339
|
+
}),
|
|
1340
|
+
indexRuntime: withMetadata(function () {
|
|
960
1341
|
return import('./assets/index_runtime');
|
|
961
|
-
},
|
|
962
|
-
|
|
1342
|
+
}, {
|
|
1343
|
+
synonyms: ['index', 'runtime', 'elasticsearch', 'live', 'execution']
|
|
1344
|
+
}),
|
|
1345
|
+
indexSettings: withMetadata(function () {
|
|
963
1346
|
return import('./assets/index_settings');
|
|
964
|
-
},
|
|
1347
|
+
}, {
|
|
1348
|
+
synonyms: ['index', 'settings', 'elasticsearch', 'configure', 'options']
|
|
1349
|
+
}),
|
|
965
1350
|
indexTemporary: function indexTemporary() {
|
|
966
1351
|
return import('./assets/table_time');
|
|
967
1352
|
},
|
|
968
1353
|
// NOTE: To be deprecated in favor of tableTime
|
|
969
|
-
tableTime: function
|
|
1354
|
+
tableTime: withMetadata(function () {
|
|
970
1355
|
return import('./assets/table_time');
|
|
971
|
-
},
|
|
972
|
-
|
|
1356
|
+
}, {
|
|
1357
|
+
synonyms: ['table', 'time', 'temporal', 'date', 'timeline', 'history']
|
|
1358
|
+
}),
|
|
1359
|
+
infinity: withMetadata(function () {
|
|
973
1360
|
return import('./assets/infinity');
|
|
974
|
-
},
|
|
975
|
-
|
|
1361
|
+
}, {
|
|
1362
|
+
synonyms: ['infinity', 'unlimited', 'forever', 'loop', 'endless']
|
|
1363
|
+
}),
|
|
1364
|
+
inputOutput: withMetadata(function () {
|
|
976
1365
|
return import('./assets/input_output');
|
|
977
|
-
},
|
|
978
|
-
|
|
1366
|
+
}, {
|
|
1367
|
+
synonyms: ['input', 'output', 'io', 'data flow', 'pipeline', 'stream']
|
|
1368
|
+
}),
|
|
1369
|
+
inspect: withMetadata(function () {
|
|
979
1370
|
return import('./assets/inspect');
|
|
980
|
-
},
|
|
1371
|
+
}, {
|
|
1372
|
+
synonyms: ['inspect', 'investigate', 'examine', 'analyze', 'look']
|
|
1373
|
+
}),
|
|
981
1374
|
invert: function invert() {
|
|
982
1375
|
return import('./assets/contrast');
|
|
983
1376
|
},
|
|
@@ -985,19 +1378,25 @@ export var typeToPathMap = {
|
|
|
985
1378
|
ip: function ip() {
|
|
986
1379
|
return import('./assets/ip');
|
|
987
1380
|
},
|
|
988
|
-
key: function
|
|
1381
|
+
key: withMetadata(function () {
|
|
989
1382
|
return import('./assets/key');
|
|
990
|
-
},
|
|
991
|
-
|
|
1383
|
+
}, {
|
|
1384
|
+
synonyms: ['key', 'password', 'credential', 'access', 'security']
|
|
1385
|
+
}),
|
|
1386
|
+
keyboard: withMetadata(function () {
|
|
992
1387
|
return import('./assets/keyboard');
|
|
993
|
-
},
|
|
1388
|
+
}, {
|
|
1389
|
+
synonyms: ['keyboard', 'typing', 'input', 'shortcut', 'keys']
|
|
1390
|
+
}),
|
|
994
1391
|
kqlField: function kqlField() {
|
|
995
1392
|
return import('./assets/query_field');
|
|
996
1393
|
},
|
|
997
1394
|
// NOTE: To be deprecated in favor of queryField
|
|
998
|
-
queryField: function
|
|
1395
|
+
queryField: withMetadata(function () {
|
|
999
1396
|
return import('./assets/query_field');
|
|
1000
|
-
},
|
|
1397
|
+
}, {
|
|
1398
|
+
synonyms: ['query', 'field', 'filter', 'column', 'attribute', 'selector']
|
|
1399
|
+
}),
|
|
1001
1400
|
kqlFunction: function kqlFunction() {
|
|
1002
1401
|
return import('./assets/kql_function');
|
|
1003
1402
|
},
|
|
@@ -1005,78 +1404,108 @@ export var typeToPathMap = {
|
|
|
1005
1404
|
return import('./assets/query_operand');
|
|
1006
1405
|
},
|
|
1007
1406
|
// NOTE: To be deprecated in favor of queryOperand
|
|
1008
|
-
queryOperand: function
|
|
1407
|
+
queryOperand: withMetadata(function () {
|
|
1009
1408
|
return import('./assets/query_operand');
|
|
1010
|
-
},
|
|
1409
|
+
}, {
|
|
1410
|
+
synonyms: ['query', 'operand', 'operator', 'logic', 'condition', 'rule']
|
|
1411
|
+
}),
|
|
1011
1412
|
kqlSelector: function kqlSelector() {
|
|
1012
1413
|
return import('./assets/query_selector');
|
|
1013
1414
|
},
|
|
1014
1415
|
// NOTE: To be deprecated in favor of querySelector
|
|
1015
|
-
querySelector: function
|
|
1416
|
+
querySelector: withMetadata(function () {
|
|
1016
1417
|
return import('./assets/query_selector');
|
|
1017
|
-
},
|
|
1418
|
+
}, {
|
|
1419
|
+
synonyms: ['query', 'selector', 'pick', 'choose', 'field', 'filter']
|
|
1420
|
+
}),
|
|
1018
1421
|
kqlValue: function kqlValue() {
|
|
1019
1422
|
return import('./assets/query_value');
|
|
1020
1423
|
},
|
|
1021
1424
|
// NOTE: To be deprecated in favor of queryValue
|
|
1022
|
-
queryValue: function
|
|
1425
|
+
queryValue: withMetadata(function () {
|
|
1023
1426
|
return import('./assets/query_value');
|
|
1024
|
-
},
|
|
1427
|
+
}, {
|
|
1428
|
+
synonyms: ['query', 'value', 'literal', 'data', 'input', 'filter']
|
|
1429
|
+
}),
|
|
1025
1430
|
kubernetesNode: function kubernetesNode() {
|
|
1026
1431
|
return import('./assets/kubernetes_node');
|
|
1027
1432
|
},
|
|
1028
|
-
kubernetesPod: function
|
|
1433
|
+
kubernetesPod: withMetadata(function () {
|
|
1029
1434
|
return import('./assets/kubernetes_pod');
|
|
1030
|
-
},
|
|
1435
|
+
}, {
|
|
1436
|
+
synonyms: ['kubernetes', 'pod', 'k8s', 'container', 'cluster', 'orchestration']
|
|
1437
|
+
}),
|
|
1031
1438
|
launch: function launch() {
|
|
1032
1439
|
return import('./assets/rocket');
|
|
1033
1440
|
},
|
|
1034
1441
|
// NOTE: To be deprecated in favor of rocket
|
|
1035
|
-
rocket: function
|
|
1442
|
+
rocket: withMetadata(function () {
|
|
1036
1443
|
return import('./assets/rocket');
|
|
1037
|
-
},
|
|
1038
|
-
|
|
1444
|
+
}, {
|
|
1445
|
+
synonyms: ['rocket', 'launch', 'deploy', 'fast', 'startup']
|
|
1446
|
+
}),
|
|
1447
|
+
layers: withMetadata(function () {
|
|
1039
1448
|
return import('./assets/layers');
|
|
1040
|
-
},
|
|
1041
|
-
|
|
1449
|
+
}, {
|
|
1450
|
+
synonyms: ['layers']
|
|
1451
|
+
}),
|
|
1452
|
+
lensApp: withMetadata(function () {
|
|
1042
1453
|
return import('./assets/app_lens');
|
|
1043
|
-
},
|
|
1454
|
+
}, {
|
|
1455
|
+
category: 'app'
|
|
1456
|
+
}),
|
|
1044
1457
|
lettering: function lettering() {
|
|
1045
1458
|
return import('./assets/text');
|
|
1046
1459
|
},
|
|
1047
1460
|
// NOTE: To be deprecated in favor of text
|
|
1048
|
-
text: function
|
|
1461
|
+
text: withMetadata(function () {
|
|
1049
1462
|
return import('./assets/text');
|
|
1050
|
-
},
|
|
1051
|
-
|
|
1463
|
+
}, {
|
|
1464
|
+
synonyms: ['text']
|
|
1465
|
+
}),
|
|
1466
|
+
lineBreak: withMetadata(function () {
|
|
1052
1467
|
return import('./assets/line_break');
|
|
1053
|
-
},
|
|
1054
|
-
|
|
1468
|
+
}, {
|
|
1469
|
+
synonyms: ['line break', 'newline', 'paragraph', 'text', 'wrap', 'return']
|
|
1470
|
+
}),
|
|
1471
|
+
lineBreakSlash: withMetadata(function () {
|
|
1055
1472
|
return import('./assets/line_break_slash');
|
|
1056
|
-
},
|
|
1057
|
-
|
|
1473
|
+
}, {
|
|
1474
|
+
synonyms: ['line break', 'slash', 'text', 'separator', 'paragraph']
|
|
1475
|
+
}),
|
|
1476
|
+
lineDash: withMetadata(function () {
|
|
1058
1477
|
return import('./assets/line_dash');
|
|
1059
|
-
},
|
|
1478
|
+
}, {
|
|
1479
|
+
synonyms: ['line dash', 'line', 'dash']
|
|
1480
|
+
}),
|
|
1060
1481
|
lineDashed: function lineDashed() {
|
|
1061
1482
|
return import('./assets/line_dash');
|
|
1062
1483
|
},
|
|
1063
1484
|
// NOTE: To be deprecated in favor of lineDash
|
|
1064
|
-
lineDot: function
|
|
1485
|
+
lineDot: withMetadata(function () {
|
|
1065
1486
|
return import('./assets/line_dot');
|
|
1066
|
-
},
|
|
1487
|
+
}, {
|
|
1488
|
+
synonyms: ['line dot', 'line', 'dot', 'point', 'bullet', 'period', 'circle']
|
|
1489
|
+
}),
|
|
1067
1490
|
lineDotted: function lineDotted() {
|
|
1068
1491
|
return import('./assets/line_dot');
|
|
1069
1492
|
},
|
|
1070
1493
|
// NOTE: To be deprecated in favor of lineDot
|
|
1071
|
-
lineSolid: function
|
|
1494
|
+
lineSolid: withMetadata(function () {
|
|
1072
1495
|
return import('./assets/line_solid');
|
|
1073
|
-
},
|
|
1074
|
-
|
|
1496
|
+
}, {
|
|
1497
|
+
synonyms: ['line solid', 'line', 'solid']
|
|
1498
|
+
}),
|
|
1499
|
+
link: withMetadata(function () {
|
|
1075
1500
|
return import('./assets/link');
|
|
1076
|
-
},
|
|
1077
|
-
|
|
1501
|
+
}, {
|
|
1502
|
+
synonyms: ['link', 'url', 'chain', 'connect', 'hyperlink']
|
|
1503
|
+
}),
|
|
1504
|
+
linkSlash: withMetadata(function () {
|
|
1078
1505
|
return import('./assets/link_slash');
|
|
1079
|
-
},
|
|
1506
|
+
}, {
|
|
1507
|
+
synonyms: ['unlink', 'broken link', 'remove link', 'disconnect', 'url']
|
|
1508
|
+
}),
|
|
1080
1509
|
list: function list() {
|
|
1081
1510
|
return import('./assets/list_bullet');
|
|
1082
1511
|
},
|
|
@@ -1085,202 +1514,328 @@ export var typeToPathMap = {
|
|
|
1085
1514
|
return import('./assets/plus_circle');
|
|
1086
1515
|
},
|
|
1087
1516
|
// NOTE: To be deprecated in favor of `plus_circle`
|
|
1088
|
-
lock: function
|
|
1517
|
+
lock: withMetadata(function () {
|
|
1089
1518
|
return import('./assets/lock');
|
|
1090
|
-
},
|
|
1091
|
-
|
|
1519
|
+
}, {
|
|
1520
|
+
synonyms: ['lock', 'secure', 'private', 'protected', 'password']
|
|
1521
|
+
}),
|
|
1522
|
+
lockOpen: withMetadata(function () {
|
|
1092
1523
|
return import('./assets/lock_open');
|
|
1093
|
-
},
|
|
1524
|
+
}, {
|
|
1525
|
+
synonyms: ['lock open', 'lock', 'secure', 'private', 'protected', 'password', 'open']
|
|
1526
|
+
}),
|
|
1094
1527
|
logPatternAnalysis: function logPatternAnalysis() {
|
|
1095
1528
|
return import('./assets/pattern');
|
|
1096
1529
|
},
|
|
1097
1530
|
// NOTE: To be deprecated in favor of pattern
|
|
1098
|
-
pattern: function
|
|
1531
|
+
pattern: withMetadata(function () {
|
|
1099
1532
|
return import('./assets/pattern');
|
|
1100
|
-
},
|
|
1533
|
+
}, {
|
|
1534
|
+
synonyms: ['pattern', 'texture', 'repeat', 'design', 'fill']
|
|
1535
|
+
}),
|
|
1101
1536
|
logRateAnalysis: function logRateAnalysis() {
|
|
1102
1537
|
return import('./assets/log_rate_analysis');
|
|
1103
1538
|
},
|
|
1104
|
-
logoAWS: function
|
|
1539
|
+
logoAWS: withMetadata(function () {
|
|
1105
1540
|
return import('./assets/logo_aws');
|
|
1106
|
-
},
|
|
1107
|
-
|
|
1541
|
+
}, {
|
|
1542
|
+
category: 'thirdPartyLogo'
|
|
1543
|
+
}),
|
|
1544
|
+
logoAWSMono: withMetadata(function () {
|
|
1108
1545
|
return import('./assets/logo_aws_mono');
|
|
1109
|
-
},
|
|
1110
|
-
|
|
1546
|
+
}, {
|
|
1547
|
+
category: 'thirdPartyLogo'
|
|
1548
|
+
}),
|
|
1549
|
+
logoAerospike: withMetadata(function () {
|
|
1111
1550
|
return import('./assets/logo_aerospike');
|
|
1112
|
-
},
|
|
1113
|
-
|
|
1551
|
+
}, {
|
|
1552
|
+
category: 'thirdPartyLogo'
|
|
1553
|
+
}),
|
|
1554
|
+
logoApache: withMetadata(function () {
|
|
1114
1555
|
return import('./assets/logo_apache');
|
|
1115
|
-
},
|
|
1116
|
-
|
|
1556
|
+
}, {
|
|
1557
|
+
category: 'thirdPartyLogo'
|
|
1558
|
+
}),
|
|
1559
|
+
logoAppSearch: withMetadata(function () {
|
|
1117
1560
|
return import('./assets/logo_app_search');
|
|
1118
|
-
},
|
|
1119
|
-
|
|
1561
|
+
}, {
|
|
1562
|
+
category: 'elasticLogo'
|
|
1563
|
+
}),
|
|
1564
|
+
logoAzure: withMetadata(function () {
|
|
1120
1565
|
return import('./assets/logo_azure');
|
|
1121
|
-
},
|
|
1122
|
-
|
|
1566
|
+
}, {
|
|
1567
|
+
category: 'thirdPartyLogo'
|
|
1568
|
+
}),
|
|
1569
|
+
logoAzureMono: withMetadata(function () {
|
|
1123
1570
|
return import('./assets/logo_azure_mono');
|
|
1124
|
-
},
|
|
1125
|
-
|
|
1571
|
+
}, {
|
|
1572
|
+
category: 'thirdPartyLogo'
|
|
1573
|
+
}),
|
|
1574
|
+
logoBeats: withMetadata(function () {
|
|
1126
1575
|
return import('./assets/logo_beats');
|
|
1127
|
-
},
|
|
1128
|
-
|
|
1576
|
+
}, {
|
|
1577
|
+
category: 'elasticLogo'
|
|
1578
|
+
}),
|
|
1579
|
+
logoBusinessAnalytics: withMetadata(function () {
|
|
1129
1580
|
return import('./assets/logo_business_analytics');
|
|
1130
|
-
},
|
|
1131
|
-
|
|
1581
|
+
}, {
|
|
1582
|
+
category: 'elasticLogo'
|
|
1583
|
+
}),
|
|
1584
|
+
logoCeph: withMetadata(function () {
|
|
1132
1585
|
return import('./assets/logo_ceph');
|
|
1133
|
-
},
|
|
1134
|
-
|
|
1586
|
+
}, {
|
|
1587
|
+
category: 'thirdPartyLogo'
|
|
1588
|
+
}),
|
|
1589
|
+
logoCloud: withMetadata(function () {
|
|
1135
1590
|
return import('./assets/logo_cloud');
|
|
1136
|
-
},
|
|
1137
|
-
|
|
1591
|
+
}, {
|
|
1592
|
+
category: 'elasticLogo'
|
|
1593
|
+
}),
|
|
1594
|
+
logoCloudEnterprise: withMetadata(function () {
|
|
1138
1595
|
return import('./assets/logo_cloud_ece');
|
|
1139
|
-
},
|
|
1140
|
-
|
|
1596
|
+
}, {
|
|
1597
|
+
category: 'elasticLogo'
|
|
1598
|
+
}),
|
|
1599
|
+
logoCode: withMetadata(function () {
|
|
1141
1600
|
return import('./assets/logo_code');
|
|
1142
|
-
},
|
|
1143
|
-
|
|
1601
|
+
}, {
|
|
1602
|
+
category: 'thirdPartyLogo'
|
|
1603
|
+
}),
|
|
1604
|
+
logoCodesandbox: withMetadata(function () {
|
|
1144
1605
|
return import('./assets/logo_codesandbox');
|
|
1145
|
-
},
|
|
1146
|
-
|
|
1606
|
+
}, {
|
|
1607
|
+
category: 'thirdPartyLogo'
|
|
1608
|
+
}),
|
|
1609
|
+
logoCouchbase: withMetadata(function () {
|
|
1147
1610
|
return import('./assets/logo_couchbase');
|
|
1148
|
-
},
|
|
1149
|
-
|
|
1611
|
+
}, {
|
|
1612
|
+
category: 'thirdPartyLogo'
|
|
1613
|
+
}),
|
|
1614
|
+
logoDocker: withMetadata(function () {
|
|
1150
1615
|
return import('./assets/logo_docker');
|
|
1151
|
-
},
|
|
1152
|
-
|
|
1616
|
+
}, {
|
|
1617
|
+
category: 'thirdPartyLogo'
|
|
1618
|
+
}),
|
|
1619
|
+
logoDropwizard: withMetadata(function () {
|
|
1153
1620
|
return import('./assets/logo_dropwizard');
|
|
1154
|
-
},
|
|
1155
|
-
|
|
1621
|
+
}, {
|
|
1622
|
+
category: 'thirdPartyLogo'
|
|
1623
|
+
}),
|
|
1624
|
+
logoElastic: withMetadata(function () {
|
|
1156
1625
|
return import('./assets/logo_elastic');
|
|
1157
|
-
},
|
|
1158
|
-
|
|
1626
|
+
}, {
|
|
1627
|
+
category: 'elasticLogo'
|
|
1628
|
+
}),
|
|
1629
|
+
logoElasticStack: withMetadata(function () {
|
|
1159
1630
|
return import('./assets/logo_elastic_stack');
|
|
1160
|
-
},
|
|
1161
|
-
|
|
1631
|
+
}, {
|
|
1632
|
+
category: 'elasticLogo'
|
|
1633
|
+
}),
|
|
1634
|
+
logoElasticsearch: withMetadata(function () {
|
|
1162
1635
|
return import('./assets/logo_elasticsearch');
|
|
1163
|
-
},
|
|
1164
|
-
|
|
1636
|
+
}, {
|
|
1637
|
+
category: 'elasticLogo'
|
|
1638
|
+
}),
|
|
1639
|
+
logoEnterpriseSearch: withMetadata(function () {
|
|
1165
1640
|
return import('./assets/logo_enterprise_search');
|
|
1166
|
-
},
|
|
1167
|
-
|
|
1641
|
+
}, {
|
|
1642
|
+
category: 'elasticLogo'
|
|
1643
|
+
}),
|
|
1644
|
+
logoEtcd: withMetadata(function () {
|
|
1168
1645
|
return import('./assets/logo_etcd');
|
|
1169
|
-
},
|
|
1170
|
-
|
|
1646
|
+
}, {
|
|
1647
|
+
category: 'thirdPartyLogo'
|
|
1648
|
+
}),
|
|
1649
|
+
logoGCP: withMetadata(function () {
|
|
1171
1650
|
return import('./assets/logo_gcp');
|
|
1172
|
-
},
|
|
1173
|
-
|
|
1651
|
+
}, {
|
|
1652
|
+
category: 'thirdPartyLogo'
|
|
1653
|
+
}),
|
|
1654
|
+
logoGCPMono: withMetadata(function () {
|
|
1174
1655
|
return import('./assets/logo_gcp_mono');
|
|
1175
|
-
},
|
|
1176
|
-
|
|
1656
|
+
}, {
|
|
1657
|
+
category: 'thirdPartyLogo'
|
|
1658
|
+
}),
|
|
1659
|
+
logoGithub: withMetadata(function () {
|
|
1177
1660
|
return import('./assets/logo_github');
|
|
1178
|
-
},
|
|
1179
|
-
|
|
1661
|
+
}, {
|
|
1662
|
+
category: 'thirdPartyLogo'
|
|
1663
|
+
}),
|
|
1664
|
+
logoGmail: withMetadata(function () {
|
|
1180
1665
|
return import('./assets/logo_gmail');
|
|
1181
|
-
},
|
|
1182
|
-
|
|
1666
|
+
}, {
|
|
1667
|
+
category: 'thirdPartyLogo'
|
|
1668
|
+
}),
|
|
1669
|
+
logoGolang: withMetadata(function () {
|
|
1183
1670
|
return import('./assets/logo_golang');
|
|
1184
|
-
},
|
|
1185
|
-
|
|
1671
|
+
}, {
|
|
1672
|
+
category: 'thirdPartyLogo'
|
|
1673
|
+
}),
|
|
1674
|
+
logoGoogleG: withMetadata(function () {
|
|
1186
1675
|
return import('./assets/logo_google_g');
|
|
1187
|
-
},
|
|
1188
|
-
|
|
1676
|
+
}, {
|
|
1677
|
+
category: 'thirdPartyLogo'
|
|
1678
|
+
}),
|
|
1679
|
+
logoHAproxy: withMetadata(function () {
|
|
1189
1680
|
return import('./assets/logo_haproxy');
|
|
1190
|
-
},
|
|
1191
|
-
|
|
1681
|
+
}, {
|
|
1682
|
+
category: 'thirdPartyLogo'
|
|
1683
|
+
}),
|
|
1684
|
+
logoIBM: withMetadata(function () {
|
|
1192
1685
|
return import('./assets/logo_ibm');
|
|
1193
|
-
},
|
|
1194
|
-
|
|
1686
|
+
}, {
|
|
1687
|
+
category: 'thirdPartyLogo'
|
|
1688
|
+
}),
|
|
1689
|
+
logoIBMMono: withMetadata(function () {
|
|
1195
1690
|
return import('./assets/logo_ibm_mono');
|
|
1196
|
-
},
|
|
1197
|
-
|
|
1691
|
+
}, {
|
|
1692
|
+
category: 'thirdPartyLogo'
|
|
1693
|
+
}),
|
|
1694
|
+
logoKafka: withMetadata(function () {
|
|
1198
1695
|
return import('./assets/logo_kafka');
|
|
1199
|
-
},
|
|
1200
|
-
|
|
1696
|
+
}, {
|
|
1697
|
+
category: 'thirdPartyLogo'
|
|
1698
|
+
}),
|
|
1699
|
+
logoKibana: withMetadata(function () {
|
|
1201
1700
|
return import('./assets/logo_kibana');
|
|
1202
|
-
},
|
|
1203
|
-
|
|
1701
|
+
}, {
|
|
1702
|
+
category: 'elasticLogo'
|
|
1703
|
+
}),
|
|
1704
|
+
logoKubernetes: withMetadata(function () {
|
|
1204
1705
|
return import('./assets/logo_kubernetes');
|
|
1205
|
-
},
|
|
1206
|
-
|
|
1706
|
+
}, {
|
|
1707
|
+
category: 'thirdPartyLogo'
|
|
1708
|
+
}),
|
|
1709
|
+
logoLogging: withMetadata(function () {
|
|
1207
1710
|
return import('./assets/logo_logging');
|
|
1208
|
-
},
|
|
1209
|
-
|
|
1711
|
+
}, {
|
|
1712
|
+
category: 'elasticLogo'
|
|
1713
|
+
}),
|
|
1714
|
+
logoLogstash: withMetadata(function () {
|
|
1210
1715
|
return import('./assets/logo_logstash');
|
|
1211
|
-
},
|
|
1212
|
-
|
|
1716
|
+
}, {
|
|
1717
|
+
category: 'elasticLogo'
|
|
1718
|
+
}),
|
|
1719
|
+
logoMaps: withMetadata(function () {
|
|
1213
1720
|
return import('./assets/logo_maps');
|
|
1214
|
-
},
|
|
1215
|
-
|
|
1721
|
+
}, {
|
|
1722
|
+
category: 'elasticLogo'
|
|
1723
|
+
}),
|
|
1724
|
+
logoMemcached: withMetadata(function () {
|
|
1216
1725
|
return import('./assets/logo_memcached');
|
|
1217
|
-
},
|
|
1218
|
-
|
|
1726
|
+
}, {
|
|
1727
|
+
category: 'thirdPartyLogo'
|
|
1728
|
+
}),
|
|
1729
|
+
logoMetrics: withMetadata(function () {
|
|
1219
1730
|
return import('./assets/logo_metrics');
|
|
1220
|
-
},
|
|
1221
|
-
|
|
1731
|
+
}, {
|
|
1732
|
+
category: 'elasticLogo'
|
|
1733
|
+
}),
|
|
1734
|
+
logoMongodb: withMetadata(function () {
|
|
1222
1735
|
return import('./assets/logo_mongodb');
|
|
1223
|
-
},
|
|
1224
|
-
|
|
1736
|
+
}, {
|
|
1737
|
+
category: 'thirdPartyLogo'
|
|
1738
|
+
}),
|
|
1739
|
+
logoMySQL: withMetadata(function () {
|
|
1225
1740
|
return import('./assets/logo_mysql');
|
|
1226
|
-
},
|
|
1227
|
-
|
|
1741
|
+
}, {
|
|
1742
|
+
category: 'thirdPartyLogo'
|
|
1743
|
+
}),
|
|
1744
|
+
logoNginx: withMetadata(function () {
|
|
1228
1745
|
return import('./assets/logo_nginx');
|
|
1229
|
-
},
|
|
1230
|
-
|
|
1746
|
+
}, {
|
|
1747
|
+
category: 'thirdPartyLogo'
|
|
1748
|
+
}),
|
|
1749
|
+
logoObservability: withMetadata(function () {
|
|
1231
1750
|
return import('./assets/logo_observability');
|
|
1232
|
-
},
|
|
1233
|
-
|
|
1751
|
+
}, {
|
|
1752
|
+
category: 'elasticLogo'
|
|
1753
|
+
}),
|
|
1754
|
+
logoOsquery: withMetadata(function () {
|
|
1234
1755
|
return import('./assets/logo_osquery');
|
|
1235
|
-
},
|
|
1236
|
-
|
|
1756
|
+
}, {
|
|
1757
|
+
category: 'thirdPartyLogo'
|
|
1758
|
+
}),
|
|
1759
|
+
logoPhp: withMetadata(function () {
|
|
1237
1760
|
return import('./assets/logo_php');
|
|
1238
|
-
},
|
|
1239
|
-
|
|
1761
|
+
}, {
|
|
1762
|
+
category: 'thirdPartyLogo'
|
|
1763
|
+
}),
|
|
1764
|
+
logoPostgres: withMetadata(function () {
|
|
1240
1765
|
return import('./assets/logo_postgres');
|
|
1241
|
-
},
|
|
1242
|
-
|
|
1766
|
+
}, {
|
|
1767
|
+
category: 'thirdPartyLogo'
|
|
1768
|
+
}),
|
|
1769
|
+
logoPrometheus: withMetadata(function () {
|
|
1243
1770
|
return import('./assets/logo_prometheus');
|
|
1244
|
-
},
|
|
1245
|
-
|
|
1771
|
+
}, {
|
|
1772
|
+
category: 'thirdPartyLogo'
|
|
1773
|
+
}),
|
|
1774
|
+
logoRabbitmq: withMetadata(function () {
|
|
1246
1775
|
return import('./assets/logo_rabbitmq');
|
|
1247
|
-
},
|
|
1248
|
-
|
|
1776
|
+
}, {
|
|
1777
|
+
category: 'thirdPartyLogo'
|
|
1778
|
+
}),
|
|
1779
|
+
logoRedis: withMetadata(function () {
|
|
1249
1780
|
return import('./assets/logo_redis');
|
|
1250
|
-
},
|
|
1251
|
-
|
|
1781
|
+
}, {
|
|
1782
|
+
category: 'thirdPartyLogo'
|
|
1783
|
+
}),
|
|
1784
|
+
logoSecurity: withMetadata(function () {
|
|
1252
1785
|
return import('./assets/logo_security');
|
|
1253
|
-
},
|
|
1254
|
-
|
|
1786
|
+
}, {
|
|
1787
|
+
category: 'elasticLogo'
|
|
1788
|
+
}),
|
|
1789
|
+
logoSiteSearch: withMetadata(function () {
|
|
1255
1790
|
return import('./assets/logo_site_search');
|
|
1256
|
-
},
|
|
1257
|
-
|
|
1791
|
+
}, {
|
|
1792
|
+
category: 'elasticLogo'
|
|
1793
|
+
}),
|
|
1794
|
+
logoSketch: withMetadata(function () {
|
|
1258
1795
|
return import('./assets/logo_sketch');
|
|
1259
|
-
},
|
|
1260
|
-
|
|
1796
|
+
}, {
|
|
1797
|
+
category: 'thirdPartyLogo'
|
|
1798
|
+
}),
|
|
1799
|
+
logoSlack: withMetadata(function () {
|
|
1261
1800
|
return import('./assets/logo_slack');
|
|
1262
|
-
},
|
|
1263
|
-
|
|
1801
|
+
}, {
|
|
1802
|
+
category: 'thirdPartyLogo'
|
|
1803
|
+
}),
|
|
1804
|
+
logoUptime: withMetadata(function () {
|
|
1264
1805
|
return import('./assets/logo_uptime');
|
|
1265
|
-
},
|
|
1266
|
-
|
|
1806
|
+
}, {
|
|
1807
|
+
category: 'elasticLogo'
|
|
1808
|
+
}),
|
|
1809
|
+
logoVectorDB: withMetadata(function () {
|
|
1267
1810
|
return import('./assets/logo_vector_db');
|
|
1268
|
-
},
|
|
1269
|
-
|
|
1811
|
+
}, {
|
|
1812
|
+
category: 'elasticLogo'
|
|
1813
|
+
}),
|
|
1814
|
+
logoVulnerabilityManagement: withMetadata(function () {
|
|
1270
1815
|
return import('./assets/logo_vulnerability_management');
|
|
1271
|
-
},
|
|
1272
|
-
|
|
1816
|
+
}, {
|
|
1817
|
+
category: 'elasticLogo'
|
|
1818
|
+
}),
|
|
1819
|
+
logoWebhook: withMetadata(function () {
|
|
1273
1820
|
return import('./assets/logo_webhook');
|
|
1274
|
-
},
|
|
1275
|
-
|
|
1821
|
+
}, {
|
|
1822
|
+
category: 'thirdPartyLogo'
|
|
1823
|
+
}),
|
|
1824
|
+
logoWindows: withMetadata(function () {
|
|
1276
1825
|
return import('./assets/logo_windows');
|
|
1277
|
-
},
|
|
1278
|
-
|
|
1826
|
+
}, {
|
|
1827
|
+
category: 'thirdPartyLogo'
|
|
1828
|
+
}),
|
|
1829
|
+
logoWorkplaceSearch: withMetadata(function () {
|
|
1279
1830
|
return import('./assets/logo_workplace_search');
|
|
1280
|
-
},
|
|
1281
|
-
|
|
1831
|
+
}, {
|
|
1832
|
+
category: 'elasticLogo'
|
|
1833
|
+
}),
|
|
1834
|
+
logsApp: withMetadata(function () {
|
|
1282
1835
|
return import('./assets/app_logs');
|
|
1283
|
-
},
|
|
1836
|
+
}, {
|
|
1837
|
+
category: 'app'
|
|
1838
|
+
}),
|
|
1284
1839
|
logstashFilter: function logstashFilter() {
|
|
1285
1840
|
return import('./assets/logstash_filter');
|
|
1286
1841
|
},
|
|
@@ -1298,27 +1853,39 @@ export var typeToPathMap = {
|
|
|
1298
1853
|
return import('./assets/queue');
|
|
1299
1854
|
},
|
|
1300
1855
|
// NOTE: To be deprecated in favor of queue
|
|
1301
|
-
queue: function
|
|
1856
|
+
queue: withMetadata(function () {
|
|
1302
1857
|
return import('./assets/queue');
|
|
1303
|
-
},
|
|
1304
|
-
|
|
1858
|
+
}, {
|
|
1859
|
+
synonyms: ['queue', 'line', 'buffer', 'waiting', 'jobs']
|
|
1860
|
+
}),
|
|
1861
|
+
machineLearningApp: withMetadata(function () {
|
|
1305
1862
|
return import('./assets/app_ml');
|
|
1306
|
-
},
|
|
1863
|
+
}, {
|
|
1864
|
+
category: 'app'
|
|
1865
|
+
}),
|
|
1307
1866
|
magnet: function magnet() {
|
|
1308
1867
|
return import('./assets/magnet');
|
|
1309
1868
|
},
|
|
1310
|
-
magnify: function
|
|
1869
|
+
magnify: withMetadata(function () {
|
|
1311
1870
|
return import('./assets/magnify');
|
|
1312
|
-
},
|
|
1313
|
-
|
|
1871
|
+
}, {
|
|
1872
|
+
synonyms: ['search', 'find', 'zoom', 'lookup', 'query', 'discover', 'glass']
|
|
1873
|
+
}),
|
|
1874
|
+
magnifyExclamation: withMetadata(function () {
|
|
1314
1875
|
return import('./assets/magnify_exclamation');
|
|
1315
|
-
},
|
|
1316
|
-
|
|
1876
|
+
}, {
|
|
1877
|
+
synonyms: ['search', 'alert', 'warning', 'find', 'magnify', 'important']
|
|
1878
|
+
}),
|
|
1879
|
+
magnifyMinus: withMetadata(function () {
|
|
1317
1880
|
return import('./assets/magnify_minus');
|
|
1318
|
-
},
|
|
1319
|
-
|
|
1881
|
+
}, {
|
|
1882
|
+
synonyms: ['zoom out', 'search', 'minus', 'shrink', 'magnify']
|
|
1883
|
+
}),
|
|
1884
|
+
magnifyPlus: withMetadata(function () {
|
|
1320
1885
|
return import('./assets/magnify_plus');
|
|
1321
|
-
},
|
|
1886
|
+
}, {
|
|
1887
|
+
synonyms: ['zoom in', 'search', 'plus', 'enlarge', 'magnify']
|
|
1888
|
+
}),
|
|
1322
1889
|
magnifyWithExclamation: function magnifyWithExclamation() {
|
|
1323
1890
|
return import('./assets/magnify_with_exclamation');
|
|
1324
1891
|
},
|
|
@@ -1331,58 +1898,84 @@ export var typeToPathMap = {
|
|
|
1331
1898
|
return import('./assets/magnify_with_plus');
|
|
1332
1899
|
},
|
|
1333
1900
|
// NOTE: To be deprecated in favor of magnifyPlus,
|
|
1334
|
-
managementApp: function
|
|
1901
|
+
managementApp: withMetadata(function () {
|
|
1335
1902
|
return import('./assets/app_management');
|
|
1336
|
-
},
|
|
1337
|
-
|
|
1903
|
+
}, {
|
|
1904
|
+
category: 'app'
|
|
1905
|
+
}),
|
|
1906
|
+
map: withMetadata(function () {
|
|
1338
1907
|
return import('./assets/map');
|
|
1339
|
-
},
|
|
1908
|
+
}, {
|
|
1909
|
+
synonyms: ['map', 'location', 'geo', 'geography', 'region']
|
|
1910
|
+
}),
|
|
1340
1911
|
mapMarker: function mapMarker() {
|
|
1341
1912
|
return import('./assets/waypoint');
|
|
1342
1913
|
},
|
|
1343
1914
|
// NOTE: To be deprecated in favor of waypoint
|
|
1344
|
-
waypoint: function
|
|
1915
|
+
waypoint: withMetadata(function () {
|
|
1345
1916
|
return import('./assets/waypoint');
|
|
1346
|
-
},
|
|
1347
|
-
|
|
1917
|
+
}, {
|
|
1918
|
+
synonyms: ['waypoint', 'marker', 'step', 'node', 'path']
|
|
1919
|
+
}),
|
|
1920
|
+
megaphone: withMetadata(function () {
|
|
1348
1921
|
return import('./assets/megaphone');
|
|
1349
|
-
},
|
|
1922
|
+
}, {
|
|
1923
|
+
synonyms: ['megaphone', 'announce', 'broadcast', 'marketing', 'loud']
|
|
1924
|
+
}),
|
|
1350
1925
|
memory: function memory() {
|
|
1351
1926
|
return import('./assets/memory');
|
|
1352
1927
|
},
|
|
1353
|
-
menu: function
|
|
1928
|
+
menu: withMetadata(function () {
|
|
1354
1929
|
return import('./assets/menu');
|
|
1355
|
-
},
|
|
1930
|
+
}, {
|
|
1931
|
+
synonyms: ['menu', 'hamburger', 'navigation', 'options', 'bars']
|
|
1932
|
+
}),
|
|
1356
1933
|
menuDown: function menuDown() {
|
|
1357
1934
|
return import('./assets/menu_down');
|
|
1358
1935
|
},
|
|
1359
|
-
menuLeft: function
|
|
1936
|
+
menuLeft: withMetadata(function () {
|
|
1360
1937
|
return import('./assets/menu_left');
|
|
1361
|
-
},
|
|
1362
|
-
|
|
1938
|
+
}, {
|
|
1939
|
+
synonyms: ['menu left', 'menu', 'hamburger', 'navigation', 'options', 'bars', 'left']
|
|
1940
|
+
}),
|
|
1941
|
+
menuRight: withMetadata(function () {
|
|
1363
1942
|
return import('./assets/menu_right');
|
|
1364
|
-
},
|
|
1943
|
+
}, {
|
|
1944
|
+
synonyms: ['menu right', 'menu', 'hamburger', 'navigation', 'options', 'bars', 'right']
|
|
1945
|
+
}),
|
|
1365
1946
|
menuUp: function menuUp() {
|
|
1366
1947
|
return import('./assets/menu_up');
|
|
1367
1948
|
},
|
|
1368
|
-
merge: function
|
|
1949
|
+
merge: withMetadata(function () {
|
|
1369
1950
|
return import('./assets/merge');
|
|
1370
|
-
},
|
|
1371
|
-
|
|
1951
|
+
}, {
|
|
1952
|
+
synonyms: ['merge', 'combine', 'join', 'unite', 'git']
|
|
1953
|
+
}),
|
|
1954
|
+
metricbeatApp: withMetadata(function () {
|
|
1372
1955
|
return import('./assets/app_metricbeat');
|
|
1373
|
-
},
|
|
1374
|
-
|
|
1956
|
+
}, {
|
|
1957
|
+
category: 'app'
|
|
1958
|
+
}),
|
|
1959
|
+
metricsApp: withMetadata(function () {
|
|
1375
1960
|
return import('./assets/app_metrics');
|
|
1376
|
-
},
|
|
1377
|
-
|
|
1961
|
+
}, {
|
|
1962
|
+
category: 'app'
|
|
1963
|
+
}),
|
|
1964
|
+
minimize: withMetadata(function () {
|
|
1378
1965
|
return import('./assets/minimize');
|
|
1379
|
-
},
|
|
1380
|
-
|
|
1966
|
+
}, {
|
|
1967
|
+
synonyms: ['minimize']
|
|
1968
|
+
}),
|
|
1969
|
+
minus: withMetadata(function () {
|
|
1381
1970
|
return import('./assets/minus');
|
|
1382
|
-
},
|
|
1383
|
-
|
|
1971
|
+
}, {
|
|
1972
|
+
synonyms: ['minus', 'remove', 'subtract', 'decrement']
|
|
1973
|
+
}),
|
|
1974
|
+
minusCircle: withMetadata(function () {
|
|
1384
1975
|
return import('./assets/minus_circle');
|
|
1385
|
-
},
|
|
1976
|
+
}, {
|
|
1977
|
+
synonyms: ['minus circle', 'minus', 'remove', 'subtract', 'decrement', 'circle']
|
|
1978
|
+
}),
|
|
1386
1979
|
minusInCircle: function minusInCircle() {
|
|
1387
1980
|
return import('./assets/minus_circle');
|
|
1388
1981
|
},
|
|
@@ -1395,27 +1988,37 @@ export var typeToPathMap = {
|
|
|
1395
1988
|
return import('./assets/minus_square');
|
|
1396
1989
|
},
|
|
1397
1990
|
// NOTE: To be deprecated in favor of minusSquare
|
|
1398
|
-
minusSquare: function
|
|
1991
|
+
minusSquare: withMetadata(function () {
|
|
1399
1992
|
return import('./assets/minus_square');
|
|
1400
|
-
},
|
|
1993
|
+
}, {
|
|
1994
|
+
synonyms: ['minus', 'square', 'remove', 'collapse', 'decrement']
|
|
1995
|
+
}),
|
|
1401
1996
|
mobile: function mobile() {
|
|
1402
1997
|
return import('./assets/mobile');
|
|
1403
1998
|
},
|
|
1404
|
-
monitoringApp: function
|
|
1999
|
+
monitoringApp: withMetadata(function () {
|
|
1405
2000
|
return import('./assets/app_monitoring');
|
|
1406
|
-
},
|
|
1407
|
-
|
|
2001
|
+
}, {
|
|
2002
|
+
category: 'app'
|
|
2003
|
+
}),
|
|
2004
|
+
moon: withMetadata(function () {
|
|
1408
2005
|
return import('./assets/moon');
|
|
1409
|
-
},
|
|
1410
|
-
|
|
2006
|
+
}, {
|
|
2007
|
+
synonyms: ['moon', 'dark', 'night', 'theme']
|
|
2008
|
+
}),
|
|
2009
|
+
move: withMetadata(function () {
|
|
1411
2010
|
return import('./assets/move');
|
|
1412
|
-
},
|
|
2011
|
+
}, {
|
|
2012
|
+
synonyms: ['move', 'relocate', 'drag', 'position', 'transfer']
|
|
2013
|
+
}),
|
|
1413
2014
|
namespace: function namespace() {
|
|
1414
2015
|
return import('./assets/namespace');
|
|
1415
2016
|
},
|
|
1416
|
-
nested: function
|
|
2017
|
+
nested: withMetadata(function () {
|
|
1417
2018
|
return import('./assets/nested');
|
|
1418
|
-
},
|
|
2019
|
+
}, {
|
|
2020
|
+
synonyms: ['nested', 'hierarchy', 'tree', 'child', 'indent']
|
|
2021
|
+
}),
|
|
1419
2022
|
newChat: function newChat() {
|
|
1420
2023
|
return import('./assets/plus_circle');
|
|
1421
2024
|
},
|
|
@@ -1424,71 +2027,105 @@ export var typeToPathMap = {
|
|
|
1424
2027
|
return import('./assets/vector_triangle');
|
|
1425
2028
|
},
|
|
1426
2029
|
// NOTE: To be deprecated in favor of vectorTriangle
|
|
1427
|
-
vectorTriangle: function
|
|
2030
|
+
vectorTriangle: withMetadata(function () {
|
|
1428
2031
|
return import('./assets/vector_triangle');
|
|
1429
|
-
},
|
|
1430
|
-
|
|
2032
|
+
}, {
|
|
2033
|
+
synonyms: ['vector', 'triangle', 'shape', 'geometry', 'delta']
|
|
2034
|
+
}),
|
|
2035
|
+
notebookApp: withMetadata(function () {
|
|
1431
2036
|
return import('./assets/app_notebook');
|
|
1432
|
-
},
|
|
1433
|
-
|
|
2037
|
+
}, {
|
|
2038
|
+
category: 'app'
|
|
2039
|
+
}),
|
|
2040
|
+
number: withMetadata(function () {
|
|
1434
2041
|
return import('./assets/number');
|
|
1435
|
-
},
|
|
2042
|
+
}, {
|
|
2043
|
+
synonyms: ['number', 'digit', 'numeric', 'count', 'hash']
|
|
2044
|
+
}),
|
|
1436
2045
|
offline: function offline() {
|
|
1437
2046
|
return import('./assets/wifi_slash');
|
|
1438
2047
|
},
|
|
1439
2048
|
// NOTE: To be deprecated in favor of wifiSlash
|
|
1440
|
-
wifiSlash: function
|
|
2049
|
+
wifiSlash: withMetadata(function () {
|
|
1441
2050
|
return import('./assets/wifi_slash');
|
|
1442
|
-
},
|
|
2051
|
+
}, {
|
|
2052
|
+
synonyms: ['wifi', 'off', 'disconnected', 'network', 'wireless', 'no signal']
|
|
2053
|
+
}),
|
|
1443
2054
|
online: function online() {
|
|
1444
2055
|
return import('./assets/wifi');
|
|
1445
2056
|
},
|
|
1446
2057
|
// NOTE: To be deprecated in favor of wifi
|
|
1447
|
-
wifi: function
|
|
2058
|
+
wifi: withMetadata(function () {
|
|
1448
2059
|
return import('./assets/wifi');
|
|
1449
|
-
},
|
|
1450
|
-
|
|
2060
|
+
}, {
|
|
2061
|
+
synonyms: ['wifi', 'wireless', 'network', 'internet', 'connection']
|
|
2062
|
+
}),
|
|
2063
|
+
outlierDetectionJob: withMetadata(function () {
|
|
1451
2064
|
return import('./assets/ml_outlier_detection_job');
|
|
1452
|
-
},
|
|
1453
|
-
|
|
2065
|
+
}, {
|
|
2066
|
+
category: 'ml'
|
|
2067
|
+
}),
|
|
2068
|
+
package: withMetadata(function () {
|
|
1454
2069
|
return import('./assets/package');
|
|
1455
|
-
},
|
|
1456
|
-
|
|
2070
|
+
}, {
|
|
2071
|
+
synonyms: ['package', 'box', 'bundle', 'npm', 'module']
|
|
2072
|
+
}),
|
|
2073
|
+
packetbeatApp: withMetadata(function () {
|
|
1457
2074
|
return import('./assets/app_packetbeat');
|
|
1458
|
-
},
|
|
2075
|
+
}, {
|
|
2076
|
+
category: 'app'
|
|
2077
|
+
}),
|
|
1459
2078
|
pageSelect: function pageSelect() {
|
|
1460
2079
|
return import('./assets/page_select');
|
|
1461
2080
|
},
|
|
1462
|
-
pagesSelect: function
|
|
2081
|
+
pagesSelect: withMetadata(function () {
|
|
1463
2082
|
return import('./assets/pages_select');
|
|
1464
|
-
},
|
|
1465
|
-
|
|
2083
|
+
}, {
|
|
2084
|
+
synonyms: ['pages', 'select', 'pagination', 'choose', 'document']
|
|
2085
|
+
}),
|
|
2086
|
+
palette: withMetadata(function () {
|
|
1466
2087
|
return import('./assets/palette');
|
|
1467
|
-
},
|
|
1468
|
-
|
|
2088
|
+
}, {
|
|
2089
|
+
synonyms: ['palette', 'colors', 'theme', 'design', 'swatch']
|
|
2090
|
+
}),
|
|
2091
|
+
paperClip: withMetadata(function () {
|
|
1469
2092
|
return import('./assets/paper_clip');
|
|
1470
|
-
},
|
|
1471
|
-
|
|
2093
|
+
}, {
|
|
2094
|
+
synonyms: ['attachment', 'clip', 'file', 'attach', 'paperclip']
|
|
2095
|
+
}),
|
|
2096
|
+
partial: withMetadata(function () {
|
|
1472
2097
|
return import('./assets/partial');
|
|
1473
|
-
},
|
|
1474
|
-
|
|
2098
|
+
}, {
|
|
2099
|
+
synonyms: ['partial', 'incomplete', 'fragment', 'section']
|
|
2100
|
+
}),
|
|
2101
|
+
pause: withMetadata(function () {
|
|
1475
2102
|
return import('./assets/pause');
|
|
1476
|
-
},
|
|
2103
|
+
}, {
|
|
2104
|
+
synonyms: ['pause', 'hold', 'stop temporary', 'wait']
|
|
2105
|
+
}),
|
|
1477
2106
|
payment: function payment() {
|
|
1478
2107
|
return import('./assets/payment');
|
|
1479
2108
|
},
|
|
1480
|
-
pencil: function
|
|
2109
|
+
pencil: withMetadata(function () {
|
|
1481
2110
|
return import('./assets/pencil');
|
|
1482
|
-
},
|
|
1483
|
-
|
|
2111
|
+
}, {
|
|
2112
|
+
synonyms: ['pencil', 'edit', 'write', 'modify', 'pen']
|
|
2113
|
+
}),
|
|
2114
|
+
percent: withMetadata(function () {
|
|
1484
2115
|
return import('./assets/percent');
|
|
1485
|
-
},
|
|
1486
|
-
|
|
2116
|
+
}, {
|
|
2117
|
+
synonyms: ['percent', 'percentage', 'ratio', 'rate']
|
|
2118
|
+
}),
|
|
2119
|
+
pin: withMetadata(function () {
|
|
1487
2120
|
return import('./assets/pin');
|
|
1488
|
-
},
|
|
1489
|
-
|
|
2121
|
+
}, {
|
|
2122
|
+
synonyms: ['pin', 'anchor', 'stick', 'fixed', 'bookmark']
|
|
2123
|
+
}),
|
|
2124
|
+
pinFill: withMetadata(function () {
|
|
1490
2125
|
return import('./assets/pin_fill');
|
|
1491
|
-
},
|
|
2126
|
+
}, {
|
|
2127
|
+
synonyms: ['pin', 'filled', 'stick', 'anchor', 'fixed', 'bookmark']
|
|
2128
|
+
}),
|
|
1492
2129
|
pinFilled: function pinFilled() {
|
|
1493
2130
|
return import('./assets/pin_fill');
|
|
1494
2131
|
},
|
|
@@ -1497,19 +2134,25 @@ export var typeToPathMap = {
|
|
|
1497
2134
|
return import('./assets/line_break');
|
|
1498
2135
|
},
|
|
1499
2136
|
// NOTE: To be deprecated in favor of lineBreak
|
|
1500
|
-
pipelineApp: function
|
|
2137
|
+
pipelineApp: withMetadata(function () {
|
|
1501
2138
|
return import('./assets/app_pipeline');
|
|
1502
|
-
},
|
|
2139
|
+
}, {
|
|
2140
|
+
category: 'app'
|
|
2141
|
+
}),
|
|
1503
2142
|
pipeNoBreaks: function pipeNoBreaks() {
|
|
1504
2143
|
return import('./assets/line_break_slash');
|
|
1505
2144
|
},
|
|
1506
2145
|
// NOTE: To be deprecated in favor of lineBreakSlash
|
|
1507
|
-
pivot: function
|
|
2146
|
+
pivot: withMetadata(function () {
|
|
1508
2147
|
return import('./assets/pivot');
|
|
1509
|
-
},
|
|
1510
|
-
|
|
2148
|
+
}, {
|
|
2149
|
+
synonyms: ['pivot', 'table', 'transform', 'rotate', 'analytics']
|
|
2150
|
+
}),
|
|
2151
|
+
play: withMetadata(function () {
|
|
1511
2152
|
return import('./assets/play');
|
|
1512
|
-
},
|
|
2153
|
+
}, {
|
|
2154
|
+
synonyms: ['play', 'start', 'run', 'media', 'video']
|
|
2155
|
+
}),
|
|
1513
2156
|
playFilled: function playFilled() {
|
|
1514
2157
|
return import('./assets/play_filled');
|
|
1515
2158
|
},
|
|
@@ -1517,12 +2160,16 @@ export var typeToPathMap = {
|
|
|
1517
2160
|
plugs: function plugs() {
|
|
1518
2161
|
return import('./assets/plugs');
|
|
1519
2162
|
},
|
|
1520
|
-
plus: function
|
|
2163
|
+
plus: withMetadata(function () {
|
|
1521
2164
|
return import('./assets/plus');
|
|
1522
|
-
},
|
|
1523
|
-
|
|
2165
|
+
}, {
|
|
2166
|
+
synonyms: ['plus', 'add', 'new', 'create', 'increment']
|
|
2167
|
+
}),
|
|
2168
|
+
plusCircle: withMetadata(function () {
|
|
1524
2169
|
return import('./assets/plus_circle');
|
|
1525
|
-
},
|
|
2170
|
+
}, {
|
|
2171
|
+
synonyms: ['plus circle', 'plus', 'add', 'new', 'create', 'increment', 'circle']
|
|
2172
|
+
}),
|
|
1526
2173
|
plusInCircle: function plusInCircle() {
|
|
1527
2174
|
return import('./assets/plus_circle');
|
|
1528
2175
|
},
|
|
@@ -1535,88 +2182,132 @@ export var typeToPathMap = {
|
|
|
1535
2182
|
return import('./assets/plus_square');
|
|
1536
2183
|
},
|
|
1537
2184
|
// NOTE: To be deprecated in favor of plusSquare
|
|
1538
|
-
plusSquare: function
|
|
2185
|
+
plusSquare: withMetadata(function () {
|
|
1539
2186
|
return import('./assets/plus_square');
|
|
1540
|
-
},
|
|
2187
|
+
}, {
|
|
2188
|
+
synonyms: ['plus', 'square', 'add', 'expand', 'increment']
|
|
2189
|
+
}),
|
|
1541
2190
|
popout: function popout() {
|
|
1542
2191
|
return import('./assets/external');
|
|
1543
2192
|
},
|
|
1544
2193
|
// NOTE: To be deprecated in favor of external
|
|
1545
|
-
presentation: function
|
|
2194
|
+
presentation: withMetadata(function () {
|
|
1546
2195
|
return import('./assets/presentation');
|
|
1547
|
-
},
|
|
2196
|
+
}, {
|
|
2197
|
+
synonyms: ['presentation', 'slides', 'deck', 'display', 'show']
|
|
2198
|
+
}),
|
|
1548
2199
|
productRobot: function productRobot() {
|
|
1549
2200
|
return import('./assets/product_agent');
|
|
1550
2201
|
},
|
|
1551
2202
|
// NOTE: To be deprecated in favor of productAgent
|
|
1552
|
-
productAgent: function
|
|
2203
|
+
productAgent: withMetadata(function () {
|
|
1553
2204
|
return import('./assets/product_agent');
|
|
1554
|
-
},
|
|
1555
|
-
|
|
2205
|
+
}, {
|
|
2206
|
+
synonyms: ['agent', 'product', 'elastic agent', 'fleet', 'monitoring']
|
|
2207
|
+
}),
|
|
2208
|
+
productCloudInfra: withMetadata(function () {
|
|
1556
2209
|
return import('./assets/product_cloud_infra');
|
|
1557
|
-
},
|
|
1558
|
-
|
|
2210
|
+
}, {
|
|
2211
|
+
synonyms: ['cloud', 'infrastructure', 'product', 'hosting', 'platform']
|
|
2212
|
+
}),
|
|
2213
|
+
productDashboard: withMetadata(function () {
|
|
1559
2214
|
return import('./assets/product_dashboard');
|
|
1560
|
-
},
|
|
1561
|
-
|
|
2215
|
+
}, {
|
|
2216
|
+
synonyms: ['dashboard', 'product', 'kibana', 'analytics', 'panel']
|
|
2217
|
+
}),
|
|
2218
|
+
productDiscover: withMetadata(function () {
|
|
1562
2219
|
return import('./assets/product_discover');
|
|
1563
|
-
},
|
|
1564
|
-
|
|
2220
|
+
}, {
|
|
2221
|
+
synonyms: ['discover', 'product', 'explore', 'data', 'search', 'kibana']
|
|
2222
|
+
}),
|
|
2223
|
+
productML: withMetadata(function () {
|
|
1565
2224
|
return import('./assets/product_ml');
|
|
1566
|
-
},
|
|
1567
|
-
|
|
2225
|
+
}, {
|
|
2226
|
+
synonyms: ['machine learning', 'ml', 'product', 'model', 'ai']
|
|
2227
|
+
}),
|
|
2228
|
+
productStreamsClassic: withMetadata(function () {
|
|
1568
2229
|
return import('./assets/product_streams_classic');
|
|
1569
|
-
},
|
|
1570
|
-
|
|
2230
|
+
}, {
|
|
2231
|
+
synonyms: ['streams', 'classic', 'product', 'data', 'pipeline']
|
|
2232
|
+
}),
|
|
2233
|
+
productStreamsWired: withMetadata(function () {
|
|
1571
2234
|
return import('./assets/product_streams_wired');
|
|
1572
|
-
},
|
|
2235
|
+
}, {
|
|
2236
|
+
synonyms: ['streams', 'wired', 'product', 'data', 'pipeline', 'connected']
|
|
2237
|
+
}),
|
|
1573
2238
|
push: function push() {
|
|
1574
2239
|
return import('./assets/send');
|
|
1575
2240
|
},
|
|
1576
2241
|
// NOTE: To be deprecated in favor of send
|
|
1577
|
-
send: function
|
|
2242
|
+
send: withMetadata(function () {
|
|
1578
2243
|
return import('./assets/send');
|
|
1579
|
-
},
|
|
1580
|
-
|
|
2244
|
+
}, {
|
|
2245
|
+
synonyms: ['send', 'submit', 'dispatch', 'arrow', 'share']
|
|
2246
|
+
}),
|
|
2247
|
+
question: withMetadata(function () {
|
|
1581
2248
|
return import('./assets/question');
|
|
1582
|
-
},
|
|
1583
|
-
|
|
2249
|
+
}, {
|
|
2250
|
+
synonyms: ['question', 'help', 'unknown', 'faq', 'ask']
|
|
2251
|
+
}),
|
|
2252
|
+
quote: withMetadata(function () {
|
|
1584
2253
|
return import('./assets/quote');
|
|
1585
|
-
},
|
|
1586
|
-
|
|
2254
|
+
}, {
|
|
2255
|
+
synonyms: ['quote', 'citation', 'blockquote', 'text']
|
|
2256
|
+
}),
|
|
2257
|
+
radar: withMetadata(function () {
|
|
1587
2258
|
return import('./assets/radar');
|
|
1588
|
-
},
|
|
1589
|
-
|
|
2259
|
+
}, {
|
|
2260
|
+
synonyms: ['radar', 'scan', 'detect', 'monitor', 'signal']
|
|
2261
|
+
}),
|
|
2262
|
+
readOnly: withMetadata(function () {
|
|
1590
2263
|
return import('./assets/read_only');
|
|
1591
|
-
},
|
|
1592
|
-
|
|
2264
|
+
}, {
|
|
2265
|
+
synonyms: ['read only', 'locked', 'view', 'permission', 'restrict']
|
|
2266
|
+
}),
|
|
2267
|
+
recentlyViewedApp: withMetadata(function () {
|
|
1593
2268
|
return import('./assets/app_recently_viewed');
|
|
1594
|
-
},
|
|
1595
|
-
|
|
2269
|
+
}, {
|
|
2270
|
+
category: 'app'
|
|
2271
|
+
}),
|
|
2272
|
+
refresh: withMetadata(function () {
|
|
1596
2273
|
return import('./assets/refresh');
|
|
1597
|
-
},
|
|
1598
|
-
|
|
2274
|
+
}, {
|
|
2275
|
+
synonyms: ['refresh', 'reload', 'sync', 'update', 'rotate']
|
|
2276
|
+
}),
|
|
2277
|
+
regressionJob: withMetadata(function () {
|
|
1599
2278
|
return import('./assets/ml_regression_job');
|
|
1600
|
-
},
|
|
1601
|
-
|
|
2279
|
+
}, {
|
|
2280
|
+
category: 'ml'
|
|
2281
|
+
}),
|
|
2282
|
+
reporter: withMetadata(function () {
|
|
1602
2283
|
return import('./assets/reporter');
|
|
1603
|
-
},
|
|
1604
|
-
|
|
2284
|
+
}, {
|
|
2285
|
+
synonyms: ['reporter', 'report', 'export', 'document', 'output']
|
|
2286
|
+
}),
|
|
2287
|
+
reportingApp: withMetadata(function () {
|
|
1605
2288
|
return import('./assets/app_reporting');
|
|
1606
|
-
},
|
|
1607
|
-
|
|
2289
|
+
}, {
|
|
2290
|
+
category: 'app'
|
|
2291
|
+
}),
|
|
2292
|
+
return: withMetadata(function () {
|
|
1608
2293
|
return import('./assets/return');
|
|
1609
|
-
},
|
|
2294
|
+
}, {
|
|
2295
|
+
synonyms: ['return', 'enter', 'keyboard', 'submit', 'back', 'revert']
|
|
2296
|
+
}),
|
|
1610
2297
|
returnKey: function returnKey() {
|
|
1611
2298
|
return import('./assets/return');
|
|
1612
2299
|
},
|
|
1613
2300
|
// NOTE: To be deprecated in favor of return
|
|
1614
|
-
save: function
|
|
2301
|
+
save: withMetadata(function () {
|
|
1615
2302
|
return import('./assets/save');
|
|
1616
|
-
},
|
|
1617
|
-
|
|
2303
|
+
}, {
|
|
2304
|
+
synonyms: ['save', 'store', 'disk', 'persist', 'keep']
|
|
2305
|
+
}),
|
|
2306
|
+
savedObjectsApp: withMetadata(function () {
|
|
1618
2307
|
return import('./assets/app_saved_objects');
|
|
1619
|
-
},
|
|
2308
|
+
}, {
|
|
2309
|
+
category: 'app'
|
|
2310
|
+
}),
|
|
1620
2311
|
scale: function scale() {
|
|
1621
2312
|
return import('./assets/scale');
|
|
1622
2313
|
},
|
|
@@ -1624,18 +2315,26 @@ export var typeToPathMap = {
|
|
|
1624
2315
|
return import('./assets/magnify');
|
|
1625
2316
|
},
|
|
1626
2317
|
// NOTE: To be deprecated in favor of magnify
|
|
1627
|
-
searchProfilerApp: function
|
|
2318
|
+
searchProfilerApp: withMetadata(function () {
|
|
1628
2319
|
return import('./assets/app_search_profiler');
|
|
1629
|
-
},
|
|
1630
|
-
|
|
2320
|
+
}, {
|
|
2321
|
+
category: 'app'
|
|
2322
|
+
}),
|
|
2323
|
+
section: withMetadata(function () {
|
|
1631
2324
|
return import('./assets/section');
|
|
1632
|
-
},
|
|
1633
|
-
|
|
2325
|
+
}, {
|
|
2326
|
+
synonyms: ['section', 'region', 'block', 'area', 'group']
|
|
2327
|
+
}),
|
|
2328
|
+
securityAnalyticsApp: withMetadata(function () {
|
|
1634
2329
|
return import('./assets/app_security_analytics');
|
|
1635
|
-
},
|
|
1636
|
-
|
|
2330
|
+
}, {
|
|
2331
|
+
category: 'app'
|
|
2332
|
+
}),
|
|
2333
|
+
securityApp: withMetadata(function () {
|
|
1637
2334
|
return import('./assets/app_security');
|
|
1638
|
-
},
|
|
2335
|
+
}, {
|
|
2336
|
+
category: 'app'
|
|
2337
|
+
}),
|
|
1639
2338
|
securitySignal: function securitySignal() {
|
|
1640
2339
|
return import('./assets/security_signal');
|
|
1641
2340
|
},
|
|
@@ -1646,63 +2345,95 @@ export var typeToPathMap = {
|
|
|
1646
2345
|
securitySignalResolved: function securitySignalResolved() {
|
|
1647
2346
|
return import('./assets/security_signal_resolved');
|
|
1648
2347
|
},
|
|
1649
|
-
server: function
|
|
2348
|
+
server: withMetadata(function () {
|
|
1650
2349
|
return import('./assets/server');
|
|
1651
|
-
},
|
|
2350
|
+
}, {
|
|
2351
|
+
synonyms: ['server', 'host', 'machine', 'infrastructure', 'backend']
|
|
2352
|
+
}),
|
|
1652
2353
|
sessionViewer: function sessionViewer() {
|
|
1653
2354
|
return import('./assets/session_viewer');
|
|
1654
2355
|
},
|
|
1655
|
-
shard: function
|
|
2356
|
+
shard: withMetadata(function () {
|
|
1656
2357
|
return import('./assets/shard');
|
|
1657
|
-
},
|
|
1658
|
-
|
|
2358
|
+
}, {
|
|
2359
|
+
synonyms: ['shard', 'partition', 'segment', 'elastic', 'index']
|
|
2360
|
+
}),
|
|
2361
|
+
share: withMetadata(function () {
|
|
1659
2362
|
return import('./assets/share');
|
|
1660
|
-
},
|
|
1661
|
-
|
|
2363
|
+
}, {
|
|
2364
|
+
synonyms: ['share', 'send', 'distribute', 'social', 'export']
|
|
2365
|
+
}),
|
|
2366
|
+
significantEvents: withMetadata(function () {
|
|
1662
2367
|
return import('./assets/significant_events');
|
|
1663
|
-
},
|
|
2368
|
+
}, {
|
|
2369
|
+
synonyms: ['events', 'significant', 'anomaly', 'alert', 'notable', 'timeline']
|
|
2370
|
+
}),
|
|
1664
2371
|
singleMetricViewer: function singleMetricViewer() {
|
|
1665
2372
|
return import('./assets/single_metric_viewer');
|
|
1666
2373
|
},
|
|
1667
|
-
snowflake: function
|
|
2374
|
+
snowflake: withMetadata(function () {
|
|
1668
2375
|
return import('./assets/snowflake');
|
|
1669
|
-
},
|
|
1670
|
-
|
|
2376
|
+
}, {
|
|
2377
|
+
synonyms: ['snowflake', 'unique', 'id', 'data warehouse']
|
|
2378
|
+
}),
|
|
2379
|
+
sortAscending: withMetadata(function () {
|
|
1671
2380
|
return import('./assets/sort_ascending');
|
|
1672
|
-
},
|
|
1673
|
-
|
|
2381
|
+
}, {
|
|
2382
|
+
synonyms: ['sort', 'ascending', 'up', 'order', 'rank', 'increase']
|
|
2383
|
+
}),
|
|
2384
|
+
sortDescending: withMetadata(function () {
|
|
1674
2385
|
return import('./assets/sort_descending');
|
|
1675
|
-
},
|
|
1676
|
-
|
|
2386
|
+
}, {
|
|
2387
|
+
synonyms: ['sort', 'descending', 'down', 'order', 'rank', 'decrease']
|
|
2388
|
+
}),
|
|
2389
|
+
sortDown: withMetadata(function () {
|
|
1677
2390
|
return import('./assets/sort_down');
|
|
1678
|
-
},
|
|
1679
|
-
|
|
2391
|
+
}, {
|
|
2392
|
+
synonyms: ['sort down', 'sort', 'order', 'rank', 'arrange', 'down']
|
|
2393
|
+
}),
|
|
2394
|
+
sortLeft: withMetadata(function () {
|
|
1680
2395
|
return import('./assets/sort_left');
|
|
1681
|
-
},
|
|
1682
|
-
|
|
2396
|
+
}, {
|
|
2397
|
+
synonyms: ['sort left', 'sort', 'order', 'rank', 'arrange', 'left']
|
|
2398
|
+
}),
|
|
2399
|
+
sortRight: withMetadata(function () {
|
|
1683
2400
|
return import('./assets/sort_right');
|
|
1684
|
-
},
|
|
1685
|
-
|
|
2401
|
+
}, {
|
|
2402
|
+
synonyms: ['sort right', 'sort', 'order', 'rank', 'arrange', 'right']
|
|
2403
|
+
}),
|
|
2404
|
+
sortUp: withMetadata(function () {
|
|
1686
2405
|
return import('./assets/sort_up');
|
|
1687
|
-
},
|
|
1688
|
-
|
|
2406
|
+
}, {
|
|
2407
|
+
synonyms: ['sort up', 'sort', 'order', 'rank', 'arrange', 'up']
|
|
2408
|
+
}),
|
|
2409
|
+
sortable: withMetadata(function () {
|
|
1689
2410
|
return import('./assets/sortable');
|
|
1690
|
-
},
|
|
2411
|
+
}, {
|
|
2412
|
+
synonyms: ['sortable', 'sort', 'order']
|
|
2413
|
+
}),
|
|
1691
2414
|
spaces: function spaces() {
|
|
1692
2415
|
return import('./assets/spaces');
|
|
1693
2416
|
},
|
|
1694
|
-
spacesApp: function
|
|
2417
|
+
spacesApp: withMetadata(function () {
|
|
1695
2418
|
return import('./assets/app_spaces');
|
|
1696
|
-
},
|
|
1697
|
-
|
|
2419
|
+
}, {
|
|
2420
|
+
category: 'app'
|
|
2421
|
+
}),
|
|
2422
|
+
sparkles: withMetadata(function () {
|
|
1698
2423
|
return import('./assets/sparkles');
|
|
1699
|
-
},
|
|
1700
|
-
|
|
2424
|
+
}, {
|
|
2425
|
+
synonyms: ['sparkles', 'ai', 'magic', 'new', 'enhance', 'auto']
|
|
2426
|
+
}),
|
|
2427
|
+
sqlApp: withMetadata(function () {
|
|
1701
2428
|
return import('./assets/app_sql');
|
|
1702
|
-
},
|
|
1703
|
-
|
|
2429
|
+
}, {
|
|
2430
|
+
category: 'app'
|
|
2431
|
+
}),
|
|
2432
|
+
star: withMetadata(function () {
|
|
1704
2433
|
return import('./assets/star');
|
|
1705
|
-
},
|
|
2434
|
+
}, {
|
|
2435
|
+
synonyms: ['star', 'favorite', 'rating', 'bookmark']
|
|
2436
|
+
}),
|
|
1706
2437
|
starEmpty: function starEmpty() {
|
|
1707
2438
|
return import('./assets/star');
|
|
1708
2439
|
},
|
|
@@ -1710,9 +2441,11 @@ export var typeToPathMap = {
|
|
|
1710
2441
|
starEmptySpace: function starEmptySpace() {
|
|
1711
2442
|
return import('./assets/star_empty_space');
|
|
1712
2443
|
},
|
|
1713
|
-
starFill: function
|
|
2444
|
+
starFill: withMetadata(function () {
|
|
1714
2445
|
return import('./assets/star_fill');
|
|
1715
|
-
},
|
|
2446
|
+
}, {
|
|
2447
|
+
synonyms: ['star fill', 'star', 'favorite', 'rating', 'bookmark', 'fill', 'filled', 'solid']
|
|
2448
|
+
}),
|
|
1716
2449
|
starFilled: function starFilled() {
|
|
1717
2450
|
return import('./assets/star_fill');
|
|
1718
2451
|
},
|
|
@@ -1747,9 +2480,11 @@ export var typeToPathMap = {
|
|
|
1747
2480
|
stats: function stats() {
|
|
1748
2481
|
return import('./assets/stats');
|
|
1749
2482
|
},
|
|
1750
|
-
stop: function
|
|
2483
|
+
stop: withMetadata(function () {
|
|
1751
2484
|
return import('./assets/stop');
|
|
1752
|
-
},
|
|
2485
|
+
}, {
|
|
2486
|
+
synonyms: ['stop', 'halt', 'end', 'terminate', 'square']
|
|
2487
|
+
}),
|
|
1753
2488
|
stopFill: function stopFill() {
|
|
1754
2489
|
return import('./assets/stop_fill');
|
|
1755
2490
|
},
|
|
@@ -1760,9 +2495,11 @@ export var typeToPathMap = {
|
|
|
1760
2495
|
stopSlash: function stopSlash() {
|
|
1761
2496
|
return import('./assets/stop_slash');
|
|
1762
2497
|
},
|
|
1763
|
-
storage: function
|
|
2498
|
+
storage: withMetadata(function () {
|
|
1764
2499
|
return import('./assets/storage');
|
|
1765
|
-
},
|
|
2500
|
+
}, {
|
|
2501
|
+
synonyms: ['storage', 'disk', 'drive', 'save', 'data store']
|
|
2502
|
+
}),
|
|
1766
2503
|
streamsClassic: function streamsClassic() {
|
|
1767
2504
|
return import('./assets/product_streams_classic');
|
|
1768
2505
|
},
|
|
@@ -1778,30 +2515,38 @@ export var typeToPathMap = {
|
|
|
1778
2515
|
return import('./assets/merge');
|
|
1779
2516
|
},
|
|
1780
2517
|
// NOTE: To be deprecated in favor of `merge`
|
|
1781
|
-
sun: function
|
|
2518
|
+
sun: withMetadata(function () {
|
|
1782
2519
|
return import('./assets/sun');
|
|
1783
|
-
},
|
|
2520
|
+
}, {
|
|
2521
|
+
synonyms: ['sun', 'light', 'day', 'theme', 'bright']
|
|
2522
|
+
}),
|
|
1784
2523
|
swatchInput: function swatchInput() {
|
|
1785
2524
|
return import('./assets/swatch_input');
|
|
1786
2525
|
},
|
|
1787
2526
|
// Undocumented on purpose. Has an extra stroke for EuiColorPicker
|
|
1788
|
-
symlink: function
|
|
2527
|
+
symlink: withMetadata(function () {
|
|
1789
2528
|
return import('./assets/symlink');
|
|
1790
|
-
},
|
|
2529
|
+
}, {
|
|
2530
|
+
synonyms: ['symlink', 'shortcut', 'alias', 'link', 'reference']
|
|
2531
|
+
}),
|
|
1791
2532
|
tableDensityCompact: function tableDensityCompact() {
|
|
1792
2533
|
return import('./assets/table_density_high');
|
|
1793
2534
|
},
|
|
1794
2535
|
// NOTE: To be deprecated in favor of tableDensityHigh
|
|
1795
|
-
tableDensityHigh: function
|
|
2536
|
+
tableDensityHigh: withMetadata(function () {
|
|
1796
2537
|
return import('./assets/table_density_high');
|
|
1797
|
-
},
|
|
2538
|
+
}, {
|
|
2539
|
+
synonyms: ['table', 'density', 'compact', 'tight', 'rows', 'spacing']
|
|
2540
|
+
}),
|
|
1798
2541
|
tableDensityExpanded: function tableDensityExpanded() {
|
|
1799
2542
|
return import('./assets/table_density_low');
|
|
1800
2543
|
},
|
|
1801
2544
|
// NOTE: To be deprecated in favor of tableDensityLow
|
|
1802
|
-
tableDensityLow: function
|
|
2545
|
+
tableDensityLow: withMetadata(function () {
|
|
1803
2546
|
return import('./assets/table_density_low');
|
|
1804
|
-
},
|
|
2547
|
+
}, {
|
|
2548
|
+
synonyms: ['table', 'density', 'spacious', 'loose', 'rows', 'spacing']
|
|
2549
|
+
}),
|
|
1805
2550
|
tableDensityNormal: function tableDensityNormal() {
|
|
1806
2551
|
return import('./assets/table');
|
|
1807
2552
|
},
|
|
@@ -1809,9 +2554,11 @@ export var typeToPathMap = {
|
|
|
1809
2554
|
tableOfContents: function tableOfContents() {
|
|
1810
2555
|
return import('./assets/table_of_contents');
|
|
1811
2556
|
},
|
|
1812
|
-
tag: function
|
|
2557
|
+
tag: withMetadata(function () {
|
|
1813
2558
|
return import('./assets/tag');
|
|
1814
|
-
},
|
|
2559
|
+
}, {
|
|
2560
|
+
synonyms: ['tag', 'label', 'category', 'keyword', 'badge']
|
|
2561
|
+
}),
|
|
1815
2562
|
tear: function tear() {
|
|
1816
2563
|
return import('./assets/tear');
|
|
1817
2564
|
},
|
|
@@ -1819,31 +2566,45 @@ export var typeToPathMap = {
|
|
|
1819
2566
|
return import('./assets/thermometer');
|
|
1820
2567
|
},
|
|
1821
2568
|
// NOTE: To be deprecated in favor of thermometer
|
|
1822
|
-
thermometer: function
|
|
2569
|
+
thermometer: withMetadata(function () {
|
|
1823
2570
|
return import('./assets/thermometer');
|
|
1824
|
-
},
|
|
1825
|
-
|
|
2571
|
+
}, {
|
|
2572
|
+
synonyms: ['thermometer', 'temperature', 'heat', 'metric', 'gauge']
|
|
2573
|
+
}),
|
|
2574
|
+
thumbDown: withMetadata(function () {
|
|
1826
2575
|
return import('./assets/thumb_down');
|
|
1827
|
-
},
|
|
1828
|
-
|
|
2576
|
+
}, {
|
|
2577
|
+
synonyms: ['thumbs down', 'dislike', 'negative', 'vote', 'feedback', 'bad']
|
|
2578
|
+
}),
|
|
2579
|
+
thumbUp: withMetadata(function () {
|
|
1829
2580
|
return import('./assets/thumb_up');
|
|
1830
|
-
},
|
|
1831
|
-
|
|
2581
|
+
}, {
|
|
2582
|
+
synonyms: ['thumbs up', 'like', 'positive', 'vote', 'feedback', 'good']
|
|
2583
|
+
}),
|
|
2584
|
+
timeline: withMetadata(function () {
|
|
1832
2585
|
return import('./assets/timeline');
|
|
1833
|
-
},
|
|
1834
|
-
|
|
2586
|
+
}, {
|
|
2587
|
+
synonyms: ['timeline', 'history', 'events', 'chronological', 'sequence']
|
|
2588
|
+
}),
|
|
2589
|
+
timelineWithArrow: withMetadata(function () {
|
|
1835
2590
|
return import('./assets/timeline_with_arrow');
|
|
1836
|
-
},
|
|
1837
|
-
|
|
2591
|
+
}, {
|
|
2592
|
+
synonyms: ['timeline', 'arrow', 'history', 'sequence', 'flow', 'events']
|
|
2593
|
+
}),
|
|
2594
|
+
timelionApp: withMetadata(function () {
|
|
1838
2595
|
return import('./assets/app_timelion');
|
|
1839
|
-
},
|
|
2596
|
+
}, {
|
|
2597
|
+
category: 'app'
|
|
2598
|
+
}),
|
|
1840
2599
|
timeRefresh: function timeRefresh() {
|
|
1841
2600
|
return import('./assets/refresh_time');
|
|
1842
2601
|
},
|
|
1843
2602
|
// NOTE: To be deprecated in favor of refreshTime
|
|
1844
|
-
refreshTime: function
|
|
2603
|
+
refreshTime: withMetadata(function () {
|
|
1845
2604
|
return import('./assets/refresh_time');
|
|
1846
|
-
},
|
|
2605
|
+
}, {
|
|
2606
|
+
synonyms: ['refresh', 'time', 'reload', 'schedule', 'sync', 'clock']
|
|
2607
|
+
}),
|
|
1847
2608
|
timeslider: function timeslider() {
|
|
1848
2609
|
return import('./assets/clock_control');
|
|
1849
2610
|
},
|
|
@@ -1852,27 +2613,41 @@ export var typeToPathMap = {
|
|
|
1852
2613
|
return import('./assets/presentation');
|
|
1853
2614
|
},
|
|
1854
2615
|
// NOTE: To be deprecated in favor of presentation,
|
|
1855
|
-
transitionBottomIn: function
|
|
2616
|
+
transitionBottomIn: withMetadata(function () {
|
|
1856
2617
|
return import('./assets/transition_bottom_in');
|
|
1857
|
-
},
|
|
1858
|
-
|
|
2618
|
+
}, {
|
|
2619
|
+
synonyms: ['transition', 'bottom', 'in', 'animate', 'enter', 'motion']
|
|
2620
|
+
}),
|
|
2621
|
+
transitionBottomOut: withMetadata(function () {
|
|
1859
2622
|
return import('./assets/transition_bottom_out');
|
|
1860
|
-
},
|
|
1861
|
-
|
|
2623
|
+
}, {
|
|
2624
|
+
synonyms: ['transition', 'bottom', 'out', 'animate', 'exit', 'motion']
|
|
2625
|
+
}),
|
|
2626
|
+
transitionLeftIn: withMetadata(function () {
|
|
1862
2627
|
return import('./assets/transition_left_in');
|
|
1863
|
-
},
|
|
1864
|
-
|
|
2628
|
+
}, {
|
|
2629
|
+
synonyms: ['transition', 'left', 'in', 'animate', 'enter', 'motion']
|
|
2630
|
+
}),
|
|
2631
|
+
transitionLeftOut: withMetadata(function () {
|
|
1865
2632
|
return import('./assets/transition_left_out');
|
|
1866
|
-
},
|
|
1867
|
-
|
|
2633
|
+
}, {
|
|
2634
|
+
synonyms: ['transition', 'left', 'out', 'animate', 'exit', 'motion']
|
|
2635
|
+
}),
|
|
2636
|
+
transitionTopIn: withMetadata(function () {
|
|
1868
2637
|
return import('./assets/transition_top_in');
|
|
1869
|
-
},
|
|
1870
|
-
|
|
2638
|
+
}, {
|
|
2639
|
+
synonyms: ['transition', 'top', 'in', 'animate', 'enter', 'motion']
|
|
2640
|
+
}),
|
|
2641
|
+
transitionTopOut: withMetadata(function () {
|
|
1871
2642
|
return import('./assets/transition_top_out');
|
|
1872
|
-
},
|
|
1873
|
-
|
|
2643
|
+
}, {
|
|
2644
|
+
synonyms: ['transition', 'top', 'out', 'animate', 'exit', 'motion']
|
|
2645
|
+
}),
|
|
2646
|
+
trash: withMetadata(function () {
|
|
1874
2647
|
return import('./assets/trash');
|
|
1875
|
-
},
|
|
2648
|
+
}, {
|
|
2649
|
+
synonyms: ['trash', 'delete', 'remove', 'bin', 'garbage', 'discard']
|
|
2650
|
+
}),
|
|
1876
2651
|
unfold: function unfold() {
|
|
1877
2652
|
return import('./assets/unfold');
|
|
1878
2653
|
},
|
|
@@ -1880,38 +2655,54 @@ export var typeToPathMap = {
|
|
|
1880
2655
|
return import('./assets/link_slash');
|
|
1881
2656
|
},
|
|
1882
2657
|
// NOTE: To be deprecated in favor of linkSlash
|
|
1883
|
-
upgradeAssistantApp: function
|
|
2658
|
+
upgradeAssistantApp: withMetadata(function () {
|
|
1884
2659
|
return import('./assets/app_upgrade_assistant');
|
|
1885
|
-
},
|
|
1886
|
-
|
|
2660
|
+
}, {
|
|
2661
|
+
category: 'app'
|
|
2662
|
+
}),
|
|
2663
|
+
uptimeApp: withMetadata(function () {
|
|
1887
2664
|
return import('./assets/app_uptime');
|
|
1888
|
-
},
|
|
1889
|
-
|
|
2665
|
+
}, {
|
|
2666
|
+
category: 'app'
|
|
2667
|
+
}),
|
|
2668
|
+
user: withMetadata(function () {
|
|
1890
2669
|
return import('./assets/user');
|
|
1891
|
-
},
|
|
2670
|
+
}, {
|
|
2671
|
+
synonyms: ['user', 'person', 'account', 'profile', 'avatar']
|
|
2672
|
+
}),
|
|
1892
2673
|
userAvatar: function userAvatar() {
|
|
1893
2674
|
return import('./assets/user');
|
|
1894
2675
|
},
|
|
1895
2676
|
// NOTE: To be deprecated in favor of `user`
|
|
1896
|
-
users: function
|
|
2677
|
+
users: withMetadata(function () {
|
|
1897
2678
|
return import('./assets/users');
|
|
1898
|
-
},
|
|
1899
|
-
|
|
2679
|
+
}, {
|
|
2680
|
+
synonyms: ['users', 'people', 'team', 'group', 'accounts']
|
|
2681
|
+
}),
|
|
2682
|
+
usersRolesApp: withMetadata(function () {
|
|
1900
2683
|
return import('./assets/app_users_roles');
|
|
1901
|
-
},
|
|
1902
|
-
|
|
2684
|
+
}, {
|
|
2685
|
+
category: 'app'
|
|
2686
|
+
}),
|
|
2687
|
+
unarchive: withMetadata(function () {
|
|
1903
2688
|
return import('./assets/unarchive');
|
|
1904
|
-
},
|
|
2689
|
+
}, {
|
|
2690
|
+
synonyms: ['unarchive', 'restore', 'extract', 'retrieve', 'unpack']
|
|
2691
|
+
}),
|
|
1905
2692
|
vector: function vector() {
|
|
1906
2693
|
return import('./assets/vector_square');
|
|
1907
2694
|
},
|
|
1908
2695
|
// NOTE: To be deprecated in favor of vectorSquare
|
|
1909
|
-
vectorSquare: function
|
|
2696
|
+
vectorSquare: withMetadata(function () {
|
|
1910
2697
|
return import('./assets/vector_square');
|
|
1911
|
-
},
|
|
1912
|
-
|
|
2698
|
+
}, {
|
|
2699
|
+
synonyms: ['vector', 'square', 'shape', 'geometry', 'box', 'region']
|
|
2700
|
+
}),
|
|
2701
|
+
videoPlayer: withMetadata(function () {
|
|
1913
2702
|
return import('./assets/video_player');
|
|
1914
|
-
},
|
|
2703
|
+
}, {
|
|
2704
|
+
synonyms: ['video', 'player', 'play', 'media', 'film', 'watch']
|
|
2705
|
+
}),
|
|
1915
2706
|
visArea: function visArea() {
|
|
1916
2707
|
return import('./assets/chart_area');
|
|
1917
2708
|
},
|
|
@@ -1959,9 +2750,11 @@ export var typeToPathMap = {
|
|
|
1959
2750
|
return import('./assets/chart_metric');
|
|
1960
2751
|
},
|
|
1961
2752
|
// NOTE: To be deprecated in favor of chartMetric
|
|
1962
|
-
chartMetric: function
|
|
2753
|
+
chartMetric: withMetadata(function () {
|
|
1963
2754
|
return import('./assets/chart_metric');
|
|
1964
|
-
},
|
|
2755
|
+
}, {
|
|
2756
|
+
synonyms: ['metric', 'chart', 'kpi', 'measurement', 'stat', 'indicator']
|
|
2757
|
+
}),
|
|
1965
2758
|
visPie: function visPie() {
|
|
1966
2759
|
return import('./assets/chart_pie');
|
|
1967
2760
|
},
|
|
@@ -1988,25 +2781,35 @@ export var typeToPathMap = {
|
|
|
1988
2781
|
visVisualBuilder: function visVisualBuilder() {
|
|
1989
2782
|
return import('./assets/vis_visual_builder');
|
|
1990
2783
|
},
|
|
1991
|
-
visualizeApp: function
|
|
2784
|
+
visualizeApp: withMetadata(function () {
|
|
1992
2785
|
return import('./assets/app_visualize');
|
|
1993
|
-
},
|
|
1994
|
-
|
|
2786
|
+
}, {
|
|
2787
|
+
category: 'app'
|
|
2788
|
+
}),
|
|
2789
|
+
vulnerabilityManagementApp: withMetadata(function () {
|
|
1995
2790
|
return import('./assets/app_vulnerability_management');
|
|
1996
|
-
},
|
|
1997
|
-
|
|
2791
|
+
}, {
|
|
2792
|
+
category: 'app'
|
|
2793
|
+
}),
|
|
2794
|
+
warning: withMetadata(function () {
|
|
1998
2795
|
return import('./assets/warning');
|
|
1999
|
-
},
|
|
2796
|
+
}, {
|
|
2797
|
+
synonyms: ['warning', 'alert', 'caution', 'danger', 'issue']
|
|
2798
|
+
}),
|
|
2000
2799
|
warningFilled: function warningFilled() {
|
|
2001
2800
|
return import('./assets/warning_fill');
|
|
2002
2801
|
},
|
|
2003
2802
|
// NOTE: To be deprecated in favor of warningFill
|
|
2004
|
-
warningFill: function
|
|
2803
|
+
warningFill: withMetadata(function () {
|
|
2005
2804
|
return import('./assets/warning_fill');
|
|
2006
|
-
},
|
|
2007
|
-
|
|
2805
|
+
}, {
|
|
2806
|
+
synonyms: ['warning fill', 'warning', 'alert', 'caution', 'danger', 'issue', 'fill', 'filled']
|
|
2807
|
+
}),
|
|
2808
|
+
watchesApp: withMetadata(function () {
|
|
2008
2809
|
return import('./assets/app_watches');
|
|
2009
|
-
},
|
|
2810
|
+
}, {
|
|
2811
|
+
category: 'app'
|
|
2812
|
+
}),
|
|
2010
2813
|
web: function web() {
|
|
2011
2814
|
return import('./assets/web');
|
|
2012
2815
|
},
|
|
@@ -2016,189 +2819,357 @@ export var typeToPathMap = {
|
|
|
2016
2819
|
wordWrapDisabled: function wordWrapDisabled() {
|
|
2017
2820
|
return import('./assets/word_wrap_disabled');
|
|
2018
2821
|
},
|
|
2019
|
-
workflowsApp: function
|
|
2822
|
+
workflowsApp: withMetadata(function () {
|
|
2020
2823
|
return import('./assets/app_workflows');
|
|
2021
|
-
},
|
|
2022
|
-
|
|
2824
|
+
}, {
|
|
2825
|
+
category: 'app'
|
|
2826
|
+
}),
|
|
2827
|
+
workflow: withMetadata(function () {
|
|
2023
2828
|
return import('./assets/workflow');
|
|
2024
|
-
},
|
|
2025
|
-
|
|
2829
|
+
}, {
|
|
2830
|
+
synonyms: ['workflow', 'automation', 'pipeline', 'process', 'flow']
|
|
2831
|
+
}),
|
|
2832
|
+
workplaceSearchApp: withMetadata(function () {
|
|
2026
2833
|
return import('./assets/app_workplace_search');
|
|
2027
|
-
},
|
|
2028
|
-
|
|
2834
|
+
}, {
|
|
2835
|
+
category: 'app'
|
|
2836
|
+
}),
|
|
2837
|
+
wrench: withMetadata(function () {
|
|
2029
2838
|
return import('./assets/wrench');
|
|
2030
|
-
},
|
|
2839
|
+
}, {
|
|
2840
|
+
synonyms: ['wrench', 'tool', 'fix', 'settings', 'repair']
|
|
2841
|
+
}),
|
|
2031
2842
|
// Token Icon Imports
|
|
2032
|
-
tokenAlias: function
|
|
2843
|
+
tokenAlias: withMetadata(function () {
|
|
2033
2844
|
return import('./assets/token_alias');
|
|
2034
|
-
},
|
|
2035
|
-
|
|
2845
|
+
}, {
|
|
2846
|
+
category: 'token'
|
|
2847
|
+
}),
|
|
2848
|
+
tokenAnnotation: withMetadata(function () {
|
|
2036
2849
|
return import('./assets/token_annotation');
|
|
2037
|
-
},
|
|
2038
|
-
|
|
2850
|
+
}, {
|
|
2851
|
+
category: 'token'
|
|
2852
|
+
}),
|
|
2853
|
+
tokenArray: withMetadata(function () {
|
|
2039
2854
|
return import('./assets/token_array');
|
|
2040
|
-
},
|
|
2041
|
-
|
|
2855
|
+
}, {
|
|
2856
|
+
category: 'token'
|
|
2857
|
+
}),
|
|
2858
|
+
tokenBinary: withMetadata(function () {
|
|
2042
2859
|
return import('./assets/token_binary');
|
|
2043
|
-
},
|
|
2044
|
-
|
|
2860
|
+
}, {
|
|
2861
|
+
category: 'token'
|
|
2862
|
+
}),
|
|
2863
|
+
tokenBoolean: withMetadata(function () {
|
|
2045
2864
|
return import('./assets/token_boolean');
|
|
2046
|
-
},
|
|
2047
|
-
|
|
2865
|
+
}, {
|
|
2866
|
+
category: 'token'
|
|
2867
|
+
}),
|
|
2868
|
+
tokenClass: withMetadata(function () {
|
|
2048
2869
|
return import('./assets/token_class');
|
|
2049
|
-
},
|
|
2050
|
-
|
|
2870
|
+
}, {
|
|
2871
|
+
category: 'token'
|
|
2872
|
+
}),
|
|
2873
|
+
tokenCompletionSuggester: withMetadata(function () {
|
|
2051
2874
|
return import('./assets/token_completion_suggester');
|
|
2052
|
-
},
|
|
2053
|
-
|
|
2875
|
+
}, {
|
|
2876
|
+
category: 'token'
|
|
2877
|
+
}),
|
|
2878
|
+
tokenConstant: withMetadata(function () {
|
|
2054
2879
|
return import('./assets/token_constant');
|
|
2055
|
-
},
|
|
2056
|
-
|
|
2880
|
+
}, {
|
|
2881
|
+
category: 'token'
|
|
2882
|
+
}),
|
|
2883
|
+
tokenDate: withMetadata(function () {
|
|
2057
2884
|
return import('./assets/token_date');
|
|
2058
|
-
},
|
|
2059
|
-
|
|
2885
|
+
}, {
|
|
2886
|
+
category: 'token'
|
|
2887
|
+
}),
|
|
2888
|
+
tokenDimension: withMetadata(function () {
|
|
2060
2889
|
return import('./assets/token_dimension');
|
|
2061
|
-
},
|
|
2062
|
-
|
|
2890
|
+
}, {
|
|
2891
|
+
category: 'token'
|
|
2892
|
+
}),
|
|
2893
|
+
tokenElement: withMetadata(function () {
|
|
2063
2894
|
return import('./assets/token_element');
|
|
2064
|
-
},
|
|
2065
|
-
|
|
2895
|
+
}, {
|
|
2896
|
+
category: 'token'
|
|
2897
|
+
}),
|
|
2898
|
+
tokenEnum: withMetadata(function () {
|
|
2066
2899
|
return import('./assets/token_enum');
|
|
2067
|
-
},
|
|
2068
|
-
|
|
2900
|
+
}, {
|
|
2901
|
+
category: 'token'
|
|
2902
|
+
}),
|
|
2903
|
+
tokenEnumMember: withMetadata(function () {
|
|
2069
2904
|
return import('./assets/token_enum_member');
|
|
2070
|
-
},
|
|
2071
|
-
|
|
2905
|
+
}, {
|
|
2906
|
+
category: 'token'
|
|
2907
|
+
}),
|
|
2908
|
+
tokenEvent: withMetadata(function () {
|
|
2072
2909
|
return import('./assets/token_event');
|
|
2073
|
-
},
|
|
2074
|
-
|
|
2910
|
+
}, {
|
|
2911
|
+
category: 'token'
|
|
2912
|
+
}),
|
|
2913
|
+
tokenException: withMetadata(function () {
|
|
2075
2914
|
return import('./assets/token_exception');
|
|
2076
|
-
},
|
|
2077
|
-
|
|
2915
|
+
}, {
|
|
2916
|
+
category: 'token'
|
|
2917
|
+
}),
|
|
2918
|
+
tokenField: withMetadata(function () {
|
|
2078
2919
|
return import('./assets/token_field');
|
|
2079
|
-
},
|
|
2080
|
-
|
|
2920
|
+
}, {
|
|
2921
|
+
category: 'token'
|
|
2922
|
+
}),
|
|
2923
|
+
tokenFile: withMetadata(function () {
|
|
2081
2924
|
return import('./assets/token_file');
|
|
2082
|
-
},
|
|
2083
|
-
|
|
2925
|
+
}, {
|
|
2926
|
+
category: 'token'
|
|
2927
|
+
}),
|
|
2928
|
+
tokenFlattened: withMetadata(function () {
|
|
2084
2929
|
return import('./assets/token_flattened');
|
|
2085
|
-
},
|
|
2086
|
-
|
|
2930
|
+
}, {
|
|
2931
|
+
category: 'token'
|
|
2932
|
+
}),
|
|
2933
|
+
tokenFunction: withMetadata(function () {
|
|
2087
2934
|
return import('./assets/token_function');
|
|
2088
|
-
},
|
|
2089
|
-
|
|
2935
|
+
}, {
|
|
2936
|
+
category: 'token'
|
|
2937
|
+
}),
|
|
2938
|
+
tokenGeo: withMetadata(function () {
|
|
2090
2939
|
return import('./assets/token_geo');
|
|
2091
|
-
},
|
|
2092
|
-
|
|
2940
|
+
}, {
|
|
2941
|
+
category: 'token'
|
|
2942
|
+
}),
|
|
2943
|
+
tokenHistogram: withMetadata(function () {
|
|
2093
2944
|
return import('./assets/token_histogram');
|
|
2094
|
-
},
|
|
2095
|
-
|
|
2945
|
+
}, {
|
|
2946
|
+
category: 'token'
|
|
2947
|
+
}),
|
|
2948
|
+
tokenInterface: withMetadata(function () {
|
|
2096
2949
|
return import('./assets/token_interface');
|
|
2097
|
-
},
|
|
2098
|
-
|
|
2950
|
+
}, {
|
|
2951
|
+
category: 'token'
|
|
2952
|
+
}),
|
|
2953
|
+
tokenIP: withMetadata(function () {
|
|
2099
2954
|
return import('./assets/token_ip');
|
|
2100
|
-
},
|
|
2101
|
-
|
|
2955
|
+
}, {
|
|
2956
|
+
category: 'token'
|
|
2957
|
+
}),
|
|
2958
|
+
tokenJoin: withMetadata(function () {
|
|
2102
2959
|
return import('./assets/token_join');
|
|
2103
|
-
},
|
|
2104
|
-
|
|
2960
|
+
}, {
|
|
2961
|
+
category: 'token'
|
|
2962
|
+
}),
|
|
2963
|
+
tokenKey: withMetadata(function () {
|
|
2105
2964
|
return import('./assets/token_key');
|
|
2106
|
-
},
|
|
2107
|
-
|
|
2965
|
+
}, {
|
|
2966
|
+
category: 'token'
|
|
2967
|
+
}),
|
|
2968
|
+
tokenKeyword: withMetadata(function () {
|
|
2108
2969
|
return import('./assets/token_keyword');
|
|
2109
|
-
},
|
|
2110
|
-
|
|
2970
|
+
}, {
|
|
2971
|
+
category: 'token'
|
|
2972
|
+
}),
|
|
2973
|
+
tokenMethod: withMetadata(function () {
|
|
2111
2974
|
return import('./assets/token_method');
|
|
2112
|
-
},
|
|
2113
|
-
|
|
2975
|
+
}, {
|
|
2976
|
+
category: 'token'
|
|
2977
|
+
}),
|
|
2978
|
+
tokenMetricCounter: withMetadata(function () {
|
|
2114
2979
|
return import('./assets/token_metric_counter');
|
|
2115
|
-
},
|
|
2116
|
-
|
|
2980
|
+
}, {
|
|
2981
|
+
category: 'token'
|
|
2982
|
+
}),
|
|
2983
|
+
tokenMetricGauge: withMetadata(function () {
|
|
2117
2984
|
return import('./assets/token_metric_gauge');
|
|
2118
|
-
},
|
|
2119
|
-
|
|
2985
|
+
}, {
|
|
2986
|
+
category: 'token'
|
|
2987
|
+
}),
|
|
2988
|
+
tokenModule: withMetadata(function () {
|
|
2120
2989
|
return import('./assets/token_module');
|
|
2121
|
-
},
|
|
2122
|
-
|
|
2990
|
+
}, {
|
|
2991
|
+
category: 'token'
|
|
2992
|
+
}),
|
|
2993
|
+
tokenNamespace: withMetadata(function () {
|
|
2123
2994
|
return import('./assets/token_namespace');
|
|
2124
|
-
},
|
|
2125
|
-
|
|
2995
|
+
}, {
|
|
2996
|
+
category: 'token'
|
|
2997
|
+
}),
|
|
2998
|
+
tokenNested: withMetadata(function () {
|
|
2126
2999
|
return import('./assets/token_nested');
|
|
2127
|
-
},
|
|
2128
|
-
|
|
3000
|
+
}, {
|
|
3001
|
+
category: 'token'
|
|
3002
|
+
}),
|
|
3003
|
+
tokenNull: withMetadata(function () {
|
|
2129
3004
|
return import('./assets/token_null');
|
|
2130
|
-
},
|
|
2131
|
-
|
|
3005
|
+
}, {
|
|
3006
|
+
category: 'token'
|
|
3007
|
+
}),
|
|
3008
|
+
tokenNumber: withMetadata(function () {
|
|
2132
3009
|
return import('./assets/token_number');
|
|
2133
|
-
},
|
|
2134
|
-
|
|
3010
|
+
}, {
|
|
3011
|
+
category: 'token'
|
|
3012
|
+
}),
|
|
3013
|
+
tokenObject: withMetadata(function () {
|
|
2135
3014
|
return import('./assets/token_object');
|
|
2136
|
-
},
|
|
2137
|
-
|
|
3015
|
+
}, {
|
|
3016
|
+
category: 'token'
|
|
3017
|
+
}),
|
|
3018
|
+
tokenOperator: withMetadata(function () {
|
|
2138
3019
|
return import('./assets/token_operator');
|
|
2139
|
-
},
|
|
2140
|
-
|
|
3020
|
+
}, {
|
|
3021
|
+
category: 'token'
|
|
3022
|
+
}),
|
|
3023
|
+
tokenPackage: withMetadata(function () {
|
|
2141
3024
|
return import('./assets/token_package');
|
|
2142
|
-
},
|
|
2143
|
-
|
|
3025
|
+
}, {
|
|
3026
|
+
category: 'token'
|
|
3027
|
+
}),
|
|
3028
|
+
tokenParameter: withMetadata(function () {
|
|
2144
3029
|
return import('./assets/token_parameter');
|
|
2145
|
-
},
|
|
2146
|
-
|
|
3030
|
+
}, {
|
|
3031
|
+
category: 'token'
|
|
3032
|
+
}),
|
|
3033
|
+
tokenPercolator: withMetadata(function () {
|
|
2147
3034
|
return import('./assets/token_percolator');
|
|
2148
|
-
},
|
|
2149
|
-
|
|
3035
|
+
}, {
|
|
3036
|
+
category: 'token'
|
|
3037
|
+
}),
|
|
3038
|
+
tokenProperty: withMetadata(function () {
|
|
2150
3039
|
return import('./assets/token_property');
|
|
2151
|
-
},
|
|
2152
|
-
|
|
3040
|
+
}, {
|
|
3041
|
+
category: 'token'
|
|
3042
|
+
}),
|
|
3043
|
+
tokenRange: withMetadata(function () {
|
|
2153
3044
|
return import('./assets/token_range');
|
|
2154
|
-
},
|
|
2155
|
-
|
|
3045
|
+
}, {
|
|
3046
|
+
category: 'token'
|
|
3047
|
+
}),
|
|
3048
|
+
tokenRankFeature: withMetadata(function () {
|
|
2156
3049
|
return import('./assets/token_rank_feature');
|
|
2157
|
-
},
|
|
2158
|
-
|
|
3050
|
+
}, {
|
|
3051
|
+
category: 'token'
|
|
3052
|
+
}),
|
|
3053
|
+
tokenRankFeatures: withMetadata(function () {
|
|
2159
3054
|
return import('./assets/token_rank_features');
|
|
2160
|
-
},
|
|
2161
|
-
|
|
3055
|
+
}, {
|
|
3056
|
+
category: 'token'
|
|
3057
|
+
}),
|
|
3058
|
+
tokenRepo: withMetadata(function () {
|
|
2162
3059
|
return import('./assets/token_repo');
|
|
2163
|
-
},
|
|
2164
|
-
|
|
3060
|
+
}, {
|
|
3061
|
+
category: 'token'
|
|
3062
|
+
}),
|
|
3063
|
+
tokenSearchType: withMetadata(function () {
|
|
2165
3064
|
return import('./assets/token_search_type');
|
|
2166
|
-
},
|
|
2167
|
-
|
|
3065
|
+
}, {
|
|
3066
|
+
category: 'token'
|
|
3067
|
+
}),
|
|
3068
|
+
tokenSemanticText: withMetadata(function () {
|
|
2168
3069
|
return import('./assets/token_semantic_text');
|
|
2169
|
-
},
|
|
2170
|
-
|
|
3070
|
+
}, {
|
|
3071
|
+
category: 'token'
|
|
3072
|
+
}),
|
|
3073
|
+
tokenShape: withMetadata(function () {
|
|
2171
3074
|
return import('./assets/token_shape');
|
|
2172
|
-
},
|
|
2173
|
-
|
|
3075
|
+
}, {
|
|
3076
|
+
category: 'token'
|
|
3077
|
+
}),
|
|
3078
|
+
tokenString: withMetadata(function () {
|
|
2174
3079
|
return import('./assets/token_string');
|
|
2175
|
-
},
|
|
2176
|
-
|
|
3080
|
+
}, {
|
|
3081
|
+
category: 'token'
|
|
3082
|
+
}),
|
|
3083
|
+
tokenStruct: withMetadata(function () {
|
|
2177
3084
|
return import('./assets/token_struct');
|
|
2178
|
-
},
|
|
2179
|
-
|
|
3085
|
+
}, {
|
|
3086
|
+
category: 'token'
|
|
3087
|
+
}),
|
|
3088
|
+
tokenSymbol: withMetadata(function () {
|
|
2180
3089
|
return import('./assets/token_symbol');
|
|
2181
|
-
},
|
|
2182
|
-
|
|
3090
|
+
}, {
|
|
3091
|
+
category: 'token'
|
|
3092
|
+
}),
|
|
3093
|
+
tokenTag: withMetadata(function () {
|
|
2183
3094
|
return import('./assets/token_tag');
|
|
2184
|
-
},
|
|
2185
|
-
|
|
3095
|
+
}, {
|
|
3096
|
+
category: 'token'
|
|
3097
|
+
}),
|
|
3098
|
+
tokenText: withMetadata(function () {
|
|
2186
3099
|
return import('./assets/token_text');
|
|
2187
|
-
},
|
|
2188
|
-
|
|
3100
|
+
}, {
|
|
3101
|
+
category: 'token'
|
|
3102
|
+
}),
|
|
3103
|
+
tokenTokenCount: withMetadata(function () {
|
|
2189
3104
|
return import('./assets/token_token_count');
|
|
2190
|
-
},
|
|
2191
|
-
|
|
3105
|
+
}, {
|
|
3106
|
+
category: 'token'
|
|
3107
|
+
}),
|
|
3108
|
+
tokenVariable: withMetadata(function () {
|
|
2192
3109
|
return import('./assets/token_variable');
|
|
2193
|
-
},
|
|
2194
|
-
|
|
3110
|
+
}, {
|
|
3111
|
+
category: 'token'
|
|
3112
|
+
}),
|
|
3113
|
+
tokenVectorDense: withMetadata(function () {
|
|
2195
3114
|
return import('./assets/token_vector_dense');
|
|
2196
|
-
},
|
|
2197
|
-
|
|
3115
|
+
}, {
|
|
3116
|
+
category: 'token'
|
|
3117
|
+
}),
|
|
3118
|
+
tokenDenseVector: withMetadata(function () {
|
|
2198
3119
|
return import('./assets/token_vector_dense');
|
|
2199
|
-
},
|
|
2200
|
-
|
|
2201
|
-
|
|
3120
|
+
}, {
|
|
3121
|
+
category: 'token'
|
|
3122
|
+
}),
|
|
3123
|
+
// NOTE: This is an undocumented alias for `tokenVectorDense`, added for legacy compatibility
|
|
3124
|
+
tokenVectorSparse: withMetadata(function () {
|
|
2202
3125
|
return import('./assets/token_vector_sparse');
|
|
2203
|
-
}
|
|
2204
|
-
|
|
3126
|
+
}, {
|
|
3127
|
+
category: 'token'
|
|
3128
|
+
})
|
|
3129
|
+
};
|
|
3130
|
+
var getTypeToPathMapMetadata = function getTypeToPathMapMetadata(loader) {
|
|
3131
|
+
var _metadata$category;
|
|
3132
|
+
var metadata = loader.metadata;
|
|
3133
|
+
return {
|
|
3134
|
+
category: (_metadata$category = metadata === null || metadata === void 0 ? void 0 : metadata.category) !== null && _metadata$category !== void 0 ? _metadata$category : 'glyph',
|
|
3135
|
+
synonyms: metadata === null || metadata === void 0 ? void 0 : metadata.synonyms
|
|
3136
|
+
};
|
|
3137
|
+
};
|
|
3138
|
+
/* List of icon types that are deprecated and should not be used in new code.
|
|
3139
|
+
These icons will be removed in a future release. But we need to keep them to
|
|
3140
|
+
maintain backward compatibility. */
|
|
3141
|
+
export var typeToPathMapDeprecatedIconTypes = ['alert', 'anomalyChart', 'apmTrace', 'arrowDown', 'arrowLeft', 'arrowRight', 'arrowUp', 'arrowStart', 'arrowEnd', 'beaker', 'boxesHorizontal', 'changePointDetection', 'checkInCircleFilled', 'cheer', 'color', 'compute', 'console', 'contrastHigh', 'controlsHorizontal', 'controlsVertical', 'copyClipboard', 'crossInCircle', 'crosshairs', 'currency', 'cut', 'desktop', 'diff', 'discuss', 'documentEdit', 'doubleArrowLeft', 'doubleArrowRight', 'editorAlignCenter', 'editorAlignLeft', 'editorAlignRight', 'editorBold', 'editorChecklist', 'editorCodeBlock', 'editorComment', 'editorDistributeHorizontal', 'editorDistributeVertical', 'editorHeading', 'editorItalic', 'editorItemAlignBottom', 'editorItemAlignCenter', 'editorItemAlignLeft', 'editorItemAlignMiddle', 'editorItemAlignRight', 'editorItemAlignTop', 'editorLink', 'editorOrderedList', 'editorPositionBottomLeft', 'editorPositionBottomRight', 'editorPositionTopLeft', 'editorPositionTopRight', 'editorRedo', 'editorStrike', 'editorTable', 'editorUnderline', 'editorUndo', 'editorUnorderedList', 'email', 'eql', 'errorFilled', 'exit', 'expand', 'expandMini', 'exportAction', 'eyeClosed', 'fieldStatistics', 'filterInCircle', 'glasses', 'grab', 'grabHorizontal', 'grabOmnidirectional', 'heatmap', 'importAction', 'indexFlush', 'indexMapping', 'indexTemporary', 'invert', 'kqlField', 'kqlOperand', 'kqlSelector', 'kqlValue', 'launch', 'lettering', 'lineDashed', 'lineDotted', 'list', 'listAdd', 'logPatternAnalysis', 'logstashIf', 'logstashQueue', 'magnifyWithExclamation', 'magnifyWithMinus', 'magnifyWithPlus', 'mapMarker', 'minusInCircle', 'minusInCircleFilled', 'minusInSquare', 'newChat', 'node', 'offline', 'online', 'pinFilled', 'pipeBreaks', 'pipeNoBreaks', 'playFilled', 'plusInCircle', 'plusInCircleFilled', 'plusInSquare', 'popout', 'productRobot', 'push', 'returnKey', 'search', 'securitySignal', 'starEmpty', 'starFilled', 'starFilledSpace', 'starMinusFilled', 'starPlusFilled', 'stopFilled', 'streamsClassic', 'streamsWired', 'submodule', 'tableDensityCompact', 'tableDensityExpanded', 'tableDensityNormal', 'temperature', 'timeRefresh', 'timeslider', 'training', 'unlink', 'userAvatar', 'vector', 'visArea', 'visAreaStacked', 'visBarHorizontal', 'visBarHorizontalStacked', 'visBarVertical', 'visBarVerticalStacked', 'visGauge', 'visLine', 'visMapCoordinate', 'visMapRegion', 'visMetric', 'visPie', 'visTable', 'visTagCloud', 'visText', 'visVega', 'warningFilled'];
|
|
3142
|
+
var typeToPathMapDeprecatedIconTypesSet = new Set(typeToPathMapDeprecatedIconTypes);
|
|
3143
|
+
var getTypeToPathMapNonDeprecatedIconTypes = function getTypeToPathMapNonDeprecatedIconTypes(iconTypes) {
|
|
3144
|
+
return iconTypes.filter(function (iconType) {
|
|
3145
|
+
return !typeToPathMapDeprecatedIconTypesSet.has(iconType);
|
|
3146
|
+
});
|
|
3147
|
+
};
|
|
3148
|
+
var getTypeToPathMapCategoryIconTypes = function getTypeToPathMapCategoryIconTypes(category) {
|
|
3149
|
+
return Object.entries(typeToPathMap).filter(function (_ref) {
|
|
3150
|
+
var _ref2 = _slicedToArray(_ref, 2),
|
|
3151
|
+
loader = _ref2[1];
|
|
3152
|
+
return getTypeToPathMapMetadata(loader).category === category;
|
|
3153
|
+
}).map(function (_ref3) {
|
|
3154
|
+
var _ref4 = _slicedToArray(_ref3, 1),
|
|
3155
|
+
iconType = _ref4[0];
|
|
3156
|
+
return iconType;
|
|
3157
|
+
});
|
|
3158
|
+
};
|
|
3159
|
+
export var typeToPathMapAppIconTypes = getTypeToPathMapCategoryIconTypes('app');
|
|
3160
|
+
export var typeToPathMapGlyphIconTypes = getTypeToPathMapCategoryIconTypes('glyph');
|
|
3161
|
+
export var typeToPathMapLogoIconTypes = getTypeToPathMapCategoryIconTypes('elasticLogo');
|
|
3162
|
+
export var typeToPathMapMlIconTypes = getTypeToPathMapCategoryIconTypes('ml');
|
|
3163
|
+
export var typeToPathMapTokenIconTypes = getTypeToPathMapCategoryIconTypes('token');
|
|
3164
|
+
export var typeToPathMapDocsAppIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapAppIconTypes);
|
|
3165
|
+
export var typeToPathMapDocsGlyphIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapGlyphIconTypes);
|
|
3166
|
+
export var typeToPathMapDocsLogoIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapLogoIconTypes);
|
|
3167
|
+
export var typeToPathMapDocsMlIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapMlIconTypes);
|
|
3168
|
+
export var typeToPathMapDocsTokenIconTypes = getTypeToPathMapNonDeprecatedIconTypes(typeToPathMapTokenIconTypes);
|
|
3169
|
+
export var typeToPathMapSynonyms = Object.fromEntries(Object.entries(typeToPathMap).flatMap(function (_ref5) {
|
|
3170
|
+
var _ref6 = _slicedToArray(_ref5, 2),
|
|
3171
|
+
iconType = _ref6[0],
|
|
3172
|
+
loader = _ref6[1];
|
|
3173
|
+
var synonyms = getTypeToPathMapMetadata(loader).synonyms;
|
|
3174
|
+
return synonyms ? [[iconType, synonyms]] : [];
|
|
3175
|
+
}));
|