@elastic/eui 119.0.0 → 119.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui-icons.json +93 -90
- package/dist/svgs/cursor_default.svg +3 -0
- package/dist/svgs/log_in.svg +4 -0
- package/dist/svgs/route_split.svg +3 -0
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +4 -4
- package/es/components/basic_table/in_memory_table.js +4 -4
- package/es/components/button/button.js +4 -2
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_group/button_group.js +87 -9
- package/es/components/button/button_group/button_group.styles.js +48 -9
- package/es/components/button/button_icon/button_icon.js +5 -3
- package/es/components/button/split_button/split_button.js +39 -16
- package/es/components/button/split_button/split_button.styles.js +28 -32
- package/es/components/button/split_button/split_button_actions.js +16 -5
- package/es/components/button/use_button_common_props.js +6 -2
- package/es/components/call_out/call_out.js +2 -2
- package/es/components/card/card.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +24 -24
- package/es/components/datagrid/body/data_grid_body.js +13 -13
- package/es/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/es/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/es/components/datagrid/body/header/column_actions.js +3 -1
- package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/es/components/datagrid/controls/column_sorting.js +13 -13
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/es/components/datagrid/utils/in_memory.js +12 -12
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/flyout/flyout_menu/flyout_menu.js +39 -14
- 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/file_picker/file_picker.js +187 -224
- package/es/components/form/file_picker/file_picker.styles.js +1 -1
- 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/cursor_default.js +35 -0
- package/es/components/icon/assets/log_in.js +35 -0
- package/es/components/icon/assets/route_split.js +33 -0
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +15 -0
- package/es/components/icon/svgs/cursor_default.svg +3 -0
- package/es/components/icon/svgs/log_in.svg +4 -0
- package/es/components/icon/svgs/route_split.svg +3 -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/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/table/table_header_cell.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +2 -2
- package/es/components/toast/toast.js +2 -2
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/es/global_styling/mixins/_button.js +6 -0
- package/es/services/accessibility/html_id_generator.js +26 -1
- package/eui.d.ts +241 -329
- package/i18ntokens.json +2678 -2660
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +4 -4
- package/lib/components/basic_table/in_memory_table.js +4 -4
- package/lib/components/button/button.js +4 -2
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_group/button_group.js +86 -10
- package/lib/components/button/button_group/button_group.styles.js +47 -8
- package/lib/components/button/button_icon/button_icon.js +5 -3
- package/lib/components/button/split_button/split_button.js +37 -15
- package/lib/components/button/split_button/split_button.styles.js +29 -31
- package/lib/components/button/split_button/split_button_actions.js +15 -4
- package/lib/components/button/use_button_common_props.js +6 -2
- package/lib/components/call_out/call_out.js +2 -2
- package/lib/components/card/card.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +24 -24
- package/lib/components/datagrid/body/data_grid_body.js +13 -13
- package/lib/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/lib/components/datagrid/body/header/column_actions.js +3 -1
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/lib/components/datagrid/controls/column_sorting.js +13 -13
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/lib/components/datagrid/utils/in_memory.js +12 -12
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/flyout/flyout_menu/flyout_menu.js +39 -14
- 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/file_picker/file_picker.js +193 -227
- package/lib/components/form/file_picker/file_picker.styles.js +1 -1
- 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/cursor_default.js +42 -0
- package/lib/components/icon/assets/log_in.js +42 -0
- package/lib/components/icon/assets/route_split.js +40 -0
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +21 -0
- package/lib/components/icon/svgs/cursor_default.svg +3 -0
- package/lib/components/icon/svgs/log_in.svg +4 -0
- package/lib/components/icon/svgs/route_split.svg +3 -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/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/table/table_header_cell.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +2 -2
- package/lib/components/toast/toast.js +2 -2
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/lib/global_styling/mixins/_button.js +6 -0
- package/lib/services/accessibility/html_id_generator.js +26 -1
- package/optimize/es/components/button/button.js +4 -2
- package/optimize/es/components/button/button_group/button_group.js +55 -8
- package/optimize/es/components/button/button_group/button_group.styles.js +48 -9
- package/optimize/es/components/button/button_icon/button_icon.js +4 -2
- package/optimize/es/components/button/split_button/split_button.js +36 -16
- package/optimize/es/components/button/split_button/split_button.styles.js +28 -32
- package/optimize/es/components/button/split_button/split_button_actions.js +16 -5
- package/optimize/es/components/button/use_button_common_props.js +6 -2
- package/optimize/es/components/datagrid/body/header/column_actions.js +3 -1
- package/optimize/es/components/flyout/flyout_menu/flyout_menu.js +32 -9
- package/optimize/es/components/form/file_picker/file_picker.js +182 -216
- package/optimize/es/components/form/file_picker/file_picker.styles.js +1 -1
- package/optimize/es/components/icon/assets/cursor_default.js +34 -0
- package/optimize/es/components/icon/assets/log_in.js +34 -0
- package/optimize/es/components/icon/assets/route_split.js +32 -0
- package/optimize/es/components/icon/icon_map.js +15 -0
- package/optimize/es/components/icon/svgs/cursor_default.svg +3 -0
- package/optimize/es/components/icon/svgs/log_in.svg +4 -0
- package/optimize/es/components/icon/svgs/route_split.svg +3 -0
- package/optimize/es/global_styling/mixins/_button.js +6 -0
- package/optimize/es/services/accessibility/html_id_generator.js +26 -1
- package/optimize/lib/components/button/button.js +4 -2
- package/optimize/lib/components/button/button_group/button_group.js +55 -9
- package/optimize/lib/components/button/button_group/button_group.styles.js +47 -8
- package/optimize/lib/components/button/button_icon/button_icon.js +4 -2
- package/optimize/lib/components/button/split_button/split_button.js +35 -15
- package/optimize/lib/components/button/split_button/split_button.styles.js +29 -31
- package/optimize/lib/components/button/split_button/split_button_actions.js +15 -4
- package/optimize/lib/components/button/use_button_common_props.js +6 -2
- package/optimize/lib/components/datagrid/body/header/column_actions.js +3 -1
- package/optimize/lib/components/flyout/flyout_menu/flyout_menu.js +32 -9
- package/optimize/lib/components/form/file_picker/file_picker.js +183 -215
- package/optimize/lib/components/form/file_picker/file_picker.styles.js +1 -1
- package/optimize/lib/components/icon/assets/cursor_default.js +42 -0
- package/optimize/lib/components/icon/assets/log_in.js +42 -0
- package/optimize/lib/components/icon/assets/route_split.js +40 -0
- package/optimize/lib/components/icon/icon_map.js +21 -0
- package/optimize/lib/components/icon/svgs/cursor_default.svg +3 -0
- package/optimize/lib/components/icon/svgs/log_in.svg +4 -0
- package/optimize/lib/components/icon/svgs/route_split.svg +3 -0
- package/optimize/lib/global_styling/mixins/_button.js +6 -0
- package/optimize/lib/services/accessibility/html_id_generator.js +26 -1
- package/package.json +11 -17
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +4 -4
- package/test-env/components/basic_table/in_memory_table.js +4 -4
- package/test-env/components/button/button.js +4 -2
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_group/button_group.js +84 -10
- package/test-env/components/button/button_group/button_group.styles.js +47 -8
- package/test-env/components/button/button_icon/button_icon.js +5 -3
- package/test-env/components/button/split_button/split_button.js +35 -15
- package/test-env/components/button/split_button/split_button.styles.js +29 -31
- package/test-env/components/button/split_button/split_button_actions.js +15 -4
- package/test-env/components/button/use_button_common_props.js +6 -2
- package/test-env/components/call_out/call_out.js +2 -2
- package/test-env/components/card/card.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +24 -24
- package/test-env/components/datagrid/body/data_grid_body.js +13 -13
- package/test-env/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/test-env/components/datagrid/body/header/column_actions.js +3 -1
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/test-env/components/datagrid/controls/column_sorting.js +13 -13
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/test-env/components/datagrid/utils/in_memory.js +12 -12
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/flyout/flyout_menu/flyout_menu.js +39 -14
- 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/file_picker/file_picker.js +184 -216
- package/test-env/components/form/file_picker/file_picker.styles.js +1 -1
- 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/cursor_default.js +42 -0
- package/test-env/components/icon/assets/log_in.js +42 -0
- package/test-env/components/icon/assets/route_split.js +40 -0
- package/test-env/components/icon/icon_map.js +21 -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/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/table/table_header_cell.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +2 -2
- package/test-env/components/toast/toast.js +2 -2
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/test-env/global_styling/mixins/_button.js +6 -0
- package/test-env/services/accessibility/html_id_generator.js +11 -0
package/eui.d.ts
CHANGED
|
@@ -38,6 +38,14 @@ declare module '@elastic/eui/src/services/keys' {
|
|
|
38
38
|
HOME = "Home"
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
+
}
|
|
42
|
+
declare module '@elastic/eui/src/services/console/warn_once' {
|
|
43
|
+
export const warnOnce: (id: string, message: string) => void;
|
|
44
|
+
|
|
45
|
+
}
|
|
46
|
+
declare module '@elastic/eui/src/services/console' {
|
|
47
|
+
export * from '@elastic/eui/src/services/console/warn_once';
|
|
48
|
+
|
|
41
49
|
}
|
|
42
50
|
declare module '@elastic/eui/src/services/accessibility/html_id_generator' {
|
|
43
51
|
/**
|
|
@@ -1237,6 +1245,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_button' {
|
|
|
1237
1245
|
height: string;
|
|
1238
1246
|
padding: string;
|
|
1239
1247
|
radius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1248
|
+
radiusInset: string;
|
|
1240
1249
|
fontScale: "xs";
|
|
1241
1250
|
};
|
|
1242
1251
|
s: {
|
|
@@ -1244,6 +1253,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_button' {
|
|
|
1244
1253
|
height: string;
|
|
1245
1254
|
padding: string;
|
|
1246
1255
|
radius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1256
|
+
radiusInset: string;
|
|
1247
1257
|
fontScale: "s";
|
|
1248
1258
|
};
|
|
1249
1259
|
m: {
|
|
@@ -1251,6 +1261,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_button' {
|
|
|
1251
1261
|
height: string;
|
|
1252
1262
|
padding: string;
|
|
1253
1263
|
radius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1264
|
+
radiusInset: string;
|
|
1254
1265
|
fontScale: "s";
|
|
1255
1266
|
};
|
|
1256
1267
|
};
|
|
@@ -4202,6 +4213,17 @@ declare module '@elastic/eui/src/components/icon/assets/crosshair' {
|
|
|
4202
4213
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
4203
4214
|
export {};
|
|
4204
4215
|
|
|
4216
|
+
}
|
|
4217
|
+
declare module '@elastic/eui/src/components/icon/assets/cursor_default' {
|
|
4218
|
+
import * as React from 'react';
|
|
4219
|
+
import type { SVGProps } from 'react';
|
|
4220
|
+
interface SVGRProps {
|
|
4221
|
+
title?: string;
|
|
4222
|
+
titleId?: string;
|
|
4223
|
+
}
|
|
4224
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
4225
|
+
export {};
|
|
4226
|
+
|
|
4205
4227
|
}
|
|
4206
4228
|
declare module '@elastic/eui/src/components/icon/assets/money' {
|
|
4207
4229
|
import * as React from 'react';
|
|
@@ -4708,6 +4730,17 @@ declare module '@elastic/eui/src/components/icon/assets/esql_vis' {
|
|
|
4708
4730
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
4709
4731
|
export {};
|
|
4710
4732
|
|
|
4733
|
+
}
|
|
4734
|
+
declare module '@elastic/eui/src/components/icon/assets/log_in' {
|
|
4735
|
+
import * as React from 'react';
|
|
4736
|
+
import type { SVGProps } from 'react';
|
|
4737
|
+
interface SVGRProps {
|
|
4738
|
+
title?: string;
|
|
4739
|
+
titleId?: string;
|
|
4740
|
+
}
|
|
4741
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
4742
|
+
export {};
|
|
4743
|
+
|
|
4711
4744
|
}
|
|
4712
4745
|
declare module '@elastic/eui/src/components/icon/assets/log_out' {
|
|
4713
4746
|
import * as React from 'react';
|
|
@@ -7128,6 +7161,17 @@ declare module '@elastic/eui/src/components/icon/assets/return' {
|
|
|
7128
7161
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
7129
7162
|
export {};
|
|
7130
7163
|
|
|
7164
|
+
}
|
|
7165
|
+
declare module '@elastic/eui/src/components/icon/assets/route_split' {
|
|
7166
|
+
import * as React from 'react';
|
|
7167
|
+
import type { SVGProps } from 'react';
|
|
7168
|
+
interface SVGRProps {
|
|
7169
|
+
title?: string;
|
|
7170
|
+
titleId?: string;
|
|
7171
|
+
}
|
|
7172
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
7173
|
+
export {};
|
|
7174
|
+
|
|
7131
7175
|
}
|
|
7132
7176
|
declare module '@elastic/eui/src/components/icon/assets/save' {
|
|
7133
7177
|
import * as React from 'react';
|
|
@@ -8857,6 +8901,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
8857
8901
|
crossClusterReplicationApp: IconImportLoaderWithMetadata;
|
|
8858
8902
|
crossCircle: IconImportLoaderWithMetadata;
|
|
8859
8903
|
crosshair: IconImportLoaderWithMetadata;
|
|
8904
|
+
cursorDefault: IconImportLoaderWithMetadata;
|
|
8860
8905
|
money: IconImportLoaderWithMetadata;
|
|
8861
8906
|
scissors: IconImportLoaderWithMetadata;
|
|
8862
8907
|
dashboardApp: IconImportLoaderWithMetadata;
|
|
@@ -8905,6 +8950,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
8905
8950
|
error: IconImportLoaderWithMetadata;
|
|
8906
8951
|
errorFill: IconImportLoaderWithMetadata;
|
|
8907
8952
|
esqlVis: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/esql_vis")>;
|
|
8953
|
+
logIn: IconImportLoaderWithMetadata;
|
|
8908
8954
|
logOut: IconImportLoaderWithMetadata;
|
|
8909
8955
|
maximize: IconImportLoaderWithMetadata;
|
|
8910
8956
|
export: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/upload")>;
|
|
@@ -9139,6 +9185,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9139
9185
|
reporter: IconImportLoaderWithMetadata;
|
|
9140
9186
|
reportingApp: IconImportLoaderWithMetadata;
|
|
9141
9187
|
return: IconImportLoaderWithMetadata;
|
|
9188
|
+
routeSplit: IconImportLoaderWithMetadata;
|
|
9142
9189
|
save: IconImportLoaderWithMetadata;
|
|
9143
9190
|
savedObjectsApp: IconImportLoaderWithMetadata;
|
|
9144
9191
|
scale: () => Promise<typeof import ("@elastic/eui/src/components/icon/assets/scale")>;
|
|
@@ -9290,16 +9337,16 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
9290
9337
|
tokenVectorDense: IconImportLoaderWithMetadata;
|
|
9291
9338
|
tokenVectorSparse: IconImportLoaderWithMetadata;
|
|
9292
9339
|
};
|
|
9293
|
-
export const typeToPathMapAppIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9294
|
-
export const typeToPathMapGlyphIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9295
|
-
export const typeToPathMapLogoIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9296
|
-
export const typeToPathMapMlIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9297
|
-
export const typeToPathMapTokenIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9298
|
-
export const typeToPathMapDocsAppIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9299
|
-
export const typeToPathMapDocsGlyphIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9300
|
-
export const typeToPathMapDocsLogoIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9301
|
-
export const typeToPathMapDocsMlIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9302
|
-
export const typeToPathMapDocsTokenIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9340
|
+
export const typeToPathMapAppIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9341
|
+
export const typeToPathMapGlyphIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9342
|
+
export const typeToPathMapLogoIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9343
|
+
export const typeToPathMapMlIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9344
|
+
export const typeToPathMapTokenIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9345
|
+
export const typeToPathMapDocsAppIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9346
|
+
export const typeToPathMapDocsGlyphIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9347
|
+
export const typeToPathMapDocsLogoIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9348
|
+
export const typeToPathMapDocsMlIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9349
|
+
export const typeToPathMapDocsTokenIconTypes: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9303
9350
|
export type TypeToPathMapSynonyms = Partial<Record<keyof typeof typeToPathMap, string[]>>;
|
|
9304
9351
|
export const typeToPathMapSynonyms: TypeToPathMapSynonyms;
|
|
9305
9352
|
export {};
|
|
@@ -9355,7 +9402,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
9355
9402
|
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
9356
9403
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
9357
9404
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
9358
|
-
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9405
|
+
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "map" | "menu" | "search" | "section" | "table" | "filter" | "image" | "pattern" | "stop" | "text" | "at" | "key" | "error" | "warning" | "textHeading" | "scale" | "refresh" | "copy" | "drag" | "pause" | "play" | "storage" | "temperature" | "display" | "lineBreak" | "translate" | "wordWrap" | "grid" | "empty" | "ellipsis" | "crosshair" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "presentation" | "annotation" | "mapping" | "container" | "logoElastic" | "logoVectorDB" | "pin" | "merge" | "star" | "queue" | "layers" | "share" | "check" | "popper" | "clock" | "cloud" | "cluster" | "comment" | "compare" | "processor" | "compute" | "contrast" | "accessibility" | "controls" | "cross" | "money" | "payment" | "scissors" | "database" | "save" | "export" | "documentation" | "documents" | "redo" | "undo" | "mail" | "endpoint" | "query" | "eraser" | "maximize" | "upload" | "send" | "external" | "eye" | "info" | "minus" | "flask" | "flag" | "folder" | "archive" | "minimize" | "wrench" | "globe" | "web" | "gradient" | "heart" | "home" | "hourglass" | "if" | "branch" | "index" | "pencil" | "plus" | "gear" | "timeline" | "infinity" | "inspect" | "keyboard" | "cube" | "rocket" | "return" | "lock" | "magnify" | "waypoint" | "megaphone" | "moon" | "nested" | "wifi" | "package" | "palette" | "partial" | "percent" | "pivot" | "question" | "quote" | "radar" | "reporter" | "server" | "shard" | "snowflake" | "sortable" | "sparkles" | "sun" | "symlink" | "tag" | "thermometer" | "trash" | "user" | "users" | "unarchive" | "workflow" | "addDataApp" | "addToChat" | "addToDashboard" | "advancedSettingsApp" | "agentApp" | "aggregate" | "alignBottom" | "alignBottomLeft" | "alignBottomRight" | "alignCenterHorizontal" | "alignCenterVertical" | "alignLeft" | "alignRight" | "alignTop" | "alignTopLeft" | "alignTopRight" | "analyzeEvent" | "chartAnomaly" | "anomalySwimLane" | "apmApp" | "chartWaterfall" | "appSearchApp" | "apps" | "chevronSingleDown" | "chevronSingleLeft" | "chevronSingleRight" | "chevronSingleUp" | "chevronLimitLeft" | "chevronLimitRight" | "asterisk" | "axisX" | "axisYLeft" | "axisYRight" | "auditbeatApp" | "backgroundTask" | "bell" | "bellSlash" | "beta" | "bolt" | "boxesVertical" | "briefcase" | "branchUser" | "broom" | "brush" | "bug" | "bulb" | "bullseye" | "calendar" | "canvasApp" | "casesApp" | "chartChangePoint" | "chartArea" | "visArea" | "chartAreaStack" | "chartBarHorizontal" | "chartBarHorizontalStack" | "chartBarVertical" | "visBarVertical" | "chartBarVerticalStack" | "chartGauge" | "visGauge" | "chartHeatmap" | "chartLine" | "visLine" | "chartPie" | "visPie" | "chartTagCloud" | "chartThreshold" | "checkCircle" | "checkCircleFill" | "classificationJob" | "clickLeft" | "clickRight" | "clockCounter" | "clockControl" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "codeApp" | "paintBucket" | "commandLine" | "editorComment" | "consoleApp" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrastFill" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossCircle" | "cursorDefault" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "distributeHorizontal" | "distributeVertical" | "download" | "dragHorizontal" | "dragVertical" | "dotInCircle" | "chevronDoubleLeft" | "chevronDoubleRight" | "textAlignCenter" | "textAlignLeft" | "textAlignRight" | "textBold" | "listCheck" | "textItalic" | "listNumber" | "textStrike" | "visTable" | "textUnderline" | "listBullet" | "emsApp" | "errorFill" | "esqlVis" | "logIn" | "logOut" | "eyeSlash" | "faceHappy" | "faceNeutral" | "faceSad" | "tableInfo" | "filebeatApp" | "filterExclude" | "filterIgnore" | "filterInclude" | "fleetApp" | "fold" | "folderClosed" | "folderClose" | "folderCheck" | "folderExclamation" | "folderOpen" | "folderOpened" | "frameNext" | "framePrevious" | "fullScreen" | "fullScreenExit" | "gisApp" | "graphApp" | "grokApp" | "heartbeatApp" | "indexClose" | "tableCross" | "indexEdit" | "tablePencil" | "indexManagementApp" | "indexOpen" | "tablePlus" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "tablePlay" | "indexSettings" | "tableGear" | "tableTime" | "inputOutput" | "ip" | "queryField" | "kqlFunction" | "queryOperand" | "querySelector" | "queryValue" | "kubernetesNode" | "kubernetesPod" | "lensApp" | "lineBreakSlash" | "lineDash" | "lineDot" | "lineSolid" | "linkSlash" | "lockOpen" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashInput" | "logstashOutput" | "machineLearningApp" | "magnet" | "magnifyExclamation" | "magnifyMinus" | "magnifyPlus" | "managementApp" | "mapMarker" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "metricbeatApp" | "metricsApp" | "minusCircle" | "minusSquare" | "mobile" | "monitoringApp" | "namespace" | "vectorTriangle" | "notebookApp" | "wifiSlash" | "outlierDetectionJob" | "packetbeatApp" | "pageSelect" | "pagesSelect" | "documentsCheck" | "paperClip" | "pinFill" | "pinFilled" | "pipelineApp" | "plugs" | "plusCircle" | "plusSquare" | "productAgent" | "productCloudInfra" | "productDashboard" | "productDiscover" | "productML" | "productStreamsClassic" | "productStreamsWired" | "readOnly" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "routeSplit" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "significantEvents" | "singleMetricViewer" | "sortAscending" | "sortDescending" | "sortDown" | "sortLeft" | "sortRight" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFill" | "starFilled" | "starFillSpace" | "starMinusEmpty" | "starMinusFill" | "starPlusEmpty" | "starPlusFill" | "stats" | "stopFill" | "stopSlash" | "swatchInput" | "tableDensityHigh" | "tableDensityLow" | "tableOfContents" | "tear" | "thumbDown" | "thumbUp" | "timelineWithArrow" | "timelinePointer" | "timelionApp" | "refreshTime" | "transitionBottomIn" | "transitionBottomOut" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "unfold" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "vectorSquare" | "videoPlayer" | "visGoal" | "chartMetric" | "visTimelion" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "warningFill" | "watchesApp" | "wordWrapDisabled" | "workflowsApp" | "workplaceSearchApp" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse")[];
|
|
9359
9406
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
9360
9407
|
export type IconType = EuiIconType | string | ComponentType;
|
|
9361
9408
|
export type IconColor = string | NamedColor;
|
|
@@ -10225,6 +10272,8 @@ declare module '@elastic/eui/src/components/button/use_button_common_props' {
|
|
|
10225
10272
|
isDisabled?: boolean;
|
|
10226
10273
|
hasAriaDisabled?: boolean;
|
|
10227
10274
|
fullWidth?: boolean;
|
|
10275
|
+
fill?: boolean;
|
|
10276
|
+
display?: 'base' | 'fill' | 'empty';
|
|
10228
10277
|
href?: string;
|
|
10229
10278
|
disabled?: boolean;
|
|
10230
10279
|
isLoading?: boolean;
|
|
@@ -10235,12 +10284,14 @@ declare module '@elastic/eui/src/components/button/use_button_common_props' {
|
|
|
10235
10284
|
isDisabled: boolean;
|
|
10236
10285
|
hasAriaDisabled?: boolean;
|
|
10237
10286
|
fullWidth?: boolean;
|
|
10287
|
+
display?: 'base' | 'fill' | 'empty';
|
|
10288
|
+
fill?: boolean;
|
|
10238
10289
|
}
|
|
10239
10290
|
/**
|
|
10240
10291
|
* Resolves inherited button props from EuiButtonContext,
|
|
10241
10292
|
* popover boundary isolation and isDisabled computation.
|
|
10242
10293
|
*/
|
|
10243
|
-
export function useEuiButtonCommonProps<TSize extends string, TColor extends string>({ size, color, isDisabled: _isDisabled, hasAriaDisabled, fullWidth, href, disabled, isLoading, }: EuiButtonCommonPropsInput<TSize, TColor>): EuiButtonCommonPropsOutput<TSize, TColor>;
|
|
10294
|
+
export function useEuiButtonCommonProps<TSize extends string, TColor extends string>({ size, color, isDisabled: _isDisabled, hasAriaDisabled, fullWidth, fill, display, href, disabled, isLoading, }: EuiButtonCommonPropsInput<TSize, TColor>): EuiButtonCommonPropsOutput<TSize, TColor>;
|
|
10244
10295
|
|
|
10245
10296
|
}
|
|
10246
10297
|
declare module '@elastic/eui/src/components/button/button' {
|
|
@@ -10653,7 +10704,9 @@ declare module '@elastic/eui/src/components/button/button_group/button_group.sty
|
|
|
10653
10704
|
fullWidth: import("@emotion/react").SerializedStyles;
|
|
10654
10705
|
};
|
|
10655
10706
|
export const euiButtonGroupButtonsStyles: (euiThemeContext: UseEuiTheme) => {
|
|
10707
|
+
euiButtonGroup__container: import("@emotion/react").SerializedStyles;
|
|
10656
10708
|
euiButtonGroup__buttons: import("@emotion/react").SerializedStyles;
|
|
10709
|
+
noWrap: import("@emotion/react").SerializedStyles;
|
|
10657
10710
|
fullWidth: import("@emotion/react").SerializedStyles;
|
|
10658
10711
|
size: {
|
|
10659
10712
|
m: import("@emotion/react").SerializedStyles;
|
|
@@ -10671,7 +10724,7 @@ declare module '@elastic/eui/src/components/button/button_group/button_group.sty
|
|
|
10671
10724
|
|
|
10672
10725
|
}
|
|
10673
10726
|
declare module '@elastic/eui/src/components/button/button_group/button_group' {
|
|
10674
|
-
import { HTMLAttributes, ButtonHTMLAttributes, ReactElement, ReactNode } from 'react';
|
|
10727
|
+
import { FunctionComponent, HTMLAttributes, ButtonHTMLAttributes, ReactElement, ReactNode } from 'react';
|
|
10675
10728
|
import { type EuiDisabledProps } from '@elastic/eui/src/services/hooks/useEuiDisabledElement';
|
|
10676
10729
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
10677
10730
|
import { _EuiButtonColor } from '@elastic/eui/src/global_styling/mixins';
|
|
@@ -10799,27 +10852,55 @@ declare module '@elastic/eui/src/components/button/button_group/button_group' {
|
|
|
10799
10852
|
/**
|
|
10800
10853
|
* Pass button components (`EuiButton`, `EuiButtonEmpty`, `EuiButtonIcon`) as children,
|
|
10801
10854
|
* some specific wrappers, like `EuiToolTip` and `EuiPopover` are allowed.
|
|
10855
|
+
*
|
|
10856
|
+
* Do not pass children as combined custom component. Each child needs to be a standalone component.
|
|
10802
10857
|
*/
|
|
10803
10858
|
children: ReactNode;
|
|
10804
10859
|
/**
|
|
10805
10860
|
* Typical sizing is `s`. Medium `m` size should be reserved for major features.
|
|
10861
|
+
* @default 's'
|
|
10806
10862
|
*/
|
|
10807
10863
|
buttonSize?: 's' | 'm';
|
|
10808
10864
|
/**
|
|
10809
10865
|
* Defines the type of a button group, which renders visually and functionally different:
|
|
10810
10866
|
* - default: arranges buttons in a horizontal row with optional gutter via `gutterSize`
|
|
10867
|
+
* - segmented: arranges buttons in a horizontal or vertical row with no gutter.
|
|
10868
|
+
* The buttons are placed inset and dividers can optionally be shown between them.
|
|
10869
|
+
* @default 'default'
|
|
10811
10870
|
*/
|
|
10812
|
-
variant?: 'default';
|
|
10871
|
+
variant?: 'default' | 'segmented';
|
|
10813
10872
|
/**
|
|
10814
10873
|
* Defines the gutter size between children buttons.
|
|
10815
10874
|
* Applies only when `variant="default"`.
|
|
10875
|
+
* @default 's'
|
|
10816
10876
|
*/
|
|
10817
10877
|
gutterSize?: EuiButtonGroupGutterSize;
|
|
10818
10878
|
/**
|
|
10819
10879
|
* Expands the whole group to the full width of the container.
|
|
10820
10880
|
* `EuiButton` children will stretch to fill the available space via their `fullWidth` prop.
|
|
10881
|
+
* Does not apply when `layout="vertical"`.
|
|
10882
|
+
* @default false
|
|
10821
10883
|
*/
|
|
10822
10884
|
isFullWidth?: boolean;
|
|
10885
|
+
/**
|
|
10886
|
+
* Shows dividers between buttons.
|
|
10887
|
+
* Applies only when `variant="segmented"`.
|
|
10888
|
+
* @default false
|
|
10889
|
+
*/
|
|
10890
|
+
showDividers?: boolean;
|
|
10891
|
+
/**
|
|
10892
|
+
* Defines the layout direction of the button group.
|
|
10893
|
+
* `layout="vertical"` should only be used with EuiButtonIcon children.
|
|
10894
|
+
* Applies only when `variant="segmented"`.
|
|
10895
|
+
* @default 'horizontal'
|
|
10896
|
+
*/
|
|
10897
|
+
layout?: 'horizontal' | 'vertical';
|
|
10898
|
+
/**
|
|
10899
|
+
* Defines if buttons wrap or shrink.
|
|
10900
|
+
* Applies only when `variant="segmented"`.
|
|
10901
|
+
* @default true
|
|
10902
|
+
*/
|
|
10903
|
+
wrap?: boolean;
|
|
10823
10904
|
/**
|
|
10824
10905
|
* Callback fired when a child button is selected.
|
|
10825
10906
|
* Returns the `id` of the clicked option.
|
|
@@ -10828,6 +10909,7 @@ declare module '@elastic/eui/src/components/button/button_group/button_group' {
|
|
|
10828
10909
|
onChange?: (id: string) => void;
|
|
10829
10910
|
};
|
|
10830
10911
|
type ChildrenModeProps = Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> & EuiButtonGroupChildrenProps;
|
|
10912
|
+
export const EuiButtonGroupChildren: FunctionComponent<ChildrenModeProps>;
|
|
10831
10913
|
interface EuiButtonGroupComponent {
|
|
10832
10914
|
(props: OptionsModeProps): ReactElement | null;
|
|
10833
10915
|
(props: ChildrenModeProps): ReactElement | null;
|
|
@@ -10855,11 +10937,11 @@ declare module '@elastic/eui/src/components/button/split_button/split_button_con
|
|
|
10855
10937
|
}
|
|
10856
10938
|
declare module '@elastic/eui/src/components/button/split_button/split_button.styles' {
|
|
10857
10939
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
10858
|
-
export const euiSplitButtonStyles: (euiThemeContext: UseEuiTheme) => {
|
|
10940
|
+
export const euiSplitButtonStyles: (euiThemeContext: UseEuiTheme, backgroundColor: string) => {
|
|
10859
10941
|
euiSplitButton: import("@emotion/react").SerializedStyles;
|
|
10860
|
-
|
|
10942
|
+
hasBorder: import("@emotion/react").SerializedStyles;
|
|
10861
10943
|
};
|
|
10862
|
-
export const euiSplitButtonActionStyles: {
|
|
10944
|
+
export const euiSplitButtonActionStyles: (euiThemeContext: UseEuiTheme, size: "s" | "m") => {
|
|
10863
10945
|
euiSplitButtonActionPrimary: import("@emotion/react").SerializedStyles;
|
|
10864
10946
|
euiSplitButtonActionSecondary: import("@emotion/react").SerializedStyles;
|
|
10865
10947
|
};
|
|
@@ -12426,7 +12508,7 @@ declare module '@elastic/eui/src/components/form/file_picker/file_picker.styles'
|
|
|
12426
12508
|
euiFilePicker__icon: import("@emotion/react").SerializedStyles;
|
|
12427
12509
|
normal: import("@emotion/react").SerializedStyles;
|
|
12428
12510
|
uncompressed: string;
|
|
12429
|
-
|
|
12511
|
+
compressed: import("@emotion/react").SerializedStyles;
|
|
12430
12512
|
large: import("@emotion/react").SerializedStyles;
|
|
12431
12513
|
};
|
|
12432
12514
|
rightIcon: {
|
|
@@ -12439,10 +12521,12 @@ declare module '@elastic/eui/src/components/form/file_picker/file_picker.styles'
|
|
|
12439
12521
|
|
|
12440
12522
|
}
|
|
12441
12523
|
declare module '@elastic/eui/src/components/form/file_picker/file_picker' {
|
|
12442
|
-
import React, {
|
|
12443
|
-
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
12524
|
+
import React, { InputHTMLAttributes, ReactNode } from 'react';
|
|
12444
12525
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
12445
|
-
|
|
12526
|
+
export interface EuiFilePickerRef {
|
|
12527
|
+
removeFiles: () => void;
|
|
12528
|
+
input: HTMLInputElement | null;
|
|
12529
|
+
}
|
|
12446
12530
|
export interface EuiFilePickerProps extends CommonProps, Omit<InputHTMLAttributes<HTMLInputElement>, 'onChange'> {
|
|
12447
12531
|
id?: string;
|
|
12448
12532
|
name?: string;
|
|
@@ -12489,31 +12573,14 @@ declare module '@elastic/eui/src/components/form/file_picker/file_picker' {
|
|
|
12489
12573
|
isLoading?: boolean;
|
|
12490
12574
|
disabled?: boolean;
|
|
12491
12575
|
}
|
|
12492
|
-
export class EuiFilePickerClass extends Component<EuiFilePickerProps & WithEuiStylesMemoizerProps> {
|
|
12493
|
-
static contextType: React.Context<FormContextValue>;
|
|
12494
|
-
static defaultProps: Partial<EuiFilePickerProps>;
|
|
12495
|
-
fileInput: HTMLInputElement | null;
|
|
12496
|
-
generatedId: string;
|
|
12497
|
-
getPromptTextFromFileList: (files: File[] | null) => React.ReactNode | null;
|
|
12498
|
-
state: {
|
|
12499
|
-
promptText: React.ReactNode | null;
|
|
12500
|
-
isHoveringDrop: boolean;
|
|
12501
|
-
};
|
|
12502
|
-
componentDidUpdate(prevProps: EuiFilePickerProps & WithEuiStylesMemoizerProps): void;
|
|
12503
|
-
handleChange: () => void;
|
|
12504
|
-
removeFiles: (e?: React.MouseEvent<HTMLButtonElement>) => void;
|
|
12505
|
-
showDrop: () => void;
|
|
12506
|
-
hideDrop: () => void;
|
|
12507
|
-
render(): React.JSX.Element;
|
|
12508
|
-
}
|
|
12509
12576
|
/**
|
|
12510
12577
|
* @see {@link https://eui.elastic.co/docs/components/forms/other/file-picker/|EuiFilePicker documentation}
|
|
12511
12578
|
*/
|
|
12512
|
-
export const EuiFilePicker: React.ForwardRefExoticComponent<
|
|
12579
|
+
export const EuiFilePicker: React.ForwardRefExoticComponent<EuiFilePickerProps & React.RefAttributes<EuiFilePickerRef>>;
|
|
12513
12580
|
|
|
12514
12581
|
}
|
|
12515
12582
|
declare module '@elastic/eui/src/components/form/file_picker' {
|
|
12516
|
-
export type { EuiFilePickerProps } from '@elastic/eui/src/components/form/file_picker/file_picker';
|
|
12583
|
+
export type { EuiFilePickerProps, EuiFilePickerRef } from '@elastic/eui/src/components/form/file_picker/file_picker';
|
|
12517
12584
|
export { EuiFilePicker } from '@elastic/eui/src/components/form/file_picker/file_picker';
|
|
12518
12585
|
|
|
12519
12586
|
}
|
|
@@ -18086,7 +18153,9 @@ declare module '@elastic/eui/src/components/flyout/flyout_menu/types' {
|
|
|
18086
18153
|
*/
|
|
18087
18154
|
backButtonProps?: EuiFlyoutMenuBackButtonProps;
|
|
18088
18155
|
/**
|
|
18089
|
-
* List of history items for the history popover
|
|
18156
|
+
* List of history items for the history popover, ordered most-recent-first.
|
|
18157
|
+
* Index 0 is the page the back button navigates to. Not shown if there is
|
|
18158
|
+
* just a single item.
|
|
18090
18159
|
*/
|
|
18091
18160
|
historyItems?: EuiFlyoutHistoryItem[];
|
|
18092
18161
|
/**
|
|
@@ -21490,14 +21559,6 @@ declare module '@elastic/eui/src/services/color_picker' {
|
|
|
21490
21559
|
export type { EuiSetColorMethod } from '@elastic/eui/src/services/color_picker/color_picker';
|
|
21491
21560
|
export { useColorPickerState, useColorStopsState } from '@elastic/eui/src/services/color_picker/color_picker';
|
|
21492
21561
|
|
|
21493
|
-
}
|
|
21494
|
-
declare module '@elastic/eui/src/services/console/warn_once' {
|
|
21495
|
-
export const warnOnce: (id: string, message: string) => void;
|
|
21496
|
-
|
|
21497
|
-
}
|
|
21498
|
-
declare module '@elastic/eui/src/services/console' {
|
|
21499
|
-
export * from '@elastic/eui/src/services/console/warn_once';
|
|
21500
|
-
|
|
21501
21562
|
}
|
|
21502
21563
|
declare module '@elastic/eui/src/services/container_query/match_container' {
|
|
21503
21564
|
/**
|
|
@@ -36733,156 +36794,6 @@ declare module '@elastic/eui' {
|
|
|
36733
36794
|
export * from '@elastic/eui/src/utils';
|
|
36734
36795
|
export * from '@elastic/eui/src/global_styling';
|
|
36735
36796
|
|
|
36736
|
-
}
|
|
36737
|
-
declare module '@elastic/eui/src/components/datagrid/data_grid.stories.utils' {
|
|
36738
|
-
import React from 'react';
|
|
36739
|
-
import type { EuiDataGridCellValueElementProps, EuiDataGridColumnCellActionProps, EuiDataGridProps } from '@elastic/eui/src/components/datagrid/data_grid_types';
|
|
36740
|
-
export const raw_data: {
|
|
36741
|
-
name: {
|
|
36742
|
-
formatted: string;
|
|
36743
|
-
raw: string;
|
|
36744
|
-
};
|
|
36745
|
-
email: {
|
|
36746
|
-
formatted: React.JSX.Element;
|
|
36747
|
-
raw: string;
|
|
36748
|
-
};
|
|
36749
|
-
location: React.JSX.Element;
|
|
36750
|
-
date: string;
|
|
36751
|
-
account: string;
|
|
36752
|
-
version: React.JSX.Element;
|
|
36753
|
-
}[];
|
|
36754
|
-
export const defaultStorybookArgs: {
|
|
36755
|
-
'aria-label': string;
|
|
36756
|
-
css: import("@emotion/react").SerializedStyles;
|
|
36757
|
-
columns: ({
|
|
36758
|
-
id: string;
|
|
36759
|
-
displayAsText: string;
|
|
36760
|
-
defaultSortDirection: "asc";
|
|
36761
|
-
cellActions: (({ rowIndex, Component }: EuiDataGridColumnCellActionProps) => React.JSX.Element)[];
|
|
36762
|
-
initialWidth?: undefined;
|
|
36763
|
-
actions?: undefined;
|
|
36764
|
-
isResizable?: undefined;
|
|
36765
|
-
schema?: undefined;
|
|
36766
|
-
} | {
|
|
36767
|
-
id: string;
|
|
36768
|
-
displayAsText: string;
|
|
36769
|
-
initialWidth: number;
|
|
36770
|
-
cellActions: (({ rowIndex, Component }: EuiDataGridColumnCellActionProps) => React.JSX.Element)[];
|
|
36771
|
-
defaultSortDirection?: undefined;
|
|
36772
|
-
actions?: undefined;
|
|
36773
|
-
isResizable?: undefined;
|
|
36774
|
-
schema?: undefined;
|
|
36775
|
-
} | {
|
|
36776
|
-
id: string;
|
|
36777
|
-
displayAsText: string;
|
|
36778
|
-
actions: {
|
|
36779
|
-
showHide: {
|
|
36780
|
-
label: string;
|
|
36781
|
-
};
|
|
36782
|
-
showMoveLeft: boolean;
|
|
36783
|
-
showMoveRight: boolean;
|
|
36784
|
-
additional: {
|
|
36785
|
-
label: string;
|
|
36786
|
-
onClick: () => void;
|
|
36787
|
-
iconType: string;
|
|
36788
|
-
size: "xs";
|
|
36789
|
-
color: "text";
|
|
36790
|
-
}[];
|
|
36791
|
-
};
|
|
36792
|
-
cellActions: (({ rowIndex, Component, isExpanded, }: EuiDataGridColumnCellActionProps) => React.JSX.Element)[];
|
|
36793
|
-
defaultSortDirection?: undefined;
|
|
36794
|
-
initialWidth?: undefined;
|
|
36795
|
-
isResizable?: undefined;
|
|
36796
|
-
schema?: undefined;
|
|
36797
|
-
} | {
|
|
36798
|
-
id: string;
|
|
36799
|
-
displayAsText: string;
|
|
36800
|
-
defaultSortDirection?: undefined;
|
|
36801
|
-
cellActions?: undefined;
|
|
36802
|
-
initialWidth?: undefined;
|
|
36803
|
-
actions?: undefined;
|
|
36804
|
-
isResizable?: undefined;
|
|
36805
|
-
schema?: undefined;
|
|
36806
|
-
} | {
|
|
36807
|
-
id: string;
|
|
36808
|
-
displayAsText: string;
|
|
36809
|
-
defaultSortDirection: "desc";
|
|
36810
|
-
cellActions?: undefined;
|
|
36811
|
-
initialWidth?: undefined;
|
|
36812
|
-
actions?: undefined;
|
|
36813
|
-
isResizable?: undefined;
|
|
36814
|
-
schema?: undefined;
|
|
36815
|
-
} | {
|
|
36816
|
-
id: string;
|
|
36817
|
-
displayAsText: string;
|
|
36818
|
-
defaultSortDirection: "desc";
|
|
36819
|
-
initialWidth: number;
|
|
36820
|
-
isResizable: boolean;
|
|
36821
|
-
actions: false;
|
|
36822
|
-
schema: string;
|
|
36823
|
-
cellActions?: undefined;
|
|
36824
|
-
})[];
|
|
36825
|
-
rowCount: number;
|
|
36826
|
-
renderCellValue: ({ rowIndex, columnId, }: EuiDataGridCellValueElementProps) => string | React.JSX.Element | null;
|
|
36827
|
-
trailingControlColumns: {
|
|
36828
|
-
id: string;
|
|
36829
|
-
width: number;
|
|
36830
|
-
headerCellRender: () => React.JSX.Element;
|
|
36831
|
-
rowCellRender: () => React.JSX.Element;
|
|
36832
|
-
}[];
|
|
36833
|
-
leadingControlColumns: {
|
|
36834
|
-
id: string;
|
|
36835
|
-
width: number;
|
|
36836
|
-
headerCellRender: () => React.JSX.Element;
|
|
36837
|
-
rowCellRender: ({ rowIndex }: EuiDataGridCellValueElementProps) => React.JSX.Element;
|
|
36838
|
-
}[];
|
|
36839
|
-
columnVisibility: {
|
|
36840
|
-
visibleColumns: string[];
|
|
36841
|
-
setVisibleColumns: () => void;
|
|
36842
|
-
canDragAndDropColumns: boolean;
|
|
36843
|
-
};
|
|
36844
|
-
inMemory: {
|
|
36845
|
-
readonly level: "sorting";
|
|
36846
|
-
};
|
|
36847
|
-
pagination: {
|
|
36848
|
-
pageIndex: number;
|
|
36849
|
-
pageSize: number;
|
|
36850
|
-
pageSizeOptions: number[];
|
|
36851
|
-
onChangeItemsPerPage: () => void;
|
|
36852
|
-
onChangePage: () => void;
|
|
36853
|
-
};
|
|
36854
|
-
gridStyle: {
|
|
36855
|
-
readonly fontSize: "m";
|
|
36856
|
-
readonly cellPadding: "m";
|
|
36857
|
-
readonly border: "all";
|
|
36858
|
-
readonly stripes: false;
|
|
36859
|
-
readonly header: "shade";
|
|
36860
|
-
readonly footer: "overline";
|
|
36861
|
-
readonly stickyFooter: true;
|
|
36862
|
-
readonly rowHover: "highlight";
|
|
36863
|
-
readonly rowClasses: {};
|
|
36864
|
-
};
|
|
36865
|
-
width: string;
|
|
36866
|
-
height: string;
|
|
36867
|
-
toolbarVisibility: {
|
|
36868
|
-
readonly showColumnSelector: true;
|
|
36869
|
-
readonly showDisplaySelector: true;
|
|
36870
|
-
readonly showSortSelector: true;
|
|
36871
|
-
readonly showKeyboardShortcuts: true;
|
|
36872
|
-
readonly showFullScreenSelector: true;
|
|
36873
|
-
readonly additionalControls: null;
|
|
36874
|
-
};
|
|
36875
|
-
headerVisibility: boolean;
|
|
36876
|
-
minSizeForControls: number;
|
|
36877
|
-
rowHeightsOptions: {
|
|
36878
|
-
readonly defaultHeight: undefined;
|
|
36879
|
-
readonly rowHeights: {};
|
|
36880
|
-
readonly lineHeight: undefined;
|
|
36881
|
-
readonly scrollAnchorRow: undefined;
|
|
36882
|
-
};
|
|
36883
|
-
};
|
|
36884
|
-
export const StatefulDataGrid: (props: EuiDataGridProps) => React.JSX.Element;
|
|
36885
|
-
|
|
36886
36797
|
}
|
|
36887
36798
|
/*
|
|
36888
36799
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
@@ -36944,7 +36855,7 @@ declare module '@elastic/eui/src/services/container_query' {
|
|
|
36944
36855
|
|
|
36945
36856
|
declare module '@elastic/eui' {
|
|
36946
36857
|
export type EuiTokensObject = {
|
|
36947
|
-
"
|
|
36858
|
+
"euiTreeView.listNavigationInstructions": any;
|
|
36948
36859
|
"euiTourStepIndicator.isActive": any;
|
|
36949
36860
|
"euiTourStepIndicator.isComplete": any;
|
|
36950
36861
|
"euiTourStepIndicator.isIncomplete": any;
|
|
@@ -36952,12 +36863,12 @@ declare module '@elastic/eui' {
|
|
|
36952
36863
|
"euiTourFooter.endTour": any;
|
|
36953
36864
|
"euiTourFooter.skipTour": any;
|
|
36954
36865
|
"euiTourFooter.closeTour": any;
|
|
36955
|
-
"
|
|
36866
|
+
"euiIconTip.defaultAriaLabel": any;
|
|
36956
36867
|
"euiToast.dismissToast": any;
|
|
36957
36868
|
"euiToast.newNotification": any;
|
|
36958
36869
|
"euiGlobalToastList.clearAllToastsButtonAriaLabel": any;
|
|
36959
36870
|
"euiGlobalToastList.clearAllToastsButtonDisplayText": any;
|
|
36960
|
-
"
|
|
36871
|
+
"euiTableHeaderCell.titleTextWithDesc": any;
|
|
36961
36872
|
"euiStepStrings.step": any;
|
|
36962
36873
|
"euiStepStrings.simpleStep": any;
|
|
36963
36874
|
"euiStepStrings.complete": any;
|
|
@@ -36974,9 +36885,9 @@ declare module '@elastic/eui' {
|
|
|
36974
36885
|
"euiStepStrings.simpleLoading": any;
|
|
36975
36886
|
"euiStepStrings.current": any;
|
|
36976
36887
|
"euiStepStrings.simpleCurrent": any;
|
|
36888
|
+
"euiStat.loadingText": any;
|
|
36977
36889
|
"euiSkeletonLoading.loadedAriaText": any;
|
|
36978
36890
|
"euiSkeletonLoading.loadingAriaText": any;
|
|
36979
|
-
"euiTableHeaderCell.titleTextWithDesc": any;
|
|
36980
36891
|
"euiSideNav.mobileToggleAriaLabel": any;
|
|
36981
36892
|
"euiSelectable.loadingOptions": any;
|
|
36982
36893
|
"euiSelectable.noMatchingOptions": any;
|
|
@@ -36984,12 +36895,12 @@ declare module '@elastic/eui' {
|
|
|
36984
36895
|
"euiSelectable.screenReaderInstructions": any;
|
|
36985
36896
|
"euiSelectable.placeholderName": any;
|
|
36986
36897
|
"euiSelectable.searchResults": any;
|
|
36987
|
-
"euiResizablePanel.toggleButtonAriaLabel": any;
|
|
36988
|
-
"euiResizableButton.horizontalResizerAriaLabel": any;
|
|
36989
|
-
"euiResizableButton.verticalResizerAriaLabel": any;
|
|
36990
36898
|
"euiSearchBox.placeholder": any;
|
|
36991
36899
|
"euiSearchBox.incrementalAriaLabel": any;
|
|
36992
36900
|
"euiSearchBox.ariaLabel": any;
|
|
36901
|
+
"euiResizablePanel.toggleButtonAriaLabel": any;
|
|
36902
|
+
"euiResizableButton.horizontalResizerAriaLabel": any;
|
|
36903
|
+
"euiResizableButton.verticalResizerAriaLabel": any;
|
|
36993
36904
|
"euiProgress.valueText": any;
|
|
36994
36905
|
"euiPopover.screenReaderAnnouncement": any;
|
|
36995
36906
|
"euiPaginationButtonArrow.firstPage": any;
|
|
@@ -37006,8 +36917,8 @@ declare module '@elastic/eui' {
|
|
|
37006
36917
|
"euiPagination.of": any;
|
|
37007
36918
|
"euiPagination.collection": any;
|
|
37008
36919
|
"euiPagination.fromEndLabel": any;
|
|
37009
|
-
"
|
|
37010
|
-
"
|
|
36920
|
+
"euiModal.screenReaderModalDialog": any;
|
|
36921
|
+
"euiModal.closeModal": any;
|
|
37011
36922
|
"euiMarkdownEditorToolbar.editor": any;
|
|
37012
36923
|
"euiMarkdownEditorToolbar.previewMarkdown": any;
|
|
37013
36924
|
"euiMarkdownEditorHelpButton.mdSyntaxLink": any;
|
|
@@ -37023,8 +36934,8 @@ declare module '@elastic/eui' {
|
|
|
37023
36934
|
"euiMarkdownEditorFooter.supportedFileTypes": any;
|
|
37024
36935
|
"euiMarkdownEditorFooter.showSyntaxErrors": any;
|
|
37025
36936
|
"euiMarkdownEditorFooter.errorsTitle": any;
|
|
37026
|
-
"
|
|
37027
|
-
"
|
|
36937
|
+
"euiMark.highlightStart": any;
|
|
36938
|
+
"euiMark.highlightEnd": any;
|
|
37028
36939
|
"euiLoadingStrings.ariaLabel": any;
|
|
37029
36940
|
"euiExternalLinkIcon.newTarget.screenReaderOnlyText": any;
|
|
37030
36941
|
"euiExternalLinkIcon.externalTarget.screenReaderOnlyText": any;
|
|
@@ -37034,26 +36945,19 @@ declare module '@elastic/eui' {
|
|
|
37034
36945
|
"euiInlineEditForm.activateEditModeDescription": any;
|
|
37035
36946
|
"euiImageButton.openFullScreen": any;
|
|
37036
36947
|
"euiImageButton.closeFullScreen": any;
|
|
37037
|
-
"
|
|
37038
|
-
"euiFlyoutMenu.history": any;
|
|
37039
|
-
"euiFlyoutMenu.history.tooltip": any;
|
|
37040
|
-
"euiFlyoutMenu.pagination.first": any;
|
|
37041
|
-
"euiFlyoutMenu.pagination.previous": any;
|
|
37042
|
-
"euiFlyoutMenu.pagination.next": any;
|
|
37043
|
-
"euiFlyoutMenu.pagination.last": any;
|
|
37044
|
-
"euiFlyoutMenu.pagination.counter": any;
|
|
36948
|
+
"euiForm.addressFormErrors": any;
|
|
37045
36949
|
"euiFlyout.screenReaderModalDialog": any;
|
|
37046
36950
|
"euiFlyout.screenReaderNoOverlayMaskDialog": any;
|
|
37047
36951
|
"euiFlyout.screenReaderFocusTrapShards": any;
|
|
37048
36952
|
"euiFlyoutCloseButton.ariaLabel": any;
|
|
37049
36953
|
"euiFilterButton.filterBadgeActiveAriaLabel": any;
|
|
37050
36954
|
"euiFilterButton.filterBadgeAvailableAriaLabel": any;
|
|
37051
|
-
"euiForm.addressFormErrors": any;
|
|
37052
36955
|
"euiErrorBoundary.error": any;
|
|
37053
36956
|
"euiDataGrid.ariaLabel": any;
|
|
37054
36957
|
"euiDataGrid.ariaLabelledBy": any;
|
|
37055
36958
|
"euiDataGrid.screenReaderNotice": any;
|
|
37056
36959
|
"euiContextMenuPanelTitle.ariaLabel": any;
|
|
36960
|
+
"euiComboBox.listboxAriaLabel": any;
|
|
37057
36961
|
"euiSaturation.ariaLabel": any;
|
|
37058
36962
|
"euiSaturation.roleDescription": any;
|
|
37059
36963
|
"euiSaturation.screenReaderInstructions": any;
|
|
@@ -37076,11 +36980,13 @@ declare module '@elastic/eui' {
|
|
|
37076
36980
|
"euiCodeBlockCopy.copy": any;
|
|
37077
36981
|
"euiCodeBlockAnnotations.ariaLabel": any;
|
|
37078
36982
|
"euiCodeBlock.label": any;
|
|
37079
|
-
"
|
|
36983
|
+
"euiCallOut.dismissAriaLabel": any;
|
|
37080
36984
|
"euiBreadcrumbs.nav.ariaLabel": any;
|
|
37081
36985
|
"euiBreadcrumb.collapsedBadge.ariaLabel": any;
|
|
37082
36986
|
"euiBreadcrumb.popoverAriaLabel": any;
|
|
37083
|
-
"
|
|
36987
|
+
"euiBottomBar.screenReaderHeading": any;
|
|
36988
|
+
"euiBottomBar.customScreenReaderAnnouncement": any;
|
|
36989
|
+
"euiBottomBar.screenReaderAnnouncement": any;
|
|
37084
36990
|
"euiBanner.dismissAriaLabel": any;
|
|
37085
36991
|
"euiCollapsedItemActions.allActionsTooltip": any;
|
|
37086
36992
|
"euiCollapsedItemActions.allActions": any;
|
|
@@ -37094,9 +37000,6 @@ declare module '@elastic/eui' {
|
|
|
37094
37000
|
"euiBasicTable.deselectRows": any;
|
|
37095
37001
|
"euiBasicTable.selectThisRow": any;
|
|
37096
37002
|
"euiBasicTable.tablePagination": any;
|
|
37097
|
-
"euiBottomBar.screenReaderHeading": any;
|
|
37098
|
-
"euiBottomBar.customScreenReaderAnnouncement": any;
|
|
37099
|
-
"euiBottomBar.screenReaderAnnouncement": any;
|
|
37100
37003
|
"euiTablePagination.allRows": any;
|
|
37101
37004
|
"euiTablePagination.rowsPerPage": any;
|
|
37102
37005
|
"euiTablePagination.rowsPerPageOptionShowAllRows": any;
|
|
@@ -37118,97 +37021,31 @@ declare module '@elastic/eui' {
|
|
|
37118
37021
|
"euiFieldValueSelectionFilter.buttonLabelHint": any;
|
|
37119
37022
|
"euiPinnableListGroup.pinExtraActionLabel": any;
|
|
37120
37023
|
"euiPinnableListGroup.pinnedExtraActionLabel": any;
|
|
37121
|
-
"euiFlyoutManaged.defaultTitle": any;
|
|
37122
37024
|
"euiHeaderLinks.appNavigation": any;
|
|
37123
37025
|
"euiHeaderLinks.openNavigationMenu": any;
|
|
37124
37026
|
"euiSuperSelect.screenReaderAnnouncement": any;
|
|
37125
37027
|
"euiSuperSelect.ariaLabel": any;
|
|
37126
37028
|
"euiRange.sliderScreenReaderInstructions": any;
|
|
37127
37029
|
"euiDualRange.sliderScreenReaderInstructions": any;
|
|
37128
|
-
"
|
|
37030
|
+
"euiFormControlLayoutDelimited.delimiterLabel": any;
|
|
37031
|
+
"euiFormControlLayoutClearButton.label": any;
|
|
37129
37032
|
"euiFilePicker.filesSelected": any;
|
|
37033
|
+
"euiFilePicker.promptText": any;
|
|
37130
37034
|
"euiFilePicker.removeSelectedAriaLabel": any;
|
|
37131
37035
|
"euiFilePicker.removeSelected": any;
|
|
37132
|
-
"
|
|
37133
|
-
"euiFormControlLayoutClearButton.label": any;
|
|
37036
|
+
"euiFieldSearch.clearSearchButtonLabel": any;
|
|
37134
37037
|
"euiFieldPassword.showPassword": any;
|
|
37135
37038
|
"euiFieldPassword.maskPassword": any;
|
|
37136
|
-
"
|
|
37137
|
-
"
|
|
37138
|
-
"
|
|
37139
|
-
"
|
|
37140
|
-
"
|
|
37141
|
-
"
|
|
37142
|
-
"
|
|
37143
|
-
"
|
|
37144
|
-
"
|
|
37145
|
-
"
|
|
37146
|
-
"euiDataGridSchema.numberSortTextDesc": any;
|
|
37147
|
-
"euiDataGridSchema.jsonSortTextAsc": any;
|
|
37148
|
-
"euiDataGridSchema.jsonSortTextDesc": any;
|
|
37149
|
-
"euiKeyboardShortcuts.title": any;
|
|
37150
|
-
"euiKeyboardShortcuts.upArrowTitle": any;
|
|
37151
|
-
"euiKeyboardShortcuts.upArrowDescription": any;
|
|
37152
|
-
"euiKeyboardShortcuts.downArrowTitle": any;
|
|
37153
|
-
"euiKeyboardShortcuts.downArrowDescription": any;
|
|
37154
|
-
"euiKeyboardShortcuts.rightArrowTitle": any;
|
|
37155
|
-
"euiKeyboardShortcuts.rightArrowDescription": any;
|
|
37156
|
-
"euiKeyboardShortcuts.leftArrowTitle": any;
|
|
37157
|
-
"euiKeyboardShortcuts.leftArrowDescription": any;
|
|
37158
|
-
"euiKeyboardShortcuts.homeTitle": any;
|
|
37159
|
-
"euiKeyboardShortcuts.homeDescription": any;
|
|
37160
|
-
"euiKeyboardShortcuts.endTitle": any;
|
|
37161
|
-
"euiKeyboardShortcuts.endDescription": any;
|
|
37162
|
-
"euiKeyboardShortcuts.ctrl": any;
|
|
37163
|
-
"euiKeyboardShortcuts.ctrlHomeDescription": any;
|
|
37164
|
-
"euiKeyboardShortcuts.ctrlEndDescription": any;
|
|
37165
|
-
"euiKeyboardShortcuts.pageUpTitle": any;
|
|
37166
|
-
"euiKeyboardShortcuts.pageUpDescription": any;
|
|
37167
|
-
"euiKeyboardShortcuts.pageDownTitle": any;
|
|
37168
|
-
"euiKeyboardShortcuts.pageDownDescription": any;
|
|
37169
|
-
"euiKeyboardShortcuts.enterTitle": any;
|
|
37170
|
-
"euiKeyboardShortcuts.enterDescription": any;
|
|
37171
|
-
"euiKeyboardShortcuts.escapeTitle": any;
|
|
37172
|
-
"euiKeyboardShortcuts.escapeDescription": any;
|
|
37173
|
-
"euiFullscreenSelector.fullscreenButton": any;
|
|
37174
|
-
"euiFullscreenSelector.fullscreenButtonActive": any;
|
|
37175
|
-
"euiDataGridToolbarControl.badgeAriaLabel": any;
|
|
37176
|
-
"euiDisplaySelector.densityLabel": any;
|
|
37177
|
-
"euiDisplaySelector.labelCompact": any;
|
|
37178
|
-
"euiDisplaySelector.labelNormal": any;
|
|
37179
|
-
"euiDisplaySelector.labelExpanded": any;
|
|
37180
|
-
"euiDisplaySelector.rowHeightLabel": any;
|
|
37181
|
-
"euiDisplaySelector.labelAuto": any;
|
|
37182
|
-
"euiDisplaySelector.labelStatic": any;
|
|
37183
|
-
"euiDisplaySelector.labelMax": any;
|
|
37184
|
-
"euiDisplaySelector.buttonText": any;
|
|
37185
|
-
"euiDisplaySelector.resetButtonText": any;
|
|
37186
|
-
"euiColumnSortingDraggable.defaultSortAsc": any;
|
|
37187
|
-
"euiColumnSortingDraggable.defaultSortDesc": any;
|
|
37188
|
-
"euiColumnSortingDraggable.dragHandleAriaLabel": any;
|
|
37189
|
-
"euiColumnSortingDraggable.activeSortLabel": any;
|
|
37190
|
-
"euiColumnSortingDraggable.removeSortLabel": any;
|
|
37191
|
-
"euiColumnSortingDraggable.toggleLegend": any;
|
|
37192
|
-
"euiColumnSorting.button": any;
|
|
37193
|
-
"euiColumnSorting.sortFieldAriaLabel": any;
|
|
37194
|
-
"euiColumnSorting.emptySorting": any;
|
|
37195
|
-
"euiColumnSorting.pickFields": any;
|
|
37196
|
-
"euiColumnSorting.clearAll": any;
|
|
37197
|
-
"euiColumnSelector.dragHandleAriaLabel": any;
|
|
37198
|
-
"euiColumnSelector.button": any;
|
|
37199
|
-
"euiColumnSelector.search": any;
|
|
37200
|
-
"euiColumnSelector.searchcolumns": any;
|
|
37201
|
-
"euiColumnSelector.selectAll": any;
|
|
37202
|
-
"euiColumnSelector.hideAll": any;
|
|
37203
|
-
"euiRefreshInterval.fullDescriptionOff": any;
|
|
37204
|
-
"euiRefreshInterval.fullDescriptionOn": any;
|
|
37205
|
-
"euiRefreshInterval.toggleLabel": any;
|
|
37206
|
-
"euiRefreshInterval.toggleAriaLabel": any;
|
|
37207
|
-
"euiRefreshInterval.valueAriaLabel": any;
|
|
37208
|
-
"euiRefreshInterval.unitsAriaLabel": any;
|
|
37209
|
-
"euiAutoRefresh.autoRefreshLabel": any;
|
|
37210
|
-
"euiAutoRefresh.buttonLabelOff": any;
|
|
37211
|
-
"euiAutoRefresh.buttonLabelOn": any;
|
|
37039
|
+
"euiFlyoutMenu.back": any;
|
|
37040
|
+
"euiFlyoutMenu.back.tooltip": any;
|
|
37041
|
+
"euiFlyoutMenu.history": any;
|
|
37042
|
+
"euiFlyoutMenu.history.tooltip": any;
|
|
37043
|
+
"euiFlyoutMenu.pagination.first": any;
|
|
37044
|
+
"euiFlyoutMenu.pagination.previous": any;
|
|
37045
|
+
"euiFlyoutMenu.pagination.next": any;
|
|
37046
|
+
"euiFlyoutMenu.pagination.last": any;
|
|
37047
|
+
"euiFlyoutMenu.pagination.counter": any;
|
|
37048
|
+
"euiFlyoutManaged.defaultTitle": any;
|
|
37212
37049
|
"euiTimeWindowButtons.previousDescription": any;
|
|
37213
37050
|
"euiTimeWindowButtons.nextDescription": any;
|
|
37214
37051
|
"euiTimeWindowButtons.invalidShiftLabel": any;
|
|
@@ -37219,6 +37056,11 @@ declare module '@elastic/eui' {
|
|
|
37219
37056
|
"euiTimeWindowButtons.zoomInLabel": any;
|
|
37220
37057
|
"euiTimeWindowButtons.zoomOutLabel": any;
|
|
37221
37058
|
"euiTimeWindowButtons.nextLabel": any;
|
|
37059
|
+
"euiSuperUpdateButton.updatingButtonLabel": any;
|
|
37060
|
+
"euiSuperUpdateButton.updateButtonLabel": any;
|
|
37061
|
+
"euiSuperUpdateButton.refreshButtonLabel": any;
|
|
37062
|
+
"euiSuperUpdateButton.cannotUpdateTooltip": any;
|
|
37063
|
+
"euiSuperUpdateButton.clickToApplyTooltip": any;
|
|
37222
37064
|
"euiTimeOptions.last": any;
|
|
37223
37065
|
"euiTimeOptions.next": any;
|
|
37224
37066
|
"euiTimeOptions.seconds": any;
|
|
@@ -37257,11 +37099,6 @@ declare module '@elastic/eui' {
|
|
|
37257
37099
|
"euiTimeOptions.weekToDate": any;
|
|
37258
37100
|
"euiTimeOptions.monthToDate": any;
|
|
37259
37101
|
"euiTimeOptions.yearToDate": any;
|
|
37260
|
-
"euiSuperUpdateButton.updatingButtonLabel": any;
|
|
37261
|
-
"euiSuperUpdateButton.updateButtonLabel": any;
|
|
37262
|
-
"euiSuperUpdateButton.refreshButtonLabel": any;
|
|
37263
|
-
"euiSuperUpdateButton.cannotUpdateTooltip": any;
|
|
37264
|
-
"euiSuperUpdateButton.clickToApplyTooltip": any;
|
|
37265
37102
|
"euiPrettyInterval.seconds": any;
|
|
37266
37103
|
"euiPrettyInterval.minutes": any;
|
|
37267
37104
|
"euiPrettyInterval.hours": any;
|
|
@@ -37295,6 +37132,81 @@ declare module '@elastic/eui' {
|
|
|
37295
37132
|
"euiPrettyDuration.now": any;
|
|
37296
37133
|
"euiPrettyDuration.invalid": any;
|
|
37297
37134
|
"euiPrettyDuration.fallbackDuration": any;
|
|
37135
|
+
"euiAutoRefresh.autoRefreshLabel": any;
|
|
37136
|
+
"euiAutoRefresh.buttonLabelOff": any;
|
|
37137
|
+
"euiAutoRefresh.buttonLabelOn": any;
|
|
37138
|
+
"euiRefreshInterval.fullDescriptionOff": any;
|
|
37139
|
+
"euiRefreshInterval.fullDescriptionOn": any;
|
|
37140
|
+
"euiRefreshInterval.toggleLabel": any;
|
|
37141
|
+
"euiRefreshInterval.toggleAriaLabel": any;
|
|
37142
|
+
"euiRefreshInterval.valueAriaLabel": any;
|
|
37143
|
+
"euiRefreshInterval.unitsAriaLabel": any;
|
|
37144
|
+
"euiDataGridSchema.booleanSortTextAsc": any;
|
|
37145
|
+
"euiDataGridSchema.booleanSortTextDesc": any;
|
|
37146
|
+
"euiDataGridSchema.currencySortTextAsc": any;
|
|
37147
|
+
"euiDataGridSchema.currencySortTextDesc": any;
|
|
37148
|
+
"euiDataGridSchema.dateSortTextAsc": any;
|
|
37149
|
+
"euiDataGridSchema.dateSortTextDesc": any;
|
|
37150
|
+
"euiDataGridSchema.numberSortTextAsc": any;
|
|
37151
|
+
"euiDataGridSchema.numberSortTextDesc": any;
|
|
37152
|
+
"euiDataGridSchema.jsonSortTextAsc": any;
|
|
37153
|
+
"euiDataGridSchema.jsonSortTextDesc": any;
|
|
37154
|
+
"euiKeyboardShortcuts.title": any;
|
|
37155
|
+
"euiKeyboardShortcuts.upArrowTitle": any;
|
|
37156
|
+
"euiKeyboardShortcuts.upArrowDescription": any;
|
|
37157
|
+
"euiKeyboardShortcuts.downArrowTitle": any;
|
|
37158
|
+
"euiKeyboardShortcuts.downArrowDescription": any;
|
|
37159
|
+
"euiKeyboardShortcuts.rightArrowTitle": any;
|
|
37160
|
+
"euiKeyboardShortcuts.rightArrowDescription": any;
|
|
37161
|
+
"euiKeyboardShortcuts.leftArrowTitle": any;
|
|
37162
|
+
"euiKeyboardShortcuts.leftArrowDescription": any;
|
|
37163
|
+
"euiKeyboardShortcuts.homeTitle": any;
|
|
37164
|
+
"euiKeyboardShortcuts.homeDescription": any;
|
|
37165
|
+
"euiKeyboardShortcuts.endTitle": any;
|
|
37166
|
+
"euiKeyboardShortcuts.endDescription": any;
|
|
37167
|
+
"euiKeyboardShortcuts.ctrl": any;
|
|
37168
|
+
"euiKeyboardShortcuts.ctrlHomeDescription": any;
|
|
37169
|
+
"euiKeyboardShortcuts.ctrlEndDescription": any;
|
|
37170
|
+
"euiKeyboardShortcuts.pageUpTitle": any;
|
|
37171
|
+
"euiKeyboardShortcuts.pageUpDescription": any;
|
|
37172
|
+
"euiKeyboardShortcuts.pageDownTitle": any;
|
|
37173
|
+
"euiKeyboardShortcuts.pageDownDescription": any;
|
|
37174
|
+
"euiKeyboardShortcuts.enterTitle": any;
|
|
37175
|
+
"euiKeyboardShortcuts.enterDescription": any;
|
|
37176
|
+
"euiKeyboardShortcuts.escapeTitle": any;
|
|
37177
|
+
"euiKeyboardShortcuts.escapeDescription": any;
|
|
37178
|
+
"euiDataGridPagination.detailedPaginationLabel": any;
|
|
37179
|
+
"euiDataGridPagination.paginationLabel": any;
|
|
37180
|
+
"euiDisplaySelector.densityLabel": any;
|
|
37181
|
+
"euiDisplaySelector.labelCompact": any;
|
|
37182
|
+
"euiDisplaySelector.labelNormal": any;
|
|
37183
|
+
"euiDisplaySelector.labelExpanded": any;
|
|
37184
|
+
"euiDisplaySelector.rowHeightLabel": any;
|
|
37185
|
+
"euiDisplaySelector.labelAuto": any;
|
|
37186
|
+
"euiDisplaySelector.labelStatic": any;
|
|
37187
|
+
"euiDisplaySelector.labelMax": any;
|
|
37188
|
+
"euiDisplaySelector.buttonText": any;
|
|
37189
|
+
"euiDisplaySelector.resetButtonText": any;
|
|
37190
|
+
"euiFullscreenSelector.fullscreenButton": any;
|
|
37191
|
+
"euiFullscreenSelector.fullscreenButtonActive": any;
|
|
37192
|
+
"euiDataGridToolbarControl.badgeAriaLabel": any;
|
|
37193
|
+
"euiColumnSortingDraggable.defaultSortAsc": any;
|
|
37194
|
+
"euiColumnSortingDraggable.defaultSortDesc": any;
|
|
37195
|
+
"euiColumnSortingDraggable.dragHandleAriaLabel": any;
|
|
37196
|
+
"euiColumnSortingDraggable.activeSortLabel": any;
|
|
37197
|
+
"euiColumnSortingDraggable.removeSortLabel": any;
|
|
37198
|
+
"euiColumnSortingDraggable.toggleLegend": any;
|
|
37199
|
+
"euiColumnSorting.button": any;
|
|
37200
|
+
"euiColumnSorting.sortFieldAriaLabel": any;
|
|
37201
|
+
"euiColumnSorting.emptySorting": any;
|
|
37202
|
+
"euiColumnSorting.pickFields": any;
|
|
37203
|
+
"euiColumnSorting.clearAll": any;
|
|
37204
|
+
"euiColumnSelector.dragHandleAriaLabel": any;
|
|
37205
|
+
"euiColumnSelector.button": any;
|
|
37206
|
+
"euiColumnSelector.search": any;
|
|
37207
|
+
"euiColumnSelector.searchcolumns": any;
|
|
37208
|
+
"euiColumnSelector.selectAll": any;
|
|
37209
|
+
"euiColumnSelector.hideAll": any;
|
|
37298
37210
|
"euiComboBoxOptionsList.loadingOptions": any;
|
|
37299
37211
|
"euiComboBoxOptionsList.delimiterMessage": any;
|
|
37300
37212
|
"euiComboBoxOptionsList.alreadyAdded": any;
|
|
@@ -37307,26 +37219,6 @@ declare module '@elastic/eui' {
|
|
|
37307
37219
|
"euiCardSelect.unavailable": any;
|
|
37308
37220
|
"euiCardSelect.select": any;
|
|
37309
37221
|
"euiAccordionChildrenLoading.message": any;
|
|
37310
|
-
"euiDataGridHeaderCell.sortedByAscendingSingle": any;
|
|
37311
|
-
"euiDataGridHeaderCell.sortedByDescendingSingle": any;
|
|
37312
|
-
"euiDataGridHeaderCell.sortedByAscendingFirst": any;
|
|
37313
|
-
"euiDataGridHeaderCell.sortedByDescendingFirst": any;
|
|
37314
|
-
"euiDataGridHeaderCell.sortedByAscendingMultiple": any;
|
|
37315
|
-
"euiDataGridHeaderCell.sortedByDescendingMultiple": any;
|
|
37316
|
-
"euiDataGridHeaderCell.actionsButtonAriaLabel": any;
|
|
37317
|
-
"euiDataGridHeaderCell.actionsEnterKeyInstructions": any;
|
|
37318
|
-
"euiDataGridHeaderCell.actionsPopoverScreenReaderText": any;
|
|
37319
|
-
"euiColumnActions.hideColumn": any;
|
|
37320
|
-
"euiColumnActions.moveLeft": any;
|
|
37321
|
-
"euiColumnActions.moveRight": any;
|
|
37322
|
-
"euiColumnActions.unsort": any;
|
|
37323
|
-
"euiColumnActions.sort": any;
|
|
37324
|
-
"euiDataGridCell.focusTrapExitPrompt": any;
|
|
37325
|
-
"euiDataGridCell.focusTrapEnterPrompt": any;
|
|
37326
|
-
"euiDataGridCell.focusTrapEnteredExitPrompt": any;
|
|
37327
|
-
"euiDataGridCellActions.expandButtonTitle": any;
|
|
37328
|
-
"euiDataGridCell.position": any;
|
|
37329
|
-
"euiDataGridCell.expansionEnterPrompt": any;
|
|
37330
37222
|
"euiRecentlyUsed.legend": any;
|
|
37331
37223
|
"euiQuickSelectPopover.buttonLabel": any;
|
|
37332
37224
|
"euiQuickSelect.quickSelectTitle": any;
|
|
@@ -37355,6 +37247,26 @@ declare module '@elastic/eui' {
|
|
|
37355
37247
|
"euiDatePopoverButton.outdatedTitle": any;
|
|
37356
37248
|
"euiAbsoluteTab.dateFormatButtonLabel": any;
|
|
37357
37249
|
"euiAbsoluteTab.dateFormatError": any;
|
|
37250
|
+
"euiDataGridCell.focusTrapExitPrompt": any;
|
|
37251
|
+
"euiDataGridCell.focusTrapEnterPrompt": any;
|
|
37252
|
+
"euiDataGridCell.focusTrapEnteredExitPrompt": any;
|
|
37253
|
+
"euiDataGridCellActions.expandButtonTitle": any;
|
|
37254
|
+
"euiDataGridCell.position": any;
|
|
37255
|
+
"euiDataGridCell.expansionEnterPrompt": any;
|
|
37256
|
+
"euiDataGridHeaderCell.sortedByAscendingSingle": any;
|
|
37257
|
+
"euiDataGridHeaderCell.sortedByDescendingSingle": any;
|
|
37258
|
+
"euiDataGridHeaderCell.sortedByAscendingFirst": any;
|
|
37259
|
+
"euiDataGridHeaderCell.sortedByDescendingFirst": any;
|
|
37260
|
+
"euiDataGridHeaderCell.sortedByAscendingMultiple": any;
|
|
37261
|
+
"euiDataGridHeaderCell.sortedByDescendingMultiple": any;
|
|
37262
|
+
"euiDataGridHeaderCell.actionsButtonAriaLabel": any;
|
|
37263
|
+
"euiDataGridHeaderCell.actionsEnterKeyInstructions": any;
|
|
37264
|
+
"euiDataGridHeaderCell.actionsPopoverScreenReaderText": any;
|
|
37265
|
+
"euiColumnActions.hideColumn": any;
|
|
37266
|
+
"euiColumnActions.moveLeft": any;
|
|
37267
|
+
"euiColumnActions.moveRight": any;
|
|
37268
|
+
"euiColumnActions.unsort": any;
|
|
37269
|
+
"euiColumnActions.sort": any;
|
|
37358
37270
|
}
|
|
37359
37271
|
}
|
|
37360
37272
|
|