@elastic/eui 70.3.0 → 71.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.
Files changed (674) hide show
  1. package/dist/eui_charts_theme.js +10673 -5106
  2. package/dist/eui_charts_theme.js.map +1 -1
  3. package/dist/eui_theme_dark.css +10 -715
  4. package/dist/eui_theme_dark.json +2 -161
  5. package/dist/eui_theme_dark.json.d.ts +0 -159
  6. package/dist/eui_theme_dark.min.css +1 -1
  7. package/dist/eui_theme_light.css +10 -715
  8. package/dist/eui_theme_light.json +2 -161
  9. package/dist/eui_theme_light.json.d.ts +0 -159
  10. package/dist/eui_theme_light.min.css +1 -1
  11. package/es/components/avatar/avatar.js +1 -1
  12. package/es/components/badge/badge.js +1 -1
  13. package/es/components/badge/badge.styles.js +2 -2
  14. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  15. package/es/components/basic_table/basic_table.js +1 -1
  16. package/es/components/basic_table/collapsed_item_actions.js +1 -1
  17. package/es/components/basic_table/in_memory_table.js +14 -6
  18. package/es/components/beacon/beacon.js +14 -4
  19. package/es/components/beacon/beacon.styles.js +14 -4
  20. package/es/components/breadcrumbs/breadcrumb.js +2 -1
  21. package/es/components/breadcrumbs/breadcrumb.styles.js +3 -3
  22. package/es/components/breadcrumbs/breadcrumbs.a11y.js +58 -0
  23. package/es/components/button/_button_content_deprecated.js +1 -1
  24. package/es/components/button/button_display/_button_display.js +1 -1
  25. package/es/components/button/button_display/_button_display.styles.js +2 -2
  26. package/es/components/button/button_display/_button_display_content.js +1 -1
  27. package/es/components/button/button_empty/button_empty.js +1 -1
  28. package/es/components/button/button_group/button_group.js +1 -1
  29. package/es/components/button/button_group/button_group_button.js +1 -1
  30. package/es/components/button/button_icon/button_icon.js +1 -1
  31. package/es/components/call_out/call_out.js +1 -1
  32. package/es/components/card/card.a11y.js +154 -0
  33. package/es/components/card/card.js +1 -1
  34. package/es/components/card/card.styles.js +4 -4
  35. package/es/components/code/code.styles.js +2 -1
  36. package/es/components/code/code_block_virtualized.js +30 -12
  37. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  38. package/es/components/color_picker/color_picker.a11y.js +73 -0
  39. package/es/components/color_picker/color_stops/color_stops.js +23 -21
  40. package/es/components/combo_box/combo_box.a11y.js +112 -0
  41. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  42. package/es/components/comment_list/comment.js +2 -2
  43. package/es/components/comment_list/comment_event.js +1 -1
  44. package/es/components/comment_list/comment_list.js +2 -2
  45. package/es/components/comment_list/comment_timeline.js +1 -1
  46. package/es/components/control_bar/control_bar.a11y.js +143 -0
  47. package/es/components/copy/copy.a11y.js +73 -0
  48. package/es/components/datagrid/body/data_grid_body.js +13 -13
  49. package/es/components/datagrid/body/data_grid_cell.js +24 -24
  50. package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  51. package/es/components/datagrid/body/header/data_grid_header_row.js +13 -13
  52. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  53. package/es/components/datagrid/data_grid.js +13 -13
  54. package/es/components/datagrid/utils/in_memory.js +12 -12
  55. package/es/components/date_picker/date_picker.js +2 -2
  56. package/es/components/date_picker/date_picker_range.js +1 -1
  57. package/es/components/description_list/description_list.styles.js +2 -2
  58. package/es/components/description_list/description_list_description.js +6 -2
  59. package/es/components/description_list/description_list_description.styles.js +2 -2
  60. package/es/components/description_list/description_list_title.styles.js +2 -2
  61. package/es/components/drag_and_drop/drag_and_drop.a11y.js +114 -0
  62. package/es/components/empty_prompt/empty_prompt.js +1 -1
  63. package/es/components/expression/expression.styles.js +3 -3
  64. package/es/components/facet/facet_button.js +1 -1
  65. package/es/components/flex/flex_grid.styles.js +2 -2
  66. package/es/components/flex/flex_group.styles.js +2 -2
  67. package/es/components/flyout/flyout.styles.js +7 -7
  68. package/es/components/form/field_number/field_number.js +1 -1
  69. package/es/components/form/field_text/field_text.js +2 -2
  70. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  71. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  72. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  73. package/es/components/form/range/dual_range.js +237 -189
  74. package/es/components/form/range/dual_range.styles.js +15 -0
  75. package/es/components/form/range/range.js +137 -92
  76. package/es/components/form/range/range.styles.js +98 -0
  77. package/es/components/form/range/range_draggable.js +23 -24
  78. package/es/components/form/range/range_draggable.styles.js +52 -0
  79. package/es/components/form/range/range_highlight.js +62 -29
  80. package/es/components/form/range/range_highlight.styles.js +34 -0
  81. package/es/components/form/range/range_input.js +18 -8
  82. package/es/components/form/range/range_input.styles.js +14 -0
  83. package/es/components/form/range/range_label.js +11 -6
  84. package/es/components/form/range/range_label.styles.js +20 -0
  85. package/es/components/form/range/range_levels.js +101 -93
  86. package/es/components/form/range/range_levels.styles.js +36 -0
  87. package/es/components/form/range/range_levels_colors.js +43 -0
  88. package/es/components/form/range/range_slider.js +28 -25
  89. package/es/components/form/range/range_slider.styles.js +28 -0
  90. package/es/components/form/range/range_thumb.js +7 -9
  91. package/es/components/form/range/range_thumb.styles.js +35 -0
  92. package/es/components/form/range/range_ticks.js +80 -76
  93. package/es/components/form/range/range_ticks.styles.js +83 -0
  94. package/es/components/form/range/range_tooltip.js +41 -45
  95. package/es/components/form/range/range_tooltip.styles.js +46 -0
  96. package/es/components/form/range/range_track.js +151 -155
  97. package/es/components/form/range/range_track.styles.js +19 -0
  98. package/es/components/form/range/range_wrapper.js +7 -11
  99. package/es/components/form/range/range_wrapper.styles.js +40 -0
  100. package/es/components/form/range/types.js +1 -0
  101. package/es/components/header/header_links/header_link.js +1 -1
  102. package/es/components/header/header_links/header_links.js +1 -1
  103. package/es/components/header/header_logo.js +1 -1
  104. package/es/components/icon/assets/article.js +43 -0
  105. package/es/components/icon/assets/discuss.js +41 -0
  106. package/es/components/icon/assets/dotInCircle.js +43 -0
  107. package/es/components/icon/assets/filterInCircle.js +39 -0
  108. package/es/components/icon/assets/issue.js +51 -0
  109. package/es/components/icon/icon.js +1 -1
  110. package/es/components/icon/icon_map.js +4 -0
  111. package/es/components/image/image_wrapper.styles.js +3 -3
  112. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  113. package/es/components/list_group/list_group.js +2 -2
  114. package/es/components/list_group/list_group_item.js +2 -2
  115. package/es/components/list_group/list_group_item.styles.js +2 -2
  116. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  117. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  118. package/es/components/loading/loading_logo.js +1 -1
  119. package/es/components/loading/loading_spinner.styles.js +8 -4
  120. package/es/components/markdown_editor/markdown_editor.js +2 -2
  121. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  122. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  123. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  124. package/es/components/markdown_editor/markdown_format.styles.js +2 -2
  125. package/es/components/modal/modal.a11y.js +1 -1
  126. package/es/components/modal/modal.styles.js +3 -3
  127. package/es/components/modal/modal_body.styles.js +2 -2
  128. package/es/components/modal/modal_footer.styles.js +2 -2
  129. package/es/components/modal/modal_header.styles.js +2 -1
  130. package/es/components/notification/notification_event.js +2 -2
  131. package/es/components/notification/notification_event_meta.js +1 -1
  132. package/es/components/page/page.styles.js +2 -2
  133. package/es/components/page/page_header/page_header_content.js +1 -1
  134. package/es/components/pagination/pagination.a11y.js +58 -0
  135. package/es/components/pagination/pagination_button.js +1 -1
  136. package/es/components/popover/popover_footer.styles.js +2 -2
  137. package/es/components/popover/popover_title.styles.js +2 -2
  138. package/es/components/search_bar/query/ast_to_es_query_dsl.js +8 -2
  139. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  140. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  141. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  142. package/es/components/side_nav/side_nav.a11y.js +323 -0
  143. package/es/components/suggest/suggest.js +1 -1
  144. package/es/components/suggest/suggest_item.js +1 -1
  145. package/es/components/table/table_header_button.js +1 -1
  146. package/es/components/text/text.styles.js +3 -1
  147. package/es/components/timeline/timeline_item_icon.js +1 -1
  148. package/es/components/toast/global_toast_list.js +1 -1
  149. package/es/components/toast/global_toast_list.styles.js +5 -5
  150. package/es/components/toast/toast.js +1 -1
  151. package/es/components/token/token.styles.js +4 -2
  152. package/es/components/tool_tip/icon_tip.js +1 -1
  153. package/es/components/tool_tip/tool_tip.styles.js +3 -1
  154. package/es/components/tour/tour_step.js +20 -6
  155. package/es/global_styling/functions/index.js +1 -0
  156. package/es/global_styling/functions/logical_shorthands.js +179 -0
  157. package/es/global_styling/functions/logicals.js +61 -5
  158. package/es/global_styling/functions/logicals.json +12 -1
  159. package/es/global_styling/mixins/_responsive.js +46 -1
  160. package/es/services/theme/hooks.js +14 -17
  161. package/eui.d.ts +602 -323
  162. package/i18ntokens.json +22 -22
  163. package/lib/components/avatar/avatar.js +1 -1
  164. package/lib/components/badge/badge.js +1 -1
  165. package/lib/components/badge/badge.styles.js +1 -1
  166. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  167. package/lib/components/basic_table/basic_table.js +1 -1
  168. package/lib/components/basic_table/collapsed_item_actions.js +1 -1
  169. package/lib/components/basic_table/in_memory_table.js +14 -6
  170. package/lib/components/beacon/beacon.js +18 -5
  171. package/lib/components/beacon/beacon.styles.js +13 -5
  172. package/lib/components/breadcrumbs/breadcrumb.js +2 -1
  173. package/lib/components/breadcrumbs/breadcrumb.styles.js +2 -2
  174. package/lib/components/breadcrumbs/breadcrumbs.a11y.js +65 -0
  175. package/lib/components/button/_button_content_deprecated.js +1 -1
  176. package/lib/components/button/button_display/_button_display.js +1 -1
  177. package/lib/components/button/button_display/_button_display.styles.js +1 -1
  178. package/lib/components/button/button_display/_button_display_content.js +1 -1
  179. package/lib/components/button/button_empty/button_empty.js +1 -1
  180. package/lib/components/button/button_group/button_group.js +1 -1
  181. package/lib/components/button/button_group/button_group_button.js +1 -1
  182. package/lib/components/button/button_icon/button_icon.js +1 -1
  183. package/lib/components/call_out/call_out.js +1 -1
  184. package/lib/components/card/card.a11y.js +159 -0
  185. package/lib/components/card/card.js +1 -1
  186. package/lib/components/card/card.styles.js +4 -4
  187. package/lib/components/code/code.styles.js +3 -1
  188. package/lib/components/code/code_block_virtualized.js +31 -12
  189. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  190. package/lib/components/color_picker/color_picker.a11y.js +73 -0
  191. package/lib/components/color_picker/color_stops/color_stops.js +23 -21
  192. package/lib/components/combo_box/combo_box.a11y.js +114 -0
  193. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  194. package/lib/components/comment_list/comment.js +2 -2
  195. package/lib/components/comment_list/comment_event.js +1 -1
  196. package/lib/components/comment_list/comment_list.js +2 -2
  197. package/lib/components/comment_list/comment_timeline.js +1 -1
  198. package/lib/components/control_bar/control_bar.a11y.js +148 -0
  199. package/lib/components/copy/copy.a11y.js +78 -0
  200. package/lib/components/datagrid/body/data_grid_body.js +13 -13
  201. package/lib/components/datagrid/body/data_grid_cell.js +24 -24
  202. package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  203. package/lib/components/datagrid/body/header/data_grid_header_row.js +13 -13
  204. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  205. package/lib/components/datagrid/data_grid.js +13 -13
  206. package/lib/components/datagrid/utils/in_memory.js +12 -12
  207. package/lib/components/date_picker/date_picker.js +2 -2
  208. package/lib/components/date_picker/date_picker_range.js +1 -1
  209. package/lib/components/description_list/description_list.styles.js +1 -1
  210. package/lib/components/description_list/description_list_description.js +5 -1
  211. package/lib/components/description_list/description_list_description.styles.js +1 -1
  212. package/lib/components/description_list/description_list_title.styles.js +1 -1
  213. package/lib/components/drag_and_drop/drag_and_drop.a11y.js +122 -0
  214. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  215. package/lib/components/expression/expression.styles.js +2 -2
  216. package/lib/components/facet/facet_button.js +1 -1
  217. package/lib/components/flex/flex_grid.styles.js +1 -1
  218. package/lib/components/flex/flex_group.styles.js +1 -1
  219. package/lib/components/flyout/flyout.styles.js +6 -6
  220. package/lib/components/form/field_number/field_number.js +1 -1
  221. package/lib/components/form/field_text/field_text.js +2 -2
  222. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  223. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  224. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  225. package/lib/components/form/range/dual_range.js +245 -192
  226. package/lib/components/form/range/dual_range.styles.js +26 -0
  227. package/lib/components/form/range/range.js +143 -95
  228. package/lib/components/form/range/range.styles.js +135 -0
  229. package/lib/components/form/range/range_draggable.js +30 -23
  230. package/lib/components/form/range/range_draggable.styles.js +58 -0
  231. package/lib/components/form/range/range_highlight.js +72 -29
  232. package/lib/components/form/range/range_highlight.styles.js +54 -0
  233. package/lib/components/form/range/range_input.js +27 -8
  234. package/lib/components/form/range/range_input.styles.js +24 -0
  235. package/lib/components/form/range/range_label.js +12 -6
  236. package/lib/components/form/range/range_label.styles.js +32 -0
  237. package/lib/components/form/range/range_levels.js +106 -95
  238. package/lib/components/form/range/range_levels.styles.js +52 -0
  239. package/lib/components/form/range/range_levels_colors.js +60 -0
  240. package/lib/components/form/range/range_slider.js +31 -24
  241. package/lib/components/form/range/range_slider.styles.js +44 -0
  242. package/lib/components/form/range/range_thumb.js +9 -9
  243. package/lib/components/form/range/range_thumb.styles.js +40 -0
  244. package/lib/components/form/range/range_ticks.js +88 -78
  245. package/lib/components/form/range/range_ticks.styles.js +89 -0
  246. package/lib/components/form/range/range_tooltip.js +53 -49
  247. package/lib/components/form/range/range_tooltip.styles.js +61 -0
  248. package/lib/components/form/range/range_track.js +149 -156
  249. package/lib/components/form/range/range_track.styles.js +30 -0
  250. package/lib/components/form/range/range_wrapper.js +9 -11
  251. package/lib/components/form/range/range_wrapper.styles.js +43 -0
  252. package/lib/components/form/range/types.js +5 -0
  253. package/lib/components/header/header_links/header_link.js +1 -1
  254. package/lib/components/header/header_links/header_links.js +1 -1
  255. package/lib/components/header/header_logo.js +1 -1
  256. package/lib/components/icon/assets/article.js +50 -0
  257. package/lib/components/icon/assets/discuss.js +48 -0
  258. package/lib/components/icon/assets/dotInCircle.js +50 -0
  259. package/lib/components/icon/assets/filterInCircle.js +46 -0
  260. package/lib/components/icon/assets/issue.js +59 -0
  261. package/lib/components/icon/icon.js +1 -1
  262. package/lib/components/icon/icon_map.js +4 -0
  263. package/lib/components/icon/svgs/article.svg +10 -0
  264. package/lib/components/icon/svgs/discuss.svg +4 -0
  265. package/lib/components/icon/svgs/dotInCircle.svg +4 -0
  266. package/lib/components/icon/svgs/filterInCircle.svg +3 -0
  267. package/lib/components/image/image_wrapper.styles.js +2 -2
  268. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  269. package/lib/components/list_group/list_group.js +2 -2
  270. package/lib/components/list_group/list_group_item.js +2 -2
  271. package/lib/components/list_group/list_group_item.styles.js +1 -1
  272. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  273. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  274. package/lib/components/loading/loading_logo.js +1 -1
  275. package/lib/components/loading/loading_spinner.styles.js +7 -3
  276. package/lib/components/markdown_editor/markdown_editor.js +2 -2
  277. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  278. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  279. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  280. package/lib/components/markdown_editor/markdown_format.styles.js +1 -1
  281. package/lib/components/modal/modal.a11y.js +1 -1
  282. package/lib/components/modal/modal.styles.js +2 -2
  283. package/lib/components/modal/modal_body.styles.js +1 -1
  284. package/lib/components/modal/modal_footer.styles.js +1 -1
  285. package/lib/components/modal/modal_header.styles.js +3 -1
  286. package/lib/components/notification/notification_event.js +2 -2
  287. package/lib/components/notification/notification_event_meta.js +1 -1
  288. package/lib/components/page/page.styles.js +1 -1
  289. package/lib/components/page/page_header/page_header_content.js +1 -1
  290. package/lib/components/pagination/pagination.a11y.js +60 -0
  291. package/lib/components/popover/popover_footer.styles.js +1 -1
  292. package/lib/components/popover/popover_title.styles.js +1 -1
  293. package/lib/components/search_bar/query/ast_to_es_query_dsl.js +8 -2
  294. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  295. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  296. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  297. package/lib/components/side_nav/side_nav.a11y.js +328 -0
  298. package/lib/components/suggest/suggest.js +1 -1
  299. package/lib/components/suggest/suggest_item.js +1 -1
  300. package/lib/components/table/table_header_button.js +1 -1
  301. package/lib/components/text/text.styles.js +3 -1
  302. package/lib/components/timeline/timeline_item_icon.js +1 -1
  303. package/lib/components/toast/global_toast_list.js +1 -1
  304. package/lib/components/toast/global_toast_list.styles.js +4 -4
  305. package/lib/components/toast/toast.js +1 -1
  306. package/lib/components/token/token.styles.js +3 -1
  307. package/lib/components/tool_tip/icon_tip.js +1 -1
  308. package/lib/components/tool_tip/tool_tip.styles.js +3 -1
  309. package/lib/components/tour/tour_step.js +20 -6
  310. package/lib/global_styling/functions/index.js +13 -0
  311. package/lib/global_styling/functions/logical_shorthands.js +187 -0
  312. package/lib/global_styling/functions/logicals.js +70 -11
  313. package/lib/global_styling/functions/logicals.json +12 -1
  314. package/lib/global_styling/mixins/_responsive.js +60 -3
  315. package/lib/services/theme/hooks.js +14 -17
  316. package/optimize/es/components/badge/badge.styles.js +2 -2
  317. package/optimize/es/components/beacon/beacon.js +8 -3
  318. package/optimize/es/components/beacon/beacon.styles.js +14 -4
  319. package/optimize/es/components/breadcrumbs/breadcrumb.js +2 -1
  320. package/optimize/es/components/breadcrumbs/breadcrumb.styles.js +3 -3
  321. package/optimize/es/components/breadcrumbs/breadcrumbs.a11y.js +58 -0
  322. package/optimize/es/components/button/button_display/_button_display.styles.js +2 -2
  323. package/optimize/es/components/card/card.a11y.js +144 -0
  324. package/optimize/es/components/card/card.styles.js +4 -4
  325. package/optimize/es/components/code/code.styles.js +2 -1
  326. package/optimize/es/components/code/code_block_virtualized.js +26 -12
  327. package/optimize/es/components/color_picker/color_picker.a11y.js +63 -0
  328. package/optimize/es/components/color_picker/color_stops/color_stops.js +23 -21
  329. package/optimize/es/components/combo_box/combo_box.a11y.js +102 -0
  330. package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  331. package/optimize/es/components/control_bar/control_bar.a11y.js +133 -0
  332. package/optimize/es/components/copy/copy.a11y.js +63 -0
  333. package/optimize/es/components/description_list/description_list.styles.js +2 -2
  334. package/optimize/es/components/description_list/description_list_description.js +6 -2
  335. package/optimize/es/components/description_list/description_list_description.styles.js +2 -2
  336. package/optimize/es/components/description_list/description_list_title.styles.js +2 -2
  337. package/optimize/es/components/drag_and_drop/drag_and_drop.a11y.js +104 -0
  338. package/optimize/es/components/expression/expression.styles.js +3 -3
  339. package/optimize/es/components/flex/flex_grid.styles.js +2 -2
  340. package/optimize/es/components/flex/flex_group.styles.js +2 -2
  341. package/optimize/es/components/flyout/flyout.styles.js +7 -7
  342. package/optimize/es/components/form/range/dual_range.js +159 -151
  343. package/optimize/es/components/form/range/dual_range.styles.js +15 -0
  344. package/optimize/es/components/form/range/range.js +66 -57
  345. package/optimize/es/components/form/range/range.styles.js +98 -0
  346. package/optimize/es/components/form/range/range_draggable.js +23 -18
  347. package/optimize/es/components/form/range/range_draggable.styles.js +52 -0
  348. package/optimize/es/components/form/range/range_highlight.js +61 -24
  349. package/optimize/es/components/form/range/range_highlight.styles.js +34 -0
  350. package/optimize/es/components/form/range/range_input.js +13 -4
  351. package/optimize/es/components/form/range/range_input.styles.js +14 -0
  352. package/optimize/es/components/form/range/range_label.js +7 -5
  353. package/optimize/es/components/form/range/range_label.styles.js +20 -0
  354. package/optimize/es/components/form/range/range_levels.js +87 -66
  355. package/optimize/es/components/form/range/range_levels.styles.js +36 -0
  356. package/optimize/es/components/form/range/range_levels_colors.js +43 -0
  357. package/optimize/es/components/form/range/range_slider.js +24 -11
  358. package/optimize/es/components/form/range/range_slider.styles.js +28 -0
  359. package/optimize/es/components/form/range/range_thumb.js +7 -3
  360. package/optimize/es/components/form/range/range_thumb.styles.js +35 -0
  361. package/optimize/es/components/form/range/range_ticks.js +61 -52
  362. package/optimize/es/components/form/range/range_ticks.styles.js +83 -0
  363. package/optimize/es/components/form/range/range_tooltip.js +40 -37
  364. package/optimize/es/components/form/range/range_tooltip.styles.js +46 -0
  365. package/optimize/es/components/form/range/range_track.js +116 -131
  366. package/optimize/es/components/form/range/range_track.styles.js +19 -0
  367. package/optimize/es/components/form/range/range_wrapper.js +7 -4
  368. package/optimize/es/components/form/range/range_wrapper.styles.js +40 -0
  369. package/optimize/es/components/form/range/types.js +1 -0
  370. package/optimize/es/components/icon/assets/article.js +39 -0
  371. package/optimize/es/components/icon/assets/discuss.js +37 -0
  372. package/optimize/es/components/icon/assets/dotInCircle.js +39 -0
  373. package/optimize/es/components/icon/assets/filterInCircle.js +35 -0
  374. package/optimize/es/components/icon/assets/issue.js +47 -0
  375. package/optimize/es/components/icon/icon_map.js +4 -0
  376. package/optimize/es/components/image/image_wrapper.styles.js +3 -3
  377. package/optimize/es/components/list_group/list_group_item.styles.js +2 -2
  378. package/optimize/es/components/loading/loading_spinner.styles.js +8 -4
  379. package/optimize/es/components/markdown_editor/markdown_editor.js +1 -1
  380. package/optimize/es/components/markdown_editor/markdown_format.styles.js +2 -2
  381. package/optimize/es/components/modal/modal.a11y.js +1 -1
  382. package/optimize/es/components/modal/modal.styles.js +3 -3
  383. package/optimize/es/components/modal/modal_body.styles.js +2 -2
  384. package/optimize/es/components/modal/modal_footer.styles.js +2 -2
  385. package/optimize/es/components/modal/modal_header.styles.js +2 -1
  386. package/optimize/es/components/page/page.styles.js +2 -2
  387. package/optimize/es/components/pagination/pagination.a11y.js +48 -0
  388. package/optimize/es/components/popover/popover_footer.styles.js +2 -2
  389. package/optimize/es/components/popover/popover_title.styles.js +2 -2
  390. package/optimize/es/components/search_bar/query/ast_to_es_query_dsl.js +8 -2
  391. package/optimize/es/components/side_nav/side_nav.a11y.js +313 -0
  392. package/optimize/es/components/text/text.styles.js +3 -1
  393. package/optimize/es/components/toast/global_toast_list.styles.js +5 -5
  394. package/optimize/es/components/token/token.styles.js +4 -2
  395. package/optimize/es/components/tool_tip/tool_tip.styles.js +3 -1
  396. package/optimize/es/components/tour/tour_step.js +17 -4
  397. package/optimize/es/global_styling/functions/index.js +1 -0
  398. package/optimize/es/global_styling/functions/logical_shorthands.js +169 -0
  399. package/optimize/es/global_styling/functions/logicals.js +47 -5
  400. package/optimize/es/global_styling/functions/logicals.json +12 -1
  401. package/optimize/es/global_styling/mixins/_responsive.js +46 -1
  402. package/optimize/es/services/theme/hooks.js +14 -17
  403. package/optimize/lib/components/badge/badge.styles.js +1 -1
  404. package/optimize/lib/components/beacon/beacon.js +12 -4
  405. package/optimize/lib/components/beacon/beacon.styles.js +13 -5
  406. package/optimize/lib/components/breadcrumbs/breadcrumb.js +2 -1
  407. package/optimize/lib/components/breadcrumbs/breadcrumb.styles.js +2 -2
  408. package/optimize/lib/components/breadcrumbs/breadcrumbs.a11y.js +65 -0
  409. package/optimize/lib/components/button/button_display/_button_display.styles.js +1 -1
  410. package/optimize/lib/components/card/card.a11y.js +159 -0
  411. package/optimize/lib/components/card/card.styles.js +4 -4
  412. package/optimize/lib/components/code/code.styles.js +3 -1
  413. package/optimize/lib/components/code/code_block_virtualized.js +27 -19
  414. package/optimize/lib/components/color_picker/color_picker.a11y.js +71 -0
  415. package/optimize/lib/components/color_picker/color_stops/color_stops.js +23 -21
  416. package/optimize/lib/components/combo_box/combo_box.a11y.js +114 -0
  417. package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  418. package/optimize/lib/components/control_bar/control_bar.a11y.js +148 -0
  419. package/optimize/lib/components/copy/copy.a11y.js +78 -0
  420. package/optimize/lib/components/description_list/description_list.styles.js +1 -1
  421. package/optimize/lib/components/description_list/description_list_description.js +5 -1
  422. package/optimize/lib/components/description_list/description_list_description.styles.js +1 -1
  423. package/optimize/lib/components/description_list/description_list_title.styles.js +1 -1
  424. package/optimize/lib/components/drag_and_drop/drag_and_drop.a11y.js +122 -0
  425. package/optimize/lib/components/expression/expression.styles.js +2 -2
  426. package/optimize/lib/components/flex/flex_grid.styles.js +1 -1
  427. package/optimize/lib/components/flex/flex_group.styles.js +1 -1
  428. package/optimize/lib/components/flyout/flyout.styles.js +6 -6
  429. package/optimize/lib/components/form/range/dual_range.js +165 -152
  430. package/optimize/lib/components/form/range/dual_range.styles.js +26 -0
  431. package/optimize/lib/components/form/range/range.js +71 -60
  432. package/optimize/lib/components/form/range/range.styles.js +135 -0
  433. package/optimize/lib/components/form/range/range_draggable.js +30 -17
  434. package/optimize/lib/components/form/range/range_draggable.styles.js +58 -0
  435. package/optimize/lib/components/form/range/range_highlight.js +71 -24
  436. package/optimize/lib/components/form/range/range_highlight.styles.js +54 -0
  437. package/optimize/lib/components/form/range/range_input.js +22 -4
  438. package/optimize/lib/components/form/range/range_input.styles.js +24 -0
  439. package/optimize/lib/components/form/range/range_label.js +8 -5
  440. package/optimize/lib/components/form/range/range_label.styles.js +32 -0
  441. package/optimize/lib/components/form/range/range_levels.js +94 -72
  442. package/optimize/lib/components/form/range/range_levels.styles.js +52 -0
  443. package/optimize/lib/components/form/range/range_levels_colors.js +60 -0
  444. package/optimize/lib/components/form/range/range_slider.js +28 -10
  445. package/optimize/lib/components/form/range/range_slider.styles.js +44 -0
  446. package/optimize/lib/components/form/range/range_thumb.js +9 -3
  447. package/optimize/lib/components/form/range/range_thumb.styles.js +40 -0
  448. package/optimize/lib/components/form/range/range_ticks.js +73 -57
  449. package/optimize/lib/components/form/range/range_ticks.styles.js +89 -0
  450. package/optimize/lib/components/form/range/range_tooltip.js +47 -38
  451. package/optimize/lib/components/form/range/range_tooltip.styles.js +61 -0
  452. package/optimize/lib/components/form/range/range_track.js +118 -139
  453. package/optimize/lib/components/form/range/range_track.styles.js +30 -0
  454. package/optimize/lib/components/form/range/range_wrapper.js +9 -4
  455. package/optimize/lib/components/form/range/range_wrapper.styles.js +43 -0
  456. package/optimize/lib/components/form/range/types.js +5 -0
  457. package/optimize/lib/components/icon/assets/article.js +49 -0
  458. package/optimize/lib/components/icon/assets/discuss.js +47 -0
  459. package/optimize/lib/components/icon/assets/dotInCircle.js +49 -0
  460. package/optimize/lib/components/icon/assets/filterInCircle.js +45 -0
  461. package/optimize/lib/components/icon/assets/issue.js +58 -0
  462. package/optimize/lib/components/icon/icon_map.js +4 -0
  463. package/optimize/lib/components/icon/svgs/article.svg +10 -0
  464. package/optimize/lib/components/icon/svgs/discuss.svg +4 -0
  465. package/optimize/lib/components/icon/svgs/dotInCircle.svg +4 -0
  466. package/optimize/lib/components/icon/svgs/filterInCircle.svg +3 -0
  467. package/optimize/lib/components/image/image_wrapper.styles.js +2 -2
  468. package/optimize/lib/components/list_group/list_group_item.styles.js +1 -1
  469. package/optimize/lib/components/loading/loading_spinner.styles.js +7 -3
  470. package/optimize/lib/components/markdown_editor/markdown_editor.js +1 -1
  471. package/optimize/lib/components/markdown_editor/markdown_format.styles.js +1 -1
  472. package/optimize/lib/components/modal/modal.a11y.js +1 -1
  473. package/optimize/lib/components/modal/modal.styles.js +2 -2
  474. package/optimize/lib/components/modal/modal_body.styles.js +1 -1
  475. package/optimize/lib/components/modal/modal_footer.styles.js +1 -1
  476. package/optimize/lib/components/modal/modal_header.styles.js +3 -1
  477. package/optimize/lib/components/page/page.styles.js +1 -1
  478. package/optimize/lib/components/pagination/pagination.a11y.js +60 -0
  479. package/optimize/lib/components/popover/popover_footer.styles.js +1 -1
  480. package/optimize/lib/components/popover/popover_title.styles.js +1 -1
  481. package/optimize/lib/components/search_bar/query/ast_to_es_query_dsl.js +8 -2
  482. package/optimize/lib/components/side_nav/side_nav.a11y.js +328 -0
  483. package/optimize/lib/components/text/text.styles.js +3 -1
  484. package/optimize/lib/components/toast/global_toast_list.styles.js +4 -4
  485. package/optimize/lib/components/token/token.styles.js +3 -1
  486. package/optimize/lib/components/tool_tip/tool_tip.styles.js +3 -1
  487. package/optimize/lib/components/tour/tour_step.js +17 -4
  488. package/optimize/lib/global_styling/functions/index.js +13 -0
  489. package/optimize/lib/global_styling/functions/logical_shorthands.js +184 -0
  490. package/optimize/lib/global_styling/functions/logicals.js +58 -11
  491. package/optimize/lib/global_styling/functions/logicals.json +12 -1
  492. package/optimize/lib/global_styling/mixins/_responsive.js +60 -3
  493. package/optimize/lib/services/theme/hooks.js +14 -17
  494. package/package.json +3 -5
  495. package/src/components/color_picker/color_stops/_color_stops.scss +1 -1
  496. package/src/components/form/_index.scss +0 -1
  497. package/src/global_styling/mixins/_range.scss +41 -4
  498. package/src/global_styling/variables/_form.scss +2 -4
  499. package/src/themes/amsterdam/global_styling/mixins/_index.scss +1 -1
  500. package/src/themes/amsterdam/overrides/_color_stops.scss +1 -1
  501. package/src/themes/amsterdam/overrides/_index.scss +0 -9
  502. package/test-env/components/avatar/avatar.js +1 -1
  503. package/test-env/components/badge/badge.js +1 -1
  504. package/test-env/components/badge/badge.styles.js +1 -1
  505. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  506. package/test-env/components/basic_table/basic_table.js +1 -1
  507. package/test-env/components/basic_table/collapsed_item_actions.js +1 -1
  508. package/test-env/components/basic_table/in_memory_table.js +14 -6
  509. package/test-env/components/beacon/beacon.js +18 -5
  510. package/test-env/components/beacon/beacon.styles.js +13 -5
  511. package/test-env/components/breadcrumbs/breadcrumb.js +2 -1
  512. package/test-env/components/breadcrumbs/breadcrumb.styles.js +2 -2
  513. package/test-env/components/breadcrumbs/breadcrumbs.a11y.js +65 -0
  514. package/test-env/components/button/_button_content_deprecated.js +1 -1
  515. package/test-env/components/button/button_display/_button_display.js +1 -1
  516. package/test-env/components/button/button_display/_button_display.styles.js +1 -1
  517. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  518. package/test-env/components/button/button_empty/button_empty.js +1 -1
  519. package/test-env/components/button/button_group/button_group.js +1 -1
  520. package/test-env/components/button/button_group/button_group_button.js +1 -1
  521. package/test-env/components/button/button_icon/button_icon.js +1 -1
  522. package/test-env/components/call_out/call_out.js +1 -1
  523. package/test-env/components/card/card.a11y.js +159 -0
  524. package/test-env/components/card/card.js +1 -1
  525. package/test-env/components/card/card.styles.js +4 -4
  526. package/test-env/components/code/code.styles.js +3 -1
  527. package/test-env/components/code/code_block_virtualized.js +27 -19
  528. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  529. package/test-env/components/color_picker/color_picker.a11y.js +71 -0
  530. package/test-env/components/color_picker/color_stops/color_stops.js +23 -21
  531. package/test-env/components/combo_box/combo_box.a11y.js +114 -0
  532. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  533. package/test-env/components/comment_list/comment.js +2 -2
  534. package/test-env/components/comment_list/comment_event.js +1 -1
  535. package/test-env/components/comment_list/comment_list.js +2 -2
  536. package/test-env/components/comment_list/comment_timeline.js +1 -1
  537. package/test-env/components/control_bar/control_bar.a11y.js +148 -0
  538. package/test-env/components/copy/copy.a11y.js +78 -0
  539. package/test-env/components/datagrid/body/data_grid_body.js +13 -13
  540. package/test-env/components/datagrid/body/data_grid_cell.js +24 -24
  541. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -12
  542. package/test-env/components/datagrid/body/header/data_grid_header_row.js +13 -13
  543. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  544. package/test-env/components/datagrid/data_grid.js +13 -13
  545. package/test-env/components/datagrid/utils/in_memory.js +12 -12
  546. package/test-env/components/date_picker/date_picker.js +2 -2
  547. package/test-env/components/date_picker/date_picker_range.js +1 -1
  548. package/test-env/components/description_list/description_list.styles.js +1 -1
  549. package/test-env/components/description_list/description_list_description.js +5 -1
  550. package/test-env/components/description_list/description_list_description.styles.js +1 -1
  551. package/test-env/components/description_list/description_list_title.styles.js +1 -1
  552. package/test-env/components/drag_and_drop/drag_and_drop.a11y.js +122 -0
  553. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  554. package/test-env/components/expression/expression.styles.js +2 -2
  555. package/test-env/components/facet/facet_button.js +1 -1
  556. package/test-env/components/flex/flex_grid.styles.js +1 -1
  557. package/test-env/components/flex/flex_group.styles.js +1 -1
  558. package/test-env/components/flyout/flyout.styles.js +6 -6
  559. package/test-env/components/form/field_number/field_number.js +1 -1
  560. package/test-env/components/form/field_text/field_text.js +2 -2
  561. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  562. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  563. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  564. package/test-env/components/form/range/dual_range.js +244 -190
  565. package/test-env/components/form/range/dual_range.styles.js +26 -0
  566. package/test-env/components/form/range/range.js +143 -95
  567. package/test-env/components/form/range/range.styles.js +135 -0
  568. package/test-env/components/form/range/range_draggable.js +30 -23
  569. package/test-env/components/form/range/range_draggable.styles.js +58 -0
  570. package/test-env/components/form/range/range_highlight.js +72 -29
  571. package/test-env/components/form/range/range_highlight.styles.js +54 -0
  572. package/test-env/components/form/range/range_input.js +27 -8
  573. package/test-env/components/form/range/range_input.styles.js +24 -0
  574. package/test-env/components/form/range/range_label.js +12 -6
  575. package/test-env/components/form/range/range_label.styles.js +32 -0
  576. package/test-env/components/form/range/range_levels.js +103 -83
  577. package/test-env/components/form/range/range_levels.styles.js +52 -0
  578. package/test-env/components/form/range/range_levels_colors.js +60 -0
  579. package/test-env/components/form/range/range_slider.js +31 -24
  580. package/test-env/components/form/range/range_slider.styles.js +44 -0
  581. package/test-env/components/form/range/range_thumb.js +9 -9
  582. package/test-env/components/form/range/range_thumb.styles.js +40 -0
  583. package/test-env/components/form/range/range_ticks.js +88 -78
  584. package/test-env/components/form/range/range_ticks.styles.js +89 -0
  585. package/test-env/components/form/range/range_tooltip.js +53 -49
  586. package/test-env/components/form/range/range_tooltip.styles.js +61 -0
  587. package/test-env/components/form/range/range_track.js +143 -151
  588. package/test-env/components/form/range/range_track.styles.js +30 -0
  589. package/test-env/components/form/range/range_wrapper.js +9 -11
  590. package/test-env/components/form/range/range_wrapper.styles.js +43 -0
  591. package/test-env/components/form/range/types.js +5 -0
  592. package/test-env/components/header/header_links/header_link.js +1 -1
  593. package/test-env/components/header/header_links/header_links.js +1 -1
  594. package/test-env/components/header/header_logo.js +1 -1
  595. package/test-env/components/icon/assets/article.js +49 -0
  596. package/test-env/components/icon/assets/discuss.js +47 -0
  597. package/test-env/components/icon/assets/dotInCircle.js +49 -0
  598. package/test-env/components/icon/assets/filterInCircle.js +45 -0
  599. package/test-env/components/icon/assets/issue.js +58 -0
  600. package/test-env/components/icon/icon_map.js +4 -0
  601. package/test-env/components/image/image_wrapper.styles.js +2 -2
  602. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  603. package/test-env/components/list_group/list_group.js +2 -2
  604. package/test-env/components/list_group/list_group_item.js +2 -2
  605. package/test-env/components/list_group/list_group_item.styles.js +1 -1
  606. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  607. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  608. package/test-env/components/loading/loading_logo.js +1 -1
  609. package/test-env/components/loading/loading_spinner.styles.js +7 -3
  610. package/test-env/components/markdown_editor/markdown_editor.js +2 -2
  611. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  612. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  613. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  614. package/test-env/components/markdown_editor/markdown_format.styles.js +1 -1
  615. package/test-env/components/modal/modal.a11y.js +1 -1
  616. package/test-env/components/modal/modal.styles.js +2 -2
  617. package/test-env/components/modal/modal_body.styles.js +1 -1
  618. package/test-env/components/modal/modal_footer.styles.js +1 -1
  619. package/test-env/components/modal/modal_header.styles.js +3 -1
  620. package/test-env/components/notification/notification_event.js +2 -2
  621. package/test-env/components/notification/notification_event_meta.js +1 -1
  622. package/test-env/components/page/page.styles.js +1 -1
  623. package/test-env/components/page/page_header/page_header_content.js +1 -1
  624. package/test-env/components/pagination/pagination.a11y.js +60 -0
  625. package/test-env/components/popover/popover_footer.styles.js +1 -1
  626. package/test-env/components/popover/popover_title.styles.js +1 -1
  627. package/test-env/components/search_bar/query/ast_to_es_query_dsl.js +8 -2
  628. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  629. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  630. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  631. package/test-env/components/side_nav/side_nav.a11y.js +328 -0
  632. package/test-env/components/suggest/suggest.js +1 -1
  633. package/test-env/components/suggest/suggest_item.js +1 -1
  634. package/test-env/components/table/table_header_button.js +1 -1
  635. package/test-env/components/text/text.styles.js +3 -1
  636. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  637. package/test-env/components/toast/global_toast_list.js +1 -1
  638. package/test-env/components/toast/global_toast_list.styles.js +4 -4
  639. package/test-env/components/toast/toast.js +1 -1
  640. package/test-env/components/token/token.styles.js +3 -1
  641. package/test-env/components/tool_tip/icon_tip.js +1 -1
  642. package/test-env/components/tool_tip/tool_tip.styles.js +3 -1
  643. package/test-env/components/tour/tour_step.js +20 -6
  644. package/test-env/global_styling/functions/index.js +13 -0
  645. package/test-env/global_styling/functions/logical_shorthands.js +184 -0
  646. package/test-env/global_styling/functions/logicals.js +58 -11
  647. package/test-env/global_styling/functions/logicals.json +12 -1
  648. package/test-env/global_styling/mixins/_responsive.js +60 -3
  649. package/test-env/services/theme/hooks.js +14 -17
  650. package/src/components/form/range/_dual_range.scss +0 -7
  651. package/src/components/form/range/_index.scss +0 -13
  652. package/src/components/form/range/_range.scss +0 -7
  653. package/src/components/form/range/_range_draggable.scss +0 -35
  654. package/src/components/form/range/_range_highlight.scss +0 -25
  655. package/src/components/form/range/_range_input.scss +0 -10
  656. package/src/components/form/range/_range_label.scss +0 -18
  657. package/src/components/form/range/_range_levels.scss +0 -43
  658. package/src/components/form/range/_range_slider.scss +0 -133
  659. package/src/components/form/range/_range_thumb.scss +0 -19
  660. package/src/components/form/range/_range_ticks.scss +0 -88
  661. package/src/components/form/range/_range_tooltip.scss +0 -97
  662. package/src/components/form/range/_range_track.scss +0 -15
  663. package/src/components/form/range/_range_wrapper.scss +0 -20
  664. package/src/themes/amsterdam/global_styling/mixins/_range.scss +0 -57
  665. package/src/themes/amsterdam/overrides/_breadcrumbs.scss +0 -0
  666. package/src/themes/amsterdam/overrides/_range.scss +0 -3
  667. package/src/themes/amsterdam/overrides/_range_draggable.scss +0 -25
  668. package/src/themes/amsterdam/overrides/_range_highlight.scss +0 -31
  669. package/src/themes/amsterdam/overrides/_range_levels.scss +0 -32
  670. package/src/themes/amsterdam/overrides/_range_slider.scss +0 -54
  671. package/src/themes/amsterdam/overrides/_range_thumb.scss +0 -22
  672. package/src/themes/amsterdam/overrides/_range_ticks.scss +0 -42
  673. package/src/themes/amsterdam/overrides/_range_tooltip.scss +0 -3
  674. package/src/themes/amsterdam/overrides/_range_track.scss +0 -110
