@elastic/eui 111.0.0 → 111.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +36 -55
- package/es/components/basic_table/in_memory_table.js +6 -6
- package/es/components/beacon/beacon.styles.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/button/index.js +2 -1
- package/es/components/button/split_button/index.js +10 -0
- package/es/components/button/split_button/split_button.js +120 -0
- package/es/components/button/split_button/split_button.styles.js +51 -0
- package/es/components/button/split_button/split_button_actions.js +115 -0
- package/es/components/button/split_button/split_button_context.js +14 -0
- 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_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/es/components/datagrid/controls/fullscreen_selector.styles.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/empty_prompt/empty_prompt.js +2 -2
- package/es/components/flex/flex_group.js +1 -1
- package/es/components/flyout/flyout.styles.js +1 -0
- package/es/components/form/field_number/field_number.js +2 -2
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_control_button/form_control_button.js +1 -1
- 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/horizontal_rule/horizontal_rule.js +1 -1
- package/es/components/icon/assets/agentBuilderRobot.js +37 -0
- package/es/components/icon/assets/cross_project_search.js +35 -0
- package/es/components/icon/assets/dashed_circle.js +35 -0
- package/es/components/icon/assets/product_robot.js +37 -0
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +3 -0
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/link/external_link_icon.js +6 -3
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/page/page_header/page_header_content.js +2 -2
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/search_bar/search_bar.js +1 -1
- 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/spacer/spacer.js +1 -1
- package/es/components/table/table_header_cell.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/es/components/tour/tour_step_indicator.js +8 -3
- package/es/global_styling/mixins/_button.js +28 -9
- package/es/global_styling/mixins/_container_query.js +106 -0
- package/es/global_styling/mixins/index.js +1 -0
- package/es/services/container_query/container_query_hook.js +64 -0
- package/es/services/container_query/index.js +9 -0
- package/es/services/container_query/match_container.js +242 -0
- package/eui.d.ts +414 -61
- package/i18ntokens.json +1053 -1053
- 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 +36 -55
- package/lib/components/basic_table/in_memory_table.js +6 -6
- package/lib/components/beacon/beacon.styles.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/button/index.js +8 -1
- package/lib/components/button/split_button/index.js +25 -0
- package/lib/components/button/split_button/split_button.js +129 -0
- package/lib/components/button/split_button/split_button.styles.js +55 -0
- package/lib/components/button/split_button/split_button_actions.js +123 -0
- package/lib/components/button/split_button/split_button_context.js +20 -0
- 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_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/lib/components/datagrid/controls/fullscreen_selector.styles.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/empty_prompt/empty_prompt.js +2 -2
- package/lib/components/flex/flex_group.js +1 -1
- package/lib/components/flyout/flyout.styles.js +2 -1
- package/lib/components/form/field_number/field_number.js +2 -2
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_control_button/form_control_button.js +1 -1
- 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/horizontal_rule/horizontal_rule.js +1 -1
- package/lib/components/icon/assets/agentBuilderRobot.js +44 -0
- package/lib/components/icon/assets/cross_project_search.js +42 -0
- package/lib/components/icon/assets/dashed_circle.js +42 -0
- package/lib/components/icon/assets/product_robot.js +44 -0
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +3 -0
- package/lib/components/icon/svgs/cross_project_search.svg +3 -0
- package/lib/components/icon/svgs/dashed_circle.svg +5 -0
- package/lib/components/icon/svgs/product_robot.svg +4 -0
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/link/external_link_icon.js +6 -3
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +2 -2
- package/lib/components/pagination/pagination_button.js +1 -1
- package/lib/components/search_bar/search_bar.js +1 -1
- 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/spacer/spacer.js +1 -1
- package/lib/components/table/table_header_cell.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/lib/components/tour/tour_step_indicator.js +8 -3
- package/lib/global_styling/mixins/_button.js +29 -10
- package/lib/global_styling/mixins/_container_query.js +112 -0
- package/lib/global_styling/mixins/index.js +11 -0
- package/lib/services/container_query/container_query_hook.js +67 -0
- package/lib/services/container_query/index.js +16 -0
- package/lib/services/container_query/match_container.js +243 -0
- package/optimize/es/components/basic_table/basic_table.js +30 -49
- package/optimize/es/components/beacon/beacon.styles.js +1 -1
- package/optimize/es/components/button/index.js +2 -1
- package/optimize/es/components/button/split_button/index.js +10 -0
- package/optimize/es/components/button/split_button/split_button.js +98 -0
- package/optimize/es/components/button/split_button/split_button.styles.js +51 -0
- package/optimize/es/components/button/split_button/split_button_actions.js +89 -0
- package/optimize/es/components/button/split_button/split_button_context.js +14 -0
- package/optimize/es/components/datagrid/controls/fullscreen_selector.styles.js +1 -1
- package/optimize/es/components/empty_prompt/empty_prompt.js +1 -1
- package/optimize/es/components/flex/flex_group.js +1 -1
- package/optimize/es/components/flyout/flyout.styles.js +1 -0
- package/optimize/es/components/horizontal_rule/horizontal_rule.js +1 -1
- package/optimize/es/components/icon/assets/agentBuilderRobot.js +36 -0
- package/optimize/es/components/icon/assets/cross_project_search.js +34 -0
- package/optimize/es/components/icon/assets/dashed_circle.js +34 -0
- package/optimize/es/components/icon/assets/product_robot.js +36 -0
- package/optimize/es/components/icon/icon_map.js +3 -0
- package/optimize/es/components/link/external_link_icon.js +6 -3
- package/optimize/es/components/page/page_header/page_header_content.js +1 -1
- package/optimize/es/components/search_bar/search_bar.js +1 -1
- package/optimize/es/components/spacer/spacer.js +1 -1
- package/optimize/es/components/tour/tour_step_indicator.js +8 -3
- package/optimize/es/global_styling/mixins/_button.js +28 -9
- package/optimize/es/global_styling/mixins/_container_query.js +106 -0
- package/optimize/es/global_styling/mixins/index.js +1 -0
- package/optimize/es/services/container_query/container_query_hook.js +59 -0
- package/optimize/es/services/container_query/index.js +9 -0
- package/optimize/es/services/container_query/match_container.js +229 -0
- package/optimize/lib/components/basic_table/basic_table.js +30 -49
- package/optimize/lib/components/beacon/beacon.styles.js +1 -1
- package/optimize/lib/components/button/index.js +8 -1
- package/optimize/lib/components/button/split_button/index.js +25 -0
- package/optimize/lib/components/button/split_button/split_button.js +107 -0
- package/optimize/lib/components/button/split_button/split_button.styles.js +55 -0
- package/optimize/lib/components/button/split_button/split_button_actions.js +98 -0
- package/optimize/lib/components/button/split_button/split_button_context.js +20 -0
- package/optimize/lib/components/datagrid/controls/fullscreen_selector.styles.js +1 -1
- package/optimize/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/optimize/lib/components/flex/flex_group.js +1 -1
- package/optimize/lib/components/flyout/flyout.styles.js +2 -1
- package/optimize/lib/components/horizontal_rule/horizontal_rule.js +1 -1
- package/optimize/lib/components/icon/assets/agentBuilderRobot.js +44 -0
- package/optimize/lib/components/icon/assets/cross_project_search.js +42 -0
- package/optimize/lib/components/icon/assets/dashed_circle.js +42 -0
- package/optimize/lib/components/icon/assets/product_robot.js +44 -0
- package/optimize/lib/components/icon/icon_map.js +3 -0
- package/optimize/lib/components/icon/svgs/cross_project_search.svg +3 -0
- package/optimize/lib/components/icon/svgs/dashed_circle.svg +5 -0
- package/optimize/lib/components/icon/svgs/product_robot.svg +4 -0
- package/optimize/lib/components/link/external_link_icon.js +6 -3
- package/optimize/lib/components/page/page_header/page_header_content.js +1 -1
- package/optimize/lib/components/search_bar/search_bar.js +1 -1
- package/optimize/lib/components/spacer/spacer.js +1 -1
- package/optimize/lib/components/tour/tour_step_indicator.js +8 -3
- package/optimize/lib/global_styling/mixins/_button.js +29 -10
- package/optimize/lib/global_styling/mixins/_container_query.js +112 -0
- package/optimize/lib/global_styling/mixins/index.js +11 -0
- package/optimize/lib/services/container_query/container_query_hook.js +65 -0
- package/optimize/lib/services/container_query/index.js +16 -0
- package/optimize/lib/services/container_query/match_container.js +231 -0
- package/package.json +4 -4
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +36 -55
- package/test-env/components/basic_table/in_memory_table.js +6 -6
- package/test-env/components/beacon/beacon.styles.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/button/index.js +8 -1
- package/test-env/components/button/split_button/index.js +25 -0
- package/test-env/components/button/split_button/split_button.js +123 -0
- package/test-env/components/button/split_button/split_button.styles.js +55 -0
- package/test-env/components/button/split_button/split_button_actions.js +120 -0
- package/test-env/components/button/split_button/split_button_context.js +20 -0
- 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_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/test-env/components/datagrid/controls/fullscreen_selector.styles.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/empty_prompt/empty_prompt.js +2 -2
- package/test-env/components/flex/flex_group.js +1 -1
- package/test-env/components/flyout/flyout.styles.js +2 -1
- package/test-env/components/form/field_number/field_number.js +2 -2
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_control_button/form_control_button.js +1 -1
- 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/horizontal_rule/horizontal_rule.js +1 -1
- package/test-env/components/icon/assets/agentBuilderRobot.js +44 -0
- package/test-env/components/icon/assets/cross_project_search.js +42 -0
- package/test-env/components/icon/assets/dashed_circle.js +42 -0
- package/test-env/components/icon/assets/product_robot.js +44 -0
- package/test-env/components/icon/icon_map.js +3 -0
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/link/external_link_icon.js +6 -3
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +2 -2
- package/test-env/components/pagination/pagination_button.js +1 -1
- package/test-env/components/search_bar/search_bar.js +1 -1
- 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/spacer/spacer.js +1 -1
- package/test-env/components/table/table_header_cell.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/test-env/components/tour/tour_step_indicator.js +8 -3
- package/test-env/global_styling/mixins/_button.js +29 -10
- package/test-env/global_styling/mixins/_container_query.js +112 -0
- package/test-env/global_styling/mixins/index.js +11 -0
- package/test-env/services/container_query/container_query_hook.js +65 -0
- package/test-env/services/container_query/index.js +16 -0
- package/test-env/services/container_query/match_container.js +231 -0
package/eui.d.ts
CHANGED
|
@@ -1155,6 +1155,11 @@ declare module '@elastic/eui/src/global_styling/mixins/_button' {
|
|
|
1155
1155
|
export interface _EuiButtonOptions {
|
|
1156
1156
|
display?: _EuiButtonDisplay;
|
|
1157
1157
|
}
|
|
1158
|
+
export const getEuiButtonColors: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
|
|
1159
|
+
color: string;
|
|
1160
|
+
backgroundColor: string;
|
|
1161
|
+
borderColor: string;
|
|
1162
|
+
};
|
|
1158
1163
|
/**
|
|
1159
1164
|
* Creates the `base` version of button styles with proper text contrast.
|
|
1160
1165
|
* @param euiThemeContext
|
|
@@ -1170,6 +1175,11 @@ declare module '@elastic/eui/src/global_styling/mixins/_button' {
|
|
|
1170
1175
|
color: string;
|
|
1171
1176
|
backgroundColor: string;
|
|
1172
1177
|
};
|
|
1178
|
+
export const getEuiFilledButtonColors: (euiThemeContext: UseEuiTheme, color: _EuiExtendedButtonColor | "disabled") => {
|
|
1179
|
+
color: string;
|
|
1180
|
+
backgroundColor: string;
|
|
1181
|
+
borderColor: string;
|
|
1182
|
+
};
|
|
1173
1183
|
/**
|
|
1174
1184
|
* Creates the `fill` version of buttons styles with proper text contrast.
|
|
1175
1185
|
* @param euiThemeContext
|
|
@@ -1276,6 +1286,88 @@ declare module '@elastic/eui/src/global_styling/mixins/_color' {
|
|
|
1276
1286
|
*/
|
|
1277
1287
|
export const useEuiBorderColorCSS: () => Record<"primary" | "accent" | "accentSecondary" | "success" | "warning" | "danger" | "neutral" | "risk" | "transparent" | "plain" | "subdued" | "highlighted", SerializedStyles>;
|
|
1278
1288
|
|
|
1289
|
+
}
|
|
1290
|
+
declare module '@elastic/eui/src/global_styling/mixins/_container_query' {
|
|
1291
|
+
const CONTAINER_TYPES: readonly ["normal", "size", "inline-size"];
|
|
1292
|
+
/**
|
|
1293
|
+
* Type of container context used in container queries.
|
|
1294
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/container-type}
|
|
1295
|
+
*/
|
|
1296
|
+
export type EuiContainerType = (typeof CONTAINER_TYPES)[number];
|
|
1297
|
+
/**
|
|
1298
|
+
* Establish element as a query container.
|
|
1299
|
+
* The scroll state is applied through the `scrollState` argument
|
|
1300
|
+
* and not the `type` argument.
|
|
1301
|
+
*
|
|
1302
|
+
* @example
|
|
1303
|
+
* // Export container name to use across the application
|
|
1304
|
+
* export const PAGE_CONTENT_CONTAINER_NAME = 'my-app-page-content';
|
|
1305
|
+
* const pageContentStyles = css`
|
|
1306
|
+
* ${euiContainer('inline-size', PAGE_CONTENT_CONTAINER_NAME)}
|
|
1307
|
+
* margin: 0 auto;
|
|
1308
|
+
* `;
|
|
1309
|
+
*
|
|
1310
|
+
* @returns A style string to be used inside Emotion's `css` template literal
|
|
1311
|
+
* @beta
|
|
1312
|
+
*/
|
|
1313
|
+
export const euiContainer: (type: EuiContainerType, name?: string, scrollState?: boolean) => string;
|
|
1314
|
+
/**
|
|
1315
|
+
* Establish element as a query container.
|
|
1316
|
+
* The scroll state is applied through the `scrollState` argument
|
|
1317
|
+
* and not the `type` argument.
|
|
1318
|
+
*
|
|
1319
|
+
* @example
|
|
1320
|
+
* // Export container name to use across the application
|
|
1321
|
+
* export const PAGE_CONTENT_CONTAINER_NAME = 'my-app-page-content';
|
|
1322
|
+
* const PageContent = ({ children }: PropsWithChildren) => (
|
|
1323
|
+
* <main css={euiContainerCSS('inline-size', PAGE_CONTENT_CONTAINER_NAME)}>
|
|
1324
|
+
* {children}
|
|
1325
|
+
* </main>
|
|
1326
|
+
* );
|
|
1327
|
+
* @returns Emotion's `SerializedStyles` object to be passed to the `css` prop
|
|
1328
|
+
* of a React component.
|
|
1329
|
+
* @beta
|
|
1330
|
+
*/
|
|
1331
|
+
export const euiContainerCSS: (type: EuiContainerType, name?: string, scrollState?: boolean) => import("@emotion/react").SerializedStyles;
|
|
1332
|
+
/**
|
|
1333
|
+
* Get a @container rule for given conditions and an optional container name.
|
|
1334
|
+
*
|
|
1335
|
+
* Container queries can be used to apply conditional styles based on container
|
|
1336
|
+
* size, its scroll state or even its styles.
|
|
1337
|
+
*
|
|
1338
|
+
* It's hugely useful to conditionally show or hide information based
|
|
1339
|
+
* on the **container** dimensions instead of the **viewport** dimensions.
|
|
1340
|
+
*
|
|
1341
|
+
* When container name is provided, it will be used to target the containment
|
|
1342
|
+
* context. When skipped, it will target the nearest ancestor with containment.
|
|
1343
|
+
*
|
|
1344
|
+
* @example
|
|
1345
|
+
* const itemDetailsStyles = css`
|
|
1346
|
+
* background: red;
|
|
1347
|
+
*
|
|
1348
|
+
* ${euiContainerQuery('(width > 250px)')} {
|
|
1349
|
+
* background: blue;
|
|
1350
|
+
* }
|
|
1351
|
+
* `;
|
|
1352
|
+
*
|
|
1353
|
+
* @param conditions one or many conditions to query the container with.
|
|
1354
|
+
* Similarly to media queries, you can use
|
|
1355
|
+
* size queries (e.g., `(width > 300px)`),
|
|
1356
|
+
* scroll state queries (e.g., `(scroll-state(scrollable: top))`),
|
|
1357
|
+
* or even style queries.
|
|
1358
|
+
* You can use the `and`, `or` and `not` logical keywords to define container
|
|
1359
|
+
* conditions. Note that all conditions must be wrapped in parentheses.
|
|
1360
|
+
*
|
|
1361
|
+
* @param containerName When provided, it will be used to target
|
|
1362
|
+
* the containment context and run queries against it. Otherwise, the nearest
|
|
1363
|
+
* ancestor with containment will be queried instead.
|
|
1364
|
+
*
|
|
1365
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@container}
|
|
1366
|
+
* @beta
|
|
1367
|
+
*/
|
|
1368
|
+
export const euiContainerQuery: (conditions: string, containerName?: string) => string;
|
|
1369
|
+
export {};
|
|
1370
|
+
|
|
1279
1371
|
}
|
|
1280
1372
|
declare module '@elastic/eui/src/global_styling/mixins/_helpers' {
|
|
1281
1373
|
import { CSSProperties } from 'react';
|
|
@@ -1496,6 +1588,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_shadow' {
|
|
|
1496
1588
|
}
|
|
1497
1589
|
declare module '@elastic/eui/src/global_styling/mixins' {
|
|
1498
1590
|
export * from '@elastic/eui/src/global_styling/mixins/_color';
|
|
1591
|
+
export * from '@elastic/eui/src/global_styling/mixins/_container_query';
|
|
1499
1592
|
export * from '@elastic/eui/src/global_styling/mixins/_helpers';
|
|
1500
1593
|
export * from '@elastic/eui/src/global_styling/mixins/_padding';
|
|
1501
1594
|
export * from '@elastic/eui/src/global_styling/mixins/_states';
|
|
@@ -2630,6 +2723,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2630
2723
|
controlsVertical: string;
|
|
2631
2724
|
copy: string;
|
|
2632
2725
|
copyClipboard: string;
|
|
2726
|
+
crossProjectSearch: string;
|
|
2633
2727
|
createAdvancedJob: string;
|
|
2634
2728
|
createGenericJob: string;
|
|
2635
2729
|
createGeoJob: string;
|
|
@@ -2643,6 +2737,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2643
2737
|
currency: string;
|
|
2644
2738
|
cut: string;
|
|
2645
2739
|
dashboardApp: string;
|
|
2740
|
+
dashedCircle: string;
|
|
2646
2741
|
dataVisualizer: string;
|
|
2647
2742
|
database: string;
|
|
2648
2743
|
desktop: string;
|
|
@@ -2909,6 +3004,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
2909
3004
|
plusInCircleFilled: string;
|
|
2910
3005
|
plusInSquare: string;
|
|
2911
3006
|
popout: string;
|
|
3007
|
+
productRobot: string;
|
|
2912
3008
|
push: string;
|
|
2913
3009
|
question: string;
|
|
2914
3010
|
quote: string;
|
|
@@ -3147,7 +3243,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
3147
3243
|
import { WithEuiStylesMemoizerProps } from '@elastic/eui/src/services';
|
|
3148
3244
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
3149
3245
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
3150
|
-
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "error" | "warning" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "pencil" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "info" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "plugs" | "plus" | "popout" | "question" | "quote" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "thumbDown" | "thumbUp" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "backgroundTask" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "documentEdit" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "expandMini" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "filterInCircle" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "glasses" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "lettering" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "playFilled" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workflowsApp" | "workplaceSearchApp" | "tokenDenseVector")[];
|
|
3246
|
+
export const TYPES: ("string" | "number" | "function" | "article" | "code" | "link" | "menu" | "search" | "section" | "filter" | "image" | "stop" | "at" | "key" | "error" | "warning" | "scale" | "color" | "refresh" | "push" | "copy" | "cut" | "pause" | "play" | "offline" | "online" | "storage" | "temperature" | "wordWrap" | "grid" | "empty" | "invert" | "grab" | "help" | "move" | "spaces" | "dot" | "alert" | "document" | "list" | "email" | "annotation" | "container" | "accessibility" | "aggregate" | "analyzeEvent" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "flask" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkCircle" | "checkInCircleFilled" | "cheer" | "clickLeft" | "clickRight" | "clock" | "clockCounter" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "comment" | "compute" | "console" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "contrast" | "contrastHigh" | "controls" | "cross" | "crosshairs" | "currency" | "database" | "desktop" | "diff" | "pencil" | "documentation" | "documents" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "endpoint" | "eql" | "eraser" | "errorFilled" | "esqlVis" | "exit" | "expand" | "export" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "readOnly" | "globe" | "grabOmnidirectional" | "gradient" | "heart" | "heatmap" | "home" | "info" | "index" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lineDashed" | "lineDotted" | "lineSolid" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "package" | "pageSelect" | "pagesSelect" | "palette" | "partial" | "payment" | "percent" | "pin" | "pipeBreaks" | "pipeNoBreaks" | "pivot" | "plugs" | "plus" | "popout" | "question" | "quote" | "reporter" | "save" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "sparkles" | "starPlusEmpty" | "starPlusFilled" | "stats" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "thumbDown" | "thumbUp" | "timeline" | "timelineWithArrow" | "timeRefresh" | "timeslider" | "training" | "transitionLeftIn" | "transitionLeftOut" | "transitionTopIn" | "transitionTopOut" | "trash" | "unfold" | "unlink" | "user" | "users" | "vector" | "videoPlayer" | "warningFilled" | "web" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDimension" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenSemanticText" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "tokenVectorDense" | "tokenVectorSparse" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "anomalyChart" | "anomalySwimLane" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "backgroundTask" | "beaker" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "changePointDetection" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "crossProjectSearch" | "createAdvancedJob" | "createGenericJob" | "createGeoJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "crossInCircle" | "dashboardApp" | "dashedCircle" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "discuss" | "documentEdit" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "expandMini" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "fieldStatistics" | "filebeatApp" | "filterInCircle" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "glasses" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "lettering" | "listAdd" | "logPatternAnalysis" | "logRateAnalysis" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoVulnerabilityManagement" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "minusInSquare" | "monitoringApp" | "newChat" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "playFilled" | "plusInCircle" | "plusInCircleFilled" | "plusInSquare" | "productRobot" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "singleMetricViewer" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "streamsClassic" | "streamsWired" | "submodule" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "userAvatar" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "vulnerabilityManagementApp" | "watchesApp" | "workflowsApp" | "workplaceSearchApp" | "tokenDenseVector")[];
|
|
3151
3247
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
3152
3248
|
export type IconType = EuiIconType | string | ComponentType;
|
|
3153
3249
|
export type IconColor = string | NamedColor;
|
|
@@ -4204,7 +4300,7 @@ declare module '@elastic/eui/src/components/button/button_icon/button_icon' {
|
|
|
4204
4300
|
} & PropsForButton<EuiButtonIconProps, {
|
|
4205
4301
|
buttonRef?: Ref<HTMLButtonElement>;
|
|
4206
4302
|
}>;
|
|
4207
|
-
type Props = ExclusiveUnion<EuiButtonIconPropsForAnchor, EuiButtonIconPropsForButton>;
|
|
4303
|
+
export type Props = ExclusiveUnion<EuiButtonIconPropsForAnchor, EuiButtonIconPropsForButton>;
|
|
4208
4304
|
export const EuiButtonIcon: FunctionComponent<Props>;
|
|
4209
4305
|
export {};
|
|
4210
4306
|
|
|
@@ -4538,6 +4634,96 @@ declare module '@elastic/eui/src/components/button/button_group' {
|
|
|
4538
4634
|
export type { EuiButtonGroupOptionProps, EuiButtonGroupProps, } from '@elastic/eui/src/components/button/button_group/button_group';
|
|
4539
4635
|
export { EuiButtonGroup } from '@elastic/eui/src/components/button/button_group/button_group';
|
|
4540
4636
|
|
|
4637
|
+
}
|
|
4638
|
+
declare module '@elastic/eui/src/components/button/split_button/split_button_context' {
|
|
4639
|
+
import { EuiDisabledProps } from '@elastic/eui/src/services';
|
|
4640
|
+
import { Props as EuiButtonProps } from '@elastic/eui/src/components/button/button';
|
|
4641
|
+
export const EuiSplitButtonContext: import("react").Context<EuiDisabledProps & {
|
|
4642
|
+
size: NonNullable<EuiButtonProps["size"]>;
|
|
4643
|
+
color: NonNullable<EuiButtonProps["color"]>;
|
|
4644
|
+
fill: EuiButtonProps["fill"];
|
|
4645
|
+
isLoading?: EuiButtonProps["isLoading"];
|
|
4646
|
+
}>;
|
|
4647
|
+
|
|
4648
|
+
}
|
|
4649
|
+
declare module '@elastic/eui/src/components/button/split_button/split_button.styles' {
|
|
4650
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
4651
|
+
export const euiSplitButtonStyles: (euiThemeContext: UseEuiTheme) => {
|
|
4652
|
+
euiSplitButton: import("@emotion/react").SerializedStyles;
|
|
4653
|
+
fill: import("@emotion/react").SerializedStyles;
|
|
4654
|
+
};
|
|
4655
|
+
export const euiSplitButtonActionStyles: {
|
|
4656
|
+
euiSplitButtonActionPrimary: import("@emotion/react").SerializedStyles;
|
|
4657
|
+
euiSplitButtonActionSecondary: import("@emotion/react").SerializedStyles;
|
|
4658
|
+
};
|
|
4659
|
+
export const euiSplitButtonDividerStyles: (euiThemeContext: UseEuiTheme, color: string) => {
|
|
4660
|
+
divider: import("@emotion/react").SerializedStyles;
|
|
4661
|
+
};
|
|
4662
|
+
|
|
4663
|
+
}
|
|
4664
|
+
declare module '@elastic/eui/src/components/button/split_button/split_button_actions' {
|
|
4665
|
+
import { FunctionComponent } from 'react';
|
|
4666
|
+
import { EuiDisabledProps } from '@elastic/eui/src/services';
|
|
4667
|
+
import { EuiPopover } from '@elastic/eui/src/components/popover';
|
|
4668
|
+
import { EuiToolTipProps } from '@elastic/eui/src/components/tool_tip';
|
|
4669
|
+
import { Props as EuiButtonProps } from '@elastic/eui/src/components/button/button';
|
|
4670
|
+
import { type Props as EuiButtonIconProps } from '@elastic/eui/src/components/button/button_icon/button_icon';
|
|
4671
|
+
type EuiSplitButtonAction<T> = T & {
|
|
4672
|
+
/**
|
|
4673
|
+
* Enables rendering an `EuiToolTip` with the passed props.
|
|
4674
|
+
*/
|
|
4675
|
+
tooltipProps?: Partial<Omit<EuiToolTipProps, 'children'>>;
|
|
4676
|
+
};
|
|
4677
|
+
export type EuiSplitButtonActionPrimaryProps = EuiDisabledProps & EuiSplitButtonAction<EuiButtonProps | EuiButtonIconProps> & {
|
|
4678
|
+
/**
|
|
4679
|
+
* Toggles the render as `EuiButtonIcon`.
|
|
4680
|
+
*/
|
|
4681
|
+
isIconOnly?: boolean;
|
|
4682
|
+
};
|
|
4683
|
+
export type EuiSplitButtonActionSecondaryProps = EuiDisabledProps & EuiSplitButtonAction<EuiButtonIconProps> & {
|
|
4684
|
+
/**
|
|
4685
|
+
* Enables rendering an `EuiPopover` with the passed props.
|
|
4686
|
+
* When passed the secondary action icon will be fixed to `arrowDown`.
|
|
4687
|
+
*/
|
|
4688
|
+
popoverProps?: Omit<EuiPopover['props'], 'button'>;
|
|
4689
|
+
};
|
|
4690
|
+
export const EuiSplitButtonActionPrimary: FunctionComponent<EuiSplitButtonActionPrimaryProps>;
|
|
4691
|
+
export const EuiSplitButtonActionSecondary: FunctionComponent<EuiSplitButtonActionSecondaryProps>;
|
|
4692
|
+
export {};
|
|
4693
|
+
|
|
4694
|
+
}
|
|
4695
|
+
declare module '@elastic/eui/src/components/button/split_button/split_button' {
|
|
4696
|
+
import React, { FunctionComponent, ReactElement } from 'react';
|
|
4697
|
+
import { EuiDisabledProps } from '@elastic/eui/src/services';
|
|
4698
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
4699
|
+
import { EuiButtonProps } from '@elastic/eui/src/components/button/button';
|
|
4700
|
+
import { EuiSplitButtonActionPrimary, EuiSplitButtonActionPrimaryProps, EuiSplitButtonActionSecondary, EuiSplitButtonActionSecondaryProps } from '@elastic/eui/src/components/button/split_button/split_button_actions';
|
|
4701
|
+
type EuiSplitButtonCommonProps = EuiDisabledProps & {
|
|
4702
|
+
size?: EuiButtonProps['size'];
|
|
4703
|
+
color?: EuiButtonProps['color'];
|
|
4704
|
+
fill?: EuiButtonProps['fill'];
|
|
4705
|
+
isLoading?: EuiButtonProps['isLoading'];
|
|
4706
|
+
};
|
|
4707
|
+
export type EuiSplitButtonProps = CommonProps & EuiSplitButtonCommonProps & {
|
|
4708
|
+
children: [
|
|
4709
|
+
ReactElement<EuiSplitButtonActionPrimaryProps, typeof EuiSplitButtonActionPrimary>,
|
|
4710
|
+
ReactElement<EuiSplitButtonActionSecondaryProps, typeof EuiSplitButtonActionSecondary>
|
|
4711
|
+
];
|
|
4712
|
+
};
|
|
4713
|
+
export const _EuiSplitButton: FunctionComponent<EuiSplitButtonProps>;
|
|
4714
|
+
export const EuiSplitButton: React.FunctionComponent<EuiSplitButtonProps> & {
|
|
4715
|
+
ActionPrimary: React.FunctionComponent<EuiSplitButtonActionPrimaryProps>;
|
|
4716
|
+
ActionSecondary: React.FunctionComponent<EuiSplitButtonActionSecondaryProps>;
|
|
4717
|
+
};
|
|
4718
|
+
export {};
|
|
4719
|
+
|
|
4720
|
+
}
|
|
4721
|
+
declare module '@elastic/eui/src/components/button/split_button' {
|
|
4722
|
+
export type { EuiSplitButtonProps } from '@elastic/eui/src/components/button/split_button/split_button';
|
|
4723
|
+
export { EuiSplitButton } from '@elastic/eui/src/components/button/split_button/split_button';
|
|
4724
|
+
export type { EuiSplitButtonActionPrimaryProps, EuiSplitButtonActionSecondaryProps, } from '@elastic/eui/src/components/button/split_button/split_button_actions';
|
|
4725
|
+
export { EuiSplitButtonActionPrimary, EuiSplitButtonActionSecondary, } from '@elastic/eui/src/components/button/split_button/split_button_actions';
|
|
4726
|
+
|
|
4541
4727
|
}
|
|
4542
4728
|
declare module '@elastic/eui/src/components/button' {
|
|
4543
4729
|
export type { EuiButtonColor, EuiButtonSize, EuiButtonProps } from '@elastic/eui/src/components/button/button';
|
|
@@ -4548,6 +4734,8 @@ declare module '@elastic/eui/src/components/button' {
|
|
|
4548
4734
|
export { EuiButtonIcon } from '@elastic/eui/src/components/button/button_icon';
|
|
4549
4735
|
export type { EuiButtonGroupOptionProps, EuiButtonGroupProps, } from '@elastic/eui/src/components/button/button_group';
|
|
4550
4736
|
export { EuiButtonGroup } from '@elastic/eui/src/components/button/button_group';
|
|
4737
|
+
export type { EuiSplitButtonProps, EuiSplitButtonActionPrimaryProps, EuiSplitButtonActionSecondaryProps, } from '@elastic/eui/src/components/button/split_button';
|
|
4738
|
+
export { EuiSplitButton } from '@elastic/eui/src/components/button/split_button';
|
|
4551
4739
|
|
|
4552
4740
|
}
|
|
4553
4741
|
declare module '@elastic/eui/src/components/horizontal_rule/horizontal_rule.styles' {
|
|
@@ -6547,6 +6735,7 @@ declare module '@elastic/eui/src/components/flyout/const' {
|
|
|
6547
6735
|
declare module '@elastic/eui/src/components/flyout/flyout.styles' {
|
|
6548
6736
|
import { EuiFlyoutSize } from '@elastic/eui/src/components/flyout/const';
|
|
6549
6737
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
6738
|
+
export const EUI_FLYOUT_CONTAINER_NAME: "euiFlyout";
|
|
6550
6739
|
export const FLYOUT_BREAKPOINT: "m";
|
|
6551
6740
|
export const euiFlyoutSlideInRight: import("@emotion/serialize").Keyframes;
|
|
6552
6741
|
export const euiFlyoutSlideOutRight: import("@emotion/serialize").Keyframes;
|
|
@@ -26209,7 +26398,7 @@ declare module '@elastic/eui/src/components/basic_table/basic_table' {
|
|
|
26209
26398
|
*/
|
|
26210
26399
|
error?: string;
|
|
26211
26400
|
/**
|
|
26212
|
-
*
|
|
26401
|
+
* Provides a description of the table’s content. If no description is provided, the table will default to the name Data Table.
|
|
26213
26402
|
*/
|
|
26214
26403
|
tableCaption?: string;
|
|
26215
26404
|
/**
|
|
@@ -27088,6 +27277,17 @@ declare module '@elastic/eui/src/components/icon/assets/accessibility' {
|
|
|
27088
27277
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
27089
27278
|
export {};
|
|
27090
27279
|
|
|
27280
|
+
}
|
|
27281
|
+
declare module '@elastic/eui/src/components/icon/assets/agentBuilderRobot' {
|
|
27282
|
+
import * as React from 'react';
|
|
27283
|
+
import type { SVGProps } from 'react';
|
|
27284
|
+
interface SVGRProps {
|
|
27285
|
+
title?: string;
|
|
27286
|
+
titleId?: string;
|
|
27287
|
+
}
|
|
27288
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
27289
|
+
export {};
|
|
27290
|
+
|
|
27091
27291
|
}
|
|
27092
27292
|
declare module '@elastic/eui/src/components/icon/assets/aggregate' {
|
|
27093
27293
|
import * as React from 'react';
|
|
@@ -28340,6 +28540,17 @@ declare module '@elastic/eui/src/components/icon/assets/cross_in_circle' {
|
|
|
28340
28540
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28341
28541
|
export {};
|
|
28342
28542
|
|
|
28543
|
+
}
|
|
28544
|
+
declare module '@elastic/eui/src/components/icon/assets/cross_project_search' {
|
|
28545
|
+
import * as React from 'react';
|
|
28546
|
+
import type { SVGProps } from 'react';
|
|
28547
|
+
interface SVGRProps {
|
|
28548
|
+
title?: string;
|
|
28549
|
+
titleId?: string;
|
|
28550
|
+
}
|
|
28551
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28552
|
+
export {};
|
|
28553
|
+
|
|
28343
28554
|
}
|
|
28344
28555
|
declare module '@elastic/eui/src/components/icon/assets/crosshairs' {
|
|
28345
28556
|
import * as React from 'react';
|
|
@@ -28373,6 +28584,17 @@ declare module '@elastic/eui/src/components/icon/assets/cut' {
|
|
|
28373
28584
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28374
28585
|
export {};
|
|
28375
28586
|
|
|
28587
|
+
}
|
|
28588
|
+
declare module '@elastic/eui/src/components/icon/assets/dashed_circle' {
|
|
28589
|
+
import * as React from 'react';
|
|
28590
|
+
import type { SVGProps } from 'react';
|
|
28591
|
+
interface SVGRProps {
|
|
28592
|
+
title?: string;
|
|
28593
|
+
titleId?: string;
|
|
28594
|
+
}
|
|
28595
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
28596
|
+
export {};
|
|
28597
|
+
|
|
28376
28598
|
}
|
|
28377
28599
|
declare module '@elastic/eui/src/components/icon/assets/database' {
|
|
28378
28600
|
import * as React from 'react';
|
|
@@ -31100,6 +31322,17 @@ declare module '@elastic/eui/src/components/icon/assets/popout' {
|
|
|
31100
31322
|
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
31101
31323
|
export {};
|
|
31102
31324
|
|
|
31325
|
+
}
|
|
31326
|
+
declare module '@elastic/eui/src/components/icon/assets/product_robot' {
|
|
31327
|
+
import * as React from 'react';
|
|
31328
|
+
import type { SVGProps } from 'react';
|
|
31329
|
+
interface SVGRProps {
|
|
31330
|
+
title?: string;
|
|
31331
|
+
titleId?: string;
|
|
31332
|
+
}
|
|
31333
|
+
export const icon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => React.JSX.Element;
|
|
31334
|
+
export {};
|
|
31335
|
+
|
|
31103
31336
|
}
|
|
31104
31337
|
declare module '@elastic/eui/src/components/icon/assets/push' {
|
|
31105
31338
|
import * as React from 'react';
|
|
@@ -32852,6 +33085,126 @@ declare module 'text-diff' {
|
|
|
32852
33085
|
}
|
|
32853
33086
|
export = Diff;
|
|
32854
33087
|
}
|
|
33088
|
+
declare module '@elastic/eui/src/services/container_query/match_container' {
|
|
33089
|
+
/**
|
|
33090
|
+
* Listen for changes on a container query.
|
|
33091
|
+
* Just like `window.matchMedia`.
|
|
33092
|
+
*
|
|
33093
|
+
* @example
|
|
33094
|
+
* ```js
|
|
33095
|
+
* const cql = matchContainer(element, '(width > 42rem)');
|
|
33096
|
+
* cql.addEventListener('change', ({ matches }) {
|
|
33097
|
+
* // ..
|
|
33098
|
+
* })
|
|
33099
|
+
* ```
|
|
33100
|
+
*
|
|
33101
|
+
* @param element
|
|
33102
|
+
* @param containerQueryString e.g. (width > 42rem)
|
|
33103
|
+
* @returns ContainerQueryList
|
|
33104
|
+
*/
|
|
33105
|
+
export function matchContainer(element: HTMLElement, containerQueryString: string): ContainerQueryList;
|
|
33106
|
+
/**
|
|
33107
|
+
* `change` event dispatched by instances of {@link ContainerQueryList}
|
|
33108
|
+
* whenever the value of `matches` changes
|
|
33109
|
+
*/
|
|
33110
|
+
export class ContainerQueryListChangeEvent extends Event {
|
|
33111
|
+
/** Whether the container query matches */
|
|
33112
|
+
readonly matches: boolean;
|
|
33113
|
+
/** A string representation of the container query list e.g. "(width > 1000px)" */
|
|
33114
|
+
readonly container: string;
|
|
33115
|
+
constructor(matches: boolean, container: string);
|
|
33116
|
+
}
|
|
33117
|
+
/**
|
|
33118
|
+
* A hacky implementation of a possible native `ContainerQueryList`
|
|
33119
|
+
* based on the teetotum/match-container polyfill:
|
|
33120
|
+
* - based on a API proposal in W3C CSS WG {@link https://github.com/w3c/csswg-drafts/issues/6205})
|
|
33121
|
+
* - mimicking MediaQueryList {@link https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList}
|
|
33122
|
+
*
|
|
33123
|
+
* Not meant to be used directly, but rather call `matchContainer`.
|
|
33124
|
+
*
|
|
33125
|
+
* It works by listening on a `transitionrun` event on the element,
|
|
33126
|
+
* that gets triggered by a container query changing a custom property.
|
|
33127
|
+
* Setting `transition-behavior: allow-discrete` is what makes it possible
|
|
33128
|
+
* to have a CSS `transition` for a custom property.
|
|
33129
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/transition-behavior}
|
|
33130
|
+
*/
|
|
33131
|
+
export class ContainerQueryList extends EventTarget {
|
|
33132
|
+
#private;
|
|
33133
|
+
private element;
|
|
33134
|
+
private styleSheet;
|
|
33135
|
+
private markerAttributeName;
|
|
33136
|
+
private sentinelPropertyName;
|
|
33137
|
+
private computedStyle;
|
|
33138
|
+
private transitionRunListener;
|
|
33139
|
+
/** Whether the container query matches */
|
|
33140
|
+
get matches(): boolean;
|
|
33141
|
+
/**
|
|
33142
|
+
* A string representation of the container query list e.g. "(width > 1000px)"
|
|
33143
|
+
* (the name is weird but it is so for consistency with mediaQueryList.media)
|
|
33144
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList/media}
|
|
33145
|
+
* */
|
|
33146
|
+
readonly container: string;
|
|
33147
|
+
constructor(element: HTMLElement, containerQueryString: string);
|
|
33148
|
+
/**
|
|
33149
|
+
* The marker attribute is `data-container-query-observer-{UUID}`,
|
|
33150
|
+
* it will be used as a selector in the container query,
|
|
33151
|
+
* in the global CSS that's being added below.
|
|
33152
|
+
*/
|
|
33153
|
+
private applyMarkerAttribute;
|
|
33154
|
+
/**
|
|
33155
|
+
* Create a CSS custom property with values either `--true` or `--false`,
|
|
33156
|
+
* and add container query targetting the element.
|
|
33157
|
+
* Whenever the container query matches, the custom property will be `--true`.
|
|
33158
|
+
* This styles are added globaly via `document.adoptedStyleSheets`.
|
|
33159
|
+
*/
|
|
33160
|
+
private createStyleSheet;
|
|
33161
|
+
/**
|
|
33162
|
+
* This is the key to the hack:
|
|
33163
|
+
* - a `transition` style is added for the custom property
|
|
33164
|
+
* - the `transitionrun` event will fire whenever the custom property value changes
|
|
33165
|
+
* because of the container query
|
|
33166
|
+
* - we get the value from computed styles
|
|
33167
|
+
* - the `matches` value is updated and
|
|
33168
|
+
* - a ContainerQueryListChangeEvent event is dispatched
|
|
33169
|
+
*/
|
|
33170
|
+
private setupTransitionListener;
|
|
33171
|
+
dispose(): void;
|
|
33172
|
+
}
|
|
33173
|
+
|
|
33174
|
+
}
|
|
33175
|
+
declare module '@elastic/eui/src/services/container_query/container_query_hook' {
|
|
33176
|
+
/**
|
|
33177
|
+
* React hook that subscribes to CSS container query changes.
|
|
33178
|
+
*
|
|
33179
|
+
* For this to work:
|
|
33180
|
+
* - a proper container (an element with e.g. `container-type: inline-size`) is needed, and
|
|
33181
|
+
* - the container MUST to be a parent of the element being observed
|
|
33182
|
+
*
|
|
33183
|
+
* @param containerCondition - A CSS `<container-condition>` string, e.g. `(width > 400px)` or `(min-width: 600px)`
|
|
33184
|
+
* @param name - Optional container name, e.g. `sidebar`
|
|
33185
|
+
* @returns An object containing:
|
|
33186
|
+
* - `ref`: A ref to attach to the container element
|
|
33187
|
+
* - `matches`: `true` if the container matches the condition, `false` otherwise
|
|
33188
|
+
*
|
|
33189
|
+
* @example
|
|
33190
|
+
* ```tsx
|
|
33191
|
+
* const { ref, matches } = useEuiContainerQuery('(width > 400px)');
|
|
33192
|
+
* return <div ref={ref}>{matches ? 'Wide' : 'Narrow'}</div>;
|
|
33193
|
+
* ```
|
|
33194
|
+
*
|
|
33195
|
+
* @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/At-rules/@container | MDN: @container}
|
|
33196
|
+
* @beta
|
|
33197
|
+
*/
|
|
33198
|
+
export function useEuiContainerQuery<T extends HTMLElement = HTMLElement>(containerCondition: string, name?: string): {
|
|
33199
|
+
ref: import("react").MutableRefObject<T | null>;
|
|
33200
|
+
matches: boolean;
|
|
33201
|
+
};
|
|
33202
|
+
|
|
33203
|
+
}
|
|
33204
|
+
declare module '@elastic/eui/src/services/container_query' {
|
|
33205
|
+
export * from '@elastic/eui/src/services/container_query/container_query_hook';
|
|
33206
|
+
|
|
33207
|
+
}
|
|
32855
33208
|
declare module '@elastic/eui/cypress/support/setup/mount' {
|
|
32856
33209
|
import { ReactNode } from 'react';
|
|
32857
33210
|
import { EuiProviderProps } from '../../../src';
|
|
@@ -32965,7 +33318,8 @@ declare module '@loki/create-async-callback' {
|
|
|
32965
33318
|
|
|
32966
33319
|
declare module '@elastic/eui' {
|
|
32967
33320
|
export type EuiTokensObject = {
|
|
32968
|
-
"
|
|
33321
|
+
"euiTreeView.listNavigationInstructions": any;
|
|
33322
|
+
"euiTourStepIndicator.isActive": any;
|
|
32969
33323
|
"euiTourStepIndicator.isComplete": any;
|
|
32970
33324
|
"euiTourStepIndicator.isIncomplete": any;
|
|
32971
33325
|
"euiTourStepIndicator.ariaLabel": any;
|
|
@@ -32973,14 +33327,12 @@ declare module '@elastic/eui' {
|
|
|
32973
33327
|
"euiTourFooter.skipTour": any;
|
|
32974
33328
|
"euiTourFooter.closeTour": any;
|
|
32975
33329
|
"euiIconTip.defaultAriaLabel": any;
|
|
32976
|
-
"euiTreeView.listNavigationInstructions": any;
|
|
32977
33330
|
"euiToast.newNotification": any;
|
|
32978
33331
|
"euiToast.notification": any;
|
|
32979
33332
|
"euiToast.dismissToast": any;
|
|
32980
33333
|
"euiGlobalToastList.clearAllToastsButtonAriaLabel": any;
|
|
32981
33334
|
"euiGlobalToastList.clearAllToastsButtonDisplayText": any;
|
|
32982
33335
|
"euiStat.loadingText": any;
|
|
32983
|
-
"euiTableHeaderCell.titleTextWithDesc": any;
|
|
32984
33336
|
"euiStepStrings.step": any;
|
|
32985
33337
|
"euiStepStrings.simpleStep": any;
|
|
32986
33338
|
"euiStepStrings.complete": any;
|
|
@@ -32997,18 +33349,19 @@ declare module '@elastic/eui' {
|
|
|
32997
33349
|
"euiStepStrings.simpleLoading": any;
|
|
32998
33350
|
"euiStepStrings.current": any;
|
|
32999
33351
|
"euiStepStrings.simpleCurrent": any;
|
|
33352
|
+
"euiTableHeaderCell.titleTextWithDesc": any;
|
|
33353
|
+
"euiSideNav.mobileToggleAriaLabel": any;
|
|
33000
33354
|
"euiSkeletonLoading.loadedAriaText": any;
|
|
33001
33355
|
"euiSkeletonLoading.loadingAriaText": any;
|
|
33002
|
-
"
|
|
33356
|
+
"euiSearchBox.placeholder": any;
|
|
33357
|
+
"euiSearchBox.incrementalAriaLabel": any;
|
|
33358
|
+
"euiSearchBox.ariaLabel": any;
|
|
33003
33359
|
"euiSelectable.loadingOptions": any;
|
|
33004
33360
|
"euiSelectable.noMatchingOptions": any;
|
|
33005
33361
|
"euiSelectable.noAvailableOptions": any;
|
|
33006
33362
|
"euiSelectable.screenReaderInstructions": any;
|
|
33007
33363
|
"euiSelectable.placeholderName": any;
|
|
33008
33364
|
"euiSelectable.searchResults": any;
|
|
33009
|
-
"euiSearchBox.placeholder": any;
|
|
33010
|
-
"euiSearchBox.incrementalAriaLabel": any;
|
|
33011
|
-
"euiSearchBox.ariaLabel": any;
|
|
33012
33365
|
"euiResizablePanel.toggleButtonAriaLabel": any;
|
|
33013
33366
|
"euiResizableButton.horizontalResizerAriaLabel": any;
|
|
33014
33367
|
"euiResizableButton.verticalResizerAriaLabel": any;
|
|
@@ -33028,10 +33381,10 @@ declare module '@elastic/eui' {
|
|
|
33028
33381
|
"euiPagination.of": any;
|
|
33029
33382
|
"euiPagination.collection": any;
|
|
33030
33383
|
"euiPagination.fromEndLabel": any;
|
|
33031
|
-
"euiMark.highlightStart": any;
|
|
33032
|
-
"euiMark.highlightEnd": any;
|
|
33033
33384
|
"euiModal.screenReaderModalDialog": any;
|
|
33034
33385
|
"euiModal.closeModal": any;
|
|
33386
|
+
"euiMark.highlightStart": any;
|
|
33387
|
+
"euiMark.highlightEnd": any;
|
|
33035
33388
|
"euiMarkdownEditorToolbar.editor": any;
|
|
33036
33389
|
"euiMarkdownEditorToolbar.previewMarkdown": any;
|
|
33037
33390
|
"euiMarkdownEditorHelpButton.mdSyntaxLink": any;
|
|
@@ -33047,9 +33400,9 @@ declare module '@elastic/eui' {
|
|
|
33047
33400
|
"euiMarkdownEditorFooter.supportedFileTypes": any;
|
|
33048
33401
|
"euiMarkdownEditorFooter.showSyntaxErrors": any;
|
|
33049
33402
|
"euiMarkdownEditorFooter.errorsTitle": any;
|
|
33403
|
+
"euiLoadingStrings.ariaLabel": any;
|
|
33050
33404
|
"euiExternalLinkIcon.newTarget.screenReaderOnlyText": any;
|
|
33051
33405
|
"euiExternalLinkIcon.externalTarget.screenReaderOnlyText": any;
|
|
33052
|
-
"euiLoadingStrings.ariaLabel": any;
|
|
33053
33406
|
"euiInlineEditForm.saveButtonAriaLabel": any;
|
|
33054
33407
|
"euiInlineEditForm.cancelButtonAriaLabel": any;
|
|
33055
33408
|
"euiInlineEditForm.inputKeyboardInstructions": any;
|
|
@@ -33086,36 +33439,37 @@ declare module '@elastic/eui' {
|
|
|
33086
33439
|
"euiColorPicker.openLabel": any;
|
|
33087
33440
|
"euiColorPicker.closeLabel": any;
|
|
33088
33441
|
"euiCollapsibleNavBeta.ariaLabel": any;
|
|
33089
|
-
"
|
|
33442
|
+
"euiCodeBlockCopy.copy": any;
|
|
33090
33443
|
"euiCodeBlockFullScreen.fullscreenCollapse": any;
|
|
33091
33444
|
"euiCodeBlockFullScreen.fullscreenExpand": any;
|
|
33092
33445
|
"euiCodeBlockFullScreen.ariaLabel": any;
|
|
33093
|
-
"euiCodeBlockCopy.copy": any;
|
|
33094
|
-
"euiCodeBlockAnnotations.ariaLabel": any;
|
|
33095
33446
|
"euiCodeBlock.label": any;
|
|
33096
|
-
"
|
|
33097
|
-
"
|
|
33098
|
-
"euiBottomBar.screenReaderAnnouncement": any;
|
|
33447
|
+
"euiCodeBlockAnnotations.ariaLabel": any;
|
|
33448
|
+
"euiCallOut.dismissAriaLabel": any;
|
|
33099
33449
|
"euiBreadcrumbs.nav.ariaLabel": any;
|
|
33100
33450
|
"euiBreadcrumb.collapsedBadge.ariaLabel": any;
|
|
33101
33451
|
"euiBreadcrumb.popoverAriaLabel": any;
|
|
33452
|
+
"euiBottomBar.screenReaderHeading": any;
|
|
33453
|
+
"euiBottomBar.customScreenReaderAnnouncement": any;
|
|
33454
|
+
"euiBottomBar.screenReaderAnnouncement": any;
|
|
33455
|
+
"euiCollapsedItemActions.allActionsTooltip": any;
|
|
33456
|
+
"euiCollapsedItemActions.allActions": any;
|
|
33457
|
+
"euiCollapsedItemActions.allActionsDisabled": any;
|
|
33102
33458
|
"euiBasicTable.noItemsMessage": any;
|
|
33103
|
-
"euiBasicTable.
|
|
33104
|
-
"euiBasicTable.
|
|
33105
|
-
"euiBasicTable.
|
|
33106
|
-
"euiBasicTable.
|
|
33459
|
+
"euiBasicTable.caption.itemCountPart.withTotalItemCount": any;
|
|
33460
|
+
"euiBasicTable.caption.paginationPart.withPageCount": any;
|
|
33461
|
+
"euiBasicTable.caption.tableName": any;
|
|
33462
|
+
"euiBasicTable.caption.emptyState": any;
|
|
33107
33463
|
"euiBasicTable.selectAllRows": any;
|
|
33108
33464
|
"euiBasicTable.deselectRows": any;
|
|
33109
33465
|
"euiBasicTable.selectThisRow": any;
|
|
33110
33466
|
"euiBasicTable.tablePagination": any;
|
|
33111
|
-
"
|
|
33112
|
-
"euiCollapsedItemActions.allActions": any;
|
|
33113
|
-
"euiCollapsedItemActions.allActionsDisabled": any;
|
|
33467
|
+
"euiTableSortMobile.sorting": any;
|
|
33114
33468
|
"euiTablePagination.allRows": any;
|
|
33115
33469
|
"euiTablePagination.rowsPerPage": any;
|
|
33116
33470
|
"euiTablePagination.rowsPerPageOptionShowAllRows": any;
|
|
33117
33471
|
"euiTablePagination.rowsPerPageOption": any;
|
|
33118
|
-
"
|
|
33472
|
+
"euiFieldValueSelectionFilter.buttonLabelHint": any;
|
|
33119
33473
|
"euiSelectableTemplateSitewide.searchPlaceholder": any;
|
|
33120
33474
|
"euiSelectableTemplateSitewide.loadingResults": any;
|
|
33121
33475
|
"euiSelectableTemplateSitewide.noResults": any;
|
|
@@ -33129,15 +33483,14 @@ declare module '@elastic/eui' {
|
|
|
33129
33483
|
"euiSelectableListItem.mixedOptionInstructions": any;
|
|
33130
33484
|
"euiSelectableListItem.mixedOptionUncheckInstructions": any;
|
|
33131
33485
|
"euiSelectableListItem.mixedOptionExcludeInstructions": any;
|
|
33132
|
-
"euiFieldValueSelectionFilter.buttonLabelHint": any;
|
|
33133
33486
|
"euiPinnableListGroup.pinExtraActionLabel": any;
|
|
33134
33487
|
"euiPinnableListGroup.pinnedExtraActionLabel": any;
|
|
33135
33488
|
"euiHeaderLinks.appNavigation": any;
|
|
33136
33489
|
"euiHeaderLinks.openNavigationMenu": any;
|
|
33137
|
-
"euiSuperSelect.screenReaderAnnouncement": any;
|
|
33138
|
-
"euiSuperSelect.ariaLabel": any;
|
|
33139
33490
|
"euiRange.sliderScreenReaderInstructions": any;
|
|
33140
33491
|
"euiDualRange.sliderScreenReaderInstructions": any;
|
|
33492
|
+
"euiSuperSelect.screenReaderAnnouncement": any;
|
|
33493
|
+
"euiSuperSelect.ariaLabel": any;
|
|
33141
33494
|
"euiFormControlLayoutDelimited.delimiterLabel": any;
|
|
33142
33495
|
"euiFormControlLayoutClearButton.label": any;
|
|
33143
33496
|
"euiFilePicker.promptText": any;
|
|
@@ -33242,16 +33595,6 @@ declare module '@elastic/eui' {
|
|
|
33242
33595
|
"euiPrettyDuration.fallbackDuration": any;
|
|
33243
33596
|
"euiDataGridPagination.detailedPaginationLabel": any;
|
|
33244
33597
|
"euiDataGridPagination.paginationLabel": any;
|
|
33245
|
-
"euiDataGridSchema.booleanSortTextAsc": any;
|
|
33246
|
-
"euiDataGridSchema.booleanSortTextDesc": any;
|
|
33247
|
-
"euiDataGridSchema.currencySortTextAsc": any;
|
|
33248
|
-
"euiDataGridSchema.currencySortTextDesc": any;
|
|
33249
|
-
"euiDataGridSchema.dateSortTextAsc": any;
|
|
33250
|
-
"euiDataGridSchema.dateSortTextDesc": any;
|
|
33251
|
-
"euiDataGridSchema.numberSortTextAsc": any;
|
|
33252
|
-
"euiDataGridSchema.numberSortTextDesc": any;
|
|
33253
|
-
"euiDataGridSchema.jsonSortTextAsc": any;
|
|
33254
|
-
"euiDataGridSchema.jsonSortTextDesc": any;
|
|
33255
33598
|
"euiKeyboardShortcuts.title": any;
|
|
33256
33599
|
"euiKeyboardShortcuts.upArrowTitle": any;
|
|
33257
33600
|
"euiKeyboardShortcuts.upArrowDescription": any;
|
|
@@ -33276,8 +33619,19 @@ declare module '@elastic/eui' {
|
|
|
33276
33619
|
"euiKeyboardShortcuts.enterDescription": any;
|
|
33277
33620
|
"euiKeyboardShortcuts.escapeTitle": any;
|
|
33278
33621
|
"euiKeyboardShortcuts.escapeDescription": any;
|
|
33622
|
+
"euiDataGridSchema.booleanSortTextAsc": any;
|
|
33623
|
+
"euiDataGridSchema.booleanSortTextDesc": any;
|
|
33624
|
+
"euiDataGridSchema.currencySortTextAsc": any;
|
|
33625
|
+
"euiDataGridSchema.currencySortTextDesc": any;
|
|
33626
|
+
"euiDataGridSchema.dateSortTextAsc": any;
|
|
33627
|
+
"euiDataGridSchema.dateSortTextDesc": any;
|
|
33628
|
+
"euiDataGridSchema.numberSortTextAsc": any;
|
|
33629
|
+
"euiDataGridSchema.numberSortTextDesc": any;
|
|
33630
|
+
"euiDataGridSchema.jsonSortTextAsc": any;
|
|
33631
|
+
"euiDataGridSchema.jsonSortTextDesc": any;
|
|
33279
33632
|
"euiFullscreenSelector.fullscreenButton": any;
|
|
33280
33633
|
"euiFullscreenSelector.fullscreenButtonActive": any;
|
|
33634
|
+
"euiDataGridToolbarControl.badgeAriaLabel": any;
|
|
33281
33635
|
"euiDisplaySelector.densityLabel": any;
|
|
33282
33636
|
"euiDisplaySelector.labelCompact": any;
|
|
33283
33637
|
"euiDisplaySelector.labelNormal": any;
|
|
@@ -33288,7 +33642,6 @@ declare module '@elastic/eui' {
|
|
|
33288
33642
|
"euiDisplaySelector.labelMax": any;
|
|
33289
33643
|
"euiDisplaySelector.buttonText": any;
|
|
33290
33644
|
"euiDisplaySelector.resetButtonText": any;
|
|
33291
|
-
"euiDataGridToolbarControl.badgeAriaLabel": any;
|
|
33292
33645
|
"euiColumnSortingDraggable.defaultSortAsc": any;
|
|
33293
33646
|
"euiColumnSortingDraggable.defaultSortDesc": any;
|
|
33294
33647
|
"euiColumnSortingDraggable.dragHandleAriaLabel": any;
|
|
@@ -33306,6 +33659,7 @@ declare module '@elastic/eui' {
|
|
|
33306
33659
|
"euiColumnSelector.searchcolumns": any;
|
|
33307
33660
|
"euiColumnSelector.selectAll": any;
|
|
33308
33661
|
"euiColumnSelector.hideAll": any;
|
|
33662
|
+
"euiComboBoxPill.removeSelection": any;
|
|
33309
33663
|
"euiComboBoxOptionsList.loadingOptions": any;
|
|
33310
33664
|
"euiComboBoxOptionsList.delimiterMessage": any;
|
|
33311
33665
|
"euiComboBoxOptionsList.alreadyAdded": any;
|
|
@@ -33313,23 +33667,17 @@ declare module '@elastic/eui' {
|
|
|
33313
33667
|
"euiComboBoxOptionsList.noMatchingOptions": any;
|
|
33314
33668
|
"euiComboBoxOptionsList.noAvailableOptions": any;
|
|
33315
33669
|
"euiComboBoxOptionsList.allOptionsSelected": any;
|
|
33316
|
-
"
|
|
33670
|
+
"euiCollapsibleNavKibanaSolution.switcherTitle": any;
|
|
33671
|
+
"euiCollapsibleNavKibanaSolution.switcherAriaLabel": any;
|
|
33672
|
+
"euiCollapsibleNavKibanaSolution.groupLabel": any;
|
|
33317
33673
|
"euiCollapsibleNavButton.ariaLabelExpand": any;
|
|
33318
33674
|
"euiCollapsibleNavButton.ariaLabelCollapse": any;
|
|
33319
33675
|
"euiCollapsibleNavButton.ariaLabelOpen": any;
|
|
33320
33676
|
"euiCollapsibleNavButton.ariaLabelClose": any;
|
|
33321
|
-
"euiCollapsibleNavKibanaSolution.switcherTitle": any;
|
|
33322
|
-
"euiCollapsibleNavKibanaSolution.switcherAriaLabel": any;
|
|
33323
|
-
"euiCollapsibleNavKibanaSolution.groupLabel": any;
|
|
33324
33677
|
"euiCardSelect.selected": any;
|
|
33325
33678
|
"euiCardSelect.unavailable": any;
|
|
33326
33679
|
"euiCardSelect.select": any;
|
|
33327
33680
|
"euiAccordionChildrenLoading.message": any;
|
|
33328
|
-
"euiRelativeTab.numberInputLabel": any;
|
|
33329
|
-
"euiRelativeTab.numberInputError": any;
|
|
33330
|
-
"euiRelativeTab.dateInputError": any;
|
|
33331
|
-
"euiRelativeTab.unitInputLabel": any;
|
|
33332
|
-
"euiRelativeTab.fullDescription": any;
|
|
33333
33681
|
"euiDatePopoverContent.startDateLabel": any;
|
|
33334
33682
|
"euiDatePopoverContent.endDateLabel": any;
|
|
33335
33683
|
"euiDatePopoverContent.absoluteTabLabel": any;
|
|
@@ -33338,10 +33686,26 @@ declare module '@elastic/eui' {
|
|
|
33338
33686
|
"euiDatePopoverContent.nowTabContent": any;
|
|
33339
33687
|
"euiDatePopoverContent.nowTabButtonStart": any;
|
|
33340
33688
|
"euiDatePopoverContent.nowTabButtonEnd": any;
|
|
33689
|
+
"euiRelativeTab.numberInputLabel": any;
|
|
33690
|
+
"euiRelativeTab.numberInputError": any;
|
|
33691
|
+
"euiRelativeTab.dateInputError": any;
|
|
33692
|
+
"euiRelativeTab.unitInputLabel": any;
|
|
33693
|
+
"euiRelativeTab.fullDescription": any;
|
|
33341
33694
|
"euiDatePopoverButton.invalidTitle": any;
|
|
33342
33695
|
"euiDatePopoverButton.outdatedTitle": any;
|
|
33343
33696
|
"euiAbsoluteTab.dateFormatButtonLabel": any;
|
|
33344
33697
|
"euiAbsoluteTab.dateFormatError": any;
|
|
33698
|
+
"euiRecentlyUsed.legend": any;
|
|
33699
|
+
"euiQuickSelectPopover.buttonLabel": any;
|
|
33700
|
+
"euiCommonlyUsedTimeRanges.legend": any;
|
|
33701
|
+
"euiQuickSelect.quickSelectTitle": any;
|
|
33702
|
+
"euiQuickSelect.previousLabel": any;
|
|
33703
|
+
"euiQuickSelect.nextLabel": any;
|
|
33704
|
+
"euiQuickSelect.tenseLabel": any;
|
|
33705
|
+
"euiQuickSelect.valueLabel": any;
|
|
33706
|
+
"euiQuickSelect.unitLabel": any;
|
|
33707
|
+
"euiQuickSelect.applyButton": any;
|
|
33708
|
+
"euiQuickSelect.fullDescription": any;
|
|
33345
33709
|
"euiDataGridHeaderCell.sortedByAscendingSingle": any;
|
|
33346
33710
|
"euiDataGridHeaderCell.sortedByDescendingSingle": any;
|
|
33347
33711
|
"euiDataGridHeaderCell.sortedByAscendingFirst": any;
|
|
@@ -33356,17 +33720,6 @@ declare module '@elastic/eui' {
|
|
|
33356
33720
|
"euiColumnActions.moveRight": any;
|
|
33357
33721
|
"euiColumnActions.unsort": any;
|
|
33358
33722
|
"euiColumnActions.sort": any;
|
|
33359
|
-
"euiRecentlyUsed.legend": any;
|
|
33360
|
-
"euiQuickSelectPopover.buttonLabel": any;
|
|
33361
|
-
"euiQuickSelect.quickSelectTitle": any;
|
|
33362
|
-
"euiQuickSelect.previousLabel": any;
|
|
33363
|
-
"euiQuickSelect.nextLabel": any;
|
|
33364
|
-
"euiQuickSelect.tenseLabel": any;
|
|
33365
|
-
"euiQuickSelect.valueLabel": any;
|
|
33366
|
-
"euiQuickSelect.unitLabel": any;
|
|
33367
|
-
"euiQuickSelect.applyButton": any;
|
|
33368
|
-
"euiQuickSelect.fullDescription": any;
|
|
33369
|
-
"euiCommonlyUsedTimeRanges.legend": any;
|
|
33370
33723
|
"euiDataGridCell.focusTrapExitPrompt": any;
|
|
33371
33724
|
"euiDataGridCell.focusTrapEnterPrompt": any;
|
|
33372
33725
|
"euiDataGridCell.focusTrapEnteredExitPrompt": any;
|