@elastic/eui 67.1.2 → 68.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_theme_dark.css +17 -292
- package/dist/eui_theme_dark.json +10 -32
- package/dist/eui_theme_dark.json.d.ts +6 -28
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +17 -292
- package/dist/eui_theme_light.json +10 -32
- package/dist/eui_theme_light.json.d.ts +6 -28
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/accessibility/skip_link/skip_link.js +78 -63
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/badge_group/badge_group.js +11 -16
- package/es/components/badge/badge_group/badge_group.styles.js +19 -0
- package/es/components/badge/beta_badge/beta_badge.js +17 -27
- package/es/components/badge/beta_badge/beta_badge.styles.js +73 -0
- package/es/components/badge/notification_badge/badge_notification.js +11 -14
- package/es/components/badge/notification_badge/badge_notification.styles.js +27 -0
- 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 +1 -1
- 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 +3 -3
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/color_picker/color_stops/color_stop_thumb.js +21 -5
- package/es/components/color_picker/color_stops/color_stops.js +14 -4
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/datagrid/body/data_grid_body.js +40 -39
- package/es/components/datagrid/body/data_grid_cell.js +75 -74
- package/es/components/datagrid/body/header/data_grid_header_cell.js +39 -38
- package/es/components/datagrid/body/header/data_grid_header_row.js +40 -39
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/data_grid.js +40 -39
- package/es/components/datagrid/utils/in_memory.js +39 -38
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/date_picker/super_date_picker/super_date_picker.js +5 -3
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/flyout/flyout.styles.js +6 -5
- package/es/components/flyout/index.js +2 -1
- package/es/components/form/checkbox/checkbox.js +9 -1
- package/es/components/form/field_number/field_number.js +1 -1
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form.styles.js +99 -3
- 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/range/dual_range.js +9 -1
- package/es/components/form/switch/switch.js +9 -1
- 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/beta.js +38 -0
- package/es/components/icon/assets/launch.js +45 -0
- package/es/components/icon/assets/spaces.js +41 -0
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +3 -0
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +48 -55
- package/es/components/list_group/list_group.styles.js +47 -0
- package/es/components/list_group/list_group_item.js +70 -59
- package/es/components/list_group/list_group_item.styles.js +95 -0
- package/es/components/list_group/list_group_item_extra_action.js +94 -0
- package/es/components/list_group/list_group_item_extra_action.styles.js +38 -0
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +43 -38
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.styles.js +30 -0
- 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/pagination/pagination_button.js +1 -1
- package/es/components/popover/input_popover.js +3 -2
- package/es/components/resizable_container/resizable_panel.js +2 -4
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/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/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/services/color/manipulation.js +9 -0
- package/es/services/index.js +1 -1
- package/es/test/rtl/component_helpers.d.ts +3 -0
- package/es/test/rtl/component_helpers.js +4 -1
- package/eui.d.ts +269 -64
- package/i18ntokens.json +20 -20
- package/lib/components/accessibility/skip_link/skip_link.js +84 -63
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/badge_group/badge_group.js +12 -16
- package/lib/components/badge/badge_group/badge_group.styles.js +30 -0
- package/lib/components/badge/beta_badge/beta_badge.js +18 -29
- package/lib/components/badge/beta_badge/beta_badge.styles.js +80 -0
- package/lib/components/badge/notification_badge/badge_notification.js +12 -14
- package/lib/components/badge/notification_badge/badge_notification.styles.js +40 -0
- 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 +1 -1
- 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 +3 -3
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/color_picker/color_stops/color_stop_thumb.js +21 -5
- package/lib/components/color_picker/color_stops/color_stops.js +14 -4
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/datagrid/body/data_grid_body.js +40 -39
- package/lib/components/datagrid/body/data_grid_cell.js +75 -74
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +39 -38
- package/lib/components/datagrid/body/header/data_grid_header_row.js +40 -39
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/data_grid.js +40 -39
- package/lib/components/datagrid/utils/in_memory.js +39 -38
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/date_picker/super_date_picker/super_date_picker.js +5 -3
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/flyout/flyout.styles.js +6 -3
- package/lib/components/flyout/index.js +15 -1
- package/lib/components/form/checkbox/checkbox.js +10 -3
- package/lib/components/form/field_number/field_number.js +1 -1
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form.styles.js +110 -13
- 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/range/dual_range.js +10 -3
- package/lib/components/form/switch/switch.js +10 -3
- 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/beta.js +45 -0
- package/lib/components/icon/assets/launch.js +52 -0
- package/lib/components/icon/assets/spaces.js +48 -0
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +3 -0
- package/lib/components/icon/svgs/beta.svg +3 -0
- package/lib/components/icon/svgs/launch.svg +5 -0
- package/lib/components/icon/svgs/spaces.svg +3 -0
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +52 -55
- package/lib/components/list_group/list_group.styles.js +51 -0
- package/lib/components/list_group/list_group_item.js +72 -59
- package/lib/components/list_group/list_group_item.styles.js +111 -0
- package/lib/components/list_group/list_group_item_extra_action.js +105 -0
- package/lib/components/list_group/list_group_item_extra_action.styles.js +41 -0
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +45 -39
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.styles.js +33 -0
- 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/popover/input_popover.js +2 -1
- package/lib/components/resizable_container/resizable_panel.js +2 -4
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/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/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/services/color/manipulation.js +14 -2
- package/lib/services/index.js +7 -0
- package/lib/test/rtl/component_helpers.d.ts +3 -0
- package/lib/test/rtl/component_helpers.js +4 -1
- package/optimize/es/components/accessibility/skip_link/skip_link.js +58 -40
- package/optimize/es/components/badge/badge_group/badge_group.js +9 -13
- package/optimize/es/components/badge/badge_group/badge_group.styles.js +19 -0
- package/optimize/es/components/badge/beta_badge/beta_badge.js +14 -24
- package/optimize/es/components/badge/beta_badge/beta_badge.styles.js +63 -0
- package/optimize/es/components/badge/notification_badge/badge_notification.js +9 -12
- package/optimize/es/components/badge/notification_badge/badge_notification.styles.js +27 -0
- package/optimize/es/components/color_picker/color_stops/color_stop_thumb.js +15 -5
- package/optimize/es/components/color_picker/color_stops/color_stops.js +9 -4
- package/optimize/es/components/date_picker/super_date_picker/super_date_picker.js +5 -3
- package/optimize/es/components/flyout/flyout.styles.js +6 -5
- package/optimize/es/components/flyout/index.js +2 -1
- package/optimize/es/components/form/checkbox/checkbox.js +9 -1
- package/optimize/es/components/form/form.styles.js +99 -3
- package/optimize/es/components/form/range/dual_range.js +9 -1
- package/optimize/es/components/form/switch/switch.js +9 -1
- package/optimize/es/components/icon/assets/beta.js +34 -0
- package/optimize/es/components/icon/assets/launch.js +41 -0
- package/optimize/es/components/icon/assets/spaces.js +37 -0
- package/optimize/es/components/icon/icon_map.js +3 -0
- package/optimize/es/components/list_group/list_group.js +30 -39
- package/optimize/es/components/list_group/list_group.styles.js +47 -0
- package/optimize/es/components/list_group/list_group_item.js +61 -51
- package/optimize/es/components/list_group/list_group_item.styles.js +95 -0
- package/optimize/es/components/list_group/list_group_item_extra_action.js +38 -0
- package/optimize/es/components/list_group/list_group_item_extra_action.styles.js +38 -0
- package/optimize/es/components/list_group/pinnable_list_group/pinnable_list_group.js +16 -14
- package/optimize/es/components/list_group/pinnable_list_group/pinnable_list_group.styles.js +30 -0
- package/optimize/es/components/popover/input_popover.js +3 -2
- package/optimize/es/components/resizable_container/resizable_panel.js +2 -4
- package/optimize/es/services/color/manipulation.js +9 -0
- package/optimize/es/services/index.js +1 -1
- package/optimize/es/test/rtl/component_helpers.d.ts +3 -0
- package/optimize/es/test/rtl/component_helpers.js +4 -1
- package/optimize/lib/components/accessibility/skip_link/skip_link.js +70 -46
- package/optimize/lib/components/badge/badge_group/badge_group.js +10 -13
- package/optimize/lib/components/badge/badge_group/badge_group.styles.js +30 -0
- package/optimize/lib/components/badge/beta_badge/beta_badge.js +15 -26
- package/optimize/lib/components/badge/beta_badge/beta_badge.styles.js +72 -0
- package/optimize/lib/components/badge/notification_badge/badge_notification.js +10 -12
- package/optimize/lib/components/badge/notification_badge/badge_notification.styles.js +40 -0
- package/optimize/lib/components/color_picker/color_stops/color_stop_thumb.js +17 -12
- package/optimize/lib/components/color_picker/color_stops/color_stops.js +11 -4
- package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.js +5 -3
- package/optimize/lib/components/flyout/flyout.styles.js +6 -3
- package/optimize/lib/components/flyout/index.js +15 -1
- package/optimize/lib/components/form/checkbox/checkbox.js +10 -3
- package/optimize/lib/components/form/form.styles.js +112 -13
- package/optimize/lib/components/form/range/dual_range.js +10 -3
- package/optimize/lib/components/form/switch/switch.js +10 -3
- package/optimize/lib/components/icon/assets/beta.js +44 -0
- package/optimize/lib/components/icon/assets/launch.js +51 -0
- package/optimize/lib/components/icon/assets/spaces.js +47 -0
- package/optimize/lib/components/icon/icon_map.js +3 -0
- package/optimize/lib/components/icon/svgs/beta.svg +3 -0
- package/optimize/lib/components/icon/svgs/launch.svg +5 -0
- package/optimize/lib/components/icon/svgs/spaces.svg +3 -0
- package/optimize/lib/components/list_group/list_group.js +34 -39
- package/optimize/lib/components/list_group/list_group.styles.js +51 -0
- package/optimize/lib/components/list_group/list_group_item.js +63 -51
- package/optimize/lib/components/list_group/list_group_item.styles.js +111 -0
- package/optimize/lib/components/list_group/list_group_item_extra_action.js +49 -0
- package/optimize/lib/components/list_group/list_group_item_extra_action.styles.js +41 -0
- package/optimize/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +18 -15
- package/optimize/lib/components/list_group/pinnable_list_group/pinnable_list_group.styles.js +33 -0
- package/optimize/lib/components/popover/input_popover.js +2 -1
- package/optimize/lib/components/resizable_container/resizable_panel.js +2 -4
- package/optimize/lib/services/color/manipulation.js +14 -2
- package/optimize/lib/services/index.js +7 -0
- package/optimize/lib/test/rtl/component_helpers.d.ts +3 -0
- package/optimize/lib/test/rtl/component_helpers.js +4 -1
- package/package.json +2 -2
- package/src/components/index.scss +0 -2
- package/src/global_styling/mixins/_form.scss +13 -4
- package/src/global_styling/variables/_borders.scss +2 -2
- package/src/global_styling/variables/_form.scss +17 -9
- package/src/themes/amsterdam/global_styling/mixins/_index.scss +0 -1
- package/src/themes/amsterdam/global_styling/variables/_index.scss +0 -2
- package/src/themes/amsterdam/overrides/_index.scss +0 -2
- package/test-env/components/accessibility/skip_link/skip_link.js +74 -63
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/badge_group/badge_group.js +12 -16
- package/test-env/components/badge/badge_group/badge_group.styles.js +30 -0
- package/test-env/components/badge/beta_badge/beta_badge.js +18 -29
- package/test-env/components/badge/beta_badge/beta_badge.styles.js +72 -0
- package/test-env/components/badge/notification_badge/badge_notification.js +12 -14
- package/test-env/components/badge/notification_badge/badge_notification.styles.js +40 -0
- 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 +1 -1
- 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 +3 -3
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/color_picker/color_stops/color_stop_thumb.js +18 -12
- package/test-env/components/color_picker/color_stops/color_stops.js +12 -5
- 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 +40 -39
- package/test-env/components/datagrid/body/data_grid_cell.js +75 -74
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +39 -38
- package/test-env/components/datagrid/body/header/data_grid_header_row.js +40 -39
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/data_grid.js +40 -39
- package/test-env/components/datagrid/utils/in_memory.js +39 -38
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/date_picker/super_date_picker/super_date_picker.js +5 -3
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/flyout/flyout.styles.js +6 -3
- package/test-env/components/flyout/index.js +15 -1
- package/test-env/components/form/checkbox/checkbox.js +10 -3
- package/test-env/components/form/field_number/field_number.js +1 -1
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form.styles.js +112 -13
- 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/range/dual_range.js +10 -3
- package/test-env/components/form/switch/switch.js +10 -3
- 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/beta.js +44 -0
- package/test-env/components/icon/assets/launch.js +51 -0
- package/test-env/components/icon/assets/spaces.js +47 -0
- package/test-env/components/icon/icon_map.js +3 -0
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +52 -55
- package/test-env/components/list_group/list_group.styles.js +51 -0
- package/test-env/components/list_group/list_group_item.js +72 -59
- package/test-env/components/list_group/list_group_item.styles.js +111 -0
- package/test-env/components/list_group/list_group_item_extra_action.js +102 -0
- package/test-env/components/list_group/list_group_item_extra_action.styles.js +41 -0
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +45 -39
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.styles.js +33 -0
- 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/popover/input_popover.js +2 -1
- package/test-env/components/resizable_container/resizable_panel.js +2 -4
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/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/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/services/color/manipulation.js +14 -2
- package/test-env/services/index.js +7 -0
- package/test-env/test/rtl/component_helpers.js +4 -1
- package/src/components/badge/_index.scss +0 -3
- package/src/components/badge/badge_group/_badge_group.scss +0 -23
- package/src/components/badge/badge_group/_index.scss +0 -1
- package/src/components/badge/beta_badge/_beta_badge.scss +0 -91
- package/src/components/badge/beta_badge/_index.scss +0 -1
- package/src/components/badge/notification_badge/_index.scss +0 -1
- package/src/components/badge/notification_badge/_notification_badge.scss +0 -34
- package/src/components/list_group/_index.scss +0 -5
- package/src/components/list_group/_list_group.scss +0 -32
- package/src/components/list_group/_list_group_item.scss +0 -151
- package/src/components/list_group/_variables.scss +0 -21
- package/src/components/list_group/pinnable_list_group/_index.scss +0 -1
- package/src/components/list_group/pinnable_list_group/_pinnable_list_group.scss +0 -9
- package/src/themes/amsterdam/global_styling/mixins/_form.scss +0 -47
- package/src/themes/amsterdam/global_styling/variables/_borders.scss +0 -2
- package/src/themes/amsterdam/global_styling/variables/_form.scss +0 -23
- package/src/themes/amsterdam/overrides/_list_group_item.scss +0 -3
- package/src/themes/amsterdam/overrides/_notification_badge.scss +0 -4
package/eui.d.ts
CHANGED
|
@@ -959,6 +959,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
959
959
|
beaker: string;
|
|
960
960
|
bell: string;
|
|
961
961
|
bellSlash: string;
|
|
962
|
+
beta: string;
|
|
962
963
|
bolt: string;
|
|
963
964
|
boxesHorizontal: string;
|
|
964
965
|
boxesVertical: string;
|
|
@@ -1114,6 +1115,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
1114
1115
|
kqlValue: string;
|
|
1115
1116
|
kubernetesNode: string;
|
|
1116
1117
|
kubernetesPod: string;
|
|
1118
|
+
launch: string;
|
|
1117
1119
|
layers: string;
|
|
1118
1120
|
lensApp: string;
|
|
1119
1121
|
lettering: string;
|
|
@@ -1266,6 +1268,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
1266
1268
|
sortRight: string;
|
|
1267
1269
|
sortUp: string;
|
|
1268
1270
|
sortable: string;
|
|
1271
|
+
spaces: string;
|
|
1269
1272
|
spacesApp: string;
|
|
1270
1273
|
sqlApp: string;
|
|
1271
1274
|
starEmpty: string;
|
|
@@ -1447,7 +1450,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
1447
1450
|
import { WithEuiThemeProps } from '@elastic/eui/src/services';
|
|
1448
1451
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
1449
1452
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
1450
|
-
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" | "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" | "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" | "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")[];
|
|
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")[];
|
|
1451
1454
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
1452
1455
|
export type IconType = EuiIconType | string | ComponentType;
|
|
1453
1456
|
export type IconColor = string | NamedColor;
|
|
@@ -1490,7 +1493,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
1490
1493
|
isLoading: boolean;
|
|
1491
1494
|
neededLoading: boolean;
|
|
1492
1495
|
}
|
|
1493
|
-
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" | "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" | "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" | "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;
|
|
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;
|
|
1494
1497
|
export const appendIconComponentCache: (iconTypeToIconComponentMap: {
|
|
1495
1498
|
[iconType: string]: React.ComponentType<{}>;
|
|
1496
1499
|
}) => void;
|
|
@@ -4631,7 +4634,47 @@ declare module '@elastic/eui/src/components/observer/resize_observer' {
|
|
|
4631
4634
|
}
|
|
4632
4635
|
declare module '@elastic/eui/src/components/form/form.styles' {
|
|
4633
4636
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
4634
|
-
export const
|
|
4637
|
+
export const euiFormVariables: (euiThemeContext: UseEuiTheme) => {
|
|
4638
|
+
controlLayoutGroupInputHeight: string | undefined;
|
|
4639
|
+
controlLayoutGroupInputCompressedHeight: string | undefined;
|
|
4640
|
+
controlLayoutGroupInputCompressedBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
4641
|
+
controlIconSize: {
|
|
4642
|
+
s: string;
|
|
4643
|
+
m: string;
|
|
4644
|
+
l: string;
|
|
4645
|
+
xl: string;
|
|
4646
|
+
xxl: string;
|
|
4647
|
+
};
|
|
4648
|
+
customControlDisabledIconColor: string;
|
|
4649
|
+
customControlBorderColor: string;
|
|
4650
|
+
backgroundColor: string;
|
|
4651
|
+
backgroundDisabledColor: string;
|
|
4652
|
+
backgroundReadOnlyColor: string;
|
|
4653
|
+
borderColor: string;
|
|
4654
|
+
borderDisabledColor: string;
|
|
4655
|
+
controlDisabledColor: string;
|
|
4656
|
+
controlBoxShadow: string;
|
|
4657
|
+
controlPlaceholderText: string;
|
|
4658
|
+
inputGroupLabelBackground: string;
|
|
4659
|
+
inputGroupBorder: string;
|
|
4660
|
+
maxWidth: string | undefined;
|
|
4661
|
+
controlHeight: string;
|
|
4662
|
+
controlCompressedHeight: string;
|
|
4663
|
+
controlPadding: string;
|
|
4664
|
+
controlCompressedPadding: string;
|
|
4665
|
+
controlBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
4666
|
+
controlCompressedBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
4667
|
+
};
|
|
4668
|
+
export const euiFormControlSize: (euiThemeContext: UseEuiTheme, options?: {
|
|
4669
|
+
height?: string;
|
|
4670
|
+
fullWidth?: boolean;
|
|
4671
|
+
compressed?: boolean;
|
|
4672
|
+
inGroup?: boolean;
|
|
4673
|
+
}) => string;
|
|
4674
|
+
export const euiCustomControl: (euiThemeContext: UseEuiTheme, options?: {
|
|
4675
|
+
type?: 'round' | 'square';
|
|
4676
|
+
size?: string;
|
|
4677
|
+
}) => string;
|
|
4635
4678
|
|
|
4636
4679
|
}
|
|
4637
4680
|
declare module '@elastic/eui/src/components/popover/input_popover' {
|
|
@@ -6043,7 +6086,7 @@ declare module '@elastic/eui/src/components/color_picker/color_picker' {
|
|
|
6043
6086
|
|
|
6044
6087
|
}
|
|
6045
6088
|
declare module '@elastic/eui/src/components/color_picker/color_stops/color_stop_thumb' {
|
|
6046
|
-
import { FunctionComponent } from 'react';
|
|
6089
|
+
import { FunctionComponent, CSSProperties } from 'react';
|
|
6047
6090
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
6048
6091
|
import { EuiColorPickerProps } from '@elastic/eui/src/components/color_picker/color_picker';
|
|
6049
6092
|
import { EuiFieldNumberProps } from '@elastic/eui/src/components/form';
|
|
@@ -6075,6 +6118,7 @@ declare module '@elastic/eui/src/components/color_picker/color_stops/color_stop_
|
|
|
6075
6118
|
closePopover: () => void;
|
|
6076
6119
|
'data-index'?: string;
|
|
6077
6120
|
'aria-valuetext'?: string;
|
|
6121
|
+
style?: CSSProperties;
|
|
6078
6122
|
valueInputProps?: Partial<EuiFieldNumberProps>;
|
|
6079
6123
|
}
|
|
6080
6124
|
export const EuiColorStopThumb: FunctionComponent<EuiColorStopThumbProps>;
|
|
@@ -6187,6 +6231,12 @@ declare module '@elastic/eui/src/services/color/manipulation' {
|
|
|
6187
6231
|
* @param color
|
|
6188
6232
|
*/
|
|
6189
6233
|
export const lightness: (color: string) => number;
|
|
6234
|
+
/**
|
|
6235
|
+
* Returns the darken value of a color. 0-100
|
|
6236
|
+
* @param color - Color to manipulate
|
|
6237
|
+
* @param amount - Amount to change in absolute terms. 0-1.
|
|
6238
|
+
*/
|
|
6239
|
+
export const darken: (color: string, amount: number) => string;
|
|
6190
6240
|
|
|
6191
6241
|
}
|
|
6192
6242
|
declare module '@elastic/eui/src/services/color/contrast' {
|
|
@@ -7103,7 +7153,7 @@ declare module '@elastic/eui/src/services' {
|
|
|
7103
7153
|
export type { EuiBreakpointSize } from '@elastic/eui/src/services/breakpoint';
|
|
7104
7154
|
export { useIsWithinBreakpoints, useIsWithinMaxBreakpoint, useIsWithinMinBreakpoint, CurrentEuiBreakpointContext, CurrentEuiBreakpointProvider, useCurrentEuiBreakpoint, } from '@elastic/eui/src/services/breakpoint';
|
|
7105
7155
|
export type { HSV } from '@elastic/eui/src/services/color';
|
|
7106
|
-
export { isColorDark, isValidHex, calculateContrast, calculateLuminance, hexToHsv, hexToRgb, hsvToHex, hsvToRgb, rgbToHex, rgbToHsv, VISUALIZATION_COLORS, DEFAULT_VISUALIZATION_COLOR, colorPalette, euiPaletteForLightBackground, euiPaletteForDarkBackground, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteComplimentary, euiPaletteNegative, euiPalettePositive, euiPaletteCool, euiPaletteWarm, euiPaletteGray, getSteppedGradient, transparentize, tint, shade, tintOrShade, shadeOrTint, saturate, desaturate, lightness, makeHighContrastColor, makeDisabledContrastColor, wcagContrastMin, } from '@elastic/eui/src/services/color';
|
|
7156
|
+
export { isColorDark, isValidHex, calculateContrast, calculateLuminance, hexToHsv, hexToRgb, hsvToHex, hsvToRgb, rgbToHex, rgbToHsv, VISUALIZATION_COLORS, DEFAULT_VISUALIZATION_COLOR, colorPalette, euiPaletteForLightBackground, euiPaletteForDarkBackground, euiPaletteColorBlind, euiPaletteColorBlindBehindText, euiPaletteForStatus, euiPaletteForTemperature, euiPaletteComplimentary, euiPaletteNegative, euiPalettePositive, euiPaletteCool, euiPaletteWarm, euiPaletteGray, getSteppedGradient, transparentize, tint, shade, tintOrShade, shadeOrTint, saturate, desaturate, lightness, darken, makeHighContrastColor, makeDisabledContrastColor, wcagContrastMin, } from '@elastic/eui/src/services/color';
|
|
7107
7157
|
export type { EuiSetColorMethod } from '@elastic/eui/src/services/color_picker';
|
|
7108
7158
|
export { useColorPickerState, useColorStopsState } from '@elastic/eui/src/services/color_picker';
|
|
7109
7159
|
export * from '@elastic/eui/src/services/console';
|
|
@@ -7407,7 +7457,7 @@ declare module '@elastic/eui/src/components/accessibility/skip_link/skip_link.st
|
|
|
7407
7457
|
declare module '@elastic/eui/src/components/accessibility/skip_link/skip_link' {
|
|
7408
7458
|
import { FunctionComponent, Ref } from 'react';
|
|
7409
7459
|
import { EuiButtonProps } from '@elastic/eui/src/components/button/button';
|
|
7410
|
-
import { PropsForAnchor
|
|
7460
|
+
import { PropsForAnchor } from '@elastic/eui/src/components/common';
|
|
7411
7461
|
export const POSITIONS: readonly ["static", "fixed", "absolute"]; type Positions = typeof POSITIONS[number];
|
|
7412
7462
|
interface EuiSkipLinkInterface extends EuiButtonProps {
|
|
7413
7463
|
/**
|
|
@@ -7420,6 +7470,12 @@ declare module '@elastic/eui/src/components/accessibility/skip_link/skip_link' {
|
|
|
7420
7470
|
* will be prepended with a hash `#` and used as the link `href`
|
|
7421
7471
|
*/
|
|
7422
7472
|
destinationId: string;
|
|
7473
|
+
/**
|
|
7474
|
+
* If no destination ID element exists or can be found, you may provide a string of
|
|
7475
|
+
* query selectors to fall back to (e.g. a `main` or `role="main"` element)
|
|
7476
|
+
* @default main
|
|
7477
|
+
*/
|
|
7478
|
+
fallbackDestination?: string;
|
|
7423
7479
|
/**
|
|
7424
7480
|
* If default HTML anchor link behavior is not desired (e.g. for SPAs with hash routing),
|
|
7425
7481
|
* setting this flag to true will manually scroll to and focus the destination element
|
|
@@ -7430,12 +7486,10 @@ declare module '@elastic/eui/src/components/accessibility/skip_link/skip_link' {
|
|
|
7430
7486
|
* When position is fixed, this is forced to `0`
|
|
7431
7487
|
*/
|
|
7432
7488
|
tabIndex?: number;
|
|
7433
|
-
}
|
|
7489
|
+
}
|
|
7490
|
+
export type EuiSkipLinkProps = PropsForAnchor<EuiSkipLinkInterface, {
|
|
7434
7491
|
buttonRef?: Ref<HTMLAnchorElement>;
|
|
7435
|
-
}>; type propsForButton = PropsForButton<EuiSkipLinkInterface, {
|
|
7436
|
-
buttonRef?: Ref<HTMLButtonElement>;
|
|
7437
7492
|
}>;
|
|
7438
|
-
export type EuiSkipLinkProps = ExclusiveUnion<propsForAnchor, propsForButton>;
|
|
7439
7493
|
export const EuiSkipLink: FunctionComponent<EuiSkipLinkProps>;
|
|
7440
7494
|
export {};
|
|
7441
7495
|
|
|
@@ -7813,23 +7867,40 @@ declare module '@elastic/eui/src/components/badge/badge' {
|
|
|
7813
7867
|
export const EuiBadge: FunctionComponent<EuiBadgeProps>;
|
|
7814
7868
|
export {};
|
|
7815
7869
|
|
|
7870
|
+
}
|
|
7871
|
+
declare module '@elastic/eui/src/components/badge/beta_badge/beta_badge.styles' {
|
|
7872
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
7873
|
+
export const euiBetaBadgeStyles: (euiThemeContext: UseEuiTheme) => {
|
|
7874
|
+
euiBetaBadge: import("@emotion/utils").SerializedStyles;
|
|
7875
|
+
accent: import("@emotion/utils").SerializedStyles;
|
|
7876
|
+
subdued: import("@emotion/utils").SerializedStyles;
|
|
7877
|
+
hollow: import("@emotion/utils").SerializedStyles;
|
|
7878
|
+
m: import("@emotion/utils").SerializedStyles;
|
|
7879
|
+
s: import("@emotion/utils").SerializedStyles;
|
|
7880
|
+
badgeSizes: {
|
|
7881
|
+
default: {
|
|
7882
|
+
m: string;
|
|
7883
|
+
s: string;
|
|
7884
|
+
};
|
|
7885
|
+
circle: {
|
|
7886
|
+
m: string;
|
|
7887
|
+
s: string;
|
|
7888
|
+
};
|
|
7889
|
+
};
|
|
7890
|
+
euiBetaBadge__icon: import("@emotion/utils").SerializedStyles;
|
|
7891
|
+
};
|
|
7892
|
+
export const getBadgeColors: (backgroundColor: string, { euiTheme }: UseEuiTheme) => string;
|
|
7893
|
+
|
|
7816
7894
|
}
|
|
7817
7895
|
declare module '@elastic/eui/src/components/badge/beta_badge/beta_badge' {
|
|
7818
7896
|
import { AriaAttributes, FunctionComponent, HTMLAttributes, MouseEventHandler, ReactNode } from 'react';
|
|
7819
7897
|
import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
|
|
7820
7898
|
import { EuiToolTipProps, ToolTipPositions } from '@elastic/eui/src/components/tool_tip';
|
|
7821
|
-
import { IconType } from '@elastic/eui/src/components/icon';
|
|
7822
|
-
|
|
7823
|
-
|
|
7824
|
-
|
|
7825
|
-
|
|
7826
|
-
export const COLORS: BetaBadgeColor[];
|
|
7827
|
-
export type BetaBadgeColor = keyof typeof colorToClassMap;
|
|
7828
|
-
export type BetaBadgeSize = 's' | 'm';
|
|
7829
|
-
export const sizeToClassMap: {
|
|
7830
|
-
[size in BetaBadgeSize]: string | null;
|
|
7831
|
-
};
|
|
7832
|
-
export const SIZES: BetaBadgeSize[]; type WithButtonProps = {
|
|
7899
|
+
import { IconType } from '@elastic/eui/src/components/icon';
|
|
7900
|
+
export const COLORS: readonly ["accent", "subdued", "hollow"];
|
|
7901
|
+
export type BetaBadgeColor = typeof COLORS[number];
|
|
7902
|
+
export const SIZES: readonly ["s", "m"];
|
|
7903
|
+
export type BetaBadgeSize = typeof SIZES[number]; type WithButtonProps = {
|
|
7833
7904
|
/**
|
|
7834
7905
|
* Will apply an onclick to the badge itself
|
|
7835
7906
|
*/
|
|
@@ -7896,20 +7967,25 @@ declare module '@elastic/eui/src/components/badge/beta_badge' {
|
|
|
7896
7967
|
export type { EuiBetaBadgeProps } from '@elastic/eui/src/components/badge/beta_badge/beta_badge';
|
|
7897
7968
|
export { EuiBetaBadge } from '@elastic/eui/src/components/badge/beta_badge/beta_badge';
|
|
7898
7969
|
|
|
7970
|
+
}
|
|
7971
|
+
declare module '@elastic/eui/src/components/badge/notification_badge/badge_notification.styles' {
|
|
7972
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
7973
|
+
export const euiNotificationBadgeStyles: (euiThemeContext: UseEuiTheme) => {
|
|
7974
|
+
euiNotificationBadge: import("@emotion/utils").SerializedStyles;
|
|
7975
|
+
s: import("@emotion/utils").SerializedStyles;
|
|
7976
|
+
m: import("@emotion/utils").SerializedStyles;
|
|
7977
|
+
accent: import("@emotion/utils").SerializedStyles;
|
|
7978
|
+
subdued: import("@emotion/utils").SerializedStyles;
|
|
7979
|
+
};
|
|
7980
|
+
|
|
7899
7981
|
}
|
|
7900
7982
|
declare module '@elastic/eui/src/components/badge/notification_badge/badge_notification' {
|
|
7901
7983
|
import { HTMLAttributes, ReactNode, FunctionComponent } from 'react';
|
|
7902
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
7903
|
-
|
|
7904
|
-
|
|
7905
|
-
|
|
7906
|
-
export
|
|
7907
|
-
export type BadgeNotificationColor = keyof typeof colorToClassMap; const sizeToClassNameMap: {
|
|
7908
|
-
s: null;
|
|
7909
|
-
m: string;
|
|
7910
|
-
};
|
|
7911
|
-
export const SIZES: BadgeNotificationSize[];
|
|
7912
|
-
export type BadgeNotificationSize = keyof typeof sizeToClassNameMap;
|
|
7984
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
7985
|
+
export const COLORS: readonly ["accent", "subdued"];
|
|
7986
|
+
export type BadgeNotificationColor = typeof COLORS[number];
|
|
7987
|
+
export const SIZES: readonly ["s", "m"];
|
|
7988
|
+
export type BadgeNotificationSize = typeof SIZES[number];
|
|
7913
7989
|
export interface EuiNotificationBadgeProps extends CommonProps, Omit<HTMLAttributes<HTMLSpanElement>, 'color'> {
|
|
7914
7990
|
/**
|
|
7915
7991
|
* ReactNode to render as this component's content
|
|
@@ -7919,30 +7995,34 @@ declare module '@elastic/eui/src/components/badge/notification_badge/badge_notif
|
|
|
7919
7995
|
color?: BadgeNotificationColor;
|
|
7920
7996
|
}
|
|
7921
7997
|
export const EuiNotificationBadge: FunctionComponent<EuiNotificationBadgeProps>;
|
|
7922
|
-
export {};
|
|
7923
7998
|
|
|
7924
7999
|
}
|
|
7925
8000
|
declare module '@elastic/eui/src/components/badge/notification_badge' {
|
|
7926
8001
|
export type { EuiNotificationBadgeProps } from '@elastic/eui/src/components/badge/notification_badge/badge_notification';
|
|
7927
8002
|
export { EuiNotificationBadge } from '@elastic/eui/src/components/badge/notification_badge/badge_notification';
|
|
7928
8003
|
|
|
8004
|
+
}
|
|
8005
|
+
declare module '@elastic/eui/src/components/badge/badge_group/badge_group.styles' {
|
|
8006
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
8007
|
+
export const euiBadgeGroupStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
8008
|
+
euiBadgeGroup: import("@emotion/utils").SerializedStyles;
|
|
8009
|
+
none: import("@emotion/utils").SerializedStyles;
|
|
8010
|
+
s: import("@emotion/utils").SerializedStyles;
|
|
8011
|
+
xs: import("@emotion/utils").SerializedStyles;
|
|
8012
|
+
};
|
|
8013
|
+
|
|
7929
8014
|
}
|
|
7930
8015
|
declare module '@elastic/eui/src/components/badge/badge_group/badge_group' {
|
|
7931
8016
|
import React, { ReactNode } from 'react';
|
|
7932
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
7933
|
-
|
|
7934
|
-
xs: string;
|
|
7935
|
-
s: string;
|
|
7936
|
-
};
|
|
7937
|
-
export const GUTTER_SIZES: ("s" | "xs" | "none")[]; type BadgeGroupGutterSize = keyof typeof gutterSizeToClassNameMap;
|
|
8017
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
8018
|
+
export const GUTTER_SIZES: readonly ["none", "xs", "s"]; type BadgeGroupGutterSize = typeof GUTTER_SIZES[number];
|
|
7938
8019
|
export interface EuiBadgeGroupProps {
|
|
7939
8020
|
/**
|
|
7940
8021
|
* Space between badges
|
|
7941
8022
|
*/
|
|
7942
8023
|
gutterSize?: BadgeGroupGutterSize;
|
|
7943
8024
|
/**
|
|
7944
|
-
* Should be a list of EuiBadge
|
|
7945
|
-
* Will apply an extra class to add spacing
|
|
8025
|
+
* Should be a list of `EuiBadge`s, but can also be any other element
|
|
7946
8026
|
*/
|
|
7947
8027
|
children?: ReactNode;
|
|
7948
8028
|
}
|
|
@@ -8733,6 +8813,8 @@ declare module '@elastic/eui/src/components/collapsible_nav/collapsible_nav_grou
|
|
|
8733
8813
|
}
|
|
8734
8814
|
declare module '@elastic/eui/src/components/flyout/flyout.styles' {
|
|
8735
8815
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
8816
|
+
export const euiFlyoutSlideInRight: import("@emotion/serialize").Keyframes;
|
|
8817
|
+
export const euiFlyoutSlideInLeft: import("@emotion/serialize").Keyframes;
|
|
8736
8818
|
export const euiFlyoutCloseButtonStyles: (euiThemeContext: UseEuiTheme) => {
|
|
8737
8819
|
euiFlyout__closeButton: import("@emotion/utils").SerializedStyles;
|
|
8738
8820
|
inside: import("@emotion/utils").SerializedStyles;
|
|
@@ -8940,6 +9022,7 @@ declare module '@elastic/eui/src/components/flyout' {
|
|
|
8940
9022
|
export { EuiFlyoutFooter } from '@elastic/eui/src/components/flyout/flyout_footer';
|
|
8941
9023
|
export type { EuiFlyoutHeaderProps } from '@elastic/eui/src/components/flyout/flyout_header';
|
|
8942
9024
|
export { EuiFlyoutHeader } from '@elastic/eui/src/components/flyout/flyout_header';
|
|
9025
|
+
export { euiFlyoutSlideInRight, euiFlyoutSlideInLeft } from '@elastic/eui/src/components/flyout/flyout.styles';
|
|
8943
9026
|
|
|
8944
9027
|
}
|
|
8945
9028
|
declare module '@elastic/eui/src/components/collapsible_nav/collapsible_nav' {
|
|
@@ -10081,24 +10164,95 @@ declare module '@elastic/eui/src/components/control_bar' {
|
|
|
10081
10164
|
export type { EuiControlBarProps } from '@elastic/eui/src/components/control_bar/control_bar';
|
|
10082
10165
|
export { EuiControlBar } from '@elastic/eui/src/components/control_bar/control_bar';
|
|
10083
10166
|
|
|
10167
|
+
}
|
|
10168
|
+
declare module '@elastic/eui/src/components/list_group/list_group_item_extra_action.styles' {
|
|
10169
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
10170
|
+
export const euiListGroupItemExtraActionStyles: ({ euiTheme, }: UseEuiTheme) => {
|
|
10171
|
+
euiListGroupItemExtraAction: import("@emotion/utils").SerializedStyles;
|
|
10172
|
+
hoverStyles: import("@emotion/utils").SerializedStyles;
|
|
10173
|
+
alwaysShow: import("@emotion/utils").SerializedStyles;
|
|
10174
|
+
};
|
|
10175
|
+
|
|
10176
|
+
}
|
|
10177
|
+
declare module '@elastic/eui/src/components/list_group/list_group_item_extra_action' {
|
|
10178
|
+
import { FunctionComponent } from 'react';
|
|
10179
|
+
import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
|
|
10180
|
+
export type EuiListGroupItemExtraActionProps = {
|
|
10181
|
+
alwaysShow?: boolean;
|
|
10182
|
+
} & EuiButtonIconPropsForButton; type _FromEuiListGroupItem = {
|
|
10183
|
+
parentIsDisabled?: boolean;
|
|
10184
|
+
};
|
|
10185
|
+
export const EuiListGroupItemExtraAction: FunctionComponent<EuiListGroupItemExtraActionProps & _FromEuiListGroupItem>;
|
|
10186
|
+
export {};
|
|
10187
|
+
|
|
10188
|
+
}
|
|
10189
|
+
declare module '@elastic/eui/src/components/list_group/list_group_item.styles' {
|
|
10190
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
10191
|
+
export const euiListGroupItemStyles: (euiThemeContext: UseEuiTheme) => {
|
|
10192
|
+
euiListGroupItem: import("@emotion/utils").SerializedStyles;
|
|
10193
|
+
xs: import("@emotion/utils").SerializedStyles;
|
|
10194
|
+
s: import("@emotion/utils").SerializedStyles;
|
|
10195
|
+
m: import("@emotion/utils").SerializedStyles;
|
|
10196
|
+
l: import("@emotion/utils").SerializedStyles;
|
|
10197
|
+
colors: {
|
|
10198
|
+
isActive: {
|
|
10199
|
+
primary: import("@emotion/utils").SerializedStyles;
|
|
10200
|
+
text: import("@emotion/utils").SerializedStyles;
|
|
10201
|
+
subdued: import("@emotion/utils").SerializedStyles;
|
|
10202
|
+
};
|
|
10203
|
+
isClickable: {
|
|
10204
|
+
primary: import("@emotion/utils").SerializedStyles;
|
|
10205
|
+
text: import("@emotion/utils").SerializedStyles;
|
|
10206
|
+
subdued: import("@emotion/utils").SerializedStyles;
|
|
10207
|
+
};
|
|
10208
|
+
};
|
|
10209
|
+
};
|
|
10210
|
+
export const euiListGroupItemInnerStyles: (euiThemeContext: UseEuiTheme) => {
|
|
10211
|
+
euiListGroupItem__inner: import("@emotion/utils").SerializedStyles;
|
|
10212
|
+
xs: import("@emotion/utils").SerializedStyles;
|
|
10213
|
+
s: import("@emotion/utils").SerializedStyles;
|
|
10214
|
+
m: import("@emotion/utils").SerializedStyles;
|
|
10215
|
+
l: import("@emotion/utils").SerializedStyles;
|
|
10216
|
+
primary: import("@emotion/utils").SerializedStyles;
|
|
10217
|
+
text: import("@emotion/utils").SerializedStyles;
|
|
10218
|
+
subdued: import("@emotion/utils").SerializedStyles;
|
|
10219
|
+
ghost: import("@emotion/utils").SerializedStyles;
|
|
10220
|
+
isDisabled: import("@emotion/utils").SerializedStyles;
|
|
10221
|
+
isActive: import("@emotion/utils").SerializedStyles;
|
|
10222
|
+
isClickable: import("@emotion/utils").SerializedStyles;
|
|
10223
|
+
};
|
|
10224
|
+
export const euiListGroupItemLabelStyles: () => {
|
|
10225
|
+
euiListGroupItem__label: import("@emotion/utils").SerializedStyles;
|
|
10226
|
+
truncate: import("@emotion/utils").SerializedStyles;
|
|
10227
|
+
wrapText: import("@emotion/utils").SerializedStyles;
|
|
10228
|
+
};
|
|
10229
|
+
export const euiListGroupItemIconStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
10230
|
+
euiListGroupItem__icon: import("@emotion/utils").SerializedStyles;
|
|
10231
|
+
};
|
|
10232
|
+
export const euiListGroupItemTooltipStyles: () => {
|
|
10233
|
+
euiListGroupItem__tooltip: import("@emotion/utils").SerializedStyles;
|
|
10234
|
+
};
|
|
10235
|
+
|
|
10084
10236
|
}
|
|
10085
10237
|
declare module '@elastic/eui/src/components/list_group/list_group_item' {
|
|
10086
10238
|
import React, { HTMLAttributes, AnchorHTMLAttributes, ButtonHTMLAttributes, ReactNode, ReactElement, MouseEventHandler, FunctionComponent } from 'react';
|
|
10087
|
-
import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
|
|
10088
10239
|
import { IconType, EuiIconProps } from '@elastic/eui/src/components/icon';
|
|
10089
|
-
import { ExclusiveUnion, CommonProps } from '@elastic/eui/src/components/common';
|
|
10090
|
-
|
|
10091
|
-
export const
|
|
10240
|
+
import { ExclusiveUnion, CommonProps } from '@elastic/eui/src/components/common';
|
|
10241
|
+
import { EuiListGroupItemExtraActionProps } from '@elastic/eui/src/components/list_group/list_group_item_extra_action';
|
|
10242
|
+
export const SIZES: readonly ["xs", "s", "m", "l"];
|
|
10243
|
+
export type EuiListGroupItemSize = typeof SIZES[number];
|
|
10244
|
+
export const COLORS: readonly ["primary", "text", "subdued"];
|
|
10245
|
+
export type EuiListGroupItemColor = typeof COLORS[number];
|
|
10092
10246
|
export type EuiListGroupItemProps = CommonProps & Omit<ExclusiveUnion<ExclusiveUnion<ButtonHTMLAttributes<HTMLButtonElement>, Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'href'>>, HTMLAttributes<HTMLSpanElement>>, 'onClick' | 'color' | 'target' | 'rel'> & {
|
|
10093
10247
|
/**
|
|
10094
10248
|
* Size of the label text
|
|
10095
10249
|
*/
|
|
10096
|
-
size?:
|
|
10250
|
+
size?: EuiListGroupItemSize;
|
|
10097
10251
|
/**
|
|
10098
|
-
* By default the item will
|
|
10099
|
-
*
|
|
10252
|
+
* By default the item will get the color `text`.
|
|
10253
|
+
* You can customize the color of the item by passing a color name.
|
|
10100
10254
|
*/
|
|
10101
|
-
color?:
|
|
10255
|
+
color?: EuiListGroupItemColor;
|
|
10102
10256
|
/**
|
|
10103
10257
|
* Content to be displayed in the list item
|
|
10104
10258
|
*/
|
|
@@ -10136,12 +10290,11 @@ declare module '@elastic/eui/src/components/list_group/list_group_item' {
|
|
|
10136
10290
|
*/
|
|
10137
10291
|
showToolTip?: boolean;
|
|
10138
10292
|
/**
|
|
10293
|
+
* An object of #EuiListGroupItemExtraAction props.
|
|
10139
10294
|
* Adds an `EuiButtonIcon` to the right side of the item; `iconType` is required;
|
|
10140
10295
|
* pass `alwaysShow` if you don't want the default behavior of only showing on hover
|
|
10141
10296
|
*/
|
|
10142
|
-
extraAction?:
|
|
10143
|
-
alwaysShow?: boolean;
|
|
10144
|
-
};
|
|
10297
|
+
extraAction?: EuiListGroupItemExtraActionProps;
|
|
10145
10298
|
/**
|
|
10146
10299
|
* Make the list item label a button.
|
|
10147
10300
|
* While permitted, `href` and `onClick` should not be used together in most cases and may create problems.
|
|
@@ -10163,14 +10316,27 @@ declare module '@elastic/eui/src/components/list_group/list_group_item' {
|
|
|
10163
10316
|
toolTipText?: string;
|
|
10164
10317
|
};
|
|
10165
10318
|
export const EuiListGroupItem: FunctionComponent<EuiListGroupItemProps>;
|
|
10166
|
-
|
|
10319
|
+
|
|
10320
|
+
}
|
|
10321
|
+
declare module '@elastic/eui/src/components/list_group/list_group.styles' {
|
|
10322
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
10323
|
+
export const euiListGroupStyles: (euiThemeContext: UseEuiTheme) => {
|
|
10324
|
+
euiListGroup: import("@emotion/utils").SerializedStyles;
|
|
10325
|
+
flush: import("@emotion/utils").SerializedStyles;
|
|
10326
|
+
bordered: import("@emotion/utils").SerializedStyles;
|
|
10327
|
+
maxWidthDefault: import("@emotion/utils").SerializedStyles;
|
|
10328
|
+
none: import("@emotion/utils").SerializedStyles;
|
|
10329
|
+
s: import("@emotion/utils").SerializedStyles;
|
|
10330
|
+
m: import("@emotion/utils").SerializedStyles;
|
|
10331
|
+
};
|
|
10167
10332
|
|
|
10168
10333
|
}
|
|
10169
10334
|
declare module '@elastic/eui/src/components/list_group/list_group' {
|
|
10170
|
-
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
10335
|
+
import { FunctionComponent, HTMLAttributes, CSSProperties } from 'react';
|
|
10171
10336
|
import { EuiListGroupItemProps } from '@elastic/eui/src/components/list_group/list_group_item';
|
|
10172
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
10173
|
-
export const GUTTER_SIZES:
|
|
10337
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
10338
|
+
export const GUTTER_SIZES: readonly ["none", "s", "m"];
|
|
10339
|
+
export type EuiListGroupGutterSize = typeof GUTTER_SIZES[number];
|
|
10174
10340
|
export type EuiListGroupProps = CommonProps & Omit<HTMLAttributes<HTMLUListElement>, 'color'> & {
|
|
10175
10341
|
/**
|
|
10176
10342
|
* Add a border to the list container
|
|
@@ -10183,27 +10349,28 @@ declare module '@elastic/eui/src/components/list_group/list_group' {
|
|
|
10183
10349
|
/**
|
|
10184
10350
|
* Spacing between list items
|
|
10185
10351
|
*/
|
|
10186
|
-
gutterSize?:
|
|
10352
|
+
gutterSize?: EuiListGroupGutterSize;
|
|
10187
10353
|
/**
|
|
10188
10354
|
* Items to display in this group. See #EuiListGroupItem
|
|
10189
10355
|
*/
|
|
10190
10356
|
listItems?: EuiListGroupItemProps[];
|
|
10191
10357
|
/**
|
|
10192
10358
|
* Change the colors of all `listItems` at once
|
|
10359
|
+
* @default text
|
|
10193
10360
|
*/
|
|
10194
10361
|
color?: EuiListGroupItemProps['color'];
|
|
10195
10362
|
/**
|
|
10196
10363
|
* Change the size of all `listItems` at once
|
|
10364
|
+
* @default m
|
|
10197
10365
|
*/
|
|
10198
10366
|
size?: EuiListGroupItemProps['size'];
|
|
10199
10367
|
/**
|
|
10200
|
-
* Sets the max-width of the page
|
|
10201
|
-
*
|
|
10368
|
+
* Sets the max-width of the page.
|
|
10369
|
+
* Set to `true` to use the default size,
|
|
10202
10370
|
* set to `false` to not restrict the width,
|
|
10203
|
-
* set to a number for a custom width
|
|
10204
|
-
* set to a string for a custom width in custom measurement.
|
|
10371
|
+
* or set to a number/string for a custom CSS width/measurement.
|
|
10205
10372
|
*/
|
|
10206
|
-
maxWidth?: boolean |
|
|
10373
|
+
maxWidth?: boolean | CSSProperties['maxWidth'];
|
|
10207
10374
|
/**
|
|
10208
10375
|
* Display tooltips on all list items
|
|
10209
10376
|
*/
|
|
@@ -10215,7 +10382,14 @@ declare module '@elastic/eui/src/components/list_group/list_group' {
|
|
|
10215
10382
|
ariaLabelledby?: string;
|
|
10216
10383
|
};
|
|
10217
10384
|
export const EuiListGroup: FunctionComponent<EuiListGroupProps>;
|
|
10218
|
-
|
|
10385
|
+
|
|
10386
|
+
}
|
|
10387
|
+
declare module '@elastic/eui/src/components/list_group/pinnable_list_group/pinnable_list_group.styles' {
|
|
10388
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
10389
|
+
export const euiPinnableListGroupItemExtraActionStyles: ({ euiTheme, }: UseEuiTheme) => {
|
|
10390
|
+
euiPinnableListGroup__itemExtraAction: import("@emotion/utils").SerializedStyles;
|
|
10391
|
+
pinned: import("@emotion/utils").SerializedStyles;
|
|
10392
|
+
};
|
|
10219
10393
|
|
|
10220
10394
|
}
|
|
10221
10395
|
declare module '@elastic/eui/src/components/list_group/pinnable_list_group/pinnable_list_group' {
|
|
@@ -10270,6 +10444,7 @@ declare module '@elastic/eui/src/components/list_group' {
|
|
|
10270
10444
|
export type { EuiListGroupProps } from '@elastic/eui/src/components/list_group/list_group';
|
|
10271
10445
|
export { EuiListGroup } from '@elastic/eui/src/components/list_group/list_group';
|
|
10272
10446
|
export type { EuiListGroupItemProps } from '@elastic/eui/src/components/list_group/list_group_item';
|
|
10447
|
+
export type { EuiListGroupItemExtraActionProps } from '@elastic/eui/src/components/list_group/list_group_item_extra_action';
|
|
10273
10448
|
export { EuiListGroupItem } from '@elastic/eui/src/components/list_group/list_group_item';
|
|
10274
10449
|
export type { EuiPinnableListGroupProps, EuiPinnableListGroupItemProps, } from '@elastic/eui/src/components/list_group/pinnable_list_group';
|
|
10275
10450
|
export { EuiPinnableListGroup } from '@elastic/eui/src/components/list_group/pinnable_list_group';
|
|
@@ -20541,6 +20716,16 @@ declare module '@elastic/eui/src/components/icon/assets/bellSlash' {
|
|
|
20541
20716
|
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
20542
20717
|
export {};
|
|
20543
20718
|
|
|
20719
|
+
}
|
|
20720
|
+
declare module '@elastic/eui/src/components/icon/assets/beta' {
|
|
20721
|
+
import * as React from 'react';
|
|
20722
|
+
interface SVGRProps {
|
|
20723
|
+
title?: string;
|
|
20724
|
+
titleId?: string;
|
|
20725
|
+
}
|
|
20726
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
20727
|
+
export {};
|
|
20728
|
+
|
|
20544
20729
|
}
|
|
20545
20730
|
declare module '@elastic/eui/src/components/icon/assets/bolt' {
|
|
20546
20731
|
import * as React from 'react';
|
|
@@ -21841,6 +22026,16 @@ declare module '@elastic/eui/src/components/icon/assets/kubernetesPod' {
|
|
|
21841
22026
|
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
21842
22027
|
export {};
|
|
21843
22028
|
|
|
22029
|
+
}
|
|
22030
|
+
declare module '@elastic/eui/src/components/icon/assets/launch' {
|
|
22031
|
+
import * as React from 'react';
|
|
22032
|
+
interface SVGRProps {
|
|
22033
|
+
title?: string;
|
|
22034
|
+
titleId?: string;
|
|
22035
|
+
}
|
|
22036
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
22037
|
+
export {};
|
|
22038
|
+
|
|
21844
22039
|
}
|
|
21845
22040
|
declare module '@elastic/eui/src/components/icon/assets/layers' {
|
|
21846
22041
|
import * as React from 'react';
|
|
@@ -23271,6 +23466,16 @@ declare module '@elastic/eui/src/components/icon/assets/sortable' {
|
|
|
23271
23466
|
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
23272
23467
|
export {};
|
|
23273
23468
|
|
|
23469
|
+
}
|
|
23470
|
+
declare module '@elastic/eui/src/components/icon/assets/spaces' {
|
|
23471
|
+
import * as React from 'react';
|
|
23472
|
+
interface SVGRProps {
|
|
23473
|
+
title?: string;
|
|
23474
|
+
titleId?: string;
|
|
23475
|
+
}
|
|
23476
|
+
export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
|
23477
|
+
export {};
|
|
23478
|
+
|
|
23274
23479
|
}
|
|
23275
23480
|
declare module '@elastic/eui/src/components/icon/assets/starPlusEmpty' {
|
|
23276
23481
|
import * as React from 'react';
|