@elastic/eui 104.1.0-amsterdam.0 → 105.0.0-amsterdam.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/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +4 -4
- package/es/components/basic_table/in_memory_table.js +4 -4
- package/es/components/button/button.js +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 +2 -2
- package/es/components/card/card_select/card_select.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/es/components/combo_box/combo_box.a11y.js +53 -2
- package/es/components/combo_box/combo_box.js +26 -8
- package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +9 -3
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/cell/data_grid_cell.styles.js +9 -4
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/es/components/datagrid/data_grid.styles.js +4 -1
- package/es/components/datagrid/utils/in_memory.js +6 -6
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/facet/facet_button.js +1 -1
- package/es/components/filter_group/filter_select_item.js +21 -17
- package/es/components/flyout/flyout.js +88 -21
- package/es/components/flyout/flyout.styles.js +9 -5
- package/es/components/flyout/flyout_child.js +209 -0
- package/es/components/flyout/flyout_child.styles.js +31 -0
- package/es/components/flyout/flyout_child_manager.js +112 -0
- package/es/components/flyout/flyout_context.js +16 -0
- package/es/components/flyout/index.js +3 -1
- package/es/components/flyout/sessions/flyout_provider.js +109 -0
- package/es/components/flyout/sessions/flyout_reducer.js +217 -0
- package/es/components/flyout/sessions/index.js +10 -0
- package/es/components/flyout/sessions/types.js +1 -0
- package/es/components/flyout/sessions/use_eui_flyout.js +94 -0
- package/es/components/form/field_number/field_number.js +2 -2
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/es/components/form/text_area/text_area.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -1
- package/es/components/header/header_links/header_links.js +1 -1
- package/es/components/header/header_logo/header_logo.js +1 -1
- package/es/components/header/header_section/header_section_item_button.js +1 -1
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +1 -4
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/progress/progress.js +51 -11
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/table/table_header_cell.js +1 -1
- package/es/components/table/table_row.styles.js +11 -6
- 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/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/eui.d.ts +400 -77
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +4 -4
- package/lib/components/basic_table/in_memory_table.js +4 -4
- package/lib/components/button/button.js +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 +2 -2
- package/lib/components/card/card_select/card_select.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/lib/components/combo_box/combo_box.a11y.js +53 -2
- package/lib/components/combo_box/combo_box.js +26 -8
- package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +9 -3
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/cell/data_grid_cell.styles.js +9 -4
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/lib/components/datagrid/data_grid.styles.js +4 -1
- package/lib/components/datagrid/utils/in_memory.js +6 -6
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/facet/facet_button.js +1 -1
- package/lib/components/filter_group/filter_select_item.js +21 -17
- package/lib/components/flyout/flyout.js +88 -21
- package/lib/components/flyout/flyout.styles.js +10 -6
- package/lib/components/flyout/flyout_child.js +217 -0
- package/lib/components/flyout/flyout_child.styles.js +37 -0
- package/lib/components/flyout/flyout_child_manager.js +120 -0
- package/lib/components/flyout/flyout_context.js +21 -0
- package/lib/components/flyout/index.js +21 -1
- package/lib/components/flyout/sessions/flyout_provider.js +116 -0
- package/lib/components/flyout/sessions/flyout_reducer.js +224 -0
- package/lib/components/flyout/sessions/index.js +25 -0
- package/lib/components/flyout/sessions/types.js +5 -0
- package/lib/components/flyout/sessions/use_eui_flyout.js +99 -0
- package/lib/components/form/field_number/field_number.js +2 -2
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/lib/components/form/text_area/text_area.js +2 -2
- package/lib/components/header/header_links/header_link.js +1 -1
- package/lib/components/header/header_links/header_links.js +1 -1
- package/lib/components/header/header_logo/header_logo.js +1 -1
- package/lib/components/header/header_section/header_section_item_button.js +1 -1
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +1 -4
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/pagination/pagination_button.js +1 -1
- package/lib/components/progress/progress.js +54 -11
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/table/table_header_cell.js +1 -1
- package/lib/components/table/table_row.styles.js +11 -6
- 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/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/optimize/es/components/combo_box/combo_box.a11y.js +53 -2
- package/optimize/es/components/combo_box/combo_box.js +26 -8
- package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +8 -3
- package/optimize/es/components/datagrid/body/cell/data_grid_cell.styles.js +9 -4
- package/optimize/es/components/datagrid/data_grid.styles.js +4 -1
- package/optimize/es/components/filter_group/filter_select_item.js +20 -17
- package/optimize/es/components/flyout/flyout.js +88 -21
- package/optimize/es/components/flyout/flyout.styles.js +9 -5
- package/optimize/es/components/flyout/flyout_child.js +168 -0
- package/optimize/es/components/flyout/flyout_child.styles.js +31 -0
- package/optimize/es/components/flyout/flyout_child_manager.js +98 -0
- package/optimize/es/components/flyout/flyout_context.js +16 -0
- package/optimize/es/components/flyout/index.js +3 -1
- package/optimize/es/components/flyout/sessions/flyout_provider.js +104 -0
- package/optimize/es/components/flyout/sessions/flyout_reducer.js +209 -0
- package/optimize/es/components/flyout/sessions/index.js +10 -0
- package/optimize/es/components/flyout/sessions/types.js +1 -0
- package/optimize/es/components/flyout/sessions/use_eui_flyout.js +94 -0
- package/optimize/es/components/icon/icon_map.js +1 -4
- package/optimize/es/components/progress/progress.js +38 -9
- package/optimize/es/components/table/table_row.styles.js +11 -6
- package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/optimize/lib/components/combo_box/combo_box.a11y.js +53 -2
- package/optimize/lib/components/combo_box/combo_box.js +26 -8
- package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +8 -3
- package/optimize/lib/components/datagrid/body/cell/data_grid_cell.styles.js +9 -4
- package/optimize/lib/components/datagrid/data_grid.styles.js +4 -1
- package/optimize/lib/components/filter_group/filter_select_item.js +20 -17
- package/optimize/lib/components/flyout/flyout.js +88 -21
- package/optimize/lib/components/flyout/flyout.styles.js +10 -6
- package/optimize/lib/components/flyout/flyout_child.js +176 -0
- package/optimize/lib/components/flyout/flyout_child.styles.js +37 -0
- package/optimize/lib/components/flyout/flyout_child_manager.js +108 -0
- package/optimize/lib/components/flyout/flyout_context.js +21 -0
- package/optimize/lib/components/flyout/index.js +21 -1
- package/optimize/lib/components/flyout/sessions/flyout_provider.js +114 -0
- package/optimize/lib/components/flyout/sessions/flyout_reducer.js +217 -0
- package/optimize/lib/components/flyout/sessions/index.js +25 -0
- package/optimize/lib/components/flyout/sessions/types.js +5 -0
- package/optimize/lib/components/flyout/sessions/use_eui_flyout.js +99 -0
- package/optimize/lib/components/icon/icon_map.js +1 -4
- package/optimize/lib/components/progress/progress.js +41 -9
- package/optimize/lib/components/table/table_row.styles.js +11 -6
- package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/package.json +4 -4
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +4 -4
- package/test-env/components/basic_table/in_memory_table.js +4 -4
- package/test-env/components/button/button.js +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 +2 -2
- package/test-env/components/card/card_select/card_select.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/test-env/components/combo_box/combo_box.a11y.js +53 -2
- package/test-env/components/combo_box/combo_box.js +26 -8
- package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +9 -3
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/cell/data_grid_cell.styles.js +9 -4
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/test-env/components/datagrid/data_grid.styles.js +4 -1
- package/test-env/components/datagrid/utils/in_memory.js +6 -6
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/facet/facet_button.js +1 -1
- package/test-env/components/filter_group/filter_select_item.js +21 -17
- package/test-env/components/flyout/flyout.styles.js +10 -6
- package/test-env/components/flyout/flyout_child.js +216 -0
- package/test-env/components/flyout/flyout_child.styles.js +37 -0
- package/test-env/components/flyout/flyout_child_manager.js +117 -0
- package/test-env/components/flyout/flyout_context.js +21 -0
- package/test-env/components/flyout/index.js +21 -1
- package/test-env/components/flyout/sessions/flyout_provider.js +114 -0
- package/test-env/components/flyout/sessions/flyout_reducer.js +217 -0
- package/test-env/components/flyout/sessions/index.js +25 -0
- package/test-env/components/flyout/sessions/types.js +5 -0
- package/test-env/components/flyout/sessions/use_eui_flyout.js +99 -0
- package/test-env/components/form/field_number/field_number.js +2 -2
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/test-env/components/form/text_area/text_area.js +2 -2
- package/test-env/components/header/header_links/header_link.js +1 -1
- package/test-env/components/header/header_links/header_links.js +1 -1
- package/test-env/components/header/header_logo/header_logo.js +1 -1
- package/test-env/components/header/header_section/header_section_item_button.js +1 -1
- package/test-env/components/icon/icon_map.js +1 -4
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/pagination/pagination_button.js +1 -1
- package/test-env/components/progress/progress.js +49 -11
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/table/table_header_cell.js +1 -1
- package/test-env/components/table/table_row.styles.js +11 -6
- 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/themes/amsterdam/global_styling/variables/_components.js +305 -270
package/eui.d.ts
CHANGED
|
@@ -2526,7 +2526,6 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2526
2526
|
heatmap: string;
|
|
2527
2527
|
help: string;
|
|
2528
2528
|
home: string;
|
|
2529
|
-
iInCircle: string;
|
|
2530
2529
|
info: string;
|
|
2531
2530
|
image: string;
|
|
2532
2531
|
importAction: string;
|
|
@@ -2694,7 +2693,6 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2694
2693
|
plusInSquare: string;
|
|
2695
2694
|
popout: string;
|
|
2696
2695
|
push: string;
|
|
2697
|
-
questionInCircle: string;
|
|
2698
2696
|
question: string;
|
|
2699
2697
|
quote: string;
|
|
2700
2698
|
readOnly: string;
|
|
@@ -2928,7 +2926,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
2928
2926
|
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
2929
2927
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
2930
2928
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
2931
|
-
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "copy" | "cut" | "error" | "pause" | "play" | "warning" | "color" | "push" | "temperature" | "refresh" | "scale" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "info" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "question" | "quote" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "glasses" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "
|
|
2929
|
+
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "copy" | "cut" | "error" | "pause" | "play" | "warning" | "color" | "push" | "temperature" | "refresh" | "scale" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "info" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plugs" | "plus" | "popout" | "question" | "quote" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "glasses" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
|
|
2932
2930
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
2933
2931
|
export type IconType = EuiIconType | string | ComponentType;
|
|
2934
2932
|
export type IconColor = string | NamedColor;
|
|
@@ -9951,7 +9949,16 @@ declare module '@elastic/eui/src/components/progress/progress' {
|
|
|
9951
9949
|
};
|
|
9952
9950
|
type Indeterminate = EuiProgressProps & HTMLAttributes<HTMLDivElement>;
|
|
9953
9951
|
type Determinate = EuiProgressProps & Omit<ProgressHTMLAttributes<HTMLProgressElement>, 'max'> & {
|
|
9952
|
+
/**
|
|
9953
|
+
* When set, creates determinate progress with a value/max ratio
|
|
9954
|
+
*/
|
|
9954
9955
|
max?: number;
|
|
9956
|
+
/**
|
|
9957
|
+
* Displays custom text or percentage
|
|
9958
|
+
* Pass `true` to display the percentage value
|
|
9959
|
+
* Pass a ReactNode for custom text
|
|
9960
|
+
* @default false
|
|
9961
|
+
*/
|
|
9955
9962
|
valueText?: boolean | ReactNode;
|
|
9956
9963
|
label?: ReactNode;
|
|
9957
9964
|
/**
|
|
@@ -11791,6 +11798,7 @@ declare module '@elastic/eui/src/components/collapsible_nav/collapsible_nav_grou
|
|
|
11791
11798
|
|
|
11792
11799
|
}
|
|
11793
11800
|
declare module '@elastic/eui/src/components/flyout/flyout.styles' {
|
|
11801
|
+
import { EuiFlyoutSize } from '@elastic/eui/src/components/flyout/flyout';
|
|
11794
11802
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
11795
11803
|
export const FLYOUT_BREAKPOINT: "m";
|
|
11796
11804
|
export const euiFlyoutSlideInRight: import("@emotion/serialize").Keyframes;
|
|
@@ -11821,6 +11829,8 @@ declare module '@elastic/eui/src/components/flyout/flyout.styles' {
|
|
|
11821
11829
|
l: import("@emotion/react").SerializedStyles;
|
|
11822
11830
|
};
|
|
11823
11831
|
};
|
|
11832
|
+
export const maxedFlyoutWidth: (euiThemeContext: UseEuiTheme) => string;
|
|
11833
|
+
export const composeFlyoutSizing: (euiThemeContext: UseEuiTheme, size: EuiFlyoutSize) => string;
|
|
11824
11834
|
|
|
11825
11835
|
}
|
|
11826
11836
|
declare module '@elastic/eui/src/components/flyout/_flyout_close_button.styles' {
|
|
@@ -11843,6 +11853,143 @@ declare module '@elastic/eui/src/components/flyout/_flyout_close_button' {
|
|
|
11843
11853
|
export const EuiFlyoutCloseButton: FunctionComponent<EuiFlyoutCloseButtonProps>;
|
|
11844
11854
|
export {};
|
|
11845
11855
|
|
|
11856
|
+
}
|
|
11857
|
+
declare module '@elastic/eui/src/components/flyout/flyout_child.styles' {
|
|
11858
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
11859
|
+
export const euiFlyoutChildStyles: (euiThemeContext: UseEuiTheme) => {
|
|
11860
|
+
euiFlyoutChild: import("@emotion/react").SerializedStyles;
|
|
11861
|
+
sidePosition: import("@emotion/react").SerializedStyles;
|
|
11862
|
+
stackedPosition: import("@emotion/react").SerializedStyles;
|
|
11863
|
+
s: import("@emotion/react").SerializedStyles;
|
|
11864
|
+
m: import("@emotion/react").SerializedStyles;
|
|
11865
|
+
closeButton: import("@emotion/react").SerializedStyles;
|
|
11866
|
+
overflow: {
|
|
11867
|
+
overflow: import("@emotion/react").SerializedStyles;
|
|
11868
|
+
wrapper: import("@emotion/react").SerializedStyles;
|
|
11869
|
+
};
|
|
11870
|
+
banner: import("@emotion/react").SerializedStyles;
|
|
11871
|
+
};
|
|
11872
|
+
|
|
11873
|
+
}
|
|
11874
|
+
declare module '@elastic/eui/src/components/flyout/flyout_context' {
|
|
11875
|
+
import { RefObject } from 'react';
|
|
11876
|
+
import { EuiFlyoutSize } from '@elastic/eui/src/components/flyout/flyout';
|
|
11877
|
+
/**
|
|
11878
|
+
* Context shared between the main and child flyouts
|
|
11879
|
+
* @internal
|
|
11880
|
+
*/
|
|
11881
|
+
export interface EuiFlyoutContextValue {
|
|
11882
|
+
parentSize?: EuiFlyoutSize | string | number;
|
|
11883
|
+
parentFlyoutRef?: RefObject<HTMLDivElement>;
|
|
11884
|
+
isChildFlyoutOpen?: boolean;
|
|
11885
|
+
setIsChildFlyoutOpen?: (isOpen: boolean) => void;
|
|
11886
|
+
childLayoutMode?: 'side-by-side' | 'stacked';
|
|
11887
|
+
}
|
|
11888
|
+
export const EuiFlyoutContext: import("react").Context<EuiFlyoutContextValue | null>;
|
|
11889
|
+
|
|
11890
|
+
}
|
|
11891
|
+
declare module '@elastic/eui/src/components/flyout/flyout_body.styles' {
|
|
11892
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
11893
|
+
export const euiFlyoutBodyStyles: (euiThemeContext: UseEuiTheme) => {
|
|
11894
|
+
euiFlyoutBody: import("@emotion/react").SerializedStyles;
|
|
11895
|
+
overflow: {
|
|
11896
|
+
euiFlyoutBody__overflow: import("@emotion/react").SerializedStyles;
|
|
11897
|
+
noBanner: import("@emotion/react").SerializedStyles;
|
|
11898
|
+
hasBanner: import("@emotion/react").SerializedStyles;
|
|
11899
|
+
};
|
|
11900
|
+
euiFlyoutBody__banner: import("@emotion/react").SerializedStyles;
|
|
11901
|
+
};
|
|
11902
|
+
|
|
11903
|
+
}
|
|
11904
|
+
declare module '@elastic/eui/src/components/flyout/flyout_body' {
|
|
11905
|
+
import { FunctionComponent, HTMLAttributes, ReactNode } from 'react';
|
|
11906
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
11907
|
+
export type EuiFlyoutBodyProps = FunctionComponent<HTMLAttributes<HTMLDivElement> & CommonProps & {
|
|
11908
|
+
/**
|
|
11909
|
+
* Use to display a banner at the top of the body. It is suggested to use `EuiCallOut` for it.
|
|
11910
|
+
*/
|
|
11911
|
+
banner?: ReactNode;
|
|
11912
|
+
/**
|
|
11913
|
+
* [Scrollable regions (or their children) should be focusable](https://dequeuniversity.com/rules/axe/4.0/scrollable-region-focusable)
|
|
11914
|
+
* to allow keyboard users to scroll the region via arrow keys.
|
|
11915
|
+
*
|
|
11916
|
+
* By default, EuiFlyoutBody's scroll overflow wrapper sets a `tabIndex` of `0`.
|
|
11917
|
+
* If you know your flyout body content already contains focusable children
|
|
11918
|
+
* that satisfy keyboard accessibility requirements, you can use this prop
|
|
11919
|
+
* to override this default.
|
|
11920
|
+
*/
|
|
11921
|
+
scrollableTabIndex?: number;
|
|
11922
|
+
}>;
|
|
11923
|
+
export const EuiFlyoutBody: EuiFlyoutBodyProps;
|
|
11924
|
+
|
|
11925
|
+
}
|
|
11926
|
+
declare module '@elastic/eui/src/components/flyout/flyout_child' {
|
|
11927
|
+
import { FunctionComponent, HTMLAttributes, ReactNode } from 'react';
|
|
11928
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
11929
|
+
/**
|
|
11930
|
+
* Props used to render and configure the child flyout panel
|
|
11931
|
+
*/
|
|
11932
|
+
export interface EuiFlyoutChildProps extends HTMLAttributes<HTMLDivElement>, CommonProps {
|
|
11933
|
+
/**
|
|
11934
|
+
* Called when the child panel's close button is clicked
|
|
11935
|
+
*/
|
|
11936
|
+
onClose: (event: MouseEvent | TouchEvent | KeyboardEvent) => void;
|
|
11937
|
+
/**
|
|
11938
|
+
* Use to display a banner at the top of the child. It is suggested to use `EuiCallOut` for it.
|
|
11939
|
+
*/
|
|
11940
|
+
banner?: ReactNode;
|
|
11941
|
+
/**
|
|
11942
|
+
* Hides the default close button. You must provide another close button somewhere within the child flyout.
|
|
11943
|
+
* @default false
|
|
11944
|
+
*/
|
|
11945
|
+
hideCloseButton?: boolean;
|
|
11946
|
+
/**
|
|
11947
|
+
* [Scrollable regions (or their children) should be focusable](https://dequeuniversity.com/rules/axe/4.0/scrollable-region-focusable)
|
|
11948
|
+
* to allow keyboard users to scroll the region via arrow keys.
|
|
11949
|
+
*
|
|
11950
|
+
* By default, EuiFlyoutChild's scroll overflow wrapper sets a `tabIndex` of `0`.
|
|
11951
|
+
* If you know your flyout child content already contains focusable children
|
|
11952
|
+
* that satisfy keyboard accessibility requirements, you can use this prop
|
|
11953
|
+
* to override this default.
|
|
11954
|
+
*/
|
|
11955
|
+
scrollableTabIndex?: number;
|
|
11956
|
+
/**
|
|
11957
|
+
* Size of the child flyout panel.
|
|
11958
|
+
* When the parent flyout is 'm', child is limited to 's'.
|
|
11959
|
+
* @default 's'
|
|
11960
|
+
*/
|
|
11961
|
+
size?: 's' | 'm';
|
|
11962
|
+
/**
|
|
11963
|
+
* Children are implicitly part of FunctionComponent, but good to have if props type is standalone.
|
|
11964
|
+
*/
|
|
11965
|
+
children?: ReactNode;
|
|
11966
|
+
}
|
|
11967
|
+
/**
|
|
11968
|
+
* The child flyout is a panel that appears to the left of the parent flyout.
|
|
11969
|
+
* It is only visible when the parent flyout is open.
|
|
11970
|
+
*/
|
|
11971
|
+
export const EuiFlyoutChild: FunctionComponent<EuiFlyoutChildProps>;
|
|
11972
|
+
|
|
11973
|
+
}
|
|
11974
|
+
declare module '@elastic/eui/src/components/flyout/flyout_child_manager' {
|
|
11975
|
+
import React, { ComponentProps, FunctionComponent, ReactNode } from 'react';
|
|
11976
|
+
import { EuiFlyoutChild } from '@elastic/eui/src/components/flyout/flyout_child';
|
|
11977
|
+
interface EuiFlyoutChildProviderProps {
|
|
11978
|
+
parentSize: 's' | 'm';
|
|
11979
|
+
parentFlyoutRef: React.RefObject<HTMLDivElement>;
|
|
11980
|
+
childElement: React.ReactElement<ComponentProps<typeof EuiFlyoutChild>>;
|
|
11981
|
+
childrenToRender: ReactNode;
|
|
11982
|
+
reportIsChildOpen: (isOpen: boolean) => void;
|
|
11983
|
+
reportChildLayoutMode: (mode: 'side-by-side' | 'stacked') => void;
|
|
11984
|
+
}
|
|
11985
|
+
/**
|
|
11986
|
+
* An intermediate component between EuiFlyout and EuiFlyoutChild.
|
|
11987
|
+
* It is responsible for managing the state of the child flyout, and passing it to EuiFlyoutContext.
|
|
11988
|
+
* It removes the responsibility of managing child flyout state from EuiFlyout, which is especially important there might not be a child flyout.
|
|
11989
|
+
*/
|
|
11990
|
+
export const EuiFlyoutChildProvider: FunctionComponent<EuiFlyoutChildProviderProps>;
|
|
11991
|
+
export {};
|
|
11992
|
+
|
|
11846
11993
|
}
|
|
11847
11994
|
declare module '@elastic/eui/src/components/flyout/flyout' {
|
|
11848
11995
|
import { ComponentPropsWithRef, CSSProperties, ElementType, JSX } from 'react';
|
|
@@ -11960,41 +12107,6 @@ declare module '@elastic/eui/src/components/flyout/flyout' {
|
|
|
11960
12107
|
export const EuiFlyout: <T extends ElementType = typeof defaultElement>(props: EuiFlyoutProps<T>) => JSX.Element;
|
|
11961
12108
|
export {};
|
|
11962
12109
|
|
|
11963
|
-
}
|
|
11964
|
-
declare module '@elastic/eui/src/components/flyout/flyout_body.styles' {
|
|
11965
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
11966
|
-
export const euiFlyoutBodyStyles: (euiThemeContext: UseEuiTheme) => {
|
|
11967
|
-
euiFlyoutBody: import("@emotion/react").SerializedStyles;
|
|
11968
|
-
overflow: {
|
|
11969
|
-
euiFlyoutBody__overflow: import("@emotion/react").SerializedStyles;
|
|
11970
|
-
noBanner: import("@emotion/react").SerializedStyles;
|
|
11971
|
-
hasBanner: import("@emotion/react").SerializedStyles;
|
|
11972
|
-
};
|
|
11973
|
-
euiFlyoutBody__banner: import("@emotion/react").SerializedStyles;
|
|
11974
|
-
};
|
|
11975
|
-
|
|
11976
|
-
}
|
|
11977
|
-
declare module '@elastic/eui/src/components/flyout/flyout_body' {
|
|
11978
|
-
import { FunctionComponent, HTMLAttributes, ReactNode } from 'react';
|
|
11979
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
11980
|
-
export type EuiFlyoutBodyProps = FunctionComponent<HTMLAttributes<HTMLDivElement> & CommonProps & {
|
|
11981
|
-
/**
|
|
11982
|
-
* Use to display a banner at the top of the body. It is suggested to use `EuiCallOut` for it.
|
|
11983
|
-
*/
|
|
11984
|
-
banner?: ReactNode;
|
|
11985
|
-
/**
|
|
11986
|
-
* [Scrollable regions (or their children) should be focusable](https://dequeuniversity.com/rules/axe/4.0/scrollable-region-focusable)
|
|
11987
|
-
* to allow keyboard users to scroll the region via arrow keys.
|
|
11988
|
-
*
|
|
11989
|
-
* By default, EuiFlyoutBody's scroll overflow wrapper sets a `tabIndex` of `0`.
|
|
11990
|
-
* If you know your flyout body content already contains focusable children
|
|
11991
|
-
* that satisfy keyboard accessibility requirements, you can use this prop
|
|
11992
|
-
* to override this default.
|
|
11993
|
-
*/
|
|
11994
|
-
scrollableTabIndex?: number;
|
|
11995
|
-
}>;
|
|
11996
|
-
export const EuiFlyoutBody: EuiFlyoutBodyProps;
|
|
11997
|
-
|
|
11998
12110
|
}
|
|
11999
12111
|
declare module '@elastic/eui/src/components/flyout/flyout_footer.styles' {
|
|
12000
12112
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
@@ -12596,6 +12708,205 @@ declare module '@elastic/eui/src/components/flyout/flyout_resizable' {
|
|
|
12596
12708
|
} & Omit<EuiFlyoutProps, 'maxWidth' | 'onResize'>;
|
|
12597
12709
|
export const EuiFlyoutResizable: React.ForwardRefExoticComponent<Omit<EuiFlyoutResizableProps, "ref"> & React.RefAttributes<unknown>>;
|
|
12598
12710
|
|
|
12711
|
+
}
|
|
12712
|
+
declare module '@elastic/eui/src/components/flyout/sessions/types' {
|
|
12713
|
+
import { EuiFlyoutProps, EuiFlyoutSize } from '@elastic/eui/src/components/flyout/flyout';
|
|
12714
|
+
import { EuiFlyoutChildProps } from '@elastic/eui/src/components/flyout/flyout_child';
|
|
12715
|
+
/**
|
|
12716
|
+
* Configuration used for setting display options for main and child flyouts in a session.
|
|
12717
|
+
*/
|
|
12718
|
+
export interface EuiFlyoutSessionConfig {
|
|
12719
|
+
mainSize: EuiFlyoutSize;
|
|
12720
|
+
childSize: 's' | 'm';
|
|
12721
|
+
mainFlyoutProps?: Partial<Omit<EuiFlyoutProps, 'children'>>;
|
|
12722
|
+
childFlyoutProps?: Partial<Omit<EuiFlyoutChildProps, 'children'>>;
|
|
12723
|
+
}
|
|
12724
|
+
/**
|
|
12725
|
+
* A configuration user state for past and current main and child flyouts in a session
|
|
12726
|
+
* @internal
|
|
12727
|
+
*/
|
|
12728
|
+
export interface EuiFlyoutSessionGroup<FlyoutMeta> {
|
|
12729
|
+
isMainOpen: boolean;
|
|
12730
|
+
isChildOpen: boolean;
|
|
12731
|
+
config: EuiFlyoutSessionConfig;
|
|
12732
|
+
mainOnUnmount?: () => void;
|
|
12733
|
+
childOnUnmount?: () => void;
|
|
12734
|
+
meta?: FlyoutMeta;
|
|
12735
|
+
}
|
|
12736
|
+
/**
|
|
12737
|
+
* State used for tracking various EuiFlyoutSessionGroups
|
|
12738
|
+
* @internal
|
|
12739
|
+
*/
|
|
12740
|
+
export interface EuiFlyoutSessionHistoryState<FlyoutMeta = unknown> {
|
|
12741
|
+
activeFlyoutGroup: EuiFlyoutSessionGroup<FlyoutMeta> | null;
|
|
12742
|
+
history: Array<EuiFlyoutSessionGroup<FlyoutMeta>>;
|
|
12743
|
+
}
|
|
12744
|
+
export type EuiFlyoutSessionAction<FlyoutMeta = unknown> = {
|
|
12745
|
+
type: 'UPDATE_ACTIVE_FLYOUT_CONFIG';
|
|
12746
|
+
payload: {
|
|
12747
|
+
configChanges: Partial<EuiFlyoutSessionConfig>;
|
|
12748
|
+
newMainOnUnmount?: () => void;
|
|
12749
|
+
newChildOnUnmount?: () => void;
|
|
12750
|
+
};
|
|
12751
|
+
} | {
|
|
12752
|
+
type: 'OPEN_MAIN_FLYOUT';
|
|
12753
|
+
payload: {
|
|
12754
|
+
size: EuiFlyoutSize;
|
|
12755
|
+
flyoutProps?: Partial<Omit<EuiFlyoutProps, 'children'>>;
|
|
12756
|
+
onUnmount?: () => void;
|
|
12757
|
+
meta?: FlyoutMeta;
|
|
12758
|
+
};
|
|
12759
|
+
} | {
|
|
12760
|
+
type: 'OPEN_CHILD_FLYOUT';
|
|
12761
|
+
payload: {
|
|
12762
|
+
size: 's' | 'm';
|
|
12763
|
+
flyoutProps?: Partial<Omit<EuiFlyoutChildProps, 'children'>>;
|
|
12764
|
+
onUnmount?: () => void;
|
|
12765
|
+
meta?: FlyoutMeta;
|
|
12766
|
+
};
|
|
12767
|
+
} | {
|
|
12768
|
+
type: 'OPEN_FLYOUT_GROUP';
|
|
12769
|
+
payload: {
|
|
12770
|
+
main: {
|
|
12771
|
+
size: EuiFlyoutSize;
|
|
12772
|
+
flyoutProps?: Partial<Omit<EuiFlyoutProps, 'children'>>;
|
|
12773
|
+
onUnmount?: () => void;
|
|
12774
|
+
};
|
|
12775
|
+
child: {
|
|
12776
|
+
size: 's' | 'm';
|
|
12777
|
+
flyoutProps?: Partial<Omit<EuiFlyoutChildProps, 'children'>>;
|
|
12778
|
+
onUnmount?: () => void;
|
|
12779
|
+
};
|
|
12780
|
+
meta?: FlyoutMeta;
|
|
12781
|
+
};
|
|
12782
|
+
} | {
|
|
12783
|
+
type: 'GO_BACK';
|
|
12784
|
+
} | {
|
|
12785
|
+
type: 'CLOSE_CHILD_FLYOUT';
|
|
12786
|
+
} | {
|
|
12787
|
+
type: 'CLEAR_HISTORY';
|
|
12788
|
+
};
|
|
12789
|
+
/**
|
|
12790
|
+
* Flyout session context managed by `EuiFlyoutSessionProvider`, and passed to the `renderMainFlyoutContent` and `renderChildFlyoutContent` functions.
|
|
12791
|
+
*/
|
|
12792
|
+
export interface EuiFlyoutSessionRenderContext<FlyoutMeta = unknown> {
|
|
12793
|
+
flyoutProps: Partial<EuiFlyoutProps | EuiFlyoutChildProps>;
|
|
12794
|
+
flyoutSize: EuiFlyoutProps['size'] | EuiFlyoutChildProps['size'];
|
|
12795
|
+
flyoutType: 'main' | 'child';
|
|
12796
|
+
dispatch: React.Dispatch<EuiFlyoutSessionAction<FlyoutMeta>>;
|
|
12797
|
+
activeFlyoutGroup: EuiFlyoutSessionGroup<FlyoutMeta> | null;
|
|
12798
|
+
onCloseFlyout: () => void;
|
|
12799
|
+
onCloseChildFlyout: () => void;
|
|
12800
|
+
meta?: FlyoutMeta;
|
|
12801
|
+
}
|
|
12802
|
+
/**
|
|
12803
|
+
* Props that can be passed to `EuiFlyoutSessionProvider` to render the main and child flyouts in a session.
|
|
12804
|
+
*/
|
|
12805
|
+
export interface EuiFlyoutSessionProviderComponentProps<FlyoutMeta = any> {
|
|
12806
|
+
children: React.ReactNode;
|
|
12807
|
+
renderMainFlyoutContent: (context: EuiFlyoutSessionRenderContext<FlyoutMeta>) => React.ReactNode;
|
|
12808
|
+
renderChildFlyoutContent?: (context: EuiFlyoutSessionRenderContext<FlyoutMeta>) => React.ReactNode;
|
|
12809
|
+
}
|
|
12810
|
+
|
|
12811
|
+
}
|
|
12812
|
+
declare module '@elastic/eui/src/components/flyout/sessions/flyout_reducer' {
|
|
12813
|
+
import { EuiFlyoutSessionAction, EuiFlyoutSessionHistoryState } from '@elastic/eui/src/components/flyout/sessions/types';
|
|
12814
|
+
/**
|
|
12815
|
+
* Initial state for the flyout session
|
|
12816
|
+
* @internal
|
|
12817
|
+
*/
|
|
12818
|
+
export const initialFlyoutState: EuiFlyoutSessionHistoryState<unknown>;
|
|
12819
|
+
/**
|
|
12820
|
+
* Flyout reducer
|
|
12821
|
+
* Controls state changes for flyout groups
|
|
12822
|
+
*/
|
|
12823
|
+
export function flyoutReducer<FlyoutMeta>(state: EuiFlyoutSessionHistoryState<FlyoutMeta>, action: EuiFlyoutSessionAction<FlyoutMeta>): EuiFlyoutSessionHistoryState<FlyoutMeta>;
|
|
12824
|
+
|
|
12825
|
+
}
|
|
12826
|
+
declare module '@elastic/eui/src/components/flyout/sessions/flyout_provider' {
|
|
12827
|
+
import React from 'react';
|
|
12828
|
+
import { EuiFlyoutSessionAction, EuiFlyoutSessionHistoryState, EuiFlyoutSessionProviderComponentProps } from '@elastic/eui/src/components/flyout/sessions/types';
|
|
12829
|
+
interface FlyoutSessionContextProps {
|
|
12830
|
+
state: EuiFlyoutSessionHistoryState;
|
|
12831
|
+
dispatch: React.Dispatch<EuiFlyoutSessionAction>;
|
|
12832
|
+
}
|
|
12833
|
+
/**
|
|
12834
|
+
* Accesses the state data and dispatch function from the context of EuiFlyoutSessionProvider
|
|
12835
|
+
* Use this if you need to debug the state or need direct access to the dispatch function, otherwise use useEuiFlyoutSession hook.
|
|
12836
|
+
*/
|
|
12837
|
+
export const useEuiFlyoutSessionContext: () => FlyoutSessionContextProps;
|
|
12838
|
+
/**
|
|
12839
|
+
* FlyoutProvider is a component that provides a context for Flyout components.
|
|
12840
|
+
* It is used to manage the state of the Flyout and its child.
|
|
12841
|
+
* It also renders the Flyout and FlyoutChild components.
|
|
12842
|
+
*
|
|
12843
|
+
* @param children - The children of the FlyoutProvider component.
|
|
12844
|
+
* @param renderMainFlyoutContent - A function that renders the content of the main Flyout.
|
|
12845
|
+
* @param renderChildFlyoutContent - A function that renders the content of the child Flyout.
|
|
12846
|
+
* @returns The FlyoutProvider component.
|
|
12847
|
+
*/
|
|
12848
|
+
export const EuiFlyoutSessionProvider: React.FC<EuiFlyoutSessionProviderComponentProps>;
|
|
12849
|
+
export {};
|
|
12850
|
+
|
|
12851
|
+
}
|
|
12852
|
+
declare module '@elastic/eui/src/components/flyout/sessions/use_eui_flyout' {
|
|
12853
|
+
import { EuiFlyoutSize } from '@elastic/eui/src/components/flyout/flyout';
|
|
12854
|
+
import { EuiFlyoutSessionConfig } from '@elastic/eui/src/components/flyout/sessions/types';
|
|
12855
|
+
/**
|
|
12856
|
+
* Options that control a main flyout in a session
|
|
12857
|
+
*/
|
|
12858
|
+
export interface EuiFlyoutSessionOpenMainOptions<Meta = unknown> {
|
|
12859
|
+
size: EuiFlyoutSize;
|
|
12860
|
+
flyoutProps?: EuiFlyoutSessionConfig['mainFlyoutProps'];
|
|
12861
|
+
onUnmount?: () => void;
|
|
12862
|
+
meta?: Meta;
|
|
12863
|
+
}
|
|
12864
|
+
/**
|
|
12865
|
+
* Options that control a child flyout in a session
|
|
12866
|
+
*/
|
|
12867
|
+
export interface EuiFlyoutSessionOpenChildOptions<Meta = unknown> {
|
|
12868
|
+
size: 's' | 'm';
|
|
12869
|
+
flyoutProps?: EuiFlyoutSessionConfig['childFlyoutProps'];
|
|
12870
|
+
onUnmount?: () => void;
|
|
12871
|
+
meta?: Meta;
|
|
12872
|
+
}
|
|
12873
|
+
/**
|
|
12874
|
+
* Options for opening both a main flyout and child flyout simultaneously
|
|
12875
|
+
*/
|
|
12876
|
+
export interface EuiFlyoutSessionOpenGroupOptions<Meta = unknown> {
|
|
12877
|
+
main: {
|
|
12878
|
+
size: EuiFlyoutSize;
|
|
12879
|
+
flyoutProps?: EuiFlyoutSessionConfig['mainFlyoutProps'];
|
|
12880
|
+
onUnmount?: () => void;
|
|
12881
|
+
};
|
|
12882
|
+
child: {
|
|
12883
|
+
size: 's' | 'm';
|
|
12884
|
+
flyoutProps?: EuiFlyoutSessionConfig['childFlyoutProps'];
|
|
12885
|
+
onUnmount?: () => void;
|
|
12886
|
+
};
|
|
12887
|
+
meta?: Meta;
|
|
12888
|
+
}
|
|
12889
|
+
/**
|
|
12890
|
+
* Hook for accessing the flyout API
|
|
12891
|
+
*/
|
|
12892
|
+
export function useEuiFlyoutSession(): {
|
|
12893
|
+
openFlyout: (options: EuiFlyoutSessionOpenMainOptions) => void;
|
|
12894
|
+
openChildFlyout: (options: EuiFlyoutSessionOpenChildOptions) => void;
|
|
12895
|
+
openFlyoutGroup: (options: EuiFlyoutSessionOpenGroupOptions) => void;
|
|
12896
|
+
closeChildFlyout: () => void;
|
|
12897
|
+
goBack: () => void;
|
|
12898
|
+
canGoBack: boolean;
|
|
12899
|
+
isFlyoutOpen: boolean;
|
|
12900
|
+
isChildFlyoutOpen: boolean;
|
|
12901
|
+
clearHistory: () => void;
|
|
12902
|
+
};
|
|
12903
|
+
|
|
12904
|
+
}
|
|
12905
|
+
declare module '@elastic/eui/src/components/flyout/sessions' {
|
|
12906
|
+
export { EuiFlyoutSessionProvider, useEuiFlyoutSessionContext, } from '@elastic/eui/src/components/flyout/sessions/flyout_provider';
|
|
12907
|
+
export type { EuiFlyoutSessionConfig, EuiFlyoutSessionProviderComponentProps, EuiFlyoutSessionRenderContext, } from '@elastic/eui/src/components/flyout/sessions/types';
|
|
12908
|
+
export { useEuiFlyoutSession, type EuiFlyoutSessionOpenChildOptions, type EuiFlyoutSessionOpenMainOptions, } from '@elastic/eui/src/components/flyout/sessions/use_eui_flyout';
|
|
12909
|
+
|
|
12599
12910
|
}
|
|
12600
12911
|
declare module '@elastic/eui/src/components/flyout' {
|
|
12601
12912
|
export type { EuiFlyoutProps, EuiFlyoutSize } from '@elastic/eui/src/components/flyout/flyout';
|
|
@@ -12609,6 +12920,10 @@ declare module '@elastic/eui/src/components/flyout' {
|
|
|
12609
12920
|
export { euiFlyoutSlideInRight, euiFlyoutSlideInLeft } from '@elastic/eui/src/components/flyout/flyout.styles';
|
|
12610
12921
|
export type { EuiFlyoutResizableProps } from '@elastic/eui/src/components/flyout/flyout_resizable';
|
|
12611
12922
|
export { EuiFlyoutResizable } from '@elastic/eui/src/components/flyout/flyout_resizable';
|
|
12923
|
+
export { EuiFlyoutChild } from '@elastic/eui/src/components/flyout/flyout_child';
|
|
12924
|
+
export type { EuiFlyoutChildProps } from '@elastic/eui/src/components/flyout/flyout_child';
|
|
12925
|
+
export type { EuiFlyoutSessionConfig, EuiFlyoutSessionOpenChildOptions, EuiFlyoutSessionOpenMainOptions, EuiFlyoutSessionProviderComponentProps, EuiFlyoutSessionRenderContext, } from '@elastic/eui/src/components/flyout/sessions';
|
|
12926
|
+
export { EuiFlyoutSessionProvider, useEuiFlyoutSession } from '@elastic/eui/src/components/flyout/sessions';
|
|
12612
12927
|
|
|
12613
12928
|
}
|
|
12614
12929
|
declare module '@elastic/eui/src/components/collapsible_nav/collapsible_nav.styles' {
|
|
@@ -14020,6 +14335,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
|
|
|
14020
14335
|
isFocused?: boolean;
|
|
14021
14336
|
toolTipContent?: EuiComboBoxOptionOption['toolTipContent'];
|
|
14022
14337
|
toolTipProps?: EuiComboBoxOptionOption['toolTipProps'];
|
|
14338
|
+
forwardRef?: (ref: HTMLButtonElement | null) => void;
|
|
14023
14339
|
}
|
|
14024
14340
|
/**
|
|
14025
14341
|
* TODO: This component should removed in favor of EuiSelectable usage
|
|
@@ -14036,6 +14352,7 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
|
|
|
14036
14352
|
state: {
|
|
14037
14353
|
hasFocus: boolean;
|
|
14038
14354
|
};
|
|
14355
|
+
setButtonRef: (node: HTMLButtonElement | null) => void;
|
|
14039
14356
|
focus: () => void;
|
|
14040
14357
|
toggleToolTip: (isFocused: boolean) => void;
|
|
14041
14358
|
hasFocus: () => boolean;
|
|
@@ -14088,6 +14405,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box_options_list/com
|
|
|
14088
14405
|
isCaseSensitive?: boolean;
|
|
14089
14406
|
isLoading?: boolean;
|
|
14090
14407
|
listRef: RefCallback<HTMLDivElement>;
|
|
14408
|
+
setListOptionRefs: (ref: HTMLButtonElement | null, index: number) => void;
|
|
14091
14409
|
matchingOptions: Array<EuiComboBoxOptionOption<T>>;
|
|
14092
14410
|
onCloseList: (event: Event) => void;
|
|
14093
14411
|
onCreateOption?: (searchValue: string, options: Array<EuiComboBoxOptionOption<T>>) => boolean | void;
|
|
@@ -14294,6 +14612,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box' {
|
|
|
14294
14612
|
hasFocus: boolean;
|
|
14295
14613
|
isListOpen: boolean;
|
|
14296
14614
|
matchingOptions: Array<EuiComboBoxOptionOption<T>>;
|
|
14615
|
+
listOptionRefs: Array<HTMLButtonElement | null>;
|
|
14297
14616
|
searchValue: string;
|
|
14298
14617
|
}
|
|
14299
14618
|
export class EuiComboBox<T> extends Component<_EuiComboBoxProps<T>, EuiComboBoxState<T>> {
|
|
@@ -14318,6 +14637,7 @@ declare module '@elastic/eui/src/components/combo_box/combo_box' {
|
|
|
14318
14637
|
searchInputRefCallback: RefCallback<HTMLInputElement>;
|
|
14319
14638
|
listRefInstance: RefInstance<HTMLDivElement>;
|
|
14320
14639
|
listRefCallback: RefCallback<HTMLDivElement>;
|
|
14640
|
+
setListOptionRefs: (node: HTMLButtonElement | null, index: number) => void;
|
|
14321
14641
|
openList: () => void;
|
|
14322
14642
|
closeList: () => void;
|
|
14323
14643
|
incrementActiveOptionIndex: (amount: number) => void;
|
|
@@ -16065,6 +16385,48 @@ declare module '@elastic/eui/src/components/datagrid/utils/focus' {
|
|
|
16065
16385
|
export const getParentCellContent: (_element: Node | HTMLElement) => HTMLElement | null;
|
|
16066
16386
|
export {};
|
|
16067
16387
|
|
|
16388
|
+
}
|
|
16389
|
+
declare module '@elastic/eui/src/components/datagrid/body/cell/data_grid_cell.styles' {
|
|
16390
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
16391
|
+
export const euiDataGridCellOutlineStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
16392
|
+
borderRadius: string;
|
|
16393
|
+
focusColor: string;
|
|
16394
|
+
focusStyles: string;
|
|
16395
|
+
hoverColor: string;
|
|
16396
|
+
hoverStyles: string;
|
|
16397
|
+
markedColor: string;
|
|
16398
|
+
markedStyles: string;
|
|
16399
|
+
};
|
|
16400
|
+
export const euiDataGridCellOutlineSelectors: (parentSelector?: string) => {
|
|
16401
|
+
outline: {
|
|
16402
|
+
show: string;
|
|
16403
|
+
hover: string;
|
|
16404
|
+
focusTrapped: string;
|
|
16405
|
+
marked: string;
|
|
16406
|
+
};
|
|
16407
|
+
actions: {
|
|
16408
|
+
hoverZone: string;
|
|
16409
|
+
hoverColor: string;
|
|
16410
|
+
showAnimation: string;
|
|
16411
|
+
hoverAnimation: string;
|
|
16412
|
+
};
|
|
16413
|
+
header: {
|
|
16414
|
+
focus: string;
|
|
16415
|
+
focusTrapped: string;
|
|
16416
|
+
showActions: string;
|
|
16417
|
+
hideActions: string;
|
|
16418
|
+
};
|
|
16419
|
+
};
|
|
16420
|
+
export const euiDataGridRowCellStyles: (euiThemeContext: UseEuiTheme) => {
|
|
16421
|
+
euiDataGridRowCell: import("@emotion/react").SerializedStyles;
|
|
16422
|
+
content: {
|
|
16423
|
+
euiDataGridRowCell__content: import("@emotion/react").SerializedStyles;
|
|
16424
|
+
autoHeight: import("@emotion/react").SerializedStyles;
|
|
16425
|
+
defaultHeight: import("@emotion/react").SerializedStyles;
|
|
16426
|
+
controlColumn: import("@emotion/react").SerializedStyles;
|
|
16427
|
+
};
|
|
16428
|
+
};
|
|
16429
|
+
|
|
16068
16430
|
}
|
|
16069
16431
|
declare module '@elastic/eui/src/components/datagrid/data_grid.styles' {
|
|
16070
16432
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
@@ -16249,45 +16611,6 @@ declare module '@elastic/eui/src/components/datagrid/body/cell/focus_utils' {
|
|
|
16249
16611
|
cellEl: HTMLElement;
|
|
16250
16612
|
}>;
|
|
16251
16613
|
|
|
16252
|
-
}
|
|
16253
|
-
declare module '@elastic/eui/src/components/datagrid/body/cell/data_grid_cell.styles' {
|
|
16254
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
16255
|
-
export const euiDataGridCellOutlineStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
16256
|
-
borderRadius: string;
|
|
16257
|
-
focusColor: string;
|
|
16258
|
-
focusStyles: string;
|
|
16259
|
-
hoverColor: string;
|
|
16260
|
-
hoverStyles: string;
|
|
16261
|
-
};
|
|
16262
|
-
export const euiDataGridCellOutlineSelectors: (parentSelector?: string) => {
|
|
16263
|
-
outline: {
|
|
16264
|
-
show: string;
|
|
16265
|
-
hover: string;
|
|
16266
|
-
focusTrapped: string;
|
|
16267
|
-
};
|
|
16268
|
-
actions: {
|
|
16269
|
-
hoverZone: string;
|
|
16270
|
-
hoverColor: string;
|
|
16271
|
-
showAnimation: string;
|
|
16272
|
-
hoverAnimation: string;
|
|
16273
|
-
};
|
|
16274
|
-
header: {
|
|
16275
|
-
focus: string;
|
|
16276
|
-
focusTrapped: string;
|
|
16277
|
-
showActions: string;
|
|
16278
|
-
hideActions: string;
|
|
16279
|
-
};
|
|
16280
|
-
};
|
|
16281
|
-
export const euiDataGridRowCellStyles: (euiThemeContext: UseEuiTheme) => {
|
|
16282
|
-
euiDataGridRowCell: import("@emotion/react").SerializedStyles;
|
|
16283
|
-
content: {
|
|
16284
|
-
euiDataGridRowCell__content: import("@emotion/react").SerializedStyles;
|
|
16285
|
-
autoHeight: import("@emotion/react").SerializedStyles;
|
|
16286
|
-
defaultHeight: import("@emotion/react").SerializedStyles;
|
|
16287
|
-
controlColumn: import("@emotion/react").SerializedStyles;
|
|
16288
|
-
};
|
|
16289
|
-
};
|
|
16290
|
-
|
|
16291
16614
|
}
|
|
16292
16615
|
declare module '@elastic/eui/src/components/datagrid/body/header/data_grid_header_cell_wrapper.styles' {
|
|
16293
16616
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|