@elastic/eui 68.0.0 → 69.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui_charts_theme.js +5661 -5814
- package/dist/eui_charts_theme.js.map +1 -1
- package/dist/eui_theme_dark.css +0 -521
- package/dist/eui_theme_dark.json +0 -25
- package/dist/eui_theme_dark.json.d.ts +0 -25
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +0 -521
- package/dist/eui_theme_light.json +0 -25
- package/dist/eui_theme_light.json.d.ts +0 -25
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +1 -1
- package/es/components/basic_table/collapsed_item_actions.js +1 -1
- package/es/components/basic_table/in_memory_table.js +7 -1
- package/es/components/breadcrumbs/breadcrumb.js +9 -5
- package/es/components/breadcrumbs/breadcrumbs.js +7 -4
- package/es/components/button/_button_content_deprecated.js +1 -1
- package/es/components/button/button_display/_button_display.js +1 -1
- 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 +1 -1
- package/es/components/button/button_group/button_group_button.js +1 -1
- package/es/components/button/button_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +1 -1
- 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/color_picker/color_palette_picker/color_palette_picker.js +18 -0
- package/es/components/combo_box/combo_box.js +52 -11
- package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +14 -6
- package/es/components/combo_box/matching_options.js +60 -11
- 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/datagrid/body/data_grid_body.js +13 -13
- package/es/components/datagrid/body/data_grid_cell.js +24 -24
- package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/es/components/datagrid/body/header/data_grid_header_row.js +13 -13
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/data_grid.js +13 -13
- 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/flex/flex_grid.js +30 -40
- package/es/components/flex/flex_grid.styles.js +137 -0
- package/es/components/flex/flex_group.js +16 -42
- package/es/components/flex/flex_group.styles.js +202 -0
- package/es/components/flex/flex_item.js +17 -16
- package/es/components/flex/flex_item.styles.js +148 -0
- package/es/components/flyout/flyout_body.js +2 -3
- package/es/components/flyout/flyout_footer.js +2 -3
- package/es/components/flyout/flyout_header.js +2 -3
- package/es/components/form/described_form_group/described_form_group.js +28 -23
- package/es/components/form/eui_form_context.js +14 -0
- package/es/components/form/field_number/field_number.js +38 -23
- package/es/components/form/field_password/field_password.js +31 -20
- package/es/components/form/field_search/field_search.js +14 -2
- package/es/components/form/field_text/field_text.js +30 -20
- package/es/components/form/file_picker/file_picker.js +13 -1
- package/es/components/form/form.js +21 -3
- package/es/components/form/form_control_layout/form_control_layout.js +19 -3
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/es/components/form/form_row/form_row.js +22 -4
- package/es/components/form/range/dual_range.js +14 -2
- package/es/components/form/range/range.js +14 -2
- package/es/components/form/range/range_wrapper.js +16 -6
- package/es/components/form/select/select.js +41 -25
- package/es/components/form/super_select/super_select.js +18 -0
- package/es/components/form/super_select/super_select_control.js +26 -22
- package/es/components/form/text_area/text_area.js +26 -15
- 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.js +1 -1
- package/es/components/icon/assets/filter.js +1 -2
- package/es/components/icon/assets/filterExclude.js +43 -0
- package/es/components/icon/assets/filterIgnore.js +38 -0
- package/es/components/icon/assets/filterInclude.js +38 -0
- package/es/components/icon/assets/indexTemporary.js +40 -0
- package/es/components/icon/assets/infinity.js +38 -0
- package/es/components/icon/assets/sortAscending.js +38 -0
- package/es/components/icon/assets/sortDescending.js +38 -0
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +7 -0
- package/es/components/image/image_fullscreen_wrapper.js +3 -3
- 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/notification/notification_event.js +2 -2
- package/es/components/notification/notification_event_meta.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/page/page_section/page_section.js +4 -3
- package/es/components/pagination/pagination.js +4 -4
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/resizable_container/resizable_container.js +77 -16
- package/es/components/search_bar/search_bar.js +6 -0
- 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/suggest/suggest.js +1 -1
- package/es/components/suggest/suggest_item.js +1 -1
- package/es/components/table/table_header_button.js +1 -1
- package/es/components/text/text.js +1 -0
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/es/components/tool_tip/tool_tip_anchor.js +2 -2
- package/eui.d.ts +374 -86
- package/i18ntokens.json +38 -38
- 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 +1 -1
- package/lib/components/basic_table/collapsed_item_actions.js +1 -1
- package/lib/components/basic_table/in_memory_table.js +7 -1
- package/lib/components/breadcrumbs/breadcrumb.js +9 -5
- package/lib/components/breadcrumbs/breadcrumbs.js +7 -4
- package/lib/components/button/_button_content_deprecated.js +1 -1
- package/lib/components/button/button_display/_button_display.js +1 -1
- 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 +1 -1
- package/lib/components/button/button_group/button_group_button.js +1 -1
- package/lib/components/button/button_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +1 -1
- 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/color_picker/color_palette_picker/color_palette_picker.js +18 -0
- package/lib/components/combo_box/combo_box.js +51 -10
- package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +14 -6
- package/lib/components/combo_box/matching_options.js +64 -12
- 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/datagrid/body/data_grid_body.js +13 -13
- package/lib/components/datagrid/body/data_grid_cell.js +24 -24
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/lib/components/datagrid/body/header/data_grid_header_row.js +13 -13
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/data_grid.js +13 -13
- 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/flex/flex_grid.js +33 -42
- package/lib/components/flex/flex_grid.styles.js +140 -0
- package/lib/components/flex/flex_group.js +17 -42
- package/lib/components/flex/flex_group.styles.js +205 -0
- package/lib/components/flex/flex_item.js +20 -19
- package/lib/components/flex/flex_item.styles.js +150 -0
- package/lib/components/flyout/flyout_body.js +2 -3
- package/lib/components/flyout/flyout_footer.js +2 -3
- package/lib/components/flyout/flyout_header.js +2 -3
- package/lib/components/form/described_form_group/described_form_group.js +29 -23
- package/lib/components/form/eui_form_context.js +28 -0
- package/lib/components/form/field_number/field_number.js +39 -23
- package/lib/components/form/field_password/field_password.js +32 -20
- package/lib/components/form/field_search/field_search.js +15 -2
- package/lib/components/form/field_text/field_text.js +31 -20
- package/lib/components/form/file_picker/file_picker.js +14 -1
- package/lib/components/form/form.js +23 -3
- package/lib/components/form/form_control_layout/form_control_layout.js +20 -3
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/lib/components/form/form_row/form_row.js +23 -4
- package/lib/components/form/range/dual_range.js +15 -2
- package/lib/components/form/range/range.js +15 -2
- package/lib/components/form/range/range_wrapper.js +17 -6
- package/lib/components/form/select/select.js +42 -25
- package/lib/components/form/super_select/super_select.js +18 -0
- package/lib/components/form/super_select/super_select_control.js +27 -22
- package/lib/components/form/text_area/text_area.js +27 -15
- 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.js +1 -1
- package/lib/components/icon/assets/filter.js +1 -2
- package/lib/components/icon/assets/filterExclude.js +50 -0
- package/lib/components/icon/assets/filterIgnore.js +45 -0
- package/lib/components/icon/assets/filterInclude.js +45 -0
- package/lib/components/icon/assets/indexTemporary.js +47 -0
- package/lib/components/icon/assets/infinity.js +45 -0
- package/lib/components/icon/assets/sortAscending.js +45 -0
- package/lib/components/icon/assets/sortDescending.js +45 -0
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +7 -0
- package/lib/components/icon/svgs/filter.svg +1 -1
- package/lib/components/icon/svgs/filterExclude.svg +5 -0
- package/lib/components/icon/svgs/filterIgnore.svg +4 -0
- package/lib/components/icon/svgs/filterInclude.svg +5 -0
- package/lib/components/icon/svgs/indexTemporary.svg +4 -0
- package/lib/components/icon/svgs/infinity.svg +3 -0
- package/lib/components/icon/svgs/sortAscending.svg +3 -0
- package/lib/components/icon/svgs/sortDescending.svg +3 -0
- package/lib/components/image/image_fullscreen_wrapper.js +3 -3
- 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/notification/notification_event.js +2 -2
- package/lib/components/notification/notification_event_meta.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/page/page_section/page_section.js +4 -3
- package/lib/components/pagination/pagination.js +4 -4
- package/lib/components/resizable_container/resizable_container.js +77 -16
- package/lib/components/search_bar/search_bar.js +6 -0
- 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/suggest/suggest.js +1 -1
- package/lib/components/suggest/suggest_item.js +1 -1
- package/lib/components/table/table_header_button.js +1 -1
- package/lib/components/text/text.js +1 -0
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/lib/components/tool_tip/tool_tip_anchor.js +2 -2
- package/optimize/es/components/breadcrumbs/breadcrumb.js +3 -2
- package/optimize/es/components/breadcrumbs/breadcrumbs.js +7 -4
- package/optimize/es/components/combo_box/combo_box.js +47 -11
- package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +13 -6
- package/optimize/es/components/combo_box/matching_options.js +60 -11
- package/optimize/es/components/flex/flex_grid.js +18 -34
- package/optimize/es/components/flex/flex_grid.styles.js +137 -0
- package/optimize/es/components/flex/flex_group.js +12 -38
- package/optimize/es/components/flex/flex_group.styles.js +202 -0
- package/optimize/es/components/flex/flex_item.js +11 -14
- package/optimize/es/components/flex/flex_item.styles.js +148 -0
- package/optimize/es/components/flyout/flyout_body.js +2 -3
- package/optimize/es/components/flyout/flyout_footer.js +2 -3
- package/optimize/es/components/flyout/flyout_header.js +2 -3
- package/optimize/es/components/form/described_form_group/described_form_group.js +22 -22
- package/optimize/es/components/form/eui_form_context.js +14 -0
- package/optimize/es/components/form/field_number/field_number.js +26 -22
- package/optimize/es/components/form/field_password/field_password.js +24 -20
- package/optimize/es/components/form/field_search/field_search.js +8 -2
- package/optimize/es/components/form/field_text/field_text.js +22 -18
- package/optimize/es/components/form/file_picker/file_picker.js +7 -1
- package/optimize/es/components/form/form.js +11 -2
- package/optimize/es/components/form/form_control_layout/form_control_layout.js +10 -2
- package/optimize/es/components/form/form_row/form_row.js +10 -4
- package/optimize/es/components/form/range/dual_range.js +8 -2
- package/optimize/es/components/form/range/range.js +8 -2
- package/optimize/es/components/form/range/range_wrapper.js +11 -6
- package/optimize/es/components/form/select/select.js +28 -24
- package/optimize/es/components/form/super_select/super_select_control.js +26 -22
- package/optimize/es/components/form/text_area/text_area.js +19 -15
- package/optimize/es/components/icon/assets/filter.js +1 -2
- package/optimize/es/components/icon/assets/filterExclude.js +39 -0
- package/optimize/es/components/icon/assets/filterIgnore.js +34 -0
- package/optimize/es/components/icon/assets/filterInclude.js +34 -0
- package/optimize/es/components/icon/assets/indexTemporary.js +36 -0
- package/optimize/es/components/icon/assets/infinity.js +34 -0
- package/optimize/es/components/icon/assets/sortAscending.js +34 -0
- package/optimize/es/components/icon/assets/sortDescending.js +34 -0
- package/optimize/es/components/icon/icon_map.js +7 -0
- package/optimize/es/components/image/image_fullscreen_wrapper.js +3 -3
- package/optimize/es/components/page/page_section/page_section.js +4 -3
- package/optimize/es/components/pagination/pagination.js +4 -4
- package/optimize/es/components/resizable_container/resizable_container.js +67 -16
- package/optimize/es/components/tool_tip/tool_tip_anchor.js +2 -2
- package/optimize/lib/components/breadcrumbs/breadcrumb.js +3 -2
- package/optimize/lib/components/breadcrumbs/breadcrumbs.js +7 -4
- package/optimize/lib/components/combo_box/combo_box.js +46 -10
- package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +13 -6
- package/optimize/lib/components/combo_box/matching_options.js +64 -12
- package/optimize/lib/components/flex/flex_grid.js +21 -36
- package/optimize/lib/components/flex/flex_grid.styles.js +140 -0
- package/optimize/lib/components/flex/flex_group.js +13 -38
- package/optimize/lib/components/flex/flex_group.styles.js +205 -0
- package/optimize/lib/components/flex/flex_item.js +14 -17
- package/optimize/lib/components/flex/flex_item.styles.js +150 -0
- package/optimize/lib/components/flyout/flyout_body.js +2 -3
- package/optimize/lib/components/flyout/flyout_footer.js +2 -3
- package/optimize/lib/components/flyout/flyout_header.js +2 -3
- package/optimize/lib/components/form/described_form_group/described_form_group.js +23 -22
- package/optimize/lib/components/form/eui_form_context.js +28 -0
- package/optimize/lib/components/form/field_number/field_number.js +27 -22
- package/optimize/lib/components/form/field_password/field_password.js +24 -20
- package/optimize/lib/components/form/field_search/field_search.js +7 -2
- package/optimize/lib/components/form/field_text/field_text.js +23 -18
- package/optimize/lib/components/form/file_picker/file_picker.js +7 -1
- package/optimize/lib/components/form/form.js +14 -2
- package/optimize/lib/components/form/form_control_layout/form_control_layout.js +10 -2
- package/optimize/lib/components/form/form_row/form_row.js +9 -4
- package/optimize/lib/components/form/range/dual_range.js +7 -2
- package/optimize/lib/components/form/range/range.js +7 -2
- package/optimize/lib/components/form/range/range_wrapper.js +12 -6
- package/optimize/lib/components/form/select/select.js +29 -24
- package/optimize/lib/components/form/super_select/super_select_control.js +27 -22
- package/optimize/lib/components/form/text_area/text_area.js +20 -15
- package/optimize/lib/components/icon/assets/filter.js +1 -2
- package/optimize/lib/components/icon/assets/filterExclude.js +49 -0
- package/optimize/lib/components/icon/assets/filterIgnore.js +44 -0
- package/optimize/lib/components/icon/assets/filterInclude.js +44 -0
- package/optimize/lib/components/icon/assets/indexTemporary.js +46 -0
- package/optimize/lib/components/icon/assets/infinity.js +44 -0
- package/optimize/lib/components/icon/assets/sortAscending.js +44 -0
- package/optimize/lib/components/icon/assets/sortDescending.js +44 -0
- package/optimize/lib/components/icon/icon_map.js +7 -0
- package/optimize/lib/components/icon/svgs/filter.svg +1 -1
- package/optimize/lib/components/icon/svgs/filterExclude.svg +5 -0
- package/optimize/lib/components/icon/svgs/filterIgnore.svg +4 -0
- package/optimize/lib/components/icon/svgs/filterInclude.svg +5 -0
- package/optimize/lib/components/icon/svgs/indexTemporary.svg +4 -0
- package/optimize/lib/components/icon/svgs/infinity.svg +3 -0
- package/optimize/lib/components/icon/svgs/sortAscending.svg +3 -0
- package/optimize/lib/components/icon/svgs/sortDescending.svg +3 -0
- package/optimize/lib/components/image/image_fullscreen_wrapper.js +3 -3
- package/optimize/lib/components/page/page_section/page_section.js +4 -3
- package/optimize/lib/components/pagination/pagination.js +4 -4
- package/optimize/lib/components/resizable_container/resizable_container.js +67 -16
- package/optimize/lib/components/tool_tip/tool_tip_anchor.js +2 -2
- package/package.json +17 -15
- package/src/components/index.scss +0 -1
- 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 +1 -1
- package/test-env/components/basic_table/collapsed_item_actions.js +1 -1
- package/test-env/components/basic_table/in_memory_table.js +7 -1
- package/test-env/components/breadcrumbs/breadcrumb.js +9 -5
- package/test-env/components/breadcrumbs/breadcrumbs.js +7 -4
- package/test-env/components/button/_button_content_deprecated.js +1 -1
- package/test-env/components/button/button_display/_button_display.js +1 -1
- 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 +1 -1
- package/test-env/components/button/button_group/button_group_button.js +1 -1
- package/test-env/components/button/button_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +1 -1
- 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/color_picker/color_palette_picker/color_palette_picker.js +18 -0
- package/test-env/components/combo_box/combo_box.js +51 -10
- package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +14 -6
- package/test-env/components/combo_box/matching_options.js +64 -12
- 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/datagrid/body/data_grid_body.js +13 -13
- package/test-env/components/datagrid/body/data_grid_cell.js +24 -24
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/test-env/components/datagrid/body/header/data_grid_header_row.js +13 -13
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/data_grid.js +13 -13
- 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/flex/flex_grid.js +33 -42
- package/test-env/components/flex/flex_grid.styles.js +140 -0
- package/test-env/components/flex/flex_group.js +17 -42
- package/test-env/components/flex/flex_group.styles.js +205 -0
- package/test-env/components/flex/flex_item.js +20 -18
- package/test-env/components/flex/flex_item.styles.js +150 -0
- package/test-env/components/flyout/flyout_body.js +2 -3
- package/test-env/components/flyout/flyout_footer.js +2 -3
- package/test-env/components/flyout/flyout_header.js +2 -3
- package/test-env/components/form/described_form_group/described_form_group.js +29 -23
- package/test-env/components/form/eui_form_context.js +28 -0
- package/test-env/components/form/field_number/field_number.js +39 -23
- package/test-env/components/form/field_password/field_password.js +31 -20
- package/test-env/components/form/field_search/field_search.js +13 -2
- package/test-env/components/form/field_text/field_text.js +31 -20
- package/test-env/components/form/file_picker/file_picker.js +13 -1
- package/test-env/components/form/form.js +24 -3
- package/test-env/components/form/form_control_layout/form_control_layout.js +17 -3
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/test-env/components/form/form_row/form_row.js +21 -4
- package/test-env/components/form/range/dual_range.js +13 -2
- package/test-env/components/form/range/range.js +13 -2
- package/test-env/components/form/range/range_wrapper.js +17 -6
- package/test-env/components/form/select/select.js +41 -24
- package/test-env/components/form/super_select/super_select.js +18 -0
- package/test-env/components/form/super_select/super_select_control.js +27 -22
- package/test-env/components/form/text_area/text_area.js +27 -15
- 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.js +1 -1
- package/test-env/components/icon/assets/filter.js +1 -2
- package/test-env/components/icon/assets/filterExclude.js +49 -0
- package/test-env/components/icon/assets/filterIgnore.js +44 -0
- package/test-env/components/icon/assets/filterInclude.js +44 -0
- package/test-env/components/icon/assets/indexTemporary.js +46 -0
- package/test-env/components/icon/assets/infinity.js +44 -0
- package/test-env/components/icon/assets/sortAscending.js +44 -0
- package/test-env/components/icon/assets/sortDescending.js +44 -0
- package/test-env/components/icon/icon_map.js +7 -0
- package/test-env/components/image/image_fullscreen_wrapper.js +3 -3
- 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/notification/notification_event.js +2 -2
- package/test-env/components/notification/notification_event_meta.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/page/page_section/page_section.js +4 -3
- package/test-env/components/pagination/pagination.js +4 -4
- package/test-env/components/resizable_container/resizable_container.js +77 -16
- package/test-env/components/search_bar/search_bar.js +6 -0
- 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/suggest/suggest.js +1 -1
- package/test-env/components/suggest/suggest_item.js +1 -1
- package/test-env/components/table/table_header_button.js +1 -1
- package/test-env/components/text/text.js +1 -0
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/test-env/components/tool_tip/tool_tip_anchor.js +2 -2
- package/src/components/flex/_flex_grid.scss +0 -99
- package/src/components/flex/_flex_group.scss +0 -100
- package/src/components/flex/_flex_item.scss +0 -35
- package/src/components/flex/_index.scss +0 -3
package/eui.d.ts
CHANGED
|
@@ -1064,6 +1064,9 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
1064
1064
|
faceSad: string;
|
|
1065
1065
|
filebeatApp: string;
|
|
1066
1066
|
filter: string;
|
|
1067
|
+
filterExclude: string;
|
|
1068
|
+
filterIgnore: string;
|
|
1069
|
+
filterInclude: string;
|
|
1067
1070
|
flag: string;
|
|
1068
1071
|
fleetApp: string;
|
|
1069
1072
|
fold: string;
|
|
@@ -1103,6 +1106,8 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
1103
1106
|
indexRollupApp: string;
|
|
1104
1107
|
indexRuntime: string;
|
|
1105
1108
|
indexSettings: string;
|
|
1109
|
+
indexTemporary: string;
|
|
1110
|
+
infinity: string;
|
|
1106
1111
|
inputOutput: string;
|
|
1107
1112
|
inspect: string;
|
|
1108
1113
|
invert: string;
|
|
@@ -1263,6 +1268,8 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
1263
1268
|
shard: string;
|
|
1264
1269
|
share: string;
|
|
1265
1270
|
snowflake: string;
|
|
1271
|
+
sortAscending: string;
|
|
1272
|
+
sortDescending: string;
|
|
1266
1273
|
sortDown: string;
|
|
1267
1274
|
sortLeft: string;
|
|
1268
1275
|
sortRight: string;
|
|
@@ -1450,7 +1457,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
1450
1457
|
import { WithEuiThemeProps } from '@elastic/eui/src/services';
|
|
1451
1458
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
1452
1459
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
1453
|
-
export const TYPES: ("string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "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" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp")[];
|
|
1460
|
+
export const TYPES: ("string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "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" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp")[];
|
|
1454
1461
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
1455
1462
|
export type IconType = EuiIconType | string | ComponentType;
|
|
1456
1463
|
export type IconColor = string | NamedColor;
|
|
@@ -1493,7 +1500,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
1493
1500
|
isLoading: boolean;
|
|
1494
1501
|
neededLoading: boolean;
|
|
1495
1502
|
}
|
|
1496
|
-
export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "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" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
|
|
1503
|
+
export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "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" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "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" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
|
|
1497
1504
|
export const appendIconComponentCache: (iconTypeToIconComponentMap: {
|
|
1498
1505
|
[iconType: string]: React.ComponentType<{}>;
|
|
1499
1506
|
}) => void;
|
|
@@ -2785,6 +2792,7 @@ declare module '@elastic/eui/src/components/text/text' {
|
|
|
2785
2792
|
size?: TextSize;
|
|
2786
2793
|
/**
|
|
2787
2794
|
* Any of our named colors or a `hex`, `rgb` or `rgba` value.
|
|
2795
|
+
* @default inherit
|
|
2788
2796
|
*/
|
|
2789
2797
|
color?: TextColor | CSSProperties['color'];
|
|
2790
2798
|
grow?: boolean;
|
|
@@ -2800,118 +2808,175 @@ declare module '@elastic/eui/src/components/text' {
|
|
|
2800
2808
|
export type { EuiTextAlignProps } from '@elastic/eui/src/components/text/text_align';
|
|
2801
2809
|
export { EuiTextAlign } from '@elastic/eui/src/components/text/text_align';
|
|
2802
2810
|
|
|
2811
|
+
}
|
|
2812
|
+
declare module '@elastic/eui/src/components/flex/flex_group.styles' {
|
|
2813
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
2814
|
+
export const euiFlexGroupStyles: (euiThemeContext: UseEuiTheme) => {
|
|
2815
|
+
euiFlexGroup: import("@emotion/utils").SerializedStyles;
|
|
2816
|
+
responsive: import("@emotion/utils").SerializedStyles;
|
|
2817
|
+
wrap: import("@emotion/utils").SerializedStyles;
|
|
2818
|
+
gutterSizes: {
|
|
2819
|
+
none: import("@emotion/utils").SerializedStyles;
|
|
2820
|
+
xs: import("@emotion/utils").SerializedStyles;
|
|
2821
|
+
s: import("@emotion/utils").SerializedStyles;
|
|
2822
|
+
m: import("@emotion/utils").SerializedStyles;
|
|
2823
|
+
l: import("@emotion/utils").SerializedStyles;
|
|
2824
|
+
xl: import("@emotion/utils").SerializedStyles;
|
|
2825
|
+
};
|
|
2826
|
+
justifyContent: {
|
|
2827
|
+
flexStart: import("@emotion/utils").SerializedStyles;
|
|
2828
|
+
flexEnd: import("@emotion/utils").SerializedStyles;
|
|
2829
|
+
spaceEvenly: import("@emotion/utils").SerializedStyles;
|
|
2830
|
+
spaceBetween: import("@emotion/utils").SerializedStyles;
|
|
2831
|
+
spaceAround: import("@emotion/utils").SerializedStyles;
|
|
2832
|
+
center: import("@emotion/utils").SerializedStyles;
|
|
2833
|
+
};
|
|
2834
|
+
alignItems: {
|
|
2835
|
+
stretch: import("@emotion/utils").SerializedStyles;
|
|
2836
|
+
flexStart: import("@emotion/utils").SerializedStyles;
|
|
2837
|
+
flexEnd: import("@emotion/utils").SerializedStyles;
|
|
2838
|
+
center: import("@emotion/utils").SerializedStyles;
|
|
2839
|
+
baseline: import("@emotion/utils").SerializedStyles;
|
|
2840
|
+
};
|
|
2841
|
+
direction: {
|
|
2842
|
+
row: import("@emotion/utils").SerializedStyles;
|
|
2843
|
+
rowReverse: import("@emotion/utils").SerializedStyles;
|
|
2844
|
+
column: import("@emotion/utils").SerializedStyles;
|
|
2845
|
+
columnReverse: import("@emotion/utils").SerializedStyles;
|
|
2846
|
+
};
|
|
2847
|
+
};
|
|
2848
|
+
|
|
2803
2849
|
}
|
|
2804
2850
|
declare module '@elastic/eui/src/components/flex/flex_group' {
|
|
2805
2851
|
import React, { HTMLAttributes } from 'react';
|
|
2806
2852
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
2807
|
-
export
|
|
2808
|
-
export type
|
|
2809
|
-
export
|
|
2810
|
-
export type
|
|
2811
|
-
export type FlexGroupJustifyContent =
|
|
2853
|
+
export const GUTTER_SIZES: readonly ["none", "xs", "s", "m", "l", "xl"];
|
|
2854
|
+
export type EuiFlexGroupGutterSize = typeof GUTTER_SIZES[number];
|
|
2855
|
+
export const ALIGN_ITEMS: readonly ["stretch", "flexStart", "flexEnd", "center", "baseline"];
|
|
2856
|
+
export type FlexGroupAlignItems = typeof ALIGN_ITEMS[number];
|
|
2857
|
+
export const JUSTIFY_CONTENTS: readonly ["flexStart", "flexEnd", "center", "spaceBetween", "spaceAround", "spaceEvenly"]; type FlexGroupJustifyContent = typeof JUSTIFY_CONTENTS[number];
|
|
2858
|
+
export const DIRECTIONS: readonly ["row", "rowReverse", "column", "columnReverse"]; type FlexGroupDirection = typeof DIRECTIONS[number]; type FlexGroupComponentType = 'div' | 'span';
|
|
2812
2859
|
export interface EuiFlexGroupProps extends CommonProps, HTMLAttributes<HTMLDivElement | HTMLSpanElement> {
|
|
2813
2860
|
alignItems?: FlexGroupAlignItems;
|
|
2814
2861
|
component?: FlexGroupComponentType;
|
|
2815
2862
|
direction?: FlexGroupDirection;
|
|
2816
|
-
gutterSize?:
|
|
2863
|
+
gutterSize?: EuiFlexGroupGutterSize;
|
|
2817
2864
|
justifyContent?: FlexGroupJustifyContent;
|
|
2818
2865
|
responsive?: boolean;
|
|
2819
2866
|
wrap?: boolean;
|
|
2820
|
-
}
|
|
2821
|
-
none: null;
|
|
2822
|
-
xs: string;
|
|
2823
|
-
s: string;
|
|
2824
|
-
m: string;
|
|
2825
|
-
l: string;
|
|
2826
|
-
xl: string;
|
|
2827
|
-
};
|
|
2828
|
-
export const GUTTER_SIZES: ("s" | "xs" | "m" | "l" | "xl" | "none")[];
|
|
2829
|
-
export type EuiFlexGroupGutterSize = keyof typeof gutterSizeToClassNameMap; const alignItemsToClassNameMap: {
|
|
2830
|
-
stretch: null;
|
|
2831
|
-
flexStart: string;
|
|
2832
|
-
flexEnd: string;
|
|
2833
|
-
center: string;
|
|
2834
|
-
baseline: string;
|
|
2835
|
-
};
|
|
2836
|
-
export const ALIGN_ITEMS: ("center" | "baseline" | "stretch" | "flexStart" | "flexEnd")[]; const justifyContentToClassNameMap: {
|
|
2837
|
-
flexStart: null;
|
|
2838
|
-
flexEnd: string;
|
|
2839
|
-
center: string;
|
|
2840
|
-
spaceBetween: string;
|
|
2841
|
-
spaceAround: string;
|
|
2842
|
-
spaceEvenly: string;
|
|
2843
|
-
};
|
|
2844
|
-
export const JUSTIFY_CONTENTS: ("center" | "flexStart" | "flexEnd" | "spaceBetween" | "spaceAround" | "spaceEvenly")[]; const directionToClassNameMap: {
|
|
2845
|
-
row: string;
|
|
2846
|
-
rowReverse: string;
|
|
2847
|
-
column: string;
|
|
2848
|
-
columnReverse: string;
|
|
2849
|
-
};
|
|
2850
|
-
export const DIRECTIONS: ("row" | "column" | "rowReverse" | "columnReverse")[];
|
|
2867
|
+
}
|
|
2851
2868
|
export const EuiFlexGroup: React.ForwardRefExoticComponent<EuiFlexGroupProps & React.RefAttributes<HTMLDivElement | HTMLSpanElement>>;
|
|
2852
2869
|
export {};
|
|
2853
2870
|
|
|
2871
|
+
}
|
|
2872
|
+
declare module '@elastic/eui/src/components/flex/flex_grid.styles' {
|
|
2873
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
2874
|
+
export const euiFlexGridStyles: (euiThemeContext: UseEuiTheme, gridTemplateRows?: number) => {
|
|
2875
|
+
euiFlexGrid: import("@emotion/utils").SerializedStyles;
|
|
2876
|
+
responsive: import("@emotion/utils").SerializedStyles;
|
|
2877
|
+
direction: {
|
|
2878
|
+
row: import("@emotion/utils").SerializedStyles;
|
|
2879
|
+
column: import("@emotion/utils").SerializedStyles;
|
|
2880
|
+
};
|
|
2881
|
+
columnCount: {
|
|
2882
|
+
'1': import("@emotion/utils").SerializedStyles;
|
|
2883
|
+
'2': import("@emotion/utils").SerializedStyles;
|
|
2884
|
+
'3': import("@emotion/utils").SerializedStyles;
|
|
2885
|
+
'4': import("@emotion/utils").SerializedStyles;
|
|
2886
|
+
};
|
|
2887
|
+
gutterSizes: {
|
|
2888
|
+
none: import("@emotion/utils").SerializedStyles;
|
|
2889
|
+
s: import("@emotion/utils").SerializedStyles;
|
|
2890
|
+
m: import("@emotion/utils").SerializedStyles;
|
|
2891
|
+
l: import("@emotion/utils").SerializedStyles;
|
|
2892
|
+
xl: import("@emotion/utils").SerializedStyles;
|
|
2893
|
+
};
|
|
2894
|
+
alignItems: {
|
|
2895
|
+
stretch: import("@emotion/utils").SerializedStyles;
|
|
2896
|
+
start: import("@emotion/utils").SerializedStyles;
|
|
2897
|
+
end: import("@emotion/utils").SerializedStyles;
|
|
2898
|
+
center: import("@emotion/utils").SerializedStyles;
|
|
2899
|
+
baseline: import("@emotion/utils").SerializedStyles;
|
|
2900
|
+
};
|
|
2901
|
+
};
|
|
2902
|
+
|
|
2854
2903
|
}
|
|
2855
2904
|
declare module '@elastic/eui/src/components/flex/flex_grid' {
|
|
2856
|
-
import { HTMLAttributes, ReactNode, FunctionComponent } from 'react';
|
|
2905
|
+
import { HTMLAttributes, ReactNode, FunctionComponent, ElementType } from 'react';
|
|
2857
2906
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
2858
|
-
export
|
|
2859
|
-
export type
|
|
2860
|
-
export
|
|
2907
|
+
export const DIRECTIONS: readonly ["row", "column"];
|
|
2908
|
+
export type FlexGridDirection = typeof DIRECTIONS[number];
|
|
2909
|
+
export const ALIGN_ITEMS: readonly ["stretch", "start", "end", "center", "baseline"];
|
|
2910
|
+
export type FlexGridAlignItems = typeof ALIGN_ITEMS[number];
|
|
2911
|
+
export const GUTTER_SIZES: readonly ["none", "s", "m", "l", "xl"];
|
|
2912
|
+
export type FlexGridGutterSize = typeof GUTTER_SIZES[number];
|
|
2861
2913
|
export interface EuiFlexGridProps {
|
|
2862
2914
|
/**
|
|
2863
2915
|
* ReactNode to render as this component's content
|
|
2864
2916
|
*/
|
|
2865
2917
|
children?: ReactNode;
|
|
2866
2918
|
/**
|
|
2867
|
-
* Number of columns `1-4
|
|
2919
|
+
* Number of columns. Accepts `1-4`
|
|
2868
2920
|
*/
|
|
2869
|
-
columns?:
|
|
2921
|
+
columns?: 1 | 2 | 3 | 4;
|
|
2870
2922
|
/**
|
|
2871
2923
|
* Flex layouts default to left-right then top-down (`row`).
|
|
2872
2924
|
* Change this prop to `column` to create a top-down then left-right display.
|
|
2873
|
-
* Only works with column count of `1-4`.
|
|
2874
2925
|
*/
|
|
2875
2926
|
direction?: FlexGridDirection;
|
|
2927
|
+
/**
|
|
2928
|
+
* Aligns grid items vertically
|
|
2929
|
+
*/
|
|
2930
|
+
alignItems?: FlexGridAlignItems;
|
|
2876
2931
|
/**
|
|
2877
2932
|
* Space between flex items
|
|
2878
2933
|
*/
|
|
2879
2934
|
gutterSize?: FlexGridGutterSize;
|
|
2880
2935
|
/**
|
|
2881
|
-
*
|
|
2936
|
+
* Will display each item at full-width on smaller screens
|
|
2882
2937
|
*/
|
|
2883
2938
|
responsive?: boolean;
|
|
2884
2939
|
/**
|
|
2885
2940
|
* The tag to render
|
|
2941
|
+
* @default div
|
|
2886
2942
|
*/
|
|
2887
|
-
component?:
|
|
2888
|
-
}
|
|
2889
|
-
row: null;
|
|
2890
|
-
column: string;
|
|
2891
|
-
};
|
|
2892
|
-
export const DIRECTIONS: ("row" | "column")[]; const gutterSizeToClassNameMap: {
|
|
2893
|
-
none: string;
|
|
2894
|
-
s: string;
|
|
2895
|
-
m: string;
|
|
2896
|
-
l: string;
|
|
2897
|
-
xl: string;
|
|
2898
|
-
};
|
|
2899
|
-
export const GUTTER_SIZES: FlexGridGutterSize[];
|
|
2900
|
-
export const COLUMNS: FlexGridColumns[];
|
|
2943
|
+
component?: ElementType;
|
|
2944
|
+
}
|
|
2901
2945
|
export const EuiFlexGrid: FunctionComponent<CommonProps & HTMLAttributes<HTMLDivElement> & EuiFlexGridProps>;
|
|
2902
|
-
|
|
2946
|
+
|
|
2947
|
+
}
|
|
2948
|
+
declare module '@elastic/eui/src/components/flex/flex_item.styles' {
|
|
2949
|
+
export const euiFlexItemStyles: () => {
|
|
2950
|
+
euiFlexItem: import("@emotion/utils").SerializedStyles;
|
|
2951
|
+
growZero: import("@emotion/utils").SerializedStyles;
|
|
2952
|
+
grow: import("@emotion/utils").SerializedStyles;
|
|
2953
|
+
growSizes: {
|
|
2954
|
+
'1': import("@emotion/utils").SerializedStyles;
|
|
2955
|
+
'2': import("@emotion/utils").SerializedStyles;
|
|
2956
|
+
'3': import("@emotion/utils").SerializedStyles;
|
|
2957
|
+
'4': import("@emotion/utils").SerializedStyles;
|
|
2958
|
+
'5': import("@emotion/utils").SerializedStyles;
|
|
2959
|
+
'6': import("@emotion/utils").SerializedStyles;
|
|
2960
|
+
'7': import("@emotion/utils").SerializedStyles;
|
|
2961
|
+
'8': import("@emotion/utils").SerializedStyles;
|
|
2962
|
+
'9': import("@emotion/utils").SerializedStyles;
|
|
2963
|
+
'10': import("@emotion/utils").SerializedStyles;
|
|
2964
|
+
};
|
|
2965
|
+
};
|
|
2903
2966
|
|
|
2904
2967
|
}
|
|
2905
2968
|
declare module '@elastic/eui/src/components/flex/flex_item' {
|
|
2906
|
-
import { HTMLAttributes, FunctionComponent } from 'react';
|
|
2969
|
+
import { HTMLAttributes, FunctionComponent, ElementType } from 'react';
|
|
2907
2970
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
2908
|
-
export type FlexItemGrowSize = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | true | false | null;
|
|
2909
2971
|
export interface EuiFlexItemProps {
|
|
2910
|
-
grow?:
|
|
2911
|
-
|
|
2972
|
+
grow?: boolean | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | null;
|
|
2973
|
+
/**
|
|
2974
|
+
* @default div
|
|
2975
|
+
*/
|
|
2976
|
+
component?: ElementType;
|
|
2912
2977
|
}
|
|
2913
|
-
export const GROW_SIZES: FlexItemGrowSize[];
|
|
2914
2978
|
export const EuiFlexItem: FunctionComponent<CommonProps & HTMLAttributes<HTMLDivElement | HTMLSpanElement> & EuiFlexItemProps>;
|
|
2979
|
+
export const VALID_GROW_VALUES: readonly [null, undefined, true, false, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
|
|
2915
2980
|
|
|
2916
2981
|
}
|
|
2917
2982
|
declare module '@elastic/eui/src/components/flex' {
|
|
@@ -2922,6 +2987,15 @@ declare module '@elastic/eui/src/components/flex' {
|
|
|
2922
2987
|
export type { EuiFlexItemProps } from '@elastic/eui/src/components/flex/flex_item';
|
|
2923
2988
|
export { EuiFlexItem } from '@elastic/eui/src/components/flex/flex_item';
|
|
2924
2989
|
|
|
2990
|
+
}
|
|
2991
|
+
declare module '@elastic/eui/src/components/form/eui_form_context' {
|
|
2992
|
+
import React from 'react';
|
|
2993
|
+
export interface FormContextValue {
|
|
2994
|
+
defaultFullWidth: boolean;
|
|
2995
|
+
}
|
|
2996
|
+
export const FormContext: React.Context<FormContextValue>;
|
|
2997
|
+
export function useFormContext(): FormContextValue;
|
|
2998
|
+
|
|
2925
2999
|
}
|
|
2926
3000
|
declare module '@elastic/eui/src/components/form/described_form_group/described_form_group' {
|
|
2927
3001
|
import { FunctionComponent, ReactNode, HTMLAttributes } from 'react';
|
|
@@ -2935,17 +3009,21 @@ declare module '@elastic/eui/src/components/form/described_form_group/described_
|
|
|
2935
3009
|
children?: ReactNode;
|
|
2936
3010
|
/**
|
|
2937
3011
|
* Passed to `EuiFlexGroup`.
|
|
3012
|
+
* @default l
|
|
2938
3013
|
*/
|
|
2939
3014
|
gutterSize?: EuiFlexGroupGutterSize;
|
|
2940
3015
|
/**
|
|
2941
3016
|
* Expand to fill 100% of the parent.
|
|
3017
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
2942
3018
|
* Default max-width is 800px.
|
|
3019
|
+
* @default false
|
|
2943
3020
|
*/
|
|
2944
3021
|
fullWidth?: boolean;
|
|
2945
3022
|
/**
|
|
2946
3023
|
* Width ratio of description column compared to field column.
|
|
2947
3024
|
* Can be used in conjunction with `fullWidth` and
|
|
2948
3025
|
* may require `fullWidth` to be applied to child elements.
|
|
3026
|
+
* @default half
|
|
2949
3027
|
*/
|
|
2950
3028
|
ratio?: 'half' | 'third' | 'quarter';
|
|
2951
3029
|
/**
|
|
@@ -2954,6 +3032,7 @@ declare module '@elastic/eui/src/components/form/described_form_group/described_
|
|
|
2954
3032
|
title: EuiTitleProps['children'];
|
|
2955
3033
|
/**
|
|
2956
3034
|
* Adjust the visual `size` of the EuiTitle that wraps `title`.
|
|
3035
|
+
* @default xs
|
|
2957
3036
|
*/
|
|
2958
3037
|
titleSize?: EuiTitleSize;
|
|
2959
3038
|
/**
|
|
@@ -3066,6 +3145,7 @@ declare module '@elastic/eui/src/components/form/form_control_layout/form_contro
|
|
|
3066
3145
|
import React, { Component, HTMLAttributes, ReactElement, ReactNode } from 'react';
|
|
3067
3146
|
import { EuiFormControlLayoutIconsProps } from '@elastic/eui/src/components/form/form_control_layout/form_control_layout_icons';
|
|
3068
3147
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
3148
|
+
import { FormContextValue } from '@elastic/eui/src/components/form/eui_form_context';
|
|
3069
3149
|
export { ICON_SIDES } from '@elastic/eui/src/components/form/form_control_layout/form_control_layout_icons'; type StringOrReactElement = string | ReactElement; type PrependAppendType = StringOrReactElement | StringOrReactElement[];
|
|
3070
3150
|
export type EuiFormControlLayoutProps = CommonProps & HTMLAttributes<HTMLDivElement> & {
|
|
3071
3151
|
/**
|
|
@@ -3081,6 +3161,11 @@ declare module '@elastic/eui/src/components/form/form_control_layout/form_contro
|
|
|
3081
3161
|
children?: ReactNode;
|
|
3082
3162
|
icon?: EuiFormControlLayoutIconsProps['icon'];
|
|
3083
3163
|
clear?: EuiFormControlLayoutIconsProps['clear'];
|
|
3164
|
+
/**
|
|
3165
|
+
* Expand to fill 100% of the parent.
|
|
3166
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
3167
|
+
* @default false
|
|
3168
|
+
*/
|
|
3084
3169
|
fullWidth?: boolean;
|
|
3085
3170
|
isLoading?: boolean;
|
|
3086
3171
|
isDisabled?: boolean;
|
|
@@ -3098,6 +3183,7 @@ declare module '@elastic/eui/src/components/form/form_control_layout/form_contro
|
|
|
3098
3183
|
inputId?: string;
|
|
3099
3184
|
};
|
|
3100
3185
|
export class EuiFormControlLayout extends Component<EuiFormControlLayoutProps> {
|
|
3186
|
+
static contextType: React.Context<FormContextValue>;
|
|
3101
3187
|
render(): JSX.Element;
|
|
3102
3188
|
renderSideNode(side: 'append' | 'prepend', nodes?: PrependAppendType, inputId?: string): JSX.Element | JSX.Element[] | undefined;
|
|
3103
3189
|
createFormLabel(side: 'append' | 'prepend', string: string, inputId?: string): JSX.Element;
|
|
@@ -3188,7 +3274,15 @@ declare module '@elastic/eui/src/components/form/field_number/field_number' {
|
|
|
3188
3274
|
export type EuiFieldNumberProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'min' | 'max' | 'readOnly' | 'step'> & CommonProps & {
|
|
3189
3275
|
icon?: IconType;
|
|
3190
3276
|
isInvalid?: boolean;
|
|
3277
|
+
/**
|
|
3278
|
+
* Expand to fill 100% of the parent.
|
|
3279
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
3280
|
+
* @default false
|
|
3281
|
+
*/
|
|
3191
3282
|
fullWidth?: boolean;
|
|
3283
|
+
/**
|
|
3284
|
+
* @default false
|
|
3285
|
+
*/
|
|
3192
3286
|
isLoading?: boolean;
|
|
3193
3287
|
readOnly?: boolean;
|
|
3194
3288
|
min?: number;
|
|
@@ -3217,6 +3311,7 @@ declare module '@elastic/eui/src/components/form/field_number/field_number' {
|
|
|
3217
3311
|
controlOnly?: boolean;
|
|
3218
3312
|
/**
|
|
3219
3313
|
* when `true` creates a shorter height input
|
|
3314
|
+
* @default false
|
|
3220
3315
|
*/
|
|
3221
3316
|
compressed?: boolean;
|
|
3222
3317
|
};
|
|
@@ -3235,6 +3330,11 @@ declare module '@elastic/eui/src/components/form/field_password/field_password'
|
|
|
3235
3330
|
import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
|
|
3236
3331
|
export type EuiFieldPasswordProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'value'> & CommonProps & {
|
|
3237
3332
|
isInvalid?: boolean;
|
|
3333
|
+
/**
|
|
3334
|
+
* Expand to fill 100% of the parent.
|
|
3335
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
3336
|
+
* @default false
|
|
3337
|
+
*/
|
|
3238
3338
|
fullWidth?: boolean;
|
|
3239
3339
|
isLoading?: boolean;
|
|
3240
3340
|
compressed?: boolean;
|
|
@@ -3254,6 +3354,7 @@ declare module '@elastic/eui/src/components/form/field_password/field_password'
|
|
|
3254
3354
|
* Change the `type` of input for manually handling obfuscation.
|
|
3255
3355
|
* The `dual` option adds the ability to toggle the obfuscation of the input by
|
|
3256
3356
|
* adding an icon button as the first `append` element
|
|
3357
|
+
* @default password
|
|
3257
3358
|
*/
|
|
3258
3359
|
type?: 'password' | 'text' | 'dual';
|
|
3259
3360
|
/**
|
|
@@ -3282,15 +3383,21 @@ declare module '@elastic/eui/src/services/browser' {
|
|
|
3282
3383
|
|
|
3283
3384
|
}
|
|
3284
3385
|
declare module '@elastic/eui/src/components/form/field_search/field_search' {
|
|
3285
|
-
import { Component, InputHTMLAttributes, KeyboardEvent } from 'react';
|
|
3386
|
+
import React, { Component, InputHTMLAttributes, KeyboardEvent } from 'react';
|
|
3286
3387
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
3287
3388
|
import { EuiFormControlLayoutProps } from '@elastic/eui/src/components/form/form_control_layout';
|
|
3389
|
+
import { FormContextValue } from '@elastic/eui/src/components/form/eui_form_context';
|
|
3288
3390
|
export interface EuiFieldSearchProps extends CommonProps, InputHTMLAttributes<HTMLInputElement> {
|
|
3289
3391
|
name?: string;
|
|
3290
3392
|
id?: string;
|
|
3291
3393
|
placeholder?: string;
|
|
3292
3394
|
value?: string;
|
|
3293
3395
|
isInvalid?: boolean;
|
|
3396
|
+
/**
|
|
3397
|
+
* Expand to fill 100% of the parent.
|
|
3398
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
3399
|
+
* @default false
|
|
3400
|
+
*/
|
|
3294
3401
|
fullWidth?: boolean;
|
|
3295
3402
|
isLoading?: boolean;
|
|
3296
3403
|
/**
|
|
@@ -3327,8 +3434,8 @@ declare module '@elastic/eui/src/components/form/field_search/field_search' {
|
|
|
3327
3434
|
value: string;
|
|
3328
3435
|
}
|
|
3329
3436
|
export class EuiFieldSearch extends Component<EuiFieldSearchProps, EuiFieldSearchState> {
|
|
3437
|
+
static contextType: React.Context<FormContextValue>;
|
|
3330
3438
|
static defaultProps: {
|
|
3331
|
-
fullWidth: boolean;
|
|
3332
3439
|
isLoading: boolean;
|
|
3333
3440
|
incremental: boolean;
|
|
3334
3441
|
compressed: boolean;
|
|
@@ -3361,6 +3468,11 @@ declare module '@elastic/eui/src/components/form/field_text/field_text' {
|
|
|
3361
3468
|
export type EuiFieldTextProps = InputHTMLAttributes<HTMLInputElement> & CommonProps & {
|
|
3362
3469
|
icon?: EuiFormControlLayoutProps['icon'];
|
|
3363
3470
|
isInvalid?: boolean;
|
|
3471
|
+
/**
|
|
3472
|
+
* Expand to fill 100% of the parent.
|
|
3473
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
3474
|
+
* @default false
|
|
3475
|
+
*/
|
|
3364
3476
|
fullWidth?: boolean;
|
|
3365
3477
|
isLoading?: boolean;
|
|
3366
3478
|
readOnly?: boolean;
|
|
@@ -3495,7 +3607,8 @@ declare module '@elastic/eui/src/components/progress' {
|
|
|
3495
3607
|
}
|
|
3496
3608
|
declare module '@elastic/eui/src/components/form/file_picker/file_picker' {
|
|
3497
3609
|
import React, { Component, InputHTMLAttributes, ReactNode } from 'react';
|
|
3498
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
3610
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
3611
|
+
import { FormContextValue } from '@elastic/eui/src/components/form/eui_form_context'; const displayToClassNameMap: {
|
|
3499
3612
|
default: null;
|
|
3500
3613
|
large: string;
|
|
3501
3614
|
};
|
|
@@ -3523,12 +3636,18 @@ declare module '@elastic/eui/src/components/form/file_picker/file_picker' {
|
|
|
3523
3636
|
* `large` for taller size
|
|
3524
3637
|
*/
|
|
3525
3638
|
display?: EuiFilePickerDisplay;
|
|
3639
|
+
/**
|
|
3640
|
+
* Expand to fill 100% of the parent.
|
|
3641
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
3642
|
+
* @default false
|
|
3643
|
+
*/
|
|
3526
3644
|
fullWidth?: boolean;
|
|
3527
3645
|
isInvalid?: boolean;
|
|
3528
3646
|
isLoading?: boolean;
|
|
3529
3647
|
disabled?: boolean;
|
|
3530
3648
|
}
|
|
3531
3649
|
export class EuiFilePicker extends Component<EuiFilePickerProps> {
|
|
3650
|
+
static contextType: React.Context<FormContextValue>;
|
|
3532
3651
|
static defaultProps: {
|
|
3533
3652
|
initialPromptText: JSX.Element;
|
|
3534
3653
|
compressed: boolean;
|
|
@@ -3730,6 +3849,14 @@ declare module '@elastic/eui/src/components/form/form' {
|
|
|
3730
3849
|
* Where to display the callout with the list of errors
|
|
3731
3850
|
*/
|
|
3732
3851
|
invalidCallout?: 'above' | 'none';
|
|
3852
|
+
/**
|
|
3853
|
+
* When set to `true`, all the rows/controls in this form will
|
|
3854
|
+
* default to taking up 100% of the width of their continer. You
|
|
3855
|
+
* can specify `fullWidth={false}` on individual rows/controls to
|
|
3856
|
+
* disable this behavior for specific components.
|
|
3857
|
+
* @default false
|
|
3858
|
+
*/
|
|
3859
|
+
fullWidth?: boolean;
|
|
3733
3860
|
};
|
|
3734
3861
|
export const EuiForm: React.ForwardRefExoticComponent<EuiFormProps & React.RefAttributes<HTMLElement>>;
|
|
3735
3862
|
|
|
@@ -3764,8 +3891,9 @@ declare module '@elastic/eui/src/services/objects' {
|
|
|
3764
3891
|
|
|
3765
3892
|
}
|
|
3766
3893
|
declare module '@elastic/eui/src/components/form/form_row/form_row' {
|
|
3767
|
-
import { Component, HTMLAttributes, ReactElement, ReactNode } from 'react';
|
|
3768
|
-
import { ExclusiveUnion, CommonProps } from '@elastic/eui/src/components/common';
|
|
3894
|
+
import React, { Component, HTMLAttributes, ReactElement, ReactNode } from 'react';
|
|
3895
|
+
import { ExclusiveUnion, CommonProps } from '@elastic/eui/src/components/common';
|
|
3896
|
+
import { FormContextValue } from '@elastic/eui/src/components/form/eui_form_context'; const displayToClassNameMap: {
|
|
3769
3897
|
row: null;
|
|
3770
3898
|
rowCompressed: string;
|
|
3771
3899
|
columnCompressed: string;
|
|
@@ -3790,6 +3918,11 @@ declare module '@elastic/eui/src/components/form/form_row/form_row' {
|
|
|
3790
3918
|
*/
|
|
3791
3919
|
display?: EuiFormRowDisplayKeys;
|
|
3792
3920
|
hasEmptyLabelSpace?: boolean;
|
|
3921
|
+
/**
|
|
3922
|
+
* Expand to fill 100% of the parent.
|
|
3923
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
3924
|
+
* @default false
|
|
3925
|
+
*/
|
|
3793
3926
|
fullWidth?: boolean;
|
|
3794
3927
|
/**
|
|
3795
3928
|
* IDs of additional elements that should be part of children's `aria-describedby`
|
|
@@ -3832,10 +3965,10 @@ declare module '@elastic/eui/src/components/form/form_row/form_row' {
|
|
|
3832
3965
|
} & EuiFormRowCommonProps & Omit<HTMLAttributes<HTMLFieldSetElement>, 'disabled'>;
|
|
3833
3966
|
export type EuiFormRowProps = ExclusiveUnion<LabelProps, LegendProps>;
|
|
3834
3967
|
export class EuiFormRow extends Component<EuiFormRowProps, EuiFormRowState> {
|
|
3968
|
+
static contextType: React.Context<FormContextValue>;
|
|
3835
3969
|
static defaultProps: {
|
|
3836
3970
|
display: string;
|
|
3837
3971
|
hasEmptyLabelSpace: boolean;
|
|
3838
|
-
fullWidth: boolean;
|
|
3839
3972
|
describedByIds: never[];
|
|
3840
3973
|
labelType: string;
|
|
3841
3974
|
hasChildLabel: boolean;
|
|
@@ -4948,6 +5081,11 @@ declare module '@elastic/eui/src/components/form/range/range_wrapper' {
|
|
|
4948
5081
|
import React, { HTMLAttributes } from 'react';
|
|
4949
5082
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
4950
5083
|
export interface EuiRangeWrapperProps extends CommonProps, HTMLAttributes<HTMLDivElement> {
|
|
5084
|
+
/**
|
|
5085
|
+
* Expand to fill 100% of the parent.
|
|
5086
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
5087
|
+
* @default false
|
|
5088
|
+
*/
|
|
4951
5089
|
fullWidth?: boolean;
|
|
4952
5090
|
compressed?: boolean;
|
|
4953
5091
|
}
|
|
@@ -4961,9 +5099,15 @@ declare module '@elastic/eui/src/components/form/range/range' {
|
|
|
4961
5099
|
import { EuiRangeInputProps } from '@elastic/eui/src/components/form/range/range_input';
|
|
4962
5100
|
import { EuiRangeLevel } from '@elastic/eui/src/components/form/range/range_levels';
|
|
4963
5101
|
import { EuiRangeTick } from '@elastic/eui/src/components/form/range/range_ticks';
|
|
5102
|
+
import { FormContextValue } from '@elastic/eui/src/components/form/eui_form_context';
|
|
4964
5103
|
export interface EuiRangeProps extends CommonProps, Omit<EuiRangeInputProps, 'onChange' | 'digitTolerance' | 'isLoading'> {
|
|
4965
5104
|
compressed?: boolean;
|
|
4966
5105
|
readOnly?: boolean;
|
|
5106
|
+
/**
|
|
5107
|
+
* Expand to fill 100% of the parent.
|
|
5108
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
5109
|
+
* @default false
|
|
5110
|
+
*/
|
|
4967
5111
|
fullWidth?: boolean;
|
|
4968
5112
|
id?: string;
|
|
4969
5113
|
/**
|
|
@@ -5015,11 +5159,11 @@ declare module '@elastic/eui/src/components/form/range/range' {
|
|
|
5015
5159
|
onChange?: (event: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement>, isValid: boolean) => void;
|
|
5016
5160
|
}
|
|
5017
5161
|
export class EuiRange extends Component<EuiRangeProps> {
|
|
5162
|
+
static contextType: React.Context<FormContextValue>;
|
|
5018
5163
|
static defaultProps: {
|
|
5019
5164
|
min: number;
|
|
5020
5165
|
max: number;
|
|
5021
5166
|
step: number;
|
|
5022
|
-
fullWidth: boolean;
|
|
5023
5167
|
compressed: boolean;
|
|
5024
5168
|
isLoading: boolean;
|
|
5025
5169
|
showLabels: boolean;
|
|
@@ -5087,12 +5231,18 @@ declare module '@elastic/eui/src/components/form/range/dual_range' {
|
|
|
5087
5231
|
import { EuiRangeInputProps } from '@elastic/eui/src/components/form/range/range_input';
|
|
5088
5232
|
import { EuiRangeLevel } from '@elastic/eui/src/components/form/range/range_levels';
|
|
5089
5233
|
import { EuiRangeSliderProps } from '@elastic/eui/src/components/form/range/range_slider';
|
|
5090
|
-
import { EuiRangeTick } from '@elastic/eui/src/components/form/range/range_ticks';
|
|
5234
|
+
import { EuiRangeTick } from '@elastic/eui/src/components/form/range/range_ticks';
|
|
5235
|
+
import { FormContextValue } from '@elastic/eui/src/components/form/eui_form_context'; type ValueMember = number | string;
|
|
5091
5236
|
export interface EuiDualRangeProps extends Omit<EuiRangeSliderProps, 'onChange' | 'onBlur' | 'onFocus' | 'value' | 'isLoading'> {
|
|
5092
5237
|
value: [ValueMember, ValueMember];
|
|
5093
5238
|
onBlur?: (event: React.FocusEvent<HTMLInputElement> | React.FocusEvent<HTMLDivElement>) => void;
|
|
5094
5239
|
onFocus?: (event: React.FocusEvent<HTMLInputElement> | React.FocusEvent<HTMLDivElement>) => void;
|
|
5095
5240
|
onChange: (values: [ValueMember, ValueMember], isValid: boolean, event?: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement> | React.KeyboardEvent<HTMLInputElement> | React.KeyboardEvent<HTMLDivElement>) => void;
|
|
5241
|
+
/**
|
|
5242
|
+
* Expand to fill 100% of the parent.
|
|
5243
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
5244
|
+
* @default false
|
|
5245
|
+
*/
|
|
5096
5246
|
fullWidth?: boolean;
|
|
5097
5247
|
isInvalid?: boolean;
|
|
5098
5248
|
/**
|
|
@@ -5144,11 +5294,11 @@ declare module '@elastic/eui/src/components/form/range/dual_range' {
|
|
|
5144
5294
|
isLoading?: boolean;
|
|
5145
5295
|
}
|
|
5146
5296
|
export class EuiDualRange extends Component<EuiDualRangeProps> {
|
|
5297
|
+
static contextType: React.Context<FormContextValue>;
|
|
5147
5298
|
static defaultProps: {
|
|
5148
5299
|
min: number;
|
|
5149
5300
|
max: number;
|
|
5150
5301
|
step: number;
|
|
5151
|
-
fullWidth: boolean;
|
|
5152
5302
|
compressed: boolean;
|
|
5153
5303
|
isLoading: boolean;
|
|
5154
5304
|
showLabels: boolean;
|
|
@@ -5223,18 +5373,28 @@ declare module '@elastic/eui/src/components/form/select/select' {
|
|
|
5223
5373
|
text: React.ReactNode;
|
|
5224
5374
|
}
|
|
5225
5375
|
export type EuiSelectProps = Omit<SelectHTMLAttributes<HTMLSelectElement>, 'value'> & CommonProps & {
|
|
5376
|
+
/**
|
|
5377
|
+
* @default []
|
|
5378
|
+
*/
|
|
5226
5379
|
options?: EuiSelectOption[];
|
|
5227
5380
|
isInvalid?: boolean;
|
|
5381
|
+
/**
|
|
5382
|
+
* Expand to fill 100% of the parent.
|
|
5383
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
5384
|
+
* @default false
|
|
5385
|
+
*/
|
|
5228
5386
|
fullWidth?: boolean;
|
|
5229
5387
|
isLoading?: boolean;
|
|
5230
5388
|
/**
|
|
5231
5389
|
* Simulates no selection by creating an empty, selected, hidden first option
|
|
5390
|
+
* @default false
|
|
5232
5391
|
*/
|
|
5233
5392
|
hasNoInitialSelection?: boolean;
|
|
5234
5393
|
inputRef?: Ref<HTMLSelectElement>;
|
|
5235
5394
|
value?: string | number;
|
|
5236
5395
|
/**
|
|
5237
5396
|
* when `true` creates a shorter height input
|
|
5397
|
+
* @default false
|
|
5238
5398
|
*/
|
|
5239
5399
|
compressed?: boolean;
|
|
5240
5400
|
/**
|
|
@@ -5268,9 +5428,23 @@ declare module '@elastic/eui/src/components/form/super_select/super_select_contr
|
|
|
5268
5428
|
'data-test-subj'?: string;
|
|
5269
5429
|
}
|
|
5270
5430
|
export interface EuiSuperSelectControlProps<T> extends CommonProps, Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'value'> {
|
|
5431
|
+
/**
|
|
5432
|
+
* @default false
|
|
5433
|
+
*/
|
|
5271
5434
|
compressed?: boolean;
|
|
5435
|
+
/**
|
|
5436
|
+
* Expand to fill 100% of the parent.
|
|
5437
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
5438
|
+
* @default false
|
|
5439
|
+
*/
|
|
5272
5440
|
fullWidth?: boolean;
|
|
5441
|
+
/**
|
|
5442
|
+
* @default false
|
|
5443
|
+
*/
|
|
5273
5444
|
isInvalid?: boolean;
|
|
5445
|
+
/**
|
|
5446
|
+
* @default false
|
|
5447
|
+
*/
|
|
5274
5448
|
isLoading?: boolean;
|
|
5275
5449
|
readOnly?: boolean;
|
|
5276
5450
|
name?: string;
|
|
@@ -5873,10 +6047,16 @@ declare module '@elastic/eui/src/components/form/text_area/text_area' {
|
|
|
5873
6047
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
5874
6048
|
export type EuiTextAreaProps = TextareaHTMLAttributes<HTMLTextAreaElement> & CommonProps & {
|
|
5875
6049
|
isInvalid?: boolean;
|
|
6050
|
+
/**
|
|
6051
|
+
* Expand to fill 100% of the parent.
|
|
6052
|
+
* Defaults to `fullWidth` prop of `<EuiForm>`.
|
|
6053
|
+
* @default false
|
|
6054
|
+
*/
|
|
5876
6055
|
fullWidth?: boolean;
|
|
5877
6056
|
compressed?: boolean;
|
|
5878
6057
|
/**
|
|
5879
6058
|
* Which direction, if at all, should the textarea resize
|
|
6059
|
+
* @default vertical
|
|
5880
6060
|
*/
|
|
5881
6061
|
resize?: keyof typeof resizeToClassNameMap;
|
|
5882
6062
|
inputRef?: Ref<HTMLTextAreaElement>;
|
|
@@ -8246,6 +8426,7 @@ declare module '@elastic/eui/src/components/breadcrumbs/breadcrumb' {
|
|
|
8246
8426
|
isLastBreadcrumb?: boolean;
|
|
8247
8427
|
isOnlyBreadcrumb?: boolean;
|
|
8248
8428
|
highlightLastBreadcrumb?: boolean;
|
|
8429
|
+
truncateLastBreadcrumb?: boolean;
|
|
8249
8430
|
} & Pick<EuiBreadcrumbProps, 'truncate'>;
|
|
8250
8431
|
export const EuiBreadcrumb: FunctionComponent<HTMLAttributes<HTMLLIElement> & _EuiBreadcrumbProps>;
|
|
8251
8432
|
export const EuiBreadcrumbContent: FunctionComponent<EuiBreadcrumbProps & _EuiBreadcrumbProps>;
|
|
@@ -9355,7 +9536,12 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
|
|
|
9355
9536
|
*/
|
|
9356
9537
|
customOptionText?: string;
|
|
9357
9538
|
fullWidth?: boolean;
|
|
9358
|
-
getSelectedOptionForSearchValue?: (
|
|
9539
|
+
getSelectedOptionForSearchValue?: (params: {
|
|
9540
|
+
isCaseSensitive?: boolean;
|
|
9541
|
+
searchValue: string;
|
|
9542
|
+
selectedOptions: any[];
|
|
9543
|
+
}) => EuiComboBoxOptionOption<T> | undefined;
|
|
9544
|
+
isCaseSensitive?: boolean;
|
|
9359
9545
|
isLoading?: boolean;
|
|
9360
9546
|
listRef: RefCallback<HTMLDivElement>;
|
|
9361
9547
|
matchingOptions: Array<EuiComboBoxOptionOption<T>>;
|
|
@@ -9389,6 +9575,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
|
|
|
9389
9575
|
static defaultProps: {
|
|
9390
9576
|
'data-test-subj': string;
|
|
9391
9577
|
rowHeight: number;
|
|
9578
|
+
isCaseSensitive: boolean;
|
|
9392
9579
|
};
|
|
9393
9580
|
updatePosition: () => void;
|
|
9394
9581
|
componentDidMount(): void;
|
|
@@ -9434,9 +9621,24 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list' {
|
|
|
9434
9621
|
}
|
|
9435
9622
|
declare module '@elastic/eui/src/components/combo_box/matching_options' {
|
|
9436
9623
|
import { EuiComboBoxOptionOption } from '@elastic/eui/src/components/combo_box/types';
|
|
9624
|
+
export type SortMatchesBy = 'none' | 'startsWith';
|
|
9625
|
+
interface GetMatchingOptions<T> {
|
|
9626
|
+
options: Array<EuiComboBoxOptionOption<T>>;
|
|
9627
|
+
selectedOptions: Array<EuiComboBoxOptionOption<T>>;
|
|
9628
|
+
searchValue: string;
|
|
9629
|
+
isCaseSensitive?: boolean;
|
|
9630
|
+
isPreFiltered?: boolean;
|
|
9631
|
+
showPrevSelected?: boolean;
|
|
9632
|
+
sortMatchesBy?: SortMatchesBy;
|
|
9633
|
+
}
|
|
9634
|
+
interface GetSelectedOptionForSearchValue<T> extends Pick<GetMatchingOptions<T>, 'isCaseSensitive' | 'searchValue' | 'selectedOptions'> {
|
|
9635
|
+
optionKey?: string;
|
|
9636
|
+
}
|
|
9637
|
+
export const transformForCaseSensitivity: (string: string, isCaseSensitive?: boolean | undefined) => string;
|
|
9437
9638
|
export const flattenOptionGroups: <T>(optionsOrGroups: EuiComboBoxOptionOption<T>[]) => EuiComboBoxOptionOption<T>[];
|
|
9438
|
-
export const getSelectedOptionForSearchValue: <T>(searchValue
|
|
9439
|
-
export const getMatchingOptions: <T>(options
|
|
9639
|
+
export const getSelectedOptionForSearchValue: <T>({ isCaseSensitive, searchValue, selectedOptions, optionKey, }: GetSelectedOptionForSearchValue<T>) => EuiComboBoxOptionOption<T> | undefined;
|
|
9640
|
+
export const getMatchingOptions: <T>({ options, selectedOptions, searchValue, isCaseSensitive, isPreFiltered, showPrevSelected, sortMatchesBy, }: GetMatchingOptions<T>) => EuiComboBoxOptionOption<T>[];
|
|
9641
|
+
export {};
|
|
9440
9642
|
|
|
9441
9643
|
}
|
|
9442
9644
|
declare module '@elastic/eui/src/components/combo_box/combo_box_input/combo_box_pill' {
|
|
@@ -9586,6 +9788,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box' {
|
|
|
9586
9788
|
* from the tab order with tabindex={-1} so that we can control the keyboard navigation interface.
|
|
9587
9789
|
*/
|
|
9588
9790
|
import { Component, FocusEventHandler, HTMLAttributes, KeyboardEventHandler, RefCallback } from 'react';
|
|
9791
|
+
import { SortMatchesBy } from '@elastic/eui/src/components/combo_box/matching_options';
|
|
9589
9792
|
import { EuiComboBoxInputProps } from '@elastic/eui/src/components/combo_box/combo_box_input/combo_box_input';
|
|
9590
9793
|
import { EuiComboBoxOptionsListProps } from '@elastic/eui/src/components/combo_box/combo_box_options_list/combo_box_options_list';
|
|
9591
9794
|
import { UpdatePositionHandler, OptionHandler, RefInstance, EuiComboBoxOptionOption, EuiComboBoxOptionsListPosition, EuiComboBoxSingleSelectionShape } from '@elastic/eui/src/components/combo_box/types';
|
|
@@ -9655,7 +9858,11 @@ declare module '@elastic/eui/src/components/combo_box/combo_box' {
|
|
|
9655
9858
|
* `startsWith`: moves items that start with search value to top of the list;
|
|
9656
9859
|
* `none`: don't change the sort order of initial object
|
|
9657
9860
|
*/
|
|
9658
|
-
sortMatchesBy:
|
|
9861
|
+
sortMatchesBy: SortMatchesBy;
|
|
9862
|
+
/**
|
|
9863
|
+
* Whether to match options with case sensitivity.
|
|
9864
|
+
*/
|
|
9865
|
+
isCaseSensitive?: boolean;
|
|
9659
9866
|
/**
|
|
9660
9867
|
* Creates an input group with element(s) coming before input. It won't show if `singleSelection` is set to `false`.
|
|
9661
9868
|
* `string` | `ReactElement` or an array of these
|
|
@@ -19593,6 +19800,8 @@ declare module '@elastic/eui/src/components/resizable_container/types' {
|
|
|
19593
19800
|
export type PanelModeType = 'collapsible' | 'main' | 'custom';
|
|
19594
19801
|
export type PanelPosition = 'first' | 'middle' | 'last';
|
|
19595
19802
|
export type PanelDirection = 'left' | 'right';
|
|
19803
|
+
export type KeyMoveDirection = 'forward' | 'backward';
|
|
19804
|
+
export type ResizeTrigger = 'pointer' | 'key';
|
|
19596
19805
|
export interface EuiResizablePanelController {
|
|
19597
19806
|
id: string;
|
|
19598
19807
|
size: number;
|
|
@@ -19618,7 +19827,7 @@ declare module '@elastic/eui/src/components/resizable_container/types' {
|
|
|
19618
19827
|
};
|
|
19619
19828
|
}
|
|
19620
19829
|
export type EuiResizableButtonMouseEvent = MouseEvent<HTMLButtonElement> | TouchEvent<HTMLButtonElement>;
|
|
19621
|
-
export type
|
|
19830
|
+
export type EuiResizableButtonKeyEvent = KeyboardEvent<HTMLButtonElement>;
|
|
19622
19831
|
export interface EuiResizableContainerState {
|
|
19623
19832
|
isDragging: boolean;
|
|
19624
19833
|
currentResizerPos: number;
|
|
@@ -19662,7 +19871,7 @@ declare module '@elastic/eui/src/components/resizable_container/types' {
|
|
|
19662
19871
|
payload: {
|
|
19663
19872
|
prevPanelId: string;
|
|
19664
19873
|
nextPanelId: string;
|
|
19665
|
-
direction:
|
|
19874
|
+
direction: KeyMoveDirection;
|
|
19666
19875
|
};
|
|
19667
19876
|
}
|
|
19668
19877
|
export interface ActionResize {
|
|
@@ -19750,9 +19959,10 @@ declare module '@elastic/eui/src/components/resizable_container/context' {
|
|
|
19750
19959
|
declare module '@elastic/eui/src/components/resizable_container/resizable_button' {
|
|
19751
19960
|
import { FunctionComponent, ButtonHTMLAttributes } from 'react';
|
|
19752
19961
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
19753
|
-
import { EuiResizableButtonController, EuiResizableButtonMouseEvent,
|
|
19962
|
+
import { EuiResizableButtonController, EuiResizableButtonMouseEvent, EuiResizableButtonKeyEvent } from '@elastic/eui/src/components/resizable_container/types';
|
|
19754
19963
|
interface EuiResizableButtonControls {
|
|
19755
|
-
onKeyDown: (eve:
|
|
19964
|
+
onKeyDown: (eve: EuiResizableButtonKeyEvent) => void;
|
|
19965
|
+
onKeyUp: (eve: EuiResizableButtonKeyEvent) => void;
|
|
19756
19966
|
onMouseDown: (eve: EuiResizableButtonMouseEvent) => void;
|
|
19757
19967
|
onTouchStart: (eve: EuiResizableButtonMouseEvent) => void;
|
|
19758
19968
|
onFocus: (id: string) => void;
|
|
@@ -19907,7 +20117,7 @@ declare module '@elastic/eui/src/components/resizable_container/resizable_contai
|
|
|
19907
20117
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
19908
20118
|
import { EuiResizableButtonProps } from '@elastic/eui/src/components/resizable_container/resizable_button';
|
|
19909
20119
|
import { EuiResizablePanelProps, ToggleCollapseCallback } from '@elastic/eui/src/components/resizable_container/resizable_panel';
|
|
19910
|
-
import { EuiResizableContainerActions } from '@elastic/eui/src/components/resizable_container/types'; const containerDirections: {
|
|
20120
|
+
import { EuiResizableContainerActions, ResizeTrigger } from '@elastic/eui/src/components/resizable_container/types'; const containerDirections: {
|
|
19911
20121
|
vertical: string;
|
|
19912
20122
|
horizontal: string;
|
|
19913
20123
|
};
|
|
@@ -19927,8 +20137,16 @@ declare module '@elastic/eui/src/components/resizable_container/resizable_contai
|
|
|
19927
20137
|
*/
|
|
19928
20138
|
onPanelWidthChange?: ({}: {
|
|
19929
20139
|
[key: string]: number;
|
|
19930
|
-
}) =>
|
|
20140
|
+
}) => void;
|
|
19931
20141
|
onToggleCollapsed?: ToggleCollapseCallback;
|
|
20142
|
+
/**
|
|
20143
|
+
* Called when resizing starts
|
|
20144
|
+
*/
|
|
20145
|
+
onResizeStart?: (trigger: ResizeTrigger) => void;
|
|
20146
|
+
/**
|
|
20147
|
+
* Called when resizing ends
|
|
20148
|
+
*/
|
|
20149
|
+
onResizeEnd?: () => void;
|
|
19932
20150
|
style?: CSSProperties;
|
|
19933
20151
|
}
|
|
19934
20152
|
export const EuiResizableContainer: FunctionComponent<EuiResizableContainerProps>;
|
|
@@ -21596,6 +21814,36 @@ declare module '@elastic/eui/src/components/icon/assets/filter' {
|
|
|
21596
21814
|
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
21597
21815
|
export {};
|
|
21598
21816
|
|
|
21817
|
+
}
|
|
21818
|
+
declare module '@elastic/eui/src/components/icon/assets/filterExclude' {
|
|
21819
|
+
import * as React from 'react';
|
|
21820
|
+
interface SVGRProps {
|
|
21821
|
+
title?: string;
|
|
21822
|
+
titleId?: string;
|
|
21823
|
+
}
|
|
21824
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
21825
|
+
export {};
|
|
21826
|
+
|
|
21827
|
+
}
|
|
21828
|
+
declare module '@elastic/eui/src/components/icon/assets/filterIgnore' {
|
|
21829
|
+
import * as React from 'react';
|
|
21830
|
+
interface SVGRProps {
|
|
21831
|
+
title?: string;
|
|
21832
|
+
titleId?: string;
|
|
21833
|
+
}
|
|
21834
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
21835
|
+
export {};
|
|
21836
|
+
|
|
21837
|
+
}
|
|
21838
|
+
declare module '@elastic/eui/src/components/icon/assets/filterInclude' {
|
|
21839
|
+
import * as React from 'react';
|
|
21840
|
+
interface SVGRProps {
|
|
21841
|
+
title?: string;
|
|
21842
|
+
titleId?: string;
|
|
21843
|
+
}
|
|
21844
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
21845
|
+
export {};
|
|
21846
|
+
|
|
21599
21847
|
}
|
|
21600
21848
|
declare module '@elastic/eui/src/components/icon/assets/flag' {
|
|
21601
21849
|
import * as React from 'react';
|
|
@@ -21836,6 +22084,16 @@ declare module '@elastic/eui/src/components/icon/assets/import' {
|
|
|
21836
22084
|
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
21837
22085
|
export {};
|
|
21838
22086
|
|
|
22087
|
+
}
|
|
22088
|
+
declare module '@elastic/eui/src/components/icon/assets/indexTemporary' {
|
|
22089
|
+
import * as React from 'react';
|
|
22090
|
+
interface SVGRProps {
|
|
22091
|
+
title?: string;
|
|
22092
|
+
titleId?: string;
|
|
22093
|
+
}
|
|
22094
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
22095
|
+
export {};
|
|
22096
|
+
|
|
21839
22097
|
}
|
|
21840
22098
|
declare module '@elastic/eui/src/components/icon/assets/index_close' {
|
|
21841
22099
|
import * as React from 'react';
|
|
@@ -21906,6 +22164,16 @@ declare module '@elastic/eui/src/components/icon/assets/index_settings' {
|
|
|
21906
22164
|
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
21907
22165
|
export {};
|
|
21908
22166
|
|
|
22167
|
+
}
|
|
22168
|
+
declare module '@elastic/eui/src/components/icon/assets/infinity' {
|
|
22169
|
+
import * as React from 'react';
|
|
22170
|
+
interface SVGRProps {
|
|
22171
|
+
title?: string;
|
|
22172
|
+
titleId?: string;
|
|
22173
|
+
}
|
|
22174
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
22175
|
+
export {};
|
|
22176
|
+
|
|
21909
22177
|
}
|
|
21910
22178
|
declare module '@elastic/eui/src/components/icon/assets/inputOutput' {
|
|
21911
22179
|
import * as React from 'react';
|
|
@@ -23416,6 +23684,26 @@ declare module '@elastic/eui/src/components/icon/assets/snowflake' {
|
|
|
23416
23684
|
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
23417
23685
|
export {};
|
|
23418
23686
|
|
|
23687
|
+
}
|
|
23688
|
+
declare module '@elastic/eui/src/components/icon/assets/sortAscending' {
|
|
23689
|
+
import * as React from 'react';
|
|
23690
|
+
interface SVGRProps {
|
|
23691
|
+
title?: string;
|
|
23692
|
+
titleId?: string;
|
|
23693
|
+
}
|
|
23694
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
23695
|
+
export {};
|
|
23696
|
+
|
|
23697
|
+
}
|
|
23698
|
+
declare module '@elastic/eui/src/components/icon/assets/sortDescending' {
|
|
23699
|
+
import * as React from 'react';
|
|
23700
|
+
interface SVGRProps {
|
|
23701
|
+
title?: string;
|
|
23702
|
+
titleId?: string;
|
|
23703
|
+
}
|
|
23704
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
23705
|
+
export {};
|
|
23706
|
+
|
|
23419
23707
|
}
|
|
23420
23708
|
declare module '@elastic/eui/src/components/icon/assets/sortLeft' {
|
|
23421
23709
|
import * as React from 'react';
|