@elastic/eui 88.2.0 → 88.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui_theme_dark.css +0 -25
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +0 -25
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/accordion/accordion.js +35 -208
- package/es/components/accordion/accordion.styles.js +3 -95
- package/es/components/accordion/accordion_children/accordion_children.js +101 -0
- package/es/components/accordion/accordion_children/accordion_children.styles.js +39 -0
- package/es/components/accordion/accordion_children/accordion_children_loading.js +31 -0
- package/es/components/accordion/accordion_children/index.js +9 -0
- package/es/components/accordion/accordion_trigger/accordion_arrow.js +41 -0
- package/es/components/accordion/accordion_trigger/accordion_arrow.styles.js +46 -0
- package/es/components/accordion/accordion_trigger/accordion_button.js +51 -0
- package/es/components/accordion/accordion_trigger/accordion_button.styles.js +26 -0
- package/es/components/accordion/accordion_trigger/accordion_trigger.js +87 -0
- package/es/components/accordion/accordion_trigger/index.js +9 -0
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +1 -1
- package/es/components/basic_table/collapsed_item_actions.js +1 -1
- package/es/components/basic_table/in_memory_table.js +1 -1
- package/es/components/button/button_display/_button_display.js +1 -1
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_group/button_group.js +1 -1
- package/es/components/button/button_group/button_group_button.js +1 -1
- package/es/components/button/button_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +1 -1
- package/es/components/card/card.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.styles.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +2 -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 +3 -3
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +3 -3
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/datagrid/body/data_grid_body.js +13 -13
- package/es/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/es/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/es/components/datagrid/body/data_grid_cell.js +24 -24
- package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/es/components/datagrid/body/header/data_grid_header_row.js +13 -13
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/data_grid.js +13 -13
- package/es/components/datagrid/utils/in_memory.js +12 -12
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/facet/facet_button.js +1 -1
- package/es/components/form/field_number/field_number.js +1 -1
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_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/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/grabOmnidirectional.js +33 -0
- package/es/components/icon/assets/transitionLeftIn.js +36 -0
- package/es/components/icon/assets/transitionLeftOut.js +36 -0
- package/es/components/icon/assets/transitionTopIn.js +36 -0
- package/es/components/icon/assets/transitionTopOut.js +36 -0
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +5 -0
- package/es/components/inline_edit/inline_edit_form.js +49 -13
- package/es/components/inline_edit/inline_edit_text.js +22 -23
- package/es/components/inline_edit/inline_edit_title.js +22 -23
- 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 +3 -3
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/notification/notification_event.js +2 -2
- package/es/components/notification/notification_event_meta.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/panel/split_panel/split_panel.js +9 -7
- package/es/components/panel/split_panel/split_panel.styles.js +40 -0
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/suggest/suggest.js +1 -1
- package/es/components/suggest/suggest_item.js +1 -1
- package/es/components/table/table_header_button.js +1 -1
- package/es/components/text_truncate/utils.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +51 -3
- package/es/components/toast/global_toast_list.styles.js +3 -2
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/eui.d.ts +194 -44
- package/i18ntokens.json +60 -24
- package/lib/components/accordion/accordion.js +34 -207
- package/lib/components/accordion/accordion.styles.js +12 -109
- package/lib/components/accordion/accordion_children/accordion_children.js +111 -0
- package/lib/components/accordion/accordion_children/accordion_children.styles.js +45 -0
- package/lib/components/accordion/accordion_children/accordion_children_loading.js +38 -0
- package/lib/components/accordion/accordion_children/index.js +12 -0
- package/lib/components/accordion/accordion_trigger/accordion_arrow.js +48 -0
- package/lib/components/accordion/accordion_trigger/accordion_arrow.styles.js +51 -0
- package/lib/components/accordion/accordion_trigger/accordion_button.js +58 -0
- package/lib/components/accordion/accordion_trigger/accordion_button.styles.js +33 -0
- package/lib/components/accordion/accordion_trigger/accordion_trigger.js +93 -0
- package/lib/components/accordion/accordion_trigger/index.js +12 -0
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +1 -1
- package/lib/components/basic_table/collapsed_item_actions.js +1 -1
- package/lib/components/basic_table/in_memory_table.js +1 -1
- package/lib/components/button/button_display/_button_display.js +1 -1
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_group/button_group.js +1 -1
- package/lib/components/button/button_group/button_group_button.js +1 -1
- package/lib/components/button/button_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +1 -1
- package/lib/components/card/card.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.styles.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +2 -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 +3 -3
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +3 -3
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/datagrid/body/data_grid_body.js +13 -13
- package/lib/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/lib/components/datagrid/body/data_grid_cell.js +24 -24
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/lib/components/datagrid/body/header/data_grid_header_row.js +13 -13
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/data_grid.js +13 -13
- package/lib/components/datagrid/utils/in_memory.js +12 -12
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/facet/facet_button.js +1 -1
- package/lib/components/form/field_number/field_number.js +1 -1
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_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/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/grabOmnidirectional.js +41 -0
- package/lib/components/icon/assets/transitionLeftIn.js +44 -0
- package/lib/components/icon/assets/transitionLeftOut.js +44 -0
- package/lib/components/icon/assets/transitionTopIn.js +44 -0
- package/lib/components/icon/assets/transitionTopOut.js +44 -0
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +5 -0
- package/lib/components/icon/svgs/grabOmnidirectional.svg +3 -0
- package/lib/components/icon/svgs/transitionLeftIn.svg +4 -0
- package/lib/components/icon/svgs/transitionLeftOut.svg +4 -0
- package/lib/components/icon/svgs/transitionTopIn.svg +4 -0
- package/lib/components/icon/svgs/transitionTopOut.svg +4 -0
- package/lib/components/inline_edit/inline_edit_form.js +58 -20
- package/lib/components/inline_edit/inline_edit_text.js +22 -23
- package/lib/components/inline_edit/inline_edit_title.js +22 -23
- 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 +3 -3
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/notification/notification_event.js +2 -2
- package/lib/components/notification/notification_event_meta.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/panel/split_panel/split_panel.js +9 -7
- package/lib/components/panel/split_panel/split_panel.styles.js +46 -0
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/suggest/suggest.js +1 -1
- package/lib/components/suggest/suggest_item.js +1 -1
- package/lib/components/table/table_header_button.js +1 -1
- package/lib/components/text_truncate/utils.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +53 -4
- package/lib/components/toast/global_toast_list.styles.js +3 -2
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/optimize/es/components/accordion/accordion.js +35 -203
- package/optimize/es/components/accordion/accordion.styles.js +3 -95
- package/optimize/es/components/accordion/accordion_children/accordion_children.js +91 -0
- package/optimize/es/components/accordion/accordion_children/accordion_children.styles.js +39 -0
- package/optimize/es/components/accordion/accordion_children/accordion_children_loading.js +31 -0
- package/optimize/es/components/accordion/accordion_children/index.js +9 -0
- package/optimize/es/components/accordion/accordion_trigger/accordion_arrow.js +36 -0
- package/optimize/es/components/accordion/accordion_trigger/accordion_arrow.styles.js +46 -0
- package/optimize/es/components/accordion/accordion_trigger/accordion_button.js +45 -0
- package/optimize/es/components/accordion/accordion_trigger/accordion_button.styles.js +26 -0
- package/optimize/es/components/accordion/accordion_trigger/accordion_trigger.js +80 -0
- package/optimize/es/components/accordion/accordion_trigger/index.js +9 -0
- package/optimize/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.styles.js +1 -1
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +1 -1
- package/optimize/es/components/icon/assets/grabOmnidirectional.js +32 -0
- package/optimize/es/components/icon/assets/transitionLeftIn.js +35 -0
- package/optimize/es/components/icon/assets/transitionLeftOut.js +35 -0
- package/optimize/es/components/icon/assets/transitionTopIn.js +35 -0
- package/optimize/es/components/icon/assets/transitionTopOut.js +35 -0
- package/optimize/es/components/icon/icon_map.js +5 -0
- package/optimize/es/components/inline_edit/inline_edit_form.js +32 -12
- package/optimize/es/components/inline_edit/inline_edit_text.js +6 -22
- package/optimize/es/components/inline_edit/inline_edit_title.js +6 -22
- package/optimize/es/components/list_group/list_group_item.js +1 -1
- package/optimize/es/components/panel/split_panel/split_panel.js +9 -7
- package/optimize/es/components/panel/split_panel/split_panel.styles.js +40 -0
- package/optimize/es/components/text_truncate/utils.js +1 -1
- package/optimize/es/components/toast/global_toast_list.js +39 -2
- package/optimize/es/components/toast/global_toast_list.styles.js +3 -2
- package/optimize/lib/components/accordion/accordion.js +34 -202
- package/optimize/lib/components/accordion/accordion.styles.js +12 -109
- package/optimize/lib/components/accordion/accordion_children/accordion_children.js +101 -0
- package/optimize/lib/components/accordion/accordion_children/accordion_children.styles.js +45 -0
- package/optimize/lib/components/accordion/accordion_children/accordion_children_loading.js +38 -0
- package/optimize/lib/components/accordion/accordion_children/index.js +12 -0
- package/optimize/lib/components/accordion/accordion_trigger/accordion_arrow.js +43 -0
- package/optimize/lib/components/accordion/accordion_trigger/accordion_arrow.styles.js +51 -0
- package/optimize/lib/components/accordion/accordion_trigger/accordion_button.js +52 -0
- package/optimize/lib/components/accordion/accordion_trigger/accordion_button.styles.js +33 -0
- package/optimize/lib/components/accordion/accordion_trigger/accordion_trigger.js +86 -0
- package/optimize/lib/components/accordion/accordion_trigger/index.js +12 -0
- package/optimize/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.styles.js +1 -1
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +1 -1
- package/optimize/lib/components/icon/assets/grabOmnidirectional.js +41 -0
- package/optimize/lib/components/icon/assets/transitionLeftIn.js +44 -0
- package/optimize/lib/components/icon/assets/transitionLeftOut.js +44 -0
- package/optimize/lib/components/icon/assets/transitionTopIn.js +44 -0
- package/optimize/lib/components/icon/assets/transitionTopOut.js +44 -0
- package/optimize/lib/components/icon/icon_map.js +5 -0
- package/optimize/lib/components/icon/svgs/grabOmnidirectional.svg +3 -0
- package/optimize/lib/components/icon/svgs/transitionLeftIn.svg +4 -0
- package/optimize/lib/components/icon/svgs/transitionLeftOut.svg +4 -0
- package/optimize/lib/components/icon/svgs/transitionTopIn.svg +4 -0
- package/optimize/lib/components/icon/svgs/transitionTopOut.svg +4 -0
- package/optimize/lib/components/inline_edit/inline_edit_form.js +33 -16
- package/optimize/lib/components/inline_edit/inline_edit_text.js +6 -22
- package/optimize/lib/components/inline_edit/inline_edit_title.js +6 -22
- package/optimize/lib/components/list_group/list_group_item.js +1 -1
- package/optimize/lib/components/panel/split_panel/split_panel.js +9 -7
- package/optimize/lib/components/panel/split_panel/split_panel.styles.js +46 -0
- package/optimize/lib/components/text_truncate/utils.js +1 -1
- package/optimize/lib/components/toast/global_toast_list.js +41 -3
- package/optimize/lib/components/toast/global_toast_list.styles.js +3 -2
- package/package.json +3 -3
- package/src/components/index.scss +0 -1
- package/test-env/components/accordion/accordion.js +34 -202
- package/test-env/components/accordion/accordion.styles.js +12 -109
- package/test-env/components/accordion/accordion_children/accordion_children.js +105 -0
- package/test-env/components/accordion/accordion_children/accordion_children.styles.js +45 -0
- package/test-env/components/accordion/accordion_children/accordion_children_loading.js +38 -0
- package/test-env/components/accordion/accordion_children/index.js +12 -0
- package/test-env/components/accordion/accordion_trigger/accordion_arrow.js +47 -0
- package/test-env/components/accordion/accordion_trigger/accordion_arrow.styles.js +51 -0
- package/test-env/components/accordion/accordion_trigger/accordion_button.js +52 -0
- package/test-env/components/accordion/accordion_trigger/accordion_button.styles.js +33 -0
- package/test-env/components/accordion/accordion_trigger/accordion_trigger.js +93 -0
- package/test-env/components/accordion/accordion_trigger/index.js +12 -0
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +1 -1
- package/test-env/components/basic_table/collapsed_item_actions.js +1 -1
- package/test-env/components/basic_table/in_memory_table.js +1 -1
- package/test-env/components/button/button_display/_button_display.js +1 -1
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_group/button_group.js +1 -1
- package/test-env/components/button/button_group/button_group_button.js +1 -1
- package/test-env/components/button/button_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +1 -1
- package/test-env/components/card/card.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.styles.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +2 -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 +3 -3
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +3 -3
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/datagrid/body/data_grid_body.js +13 -13
- package/test-env/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/test-env/components/datagrid/body/data_grid_cell.js +24 -24
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/test-env/components/datagrid/body/header/data_grid_header_row.js +13 -13
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/data_grid.js +13 -13
- package/test-env/components/datagrid/utils/in_memory.js +12 -12
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/facet/facet_button.js +1 -1
- package/test-env/components/form/field_number/field_number.js +1 -1
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_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/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/grabOmnidirectional.js +41 -0
- package/test-env/components/icon/assets/transitionLeftIn.js +44 -0
- package/test-env/components/icon/assets/transitionLeftOut.js +44 -0
- package/test-env/components/icon/assets/transitionTopIn.js +44 -0
- package/test-env/components/icon/assets/transitionTopOut.js +44 -0
- package/test-env/components/icon/icon_map.js +5 -0
- package/test-env/components/inline_edit/inline_edit_form.js +49 -17
- package/test-env/components/inline_edit/inline_edit_text.js +22 -23
- package/test-env/components/inline_edit/inline_edit_title.js +22 -23
- 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 +3 -3
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/notification/notification_event.js +2 -2
- package/test-env/components/notification/notification_event_meta.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/panel/split_panel/split_panel.js +9 -7
- package/test-env/components/panel/split_panel/split_panel.styles.js +46 -0
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/suggest/suggest.js +1 -1
- package/test-env/components/suggest/suggest_item.js +1 -1
- package/test-env/components/table/table_header_button.js +1 -1
- package/test-env/components/text_truncate/utils.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +53 -4
- package/test-env/components/toast/global_toast_list.styles.js +3 -2
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/src/components/panel/_index.scss +0 -1
- package/src/components/panel/_panel.scss +0 -9
- package/src/components/panel/split_panel/_index.scss +0 -1
- package/src/components/panel/split_panel/_split_panel.scss +0 -21
package/eui.d.ts
CHANGED
|
@@ -2273,6 +2273,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2273
2273
|
globe: string;
|
|
2274
2274
|
grab: string;
|
|
2275
2275
|
grabHorizontal: string;
|
|
2276
|
+
grabOmnidirectional: string;
|
|
2276
2277
|
graphApp: string;
|
|
2277
2278
|
grid: string;
|
|
2278
2279
|
grokApp: string;
|
|
@@ -2501,6 +2502,10 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2501
2502
|
timeRefresh: string;
|
|
2502
2503
|
timeslider: string;
|
|
2503
2504
|
training: string;
|
|
2505
|
+
transitionLeftIn: string;
|
|
2506
|
+
transitionLeftOut: string;
|
|
2507
|
+
transitionTopIn: string;
|
|
2508
|
+
transitionTopOut: string;
|
|
2504
2509
|
trash: string;
|
|
2505
2510
|
unfold: string;
|
|
2506
2511
|
unlink: string;
|
|
@@ -2654,7 +2659,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
2654
2659
|
import { WithEuiThemeProps } from '@elastic/eui/src/services';
|
|
2655
2660
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
2656
2661
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
2657
|
-
export const TYPES: ("string" | "number" | "function" | "search" | "link" | "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" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "at" | "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" | "cut" | "database" | "desktop" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "heart" | "heatmap" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "pivot" | "play" | "playFilled" | "plus" | "popout" | "push" | "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" | "trash" | "unfold" | "unlink" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp")[];
|
|
2662
|
+
export const TYPES: ("string" | "number" | "function" | "search" | "link" | "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" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "at" | "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" | "cut" | "database" | "desktop" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "heart" | "heatmap" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "pivot" | "play" | "playFilled" | "plus" | "popout" | "push" | "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" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp")[];
|
|
2658
2663
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
2659
2664
|
export type IconType = EuiIconType | string | ComponentType;
|
|
2660
2665
|
export type IconColor = string | NamedColor;
|
|
@@ -2697,7 +2702,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
2697
2702
|
isLoading: boolean;
|
|
2698
2703
|
neededLoading: boolean;
|
|
2699
2704
|
}
|
|
2700
|
-
export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "search" | "link" | "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" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "at" | "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" | "cut" | "database" | "desktop" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "heart" | "heatmap" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "pivot" | "play" | "playFilled" | "plus" | "popout" | "push" | "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" | "trash" | "unfold" | "unlink" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
|
|
2705
|
+
export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "search" | "link" | "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" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "at" | "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" | "cut" | "database" | "desktop" | "discuss" | "documentEdit" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grabOmnidirectional" | "heart" | "heatmap" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "pivot" | "play" | "playFilled" | "plus" | "popout" | "push" | "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" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
|
|
2701
2706
|
export const appendIconComponentCache: (iconTypeToIconComponentMap: {
|
|
2702
2707
|
[iconType: string]: React.ComponentType<{}>;
|
|
2703
2708
|
}) => void;
|
|
@@ -4387,11 +4392,22 @@ declare module '@elastic/eui/src/components/panel/panel' {
|
|
|
4387
4392
|
export const EuiPanel: FunctionComponent<EuiPanelProps>;
|
|
4388
4393
|
export {};
|
|
4389
4394
|
|
|
4395
|
+
}
|
|
4396
|
+
declare module '@elastic/eui/src/components/panel/split_panel/split_panel.styles' {
|
|
4397
|
+
export const euiSplitPanelOuterStyles: {
|
|
4398
|
+
euiSplitPanelOuter: import("@emotion/utils").SerializedStyles;
|
|
4399
|
+
column: import("@emotion/utils").SerializedStyles;
|
|
4400
|
+
row: import("@emotion/utils").SerializedStyles;
|
|
4401
|
+
};
|
|
4402
|
+
export const euiSplitPanelInnerStyles: {
|
|
4403
|
+
euiSplitPanelInner: import("@emotion/utils").SerializedStyles;
|
|
4404
|
+
};
|
|
4405
|
+
|
|
4390
4406
|
}
|
|
4391
4407
|
declare module '@elastic/eui/src/components/panel/split_panel/split_panel' {
|
|
4392
4408
|
import React, { FunctionComponent, ReactNode, HTMLAttributes } from 'react';
|
|
4393
|
-
import { _EuiPanelProps } from '@elastic/eui/src/components/panel/panel';
|
|
4394
4409
|
import { EuiBreakpointSize } from '@elastic/eui/src/services/breakpoint';
|
|
4410
|
+
import { _EuiPanelProps } from '@elastic/eui/src/components/panel/panel';
|
|
4395
4411
|
export type _EuiSplitPanelInnerProps = HTMLAttributes<HTMLDivElement> & Omit<_EuiPanelProps, 'hasShadow' | 'hasBorder' | 'borderRadius'>;
|
|
4396
4412
|
/**
|
|
4397
4413
|
* Consumed via `EuiSplitPanel.Inner`.
|
|
@@ -8541,16 +8557,8 @@ declare module '@elastic/eui/src/components/accessibility' {
|
|
|
8541
8557
|
export type { EuiSkipLinkProps } from '@elastic/eui/src/components/accessibility/skip_link';
|
|
8542
8558
|
|
|
8543
8559
|
}
|
|
8544
|
-
declare module '@elastic/eui/src/components/accordion/
|
|
8560
|
+
declare module '@elastic/eui/src/components/accordion/accordion_trigger/accordion_button.styles' {
|
|
8545
8561
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
8546
|
-
export const euiAccordionStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
8547
|
-
euiAccordion: import("@emotion/utils").SerializedStyles;
|
|
8548
|
-
borders: {
|
|
8549
|
-
borders: import("@emotion/utils").SerializedStyles;
|
|
8550
|
-
horizontal: import("@emotion/utils").SerializedStyles;
|
|
8551
|
-
all: import("@emotion/utils").SerializedStyles;
|
|
8552
|
-
};
|
|
8553
|
-
};
|
|
8554
8562
|
export const euiAccordionButtonStyles: (euiThemeContext: UseEuiTheme) => {
|
|
8555
8563
|
euiAccordion__button: import("@emotion/utils").SerializedStyles;
|
|
8556
8564
|
disabled: import("@emotion/utils").SerializedStyles;
|
|
@@ -8560,6 +8568,61 @@ declare module '@elastic/eui/src/components/accordion/accordion.styles' {
|
|
|
8560
8568
|
arrowLeft: import("@emotion/utils").SerializedStyles;
|
|
8561
8569
|
arrowRight: import("@emotion/utils").SerializedStyles;
|
|
8562
8570
|
};
|
|
8571
|
+
|
|
8572
|
+
}
|
|
8573
|
+
declare module '@elastic/eui/src/components/accordion/accordion_trigger/accordion_button' {
|
|
8574
|
+
import { FunctionComponent, PropsWithChildren, HTMLAttributes } from 'react';
|
|
8575
|
+
import { EuiAccordionProps } from '@elastic/eui/src/components/accordion/accordion'; type _EuiAccordionButtonProps = PropsWithChildren & HTMLAttributes<HTMLElement> & Required<Pick<EuiAccordionProps, 'buttonElement'>> & Pick<EuiAccordionProps, 'buttonClassName' | 'buttonProps' | 'buttonContentClassName' | 'isDisabled' | 'arrowDisplay'>;
|
|
8576
|
+
export const EuiAccordionButton: FunctionComponent<_EuiAccordionButtonProps>;
|
|
8577
|
+
export {};
|
|
8578
|
+
|
|
8579
|
+
}
|
|
8580
|
+
declare module '@elastic/eui/src/components/accordion/accordion_trigger/accordion_arrow.styles' {
|
|
8581
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
8582
|
+
export const euiAccordionArrowStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
8583
|
+
euiAccordion__arrow: import("@emotion/utils").SerializedStyles;
|
|
8584
|
+
left: import("@emotion/utils").SerializedStyles;
|
|
8585
|
+
right: import("@emotion/utils").SerializedStyles;
|
|
8586
|
+
isClosed: import("@emotion/utils").SerializedStyles;
|
|
8587
|
+
isOpen: import("@emotion/utils").SerializedStyles;
|
|
8588
|
+
};
|
|
8589
|
+
|
|
8590
|
+
}
|
|
8591
|
+
declare module '@elastic/eui/src/components/accordion/accordion_trigger/accordion_arrow' {
|
|
8592
|
+
import { FunctionComponent } from 'react';
|
|
8593
|
+
import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button';
|
|
8594
|
+
import { EuiAccordionProps } from '@elastic/eui/src/components/accordion/accordion'; type _EuiAccordionArrowProps = Partial<EuiButtonIconPropsForButton> & Pick<EuiAccordionProps, 'arrowDisplay' | 'arrowProps'> & {
|
|
8595
|
+
isOpen: boolean;
|
|
8596
|
+
};
|
|
8597
|
+
export const EuiAccordionArrow: FunctionComponent<_EuiAccordionArrowProps>;
|
|
8598
|
+
export {};
|
|
8599
|
+
|
|
8600
|
+
}
|
|
8601
|
+
declare module '@elastic/eui/src/components/accordion/accordion_trigger/accordion_trigger' {
|
|
8602
|
+
import { FunctionComponent, MouseEventHandler } from 'react';
|
|
8603
|
+
import { EuiAccordionProps } from '@elastic/eui/src/components/accordion/accordion'; type _EuiAccordionTriggerProps = Pick<EuiAccordionProps, 'arrowDisplay' | 'arrowProps' | 'buttonElement' | 'buttonClassName' | 'buttonProps' | 'buttonContent' | 'buttonContentClassName' | 'extraAction' | 'isDisabled'> & {
|
|
8604
|
+
isOpen: boolean;
|
|
8605
|
+
ariaControlsId: string;
|
|
8606
|
+
buttonId: string;
|
|
8607
|
+
onToggle: MouseEventHandler;
|
|
8608
|
+
};
|
|
8609
|
+
export const EuiAccordionTrigger: FunctionComponent<_EuiAccordionTriggerProps>;
|
|
8610
|
+
export {};
|
|
8611
|
+
|
|
8612
|
+
}
|
|
8613
|
+
declare module '@elastic/eui/src/components/accordion/accordion_trigger' {
|
|
8614
|
+
export { EuiAccordionTrigger } from '@elastic/eui/src/components/accordion/accordion_trigger/accordion_trigger';
|
|
8615
|
+
|
|
8616
|
+
}
|
|
8617
|
+
declare module '@elastic/eui/src/components/accordion/accordion_children/accordion_children_loading' {
|
|
8618
|
+
import { FunctionComponent } from 'react';
|
|
8619
|
+
import { EuiAccordionProps } from '@elastic/eui/src/components/accordion/accordion'; type _EuiAccordionChildrenLoadingProps = Pick<EuiAccordionProps, 'isLoadingMessage'>;
|
|
8620
|
+
export const EuiAccordionChildrenLoading: FunctionComponent<_EuiAccordionChildrenLoadingProps>;
|
|
8621
|
+
export {};
|
|
8622
|
+
|
|
8623
|
+
}
|
|
8624
|
+
declare module '@elastic/eui/src/components/accordion/accordion_children/accordion_children.styles' {
|
|
8625
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
8563
8626
|
export const euiAccordionChildrenStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
8564
8627
|
euiAccordion__children: import("@emotion/utils").SerializedStyles;
|
|
8565
8628
|
isLoading: import("@emotion/utils").SerializedStyles;
|
|
@@ -8569,32 +8632,43 @@ declare module '@elastic/eui/src/components/accordion/accordion.styles' {
|
|
|
8569
8632
|
l: import("@emotion/utils").SerializedStyles;
|
|
8570
8633
|
xl: import("@emotion/utils").SerializedStyles;
|
|
8571
8634
|
};
|
|
8572
|
-
export const euiAccordionChildWrapperStyles: (
|
|
8635
|
+
export const euiAccordionChildWrapperStyles: (euiThemeContext: UseEuiTheme) => {
|
|
8573
8636
|
euiAccordion__childWrapper: import("@emotion/utils").SerializedStyles;
|
|
8637
|
+
isClosed: import("@emotion/utils").SerializedStyles;
|
|
8574
8638
|
isOpen: import("@emotion/utils").SerializedStyles;
|
|
8575
8639
|
};
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
|
-
|
|
8579
|
-
|
|
8580
|
-
};
|
|
8581
|
-
|
|
8582
|
-
euiAccordion__optionalAction: import("@emotion/utils").SerializedStyles;
|
|
8583
|
-
};
|
|
8584
|
-
export const euiAccordionSpinnerStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
8585
|
-
euiAccordion__spinner: import("@emotion/utils").SerializedStyles;
|
|
8640
|
+
|
|
8641
|
+
}
|
|
8642
|
+
declare module '@elastic/eui/src/components/accordion/accordion_children/accordion_children' {
|
|
8643
|
+
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
8644
|
+
import { EuiAccordionProps } from '@elastic/eui/src/components/accordion/accordion'; type _EuiAccordionChildrenProps = HTMLAttributes<HTMLDivElement> & Pick<EuiAccordionProps, 'children' | 'paddingSize' | 'isLoading' | 'isLoadingMessage'> & {
|
|
8645
|
+
isOpen: boolean;
|
|
8586
8646
|
};
|
|
8587
|
-
export const
|
|
8588
|
-
|
|
8647
|
+
export const EuiAccordionChildren: FunctionComponent<_EuiAccordionChildrenProps>;
|
|
8648
|
+
export {};
|
|
8649
|
+
|
|
8650
|
+
}
|
|
8651
|
+
declare module '@elastic/eui/src/components/accordion/accordion_children' {
|
|
8652
|
+
export { EuiAccordionChildren } from '@elastic/eui/src/components/accordion/accordion_children/accordion_children';
|
|
8653
|
+
|
|
8654
|
+
}
|
|
8655
|
+
declare module '@elastic/eui/src/components/accordion/accordion.styles' {
|
|
8656
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
8657
|
+
export const euiAccordionStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
8658
|
+
euiAccordion: import("@emotion/utils").SerializedStyles;
|
|
8659
|
+
borders: {
|
|
8660
|
+
borders: import("@emotion/utils").SerializedStyles;
|
|
8661
|
+
horizontal: import("@emotion/utils").SerializedStyles;
|
|
8662
|
+
all: import("@emotion/utils").SerializedStyles;
|
|
8663
|
+
};
|
|
8589
8664
|
};
|
|
8590
8665
|
|
|
8591
8666
|
}
|
|
8592
8667
|
declare module '@elastic/eui/src/components/accordion/accordion' {
|
|
8593
8668
|
import React, { Component, HTMLAttributes, ReactNode } from 'react';
|
|
8594
|
-
import { FocusableElement } from 'tabbable';
|
|
8595
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
8596
8669
|
import { WithEuiThemeProps } from '@elastic/eui/src/services';
|
|
8597
|
-
import {
|
|
8670
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
8671
|
+
import type { EuiButtonIconProps } from '@elastic/eui/src/components/button';
|
|
8598
8672
|
export const PADDING_SIZES: readonly ["none", "xs", "s", "m", "l", "xl"];
|
|
8599
8673
|
export type EuiAccordionPaddingSize = (typeof PADDING_SIZES)[number];
|
|
8600
8674
|
export type EuiAccordionProps = CommonProps & Omit<HTMLAttributes<HTMLElement>, 'id'> & {
|
|
@@ -8689,23 +8763,12 @@ declare module '@elastic/eui/src/components/accordion/accordion' {
|
|
|
8689
8763
|
element: "div";
|
|
8690
8764
|
buttonElement: "button";
|
|
8691
8765
|
};
|
|
8692
|
-
childContent: HTMLDivElement | null;
|
|
8693
|
-
childWrapper: HTMLDivElement | null;
|
|
8694
|
-
tabbableChildren: FocusableElement[] | null;
|
|
8695
8766
|
state: {
|
|
8696
8767
|
isOpen: boolean;
|
|
8697
8768
|
};
|
|
8698
8769
|
get isOpen(): boolean;
|
|
8699
|
-
setChildContentHeight: () => void;
|
|
8700
|
-
componentDidMount(): void;
|
|
8701
|
-
componentDidUpdate(prevProps: EuiAccordionProps, prevState: EuiAccordionState): void;
|
|
8702
8770
|
onToggle: () => void;
|
|
8703
|
-
preventTabbing: () => void;
|
|
8704
|
-
enableTabbing: () => void;
|
|
8705
|
-
setChildContentRef: (node: HTMLDivElement | null) => void;
|
|
8706
8771
|
generatedId: string;
|
|
8707
|
-
resizeRef: (e: HTMLElement | null) => void;
|
|
8708
|
-
observerRef: (ref: HTMLDivElement) => void;
|
|
8709
8772
|
render(): React.JSX.Element;
|
|
8710
8773
|
}
|
|
8711
8774
|
export const EuiAccordion: React.ForwardRefExoticComponent<Omit<EuiAccordionProps, "theme"> & React.RefAttributes<Omit<EuiAccordionProps, "theme">>>;
|
|
@@ -16982,13 +17045,12 @@ declare module '@elastic/eui/src/components/inline_edit/inline_edit_form.styles'
|
|
|
16982
17045
|
|
|
16983
17046
|
}
|
|
16984
17047
|
declare module '@elastic/eui/src/components/inline_edit/inline_edit_form' {
|
|
16985
|
-
import { ReactNode, FunctionComponent, HTMLAttributes } from 'react';
|
|
16986
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
17048
|
+
import React, { ReactNode, FunctionComponent, HTMLAttributes } from 'react';
|
|
17049
|
+
import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
|
|
16987
17050
|
import { EuiFormRowProps, EuiFieldTextProps } from '@elastic/eui/src/components/form';
|
|
16988
17051
|
import { EuiButtonIconPropsForButton } from '@elastic/eui/src/components/button/button_icon';
|
|
16989
17052
|
import { EuiButtonEmptyPropsForButton } from '@elastic/eui/src/components/button/button_empty/button_empty';
|
|
16990
17053
|
export type EuiInlineEditCommonProps = Omit<HTMLAttributes<HTMLDivElement>, 'children'> & CommonProps & {
|
|
16991
|
-
defaultValue: string;
|
|
16992
17054
|
placeholder?: string;
|
|
16993
17055
|
/**
|
|
16994
17056
|
* Callback that fires when a user clicks the save button.
|
|
@@ -17036,7 +17098,25 @@ declare module '@elastic/eui/src/components/inline_edit/inline_edit_form' {
|
|
|
17036
17098
|
* Locks inline edit in read mode and displays the text value
|
|
17037
17099
|
*/
|
|
17038
17100
|
isReadOnly?: boolean;
|
|
17039
|
-
}
|
|
17101
|
+
} & ExclusiveUnion<{
|
|
17102
|
+
/**
|
|
17103
|
+
* Initial inline edit text value
|
|
17104
|
+
*/
|
|
17105
|
+
defaultValue: string;
|
|
17106
|
+
}, {
|
|
17107
|
+
/**
|
|
17108
|
+
* To use inline edit as a controlled component, continuously pass the value via this prop
|
|
17109
|
+
*/
|
|
17110
|
+
value: string;
|
|
17111
|
+
/**
|
|
17112
|
+
* Callback required to receive and update `value` based on user input
|
|
17113
|
+
*/
|
|
17114
|
+
onChange: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
17115
|
+
/**
|
|
17116
|
+
* Callback required to reset `value` to the previous read mode text value.
|
|
17117
|
+
*/
|
|
17118
|
+
onCancel: (perviousValue: string) => void;
|
|
17119
|
+
}>;
|
|
17040
17120
|
export type EuiInlineEditFormProps = EuiInlineEditCommonProps & {
|
|
17041
17121
|
/**
|
|
17042
17122
|
* Form sizes
|
|
@@ -22351,6 +22431,7 @@ declare module '@elastic/eui/src/components/toast/global_toast_list.styles' {
|
|
|
22351
22431
|
euiGlobalToastList: import("@emotion/utils").SerializedStyles;
|
|
22352
22432
|
right: import("@emotion/utils").SerializedStyles;
|
|
22353
22433
|
left: import("@emotion/utils").SerializedStyles;
|
|
22434
|
+
euiGlobalToastListDismissButton: import("@emotion/utils").SerializedStyles;
|
|
22354
22435
|
};
|
|
22355
22436
|
export const euiGlobalToastListItemStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
22356
22437
|
euiGlobalToastListItem: import("@emotion/utils").SerializedStyles;
|
|
@@ -22377,6 +22458,7 @@ declare module '@elastic/eui/src/components/toast/global_toast_list' {
|
|
|
22377
22458
|
import { EuiToastProps } from '@elastic/eui/src/components/toast/toast'; type ToastSide = 'right' | 'left';
|
|
22378
22459
|
export const SIDES: ToastSide[];
|
|
22379
22460
|
export const TOAST_FADE_OUT_MS = 250;
|
|
22461
|
+
export const CLEAR_ALL_TOASTS_THRESHOLD_DEFAULT = 3;
|
|
22380
22462
|
export interface Toast extends EuiToastProps {
|
|
22381
22463
|
id: string;
|
|
22382
22464
|
text?: ReactChild;
|
|
@@ -22390,6 +22472,17 @@ declare module '@elastic/eui/src/components/toast/global_toast_list' {
|
|
|
22390
22472
|
* Determines which side of the browser window the toasts should appear
|
|
22391
22473
|
*/
|
|
22392
22474
|
side?: ToastSide;
|
|
22475
|
+
/**
|
|
22476
|
+
* At this threshold, a "Clear all" button will display at the bottom of the toast list
|
|
22477
|
+
* that allows users to dismiss all toasts in a single click.
|
|
22478
|
+
*
|
|
22479
|
+
* Defaults to `3`. Set to `0` to disable the button entirely.
|
|
22480
|
+
*/
|
|
22481
|
+
showClearAllButtonAt?: number;
|
|
22482
|
+
/**
|
|
22483
|
+
* Optional callback that fires when a user clicks the "Clear all" button.
|
|
22484
|
+
*/
|
|
22485
|
+
onClearAllToasts?: () => void;
|
|
22393
22486
|
}
|
|
22394
22487
|
export const EuiGlobalToastList: FunctionComponent<EuiGlobalToastListProps>;
|
|
22395
22488
|
export {};
|
|
@@ -24976,6 +25069,17 @@ declare module '@elastic/eui/src/components/icon/assets/grab' {
|
|
|
24976
25069
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
24977
25070
|
export {};
|
|
24978
25071
|
|
|
25072
|
+
}
|
|
25073
|
+
declare module '@elastic/eui/src/components/icon/assets/grabOmnidirectional' {
|
|
25074
|
+
import * as React from 'react';
|
|
25075
|
+
import type { SVGProps } from 'react';
|
|
25076
|
+
interface SVGRProps {
|
|
25077
|
+
title?: string;
|
|
25078
|
+
titleId?: string;
|
|
25079
|
+
}
|
|
25080
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
25081
|
+
export {};
|
|
25082
|
+
|
|
24979
25083
|
}
|
|
24980
25084
|
declare module '@elastic/eui/src/components/icon/assets/grab_horizontal' {
|
|
24981
25085
|
import * as React from 'react';
|
|
@@ -27890,6 +27994,50 @@ declare module '@elastic/eui/src/components/icon/assets/training' {
|
|
|
27890
27994
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
27891
27995
|
export {};
|
|
27892
27996
|
|
|
27997
|
+
}
|
|
27998
|
+
declare module '@elastic/eui/src/components/icon/assets/transitionLeftIn' {
|
|
27999
|
+
import * as React from 'react';
|
|
28000
|
+
import type { SVGProps } from 'react';
|
|
28001
|
+
interface SVGRProps {
|
|
28002
|
+
title?: string;
|
|
28003
|
+
titleId?: string;
|
|
28004
|
+
}
|
|
28005
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28006
|
+
export {};
|
|
28007
|
+
|
|
28008
|
+
}
|
|
28009
|
+
declare module '@elastic/eui/src/components/icon/assets/transitionLeftOut' {
|
|
28010
|
+
import * as React from 'react';
|
|
28011
|
+
import type { SVGProps } from 'react';
|
|
28012
|
+
interface SVGRProps {
|
|
28013
|
+
title?: string;
|
|
28014
|
+
titleId?: string;
|
|
28015
|
+
}
|
|
28016
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28017
|
+
export {};
|
|
28018
|
+
|
|
28019
|
+
}
|
|
28020
|
+
declare module '@elastic/eui/src/components/icon/assets/transitionTopIn' {
|
|
28021
|
+
import * as React from 'react';
|
|
28022
|
+
import type { SVGProps } from 'react';
|
|
28023
|
+
interface SVGRProps {
|
|
28024
|
+
title?: string;
|
|
28025
|
+
titleId?: string;
|
|
28026
|
+
}
|
|
28027
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28028
|
+
export {};
|
|
28029
|
+
|
|
28030
|
+
}
|
|
28031
|
+
declare module '@elastic/eui/src/components/icon/assets/transitionTopOut' {
|
|
28032
|
+
import * as React from 'react';
|
|
28033
|
+
import type { SVGProps } from 'react';
|
|
28034
|
+
interface SVGRProps {
|
|
28035
|
+
title?: string;
|
|
28036
|
+
titleId?: string;
|
|
28037
|
+
}
|
|
28038
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28039
|
+
export {};
|
|
28040
|
+
|
|
27893
28041
|
}
|
|
27894
28042
|
declare module '@elastic/eui/src/components/icon/assets/trash' {
|
|
27895
28043
|
import * as React from 'react';
|
|
@@ -28292,7 +28440,7 @@ declare module '@elastic/eui/src/global_styling/variables/_colors_vis' {
|
|
|
28292
28440
|
|
|
28293
28441
|
declare module '@elastic/eui' {
|
|
28294
28442
|
export type EuiTokensObject = {
|
|
28295
|
-
"
|
|
28443
|
+
"euiAccordionChildrenLoading.message": any;
|
|
28296
28444
|
"euiBasicTable.noItemsMessage": any;
|
|
28297
28445
|
"euiBasicTable.tableCaptionWithPagination": any;
|
|
28298
28446
|
"euiBasicTable.tableAutoCaptionWithPagination": any;
|
|
@@ -28677,6 +28825,8 @@ declare module '@elastic/eui' {
|
|
|
28677
28825
|
"euiTablePagination.rowsPerPage": any;
|
|
28678
28826
|
"euiTablePagination.rowsPerPageOptionShowAllRows": any;
|
|
28679
28827
|
"euiTablePagination.rowsPerPageOption": any;
|
|
28828
|
+
"euiGlobalToastList.clearAllToastsButtonAriaLabel": any;
|
|
28829
|
+
"euiGlobalToastList.clearAllToastsButtonDisplayText": any;
|
|
28680
28830
|
"euiToast.dismissToast": any;
|
|
28681
28831
|
"euiToast.newNotification": any;
|
|
28682
28832
|
"euiToast.notification": any;
|
package/i18ntokens.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"token": "
|
|
3
|
+
"token": "euiAccordionChildrenLoading.message",
|
|
4
4
|
"defString": "Loading",
|
|
5
5
|
"highlighting": "string",
|
|
6
6
|
"loc": {
|
|
7
7
|
"start": {
|
|
8
|
-
"line":
|
|
9
|
-
"column":
|
|
10
|
-
"index":
|
|
8
|
+
"line": 39,
|
|
9
|
+
"column": 12,
|
|
10
|
+
"index": 1176
|
|
11
11
|
},
|
|
12
12
|
"end": {
|
|
13
|
-
"line":
|
|
14
|
-
"column":
|
|
15
|
-
"index":
|
|
13
|
+
"line": 42,
|
|
14
|
+
"column": 14,
|
|
15
|
+
"index": 1289
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
|
-
"filepath": "src/components/accordion/
|
|
18
|
+
"filepath": "src/components/accordion/accordion_children/accordion_children_loading.tsx"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"token": "euiBasicTable.noItemsMessage",
|
|
@@ -5063,14 +5063,14 @@
|
|
|
5063
5063
|
"highlighting": "string",
|
|
5064
5064
|
"loc": {
|
|
5065
5065
|
"start": {
|
|
5066
|
-
"line":
|
|
5066
|
+
"line": 172,
|
|
5067
5067
|
"column": 37,
|
|
5068
|
-
"index":
|
|
5068
|
+
"index": 5274
|
|
5069
5069
|
},
|
|
5070
5070
|
"end": {
|
|
5071
|
-
"line":
|
|
5071
|
+
"line": 175,
|
|
5072
5072
|
"column": 3,
|
|
5073
|
-
"index":
|
|
5073
|
+
"index": 5350
|
|
5074
5074
|
}
|
|
5075
5075
|
},
|
|
5076
5076
|
"filepath": "src/components/inline_edit/inline_edit_form.tsx"
|
|
@@ -5081,14 +5081,14 @@
|
|
|
5081
5081
|
"highlighting": "string",
|
|
5082
5082
|
"loc": {
|
|
5083
5083
|
"start": {
|
|
5084
|
-
"line":
|
|
5084
|
+
"line": 176,
|
|
5085
5085
|
"column": 39,
|
|
5086
|
-
"index":
|
|
5086
|
+
"index": 5391
|
|
5087
5087
|
},
|
|
5088
5088
|
"end": {
|
|
5089
|
-
"line":
|
|
5089
|
+
"line": 179,
|
|
5090
5090
|
"column": 3,
|
|
5091
|
-
"index":
|
|
5091
|
+
"index": 5471
|
|
5092
5092
|
}
|
|
5093
5093
|
},
|
|
5094
5094
|
"filepath": "src/components/inline_edit/inline_edit_form.tsx"
|
|
@@ -5099,14 +5099,14 @@
|
|
|
5099
5099
|
"highlighting": "string",
|
|
5100
5100
|
"loc": {
|
|
5101
5101
|
"start": {
|
|
5102
|
-
"line":
|
|
5102
|
+
"line": 300,
|
|
5103
5103
|
"column": 10,
|
|
5104
|
-
"index":
|
|
5104
|
+
"index": 9596
|
|
5105
5105
|
},
|
|
5106
5106
|
"end": {
|
|
5107
|
-
"line":
|
|
5107
|
+
"line": 303,
|
|
5108
5108
|
"column": 12,
|
|
5109
|
-
"index":
|
|
5109
|
+
"index": 9775
|
|
5110
5110
|
}
|
|
5111
5111
|
},
|
|
5112
5112
|
"filepath": "src/components/inline_edit/inline_edit_form.tsx"
|
|
@@ -5117,14 +5117,14 @@
|
|
|
5117
5117
|
"highlighting": "string",
|
|
5118
5118
|
"loc": {
|
|
5119
5119
|
"start": {
|
|
5120
|
-
"line":
|
|
5120
|
+
"line": 391,
|
|
5121
5121
|
"column": 10,
|
|
5122
|
-
"index":
|
|
5122
|
+
"index": 12623
|
|
5123
5123
|
},
|
|
5124
5124
|
"end": {
|
|
5125
|
-
"line":
|
|
5125
|
+
"line": 394,
|
|
5126
5126
|
"column": 12,
|
|
5127
|
-
"index":
|
|
5127
|
+
"index": 12764
|
|
5128
5128
|
}
|
|
5129
5129
|
},
|
|
5130
5130
|
"filepath": "src/components/inline_edit/inline_edit_form.tsx"
|
|
@@ -7037,6 +7037,42 @@
|
|
|
7037
7037
|
},
|
|
7038
7038
|
"filepath": "src/components/table/table_pagination/table_pagination.tsx"
|
|
7039
7039
|
},
|
|
7040
|
+
{
|
|
7041
|
+
"token": "euiGlobalToastList.clearAllToastsButtonAriaLabel",
|
|
7042
|
+
"defString": "Clear all toast notifications",
|
|
7043
|
+
"highlighting": "string",
|
|
7044
|
+
"loc": {
|
|
7045
|
+
"start": {
|
|
7046
|
+
"line": 314,
|
|
7047
|
+
"column": 6,
|
|
7048
|
+
"index": 10360
|
|
7049
|
+
},
|
|
7050
|
+
"end": {
|
|
7051
|
+
"line": 321,
|
|
7052
|
+
"column": 7,
|
|
7053
|
+
"index": 10629
|
|
7054
|
+
}
|
|
7055
|
+
},
|
|
7056
|
+
"filepath": "src/components/toast/global_toast_list.tsx"
|
|
7057
|
+
},
|
|
7058
|
+
{
|
|
7059
|
+
"token": "euiGlobalToastList.clearAllToastsButtonDisplayText",
|
|
7060
|
+
"defString": "Clear all",
|
|
7061
|
+
"highlighting": "string",
|
|
7062
|
+
"loc": {
|
|
7063
|
+
"start": {
|
|
7064
|
+
"line": 314,
|
|
7065
|
+
"column": 6,
|
|
7066
|
+
"index": 10360
|
|
7067
|
+
},
|
|
7068
|
+
"end": {
|
|
7069
|
+
"line": 321,
|
|
7070
|
+
"column": 7,
|
|
7071
|
+
"index": 10629
|
|
7072
|
+
}
|
|
7073
|
+
},
|
|
7074
|
+
"filepath": "src/components/toast/global_toast_list.tsx"
|
|
7075
|
+
},
|
|
7040
7076
|
{
|
|
7041
7077
|
"token": "euiToast.dismissToast",
|
|
7042
7078
|
"defString": "Dismiss toast",
|