@elastic/eui 94.2.1 → 94.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui_charts_theme.js +1519 -1519
- package/dist/eui_charts_theme.js.map +1 -1
- package/dist/eui_theme_dark.css +46 -499
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +46 -499
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +1 -1
- package/es/components/basic_table/in_memory_table.js +1 -1
- 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 +6 -2
- 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_input/combo_box_input.js +19 -1
- package/es/components/combo_box/combo_box_input/combo_box_pill.js +16 -0
- package/es/components/combo_box/combo_box_options_list/combo_box_option.js +16 -0
- package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +26 -1
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -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/date_picker/super_date_picker/date_popover/absolute_tab.js +25 -11
- 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 +46 -4
- package/es/components/flex/flex_group.js +0 -2
- package/es/components/flex/flex_item.js +0 -2
- 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.styles.js +26 -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/text_area/text_area.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -1
- package/es/components/header/header_links/header_links.js +1 -1
- package/es/components/header/header_logo/header_logo.js +1 -1
- package/es/components/header/header_section/header_section_item_button.js +1 -1
- package/es/components/icon/assets/clickLeft.js +38 -0
- package/es/components/icon/assets/clickRight.js +38 -0
- package/es/components/icon/assets/clockCounter.js +35 -0
- package/es/components/icon/assets/error.js +3 -1
- package/es/components/icon/assets/errorFilled.js +34 -0
- package/es/components/icon/assets/launch.js +5 -3
- package/es/components/icon/assets/tokenDimension.js +36 -0
- package/es/components/icon/assets/tokenMetricCounter.js +4 -1
- package/es/components/icon/assets/tokenMetricGauge.js +4 -1
- package/es/components/icon/assets/warningFilled.js +34 -0
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +6 -0
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +13 -9
- package/es/components/markdown_editor/markdown_editor.styles.js +29 -0
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +23 -10
- package/es/components/markdown_editor/markdown_editor_drop_zone.styles.js +33 -0
- package/es/components/markdown_editor/markdown_editor_footer.js +12 -3
- package/es/components/markdown_editor/markdown_editor_footer.styles.js +26 -0
- package/es/components/markdown_editor/markdown_editor_text_area.js +6 -1
- package/es/components/markdown_editor/markdown_editor_text_area.styles.js +22 -0
- package/es/components/markdown_editor/markdown_editor_toolbar.js +11 -3
- package/es/components/markdown_editor/markdown_editor_toolbar.styles.js +21 -0
- package/es/components/markdown_editor/markdown_format.js +9 -6
- package/es/components/markdown_editor/markdown_format.styles.js +25 -10
- package/es/components/markdown_editor/plugins/markdown_checkbox/renderer.js +9 -3
- package/es/components/markdown_editor/plugins/markdown_tooltip/renderer.js +13 -2
- 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 +20 -14
- package/es/components/selectable/selectable.js +10 -2
- package/es/components/selectable/selectable_list/selectable_list.js +96 -43
- package/es/components/selectable/selectable_list/selectable_list_item.js +235 -205
- package/es/components/selectable/selectable_option.js +9 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +11 -3
- package/es/components/text/text_color.js +4 -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/global_toast_list_item.js +5 -5
- package/es/components/toast/toast.js +1 -1
- package/es/components/token/token_map.js +4 -0
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/eui.d.ts +435 -243
- package/i18ntokens.json +138 -120
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +1 -1
- package/lib/components/basic_table/in_memory_table.js +1 -1
- 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 +6 -2
- 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_input/combo_box_input.js +19 -1
- package/lib/components/combo_box/combo_box_input/combo_box_pill.js +16 -0
- package/lib/components/combo_box/combo_box_options_list/combo_box_option.js +16 -0
- package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +26 -1
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar.js +2 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -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/date_picker/super_date_picker/date_popover/absolute_tab.js +25 -11
- 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 +45 -3
- package/lib/components/flex/flex_group.js +0 -2
- package/lib/components/flex/flex_item.js +0 -2
- 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.styles.js +30 -4
- 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/assets/clickLeft.js +46 -0
- package/lib/components/icon/assets/clickRight.js +46 -0
- package/lib/components/icon/assets/clockCounter.js +43 -0
- package/lib/components/icon/assets/error.js +3 -1
- package/lib/components/icon/assets/errorFilled.js +42 -0
- package/lib/components/icon/assets/launch.js +5 -3
- package/lib/components/icon/assets/tokenDimension.js +44 -0
- package/lib/components/icon/assets/tokenMetricCounter.js +4 -1
- package/lib/components/icon/assets/tokenMetricGauge.js +4 -1
- package/lib/components/icon/assets/warningFilled.js +42 -0
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +6 -0
- package/lib/components/icon/svgs/clickLeft.svg +5 -0
- package/lib/components/icon/svgs/clickRight.svg +5 -0
- package/lib/components/icon/svgs/clockCounter.svg +4 -0
- package/lib/components/icon/svgs/error.svg +2 -1
- package/lib/components/icon/svgs/errorFilled.svg +3 -0
- package/lib/components/icon/svgs/launch.svg +5 -5
- package/lib/components/icon/svgs/tokens/tokenDimension.svg +4 -0
- package/lib/components/icon/svgs/tokens/tokenMetricCounter.svg +2 -1
- package/lib/components/icon/svgs/tokens/tokenMetricGauge.svg +2 -1
- package/lib/components/icon/svgs/warningFilled.svg +3 -0
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +13 -9
- package/lib/components/markdown_editor/markdown_editor.styles.js +37 -0
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +21 -9
- package/lib/components/markdown_editor/markdown_editor_drop_zone.styles.js +38 -0
- package/lib/components/markdown_editor/markdown_editor_footer.js +11 -2
- package/lib/components/markdown_editor/markdown_editor_footer.styles.js +33 -0
- package/lib/components/markdown_editor/markdown_editor_text_area.js +6 -1
- package/lib/components/markdown_editor/markdown_editor_text_area.styles.js +29 -0
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +11 -3
- package/lib/components/markdown_editor/markdown_editor_toolbar.styles.js +28 -0
- package/lib/components/markdown_editor/markdown_format.js +8 -5
- package/lib/components/markdown_editor/markdown_format.styles.js +25 -10
- package/lib/components/markdown_editor/plugins/markdown_checkbox/renderer.js +9 -4
- package/lib/components/markdown_editor/plugins/markdown_tooltip/renderer.js +19 -10
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/pagination/pagination_button.js +1 -1
- package/lib/components/popover/input_popover.js +20 -14
- package/lib/components/selectable/selectable.js +10 -2
- package/lib/components/selectable/selectable_list/selectable_list.js +96 -43
- package/lib/components/selectable/selectable_list/selectable_list_item.js +242 -211
- package/lib/components/selectable/selectable_option.js +12 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +11 -3
- package/lib/components/text/text_color.js +6 -2
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/global_toast_list_item.js +5 -5
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/token/token_map.js +4 -0
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +5 -1
- package/optimize/es/components/combo_box/combo_box_input/combo_box_input.js +3 -1
- package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +2 -1
- package/optimize/es/components/datagrid/controls/data_grid_toolbar.js +1 -1
- package/optimize/es/components/date_picker/super_date_picker/date_popover/absolute_tab.js +25 -11
- package/optimize/es/components/filter_group/filter_select_item.js +44 -4
- package/optimize/es/components/flex/flex_group.js +0 -2
- package/optimize/es/components/flex/flex_item.js +0 -2
- package/optimize/es/components/form/form.styles.js +26 -3
- package/optimize/es/components/icon/assets/clickLeft.js +37 -0
- package/optimize/es/components/icon/assets/clickRight.js +37 -0
- package/optimize/es/components/icon/assets/clockCounter.js +34 -0
- package/optimize/es/components/icon/assets/error.js +3 -1
- package/optimize/es/components/icon/assets/errorFilled.js +33 -0
- package/optimize/es/components/icon/assets/launch.js +5 -3
- package/optimize/es/components/icon/assets/tokenDimension.js +35 -0
- package/optimize/es/components/icon/assets/tokenMetricCounter.js +4 -1
- package/optimize/es/components/icon/assets/tokenMetricGauge.js +4 -1
- package/optimize/es/components/icon/assets/warningFilled.js +33 -0
- package/optimize/es/components/icon/icon_map.js +6 -0
- package/optimize/es/components/markdown_editor/markdown_editor.js +12 -8
- package/optimize/es/components/markdown_editor/markdown_editor.styles.js +29 -0
- package/optimize/es/components/markdown_editor/markdown_editor_drop_zone.js +19 -9
- package/optimize/es/components/markdown_editor/markdown_editor_drop_zone.styles.js +33 -0
- package/optimize/es/components/markdown_editor/markdown_editor_footer.js +11 -2
- package/optimize/es/components/markdown_editor/markdown_editor_footer.styles.js +26 -0
- package/optimize/es/components/markdown_editor/markdown_editor_text_area.js +6 -1
- package/optimize/es/components/markdown_editor/markdown_editor_text_area.styles.js +22 -0
- package/optimize/es/components/markdown_editor/markdown_editor_toolbar.js +10 -2
- package/optimize/es/components/markdown_editor/markdown_editor_toolbar.styles.js +21 -0
- package/optimize/es/components/markdown_editor/markdown_format.js +9 -6
- package/optimize/es/components/markdown_editor/markdown_format.styles.js +25 -10
- package/optimize/es/components/markdown_editor/plugins/markdown_checkbox/renderer.js +9 -3
- package/optimize/es/components/markdown_editor/plugins/markdown_tooltip/renderer.js +13 -2
- package/optimize/es/components/popover/input_popover.js +20 -14
- package/optimize/es/components/selectable/selectable_list/selectable_list.js +81 -38
- package/optimize/es/components/selectable/selectable_list/selectable_list_item.js +217 -198
- package/optimize/es/components/selectable/selectable_option.js +9 -1
- package/optimize/es/components/text/text_color.js +4 -1
- package/optimize/es/components/token/token_map.js +4 -0
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +5 -1
- package/optimize/lib/components/combo_box/combo_box_input/combo_box_input.js +3 -1
- package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +2 -1
- package/optimize/lib/components/datagrid/controls/data_grid_toolbar.js +2 -1
- package/optimize/lib/components/date_picker/super_date_picker/date_popover/absolute_tab.js +25 -11
- package/optimize/lib/components/filter_group/filter_select_item.js +43 -3
- package/optimize/lib/components/flex/flex_group.js +0 -2
- package/optimize/lib/components/flex/flex_item.js +0 -2
- package/optimize/lib/components/form/form.styles.js +30 -4
- package/optimize/lib/components/icon/assets/clickLeft.js +46 -0
- package/optimize/lib/components/icon/assets/clickRight.js +46 -0
- package/optimize/lib/components/icon/assets/clockCounter.js +43 -0
- package/optimize/lib/components/icon/assets/error.js +3 -1
- package/optimize/lib/components/icon/assets/errorFilled.js +42 -0
- package/optimize/lib/components/icon/assets/launch.js +5 -3
- package/optimize/lib/components/icon/assets/tokenDimension.js +44 -0
- package/optimize/lib/components/icon/assets/tokenMetricCounter.js +4 -1
- package/optimize/lib/components/icon/assets/tokenMetricGauge.js +4 -1
- package/optimize/lib/components/icon/assets/warningFilled.js +42 -0
- package/optimize/lib/components/icon/icon_map.js +6 -0
- package/optimize/lib/components/icon/svgs/clickLeft.svg +5 -0
- package/optimize/lib/components/icon/svgs/clickRight.svg +5 -0
- package/optimize/lib/components/icon/svgs/clockCounter.svg +4 -0
- package/optimize/lib/components/icon/svgs/error.svg +2 -1
- package/optimize/lib/components/icon/svgs/errorFilled.svg +3 -0
- package/optimize/lib/components/icon/svgs/launch.svg +5 -5
- package/optimize/lib/components/icon/svgs/tokens/tokenDimension.svg +4 -0
- package/optimize/lib/components/icon/svgs/tokens/tokenMetricCounter.svg +2 -1
- package/optimize/lib/components/icon/svgs/tokens/tokenMetricGauge.svg +2 -1
- package/optimize/lib/components/icon/svgs/warningFilled.svg +3 -0
- package/optimize/lib/components/markdown_editor/markdown_editor.js +12 -8
- package/optimize/lib/components/markdown_editor/markdown_editor.styles.js +37 -0
- package/optimize/lib/components/markdown_editor/markdown_editor_drop_zone.js +24 -16
- package/optimize/lib/components/markdown_editor/markdown_editor_drop_zone.styles.js +38 -0
- package/optimize/lib/components/markdown_editor/markdown_editor_footer.js +10 -1
- package/optimize/lib/components/markdown_editor/markdown_editor_footer.styles.js +33 -0
- package/optimize/lib/components/markdown_editor/markdown_editor_text_area.js +6 -1
- package/optimize/lib/components/markdown_editor/markdown_editor_text_area.styles.js +29 -0
- package/optimize/lib/components/markdown_editor/markdown_editor_toolbar.js +10 -2
- package/optimize/lib/components/markdown_editor/markdown_editor_toolbar.styles.js +28 -0
- package/optimize/lib/components/markdown_editor/markdown_format.js +8 -5
- package/optimize/lib/components/markdown_editor/markdown_format.styles.js +25 -10
- package/optimize/lib/components/markdown_editor/plugins/markdown_checkbox/renderer.js +9 -4
- package/optimize/lib/components/markdown_editor/plugins/markdown_tooltip/renderer.js +19 -10
- package/optimize/lib/components/popover/input_popover.js +20 -14
- package/optimize/lib/components/selectable/selectable_list/selectable_list.js +81 -38
- package/optimize/lib/components/selectable/selectable_list/selectable_list_item.js +224 -204
- package/optimize/lib/components/selectable/selectable_option.js +12 -1
- package/optimize/lib/components/text/text_color.js +6 -2
- package/optimize/lib/components/token/token_map.js +4 -0
- package/package.json +5 -12
- package/src/components/datagrid/body/header/_data_grid_header_row.scss +6 -1
- package/src/components/date_picker/react-datepicker/LICENSE +21 -0
- package/src/components/date_picker/react-datepicker/README.md +168 -0
- package/src/components/date_picker/super_date_picker/date_popover/_absolute_tab.scss +13 -18
- package/src/components/form/checkbox/_checkbox.scss +23 -6
- package/src/components/index.scss +0 -1
- package/src/components/selectable/selectable_list/_selectable_list_item.scss +4 -0
- package/src/components/selectable/selectable_templates/_selectable_template_sitewide_option.scss +5 -1
- package/src/services/theme/README.md +153 -0
- package/src/test/README.md +44 -0
- package/src/themes/amsterdam/overrides/_index.scss +0 -1
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +1 -1
- package/test-env/components/basic_table/in_memory_table.js +1 -1
- 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 +6 -2
- 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_input/combo_box_input.js +19 -1
- package/test-env/components/combo_box/combo_box_input/combo_box_pill.js +16 -0
- package/test-env/components/combo_box/combo_box_options_list/combo_box_option.js +16 -0
- package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +26 -1
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar.js +2 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -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/date_picker/super_date_picker/date_popover/absolute_tab.js +25 -11
- 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 +45 -3
- package/test-env/components/flex/flex_group.js +0 -2
- package/test-env/components/flex/flex_item.js +0 -2
- 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.styles.js +30 -4
- 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/assets/clickLeft.js +46 -0
- package/test-env/components/icon/assets/clickRight.js +46 -0
- package/test-env/components/icon/assets/clockCounter.js +43 -0
- package/test-env/components/icon/assets/error.js +3 -1
- package/test-env/components/icon/assets/errorFilled.js +42 -0
- package/test-env/components/icon/assets/launch.js +5 -3
- package/test-env/components/icon/assets/tokenDimension.js +44 -0
- package/test-env/components/icon/assets/tokenMetricCounter.js +4 -1
- package/test-env/components/icon/assets/tokenMetricGauge.js +4 -1
- package/test-env/components/icon/assets/warningFilled.js +42 -0
- package/test-env/components/icon/icon_map.js +6 -0
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +13 -9
- package/test-env/components/markdown_editor/markdown_editor.styles.js +37 -0
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +25 -17
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.styles.js +38 -0
- package/test-env/components/markdown_editor/markdown_editor_footer.js +11 -2
- package/test-env/components/markdown_editor/markdown_editor_footer.styles.js +33 -0
- package/test-env/components/markdown_editor/markdown_editor_text_area.js +6 -1
- package/test-env/components/markdown_editor/markdown_editor_text_area.styles.js +29 -0
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +11 -3
- package/test-env/components/markdown_editor/markdown_editor_toolbar.styles.js +28 -0
- package/test-env/components/markdown_editor/markdown_format.js +8 -5
- package/test-env/components/markdown_editor/markdown_format.styles.js +25 -10
- package/test-env/components/markdown_editor/plugins/markdown_checkbox/renderer.js +9 -4
- package/test-env/components/markdown_editor/plugins/markdown_tooltip/renderer.js +19 -10
- 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/popover/input_popover.js +20 -14
- package/test-env/components/selectable/selectable.js +10 -2
- package/test-env/components/selectable/selectable_list/selectable_list.js +96 -43
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +234 -206
- package/test-env/components/selectable/selectable_option.js +12 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +11 -3
- package/test-env/components/text/text_color.js +6 -2
- 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/global_toast_list_item.js +5 -5
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/token/token_map.js +4 -0
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/LICENSE.txt +0 -6
- package/NOTICE.txt +0 -54
- package/README.md +0 -66
- package/licenses/ELASTIC-LICENSE-2.0.md +0 -93
- package/licenses/SSPL-LICENSE.md +0 -557
- package/src/components/markdown_editor/_index.scss +0 -9
- package/src/components/markdown_editor/_markdown_editor.scss +0 -22
- package/src/components/markdown_editor/_markdown_editor_drop_zone.scss +0 -58
- package/src/components/markdown_editor/_markdown_editor_footer.scss +0 -42
- package/src/components/markdown_editor/_markdown_editor_preview.scss +0 -20
- package/src/components/markdown_editor/_markdown_editor_text_area.scss +0 -43
- package/src/components/markdown_editor/_markdown_editor_toolbar.scss +0 -29
- package/src/components/markdown_editor/_markdown_format.scss +0 -78
- package/src/components/markdown_editor/_variables.scss +0 -1
- package/src/components/markdown_editor/plugins/markdown_tooltip.scss +0 -4
- package/src/themes/amsterdam/overrides/_markdown_editor.scss +0 -18
package/eui.d.ts
CHANGED
|
@@ -1751,6 +1751,7 @@ declare module '@elastic/eui/src/components/text/text_color' {
|
|
|
1751
1751
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
1752
1752
|
export const COLORS: readonly ["default", "subdued", "success", "accent", "danger", "warning", "ghost", "inherit"];
|
|
1753
1753
|
export type TextColor = (typeof COLORS)[number];
|
|
1754
|
+
export const _isNamedColor: (color: any) => color is "inherit" | "default" | "subdued" | "accent" | "success" | "warning" | "danger" | "ghost";
|
|
1754
1755
|
export type EuiTextColorProps = CommonProps & Omit<HTMLAttributes<HTMLDivElement> & HTMLAttributes<HTMLSpanElement>, 'color'> & {
|
|
1755
1756
|
/**
|
|
1756
1757
|
* Any of our named colors or a `hex`, `rgb` or `rgba` value.
|
|
@@ -1865,7 +1866,7 @@ declare module '@elastic/eui/src/components/flex/flex_group.styles' {
|
|
|
1865
1866
|
|
|
1866
1867
|
}
|
|
1867
1868
|
declare module '@elastic/eui/src/components/flex/flex_group' {
|
|
1868
|
-
import React, { ComponentPropsWithoutRef, ElementType, ForwardedRef, Ref } from 'react';
|
|
1869
|
+
import React, { ComponentPropsWithoutRef, ElementType, ForwardedRef, PropsWithChildren, Ref } from 'react';
|
|
1869
1870
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
1870
1871
|
export const GUTTER_SIZES: readonly ["none", "xs", "s", "m", "l", "xl"];
|
|
1871
1872
|
export type EuiFlexGroupGutterSize = (typeof GUTTER_SIZES)[number];
|
|
@@ -1873,7 +1874,7 @@ declare module '@elastic/eui/src/components/flex/flex_group' {
|
|
|
1873
1874
|
export type FlexGroupAlignItems = (typeof ALIGN_ITEMS)[number];
|
|
1874
1875
|
export const JUSTIFY_CONTENTS: readonly ["flexStart", "flexEnd", "center", "spaceBetween", "spaceAround", "spaceEvenly"]; type FlexGroupJustifyContent = (typeof JUSTIFY_CONTENTS)[number];
|
|
1875
1876
|
export const DIRECTIONS: readonly ["row", "rowReverse", "column", "columnReverse"]; type FlexGroupDirection = (typeof DIRECTIONS)[number]; type ComponentPropType = ElementType<CommonProps>;
|
|
1876
|
-
export type EuiFlexGroupProps<TComponent extends ComponentPropType = 'div'> = ComponentPropsWithoutRef<TComponent> & {
|
|
1877
|
+
export type EuiFlexGroupProps<TComponent extends ComponentPropType = 'div'> = PropsWithChildren & CommonProps & ComponentPropsWithoutRef<TComponent> & {
|
|
1877
1878
|
alignItems?: FlexGroupAlignItems;
|
|
1878
1879
|
/**
|
|
1879
1880
|
* Customize the component type that is rendered.
|
|
@@ -1899,7 +1900,9 @@ declare module '@elastic/eui/src/components/flex/flex_group' {
|
|
|
1899
1900
|
responsive?: boolean;
|
|
1900
1901
|
wrap?: boolean;
|
|
1901
1902
|
}; const EuiFlexGroupInternal: <TComponent extends ComponentPropType>({ className, component, gutterSize, alignItems, responsive, justifyContent, direction, wrap, ...rest }: EuiFlexGroupProps<TComponent>, ref: React.ForwardedRef<TComponent>) => React.JSX.Element;
|
|
1902
|
-
export const EuiFlexGroup: <TComponent extends ComponentPropType>(props:
|
|
1903
|
+
export const EuiFlexGroup: (<TComponent extends ComponentPropType = "div", TComponentRef = React.JSX.Element>(props: {
|
|
1904
|
+
children?: React.ReactNode;
|
|
1905
|
+
} & CommonProps & React.PropsWithoutRef<React.ComponentProps<TComponent>> & {
|
|
1903
1906
|
alignItems?: "center" | "stretch" | "baseline" | "flexStart" | "flexEnd" | undefined;
|
|
1904
1907
|
/**
|
|
1905
1908
|
* Customize the component type that is rendered.
|
|
@@ -1925,8 +1928,10 @@ declare module '@elastic/eui/src/components/flex/flex_group' {
|
|
|
1925
1928
|
responsive?: boolean | undefined;
|
|
1926
1929
|
wrap?: boolean | undefined;
|
|
1927
1930
|
} & {
|
|
1928
|
-
ref?: React.Ref<
|
|
1929
|
-
}) => ReturnType<typeof EuiFlexGroupInternal
|
|
1931
|
+
ref?: React.Ref<TComponentRef> | undefined;
|
|
1932
|
+
}) => ReturnType<typeof EuiFlexGroupInternal>) & {
|
|
1933
|
+
displayName?: string | undefined;
|
|
1934
|
+
};
|
|
1930
1935
|
export {};
|
|
1931
1936
|
|
|
1932
1937
|
}
|
|
@@ -2050,7 +2055,7 @@ declare module '@elastic/eui/src/components/flex/flex_item' {
|
|
|
2050
2055
|
*/
|
|
2051
2056
|
component?: TComponent;
|
|
2052
2057
|
}; const EuiFlexItemInternal: <TComponent extends ComponentPropType>({ children, className, grow, component, ...rest }: EuiFlexItemProps<TComponent>, ref: React.ForwardedRef<TComponent>) => React.JSX.Element;
|
|
2053
|
-
export const EuiFlexItem: <TComponent extends ComponentPropType>(props: {
|
|
2058
|
+
export const EuiFlexItem: (<TComponent extends ComponentPropType, TComponentRef = React.JSX.Element>(props: {
|
|
2054
2059
|
children?: React.ReactNode;
|
|
2055
2060
|
} & CommonProps & React.PropsWithoutRef<React.ComponentProps<TComponent>> & {
|
|
2056
2061
|
grow?: boolean | 0 | 5 | 2 | 10 | 3 | 8 | 9 | 1 | 4 | 6 | 7 | null | undefined;
|
|
@@ -2073,8 +2078,10 @@ declare module '@elastic/eui/src/components/flex/flex_item' {
|
|
|
2073
2078
|
*/
|
|
2074
2079
|
component?: TComponent | undefined;
|
|
2075
2080
|
} & {
|
|
2076
|
-
ref?: React.Ref<
|
|
2077
|
-
}) => ReturnType<typeof EuiFlexItemInternal
|
|
2081
|
+
ref?: React.Ref<TComponentRef> | undefined;
|
|
2082
|
+
}) => ReturnType<typeof EuiFlexItemInternal>) & {
|
|
2083
|
+
displayName?: string | undefined;
|
|
2084
|
+
};
|
|
2078
2085
|
export {};
|
|
2079
2086
|
|
|
2080
2087
|
}
|
|
@@ -2233,7 +2240,10 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2233
2240
|
checkInCircleFilled: string;
|
|
2234
2241
|
cheer: string;
|
|
2235
2242
|
classificationJob: string;
|
|
2243
|
+
clickLeft: string;
|
|
2244
|
+
clickRight: string;
|
|
2236
2245
|
clock: string;
|
|
2246
|
+
clockCounter: string;
|
|
2237
2247
|
cloudDrizzle: string;
|
|
2238
2248
|
cloudStormy: string;
|
|
2239
2249
|
cloudSunny: string;
|
|
@@ -2314,6 +2324,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2314
2324
|
eql: string;
|
|
2315
2325
|
eraser: string;
|
|
2316
2326
|
error: string;
|
|
2327
|
+
errorFilled: string;
|
|
2317
2328
|
esqlVis: string;
|
|
2318
2329
|
exit: string;
|
|
2319
2330
|
expand: string;
|
|
@@ -2620,6 +2631,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2620
2631
|
visualizeApp: string;
|
|
2621
2632
|
vulnerabilityManagementApp: string;
|
|
2622
2633
|
warning: string;
|
|
2634
|
+
warningFilled: string;
|
|
2623
2635
|
alert: string;
|
|
2624
2636
|
watchesApp: string;
|
|
2625
2637
|
wordWrap: string;
|
|
@@ -2635,6 +2647,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2635
2647
|
tokenCompletionSuggester: string;
|
|
2636
2648
|
tokenConstant: string;
|
|
2637
2649
|
tokenDate: string;
|
|
2650
|
+
tokenDimension: string;
|
|
2638
2651
|
tokenElement: string;
|
|
2639
2652
|
tokenEnum: string;
|
|
2640
2653
|
tokenEnumMember: string;
|
|
@@ -2742,7 +2755,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
2742
2755
|
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
2743
2756
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
2744
2757
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
2745
|
-
export const TYPES: ("string" | "number" | "function" | "search" | "link" | "at" | "article" | "menu" | "filter" | "image" | "stop" | "key" | "temperature" | "color" | "email" | "list" | "user" | "alert" | "document" | "grid" | "copy" | "scale" | "wordWrap" | "grab" | "help" | "invert" | "spaces" | "dot" | "warning" | "error" | "download" | "push" | "cut" | "pause" | "play" | "accessibility" | "aggregate" | "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" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "empty" | "endpoint" | "eql" | "eraser" | "esqlVis" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "
|
|
2758
|
+
export const TYPES: ("string" | "number" | "function" | "search" | "link" | "at" | "article" | "menu" | "filter" | "image" | "stop" | "key" | "temperature" | "color" | "email" | "list" | "home" | "mobile" | "user" | "alert" | "document" | "grid" | "copy" | "scale" | "wordWrap" | "grab" | "help" | "invert" | "spaces" | "dot" | "warning" | "error" | "download" | "push" | "cut" | "pause" | "play" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "empty" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "iInCircle" | "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" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plus" | "popout" | "quote" | "refresh" | "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" | "userAvatar" | "users" | "vector" | "videoPlayer" | "warningFilled" | "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" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "newChat" | "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" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector")[];
|
|
2746
2759
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
2747
2760
|
export type IconType = EuiIconType | string | ComponentType;
|
|
2748
2761
|
export type IconColor = string | NamedColor;
|
|
@@ -2785,7 +2798,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
2785
2798
|
isLoading: boolean;
|
|
2786
2799
|
neededLoading: boolean;
|
|
2787
2800
|
}
|
|
2788
|
-
export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "search" | "link" | "at" | "article" | "menu" | "filter" | "image" | "stop" | "key" | "temperature" | "color" | "email" | "list" | "user" | "alert" | "document" | "grid" | "copy" | "scale" | "wordWrap" | "grab" | "help" | "invert" | "spaces" | "dot" | "warning" | "error" | "download" | "push" | "cut" | "pause" | "play" | "accessibility" | "aggregate" | "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" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "empty" | "endpoint" | "eql" | "eraser" | "esqlVis" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "
|
|
2801
|
+
export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "search" | "link" | "at" | "article" | "menu" | "filter" | "image" | "stop" | "key" | "temperature" | "color" | "email" | "list" | "home" | "mobile" | "user" | "alert" | "document" | "grid" | "copy" | "scale" | "wordWrap" | "grab" | "help" | "invert" | "spaces" | "dot" | "warning" | "error" | "download" | "push" | "cut" | "pause" | "play" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "empty" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "iInCircle" | "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" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "pencil" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "playFilled" | "plus" | "popout" | "quote" | "refresh" | "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" | "userAvatar" | "users" | "vector" | "videoPlayer" | "warningFilled" | "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" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "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" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "newChat" | "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" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | "tokenDenseVector" | undefined) => void;
|
|
2789
2802
|
export const appendIconComponentCache: (iconTypeToIconComponentMap: {
|
|
2790
2803
|
[iconType: string]: React.ComponentType<{}>;
|
|
2791
2804
|
}) => void;
|
|
@@ -4882,6 +4895,7 @@ declare module '@elastic/eui/src/components/pagination' {
|
|
|
4882
4895
|
declare module '@elastic/eui/src/components/form/form.styles' {
|
|
4883
4896
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
4884
4897
|
export const euiFormVariables: (euiThemeContext: UseEuiTheme) => {
|
|
4898
|
+
animationTiming: string;
|
|
4885
4899
|
controlLayoutGroupInputHeight: string;
|
|
4886
4900
|
controlLayoutGroupInputCompressedHeight: string;
|
|
4887
4901
|
controlLayoutGroupInputCompressedBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -4922,6 +4936,9 @@ declare module '@elastic/eui/src/components/form/form.styles' {
|
|
|
4922
4936
|
type?: 'round' | 'square';
|
|
4923
4937
|
size?: string;
|
|
4924
4938
|
}) => string;
|
|
4939
|
+
export const euiFormControlText: (euiThemeContext: UseEuiTheme) => string;
|
|
4940
|
+
export const euiFormControlDefaultShadow: (euiThemeContext: UseEuiTheme) => string;
|
|
4941
|
+
export const euiFormControlFocusStyles: ({ euiTheme, colorMode, }: UseEuiTheme) => string;
|
|
4925
4942
|
|
|
4926
4943
|
}
|
|
4927
4944
|
declare module '@elastic/eui/src/services/hooks/useCombinedRefs' {
|
|
@@ -11124,7 +11141,7 @@ declare module '@elastic/eui/src/components/flyout/flyout' {
|
|
|
11124
11141
|
as?: T;
|
|
11125
11142
|
} & _EuiFlyoutProps & Omit<PropsOfElement<T>, keyof _EuiFlyoutProps>;
|
|
11126
11143
|
export type EuiFlyoutProps<T extends ElementType = typeof defaultElement> = Props<T> & Omit<ComponentPropsWithRef<T>, keyof Props<T>>;
|
|
11127
|
-
export const EuiFlyout: <T extends React.ElementType<any> = "div">(props: EuiFlyoutProps<T>) => JSX.Element;
|
|
11144
|
+
export const EuiFlyout: <T extends React.ElementType<any, keyof React.JSX.IntrinsicElements> = "div">(props: EuiFlyoutProps<T>) => JSX.Element;
|
|
11128
11145
|
export {};
|
|
11129
11146
|
|
|
11130
11147
|
}
|
|
@@ -12730,6 +12747,7 @@ declare module '@elastic/eui/src/components/combo_box/types' {
|
|
|
12730
12747
|
import { ButtonHTMLAttributes, ReactNode } from 'react';
|
|
12731
12748
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
12732
12749
|
import type { _EuiComboBoxProps } from '@elastic/eui/src/components/combo_box/combo_box';
|
|
12750
|
+
import { EuiToolTipProps } from '@elastic/eui/src/components/tool_tip';
|
|
12733
12751
|
export interface EuiComboBoxOptionOption<T = string | number | string[] | undefined> extends CommonProps, Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'value'> {
|
|
12734
12752
|
isGroupLabelOption?: boolean;
|
|
12735
12753
|
label: string;
|
|
@@ -12739,6 +12757,14 @@ declare module '@elastic/eui/src/components/combo_box/types' {
|
|
|
12739
12757
|
prepend?: ReactNode;
|
|
12740
12758
|
append?: ReactNode;
|
|
12741
12759
|
truncationProps?: _EuiComboBoxProps<T>['truncationProps'];
|
|
12760
|
+
/**
|
|
12761
|
+
* Optional custom tooltip content for the button
|
|
12762
|
+
*/
|
|
12763
|
+
toolTipContent?: EuiToolTipProps['content'];
|
|
12764
|
+
/**
|
|
12765
|
+
* Optional props to pass to the underlying **[EuiToolTip](/#/display/tooltip)**
|
|
12766
|
+
*/
|
|
12767
|
+
toolTipProps?: Partial<Omit<EuiToolTipProps, 'content' | 'children'>>;
|
|
12742
12768
|
}
|
|
12743
12769
|
export type OptionHandler<T> = (option: EuiComboBoxOptionOption<T>) => void;
|
|
12744
12770
|
export type RefInstance<T> = T | null;
|
|
@@ -13011,11 +13037,15 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
|
|
|
13011
13037
|
import React, { ButtonHTMLAttributes, Component } from 'react';
|
|
13012
13038
|
import { WithEuiThemeProps } from '@elastic/eui/src/services';
|
|
13013
13039
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
13040
|
+
import { EuiToolTip } from '@elastic/eui/src/components/tool_tip';
|
|
13041
|
+
import { EuiComboBoxOptionOption } from '@elastic/eui/src/components/combo_box';
|
|
13014
13042
|
export type FilterChecked = 'on' | 'off';
|
|
13015
13043
|
export interface EuiFilterSelectItemProps extends CommonProps, ButtonHTMLAttributes<HTMLButtonElement> {
|
|
13016
13044
|
checked?: FilterChecked;
|
|
13017
13045
|
showIcons?: boolean;
|
|
13018
13046
|
isFocused?: boolean;
|
|
13047
|
+
toolTipContent?: EuiComboBoxOptionOption['toolTipContent'];
|
|
13048
|
+
toolTipProps?: EuiComboBoxOptionOption['toolTipProps'];
|
|
13019
13049
|
}
|
|
13020
13050
|
/**
|
|
13021
13051
|
* TODO: This component should removed in favor of EuiSelectable usage
|
|
@@ -13028,10 +13058,12 @@ declare module '@elastic/eui/src/components/filter_group/filter_select_item' {
|
|
|
13028
13058
|
showIcons: boolean;
|
|
13029
13059
|
};
|
|
13030
13060
|
buttonRef: HTMLButtonElement | null;
|
|
13061
|
+
tooltipRef: React.RefObject<EuiToolTip>;
|
|
13031
13062
|
state: {
|
|
13032
13063
|
hasFocus: boolean;
|
|
13033
13064
|
};
|
|
13034
13065
|
focus: () => void;
|
|
13066
|
+
toggleToolTip: (isFocused: boolean) => void;
|
|
13035
13067
|
hasFocus: () => boolean;
|
|
13036
13068
|
render(): React.JSX.Element;
|
|
13037
13069
|
}
|
|
@@ -13762,7 +13794,7 @@ declare module '@elastic/eui/src/components/token/token_types' {
|
|
|
13762
13794
|
}
|
|
13763
13795
|
declare module '@elastic/eui/src/components/token/token_map' {
|
|
13764
13796
|
import type { TokenProps } from '@elastic/eui/src/components/token/token_types';
|
|
13765
|
-
export type EuiTokenMapType = 'tokenAlias' | 'tokenAnnotation' | 'tokenArray' | 'tokenBinary' | 'tokenBoolean' | 'tokenClass' | 'tokenCompletionSuggester' | 'tokenConstant' | 'tokenDate' | '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' | 'tokenVectorDense' | 'tokenDenseVector' | 'tokenVectorSparse';
|
|
13797
|
+
export type EuiTokenMapType = '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' | 'tokenShape' | 'tokenString' | 'tokenStruct' | 'tokenSymbol' | 'tokenTag' | 'tokenText' | 'tokenTokenCount' | 'tokenVariable' | 'tokenVectorDense' | 'tokenDenseVector' | 'tokenVectorSparse';
|
|
13766
13798
|
/**
|
|
13767
13799
|
* Most of the style combinations for tokens are semi-arbitrary. However, there was an effort
|
|
13768
13800
|
* to use the square shape for more common token types like string and number. Reserving the
|
|
@@ -15414,6 +15446,7 @@ declare module '@elastic/eui/src/components/datagrid/body' {
|
|
|
15414
15446
|
declare module '@elastic/eui/src/components/datagrid/controls/data_grid_toolbar' {
|
|
15415
15447
|
import React, { ReactNode } from 'react';
|
|
15416
15448
|
import { EuiDataGridProps, EuiDataGridToolbarProps, EuiDataGridToolBarVisibilityOptions } from '@elastic/eui/src/components/datagrid/data_grid_types';
|
|
15449
|
+
export const MINIMUM_WIDTH_FOR_GRID_CONTROLS = 479;
|
|
15417
15450
|
export const EuiDataGridToolbar: ({ gridWidth, minSizeForControls, toolbarVisibility, isFullScreen, fullScreenSelector, keyboardShortcuts, displaySelector, columnSelector, columnSorting, renderCustomToolbar, }: EuiDataGridToolbarProps) => React.JSX.Element;
|
|
15418
15451
|
export function checkOrDefaultToolBarDisplayOptions<OptionKey extends keyof EuiDataGridToolBarVisibilityOptions>(arg: EuiDataGridProps['toolbarVisibility'], option: OptionKey): Required<EuiDataGridToolBarVisibilityOptions>[OptionKey];
|
|
15419
15452
|
export const renderAdditionalControls: (toolbarVisibility: EuiDataGridProps['toolbarVisibility'], position: 'left.prepend' | 'left.append' | 'right') => ReactNode;
|
|
@@ -18699,6 +18732,161 @@ declare module '@elastic/eui/src/components/key_pad_menu' {
|
|
|
18699
18732
|
export type { EuiKeyPadMenuItemProps } from '@elastic/eui/src/components/key_pad_menu/key_pad_menu_item';
|
|
18700
18733
|
export { EuiKeyPadMenuItem } from '@elastic/eui/src/components/key_pad_menu/key_pad_menu_item';
|
|
18701
18734
|
|
|
18735
|
+
}
|
|
18736
|
+
declare module '@elastic/eui/src/components/modal/modal.styles' {
|
|
18737
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
18738
|
+
export const euiModalStyles: (euiThemeContext: UseEuiTheme) => {
|
|
18739
|
+
euiModal: import("@emotion/utils").SerializedStyles;
|
|
18740
|
+
defaultMaxWidth: import("@emotion/utils").SerializedStyles;
|
|
18741
|
+
confirmation: import("@emotion/utils").SerializedStyles;
|
|
18742
|
+
euiModal__closeIcon: import("@emotion/utils").SerializedStyles;
|
|
18743
|
+
};
|
|
18744
|
+
|
|
18745
|
+
}
|
|
18746
|
+
declare module '@elastic/eui/src/components/modal/modal' {
|
|
18747
|
+
import React, { FunctionComponent, ReactNode, HTMLAttributes } from 'react';
|
|
18748
|
+
export interface EuiModalProps extends HTMLAttributes<HTMLDivElement> {
|
|
18749
|
+
className?: string;
|
|
18750
|
+
/**
|
|
18751
|
+
* ReactNode to render as this component's content
|
|
18752
|
+
*/
|
|
18753
|
+
children: ReactNode;
|
|
18754
|
+
onClose: (event?: React.KeyboardEvent<HTMLDivElement> | React.MouseEvent<HTMLButtonElement>) => void;
|
|
18755
|
+
/**
|
|
18756
|
+
* Sets the max-width of the modal.
|
|
18757
|
+
* Set to `true` to use the default (`euiBreakpoints 'm'`),
|
|
18758
|
+
* set to `false` to not restrict the width,
|
|
18759
|
+
* set to a number for a custom width in px,
|
|
18760
|
+
* set to a string for a custom width in custom measurement.
|
|
18761
|
+
*/
|
|
18762
|
+
maxWidth?: boolean | number | string;
|
|
18763
|
+
/**
|
|
18764
|
+
* Specifies what element should initially have focus.
|
|
18765
|
+
* Can be a DOM node, or a selector string (which will be passed to document.querySelector() to find the DOM node), or a function that returns a DOM node.
|
|
18766
|
+
*/
|
|
18767
|
+
initialFocus?: HTMLElement | (() => HTMLElement) | string;
|
|
18768
|
+
/**
|
|
18769
|
+
* Identifies a modal dialog to screen readers. Modal dialogs that confirm destructive actions
|
|
18770
|
+
* or need a user's attention should use "alertdialog".
|
|
18771
|
+
*/
|
|
18772
|
+
role?: 'dialog' | 'alertdialog';
|
|
18773
|
+
}
|
|
18774
|
+
export const EuiModal: FunctionComponent<EuiModalProps>;
|
|
18775
|
+
|
|
18776
|
+
}
|
|
18777
|
+
declare module '@elastic/eui/src/components/modal/modal_footer.styles' {
|
|
18778
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
18779
|
+
export const euiModalFooterStyles: (euiThemeContext: UseEuiTheme) => {
|
|
18780
|
+
euiModalFooter: import("@emotion/utils").SerializedStyles;
|
|
18781
|
+
};
|
|
18782
|
+
|
|
18783
|
+
}
|
|
18784
|
+
declare module '@elastic/eui/src/components/modal/modal_footer' {
|
|
18785
|
+
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
18786
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
18787
|
+
export type EuiModalFooterProps = FunctionComponent<HTMLAttributes<HTMLDivElement> & CommonProps>;
|
|
18788
|
+
export const EuiModalFooter: EuiModalFooterProps;
|
|
18789
|
+
|
|
18790
|
+
}
|
|
18791
|
+
declare module '@elastic/eui/src/components/modal/modal_header.styles' {
|
|
18792
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
18793
|
+
export const euiModalHeaderStyles: (euiThemeContext: UseEuiTheme) => {
|
|
18794
|
+
euiModalHeader: import("@emotion/utils").SerializedStyles;
|
|
18795
|
+
};
|
|
18796
|
+
|
|
18797
|
+
}
|
|
18798
|
+
declare module '@elastic/eui/src/components/modal/modal_header' {
|
|
18799
|
+
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
18800
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
18801
|
+
export type EuiModalHeaderProps = FunctionComponent<HTMLAttributes<HTMLDivElement> & CommonProps>;
|
|
18802
|
+
export const EuiModalHeader: EuiModalHeaderProps;
|
|
18803
|
+
|
|
18804
|
+
}
|
|
18805
|
+
declare module '@elastic/eui/src/components/modal/modal_header_title' {
|
|
18806
|
+
import { FunctionComponent, HTMLAttributes, ElementType } from 'react';
|
|
18807
|
+
import { EuiTitleProps } from '@elastic/eui/src/components/title';
|
|
18808
|
+
export type EuiModalHeaderTitleProps = FunctionComponent<Omit<EuiTitleProps, 'children'> & HTMLAttributes<HTMLHeadingElement> & {
|
|
18809
|
+
/**
|
|
18810
|
+
* The tag to render. Can be changed to a lower heading
|
|
18811
|
+
* level like `h2` or a container `div`.
|
|
18812
|
+
* @default h1
|
|
18813
|
+
*/
|
|
18814
|
+
component?: ElementType;
|
|
18815
|
+
}>;
|
|
18816
|
+
export const EuiModalHeaderTitle: EuiModalHeaderTitleProps;
|
|
18817
|
+
|
|
18818
|
+
}
|
|
18819
|
+
declare module '@elastic/eui/src/components/modal/modal_body.styles' {
|
|
18820
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
18821
|
+
export const euiModalBodyStyles: (euiThemeContext: UseEuiTheme) => {
|
|
18822
|
+
euiModalBody: import("@emotion/utils").SerializedStyles;
|
|
18823
|
+
euiModalBody__overflow: import("@emotion/utils").SerializedStyles;
|
|
18824
|
+
};
|
|
18825
|
+
|
|
18826
|
+
}
|
|
18827
|
+
declare module '@elastic/eui/src/components/modal/modal_body' {
|
|
18828
|
+
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
18829
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
18830
|
+
export type EuiModalBodyProps = FunctionComponent<HTMLAttributes<HTMLDivElement> & CommonProps>;
|
|
18831
|
+
export const EuiModalBody: EuiModalBodyProps;
|
|
18832
|
+
|
|
18833
|
+
}
|
|
18834
|
+
declare module '@elastic/eui/src/components/modal/confirm_modal' {
|
|
18835
|
+
import React, { FunctionComponent, ComponentProps, ReactNode } from 'react';
|
|
18836
|
+
import { EuiModalProps } from '@elastic/eui/src/components/modal/modal';
|
|
18837
|
+
import { EuiModalHeaderTitleProps } from '@elastic/eui/src/components/modal/modal_header_title';
|
|
18838
|
+
import { EuiButtonColor } from '@elastic/eui/src/components/button';
|
|
18839
|
+
export interface EuiConfirmModalProps extends Omit<EuiModalProps, 'children' | 'onClose' | 'title'> {
|
|
18840
|
+
/**
|
|
18841
|
+
* ReactNode to render as this component's content
|
|
18842
|
+
*/
|
|
18843
|
+
children?: ReactNode;
|
|
18844
|
+
title?: ReactNode;
|
|
18845
|
+
titleProps?: ComponentProps<EuiModalHeaderTitleProps>;
|
|
18846
|
+
cancelButtonText?: ReactNode;
|
|
18847
|
+
confirmButtonText?: ReactNode;
|
|
18848
|
+
onCancel: (event?: React.KeyboardEvent<HTMLDivElement> | React.MouseEvent<HTMLButtonElement>) => void;
|
|
18849
|
+
onConfirm?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
18850
|
+
confirmButtonDisabled?: boolean;
|
|
18851
|
+
className?: string;
|
|
18852
|
+
/**
|
|
18853
|
+
* Allows focusing either the confirm or cancel button on modal initialization.
|
|
18854
|
+
* Will take precedence over `initialFocus`, if `initialFocus` is passed.
|
|
18855
|
+
*/
|
|
18856
|
+
defaultFocusedButton?: typeof CONFIRM_BUTTON | typeof CANCEL_BUTTON;
|
|
18857
|
+
buttonColor?: EuiButtonColor;
|
|
18858
|
+
/**
|
|
18859
|
+
* Sets the max-width of the modal.
|
|
18860
|
+
* Set to `true` to use the default (`euiBreakpoints 'm'`),
|
|
18861
|
+
* set to `false` to not restrict the width,
|
|
18862
|
+
* set to a number for a custom width in px,
|
|
18863
|
+
* set to a string for a custom width in custom measurement.
|
|
18864
|
+
*/
|
|
18865
|
+
maxWidth?: boolean | number | string;
|
|
18866
|
+
/**
|
|
18867
|
+
* Passes `isLoading` prop to the confirm button
|
|
18868
|
+
*/
|
|
18869
|
+
isLoading?: boolean;
|
|
18870
|
+
}
|
|
18871
|
+
export const CONFIRM_BUTTON = "confirm";
|
|
18872
|
+
export const CANCEL_BUTTON = "cancel";
|
|
18873
|
+
export const EuiConfirmModal: FunctionComponent<EuiConfirmModalProps>;
|
|
18874
|
+
|
|
18875
|
+
}
|
|
18876
|
+
declare module '@elastic/eui/src/components/modal' {
|
|
18877
|
+
export type { EuiConfirmModalProps } from '@elastic/eui/src/components/modal/confirm_modal';
|
|
18878
|
+
export { EuiConfirmModal, CONFIRM_BUTTON as EUI_MODAL_CONFIRM_BUTTON, CANCEL_BUTTON as EUI_MODAL_CANCEL_BUTTON, } from '@elastic/eui/src/components/modal/confirm_modal';
|
|
18879
|
+
export type { EuiModalProps } from '@elastic/eui/src/components/modal/modal';
|
|
18880
|
+
export { EuiModal } from '@elastic/eui/src/components/modal/modal';
|
|
18881
|
+
export type { EuiModalFooterProps } from '@elastic/eui/src/components/modal/modal_footer';
|
|
18882
|
+
export { EuiModalFooter } from '@elastic/eui/src/components/modal/modal_footer';
|
|
18883
|
+
export type { EuiModalHeaderProps } from '@elastic/eui/src/components/modal/modal_header';
|
|
18884
|
+
export { EuiModalHeader } from '@elastic/eui/src/components/modal/modal_header';
|
|
18885
|
+
export type { EuiModalBodyProps } from '@elastic/eui/src/components/modal/modal_body';
|
|
18886
|
+
export { EuiModalBody } from '@elastic/eui/src/components/modal/modal_body';
|
|
18887
|
+
export type { EuiModalHeaderTitleProps } from '@elastic/eui/src/components/modal/modal_header_title';
|
|
18888
|
+
export { EuiModalHeaderTitle } from '@elastic/eui/src/components/modal/modal_header_title';
|
|
18889
|
+
|
|
18702
18890
|
}
|
|
18703
18891
|
declare module '@elastic/eui/src/components/markdown_editor/markdown_types' {
|
|
18704
18892
|
import { ComponentType, ReactNode } from 'react';
|
|
@@ -18857,6 +19045,29 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_context' {
|
|
|
18857
19045
|
export const EuiMarkdownContext: import("react").Context<ContextShape>;
|
|
18858
19046
|
export {};
|
|
18859
19047
|
|
|
19048
|
+
}
|
|
19049
|
+
declare module '@elastic/eui/src/components/markdown_editor/markdown_editor.styles' {
|
|
19050
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
19051
|
+
export const euiMarkdownEditorVariables: ({ euiTheme }: UseEuiTheme) => {
|
|
19052
|
+
minHeight: string;
|
|
19053
|
+
borderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
19054
|
+
barsBackgroundColor: string;
|
|
19055
|
+
};
|
|
19056
|
+
export const euiMarkdownEditorStyles: (euiThemeContext: UseEuiTheme) => {
|
|
19057
|
+
euiMarkdownEditor: import("@emotion/utils").SerializedStyles;
|
|
19058
|
+
fullHeight: import("@emotion/utils").SerializedStyles;
|
|
19059
|
+
euiMarkdownEditorPreview: import("@emotion/utils").SerializedStyles;
|
|
19060
|
+
};
|
|
19061
|
+
|
|
19062
|
+
}
|
|
19063
|
+
declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_toolbar.styles' {
|
|
19064
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
19065
|
+
export const euiMarkdownEditorToolbarStyles: (euiThemeContext: UseEuiTheme) => {
|
|
19066
|
+
euiMarkdownEditorToolbar: import("@emotion/utils").SerializedStyles;
|
|
19067
|
+
euiMarkdownEditorToolbar__buttons: import("@emotion/utils").SerializedStyles;
|
|
19068
|
+
euiMarkdownEditorToolbar__divider: import("@emotion/utils").SerializedStyles;
|
|
19069
|
+
};
|
|
19070
|
+
|
|
18860
19071
|
}
|
|
18861
19072
|
declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_toolbar' {
|
|
18862
19073
|
import React, { HTMLAttributes, MouseEventHandler } from 'react';
|
|
@@ -18879,6 +19090,15 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_tool
|
|
|
18879
19090
|
uiPlugins: EuiMarkdownEditorUiPlugin[];
|
|
18880
19091
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
18881
19092
|
|
|
19093
|
+
}
|
|
19094
|
+
declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_text_area.styles' {
|
|
19095
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
19096
|
+
export const euiMarkdownEditorTextAreaStyles: (euiThemeContext: UseEuiTheme) => {
|
|
19097
|
+
euiMarkdownEditorTextArea: import("@emotion/utils").SerializedStyles;
|
|
19098
|
+
readOnly: import("@emotion/utils").SerializedStyles;
|
|
19099
|
+
editable: import("@emotion/utils").SerializedStyles;
|
|
19100
|
+
};
|
|
19101
|
+
|
|
18882
19102
|
}
|
|
18883
19103
|
declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_text_area' {
|
|
18884
19104
|
import React, { TextareaHTMLAttributes } from 'react';
|
|
@@ -18910,6 +19130,17 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_format.styl
|
|
|
18910
19130
|
s: import("@emotion/utils").SerializedStyles;
|
|
18911
19131
|
xs: import("@emotion/utils").SerializedStyles;
|
|
18912
19132
|
relative: import("@emotion/utils").SerializedStyles;
|
|
19133
|
+
colors: {
|
|
19134
|
+
default: import("@emotion/utils").SerializedStyles;
|
|
19135
|
+
subdued: import("@emotion/utils").SerializedStyles;
|
|
19136
|
+
success: import("@emotion/utils").SerializedStyles;
|
|
19137
|
+
accent: import("@emotion/utils").SerializedStyles;
|
|
19138
|
+
warning: import("@emotion/utils").SerializedStyles;
|
|
19139
|
+
danger: import("@emotion/utils").SerializedStyles;
|
|
19140
|
+
ghost: import("@emotion/utils").SerializedStyles;
|
|
19141
|
+
inherit: import("@emotion/utils").SerializedStyles;
|
|
19142
|
+
custom: import("@emotion/utils").SerializedStyles;
|
|
19143
|
+
};
|
|
18913
19144
|
};
|
|
18914
19145
|
|
|
18915
19146
|
}
|
|
@@ -19098,161 +19329,6 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_format' {
|
|
|
19098
19329
|
};
|
|
19099
19330
|
export const EuiMarkdownFormat: FunctionComponent<EuiMarkdownFormatProps>;
|
|
19100
19331
|
|
|
19101
|
-
}
|
|
19102
|
-
declare module '@elastic/eui/src/components/modal/modal.styles' {
|
|
19103
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
19104
|
-
export const euiModalStyles: (euiThemeContext: UseEuiTheme) => {
|
|
19105
|
-
euiModal: import("@emotion/utils").SerializedStyles;
|
|
19106
|
-
defaultMaxWidth: import("@emotion/utils").SerializedStyles;
|
|
19107
|
-
confirmation: import("@emotion/utils").SerializedStyles;
|
|
19108
|
-
euiModal__closeIcon: import("@emotion/utils").SerializedStyles;
|
|
19109
|
-
};
|
|
19110
|
-
|
|
19111
|
-
}
|
|
19112
|
-
declare module '@elastic/eui/src/components/modal/modal' {
|
|
19113
|
-
import React, { FunctionComponent, ReactNode, HTMLAttributes } from 'react';
|
|
19114
|
-
export interface EuiModalProps extends HTMLAttributes<HTMLDivElement> {
|
|
19115
|
-
className?: string;
|
|
19116
|
-
/**
|
|
19117
|
-
* ReactNode to render as this component's content
|
|
19118
|
-
*/
|
|
19119
|
-
children: ReactNode;
|
|
19120
|
-
onClose: (event?: React.KeyboardEvent<HTMLDivElement> | React.MouseEvent<HTMLButtonElement>) => void;
|
|
19121
|
-
/**
|
|
19122
|
-
* Sets the max-width of the modal.
|
|
19123
|
-
* Set to `true` to use the default (`euiBreakpoints 'm'`),
|
|
19124
|
-
* set to `false` to not restrict the width,
|
|
19125
|
-
* set to a number for a custom width in px,
|
|
19126
|
-
* set to a string for a custom width in custom measurement.
|
|
19127
|
-
*/
|
|
19128
|
-
maxWidth?: boolean | number | string;
|
|
19129
|
-
/**
|
|
19130
|
-
* Specifies what element should initially have focus.
|
|
19131
|
-
* Can be a DOM node, or a selector string (which will be passed to document.querySelector() to find the DOM node), or a function that returns a DOM node.
|
|
19132
|
-
*/
|
|
19133
|
-
initialFocus?: HTMLElement | (() => HTMLElement) | string;
|
|
19134
|
-
/**
|
|
19135
|
-
* Identifies a modal dialog to screen readers. Modal dialogs that confirm destructive actions
|
|
19136
|
-
* or need a user's attention should use "alertdialog".
|
|
19137
|
-
*/
|
|
19138
|
-
role?: 'dialog' | 'alertdialog';
|
|
19139
|
-
}
|
|
19140
|
-
export const EuiModal: FunctionComponent<EuiModalProps>;
|
|
19141
|
-
|
|
19142
|
-
}
|
|
19143
|
-
declare module '@elastic/eui/src/components/modal/modal_footer.styles' {
|
|
19144
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
19145
|
-
export const euiModalFooterStyles: (euiThemeContext: UseEuiTheme) => {
|
|
19146
|
-
euiModalFooter: import("@emotion/utils").SerializedStyles;
|
|
19147
|
-
};
|
|
19148
|
-
|
|
19149
|
-
}
|
|
19150
|
-
declare module '@elastic/eui/src/components/modal/modal_footer' {
|
|
19151
|
-
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
19152
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
19153
|
-
export type EuiModalFooterProps = FunctionComponent<HTMLAttributes<HTMLDivElement> & CommonProps>;
|
|
19154
|
-
export const EuiModalFooter: EuiModalFooterProps;
|
|
19155
|
-
|
|
19156
|
-
}
|
|
19157
|
-
declare module '@elastic/eui/src/components/modal/modal_header.styles' {
|
|
19158
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
19159
|
-
export const euiModalHeaderStyles: (euiThemeContext: UseEuiTheme) => {
|
|
19160
|
-
euiModalHeader: import("@emotion/utils").SerializedStyles;
|
|
19161
|
-
};
|
|
19162
|
-
|
|
19163
|
-
}
|
|
19164
|
-
declare module '@elastic/eui/src/components/modal/modal_header' {
|
|
19165
|
-
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
19166
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
19167
|
-
export type EuiModalHeaderProps = FunctionComponent<HTMLAttributes<HTMLDivElement> & CommonProps>;
|
|
19168
|
-
export const EuiModalHeader: EuiModalHeaderProps;
|
|
19169
|
-
|
|
19170
|
-
}
|
|
19171
|
-
declare module '@elastic/eui/src/components/modal/modal_header_title' {
|
|
19172
|
-
import { FunctionComponent, HTMLAttributes, ElementType } from 'react';
|
|
19173
|
-
import { EuiTitleProps } from '@elastic/eui/src/components/title';
|
|
19174
|
-
export type EuiModalHeaderTitleProps = FunctionComponent<Omit<EuiTitleProps, 'children'> & HTMLAttributes<HTMLHeadingElement> & {
|
|
19175
|
-
/**
|
|
19176
|
-
* The tag to render. Can be changed to a lower heading
|
|
19177
|
-
* level like `h2` or a container `div`.
|
|
19178
|
-
* @default h1
|
|
19179
|
-
*/
|
|
19180
|
-
component?: ElementType;
|
|
19181
|
-
}>;
|
|
19182
|
-
export const EuiModalHeaderTitle: EuiModalHeaderTitleProps;
|
|
19183
|
-
|
|
19184
|
-
}
|
|
19185
|
-
declare module '@elastic/eui/src/components/modal/modal_body.styles' {
|
|
19186
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
19187
|
-
export const euiModalBodyStyles: (euiThemeContext: UseEuiTheme) => {
|
|
19188
|
-
euiModalBody: import("@emotion/utils").SerializedStyles;
|
|
19189
|
-
euiModalBody__overflow: import("@emotion/utils").SerializedStyles;
|
|
19190
|
-
};
|
|
19191
|
-
|
|
19192
|
-
}
|
|
19193
|
-
declare module '@elastic/eui/src/components/modal/modal_body' {
|
|
19194
|
-
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
19195
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
19196
|
-
export type EuiModalBodyProps = FunctionComponent<HTMLAttributes<HTMLDivElement> & CommonProps>;
|
|
19197
|
-
export const EuiModalBody: EuiModalBodyProps;
|
|
19198
|
-
|
|
19199
|
-
}
|
|
19200
|
-
declare module '@elastic/eui/src/components/modal/confirm_modal' {
|
|
19201
|
-
import React, { FunctionComponent, ComponentProps, ReactNode } from 'react';
|
|
19202
|
-
import { EuiModalProps } from '@elastic/eui/src/components/modal/modal';
|
|
19203
|
-
import { EuiModalHeaderTitleProps } from '@elastic/eui/src/components/modal/modal_header_title';
|
|
19204
|
-
import { EuiButtonColor } from '@elastic/eui/src/components/button';
|
|
19205
|
-
export interface EuiConfirmModalProps extends Omit<EuiModalProps, 'children' | 'onClose' | 'title'> {
|
|
19206
|
-
/**
|
|
19207
|
-
* ReactNode to render as this component's content
|
|
19208
|
-
*/
|
|
19209
|
-
children?: ReactNode;
|
|
19210
|
-
title?: ReactNode;
|
|
19211
|
-
titleProps?: ComponentProps<EuiModalHeaderTitleProps>;
|
|
19212
|
-
cancelButtonText?: ReactNode;
|
|
19213
|
-
confirmButtonText?: ReactNode;
|
|
19214
|
-
onCancel: (event?: React.KeyboardEvent<HTMLDivElement> | React.MouseEvent<HTMLButtonElement>) => void;
|
|
19215
|
-
onConfirm?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
19216
|
-
confirmButtonDisabled?: boolean;
|
|
19217
|
-
className?: string;
|
|
19218
|
-
/**
|
|
19219
|
-
* Allows focusing either the confirm or cancel button on modal initialization.
|
|
19220
|
-
* Will take precedence over `initialFocus`, if `initialFocus` is passed.
|
|
19221
|
-
*/
|
|
19222
|
-
defaultFocusedButton?: typeof CONFIRM_BUTTON | typeof CANCEL_BUTTON;
|
|
19223
|
-
buttonColor?: EuiButtonColor;
|
|
19224
|
-
/**
|
|
19225
|
-
* Sets the max-width of the modal.
|
|
19226
|
-
* Set to `true` to use the default (`euiBreakpoints 'm'`),
|
|
19227
|
-
* set to `false` to not restrict the width,
|
|
19228
|
-
* set to a number for a custom width in px,
|
|
19229
|
-
* set to a string for a custom width in custom measurement.
|
|
19230
|
-
*/
|
|
19231
|
-
maxWidth?: boolean | number | string;
|
|
19232
|
-
/**
|
|
19233
|
-
* Passes `isLoading` prop to the confirm button
|
|
19234
|
-
*/
|
|
19235
|
-
isLoading?: boolean;
|
|
19236
|
-
}
|
|
19237
|
-
export const CONFIRM_BUTTON = "confirm";
|
|
19238
|
-
export const CANCEL_BUTTON = "cancel";
|
|
19239
|
-
export const EuiConfirmModal: FunctionComponent<EuiConfirmModalProps>;
|
|
19240
|
-
|
|
19241
|
-
}
|
|
19242
|
-
declare module '@elastic/eui/src/components/modal' {
|
|
19243
|
-
export type { EuiConfirmModalProps } from '@elastic/eui/src/components/modal/confirm_modal';
|
|
19244
|
-
export { EuiConfirmModal, CONFIRM_BUTTON as EUI_MODAL_CONFIRM_BUTTON, CANCEL_BUTTON as EUI_MODAL_CANCEL_BUTTON, } from '@elastic/eui/src/components/modal/confirm_modal';
|
|
19245
|
-
export type { EuiModalProps } from '@elastic/eui/src/components/modal/modal';
|
|
19246
|
-
export { EuiModal } from '@elastic/eui/src/components/modal/modal';
|
|
19247
|
-
export type { EuiModalFooterProps } from '@elastic/eui/src/components/modal/modal_footer';
|
|
19248
|
-
export { EuiModalFooter } from '@elastic/eui/src/components/modal/modal_footer';
|
|
19249
|
-
export type { EuiModalHeaderProps } from '@elastic/eui/src/components/modal/modal_header';
|
|
19250
|
-
export { EuiModalHeader } from '@elastic/eui/src/components/modal/modal_header';
|
|
19251
|
-
export type { EuiModalBodyProps } from '@elastic/eui/src/components/modal/modal_body';
|
|
19252
|
-
export { EuiModalBody } from '@elastic/eui/src/components/modal/modal_body';
|
|
19253
|
-
export type { EuiModalHeaderTitleProps } from '@elastic/eui/src/components/modal/modal_header_title';
|
|
19254
|
-
export { EuiModalHeaderTitle } from '@elastic/eui/src/components/modal/modal_header_title';
|
|
19255
|
-
|
|
19256
19332
|
}
|
|
19257
19333
|
declare module '@elastic/eui/src/components/markdown_editor/icons/markdown_logo' {
|
|
19258
19334
|
import React from 'react';
|
|
@@ -19262,6 +19338,17 @@ declare module '@elastic/eui/src/components/markdown_editor/icons/markdown_logo'
|
|
|
19262
19338
|
} const MarkdownLogo: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
19263
19339
|
export default MarkdownLogo;
|
|
19264
19340
|
|
|
19341
|
+
}
|
|
19342
|
+
declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_footer.styles' {
|
|
19343
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
19344
|
+
export const euiMarkdownEditorFooterStyles: (euiThemeContext: UseEuiTheme) => {
|
|
19345
|
+
euiMarkdownEditorFooter: import("@emotion/utils").SerializedStyles;
|
|
19346
|
+
euiMarkdownEditorFooter__actions: import("@emotion/utils").SerializedStyles;
|
|
19347
|
+
euiMarkdownEditorFooter__uploadError: import("@emotion/utils").SerializedStyles;
|
|
19348
|
+
euiMarkdownEditorFooter__helpButton: import("@emotion/utils").SerializedStyles;
|
|
19349
|
+
euiMarkdownEditorFooter__popover: import("@emotion/utils").SerializedStyles;
|
|
19350
|
+
};
|
|
19351
|
+
|
|
19265
19352
|
}
|
|
19266
19353
|
declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_footer' {
|
|
19267
19354
|
import React from 'react';
|
|
@@ -19277,6 +19364,17 @@ declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_foot
|
|
|
19277
19364
|
export const EuiMarkdownEditorFooter: React.ForwardRefExoticComponent<EuiMarkdownEditorFooterProps & React.RefAttributes<HTMLDivElement>>;
|
|
19278
19365
|
export {};
|
|
19279
19366
|
|
|
19367
|
+
}
|
|
19368
|
+
declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_drop_zone.styles' {
|
|
19369
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
19370
|
+
export const euiMarkdownEditorDropZoneStyles: (euiThemeContext: UseEuiTheme) => {
|
|
19371
|
+
euiMarkdownEditorDropZone: import("@emotion/utils").SerializedStyles;
|
|
19372
|
+
isDragging: import("@emotion/utils").SerializedStyles;
|
|
19373
|
+
isDraggingError: import("@emotion/utils").SerializedStyles;
|
|
19374
|
+
hasError: import("@emotion/utils").SerializedStyles;
|
|
19375
|
+
euiMarkdownEditorDropZone__input: import("@emotion/utils").SerializedStyles;
|
|
19376
|
+
};
|
|
19377
|
+
|
|
19280
19378
|
}
|
|
19281
19379
|
declare module '@elastic/eui/src/components/markdown_editor/markdown_editor_drop_zone' {
|
|
19282
19380
|
import { FunctionComponent, PropsWithChildren } from 'react';
|
|
@@ -20836,7 +20934,9 @@ declare module '@elastic/eui/src/components/selectable/selectable_option' {
|
|
|
20836
20934
|
import React, { HTMLAttributes } from 'react';
|
|
20837
20935
|
import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
|
|
20838
20936
|
import type { EuiTextTruncateProps } from '@elastic/eui/src/components/text_truncate';
|
|
20839
|
-
|
|
20937
|
+
import { EuiToolTipProps } from '@elastic/eui/src/components/tool_tip';
|
|
20938
|
+
export const OPTION_CHECKED_STATES: readonly ["on", "off", "mixed", undefined];
|
|
20939
|
+
export type EuiSelectableOptionCheckedType = (typeof OPTION_CHECKED_STATES)[number];
|
|
20840
20940
|
export type EuiSelectableOptionBase = CommonProps & {
|
|
20841
20941
|
/**
|
|
20842
20942
|
* Visible label of option.
|
|
@@ -20901,6 +21001,14 @@ declare module '@elastic/eui/src/components/selectable/selectable_option' {
|
|
|
20901
21001
|
* text will always take precedence.
|
|
20902
21002
|
*/
|
|
20903
21003
|
truncationProps?: Partial<Omit<EuiTextTruncateProps, 'text' | 'children'>>;
|
|
21004
|
+
/**
|
|
21005
|
+
* Optional custom tooltip content for the button
|
|
21006
|
+
*/
|
|
21007
|
+
toolTipContent?: EuiToolTipProps['content'];
|
|
21008
|
+
/**
|
|
21009
|
+
* Optional props to pass to the underlying **[EuiToolTip](/#/display/tooltip)**
|
|
21010
|
+
*/
|
|
21011
|
+
toolTipProps?: Partial<Omit<EuiToolTipProps, 'content' | 'children'>>;
|
|
20904
21012
|
}; type _EuiSelectableGroupLabelOption = Omit<EuiSelectableOptionBase, 'isGroupLabel'> & Exclude<HTMLAttributes<HTMLDivElement>, 'id'> & {
|
|
20905
21013
|
isGroupLabel: true;
|
|
20906
21014
|
};
|
|
@@ -20956,7 +21064,8 @@ declare module '@elastic/eui/src/components/selectable/selectable_search/selecta
|
|
|
20956
21064
|
* Passes back (searchValue, matchingOptions)
|
|
20957
21065
|
*/
|
|
20958
21066
|
onChange: (searchValue: string, matchingOptions: Array<EuiSelectableOption<T>>) => void;
|
|
20959
|
-
};
|
|
21067
|
+
};
|
|
21068
|
+
export type _EuiSelectableSearchProps<T> = EuiSelectableSearchProps<T> & {
|
|
20960
21069
|
options: Array<EuiSelectableOption<T>>;
|
|
20961
21070
|
/**
|
|
20962
21071
|
* Search value state managed by parent EuiSelectable
|
|
@@ -20973,7 +21082,6 @@ declare module '@elastic/eui/src/components/selectable/selectable_search/selecta
|
|
|
20973
21082
|
optionMatcher: EuiSelectableOptionMatcher<T>;
|
|
20974
21083
|
};
|
|
20975
21084
|
export const EuiSelectableSearch: <T>({ onChange: onChangeCallback, options, value, placeholder, isPreFiltered, listId, className, optionMatcher, ...rest }: _EuiSelectableSearchProps<T>) => React.JSX.Element;
|
|
20976
|
-
export {};
|
|
20977
21085
|
|
|
20978
21086
|
}
|
|
20979
21087
|
declare module '@elastic/eui/src/components/selectable/selectable_search' {
|
|
@@ -20999,7 +21107,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_message' {
|
|
|
20999
21107
|
|
|
21000
21108
|
}
|
|
21001
21109
|
declare module '@elastic/eui/src/components/selectable/selectable_list/selectable_list_item' {
|
|
21002
|
-
import React, {
|
|
21110
|
+
import React, { FunctionComponent, LiHTMLAttributes } from 'react';
|
|
21003
21111
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
21004
21112
|
import { EuiBadgeProps } from '@elastic/eui/src/components/badge';
|
|
21005
21113
|
import type { EuiSelectableOption, EuiSelectableOptionCheckedType } from '@elastic/eui/src/components/selectable/selectable_option';
|
|
@@ -21050,17 +21158,16 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
|
|
|
21050
21158
|
* Wrapping only works if virtualization is off.
|
|
21051
21159
|
*/
|
|
21052
21160
|
textWrap?: EuiSelectableOption['textWrap'];
|
|
21161
|
+
/**
|
|
21162
|
+
* Optional custom tooltip content for the button
|
|
21163
|
+
*/
|
|
21164
|
+
toolTipContent?: EuiSelectableOption['toolTipContent'];
|
|
21165
|
+
/**
|
|
21166
|
+
* Optional props to pass to the underlying **[EuiToolTip](/#/display/tooltip)**
|
|
21167
|
+
*/
|
|
21168
|
+
toolTipProps?: EuiSelectableOption['toolTipProps'];
|
|
21053
21169
|
};
|
|
21054
|
-
export
|
|
21055
|
-
static defaultProps: {
|
|
21056
|
-
showIcons: boolean;
|
|
21057
|
-
onFocusBadge: boolean;
|
|
21058
|
-
textWrap: string;
|
|
21059
|
-
};
|
|
21060
|
-
constructor(props: EuiSelectableListItemProps);
|
|
21061
|
-
isChecked: (role: string, checked: EuiSelectableOptionCheckedType) => boolean | "mixed" | undefined;
|
|
21062
|
-
render(): React.JSX.Element;
|
|
21063
|
-
}
|
|
21170
|
+
export const EuiSelectableListItem: FunctionComponent<EuiSelectableListItemProps>;
|
|
21064
21171
|
|
|
21065
21172
|
}
|
|
21066
21173
|
declare module '@elastic/eui/src/components/selectable/selectable_list/selectable_list' {
|
|
@@ -21185,14 +21292,18 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
|
|
|
21185
21292
|
static defaultProps: {
|
|
21186
21293
|
rowHeight: number;
|
|
21187
21294
|
searchValue: string;
|
|
21188
|
-
isVirtualized:
|
|
21295
|
+
isVirtualized: true;
|
|
21189
21296
|
};
|
|
21297
|
+
private animationFrameId;
|
|
21298
|
+
private listRowRerender;
|
|
21190
21299
|
constructor(props: EuiSelectableListProps<T>);
|
|
21191
21300
|
listRef: FixedSizeList | null;
|
|
21192
21301
|
listBoxRef: HTMLUListElement | null;
|
|
21302
|
+
componentWillUnmount(): void;
|
|
21193
21303
|
setListRef: (ref: FixedSizeList | null) => void;
|
|
21194
21304
|
removeScrollableTabStop: (ref: HTMLDivElement | null) => void;
|
|
21195
21305
|
setListBoxRef: (ref: HTMLUListElement | null) => void;
|
|
21306
|
+
shouldComponentUpdate(nextProps: Readonly<EuiSelectableListProps<T>>): boolean;
|
|
21196
21307
|
componentDidUpdate(prevProps: EuiSelectableListProps<T>): void;
|
|
21197
21308
|
calculateAriaSetAttrs: (optionArray: State<T>['optionArray']) => {
|
|
21198
21309
|
ariaPosInSetMap: Record<number, number>;
|
|
@@ -21214,10 +21325,9 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
|
|
|
21214
21325
|
onChange?: React.FormEventHandler<HTMLDivElement> | undefined;
|
|
21215
21326
|
color?: string | undefined;
|
|
21216
21327
|
className?: string | undefined;
|
|
21217
|
-
|
|
21328
|
+
"aria-label"?: string | undefined;
|
|
21218
21329
|
'data-test-subj'?: string | undefined;
|
|
21219
21330
|
css?: import("@emotion/serialize").Interpolation<import("@emotion/react").Theme>;
|
|
21220
|
-
placeholder?: string | undefined;
|
|
21221
21331
|
width: number | undefined;
|
|
21222
21332
|
defaultChecked?: boolean | undefined;
|
|
21223
21333
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -21225,7 +21335,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
|
|
|
21225
21335
|
suppressHydrationWarning?: boolean | undefined;
|
|
21226
21336
|
accessKey?: string | undefined;
|
|
21227
21337
|
autoFocus?: boolean | undefined;
|
|
21228
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
21338
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
21229
21339
|
contextMenu?: string | undefined;
|
|
21230
21340
|
dir?: string | undefined;
|
|
21231
21341
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -21255,61 +21365,61 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
|
|
|
21255
21365
|
itemRef?: string | undefined;
|
|
21256
21366
|
results?: number | undefined;
|
|
21257
21367
|
security?: string | undefined;
|
|
21258
|
-
unselectable?: "
|
|
21368
|
+
unselectable?: "off" | "on" | undefined;
|
|
21259
21369
|
inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
|
|
21260
21370
|
is?: string | undefined;
|
|
21261
|
-
|
|
21262
|
-
|
|
21263
|
-
|
|
21264
|
-
|
|
21265
|
-
|
|
21266
|
-
|
|
21267
|
-
|
|
21268
|
-
|
|
21269
|
-
|
|
21270
|
-
|
|
21271
|
-
|
|
21272
|
-
|
|
21273
|
-
|
|
21274
|
-
|
|
21275
|
-
|
|
21276
|
-
|
|
21277
|
-
|
|
21278
|
-
|
|
21279
|
-
|
|
21280
|
-
|
|
21281
|
-
|
|
21282
|
-
|
|
21283
|
-
|
|
21284
|
-
|
|
21285
|
-
|
|
21286
|
-
|
|
21287
|
-
|
|
21288
|
-
|
|
21289
|
-
|
|
21290
|
-
|
|
21291
|
-
|
|
21292
|
-
|
|
21293
|
-
|
|
21294
|
-
|
|
21295
|
-
|
|
21296
|
-
|
|
21297
|
-
|
|
21298
|
-
|
|
21299
|
-
|
|
21300
|
-
|
|
21301
|
-
|
|
21302
|
-
|
|
21303
|
-
|
|
21304
|
-
|
|
21305
|
-
|
|
21306
|
-
|
|
21307
|
-
|
|
21308
|
-
|
|
21309
|
-
|
|
21310
|
-
|
|
21311
|
-
|
|
21312
|
-
|
|
21371
|
+
"aria-activedescendant"?: string | undefined;
|
|
21372
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
21373
|
+
"aria-autocomplete"?: "none" | "both" | "list" | "inline" | undefined;
|
|
21374
|
+
"aria-braillelabel"?: string | undefined;
|
|
21375
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
21376
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
21377
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
21378
|
+
"aria-colcount"?: number | undefined;
|
|
21379
|
+
"aria-colindex"?: number | undefined;
|
|
21380
|
+
"aria-colindextext"?: string | undefined;
|
|
21381
|
+
"aria-colspan"?: number | undefined;
|
|
21382
|
+
"aria-controls"?: string | undefined;
|
|
21383
|
+
"aria-current"?: boolean | "time" | "date" | "step" | "true" | "false" | "page" | "location" | undefined;
|
|
21384
|
+
"aria-describedby"?: string | undefined;
|
|
21385
|
+
"aria-description"?: string | undefined;
|
|
21386
|
+
"aria-details"?: string | undefined;
|
|
21387
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
21388
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
21389
|
+
"aria-errormessage"?: string | undefined;
|
|
21390
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
21391
|
+
"aria-flowto"?: string | undefined;
|
|
21392
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
21393
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
21394
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
21395
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
21396
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
21397
|
+
"aria-labelledby"?: string | undefined;
|
|
21398
|
+
"aria-level"?: number | undefined;
|
|
21399
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
21400
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
21401
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
21402
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
21403
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
21404
|
+
"aria-owns"?: string | undefined;
|
|
21405
|
+
"aria-placeholder"?: string | undefined;
|
|
21406
|
+
"aria-posinset"?: number | undefined;
|
|
21407
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
21408
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
21409
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
21410
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
21411
|
+
"aria-roledescription"?: string | undefined;
|
|
21412
|
+
"aria-rowcount"?: number | undefined;
|
|
21413
|
+
"aria-rowindex"?: number | undefined;
|
|
21414
|
+
"aria-rowindextext"?: string | undefined;
|
|
21415
|
+
"aria-rowspan"?: number | undefined;
|
|
21416
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
21417
|
+
"aria-setsize"?: number | undefined;
|
|
21418
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
21419
|
+
"aria-valuemax"?: number | undefined;
|
|
21420
|
+
"aria-valuemin"?: number | undefined;
|
|
21421
|
+
"aria-valuenow"?: number | undefined;
|
|
21422
|
+
"aria-valuetext"?: string | undefined;
|
|
21313
21423
|
dangerouslySetInnerHTML?: {
|
|
21314
21424
|
__html: string | TrustedHTML;
|
|
21315
21425
|
} | undefined;
|
|
@@ -21451,9 +21561,7 @@ declare module '@elastic/eui/src/components/selectable/selectable_list/selectabl
|
|
|
21451
21561
|
onPointerCancel?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
21452
21562
|
onPointerCancelCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
21453
21563
|
onPointerEnter?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
21454
|
-
onPointerEnterCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
21455
21564
|
onPointerLeave?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
21456
|
-
onPointerLeaveCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
21457
21565
|
onPointerOver?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
21458
21566
|
onPointerOverCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
21459
21567
|
onPointerOut?: React.PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -23608,14 +23716,14 @@ declare module '@elastic/eui/src/components/toast/global_toast_list.styles' {
|
|
|
23608
23716
|
declare module '@elastic/eui/src/components/toast/global_toast_list_item' {
|
|
23609
23717
|
import { FunctionComponent, ReactElement } from 'react';
|
|
23610
23718
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
23611
|
-
export interface EuiGlobalToastListItemProps {
|
|
23719
|
+
export interface EuiGlobalToastListItemProps extends CommonProps {
|
|
23612
23720
|
isDismissed?: boolean;
|
|
23613
23721
|
/**
|
|
23614
23722
|
* ReactElement to render as this component's content
|
|
23615
23723
|
*/
|
|
23616
23724
|
children?: ReactElement;
|
|
23617
23725
|
}
|
|
23618
|
-
export const EuiGlobalToastListItem: FunctionComponent<
|
|
23726
|
+
export const EuiGlobalToastListItem: FunctionComponent<EuiGlobalToastListItemProps>;
|
|
23619
23727
|
|
|
23620
23728
|
}
|
|
23621
23729
|
declare module '@elastic/eui/src/components/toast/global_toast_list' {
|
|
@@ -23847,6 +23955,8 @@ declare module '@elastic/eui/.storybook/utils' {
|
|
|
23847
23955
|
|
|
23848
23956
|
}
|
|
23849
23957
|
declare module '@elastic/eui/.storybook/loki' {
|
|
23958
|
+
import type { PlayFunction } from '@storybook/csf';
|
|
23959
|
+
import type { ReactRenderer } from '@storybook/react';
|
|
23850
23960
|
export const LOKI_SELECTORS: {
|
|
23851
23961
|
/**
|
|
23852
23962
|
* Default story selector
|
|
@@ -23863,6 +23973,16 @@ declare module '@elastic/eui/.storybook/loki' {
|
|
|
23863
23973
|
*/
|
|
23864
23974
|
readonly portal: "[data-euiportal=\"true\"]";
|
|
23865
23975
|
};
|
|
23976
|
+
/**
|
|
23977
|
+
* decorator for story play functions to ensure loki VRT with included interactions
|
|
23978
|
+
* ref: https://github.com/oblador/loki/issues/359#issuecomment-1248135073
|
|
23979
|
+
* @param target - story play() function
|
|
23980
|
+
* @param vrtOnly - optional flag to en/disable vrt only interaction (defaults to true)
|
|
23981
|
+
* @returns enhanced story play function
|
|
23982
|
+
*/
|
|
23983
|
+
export const lokiPlayDecorator: (target: PlayFunction<ReactRenderer, any>, vrtOnly?: boolean) => (PlayFunction<ReactRenderer, any> & {
|
|
23984
|
+
bodyElement?: HTMLElement;
|
|
23985
|
+
}) | undefined;
|
|
23866
23986
|
|
|
23867
23987
|
}
|
|
23868
23988
|
declare module '@elastic/eui/src/components/color_picker/color_picker.styles' {
|
|
@@ -24804,6 +24924,28 @@ declare module '@elastic/eui/src/components/icon/assets/cheer' {
|
|
|
24804
24924
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
24805
24925
|
export {};
|
|
24806
24926
|
|
|
24927
|
+
}
|
|
24928
|
+
declare module '@elastic/eui/src/components/icon/assets/clickLeft' {
|
|
24929
|
+
import * as React from 'react';
|
|
24930
|
+
import type { SVGProps } from 'react';
|
|
24931
|
+
interface SVGRProps {
|
|
24932
|
+
title?: string;
|
|
24933
|
+
titleId?: string;
|
|
24934
|
+
}
|
|
24935
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
24936
|
+
export {};
|
|
24937
|
+
|
|
24938
|
+
}
|
|
24939
|
+
declare module '@elastic/eui/src/components/icon/assets/clickRight' {
|
|
24940
|
+
import * as React from 'react';
|
|
24941
|
+
import type { SVGProps } from 'react';
|
|
24942
|
+
interface SVGRProps {
|
|
24943
|
+
title?: string;
|
|
24944
|
+
titleId?: string;
|
|
24945
|
+
}
|
|
24946
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
24947
|
+
export {};
|
|
24948
|
+
|
|
24807
24949
|
}
|
|
24808
24950
|
declare module '@elastic/eui/src/components/icon/assets/clock' {
|
|
24809
24951
|
import * as React from 'react';
|
|
@@ -24815,6 +24957,17 @@ declare module '@elastic/eui/src/components/icon/assets/clock' {
|
|
|
24815
24957
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
24816
24958
|
export {};
|
|
24817
24959
|
|
|
24960
|
+
}
|
|
24961
|
+
declare module '@elastic/eui/src/components/icon/assets/clockCounter' {
|
|
24962
|
+
import * as React from 'react';
|
|
24963
|
+
import type { SVGProps } from 'react';
|
|
24964
|
+
interface SVGRProps {
|
|
24965
|
+
title?: string;
|
|
24966
|
+
titleId?: string;
|
|
24967
|
+
}
|
|
24968
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
24969
|
+
export {};
|
|
24970
|
+
|
|
24818
24971
|
}
|
|
24819
24972
|
declare module '@elastic/eui/src/components/icon/assets/cloudDrizzle' {
|
|
24820
24973
|
import * as React from 'react';
|
|
@@ -25552,6 +25705,17 @@ declare module '@elastic/eui/src/components/icon/assets/error' {
|
|
|
25552
25705
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
25553
25706
|
export {};
|
|
25554
25707
|
|
|
25708
|
+
}
|
|
25709
|
+
declare module '@elastic/eui/src/components/icon/assets/errorFilled' {
|
|
25710
|
+
import * as React from 'react';
|
|
25711
|
+
import type { SVGProps } from 'react';
|
|
25712
|
+
interface SVGRProps {
|
|
25713
|
+
title?: string;
|
|
25714
|
+
titleId?: string;
|
|
25715
|
+
}
|
|
25716
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
25717
|
+
export {};
|
|
25718
|
+
|
|
25555
25719
|
}
|
|
25556
25720
|
declare module '@elastic/eui/src/components/icon/assets/esqlVis' {
|
|
25557
25721
|
import * as React from 'react';
|
|
@@ -28378,6 +28542,17 @@ declare module '@elastic/eui/src/components/icon/assets/tokenDate' {
|
|
|
28378
28542
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28379
28543
|
export {};
|
|
28380
28544
|
|
|
28545
|
+
}
|
|
28546
|
+
declare module '@elastic/eui/src/components/icon/assets/tokenDimension' {
|
|
28547
|
+
import * as React from 'react';
|
|
28548
|
+
import type { SVGProps } from 'react';
|
|
28549
|
+
interface SVGRProps {
|
|
28550
|
+
title?: string;
|
|
28551
|
+
titleId?: string;
|
|
28552
|
+
}
|
|
28553
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28554
|
+
export {};
|
|
28555
|
+
|
|
28381
28556
|
}
|
|
28382
28557
|
declare module '@elastic/eui/src/components/icon/assets/tokenElement' {
|
|
28383
28558
|
import * as React from 'react';
|
|
@@ -29225,6 +29400,17 @@ declare module '@elastic/eui/src/components/icon/assets/warning' {
|
|
|
29225
29400
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
29226
29401
|
export {};
|
|
29227
29402
|
|
|
29403
|
+
}
|
|
29404
|
+
declare module '@elastic/eui/src/components/icon/assets/warningFilled' {
|
|
29405
|
+
import * as React from 'react';
|
|
29406
|
+
import type { SVGProps } from 'react';
|
|
29407
|
+
interface SVGRProps {
|
|
29408
|
+
title?: string;
|
|
29409
|
+
titleId?: string;
|
|
29410
|
+
}
|
|
29411
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
29412
|
+
export {};
|
|
29413
|
+
|
|
29228
29414
|
}
|
|
29229
29415
|
declare module '@elastic/eui/src/components/icon/assets/wordWrap' {
|
|
29230
29416
|
import * as React from 'react';
|
|
@@ -29325,6 +29511,11 @@ declare module '@elastic/eui/src/global_styling/variables/_colors_vis' {
|
|
|
29325
29511
|
};
|
|
29326
29512
|
|
|
29327
29513
|
}
|
|
29514
|
+
// TODO: remove once exported by package itself
|
|
29515
|
+
// https://github.com/oblador/loki/pull/516
|
|
29516
|
+
declare module '@loki/create-async-callback' {
|
|
29517
|
+
export default function createAsyncCallback(): () => void;
|
|
29518
|
+
}
|
|
29328
29519
|
|
|
29329
29520
|
|
|
29330
29521
|
|
|
@@ -29363,6 +29554,7 @@ declare module '@elastic/eui' {
|
|
|
29363
29554
|
"euiCollapsibleNavButton.ariaLabelCollapse": any;
|
|
29364
29555
|
"euiCollapsibleNavButton.ariaLabelOpen": any;
|
|
29365
29556
|
"euiCollapsibleNavButton.ariaLabelClose": any;
|
|
29557
|
+
"euiCollapsedNavButton.ariaLabelButtonIcon": any;
|
|
29366
29558
|
"euiColorPickerSwatch.ariaLabel": any;
|
|
29367
29559
|
"euiColorPicker.popoverLabel": any;
|
|
29368
29560
|
"euiColorPicker.colorLabel": any;
|
|
@@ -29475,7 +29667,7 @@ declare module '@elastic/eui' {
|
|
|
29475
29667
|
"euiRefreshInterval.fullDescriptionOff": any;
|
|
29476
29668
|
"euiRefreshInterval.fullDescriptionOn": any;
|
|
29477
29669
|
"euiRefreshInterval.legend": any;
|
|
29478
|
-
"euiAbsoluteTab.
|
|
29670
|
+
"euiAbsoluteTab.dateFormatButtonLabel": any;
|
|
29479
29671
|
"euiAbsoluteTab.dateFormatError": any;
|
|
29480
29672
|
"euiDatePopoverButton.invalidTitle": any;
|
|
29481
29673
|
"euiDatePopoverButton.outdatedTitle": any;
|