@elastic/eui 60.3.0 → 61.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui_theme_dark.css +9 -173
- package/dist/eui_theme_dark.min.css +1 -1
- package/dist/eui_theme_light.css +9 -173
- package/dist/eui_theme_light.min.css +1 -1
- package/es/components/accessibility/skip_link/skip_link.js +1 -1
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +1 -1
- package/es/components/basic_table/collapsed_item_actions.js +1 -1
- package/es/components/basic_table/in_memory_table.js +1 -1
- package/es/components/button/_button_content_deprecated.js +1 -1
- package/es/components/button/button.js +2 -2
- 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/card/card_select.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/comment_list/comment.js +45 -24
- package/es/components/comment_list/comment_event.js +104 -33
- package/es/components/comment_list/comment_event.styles.js +78 -0
- package/es/components/comment_list/comment_list.js +38 -13
- package/es/components/comment_list/comment_timeline.js +22 -34
- package/es/components/datagrid/body/data_grid_body.js +14 -14
- 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/datagrid/utils/row_heights.js +27 -33
- 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/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.js +1 -1
- package/es/components/icon/assets/{keyboard_shortcut.js → keyboard.js} +5 -5
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +1 -1
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/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.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/page/page_template.js +1 -1
- package/es/components/pagination/pagination_button.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/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/text.styles.js +5 -4
- package/es/components/timeline/timeline_item.js +1 -2
- 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/token/token.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/es/services/hooks/index.js +1 -0
- package/es/services/hooks/useLatest.js +18 -0
- package/es/test/emotion-prefix.js +1 -1
- package/eui.d.ts +198 -153
- package/lib/components/accessibility/skip_link/skip_link.js +1 -1
- 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_content_deprecated.js +1 -1
- package/lib/components/button/button.js +2 -2
- 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/card/card_select.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/comment_list/comment.js +44 -25
- package/lib/components/comment_list/comment_event.js +105 -42
- package/lib/components/comment_list/comment_event.styles.js +86 -0
- package/lib/components/comment_list/comment_list.js +39 -13
- package/lib/components/comment_list/comment_timeline.js +23 -46
- package/lib/components/datagrid/body/data_grid_body.js +14 -14
- 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/datagrid/utils/row_heights.js +26 -32
- 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/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.js +1 -1
- package/lib/components/icon/assets/{keyboard_shortcut.js → keyboard.js} +5 -5
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +1 -1
- package/lib/components/icon/svgs/keyboard.svg +3 -0
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/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.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/page/page_template.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/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/text.styles.js +4 -3
- package/lib/components/timeline/timeline_item.js +1 -2
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/token/token.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/lib/services/hooks/index.js +13 -0
- package/lib/services/hooks/useLatest.js +26 -0
- package/lib/test/emotion-prefix.js +1 -1
- package/optimize/es/components/comment_list/comment.js +22 -17
- package/optimize/es/components/comment_list/comment_event.js +83 -28
- package/optimize/es/components/comment_list/comment_event.styles.js +78 -0
- package/optimize/es/components/comment_list/comment_list.js +7 -3
- package/optimize/es/components/comment_list/comment_timeline.js +19 -31
- package/optimize/es/components/datagrid/body/data_grid_body.js +1 -1
- package/optimize/es/components/datagrid/utils/row_heights.js +27 -33
- package/optimize/es/components/icon/assets/{keyboard_shortcut.js → keyboard.js} +5 -5
- package/optimize/es/components/icon/icon_map.js +1 -1
- package/optimize/es/components/text/text.styles.js +5 -4
- package/optimize/es/components/timeline/timeline_item.js +1 -2
- package/optimize/es/services/hooks/index.js +1 -0
- package/optimize/es/services/hooks/useLatest.js +18 -0
- package/optimize/es/test/emotion-prefix.js +1 -1
- package/optimize/lib/components/comment_list/comment.js +21 -17
- package/optimize/lib/components/comment_list/comment_event.js +85 -31
- package/optimize/lib/components/comment_list/comment_event.styles.js +86 -0
- package/optimize/lib/components/comment_list/comment_list.js +8 -3
- package/optimize/lib/components/comment_list/comment_timeline.js +21 -37
- package/optimize/lib/components/datagrid/body/data_grid_body.js +1 -1
- package/optimize/lib/components/datagrid/utils/row_heights.js +25 -30
- package/optimize/lib/components/icon/assets/{keyboard_shortcut.js → keyboard.js} +5 -5
- package/optimize/lib/components/icon/icon_map.js +1 -1
- package/optimize/lib/components/icon/svgs/keyboard.svg +3 -0
- package/optimize/lib/components/text/text.styles.js +4 -3
- package/optimize/lib/components/timeline/timeline_item.js +1 -2
- package/optimize/lib/services/hooks/index.js +13 -0
- package/optimize/lib/services/hooks/useLatest.js +26 -0
- package/optimize/lib/test/emotion-prefix.js +1 -1
- package/package.json +2 -2
- package/src/components/index.scss +0 -1
- package/src/components/markdown_editor/_markdown_editor.scss +3 -2
- package/src/themes/amsterdam/overrides/_index.scss +0 -1
- package/test-env/components/accessibility/skip_link/skip_link.js +1 -1
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +1 -1
- package/test-env/components/basic_table/collapsed_item_actions.js +1 -1
- package/test-env/components/basic_table/in_memory_table.js +1 -1
- package/test-env/components/button/_button_content_deprecated.js +1 -1
- package/test-env/components/button/button.js +2 -2
- 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/card/card_select.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/comment_list/comment.js +44 -24
- package/test-env/components/comment_list/comment_event.js +106 -36
- package/test-env/components/comment_list/comment_event.styles.js +86 -0
- package/test-env/components/comment_list/comment_list.js +39 -13
- package/test-env/components/comment_list/comment_timeline.js +23 -39
- package/test-env/components/datagrid/body/data_grid_body.js +14 -14
- 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/datagrid/utils/row_heights.js +25 -30
- 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/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.js +1 -1
- package/test-env/components/icon/assets/{keyboard_shortcut.js → keyboard.js} +5 -5
- package/test-env/components/icon/icon_map.js +1 -1
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/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.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/page/page_template.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/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/text.styles.js +4 -3
- package/test-env/components/timeline/timeline_item.js +1 -2
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/token/token.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/test-env/services/hooks/index.js +13 -0
- package/test-env/services/hooks/useLatest.js +26 -0
- package/test-env/test/emotion-prefix.js +1 -1
- package/lib/components/icon/svgs/keyboard_shortcut.svg +0 -3
- package/optimize/lib/components/icon/svgs/keyboard_shortcut.svg +0 -3
- package/src/components/comment_list/_comment.scss +0 -38
- package/src/components/comment_list/_comment_event.scss +0 -77
- package/src/components/comment_list/_comment_timeline.scss +0 -27
- package/src/components/comment_list/_index.scss +0 -3
- package/src/themes/amsterdam/overrides/_comment.scss +0 -3
package/eui.d.ts
CHANGED
|
@@ -718,7 +718,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
|
|
|
718
718
|
inspect: string;
|
|
719
719
|
invert: string;
|
|
720
720
|
ip: string;
|
|
721
|
-
|
|
721
|
+
keyboard: string;
|
|
722
722
|
kqlField: string;
|
|
723
723
|
kqlFunction: string;
|
|
724
724
|
kqlOperand: string;
|
|
@@ -2130,7 +2130,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
2130
2130
|
import { WithEuiThemeProps } from '@elastic/eui/src/services';
|
|
2131
2131
|
export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
|
|
2132
2132
|
import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
|
|
2133
|
-
export const TYPES: ("string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "alert" | "document" | "grid" | "list" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "kubernetesNode" | "kubernetesPod" | "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" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortLeft" | "sortRight" | "sortable" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenClass" | "tokenProperty" | "tokenEnum" | "tokenVariable" | "tokenMethod" | "tokenAnnotation" | "tokenException" | "tokenInterface" | "tokenParameter" | "tokenField" | "tokenElement" | "tokenFunction" | "tokenBoolean" | "tokenString" | "tokenArray" | "tokenNumber" | "tokenConstant" | "tokenObject" | "tokenEvent" | "tokenKey" | "tokenNull" | "tokenStruct" | "tokenPackage" | "tokenOperator" | "tokenEnumMember" | "tokenRepo" | "tokenSymbol" | "tokenFile" | "tokenModule" | "tokenNamespace" | "tokenDate" | "tokenIP" | "tokenNested" | "tokenAlias" | "tokenShape" | "tokenGeo" | "tokenRange" | "tokenBinary" | "tokenJoin" | "tokenPercolator" | "tokenFlattened" | "tokenRankFeature" | "tokenRankFeatures" | "tokenKeyword" | "tokenTag" | "tokenCompletionSuggester" | "tokenDenseVector" | "tokenText" | "tokenTokenCount" | "tokenSearchType" | "tokenHistogram" | "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" | "
|
|
2133
|
+
export const TYPES: ("string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "alert" | "document" | "grid" | "list" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "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" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortLeft" | "sortRight" | "sortable" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenClass" | "tokenProperty" | "tokenEnum" | "tokenVariable" | "tokenMethod" | "tokenAnnotation" | "tokenException" | "tokenInterface" | "tokenParameter" | "tokenField" | "tokenElement" | "tokenFunction" | "tokenBoolean" | "tokenString" | "tokenArray" | "tokenNumber" | "tokenConstant" | "tokenObject" | "tokenEvent" | "tokenKey" | "tokenNull" | "tokenStruct" | "tokenPackage" | "tokenOperator" | "tokenEnumMember" | "tokenRepo" | "tokenSymbol" | "tokenFile" | "tokenModule" | "tokenNamespace" | "tokenDate" | "tokenIP" | "tokenNested" | "tokenAlias" | "tokenShape" | "tokenGeo" | "tokenRange" | "tokenBinary" | "tokenJoin" | "tokenPercolator" | "tokenFlattened" | "tokenRankFeature" | "tokenRankFeatures" | "tokenKeyword" | "tokenTag" | "tokenCompletionSuggester" | "tokenDenseVector" | "tokenText" | "tokenTokenCount" | "tokenSearchType" | "tokenHistogram" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp")[];
|
|
2134
2134
|
export type EuiIconType = keyof typeof typeToPathMap;
|
|
2135
2135
|
export type IconType = EuiIconType | string | ComponentType;
|
|
2136
2136
|
export type IconColor = string | NamedColor;
|
|
@@ -2173,7 +2173,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
|
|
|
2173
2173
|
isLoading: boolean;
|
|
2174
2174
|
neededLoading: boolean;
|
|
2175
2175
|
}
|
|
2176
|
-
export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "alert" | "document" | "grid" | "list" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "kubernetesNode" | "kubernetesPod" | "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" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortLeft" | "sortRight" | "sortable" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenClass" | "tokenProperty" | "tokenEnum" | "tokenVariable" | "tokenMethod" | "tokenAnnotation" | "tokenException" | "tokenInterface" | "tokenParameter" | "tokenField" | "tokenElement" | "tokenFunction" | "tokenBoolean" | "tokenString" | "tokenArray" | "tokenNumber" | "tokenConstant" | "tokenObject" | "tokenEvent" | "tokenKey" | "tokenNull" | "tokenStruct" | "tokenPackage" | "tokenOperator" | "tokenEnumMember" | "tokenRepo" | "tokenSymbol" | "tokenFile" | "tokenModule" | "tokenNamespace" | "tokenDate" | "tokenIP" | "tokenNested" | "tokenAlias" | "tokenShape" | "tokenGeo" | "tokenRange" | "tokenBinary" | "tokenJoin" | "tokenPercolator" | "tokenFlattened" | "tokenRankFeature" | "tokenRankFeatures" | "tokenKeyword" | "tokenTag" | "tokenCompletionSuggester" | "tokenDenseVector" | "tokenText" | "tokenTokenCount" | "tokenSearchType" | "tokenHistogram" | "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" | "
|
|
2176
|
+
export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "alert" | "document" | "grid" | "list" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "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" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortLeft" | "sortRight" | "sortable" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenClass" | "tokenProperty" | "tokenEnum" | "tokenVariable" | "tokenMethod" | "tokenAnnotation" | "tokenException" | "tokenInterface" | "tokenParameter" | "tokenField" | "tokenElement" | "tokenFunction" | "tokenBoolean" | "tokenString" | "tokenArray" | "tokenNumber" | "tokenConstant" | "tokenObject" | "tokenEvent" | "tokenKey" | "tokenNull" | "tokenStruct" | "tokenPackage" | "tokenOperator" | "tokenEnumMember" | "tokenRepo" | "tokenSymbol" | "tokenFile" | "tokenModule" | "tokenNamespace" | "tokenDate" | "tokenIP" | "tokenNested" | "tokenAlias" | "tokenShape" | "tokenGeo" | "tokenRange" | "tokenBinary" | "tokenJoin" | "tokenPercolator" | "tokenFlattened" | "tokenRankFeature" | "tokenRankFeatures" | "tokenKeyword" | "tokenTag" | "tokenCompletionSuggester" | "tokenDenseVector" | "tokenText" | "tokenTokenCount" | "tokenSearchType" | "tokenHistogram" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
|
|
2177
2177
|
export const appendIconComponentCache: (iconTypeToIconComponentMap: {
|
|
2178
2178
|
[iconType: string]: React.ComponentType<{}>;
|
|
2179
2179
|
}) => void;
|
|
@@ -4162,6 +4162,15 @@ declare module '@elastic/eui/src/services/hooks/useIsWithinBreakpoints' {
|
|
|
4162
4162
|
*/
|
|
4163
4163
|
export function useIsWithinBreakpoints(sizes: EuiBreakpointSize[], isActive?: boolean): boolean;
|
|
4164
4164
|
|
|
4165
|
+
}
|
|
4166
|
+
declare module '@elastic/eui/src/services/hooks/useLatest' {
|
|
4167
|
+
import { MutableRefObject } from 'react';
|
|
4168
|
+
/**
|
|
4169
|
+
* Wraps the given `value` into a `MutableRefObject` and keeps the `current`
|
|
4170
|
+
* value up-to-date on every render cycle.
|
|
4171
|
+
*/
|
|
4172
|
+
export function useLatest<Value>(value: Value): MutableRefObject<Value | null>;
|
|
4173
|
+
|
|
4165
4174
|
}
|
|
4166
4175
|
declare module '@elastic/eui/src/services/throttle' {
|
|
4167
4176
|
export const throttle: (fn: (...args: any[]) => void, wait?: number) => (...args: any[]) => void;
|
|
@@ -4184,6 +4193,7 @@ declare module '@elastic/eui/src/services/hooks' {
|
|
|
4184
4193
|
export * from '@elastic/eui/src/services/hooks/useCombinedRefs';
|
|
4185
4194
|
export * from '@elastic/eui/src/services/hooks/useForceRender';
|
|
4186
4195
|
export * from '@elastic/eui/src/services/hooks/useIsWithinBreakpoints';
|
|
4196
|
+
export * from '@elastic/eui/src/services/hooks/useLatest';
|
|
4187
4197
|
export * from '@elastic/eui/src/services/hooks/useMouseMove';
|
|
4188
4198
|
export * from '@elastic/eui/src/services/hooks/useUpdateEffect';
|
|
4189
4199
|
|
|
@@ -9019,15 +9029,158 @@ declare module '@elastic/eui/src/components/combo_box' {
|
|
|
9019
9029
|
export * from '@elastic/eui/src/components/combo_box/combo_box_options_list';
|
|
9020
9030
|
export type { EuiComboBoxOptionOption, EuiComboBoxOptionsListPosition, EuiComboBoxSingleSelectionShape, } from '@elastic/eui/src/components/combo_box/types';
|
|
9021
9031
|
|
|
9032
|
+
}
|
|
9033
|
+
declare module '@elastic/eui/src/components/timeline/timeline_item_event.styles' {
|
|
9034
|
+
export const euiTimelineItemEventStyles: () => {
|
|
9035
|
+
euiTimelineItemEvent: import("@emotion/utils").SerializedStyles;
|
|
9036
|
+
top: import("@emotion/utils").SerializedStyles;
|
|
9037
|
+
center: import("@emotion/utils").SerializedStyles;
|
|
9038
|
+
};
|
|
9039
|
+
|
|
9040
|
+
}
|
|
9041
|
+
declare module '@elastic/eui/src/components/timeline/timeline_item_event' {
|
|
9042
|
+
import { FunctionComponent, ReactNode } from 'react';
|
|
9043
|
+
import { EuiTimelineItemVerticalAlign } from '@elastic/eui/src/components/timeline/timeline_item';
|
|
9044
|
+
export interface EuiTimelineItemEventProps {
|
|
9045
|
+
/**
|
|
9046
|
+
* Accepts any node. But preferably `EuiPanel`
|
|
9047
|
+
*/
|
|
9048
|
+
children: ReactNode;
|
|
9049
|
+
verticalAlign?: EuiTimelineItemVerticalAlign;
|
|
9050
|
+
}
|
|
9051
|
+
export const EuiTimelineItemEvent: FunctionComponent<EuiTimelineItemEventProps>;
|
|
9052
|
+
|
|
9053
|
+
}
|
|
9054
|
+
declare module '@elastic/eui/src/components/timeline/timeline_item_icon.styles' {
|
|
9055
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
9056
|
+
export const euiTimelineItemIconStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
9057
|
+
euiTimelineItemIcon: import("@emotion/utils").SerializedStyles;
|
|
9058
|
+
euiTimelineItemIcon__content: import("@emotion/utils").SerializedStyles;
|
|
9059
|
+
top: import("@emotion/utils").SerializedStyles;
|
|
9060
|
+
center: import("@emotion/utils").SerializedStyles;
|
|
9061
|
+
};
|
|
9062
|
+
|
|
9063
|
+
}
|
|
9064
|
+
declare module '@elastic/eui/src/components/timeline/timeline_item_icon' {
|
|
9065
|
+
import { FunctionComponent, ReactNode } from 'react';
|
|
9066
|
+
import { IconType } from '@elastic/eui/src/components/icon';
|
|
9067
|
+
import { EuiTimelineItemVerticalAlign } from '@elastic/eui/src/components/timeline/timeline_item';
|
|
9068
|
+
export interface EuiTimelineItemIconProps {
|
|
9069
|
+
/**
|
|
9070
|
+
* Any `ReactNode`, but preferably `EuiAvatar`, or a `string` as an `EuiIcon['type']`.
|
|
9071
|
+
*/
|
|
9072
|
+
icon: ReactNode | IconType;
|
|
9073
|
+
verticalAlign?: EuiTimelineItemVerticalAlign;
|
|
9074
|
+
/**
|
|
9075
|
+
* Specify an `aria-label` for the icon when passed as an `IconType`.
|
|
9076
|
+
* If no `aria-label` is passed we assume the icon is purely decorative.
|
|
9077
|
+
*/
|
|
9078
|
+
iconAriaLabel?: string;
|
|
9079
|
+
}
|
|
9080
|
+
export const EuiTimelineItemIcon: FunctionComponent<EuiTimelineItemIconProps>;
|
|
9081
|
+
|
|
9082
|
+
}
|
|
9083
|
+
declare module '@elastic/eui/src/components/timeline/timeline_item.styles' {
|
|
9084
|
+
export const euiTimelineItemStyles: () => {
|
|
9085
|
+
euiTimelineItem: import("@emotion/utils").SerializedStyles;
|
|
9086
|
+
top: import("@emotion/utils").SerializedStyles;
|
|
9087
|
+
center: import("@emotion/utils").SerializedStyles;
|
|
9088
|
+
};
|
|
9089
|
+
|
|
9090
|
+
}
|
|
9091
|
+
declare module '@elastic/eui/src/components/timeline/timeline_item' {
|
|
9092
|
+
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
9093
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
9094
|
+
import { EuiTimelineItemEventProps } from '@elastic/eui/src/components/timeline/timeline_item_event';
|
|
9095
|
+
import { EuiTimelineItemIconProps } from '@elastic/eui/src/components/timeline/timeline_item_icon';
|
|
9096
|
+
export const VERTICAL_ALIGN: readonly ["top", "center"];
|
|
9097
|
+
export type EuiTimelineItemVerticalAlign = typeof VERTICAL_ALIGN[number];
|
|
9098
|
+
export interface EuiTimelineItemProps extends Omit<HTMLAttributes<HTMLElement>, 'children'>, CommonProps, Omit<EuiTimelineItemIconProps, 'verticalAlign'>, Omit<EuiTimelineItemEventProps, 'verticalAlign'> {
|
|
9099
|
+
/**
|
|
9100
|
+
* Vertical alignment of the event with the icon
|
|
9101
|
+
*/
|
|
9102
|
+
verticalAlign?: EuiTimelineItemVerticalAlign;
|
|
9103
|
+
}
|
|
9104
|
+
export const EuiTimelineItem: FunctionComponent<EuiTimelineItemProps>;
|
|
9105
|
+
|
|
9106
|
+
}
|
|
9107
|
+
declare module '@elastic/eui/src/components/timeline/timeline.styles' {
|
|
9108
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
9109
|
+
export const euiTimelineStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
9110
|
+
euiTimeline: import("@emotion/utils").SerializedStyles;
|
|
9111
|
+
m: import("@emotion/utils").SerializedStyles;
|
|
9112
|
+
l: import("@emotion/utils").SerializedStyles;
|
|
9113
|
+
xl: import("@emotion/utils").SerializedStyles;
|
|
9114
|
+
};
|
|
9115
|
+
|
|
9116
|
+
}
|
|
9117
|
+
declare module '@elastic/eui/src/components/timeline/timeline' {
|
|
9118
|
+
import { HTMLAttributes, FunctionComponent } from 'react';
|
|
9119
|
+
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
9120
|
+
import { EuiTimelineItemProps } from '@elastic/eui/src/components/timeline/timeline_item';
|
|
9121
|
+
export const GUTTER_SIZES: readonly ["m", "l", "xl"];
|
|
9122
|
+
export type EuiTimelineGutterSize = typeof GUTTER_SIZES[number];
|
|
9123
|
+
export interface EuiTimelineProps extends HTMLAttributes<HTMLOListElement>, CommonProps {
|
|
9124
|
+
/**
|
|
9125
|
+
* List of timeline items to render. See #EuiTimelineItem
|
|
9126
|
+
*/
|
|
9127
|
+
items?: EuiTimelineItemProps[];
|
|
9128
|
+
/**
|
|
9129
|
+
* Sets the size of the vertical space between each timeline item
|
|
9130
|
+
*/
|
|
9131
|
+
gutterSize?: EuiTimelineGutterSize;
|
|
9132
|
+
}
|
|
9133
|
+
export const EuiTimeline: FunctionComponent<EuiTimelineProps>;
|
|
9134
|
+
|
|
9135
|
+
}
|
|
9136
|
+
declare module '@elastic/eui/src/components/timeline' {
|
|
9137
|
+
export type { EuiTimelineProps } from '@elastic/eui/src/components/timeline/timeline';
|
|
9138
|
+
export { EuiTimeline } from '@elastic/eui/src/components/timeline/timeline';
|
|
9139
|
+
export type { EuiTimelineItemProps, EuiTimelineItemVerticalAlign, } from '@elastic/eui/src/components/timeline/timeline_item';
|
|
9140
|
+
export { EuiTimelineItem } from '@elastic/eui/src/components/timeline/timeline_item';
|
|
9141
|
+
export { EuiTimelineItemEvent } from '@elastic/eui/src/components/timeline/timeline_item_event';
|
|
9142
|
+
export { EuiTimelineItemIcon } from '@elastic/eui/src/components/timeline/timeline_item_icon';
|
|
9143
|
+
|
|
9144
|
+
}
|
|
9145
|
+
declare module '@elastic/eui/src/components/comment_list/comment_event.styles' {
|
|
9146
|
+
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
9147
|
+
export const euiCommentEventStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
9148
|
+
euiCommentEvent: import("@emotion/utils").SerializedStyles;
|
|
9149
|
+
regular: import("@emotion/utils").SerializedStyles;
|
|
9150
|
+
update: import("@emotion/utils").SerializedStyles;
|
|
9151
|
+
custom: import("@emotion/utils").SerializedStyles;
|
|
9152
|
+
};
|
|
9153
|
+
export const euiCommentEventHeaderStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
9154
|
+
euiCommentEvent__header: import("@emotion/utils").SerializedStyles;
|
|
9155
|
+
euiCommentEvent__headerPanel: import("@emotion/utils").SerializedStyles;
|
|
9156
|
+
euiCommentEvent__headerMain: import("@emotion/utils").SerializedStyles;
|
|
9157
|
+
euiCommentEvent__headerData: import("@emotion/utils").SerializedStyles;
|
|
9158
|
+
euiCommentEvent__headerEventIcon: import("@emotion/utils").SerializedStyles;
|
|
9159
|
+
euiCommentEvent__headerUsername: import("@emotion/utils").SerializedStyles;
|
|
9160
|
+
euiCommentEvent__headerEvent: import("@emotion/utils").SerializedStyles;
|
|
9161
|
+
euiCommentEvent__headerTimestamp: import("@emotion/utils").SerializedStyles;
|
|
9162
|
+
euiCommentEvent__headerActions: import("@emotion/utils").SerializedStyles;
|
|
9163
|
+
regular: import("@emotion/utils").SerializedStyles;
|
|
9164
|
+
hasEventColor: import("@emotion/utils").SerializedStyles;
|
|
9165
|
+
};
|
|
9166
|
+
export const euiCommentEventBodyStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
9167
|
+
euiCommentEvent__body: import("@emotion/utils").SerializedStyles;
|
|
9168
|
+
regular: import("@emotion/utils").SerializedStyles;
|
|
9169
|
+
update: import("@emotion/utils").SerializedStyles;
|
|
9170
|
+
custom: import("@emotion/utils").SerializedStyles;
|
|
9171
|
+
};
|
|
9172
|
+
|
|
9022
9173
|
}
|
|
9023
9174
|
declare module '@elastic/eui/src/components/comment_list/comment_event' {
|
|
9024
9175
|
import { FunctionComponent, ReactNode } from 'react';
|
|
9025
9176
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
9177
|
+
import { IconType } from '@elastic/eui/src/components/icon';
|
|
9178
|
+
import { EuiPanelProps } from '@elastic/eui/src/components/panel';
|
|
9026
9179
|
export interface EuiCommentEventProps extends CommonProps {
|
|
9027
9180
|
/**
|
|
9028
|
-
* Author of the comment.
|
|
9181
|
+
* Author of the comment.
|
|
9029
9182
|
*/
|
|
9030
|
-
username:
|
|
9183
|
+
username: string;
|
|
9031
9184
|
/**
|
|
9032
9185
|
* Time of occurrence of the event. Its format is set on the consumer's side
|
|
9033
9186
|
*/
|
|
@@ -9039,59 +9192,65 @@ declare module '@elastic/eui/src/components/comment_list/comment_event' {
|
|
|
9039
9192
|
/**
|
|
9040
9193
|
* Custom actions that the user can perform from the comment's header
|
|
9041
9194
|
*/
|
|
9042
|
-
actions?: ReactNode;
|
|
9195
|
+
actions?: ReactNode | ReactNode[];
|
|
9043
9196
|
/**
|
|
9044
|
-
*
|
|
9197
|
+
* Accepts any ReactNode. Renders in a panel within the comment event.
|
|
9045
9198
|
*/
|
|
9046
|
-
|
|
9047
|
-
|
|
9048
|
-
|
|
9049
|
-
|
|
9050
|
-
|
|
9051
|
-
|
|
9052
|
-
|
|
9199
|
+
children?: ReactNode;
|
|
9200
|
+
/**
|
|
9201
|
+
* Custom icon that shows before the username.
|
|
9202
|
+
*/
|
|
9203
|
+
eventIcon?: IconType;
|
|
9204
|
+
/**
|
|
9205
|
+
* Specify an `aria-label` for the `eventIcon`.
|
|
9206
|
+
* If no `aria-label` is passed we assume the icon is purely decorative.
|
|
9207
|
+
*/
|
|
9208
|
+
eventIconAriaLabel?: string;
|
|
9209
|
+
/**
|
|
9210
|
+
* Background color for the comment's header.
|
|
9211
|
+
*/
|
|
9212
|
+
eventColor?: EuiPanelProps['color'];
|
|
9213
|
+
}
|
|
9053
9214
|
export const EuiCommentEvent: FunctionComponent<EuiCommentEventProps>;
|
|
9054
|
-
export {};
|
|
9055
9215
|
|
|
9056
9216
|
}
|
|
9057
9217
|
declare module '@elastic/eui/src/components/comment_list/comment_timeline' {
|
|
9058
9218
|
import { FunctionComponent, ReactNode } from 'react';
|
|
9059
9219
|
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
9060
|
-
import {
|
|
9220
|
+
import { EuiAvatarProps } from '@elastic/eui/src/components/avatar';
|
|
9221
|
+
import { EuiCommentEventProps } from '@elastic/eui/src/components/comment_list/comment_event';
|
|
9061
9222
|
export interface EuiCommentTimelineProps extends CommonProps {
|
|
9062
9223
|
/**
|
|
9063
|
-
* Main icon that accompanies the comment.
|
|
9224
|
+
* Main icon that accompanies the comment. Should indicate who is the author of the comment. To customize, pass a `string` as an `EuiIcon['type']` or any `ReactNode`. If no icon is provided, it will default to the `username`'s initials.
|
|
9064
9225
|
*/
|
|
9065
|
-
timelineIcon?: ReactNode |
|
|
9066
|
-
|
|
9067
|
-
}
|
|
9068
|
-
regular: string;
|
|
9069
|
-
update: string;
|
|
9070
|
-
};
|
|
9071
|
-
export const TYPES: ("regular" | "update")[];
|
|
9072
|
-
export type EuiCommentType = keyof typeof typeToClassNameMap;
|
|
9226
|
+
timelineIcon?: ReactNode | EuiAvatarProps['iconType'];
|
|
9227
|
+
username: EuiCommentEventProps['username'];
|
|
9228
|
+
}
|
|
9073
9229
|
export const EuiCommentTimeline: FunctionComponent<EuiCommentTimelineProps>;
|
|
9074
|
-
export {};
|
|
9075
9230
|
|
|
9076
9231
|
}
|
|
9077
9232
|
declare module '@elastic/eui/src/components/comment_list/comment' {
|
|
9078
|
-
import { FunctionComponent
|
|
9233
|
+
import { FunctionComponent } from 'react';
|
|
9079
9234
|
import { EuiCommentEventProps } from '@elastic/eui/src/components/comment_list/comment_event';
|
|
9080
9235
|
import { EuiCommentTimelineProps } from '@elastic/eui/src/components/comment_list/comment_timeline';
|
|
9081
|
-
export interface EuiCommentProps extends
|
|
9236
|
+
export interface EuiCommentProps extends EuiCommentEventProps, EuiCommentTimelineProps {
|
|
9082
9237
|
}
|
|
9083
9238
|
export const EuiComment: FunctionComponent<EuiCommentProps>;
|
|
9084
9239
|
|
|
9085
9240
|
}
|
|
9086
9241
|
declare module '@elastic/eui/src/components/comment_list/comment_list' {
|
|
9087
|
-
import {
|
|
9088
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
9242
|
+
import { FunctionComponent } from 'react';
|
|
9089
9243
|
import { EuiCommentProps } from '@elastic/eui/src/components/comment_list/comment';
|
|
9090
|
-
|
|
9244
|
+
import { EuiTimelineProps } from '@elastic/eui/src/components/timeline';
|
|
9245
|
+
export type EuiCommentListProps = Omit<EuiTimelineProps, 'items' | 'gutterSize'> & {
|
|
9091
9246
|
/**
|
|
9092
9247
|
* List of comments to render. See #EuiComment
|
|
9093
9248
|
*/
|
|
9094
9249
|
comments?: EuiCommentProps[];
|
|
9250
|
+
/**
|
|
9251
|
+
* Sets the size of the vertical space between each comment
|
|
9252
|
+
*/
|
|
9253
|
+
gutterSize?: EuiTimelineProps['gutterSize'];
|
|
9095
9254
|
};
|
|
9096
9255
|
export const EuiCommentList: FunctionComponent<EuiCommentListProps>;
|
|
9097
9256
|
|
|
@@ -9099,7 +9258,7 @@ declare module '@elastic/eui/src/components/comment_list/comment_list' {
|
|
|
9099
9258
|
declare module '@elastic/eui/src/components/comment_list' {
|
|
9100
9259
|
export type { EuiCommentProps } from '@elastic/eui/src/components/comment_list/comment';
|
|
9101
9260
|
export { EuiComment } from '@elastic/eui/src/components/comment_list/comment';
|
|
9102
|
-
export type {
|
|
9261
|
+
export type { EuiCommentEventProps } from '@elastic/eui/src/components/comment_list/comment_event';
|
|
9103
9262
|
export { EuiCommentEvent } from '@elastic/eui/src/components/comment_list/comment_event';
|
|
9104
9263
|
export { EuiCommentTimeline } from '@elastic/eui/src/components/comment_list/comment_timeline';
|
|
9105
9264
|
export type { EuiCommentListProps } from '@elastic/eui/src/components/comment_list/comment_list';
|
|
@@ -9493,13 +9652,15 @@ declare module '@elastic/eui/src/components/datagrid/utils/sorting' {
|
|
|
9493
9652
|
|
|
9494
9653
|
}
|
|
9495
9654
|
declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
|
|
9496
|
-
import { CSSProperties } from 'react';
|
|
9497
|
-
import
|
|
9498
|
-
import { EuiDataGridStyleCellPaddings, EuiDataGridStyle, EuiDataGridRowHeightOption, EuiDataGridRowHeightsOptions, EuiDataGridColumn } from '@elastic/eui/src/components/datagrid/data_grid_types';
|
|
9655
|
+
import { CSSProperties, MutableRefObject } from 'react';
|
|
9656
|
+
import { EuiDataGridStyleCellPaddings, EuiDataGridStyle, EuiDataGridRowHeightOption, EuiDataGridRowHeightsOptions, EuiDataGridColumn, ImperativeGridApi } from '@elastic/eui/src/components/datagrid/data_grid_types';
|
|
9499
9657
|
export const cellPaddingsMap: Record<EuiDataGridStyleCellPaddings, number>;
|
|
9500
9658
|
export const AUTO_HEIGHT = "auto";
|
|
9501
9659
|
export const DEFAULT_ROW_HEIGHT = 34;
|
|
9502
9660
|
export class RowHeightUtils {
|
|
9661
|
+
private gridRef;
|
|
9662
|
+
private rerenderGridBodyRef;
|
|
9663
|
+
constructor(gridRef: MutableRefObject<ImperativeGridApi | null>, rerenderGridBodyRef: MutableRefObject<(() => void) | null>);
|
|
9503
9664
|
getRowHeightOption(rowIndex: number, rowHeightsOptions?: EuiDataGridRowHeightsOptions): EuiDataGridRowHeightOption | undefined;
|
|
9504
9665
|
isRowHeightOverride(rowIndex: number, rowHeightsOptions?: EuiDataGridRowHeightsOptions): boolean;
|
|
9505
9666
|
getCalculatedHeight(heightOption: EuiDataGridRowHeightOption, defaultHeight: number, rowIndex?: number, isRowHeightOverride?: boolean): number;
|
|
@@ -9519,24 +9680,20 @@ declare module '@elastic/eui/src/components/datagrid/utils/row_heights' {
|
|
|
9519
9680
|
*/
|
|
9520
9681
|
private heightsCache;
|
|
9521
9682
|
private timerId?;
|
|
9522
|
-
private grid?;
|
|
9523
9683
|
private lastUpdatedRow;
|
|
9524
|
-
private rerenderGridBody;
|
|
9525
9684
|
isAutoHeight(rowIndex: number, rowHeightsOptions?: EuiDataGridRowHeightsOptions): boolean;
|
|
9526
9685
|
getRowHeight(rowIndex: number): number;
|
|
9527
9686
|
setRowHeight(rowIndex: number, colId: string, height: number | undefined, visibleRowIndex: number): void;
|
|
9528
9687
|
pruneHiddenColumnHeights(visibleColumns: EuiDataGridColumn[]): void;
|
|
9529
9688
|
resetRow(visibleRowIndex: number): void;
|
|
9530
9689
|
resetGrid(): void;
|
|
9531
|
-
setGrid(grid: Grid): void;
|
|
9532
|
-
setRerenderGridBody(rerenderGridBody: Function): void;
|
|
9533
9690
|
}
|
|
9534
9691
|
/**
|
|
9535
9692
|
* Hook for instantiating RowHeightUtils, setting internal class vars,
|
|
9536
9693
|
* and setting up various row-height-related side effects
|
|
9537
9694
|
*/
|
|
9538
9695
|
export const useRowHeightUtils: ({ gridRef, gridStyles, columns, rowHeightsOptions, }: {
|
|
9539
|
-
gridRef:
|
|
9696
|
+
gridRef: MutableRefObject<ImperativeGridApi | null>;
|
|
9540
9697
|
gridStyles: EuiDataGridStyle;
|
|
9541
9698
|
columns: EuiDataGridColumn[];
|
|
9542
9699
|
rowHeightsOptions?: EuiDataGridRowHeightsOptions | undefined;
|
|
@@ -17848,118 +18005,6 @@ declare module '@elastic/eui/src/components/text_diff' {
|
|
|
17848
18005
|
export type { EuiTextDiffProps } from '@elastic/eui/src/components/text_diff/text_diff';
|
|
17849
18006
|
export { useEuiTextDiff } from '@elastic/eui/src/components/text_diff/text_diff';
|
|
17850
18007
|
|
|
17851
|
-
}
|
|
17852
|
-
declare module '@elastic/eui/src/components/timeline/timeline_item_event.styles' {
|
|
17853
|
-
export const euiTimelineItemEventStyles: () => {
|
|
17854
|
-
euiTimelineItemEvent: import("@emotion/utils").SerializedStyles;
|
|
17855
|
-
top: import("@emotion/utils").SerializedStyles;
|
|
17856
|
-
center: import("@emotion/utils").SerializedStyles;
|
|
17857
|
-
};
|
|
17858
|
-
|
|
17859
|
-
}
|
|
17860
|
-
declare module '@elastic/eui/src/components/timeline/timeline_item_event' {
|
|
17861
|
-
import { FunctionComponent, ReactNode } from 'react';
|
|
17862
|
-
import { EuiTimelineItemVerticalAlign } from '@elastic/eui/src/components/timeline/timeline_item';
|
|
17863
|
-
export interface EuiTimelineItemEventProps {
|
|
17864
|
-
/**
|
|
17865
|
-
* Accepts any node. But preferably `EuiPanel`
|
|
17866
|
-
*/
|
|
17867
|
-
children: ReactNode;
|
|
17868
|
-
verticalAlign?: EuiTimelineItemVerticalAlign;
|
|
17869
|
-
}
|
|
17870
|
-
export const EuiTimelineItemEvent: FunctionComponent<EuiTimelineItemEventProps>;
|
|
17871
|
-
|
|
17872
|
-
}
|
|
17873
|
-
declare module '@elastic/eui/src/components/timeline/timeline_item_icon.styles' {
|
|
17874
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
17875
|
-
export const euiTimelineItemIconStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
17876
|
-
euiTimelineItemIcon: import("@emotion/utils").SerializedStyles;
|
|
17877
|
-
euiTimelineItemIcon__content: import("@emotion/utils").SerializedStyles;
|
|
17878
|
-
top: import("@emotion/utils").SerializedStyles;
|
|
17879
|
-
center: import("@emotion/utils").SerializedStyles;
|
|
17880
|
-
};
|
|
17881
|
-
|
|
17882
|
-
}
|
|
17883
|
-
declare module '@elastic/eui/src/components/timeline/timeline_item_icon' {
|
|
17884
|
-
import { FunctionComponent, ReactNode } from 'react';
|
|
17885
|
-
import { IconType } from '@elastic/eui/src/components/icon';
|
|
17886
|
-
import { EuiTimelineItemVerticalAlign } from '@elastic/eui/src/components/timeline/timeline_item';
|
|
17887
|
-
export interface EuiTimelineItemIconProps {
|
|
17888
|
-
/**
|
|
17889
|
-
* Any `ReactNode`, but preferably `EuiAvatar`, or a `string` as an `EuiIcon['type']`.
|
|
17890
|
-
*/
|
|
17891
|
-
icon: ReactNode | IconType;
|
|
17892
|
-
verticalAlign?: EuiTimelineItemVerticalAlign;
|
|
17893
|
-
/**
|
|
17894
|
-
* Specify an `aria-label` for the icon when passed as an `IconType`.
|
|
17895
|
-
* If no `aria-label` is passed we assume the icon is purely decorative.
|
|
17896
|
-
*/
|
|
17897
|
-
iconAriaLabel?: string;
|
|
17898
|
-
}
|
|
17899
|
-
export const EuiTimelineItemIcon: FunctionComponent<EuiTimelineItemIconProps>;
|
|
17900
|
-
|
|
17901
|
-
}
|
|
17902
|
-
declare module '@elastic/eui/src/components/timeline/timeline_item.styles' {
|
|
17903
|
-
export const euiTimelineItemStyles: () => {
|
|
17904
|
-
euiTimelineItem: import("@emotion/utils").SerializedStyles;
|
|
17905
|
-
top: import("@emotion/utils").SerializedStyles;
|
|
17906
|
-
center: import("@emotion/utils").SerializedStyles;
|
|
17907
|
-
};
|
|
17908
|
-
|
|
17909
|
-
}
|
|
17910
|
-
declare module '@elastic/eui/src/components/timeline/timeline_item' {
|
|
17911
|
-
import { FunctionComponent, HTMLAttributes } from 'react';
|
|
17912
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
17913
|
-
import { EuiTimelineItemEventProps } from '@elastic/eui/src/components/timeline/timeline_item_event';
|
|
17914
|
-
import { EuiTimelineItemIconProps } from '@elastic/eui/src/components/timeline/timeline_item_icon';
|
|
17915
|
-
export const VERTICAL_ALIGN: readonly ["top", "center"];
|
|
17916
|
-
export type EuiTimelineItemVerticalAlign = typeof VERTICAL_ALIGN[number];
|
|
17917
|
-
export interface EuiTimelineItemProps extends Omit<HTMLAttributes<HTMLElement>, 'children'>, CommonProps, Omit<EuiTimelineItemIconProps, 'verticalAlign'>, Omit<EuiTimelineItemEventProps, 'verticalAlign'> {
|
|
17918
|
-
/**
|
|
17919
|
-
* Vertical alignment of the event with the icon
|
|
17920
|
-
*/
|
|
17921
|
-
verticalAlign?: EuiTimelineItemVerticalAlign;
|
|
17922
|
-
}
|
|
17923
|
-
export const EuiTimelineItem: FunctionComponent<EuiTimelineItemProps>;
|
|
17924
|
-
|
|
17925
|
-
}
|
|
17926
|
-
declare module '@elastic/eui/src/components/timeline/timeline.styles' {
|
|
17927
|
-
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
17928
|
-
export const euiTimelineStyles: ({ euiTheme }: UseEuiTheme) => {
|
|
17929
|
-
euiTimeline: import("@emotion/utils").SerializedStyles;
|
|
17930
|
-
m: import("@emotion/utils").SerializedStyles;
|
|
17931
|
-
l: import("@emotion/utils").SerializedStyles;
|
|
17932
|
-
xl: import("@emotion/utils").SerializedStyles;
|
|
17933
|
-
};
|
|
17934
|
-
|
|
17935
|
-
}
|
|
17936
|
-
declare module '@elastic/eui/src/components/timeline/timeline' {
|
|
17937
|
-
import { HTMLAttributes, FunctionComponent } from 'react';
|
|
17938
|
-
import { CommonProps } from '@elastic/eui/src/components/common';
|
|
17939
|
-
import { EuiTimelineItemProps } from '@elastic/eui/src/components/timeline/timeline_item';
|
|
17940
|
-
export const GUTTER_SIZES: readonly ["m", "l", "xl"];
|
|
17941
|
-
export type EuiTimelineGutterSize = typeof GUTTER_SIZES[number];
|
|
17942
|
-
export interface EuiTimelineProps extends HTMLAttributes<HTMLOListElement>, CommonProps {
|
|
17943
|
-
/**
|
|
17944
|
-
* List of timeline items to render. See #EuiTimelineItem
|
|
17945
|
-
*/
|
|
17946
|
-
items?: EuiTimelineItemProps[];
|
|
17947
|
-
/**
|
|
17948
|
-
* Sets the size of the vertical space between each timeline item
|
|
17949
|
-
*/
|
|
17950
|
-
gutterSize?: EuiTimelineGutterSize;
|
|
17951
|
-
}
|
|
17952
|
-
export const EuiTimeline: FunctionComponent<EuiTimelineProps>;
|
|
17953
|
-
|
|
17954
|
-
}
|
|
17955
|
-
declare module '@elastic/eui/src/components/timeline' {
|
|
17956
|
-
export type { EuiTimelineProps } from '@elastic/eui/src/components/timeline/timeline';
|
|
17957
|
-
export { EuiTimeline } from '@elastic/eui/src/components/timeline/timeline';
|
|
17958
|
-
export type { EuiTimelineItemProps, EuiTimelineItemVerticalAlign, } from '@elastic/eui/src/components/timeline/timeline_item';
|
|
17959
|
-
export { EuiTimelineItem } from '@elastic/eui/src/components/timeline/timeline_item';
|
|
17960
|
-
export { EuiTimelineItemEvent } from '@elastic/eui/src/components/timeline/timeline_item_event';
|
|
17961
|
-
export { EuiTimelineItemIcon } from '@elastic/eui/src/components/timeline/timeline_item_icon';
|
|
17962
|
-
|
|
17963
18008
|
}
|
|
17964
18009
|
declare module '@elastic/eui/src/components/toast/toast' {
|
|
17965
18010
|
import { FunctionComponent, HTMLAttributes, ReactNode } from 'react';
|
|
@@ -20470,7 +20515,7 @@ declare module '@elastic/eui/src/components/icon/assets/ip' {
|
|
|
20470
20515
|
export {};
|
|
20471
20516
|
|
|
20472
20517
|
}
|
|
20473
|
-
declare module '@elastic/eui/src/components/icon/assets/
|
|
20518
|
+
declare module '@elastic/eui/src/components/icon/assets/keyboard' {
|
|
20474
20519
|
import * as React from 'react';
|
|
20475
20520
|
interface SVGRProps {
|
|
20476
20521
|
title?: string;
|