package/eui.d.ts CHANGED
@@ -954,6 +954,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
954
954
  arrowUp: string;
955
955
  arrowStart: string;
956
956
  arrowEnd: string;
957
+ article: string;
957
958
  asterisk: string;
958
959
  auditbeatApp: string;
959
960
  beaker: string;
@@ -1011,11 +1012,13 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
1011
1012
  desktop: string;
1012
1013
  devToolsApp: string;
1013
1014
  discoverApp: string;
1015
+ discuss: string;
1014
1016
  document: string;
1015
1017
  documentEdit: string;
1016
1018
  documentation: string;
1017
1019
  documents: string;
1018
1020
  dot: string;
1021
+ dotInCircle: string;
1019
1022
  doubleArrowLeft: string;
1020
1023
  doubleArrowRight: string;
1021
1024
  download: string;
@@ -1067,6 +1070,7 @@ declare module '@elastic/eui/src/components/icon/icon_map' {
1067
1070
  filterExclude: string;
1068
1071
  filterIgnore: string;
1069
1072
  filterInclude: string;
1073
+ filterInCircle: string;
1070
1074
  flag: string;
1071
1075
  fleetApp: string;
1072
1076
  fold: string;
@@ -1457,7 +1461,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
1457
1461
  import { WithEuiThemeProps } from '@elastic/eui/src/services';
1458
1462
  export { COLORS } from '@elastic/eui/src/components/icon/named_colors';
1459
1463
  import { NamedColor } from '@elastic/eui/src/components/icon/named_colors';
1460
- export const TYPES: ("string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp")[];
1464
+ export const TYPES: ("string" | "number" | "function" | "article" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "discuss" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp")[];
1461
1465
  export type EuiIconType = keyof typeof typeToPathMap;
1462
1466
  export type IconType = EuiIconType | string | ComponentType;
1463
1467
  export type IconColor = string | NamedColor;
@@ -1500,7 +1504,7 @@ declare module '@elastic/eui/src/components/icon/icon' {
1500
1504
  isLoading: boolean;
1501
1505
  neededLoading: boolean;
1502
1506
  }
1503
- export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
1507
+ export const clearIconComponentCache: (iconType?: "string" | "number" | "function" | "article" | "link" | "menu" | "filter" | "image" | "stop" | "search" | "temperature" | "color" | "accessibility" | "aggregate" | "alert" | "analyzeEvent" | "annotation" | "apps" | "arrowStart" | "arrowEnd" | "asterisk" | "beaker" | "bell" | "bellSlash" | "beta" | "bolt" | "branch" | "branchUser" | "broom" | "brush" | "bug" | "bullseye" | "calendar" | "check" | "checkInCircleFilled" | "cheer" | "clock" | "cloudDrizzle" | "cloudStormy" | "cloudSunny" | "cluster" | "compute" | "console" | "container" | "continuityAbove" | "continuityAboveBelow" | "continuityBelow" | "continuityWithin" | "copy" | "cross" | "crossInACircleFilled" | "crosshairs" | "currency" | "cut" | "database" | "desktop" | "discuss" | "document" | "documentEdit" | "documentation" | "documents" | "dot" | "dotInCircle" | "doubleArrowLeft" | "doubleArrowRight" | "download" | "editorDistributeHorizontal" | "editorDistributeVertical" | "editorItemAlignBottom" | "editorItemAlignCenter" | "editorItemAlignLeft" | "editorItemAlignMiddle" | "editorItemAlignRight" | "editorItemAlignTop" | "editorPositionBottomLeft" | "editorPositionBottomRight" | "editorPositionTopLeft" | "editorPositionTopRight" | "email" | "empty" | "eql" | "eraser" | "exit" | "expand" | "expandMini" | "eye" | "filterExclude" | "filterIgnore" | "filterInclude" | "filterInCircle" | "flag" | "fold" | "frameNext" | "framePrevious" | "fullScreenExit" | "gear" | "glasses" | "globe" | "grab" | "grid" | "heart" | "heatmap" | "help" | "home" | "iInCircle" | "indexTemporary" | "infinity" | "inputOutput" | "inspect" | "invert" | "ip" | "keyboard" | "kubernetesNode" | "kubernetesPod" | "launch" | "layers" | "lettering" | "lineDashed" | "lineDotted" | "lineSolid" | "list" | "lock" | "lockOpen" | "magnet" | "magnifyWithExclamation" | "magnifyWithMinus" | "magnifyWithPlus" | "memory" | "menuDown" | "menuLeft" | "menuRight" | "menuUp" | "merge" | "minimize" | "minus" | "mobile" | "moon" | "namespace" | "nested" | "node" | "offline" | "online" | "package" | "pageSelect" | "pagesSelect" | "partial" | "pause" | "payment" | "pencil" | "percent" | "pin" | "play" | "playFilled" | "plus" | "popout" | "push" | "quote" | "refresh" | "reporter" | "save" | "scale" | "securitySignal" | "securitySignalDetected" | "securitySignalResolved" | "sessionViewer" | "shard" | "share" | "snowflake" | "sortAscending" | "sortDescending" | "sortLeft" | "sortRight" | "sortable" | "spaces" | "starPlusEmpty" | "starPlusFilled" | "stats" | "storage" | "submodule" | "sun" | "symlink" | "tableOfContents" | "tag" | "tear" | "timeline" | "timeRefresh" | "timeslider" | "training" | "trash" | "unfold" | "unlink" | "user" | "userAvatar" | "users" | "vector" | "videoPlayer" | "wordWrap" | "wordWrapDisabled" | "wrench" | "tokenAlias" | "tokenAnnotation" | "tokenArray" | "tokenBinary" | "tokenBoolean" | "tokenClass" | "tokenCompletionSuggester" | "tokenConstant" | "tokenDate" | "tokenDenseVector" | "tokenElement" | "tokenEnum" | "tokenEnumMember" | "tokenEvent" | "tokenException" | "tokenField" | "tokenFile" | "tokenFlattened" | "tokenFunction" | "tokenGeo" | "tokenHistogram" | "tokenInterface" | "tokenIP" | "tokenJoin" | "tokenKey" | "tokenKeyword" | "tokenMethod" | "tokenMetricCounter" | "tokenMetricGauge" | "tokenModule" | "tokenNamespace" | "tokenNested" | "tokenNull" | "tokenNumber" | "tokenObject" | "tokenOperator" | "tokenPackage" | "tokenParameter" | "tokenPercolator" | "tokenProperty" | "tokenRange" | "tokenRankFeature" | "tokenRankFeatures" | "tokenRepo" | "tokenSearchType" | "tokenShape" | "tokenString" | "tokenStruct" | "tokenSymbol" | "tokenTag" | "tokenText" | "tokenTokenCount" | "tokenVariable" | "addDataApp" | "advancedSettingsApp" | "agentApp" | "apmApp" | "apmTrace" | "appSearchApp" | "arrowDown" | "arrowLeft" | "arrowRight" | "arrowUp" | "auditbeatApp" | "boxesHorizontal" | "boxesVertical" | "canvasApp" | "casesApp" | "classificationJob" | "codeApp" | "consoleApp" | "controlsHorizontal" | "controlsVertical" | "copyClipboard" | "createAdvancedJob" | "createMultiMetricJob" | "createPopulationJob" | "createSingleMetricJob" | "crossClusterReplicationApp" | "dashboardApp" | "dataVisualizer" | "devToolsApp" | "discoverApp" | "editorAlignCenter" | "editorAlignLeft" | "editorAlignRight" | "editorBold" | "editorChecklist" | "editorCodeBlock" | "editorComment" | "editorHeading" | "editorItalic" | "editorLink" | "editorOrderedList" | "editorRedo" | "editorStrike" | "editorTable" | "editorUnderline" | "editorUndo" | "editorUnorderedList" | "emsApp" | "exportAction" | "eyeClosed" | "faceHappy" | "faceNeutral" | "faceSad" | "filebeatApp" | "fleetApp" | "folderCheck" | "folderClosed" | "folderExclamation" | "folderOpen" | "fullScreen" | "gisApp" | "grabHorizontal" | "graphApp" | "grokApp" | "heartbeatApp" | "importAction" | "indexClose" | "indexEdit" | "indexFlush" | "indexManagementApp" | "indexMapping" | "indexOpen" | "indexPatternApp" | "indexRollupApp" | "indexRuntime" | "indexSettings" | "kqlField" | "kqlFunction" | "kqlOperand" | "kqlSelector" | "kqlValue" | "lensApp" | "listAdd" | "logoAWS" | "logoAWSMono" | "logoAerospike" | "logoApache" | "logoAppSearch" | "logoAzure" | "logoAzureMono" | "logoBeats" | "logoBusinessAnalytics" | "logoCeph" | "logoCloud" | "logoCloudEnterprise" | "logoCode" | "logoCodesandbox" | "logoCouchbase" | "logoDocker" | "logoDropwizard" | "logoElastic" | "logoElasticStack" | "logoElasticsearch" | "logoEnterpriseSearch" | "logoEtcd" | "logoGCP" | "logoGCPMono" | "logoGithub" | "logoGmail" | "logoGolang" | "logoGoogleG" | "logoHAproxy" | "logoIBM" | "logoIBMMono" | "logoKafka" | "logoKibana" | "logoKubernetes" | "logoLogging" | "logoLogstash" | "logoMaps" | "logoMemcached" | "logoMetrics" | "logoMongodb" | "logoMySQL" | "logoNginx" | "logoObservability" | "logoOsquery" | "logoPhp" | "logoPostgres" | "logoPrometheus" | "logoRabbitmq" | "logoRedis" | "logoSecurity" | "logoSiteSearch" | "logoSketch" | "logoSlack" | "logoUptime" | "logoWebhook" | "logoWindows" | "logoWorkplaceSearch" | "logsApp" | "logstashFilter" | "logstashIf" | "logstashInput" | "logstashOutput" | "logstashQueue" | "machineLearningApp" | "managementApp" | "mapMarker" | "metricbeatApp" | "metricsApp" | "minusInCircle" | "minusInCircleFilled" | "monitoringApp" | "notebookApp" | "outlierDetectionJob" | "packetbeatApp" | "paperClip" | "pinFilled" | "pipelineApp" | "plusInCircle" | "plusInCircleFilled" | "questionInCircle" | "recentlyViewedApp" | "regressionJob" | "reportingApp" | "returnKey" | "savedObjectsApp" | "searchProfilerApp" | "securityAnalyticsApp" | "securityApp" | "sortDown" | "sortUp" | "spacesApp" | "sqlApp" | "starEmpty" | "starEmptySpace" | "starFilled" | "starFilledSpace" | "starMinusEmpty" | "starMinusFilled" | "stopFilled" | "stopSlash" | "swatchInput" | "tableDensityCompact" | "tableDensityExpanded" | "tableDensityNormal" | "timelionApp" | "upgradeAssistantApp" | "uptimeApp" | "usersRolesApp" | "visArea" | "visAreaStacked" | "visBarHorizontal" | "visBarHorizontalStacked" | "visBarVertical" | "visBarVerticalStacked" | "visGauge" | "visGoal" | "visLine" | "visMapCoordinate" | "visMapRegion" | "visMetric" | "visPie" | "visTable" | "visTagCloud" | "visText" | "visTimelion" | "visVega" | "visVisualBuilder" | "visualizeApp" | "watchesApp" | "workplaceSearchApp" | undefined) => void;
1504
1508
  export const appendIconComponentCache: (iconTypeToIconComponentMap: {
1505
1509
  [iconType: string]: React.ComponentType<{}>;
1506
1510
  }) => void;
@@ -4920,308 +4924,387 @@ declare module '@elastic/eui/src/components/popover' {
4920
4924
  export { EuiWrappingPopover } from '@elastic/eui/src/components/popover/wrapping_popover';
4921
4925
 
4922
4926
  }
4923
- declare module '@elastic/eui/src/components/form/range/range_highlight' {
4924
- import React, { FunctionComponent } from 'react';
4925
- export interface EuiRangeHighlightProps {
4926
- className?: string;
4927
- background?: string;
4928
- compressed?: boolean;
4929
- hasFocus?: boolean;
4930
- showTicks?: boolean;
4931
- lowerValue: number;
4932
- upperValue: number;
4927
+ declare module '@elastic/eui/src/components/form/range/range_levels_colors' {
4928
+ import { UseEuiTheme } from '@elastic/eui/src/services';
4929
+ import type { EuiRangeLevel } from '@elastic/eui/src/components/form/range/types';
4930
+ export const LEVEL_COLORS: readonly ["primary", "success", "warning", "danger"];
4931
+ export type EuiRangeLevelColor = typeof LEVEL_COLORS[number];
4932
+ export const isNamedLevelColor: (color?: string | undefined) => boolean;
4933
+ export const euiRangeLevelColor: (color: EuiRangeLevelColor | string, euiTheme: UseEuiTheme['euiTheme']) => string;
4934
+ export const getLevelColor: (levels: EuiRangeLevel[], value: number) => "primary" | "success" | "warning" | "danger" | import("csstype").Property.Color | undefined;
4935
+
4936
+ }
4937
+ declare module '@elastic/eui/src/components/form/range/types' {
4938
+ import type { ReactNode, CSSProperties, InputHTMLAttributes } from 'react';
4939
+ import type { CommonProps } from '@elastic/eui/src/components/common';
4940
+ import type { EuiFormControlLayoutProps } from '@elastic/eui/src/components/form/form_control_layout';
4941
+ import type { EuiRangeLevelColor } from '@elastic/eui/src/components/form/range/range_levels_colors';
4942
+ /**
4943
+ * Internal type atoms split up both for easier categorization
4944
+ * and for easier reusing/picking
4945
+ */
4946
+ export interface _SharedRangeValuesProps {
4933
4947
  max: number;
4934
4948
  min: number;
4935
- onClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
4949
+ /**
4950
+ * The number to increment or decrement between each interval
4951
+ * @default 1
4952
+ */
4953
+ step?: number;
4936
4954
  }
4937
- export const EuiRangeHighlight: FunctionComponent<EuiRangeHighlightProps>;
4938
-
4939
- }
4940
- declare module '@elastic/eui/src/components/form/range/range_input' {
4941
- import { FunctionComponent } from 'react';
4942
- import { EuiFieldNumberProps } from '@elastic/eui/src/components/form/field_number';
4943
- export interface EuiRangeInputProps extends Omit<EuiFieldNumberProps, 'max' | 'min' | 'value'> {
4944
- autoSize?: boolean;
4945
- digitTolerance: number;
4946
- max: number;
4947
- min: number;
4948
- side?: 'min' | 'max';
4955
+ export interface _SingleRangeValue extends _SharedRangeValuesProps {
4949
4956
  value: string | number;
4957
+ onChange?: (event: _SingleRangeChangeEvent, isValid: boolean) => void;
4950
4958
  }
4951
- export const EuiRangeInput: FunctionComponent<EuiRangeInputProps>;
4952
-
4953
- }
4954
- declare module '@elastic/eui/src/components/form/range/range_label' {
4955
- import { FunctionComponent } from 'react';
4956
- export interface EuiRangeLabelProps {
4959
+ export interface _DualRangeValue extends _SharedRangeValuesProps {
4960
+ value: [_SingleRangeValue['value'], _SingleRangeValue['value']];
4961
+ onChange: (values: [_SingleRangeValue['value'], _SingleRangeValue['value']], isValid: boolean, event?: _DualRangeChangeEvent) => void;
4962
+ }
4963
+ export interface _SharedRangesValues extends _SharedRangeValuesProps {
4964
+ value?: _SingleRangeValue['value'] | _DualRangeValue['value'];
4965
+ }
4966
+ export type _SingleRangeChangeEvent = React.ChangeEvent<HTMLInputElement> | React.KeyboardEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement>;
4967
+ export type _DualRangeChangeEvent = _SingleRangeChangeEvent | React.KeyboardEvent<HTMLDivElement>;
4968
+ export interface _SharedRangeDataStructures {
4957
4969
  /**
4958
- * ReactNode to render as this component's content
4970
+ * Specified ticks at specified values
4959
4971
  */
4960
- children: string | number;
4961
- disabled?: boolean;
4962
- side?: 'min' | 'max';
4963
- }
4964
- export const EuiRangeLabel: FunctionComponent<EuiRangeLabelProps>;
4965
-
4966
- }
4967
- declare module '@elastic/eui/src/components/form/range/range_levels' {
4968
- import { CSSProperties, FunctionComponent } from 'react';
4969
- import { CommonProps } from '@elastic/eui/src/components/common';
4970
- export type EuiRangeLevelColor = 'primary' | 'success' | 'warning' | 'danger';
4971
- export const LEVEL_COLORS: EuiRangeLevelColor[];
4972
- export interface EuiRangeLevel extends CommonProps {
4973
- min: number;
4974
- max: number;
4972
+ ticks?: EuiRangeTick[];
4975
4973
  /**
4976
- * Accepts one of `["primary", "success", "warning", "danger"]` or a valid CSS color value.
4974
+ * Modifies the number of tick marks and at what interval
4977
4975
  */
4978
- color: EuiRangeLevelColor | CSSProperties['color'];
4979
- }
4980
- export interface EuiRangeLevelsProps {
4976
+ tickInterval?: number;
4981
4977
  /**
4978
+ * Create colored indicators for certain intervals.
4982
4979
  * An array of #EuiRangeLevel objects
4983
4980
  */
4984
4981
  levels?: EuiRangeLevel[];
4985
- max: number;
4986
- min: number;
4987
- showTicks?: boolean;
4988
- compressed?: boolean;
4989
4982
  }
4990
- export const EuiRangeLevels: FunctionComponent<EuiRangeLevelsProps>;
4991
-
4992
- }
4993
- declare module '@elastic/eui/src/components/form/range/range_slider' {
4994
- import React, { ChangeEventHandler, InputHTMLAttributes } from 'react';
4995
- import { CommonProps } from '@elastic/eui/src/components/common';
4996
- export type EuiRangeSliderProps = InputHTMLAttributes<HTMLInputElement> & CommonProps & {
4997
- id?: string;
4998
- name?: string;
4999
- min: number;
5000
- max: number;
5001
- step?: number;
5002
- compressed?: boolean;
5003
- isLoading?: boolean;
5004
- hasFocus?: boolean;
4983
+ export interface _SharedRangeVisualConfiguration {
4984
+ /**
4985
+ * Pass `true` to displays an extra input control for direct manipulation.
4986
+ * Pass `"inputWithPopover"` to only show the input but show the range in a dropdown.
4987
+ */
4988
+ showInput?: boolean | 'inputWithPopover';
4989
+ /**
4990
+ * Shows static min/max labels on the sides of the range slider
4991
+ */
4992
+ showLabels?: boolean;
4993
+ /**
4994
+ * Shows a thick line from min to value
4995
+ */
5005
4996
  showRange?: boolean;
4997
+ /**
4998
+ * Shows clickable tick marks and labels at the given interval (`step`/`tickInterval`)
4999
+ */
5006
5000
  showTicks?: boolean;
5007
- disabled?: boolean;
5008
- tabIndex?: number;
5009
- onChange?: ChangeEventHandler<HTMLInputElement>;
5010
- };
5011
- export const EuiRangeSlider: React.ForwardRefExoticComponent<React.InputHTMLAttributes<HTMLInputElement> & CommonProps & {
5012
- id?: string | undefined;
5013
- name?: string | undefined;
5014
- min: number;
5015
- max: number;
5016
- step?: number | undefined;
5017
- compressed?: boolean | undefined;
5018
- isLoading?: boolean | undefined;
5019
- hasFocus?: boolean | undefined;
5020
- showRange?: boolean | undefined;
5021
- showTicks?: boolean | undefined;
5022
- disabled?: boolean | undefined;
5023
- tabIndex?: number | undefined;
5024
- onChange?: React.ChangeEventHandler<HTMLInputElement> | undefined;
5025
- } & React.RefAttributes<HTMLInputElement>>;
5026
-
5027
- }
5028
- declare module '@elastic/eui/src/components/form/range/range_ticks' {
5029
- import { ButtonHTMLAttributes, MouseEventHandler, FunctionComponent, ReactNode } from 'react';
5030
- export interface EuiRangeTick {
5031
- value: number;
5032
- label: ReactNode;
5033
5001
  }
5034
- export type EuiRangeTicksProps = Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'value'> & {
5035
- ticks?: EuiRangeTick[];
5036
- tickSequence: number[];
5037
- value?: number | string | Array<string | number>;
5038
- min: number;
5039
- max: number;
5040
- compressed?: boolean;
5041
- interval?: number;
5042
- disabled?: boolean;
5043
- onChange?: MouseEventHandler<HTMLButtonElement>;
5044
- };
5045
- export const EuiRangeTicks: FunctionComponent<EuiRangeTicksProps>;
5046
-
5047
- }
5048
- declare module '@elastic/eui/src/components/form/range/range_tooltip' {
5049
- import { FunctionComponent, ReactNode } from 'react';
5050
- export interface EuiRangeTooltipProps {
5051
- value?: number | string;
5052
- valueAppend?: ReactNode;
5053
- valuePrepend?: ReactNode;
5054
- max: number;
5055
- min: number;
5002
+ export interface _SharedRangeInputProps {
5003
+ id?: string;
5056
5004
  name?: string;
5057
- showTicks?: boolean;
5058
- compressed?: boolean;
5059
- }
5060
- export const EuiRangeTooltip: FunctionComponent<EuiRangeTooltipProps>;
5061
-
5062
- }
5063
- declare module '@elastic/eui/src/components/form/range/range_track' {
5064
- import { Component, MouseEventHandler, HTMLAttributes } from 'react';
5065
- import { EuiRangeLevel, LEVEL_COLORS } from '@elastic/eui/src/components/form/range/range_levels';
5066
- import { EuiRangeTick } from '@elastic/eui/src/components/form/range/range_ticks';
5067
- export { LEVEL_COLORS };
5068
- export interface EuiRangeTrackProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> {
5069
- min: number;
5070
- max: number;
5071
- step?: number;
5072
- value?: number | string | Array<string | number>;
5005
+ /**
5006
+ * Only impacts ticks rendered by `showTicks` or inputs rendered by `showInput`.
5007
+ */
5073
5008
  compressed?: boolean;
5009
+ /**
5010
+ * Only impacts inputs rendered by the `showInput` prop.
5011
+ * The range slider itself remains interactable unless `disabled` is applied.
5012
+ */
5013
+ readOnly?: boolean;
5014
+ /**
5015
+ * Disables both the range track and any input(s)
5016
+ */
5074
5017
  disabled?: boolean;
5075
- showTicks?: boolean;
5076
- tickInterval?: number;
5077
- ticks?: EuiRangeTick[];
5078
- onChange?: MouseEventHandler<HTMLButtonElement>;
5079
- levels?: EuiRangeLevel[];
5080
- }
5081
- export class EuiRangeTrack extends Component<EuiRangeTrackProps> {
5082
- validateValueIsInStep: (value: number) => number;
5083
- calculateSequence: (min: EuiRangeTrackProps['min'], max: EuiRangeTrackProps['max'], interval?: EuiRangeTrackProps['tickInterval']) => number[];
5084
- calculateTicks: (min: EuiRangeTrackProps['min'], max: EuiRangeTrackProps['max'], step?: EuiRangeTrackProps['step'], tickInterval?: EuiRangeTrackProps['tickInterval'], customTicks?: EuiRangeTick[] | undefined) => number[];
5085
- render(): JSX.Element;
5086
- }
5087
-
5088
- }
5089
- declare module '@elastic/eui/src/components/form/range/range_wrapper' {
5090
- import React, { HTMLAttributes } from 'react';
5091
- import { CommonProps } from '@elastic/eui/src/components/common';
5092
- export interface EuiRangeWrapperProps extends CommonProps, HTMLAttributes<HTMLDivElement> {
5093
5018
  /**
5094
5019
  * Expand to fill 100% of the parent.
5095
5020
  * Defaults to `fullWidth` prop of `<EuiForm>`.
5096
5021
  * @default false
5097
5022
  */
5098
5023
  fullWidth?: boolean;
5099
- compressed?: boolean;
5024
+ /**
5025
+ * Only impacts inputs rendered when the `showInput` prop is set to `"inputWithPopover"`
5026
+ */
5027
+ isLoading?: boolean;
5028
+ /**
5029
+ * Only impacts inputs rendered by the `showInput` prop
5030
+ */
5031
+ isInvalid?: boolean;
5100
5032
  }
5101
- export const EuiRangeWrapper: React.ForwardRefExoticComponent<EuiRangeWrapperProps & React.RefAttributes<HTMLDivElement>>;
5102
-
5103
- }
5104
- declare module '@elastic/eui/src/components/form/range/range' {
5105
-
5106
- import React, { Component, ReactNode } from 'react';
5107
- import { CommonProps } from '@elastic/eui/src/components/common';
5108
- import { EuiRangeInputProps } from '@elastic/eui/src/components/form/range/range_input';
5109
- import { EuiRangeLevel } from '@elastic/eui/src/components/form/range/range_levels';
5110
- import { EuiRangeTick } from '@elastic/eui/src/components/form/range/range_ticks';
5111
- import { FormContextValue } from '@elastic/eui/src/components/form/eui_form_context';
5112
- export interface EuiRangeProps extends CommonProps, Omit<EuiRangeInputProps, 'onChange' | 'digitTolerance' | 'isLoading'> {
5113
- compressed?: boolean;
5114
- readOnly?: boolean;
5033
+ export type _SharedRangeInputSide = {
5115
5034
  /**
5116
- * Expand to fill 100% of the parent.
5117
- * Defaults to `fullWidth` prop of `<EuiForm>`.
5118
- * @default false
5035
+ * @default 'max'
5119
5036
  */
5120
- fullWidth?: boolean;
5121
- id?: string;
5037
+ side?: 'min' | 'max';
5038
+ };
5039
+ /**
5040
+ * Externally exported props types
5041
+ */
5042
+ export interface EuiRangeProps extends CommonProps, Omit<InputHTMLAttributes<HTMLInputElement>, 'value' | 'min' | 'max' | 'step' | 'onChange'>, _SingleRangeValue, _SharedRangeDataStructures, _SharedRangeVisualConfiguration, _SharedRangeInputProps {
5122
5043
  /**
5123
- * Create colored indicators for certain intervals
5044
+ * Shows a tooltip styled value
5124
5045
  */
5125
- levels?: EuiRangeLevel[];
5126
- step?: number;
5046
+ showValue?: boolean;
5127
5047
  /**
5128
- * Pass `true` to displays an extra input control for direct manipulation.
5129
- * Pass `'inputWithPopover'` to only show the input but show the range in a dropdown.
5048
+ * Appends to the tooltip
5130
5049
  */
5131
- showInput?: boolean | 'inputWithPopover';
5050
+ valueAppend?: ReactNode;
5132
5051
  /**
5133
- * Shows static min/max labels on the sides of the range slider
5052
+ * Prepends to the tooltip
5134
5053
  */
5135
- showLabels?: boolean;
5054
+ valuePrepend?: ReactNode;
5136
5055
  /**
5137
- * Shows a thick line from min to value
5056
+ * Only impacts the input rendered by the `showInput` prop.
5057
+ * `string` | `ReactElement` or an array of these
5138
5058
  */
5139
- showRange?: boolean;
5059
+ prepend?: EuiFormControlLayoutProps['prepend'];
5140
5060
  /**
5141
- * Shows clickable tick marks and labels at the given interval (`step`/`tickInterval`)
5061
+ * Only impacts the input rendered by the `showInput` prop.
5062
+ * `string` | `ReactElement` or an array of these
5142
5063
  */
5143
- showTicks?: boolean;
5064
+ append?: EuiFormControlLayoutProps['append'];
5065
+ }
5066
+ export interface EuiDualRangeProps extends CommonProps, Omit<InputHTMLAttributes<HTMLInputElement>, 'value' | 'min' | 'max' | 'step' | 'onChange'>, _DualRangeValue, _SharedRangeDataStructures, _SharedRangeVisualConfiguration, _SharedRangeInputProps {
5144
5067
  /**
5145
- * Shows a tooltip styled value
5068
+ * Creates a draggble highlighted range area
5146
5069
  */
5147
- showValue?: boolean;
5070
+ isDraggable?: boolean;
5071
+ onBlur?: (event: React.FocusEvent<HTMLInputElement> | React.FocusEvent<HTMLDivElement>) => void;
5072
+ onFocus?: (event: React.FocusEvent<HTMLInputElement> | React.FocusEvent<HTMLDivElement>) => void;
5148
5073
  /**
5149
- * Specified ticks at specified values
5074
+ * Only impacts inputs rendered when the `showInput` prop is set to `"inputWithPopover"`.
5075
+ * `string` | `ReactElement` or an array of these
5150
5076
  */
5151
- ticks?: EuiRangeTick[];
5077
+ prepend?: EuiFormControlLayoutProps['prepend'];
5152
5078
  /**
5153
- * Modifies the number of tick marks and at what interval
5079
+ * Only impacts inputs rendered when the `showInput` prop is set to `"inputWithPopover"`.
5080
+ * `string` | `ReactElement` or an array of these
5154
5081
  */
5155
- tickInterval?: number;
5082
+ append?: EuiFormControlLayoutProps['append'];
5156
5083
  /**
5157
- * Appends to the tooltip
5084
+ * Intended to be used with aria attributes. Some attributes may be overwritten.
5158
5085
  */
5159
- valueAppend?: ReactNode;
5086
+ minInputProps?: Omit<InputHTMLAttributes<HTMLInputElement>, 'max' | 'min' | 'value' | 'step' | 'disabled' | 'readonly' | 'name' | 'onChange' | 'onFocus' | 'onBlur' | 'onKeyDown' | 'onMouseDown'>;
5160
5087
  /**
5161
- * Prepends to the tooltip
5088
+ * Intended to be used with aria attributes. Some attributes may be overwritten.
5162
5089
  */
5163
- valuePrepend?: ReactNode;
5090
+ maxInputProps?: EuiDualRangeProps['minInputProps'];
5091
+ }
5092
+ export interface EuiRangeTick {
5093
+ value: number;
5094
+ label: ReactNode;
5095
+ }
5096
+ export interface EuiRangeLevel extends CommonProps, Pick<_SharedRangeValuesProps, 'min' | 'max'> {
5164
5097
  /**
5165
- * Will only show if `showInput = inputWithPopover`
5098
+ * Accepts one of `["primary", "success", "warning", "danger"]` or a valid CSS color value.
5166
5099
  */
5167
- isLoading?: boolean;
5168
- onChange?: (event: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement>, isValid: boolean) => void;
5100
+ color: EuiRangeLevelColor | CSSProperties['color'];
5169
5101
  }
5170
- export class EuiRange extends Component<EuiRangeProps> {
5171
- static contextType: React.Context<FormContextValue>;
5172
- static defaultProps: {
5173
- min: number;
5174
- max: number;
5175
- step: number;
5176
- compressed: boolean;
5177
- isLoading: boolean;
5178
- showLabels: boolean;
5179
- showInput: boolean;
5180
- showRange: boolean;
5181
- showTicks: boolean;
5182
- showValue: boolean;
5183
- levels: never[];
5184
- };
5185
- preventPopoverClose: boolean;
5186
- state: {
5187
- id: string;
5188
- isPopoverOpen: boolean;
5189
- };
5190
- handleOnChange: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement>) => void;
5191
- get isValid(): boolean;
5192
- onInputFocus: (e: React.FocusEvent<HTMLInputElement>) => void;
5193
- onInputBlur: (e: React.FocusEvent<HTMLInputElement>) => NodeJS.Timeout;
5194
- closePopover: () => void;
5195
- render(): JSX.Element;
5102
+
5103
+ }
5104
+ declare module '@elastic/eui/src/components/form/range/range.styles' {
5105
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5106
+ export const euiRangeVariables: (euiThemeContext: UseEuiTheme) => {
5107
+ trackColor: string;
5108
+ highlightColor: string;
5109
+ focusColor: string;
5110
+ thumbHeight: string;
5111
+ thumbWidth: string;
5112
+ thumbBorderWidth: import("csstype").Property.BorderWidth<string | number> | undefined;
5113
+ thumbBorderColor: string;
5114
+ thumbBackgroundColor: string;
5115
+ trackWidth: string;
5116
+ trackHeight: string;
5117
+ trackBorderWidth: string;
5118
+ trackBorderColor: string;
5119
+ trackBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
5120
+ tickHeight: string;
5121
+ tickWidth: string;
5122
+ disabledOpacity: number;
5123
+ highlightHeight: string;
5124
+ height: string;
5125
+ compressedHeight: string;
5126
+ trackTopPositionWithTicks: string;
5127
+ trackBottomPositionWithTicks: string;
5128
+ trackTopPositionWithoutTicks: string;
5129
+ levelsZIndex: number;
5130
+ highlightZIndex: number;
5131
+ thumbZIndex: number;
5132
+ };
5133
+ export const euiRangeTrackPerBrowser: (content: string) => string;
5134
+ export const euiRangeThumbBorder: (euiThemeContext: UseEuiTheme) => string;
5135
+ export const euiRangeThumbBoxShadow: (euiThemeContext: UseEuiTheme) => string;
5136
+ export const euiRangeThumbFocusBoxShadow: (euiThemeContext: UseEuiTheme) => string;
5137
+ export const euiRangeThumbStyle: (euiThemeContext: UseEuiTheme) => string;
5138
+ export const euiRangeThumbPerBrowser: (content: string) => string;
5139
+ export const euiRangeThumbFocus: (euiThemeContext: UseEuiTheme, color?: string | undefined) => string;
5140
+ export const euiRangeStyles: ({ euiTheme }: UseEuiTheme) => {
5141
+ euiRange: import("@emotion/utils").SerializedStyles;
5142
+ hasInput: import("@emotion/utils").SerializedStyles;
5143
+ euiRange__horizontalSpacer: import("@emotion/utils").SerializedStyles;
5144
+ euiRange__slimHorizontalSpacer: import("@emotion/utils").SerializedStyles;
5145
+ };
5146
+
5147
+ }
5148
+ declare module '@elastic/eui/src/components/form/range/range_draggable.styles' {
5149
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5150
+ export const euiRangeDraggableStyles: (euiThemeContext: UseEuiTheme) => {
5151
+ euiRangeDraggable: import("@emotion/utils").SerializedStyles;
5152
+ hasTicks: import("@emotion/utils").SerializedStyles;
5153
+ disabled: import("@emotion/utils").SerializedStyles;
5154
+ };
5155
+ export const euiRangeDraggableInnerStyles: (euiThemeContext: UseEuiTheme) => {
5156
+ euiRangeDraggable__inner: import("@emotion/utils").SerializedStyles;
5157
+ enabled: import("@emotion/utils").SerializedStyles;
5158
+ disabled: import("@emotion/utils").SerializedStyles;
5159
+ };
5160
+
5161
+ }
5162
+ declare module '@elastic/eui/src/components/form/range/range_draggable' {
5163
+ import { FunctionComponent, HTMLAttributes } from 'react';
5164
+ import type { EuiDualRangeProps } from '@elastic/eui/src/components/form/range/types';
5165
+ export interface EuiRangeDraggableProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'>, Pick<EuiDualRangeProps, 'min' | 'max' | 'value' | 'disabled' | 'showTicks'> {
5166
+ lowerPosition: string;
5167
+ upperPosition: string;
5168
+ onChange: (x: number, isFirstInteraction?: boolean) => void;
5169
+ }
5170
+ export const EuiRangeDraggable: FunctionComponent<EuiRangeDraggableProps>;
5171
+
5172
+ }
5173
+ declare module '@elastic/eui/src/components/form/range/range_highlight.styles' {
5174
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5175
+ export const euiRangeHighlightStyles: (euiThemeContext: UseEuiTheme) => {
5176
+ euiRangeHighlight: import("@emotion/utils").SerializedStyles;
5177
+ hasTicks: import("@emotion/utils").SerializedStyles;
5178
+ };
5179
+ export const euiRangeHighlightProgressStyles: (euiThemeContext: UseEuiTheme) => {
5180
+ euiRangeHighlight__progress: import("@emotion/utils").SerializedStyles;
5181
+ };
5182
+ export const euiRangeHighlightLevelsWrapperStyles: (euiThemeContext: UseEuiTheme) => {
5183
+ euiRangeHighlight__levelsWrapper: import("@emotion/utils").SerializedStyles;
5184
+ };
5185
+ export const euiRangeHighlightLevelsStyles: (euiThemeContext: UseEuiTheme) => {
5186
+ euiRangeHighlight__levels: import("@emotion/utils").SerializedStyles;
5187
+ };
5188
+
5189
+ }
5190
+ declare module '@elastic/eui/src/components/form/range/range_levels.styles' {
5191
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5192
+ export const euiRangeLevelsStyles: (euiThemeContext: UseEuiTheme) => {
5193
+ euiRangeLevels: import("@emotion/utils").SerializedStyles;
5194
+ hasRange: import("@emotion/utils").SerializedStyles;
5195
+ hasTicks: import("@emotion/utils").SerializedStyles;
5196
+ };
5197
+ export const euiRangeLevelStyles: (euiThemeContext: UseEuiTheme) => {
5198
+ euiRangeLevel: import("@emotion/utils").SerializedStyles;
5199
+ primary: import("@emotion/utils").SerializedStyles;
5200
+ success: import("@emotion/utils").SerializedStyles;
5201
+ warning: import("@emotion/utils").SerializedStyles;
5202
+ danger: import("@emotion/utils").SerializedStyles;
5203
+ customColor: import("@emotion/utils").SerializedStyles;
5204
+ };
5205
+
5206
+ }
5207
+ declare module '@elastic/eui/src/components/form/range/range_levels' {
5208
+ import { CSSProperties, FunctionComponent } from 'react';
5209
+ import type { EuiRangeProps } from '@elastic/eui/src/components/form/range/types';
5210
+ export interface EuiRangeLevelsProps extends Pick<EuiRangeProps, 'levels' | 'min' | 'max' | 'showTicks' | 'showRange'> {
5211
+ trackWidth: number;
5212
+ style?: CSSProperties;
5213
+ }
5214
+ export const EuiRangeLevels: FunctionComponent<EuiRangeLevelsProps>;
5215
+
5216
+ }
5217
+ declare module '@elastic/eui/src/components/form/range/range_highlight' {
5218
+ import React, { FunctionComponent } from 'react';
5219
+ import type { EuiRangeProps } from '@elastic/eui/src/components/form/range/types';
5220
+ export interface EuiRangeHighlightProps extends Pick<EuiRangeProps, 'min' | 'max' | 'levels' | 'showTicks'> {
5221
+ className?: string;
5222
+ background?: string;
5223
+ trackWidth: number;
5224
+ lowerValue: number;
5225
+ upperValue: number;
5226
+ onClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
5227
+ }
5228
+ export const EuiRangeHighlight: FunctionComponent<EuiRangeHighlightProps>;
5229
+
5230
+ }
5231
+ declare module '@elastic/eui/src/components/form/range/range_input.styles' {
5232
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5233
+ export const euiRangeInputStyles: ({ euiTheme }: UseEuiTheme) => {
5234
+ euiRangeInput: import("@emotion/utils").SerializedStyles;
5235
+ };
5236
+
5237
+ }
5238
+ declare module '@elastic/eui/src/components/form/range/range_input' {
5239
+ import { FunctionComponent } from 'react';
5240
+ import { EuiFieldNumberProps } from '@elastic/eui/src/components/form/field_number';
5241
+ import type { _SingleRangeValue, _SharedRangeInputSide } from '@elastic/eui/src/components/form/range/types';
5242
+ export interface EuiRangeInputProps extends Omit<EuiFieldNumberProps, 'max' | 'min' | 'value' | 'step'>, Omit<_SingleRangeValue, 'onChange'>, _SharedRangeInputSide {
5243
+ autoSize?: boolean;
5244
+ digitTolerance: number;
5245
+ }
5246
+ export const EuiRangeInput: FunctionComponent<EuiRangeInputProps>;
5247
+
5248
+ }
5249
+ declare module '@elastic/eui/src/components/form/range/range_label.styles' {
5250
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5251
+ export const euiRangeLabelStyles: (euiThemeContext: UseEuiTheme) => {
5252
+ euiRangeLabel: import("@emotion/utils").SerializedStyles;
5253
+ min: import("@emotion/utils").SerializedStyles;
5254
+ max: import("@emotion/utils").SerializedStyles;
5255
+ isDisabled: import("@emotion/utils").SerializedStyles;
5256
+ };
5257
+
5258
+ }
5259
+ declare module '@elastic/eui/src/components/form/range/range_label' {
5260
+ import { FunctionComponent } from 'react';
5261
+ import type { _SharedRangeInputProps, _SharedRangeInputSide } from '@elastic/eui/src/components/form/range/types';
5262
+ export interface EuiRangeLabelProps extends Pick<_SharedRangeInputProps, 'disabled'>, _SharedRangeInputSide {
5263
+ /**
5264
+ * ReactNode to render as this component's content
5265
+ */
5266
+ children: string | number;
5196
5267
  }
5268
+ export const EuiRangeLabel: FunctionComponent<EuiRangeLabelProps>;
5197
5269
 
5198
5270
  }
5199
- declare module '@elastic/eui/src/components/form/range/range_draggable' {
5200
- import { FunctionComponent, HTMLAttributes } from 'react';
5201
- export interface EuiRangeDraggableProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> {
5202
- min: number;
5203
- max: number;
5204
- value: number[];
5205
- disabled?: boolean;
5206
- compressed?: boolean;
5207
- showTicks?: boolean;
5208
- lowerPosition: string;
5209
- upperPosition: string;
5210
- onChange: (x: number, isFirstInteraction?: boolean) => void;
5271
+ declare module '@elastic/eui/src/components/form/range/range_slider.styles' {
5272
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5273
+ export const euiRangeSliderStyles: (euiThemeContext: UseEuiTheme) => {
5274
+ euiRangeSlider: import("@emotion/utils").SerializedStyles;
5275
+ hasTicks: import("@emotion/utils").SerializedStyles;
5276
+ hasRange: import("@emotion/utils").SerializedStyles;
5277
+ hasLevels: import("@emotion/utils").SerializedStyles;
5278
+ };
5279
+ export const euiRangeSliderThumbStyles: (euiThemeContext: UseEuiTheme) => {
5280
+ thumb: import("@emotion/utils").SerializedStyles;
5281
+ };
5282
+
5283
+ }
5284
+ declare module '@elastic/eui/src/components/form/range/range_slider' {
5285
+ import React, { ChangeEventHandler, InputHTMLAttributes } from 'react';
5286
+ import { CommonProps } from '@elastic/eui/src/components/common';
5287
+ import type { EuiRangeProps, EuiRangeLevel } from '@elastic/eui/src/components/form/range/types';
5288
+ export interface EuiRangeSliderProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'min' | 'max' | 'step'>, CommonProps, Pick<EuiRangeProps, 'id' | 'name' | 'tabIndex' | 'min' | 'max' | 'step' | 'disabled' | 'isLoading' | 'showRange' | 'showTicks'> {
5289
+ onChange?: ChangeEventHandler<HTMLInputElement>;
5290
+ thumbColor?: EuiRangeLevel['color'];
5211
5291
  }
5212
- export const EuiRangeDraggable: FunctionComponent<EuiRangeDraggableProps>;
5292
+ export const EuiRangeSlider: React.ForwardRefExoticComponent<EuiRangeSliderProps & React.RefAttributes<HTMLInputElement>>;
5293
+
5294
+ }
5295
+ declare module '@elastic/eui/src/components/form/range/range_thumb.styles' {
5296
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5297
+ export const euiRangeThumbStyles: (euiThemeContext: UseEuiTheme) => {
5298
+ euiRangeThumb: import("@emotion/utils").SerializedStyles;
5299
+ hasTicks: import("@emotion/utils").SerializedStyles;
5300
+ };
5213
5301
 
5214
5302
  }
5215
5303
  declare module '@elastic/eui/src/components/form/range/range_thumb' {
5216
5304
  import { FunctionComponent, HTMLAttributes } from 'react';
5217
5305
  import { CommonProps, ExclusiveUnion } from '@elastic/eui/src/components/common';
5218
- interface BaseProps extends CommonProps {
5219
- min: number;
5220
- max: number;
5221
- value?: number | string;
5222
- disabled?: boolean;
5223
- showInput?: boolean;
5224
- showTicks?: boolean;
5306
+ import type { EuiRangeProps } from '@elastic/eui/src/components/form/range/types';
5307
+ interface BaseProps extends CommonProps, Pick<EuiRangeProps, 'min' | 'max' | 'value' | 'disabled' | 'showInput' | 'showTicks'> {
5225
5308
  }
5226
5309
  interface ButtonLike extends BaseProps, HTMLAttributes<HTMLButtonElement> {
5227
5310
  }
@@ -5231,78 +5314,92 @@ declare module '@elastic/eui/src/components/form/range/range_thumb' {
5231
5314
  export const EuiRangeThumb: FunctionComponent<EuiRangeThumbProps>;
5232
5315
  export {};
5233
5316
 
5317
+ }
5318
+ declare module '@elastic/eui/src/components/form/range/range_ticks.styles' {
5319
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5320
+ export const euiRangeTicksStyles: (euiThemeContext: UseEuiTheme) => {
5321
+ euiRangeTicks: import("@emotion/utils").SerializedStyles;
5322
+ isCustom: import("@emotion/utils").SerializedStyles;
5323
+ regular: import("@emotion/utils").SerializedStyles;
5324
+ compressed: import("@emotion/utils").SerializedStyles;
5325
+ };
5326
+ export const euiRangeTickStyles: (euiThemeContext: UseEuiTheme) => {
5327
+ euiRangeTick: import("@emotion/utils").SerializedStyles;
5328
+ compressed: import("@emotion/utils").SerializedStyles;
5329
+ regular: import("@emotion/utils").SerializedStyles;
5330
+ selected: import("@emotion/utils").SerializedStyles;
5331
+ isCustom: import("@emotion/utils").SerializedStyles;
5332
+ hasPseudoTickMark: import("@emotion/utils").SerializedStyles;
5333
+ euiRangeTick__pseudo: import("@emotion/utils").SerializedStyles;
5334
+ isMin: import("@emotion/utils").SerializedStyles;
5335
+ isMax: import("@emotion/utils").SerializedStyles;
5336
+ };
5337
+
5338
+ }
5339
+ declare module '@elastic/eui/src/components/form/range/range_ticks' {
5340
+ import { ButtonHTMLAttributes, MouseEventHandler, FunctionComponent } from 'react';
5341
+ import type { _SharedRangesValues, _SharedRangeDataStructures, _SharedRangeInputProps } from '@elastic/eui/src/components/form/range/types';
5342
+ export interface EuiRangeTicksProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'value'>, _SharedRangesValues, Pick<_SharedRangeInputProps, 'compressed' | 'disabled'>, Pick<_SharedRangeDataStructures, 'ticks' | 'tickInterval'> {
5343
+ tickSequence: number[];
5344
+ trackWidth: number;
5345
+ onChange?: MouseEventHandler<HTMLButtonElement>;
5346
+ }
5347
+ export const EuiRangeTicks: FunctionComponent<EuiRangeTicksProps>;
5348
+
5349
+ }
5350
+ declare module '@elastic/eui/src/components/form/range/range_track.styles' {
5351
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5352
+ export const euiRangeTrackStyles: (euiThemeContext: UseEuiTheme) => {
5353
+ euiRangeTrack: import("@emotion/utils").SerializedStyles;
5354
+ hasTicks: import("@emotion/utils").SerializedStyles;
5355
+ disabled: import("@emotion/utils").SerializedStyles;
5356
+ hasLevels: import("@emotion/utils").SerializedStyles;
5357
+ };
5358
+
5359
+ }
5360
+ declare module '@elastic/eui/src/components/form/range/range_track' {
5361
+ import React, { FunctionComponent, MouseEventHandler, HTMLAttributes, ReactNode } from 'react';
5362
+ import type { _SharedRangesValues, _SharedRangeDataStructures, _SharedRangeVisualConfiguration, _SharedRangeInputProps } from '@elastic/eui/src/components/form/range/types';
5363
+ export interface EuiRangeTrackProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'>, _SharedRangesValues, _SharedRangeDataStructures, Pick<_SharedRangeVisualConfiguration, 'showTicks' | 'showRange'>, Pick<_SharedRangeInputProps, 'compressed' | 'disabled'> {
5364
+ onChange?: MouseEventHandler<HTMLButtonElement>;
5365
+ children?: ReactNode | ((trackWidth: number) => React.ReactNode);
5366
+ }
5367
+ export const EuiRangeTrack: FunctionComponent<EuiRangeTrackProps>;
5368
+
5369
+ }
5370
+ declare module '@elastic/eui/src/components/form/range/range_wrapper.styles' {
5371
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5372
+ export const euiRangeWrapperStyles: (euiThemeContext: UseEuiTheme) => {
5373
+ euiRangeWrapper: import("@emotion/utils").SerializedStyles;
5374
+ regular: import("@emotion/utils").SerializedStyles;
5375
+ compressed: import("@emotion/utils").SerializedStyles;
5376
+ fullWidth: import("@emotion/utils").SerializedStyles;
5377
+ };
5378
+
5379
+ }
5380
+ declare module '@elastic/eui/src/components/form/range/range_wrapper' {
5381
+ import React, { HTMLAttributes } from 'react';
5382
+ import { CommonProps } from '@elastic/eui/src/components/common';
5383
+ import type { _SharedRangeInputProps } from '@elastic/eui/src/components/form/range/types';
5384
+ export interface EuiRangeWrapperProps extends CommonProps, HTMLAttributes<HTMLDivElement>, Pick<_SharedRangeInputProps, 'fullWidth' | 'compressed'> {
5385
+ }
5386
+ export const EuiRangeWrapper: React.ForwardRefExoticComponent<EuiRangeWrapperProps & React.RefAttributes<HTMLDivElement>>;
5387
+
5388
+ }
5389
+ declare module '@elastic/eui/src/components/form/range/dual_range.styles' {
5390
+ export const euiDualRangeStyles: () => {
5391
+ euiDualRange: import("@emotion/utils").SerializedStyles;
5392
+ euiDualRange__slider: import("@emotion/utils").SerializedStyles;
5393
+ };
5394
+
5234
5395
  }
5235
5396
  declare module '@elastic/eui/src/components/form/range/dual_range' {
5236
5397
 
5237
5398
  import React, { Component } from 'react';
5238
- import { EuiFormControlLayoutProps } from '@elastic/eui/src/components/form/form_control_layout';
5239
- import { EuiRangeProps } from '@elastic/eui/src/components/form/range/range';
5240
- import { EuiRangeInputProps } from '@elastic/eui/src/components/form/range/range_input';
5241
- import { EuiRangeLevel } from '@elastic/eui/src/components/form/range/range_levels';
5242
- import { EuiRangeSliderProps } from '@elastic/eui/src/components/form/range/range_slider';
5243
- import { EuiRangeTick } from '@elastic/eui/src/components/form/range/range_ticks';
5244
- import { FormContextValue } from '@elastic/eui/src/components/form/eui_form_context'; type ValueMember = number | string;
5245
- export interface EuiDualRangeProps extends Omit<EuiRangeSliderProps, 'onChange' | 'onBlur' | 'onFocus' | 'value' | 'isLoading'> {
5246
- value: [ValueMember, ValueMember];
5247
- onBlur?: (event: React.FocusEvent<HTMLInputElement> | React.FocusEvent<HTMLDivElement>) => void;
5248
- onFocus?: (event: React.FocusEvent<HTMLInputElement> | React.FocusEvent<HTMLDivElement>) => void;
5249
- onChange: (values: [ValueMember, ValueMember], isValid: boolean, event?: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement> | React.KeyboardEvent<HTMLInputElement> | React.KeyboardEvent<HTMLDivElement>) => void;
5250
- /**
5251
- * Expand to fill 100% of the parent.
5252
- * Defaults to `fullWidth` prop of `<EuiForm>`.
5253
- * @default false
5254
- */
5255
- fullWidth?: boolean;
5256
- isInvalid?: boolean;
5257
- /**
5258
- * Create colored indicators for certain intervals
5259
- */
5260
- levels?: EuiRangeLevel[];
5261
- /**
5262
- * Shows static min/max labels on the sides of the range slider
5263
- */
5264
- showLabels?: boolean;
5265
- /**
5266
- * Pass `true` to displays an extra input control for direct manipulation.
5267
- * Pass `'inputWithPopover'` to only show the input but show the range in a dropdown.
5268
- */
5269
- showInput?: EuiRangeProps['showInput'];
5270
- /**
5271
- * Modifies the number of tick marks and at what interval
5272
- */
5273
- tickInterval?: number;
5274
- /**
5275
- * Specified ticks at specified values
5276
- */
5277
- ticks?: EuiRangeTick[];
5278
- /**
5279
- * Creates an input group with element(s) coming before input. Will only show if `showInput = inputWithPopover`.
5280
- * `string` | `ReactElement` or an array of these
5281
- */
5282
- prepend?: EuiFormControlLayoutProps['prepend'];
5283
- /**
5284
- * Creates an input group with element(s) coming after input. Will only show if `showInput = inputWithPopover`.
5285
- * `string` | `ReactElement` or an array of these
5286
- */
5287
- append?: EuiFormControlLayoutProps['append'];
5288
- /**
5289
- * Intended to be uses with aria attributes. Some attributes may be overwritten.
5290
- */
5291
- minInputProps?: Partial<EuiRangeInputProps>;
5292
- /**
5293
- * Intended to be uses with aria attributes. Some attributes may be overwritten.
5294
- */
5295
- maxInputProps?: Partial<EuiRangeInputProps>;
5296
- /**
5297
- * Creates a draggble highlighted range area
5298
- */
5299
- isDraggable?: boolean;
5300
- /**
5301
- * Will only show if `showInput = inputWithPopover`
5302
- */
5303
- isLoading?: boolean;
5304
- }
5305
- export class EuiDualRange extends Component<EuiDualRangeProps> {
5399
+ import { WithEuiThemeProps } from '@elastic/eui/src/services';
5400
+ import { FormContextValue } from '@elastic/eui/src/components/form/eui_form_context';
5401
+ import type { EuiDualRangeProps, _SingleRangeValue } from '@elastic/eui/src/components/form/range/types'; type ValueMember = _SingleRangeValue['value'];
5402
+ export class EuiDualRangeClass extends Component<EuiDualRangeProps & WithEuiThemeProps> {
5306
5403
  static contextType: React.Context<FormContextValue>;
5307
5404
  static defaultProps: {
5308
5405
  min: number;
@@ -5318,7 +5415,6 @@ declare module '@elastic/eui/src/components/form/range/dual_range' {
5318
5415
  };
5319
5416
  state: {
5320
5417
  id: string;
5321
- hasFocus: boolean;
5322
5418
  rangeSliderRefAvailable: boolean;
5323
5419
  isPopoverOpen: boolean;
5324
5420
  rangeWidth: undefined;
@@ -5329,8 +5425,8 @@ declare module '@elastic/eui/src/components/form/range/dual_range' {
5329
5425
  handleRangeSliderRefUpdate: (ref: HTMLInputElement | null) => void;
5330
5426
  private leftPosition;
5331
5427
  private dragAcc;
5332
- get lowerValue(): ValueMember;
5333
- get upperValue(): ValueMember;
5428
+ get lowerValue(): string | number;
5429
+ get upperValue(): string | number;
5334
5430
  get lowerValueIsValid(): boolean;
5335
5431
  get upperValueIsValid(): boolean;
5336
5432
  get isValid(): boolean;
@@ -5353,7 +5449,6 @@ declare module '@elastic/eui/src/components/form/range/dual_range' {
5353
5449
  calculateThumbPositionStyle: (value: number, width?: number | undefined) => {
5354
5450
  left: string;
5355
5451
  };
5356
- toggleHasFocus: (shouldFocused?: boolean) => void;
5357
5452
  onThumbFocus: (e: React.FocusEvent<HTMLDivElement>) => void;
5358
5453
  onThumbBlur: (e: React.FocusEvent<HTMLDivElement>) => void;
5359
5454
  onInputFocus: (e: React.FocusEvent<HTMLInputElement>) => void;
@@ -5364,14 +5459,72 @@ declare module '@elastic/eui/src/components/form/range/dual_range' {
5364
5459
  handleDrag: (x: number, isFirstInteraction?: boolean | undefined) => void;
5365
5460
  render(): JSX.Element;
5366
5461
  }
5462
+ export const EuiDualRange: React.ForwardRefExoticComponent<Omit<EuiDualRangeProps, "theme"> & React.RefAttributes<Omit<EuiDualRangeProps, "theme">>>;
5367
5463
  export {};
5368
5464
 
5465
+ }
5466
+ declare module '@elastic/eui/src/components/form/range/range_tooltip.styles' {
5467
+ import { UseEuiTheme } from '@elastic/eui/src/services';
5468
+ export const euiRangeTooltipStyles: (euiThemeContext: UseEuiTheme) => {
5469
+ euiRangeTooltip: import("@emotion/utils").SerializedStyles;
5470
+ };
5471
+ export const euiRangeTooltipValueStyles: (euiThemeContext: UseEuiTheme) => {
5472
+ euiRangeTooltip__value: import("@emotion/utils").SerializedStyles;
5473
+ left: import("@emotion/utils").SerializedStyles;
5474
+ right: import("@emotion/utils").SerializedStyles;
5475
+ hasTicks: import("@emotion/utils").SerializedStyles;
5476
+ };
5477
+
5478
+ }
5479
+ declare module '@elastic/eui/src/components/form/range/range_tooltip' {
5480
+ import { FunctionComponent } from 'react';
5481
+ import type { EuiRangeProps } from '@elastic/eui/src/components/form/range/types';
5482
+ export interface EuiRangeTooltipProps extends Pick<EuiRangeProps, 'min' | 'max' | 'value' | 'valueAppend' | 'valuePrepend' | 'showTicks'> {
5483
+ name?: string;
5484
+ }
5485
+ export const EuiRangeTooltip: FunctionComponent<EuiRangeTooltipProps>;
5486
+
5487
+ }
5488
+ declare module '@elastic/eui/src/components/form/range/range' {
5489
+
5490
+ import React, { Component } from 'react';
5491
+ import { WithEuiThemeProps } from '@elastic/eui/src/services';
5492
+ import { FormContextValue } from '@elastic/eui/src/components/form/eui_form_context';
5493
+ import type { EuiRangeProps } from '@elastic/eui/src/components/form/range/types';
5494
+ export class EuiRangeClass extends Component<EuiRangeProps & WithEuiThemeProps> {
5495
+ static contextType: React.Context<FormContextValue>;
5496
+ static defaultProps: {
5497
+ min: number;
5498
+ max: number;
5499
+ step: number;
5500
+ compressed: boolean;
5501
+ isLoading: boolean;
5502
+ showLabels: boolean;
5503
+ showInput: boolean;
5504
+ showRange: boolean;
5505
+ showTicks: boolean;
5506
+ showValue: boolean;
5507
+ levels: never[];
5508
+ };
5509
+ preventPopoverClose: boolean;
5510
+ state: {
5511
+ id: string;
5512
+ isPopoverOpen: boolean;
5513
+ };
5514
+ handleOnChange: (e: React.ChangeEvent<HTMLInputElement> | React.MouseEvent<HTMLButtonElement>) => void;
5515
+ get isValid(): boolean;
5516
+ onInputFocus: (e: React.FocusEvent<HTMLInputElement>) => void;
5517
+ onInputBlur: (e: React.FocusEvent<HTMLInputElement>) => NodeJS.Timeout;
5518
+ closePopover: () => void;
5519
+ render(): JSX.Element;
5520
+ }
5521
+ export const EuiRange: React.ForwardRefExoticComponent<Omit<EuiRangeProps, "theme"> & React.RefAttributes<Omit<EuiRangeProps, "theme">>>;
5522
+
5369
5523
  }
5370
5524
  declare module '@elastic/eui/src/components/form/range' {
5371
- export type { EuiDualRangeProps } from '@elastic/eui/src/components/form/range/dual_range';
5372
5525
  export { EuiDualRange } from '@elastic/eui/src/components/form/range/dual_range';
5373
- export type { EuiRangeProps } from '@elastic/eui/src/components/form/range/range';
5374
5526
  export { EuiRange } from '@elastic/eui/src/components/form/range/range';
5527
+ export type { EuiRangeProps, EuiDualRangeProps, EuiRangeTick, EuiRangeLevel, } from '@elastic/eui/src/components/form/range/types';
5375
5528
 
5376
5529
  }
5377
5530
  declare module '@elastic/eui/src/components/form/select/select' {
@@ -6523,6 +6676,7 @@ declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_brea
6523
6676
 
6524
6677
  }
6525
6678
  declare module '@elastic/eui/src/global_styling/functions/logicals' {
6679
+ import { CSSProperties } from 'react';
6526
6680
  /**
6527
6681
  * EUI utilizes logical CSS properties to enable directional writing-modes.
6528
6682
  * To encourage use of logical properties, we provide a few helper utilities to
@@ -6594,6 +6748,7 @@ declare module '@elastic/eui/src/global_styling/functions/logicals' {
6594
6748
  "border-top-right-radius": string;
6595
6749
  "border-bottom-left-radius": string;
6596
6750
  "border-bottom-right-radius": string;
6751
+ _shorthands: string[];
6597
6752
  };
6598
6753
  export const LOGICAL_PROPERTIES: ("left" | "right" | "top" | "width" | "height" | "max-height" | "max-width" | "min-height" | "min-width" | "bottom" | "horizontal" | "vertical" | "margin-left" | "margin-right" | "margin-top" | "margin-bottom" | "margin-horizontal" | "margin-vertical" | "padding-left" | "padding-right" | "padding-top" | "padding-bottom" | "padding-horizontal" | "padding-vertical" | "overflow-x" | "overflow-y" | "border-horizontal" | "border-horizontal-color" | "border-horizontal-width" | "border-horizontal-style" | "border-vertical" | "border-vertical-color" | "border-vertical-width" | "border-vertical-style" | "border-bottom" | "border-bottom-color" | "border-bottom-style" | "border-bottom-width" | "border-top" | "border-top-color" | "border-top-style" | "border-top-width" | "border-right" | "border-right-color" | "border-right-style" | "border-right-width" | "border-left" | "border-left-color" | "border-left-style" | "border-left-width" | "border-top-left-radius" | "border-top-right-radius" | "border-bottom-left-radius" | "border-bottom-right-radius")[];
6599
6754
  export type LogicalProperties = typeof LOGICAL_PROPERTIES[number];
@@ -6624,6 +6779,14 @@ declare module '@elastic/eui/src/global_styling/functions/logicals' {
6624
6779
  export const logicalStyle: (property: LogicalProperties, value?: any) => {
6625
6780
  [x: string]: any;
6626
6781
  };
6782
+ /**
6783
+ * Given a style object with any amount of unknown CSS properties,
6784
+ * find ones that can be converted to logical properties and convert them
6785
+ *
6786
+ * @param styleObject - A React object of camelCased styles
6787
+ * @returns `object`
6788
+ */
6789
+ export const logicalStyles: (styleObject: CSSProperties) => Record<string, string | number | undefined>;
6627
6790
  /**
6628
6791
  *
6629
6792
  * @param width A string value for the LTR width
@@ -6666,6 +6829,33 @@ declare module '@elastic/eui/src/global_styling/functions/logicals' {
6666
6829
  textAlign: string;
6667
6830
  };
6668
6831
 
6832
+ }
6833
+ declare module '@elastic/eui/src/global_styling/functions/logical_shorthands' {
6834
+ export const LOGICAL_SHORTHANDS: string[];
6835
+ export type LogicalShorthands = typeof LOGICAL_SHORTHANDS[number];
6836
+ /**
6837
+ * Unfortunately, shorthand properties that describe boxes
6838
+ * (@see https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#edges_of_a_box)
6839
+ * do not currently automatically respond to logical changes in display direction
6840
+ * (@see https://github.com/w3c/csswg-drafts/issues/1282)
6841
+ *
6842
+ * This utility is essentially a stop-gap for those shorthand properties,
6843
+ * converting them to corresponding longer logical `-inline` and `-block` properties
6844
+ *
6845
+ * 🗑 NOTE: This file is in a separate util file from logicals.ts due to its relatively
6846
+ * convoluted logic, & to make deleting it easier when an official CSS spec is implemented.
6847
+ */
6848
+ export const logicalShorthandCSS: (property: LogicalShorthands, value: string | number) => string;
6849
+ /**
6850
+ * Logical border radius is unfortunately a very special case as it handles corners
6851
+ * and not sides (@see https://developer.mozilla.org/en-US/docs/Web/CSS/Shorthand_properties#corners_of_a_box)
6852
+ * and does not have `-inline` or `-block` shorthands.
6853
+ *
6854
+ * It also needs to account for `/` syntax (horizontal vs vertical radii)
6855
+ * @see https://www.sitepoint.com/setting-css3-border-radius-with-slash-syntax/
6856
+ */
6857
+ export const logicalBorderRadiusCSS: (value: string, ignoreZeroes?: boolean) => string;
6858
+
6669
6859
  }
6670
6860
  declare module '@elastic/eui/src/global_styling/functions/math' {
6671
6861
  type ValueTypes = string | number | undefined;
@@ -6765,6 +6955,7 @@ declare module '@elastic/eui/src/global_styling/functions/typography' {
6765
6955
  }
6766
6956
  declare module '@elastic/eui/src/global_styling/functions' {
6767
6957
  export * from '@elastic/eui/src/global_styling/functions/logicals';
6958
+ export * from '@elastic/eui/src/global_styling/functions/logical_shorthands';
6768
6959
  export * from '@elastic/eui/src/global_styling/functions/math';
6769
6960
  export * from '@elastic/eui/src/global_styling/functions/size';
6770
6961
  export * from '@elastic/eui/src/global_styling/functions/typography';
@@ -7529,7 +7720,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_responsive' {
7529
7720
  import { UseEuiTheme } from '@elastic/eui/src/services/theme/hooks';
7530
7721
  import { _EuiThemeBreakpoint } from '@elastic/eui/src/global_styling/variables';
7531
7722
  /**
7532
- * Generates a CSS media query rule string based on the input breakpoint ranges.
7723
+ * Generates a CSS media query rule string based on the input breakpoint *ranges*.
7533
7724
  * Examples with default theme breakpoints:
7534
7725
  *
7535
7726
  * euiBreakpoint(['s']) becomes `@media only screen and (min-width: 575px) and (max-width: 767px)`
@@ -7543,6 +7734,24 @@ declare module '@elastic/eui/src/global_styling/mixins/_responsive' {
7543
7734
  */
7544
7735
  export const euiBreakpoint: ({ euiTheme }: UseEuiTheme, sizes: [_EuiThemeBreakpoint, ..._EuiThemeBreakpoint[]]) => string;
7545
7736
  export const useEuiBreakpoint: (sizes: [_EuiThemeBreakpoint, ..._EuiThemeBreakpoint[]]) => string;
7737
+ /**
7738
+ * Min/Max width breakpoint utilities that generate only a single min/max query/bound
7739
+ *
7740
+ * *Unlike the above euiBreakpoint utility*, these utilities treat breakpoint
7741
+ * sizes as a one-dimensional point, rather than a two-dimensional *screen range*.
7742
+ * Examples with default theme breakpoints:
7743
+ *
7744
+ * euiMaxBreakpoint('m') becomes `@media only screen and (max-width: 767px)`
7745
+ * euiMinBreakpoint('m') becomes `@media only screen and (min-width: 768px)`
7746
+ *
7747
+ * This is safer and more intentional to use than euiBreakpoint(['xs', 's']) / euiBreakpoint(['m', 'xl'])
7748
+ * in the event that consumers add larger or smaller custom breakpoints (e.g 'xxs' or `xxl`)
7749
+ * and if the intention of the media query is actually "m and below/above" vs. "only screens m/l/xl".
7750
+ */
7751
+ export const euiMinBreakpoint: ({ euiTheme }: UseEuiTheme, size: _EuiThemeBreakpoint) => string;
7752
+ export const useEuiMinBreakpoint: (size: _EuiThemeBreakpoint) => string;
7753
+ export const euiMaxBreakpoint: ({ euiTheme }: UseEuiTheme, size: _EuiThemeBreakpoint) => string;
7754
+ export const useEuiMaxBreakpoint: (size: _EuiThemeBreakpoint) => string;
7546
7755
 
7547
7756
  }
7548
7757
  declare module '@elastic/eui/src/global_styling/mixins' {
@@ -8253,19 +8462,32 @@ declare module '@elastic/eui/src/components/badge' {
8253
8462
 
8254
8463
  }
8255
8464
  declare module '@elastic/eui/src/components/beacon/beacon.styles' {
8256
- export const euiBeaconStyles: () => {
8465
+ import { UseEuiTheme } from '@elastic/eui/src/services';
8466
+ export const euiBeaconStyles: ({ euiTheme }: UseEuiTheme) => {
8257
8467
  euiBeacon: import("@emotion/utils").SerializedStyles;
8468
+ subdued: import("@emotion/utils").SerializedStyles;
8469
+ primary: import("@emotion/utils").SerializedStyles;
8470
+ success: import("@emotion/utils").SerializedStyles;
8471
+ warning: import("@emotion/utils").SerializedStyles;
8472
+ danger: import("@emotion/utils").SerializedStyles;
8473
+ accent: import("@emotion/utils").SerializedStyles;
8258
8474
  };
8259
8475
 
8260
8476
  }
8261
8477
  declare module '@elastic/eui/src/components/beacon/beacon' {
8262
8478
  import { FunctionComponent, HTMLAttributes } from 'react';
8263
8479
  import { CommonProps } from '@elastic/eui/src/components/common';
8264
- export type EuiBeaconProps = Omit<HTMLAttributes<HTMLDivElement>, 'children'> & CommonProps & {
8480
+ export const COLORS: readonly ["subdued", "primary", "success", "accent", "danger", "warning"];
8481
+ export type EuiBeaconColor = typeof COLORS[number];
8482
+ export type EuiBeaconProps = Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'color'> & CommonProps & {
8265
8483
  /**
8266
8484
  * Height and width of the center circle. Value is passed directly to the `style` attribute
8267
8485
  */
8268
8486
  size?: number | string;
8487
+ /**
8488
+ * Any of the named color palette options.
8489
+ */
8490
+ color?: EuiBeaconColor;
8269
8491
  };
8270
8492
  export const EuiBeacon: FunctionComponent<EuiBeaconProps>;
8271
8493
 
@@ -19262,9 +19484,10 @@ declare module '@elastic/eui/src/components/tour/tour_step' {
19262
19484
  */
19263
19485
  decoration?: 'none' | 'beacon';
19264
19486
  /**
19265
- * Element to replace the 'Skip tour' link in the footer
19487
+ * Accepts any `ReactNode` to replace the 'Skip tour' link in the footer.
19488
+ * Ideally, pass one button or an array of up to 2 buttons.
19266
19489
  */
19267
- footerAction?: ReactElement;
19490
+ footerAction?: ReactNode | ReactNode[];
19268
19491
  };
19269
19492
  export const EuiTourStep: FunctionComponent<EuiTourStepProps>;
19270
19493
  export {};
@@ -19901,7 +20124,7 @@ declare module '@elastic/eui/src/components/basic_table/in_memory_table' {
19901
20124
  } type Pagination = boolean | PaginationOptions;
19902
20125
  interface SortingOptions {
19903
20126
  sort: PropertySort;
19904
- } type Sorting = boolean | SortingOptions; type InMemoryTableProps<T> = Omit<EuiBasicTableProps<T>, 'pagination' | 'sorting' | 'noItemsMessage'> & {
20127
+ } type Sorting = boolean | SortingOptions; type InMemoryTableProps<T> = Omit<EuiBasicTableProps<T>, 'pagination' | 'sorting' | 'noItemsMessage' | 'onChange'> & {
19905
20128
  message?: ReactNode;
19906
20129
  /**
19907
20130
  * Configures #Search.
@@ -19913,6 +20136,12 @@ declare module '@elastic/eui/src/components/basic_table/in_memory_table' {
19913
20136
  * Set `allowNeutralSort` to false to force column sorting. Defaults to true.
19914
20137
  */
19915
20138
  allowNeutralSort?: boolean;
20139
+ /**
20140
+ * `onChange` is not required when `pagination` and/or `sorting` are configured,
20141
+ * but if `onChange` is present it is responsible for handling state for each/both.
20142
+ * See #Criteria or #CriteriaWithPagination
20143
+ */
20144
+ onChange?: EuiBasicTableProps<T>['onChange'];
19916
20145
  /**
19917
20146
  * Callback for when table pagination or sorting is changed. This is meant to be informational only, and not used to set any state as the in-memory table already manages this state. See #Criteria or #CriteriaWithPagination.
19918
20147
  */
@@ -21283,6 +21512,16 @@ declare module '@elastic/eui/src/components/icon/assets/arrow_up' {
21283
21512
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
21284
21513
  export {};
21285
21514
 
21515
+ }
21516
+ declare module '@elastic/eui/src/components/icon/assets/article' {
21517
+ import * as React from 'react';
21518
+ interface SVGRProps {
21519
+ title?: string;
21520
+ titleId?: string;
21521
+ }
21522
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
21523
+ export {};
21524
+
21286
21525
  }
21287
21526
  declare module '@elastic/eui/src/components/icon/assets/asterisk' {
21288
21527
  import * as React from 'react';
@@ -21703,6 +21942,16 @@ declare module '@elastic/eui/src/components/icon/assets/desktop' {
21703
21942
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
21704
21943
  export {};
21705
21944
 
21945
+ }
21946
+ declare module '@elastic/eui/src/components/icon/assets/discuss' {
21947
+ import * as React from 'react';
21948
+ interface SVGRProps {
21949
+ title?: string;
21950
+ titleId?: string;
21951
+ }
21952
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
21953
+ export {};
21954
+
21706
21955
  }
21707
21956
  declare module '@elastic/eui/src/components/icon/assets/document' {
21708
21957
  import * as React from 'react';
@@ -21753,6 +22002,16 @@ declare module '@elastic/eui/src/components/icon/assets/dot' {
21753
22002
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
21754
22003
  export {};
21755
22004
 
22005
+ }
22006
+ declare module '@elastic/eui/src/components/icon/assets/dotInCircle' {
22007
+ import * as React from 'react';
22008
+ interface SVGRProps {
22009
+ title?: string;
22010
+ titleId?: string;
22011
+ }
22012
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
22013
+ export {};
22014
+
21756
22015
  }
21757
22016
  declare module '@elastic/eui/src/components/icon/assets/doubleArrowLeft' {
21758
22017
  import * as React from 'react';
@@ -22223,6 +22482,16 @@ declare module '@elastic/eui/src/components/icon/assets/filterIgnore' {
22223
22482
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
22224
22483
  export {};
22225
22484
 
22485
+ }
22486
+ declare module '@elastic/eui/src/components/icon/assets/filterInCircle' {
22487
+ import * as React from 'react';
22488
+ interface SVGRProps {
22489
+ title?: string;
22490
+ titleId?: string;
22491
+ }
22492
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
22493
+ export {};
22494
+
22226
22495
  }
22227
22496
  declare module '@elastic/eui/src/components/icon/assets/filterInclude' {
22228
22497
  import * as React from 'react';
@@ -22603,6 +22872,16 @@ declare module '@elastic/eui/src/components/icon/assets/ip' {
22603
22872
  export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
22604
22873
  export {};
22605
22874
 
22875
+ }
22876
+ declare module '@elastic/eui/src/components/icon/assets/issue' {
22877
+ import * as React from 'react';
22878
+ interface SVGRProps {
22879
+ title?: string;
22880
+ titleId?: string;
22881
+ }
22882
+ export const icon: ({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
22883
+ export {};
22884
+
22606
22885
  }
22607
22886
  declare module '@elastic/eui/src/components/icon/assets/keyboard' {
22608
22887
  import * as React from 'react';