@elastic/eui 116.3.1 → 116.5.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 (382) hide show
  1. package/es/components/avatar/avatar.js +1 -1
  2. package/es/components/badge/badge.js +1 -1
  3. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  4. package/es/components/banner/banner.js +1 -2
  5. package/es/components/banner/banner.styles.js +1 -1
  6. package/es/components/basic_table/basic_table.js +39 -9
  7. package/es/components/basic_table/basic_table.styles.js +19 -1
  8. package/es/components/basic_table/in_memory_table.js +21 -4
  9. package/es/components/basic_table/index.js +2 -1
  10. package/es/components/basic_table/pagination_bar.js +19 -4
  11. package/es/components/basic_table/pagination_bar.styles.js +21 -0
  12. package/es/components/basic_table/panel.styles.js +14 -0
  13. package/es/components/basic_table/use_panel_props.js +28 -0
  14. package/es/components/button/button_display/_button_display_content.js +1 -1
  15. package/es/components/button/button_empty/button_empty.js +1 -1
  16. package/es/components/button/button_icon/button_icon.js +1 -1
  17. package/es/components/call_out/call_out.js +1 -1
  18. package/es/components/card/card.js +1 -1
  19. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  20. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  21. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  22. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  23. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  24. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  25. package/es/components/comment_list/comment.js +2 -2
  26. package/es/components/comment_list/comment_event.js +1 -1
  27. package/es/components/comment_list/comment_list.js +2 -2
  28. package/es/components/comment_list/comment_timeline.js +1 -1
  29. package/es/components/context_menu/context_menu_item.js +1 -1
  30. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  31. package/es/components/datagrid/body/data_grid_body.js +7 -7
  32. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  33. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  34. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  35. package/es/components/datagrid/controls/column_sorting.js +7 -7
  36. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  37. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  38. package/es/components/datagrid/utils/in_memory.js +6 -6
  39. package/es/components/date_picker/auto_refresh/refresh_interval.js +176 -229
  40. package/es/components/date_picker/date_picker.js +2 -2
  41. package/es/components/date_picker/date_picker_range.js +1 -1
  42. package/es/components/empty_prompt/empty_prompt.js +1 -1
  43. package/es/components/flyout/flyout.component.js +10 -6
  44. package/es/components/flyout/flyout_menu.js +114 -21
  45. package/es/components/flyout/flyout_menu.styles.js +2 -1
  46. package/es/components/flyout/manager/actions.js +20 -0
  47. package/es/components/flyout/manager/flyout_child.js +24 -2
  48. package/es/components/flyout/manager/flyout_managed.js +66 -20
  49. package/es/components/flyout/manager/hooks.js +1 -1
  50. package/es/components/flyout/manager/index.js +2 -2
  51. package/es/components/flyout/manager/reducer.js +32 -8
  52. package/es/components/flyout/manager/selectors.js +8 -2
  53. package/es/components/flyout/manager/store.js +35 -2
  54. package/es/components/flyout/use_flyout_menu.js +2 -2
  55. package/es/components/form/field_number/field_number.js +2 -2
  56. package/es/components/form/field_text/field_text.js +2 -2
  57. package/es/components/form/form_control_button/form_control_button.js +1 -1
  58. package/es/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  59. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  60. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  61. package/es/components/form/form_control_layout/form_control_layout_icons.js +95 -143
  62. package/es/components/form/text_area/text_area.js +2 -2
  63. package/es/components/header/header_links/header_link.js +1 -1
  64. package/es/components/header/header_links/header_links.js +1 -1
  65. package/es/components/header/header_logo/header_logo.js +1 -1
  66. package/es/components/header/header_section/header_section_item_button.js +1 -1
  67. package/es/components/icon/assets/logo_vector_db.js +42 -0
  68. package/es/components/icon/icon.js +1 -1
  69. package/es/components/icon/icon.styles.js +3 -2
  70. package/es/components/icon/icon_map.js +3 -0
  71. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  72. package/es/components/list_group/list_group.js +2 -2
  73. package/es/components/list_group/list_group_item.js +2 -2
  74. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  75. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  76. package/es/components/loading/loading_logo.js +1 -1
  77. package/es/components/markdown_editor/markdown_editor.js +1 -1
  78. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  79. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  80. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  81. package/es/components/notification_icon/assets/info_fill.js +34 -0
  82. package/es/components/notification_icon/assets/warning_static.js +40 -0
  83. package/es/components/notification_icon/notification_icon.js +87 -0
  84. package/es/components/notification_icon/notification_icon.styles.js +22 -0
  85. package/es/components/page/page_header/page_header_content.js +1 -1
  86. package/es/components/pagination/pagination_button.js +1 -1
  87. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  88. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  89. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  90. package/es/components/table/mobile/table_sort_mobile.js +64 -103
  91. package/es/components/table/table_header_cell.js +1 -1
  92. package/es/components/timeline/timeline_item_icon.js +1 -1
  93. package/es/components/toast/global_toast_list.js +133 -7
  94. package/es/components/toast/global_toast_list.styles.js +31 -7
  95. package/es/components/toast/toast.js +243 -48
  96. package/es/components/toast/toast.styles.js +35 -47
  97. package/es/components/toast/toast_action.js +34 -0
  98. package/es/components/toast/types.js +9 -0
  99. package/es/components/tool_tip/icon_tip.js +1 -1
  100. package/es/components/tool_tip/tool_tip.js +3 -3
  101. package/eui.d.ts +1217 -973
  102. package/i18ntokens.json +1582 -1546
  103. package/lib/components/avatar/avatar.js +1 -1
  104. package/lib/components/badge/badge.js +1 -1
  105. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  106. package/lib/components/banner/banner.js +1 -2
  107. package/lib/components/banner/banner.styles.js +1 -1
  108. package/lib/components/basic_table/basic_table.js +38 -8
  109. package/lib/components/basic_table/basic_table.styles.js +19 -1
  110. package/lib/components/basic_table/in_memory_table.js +21 -4
  111. package/lib/components/basic_table/index.js +8 -1
  112. package/lib/components/basic_table/pagination_bar.js +19 -4
  113. package/lib/components/basic_table/pagination_bar.styles.js +26 -0
  114. package/lib/components/basic_table/panel.styles.js +20 -0
  115. package/lib/components/basic_table/use_panel_props.js +33 -0
  116. package/lib/components/button/button_display/_button_display_content.js +1 -1
  117. package/lib/components/button/button_empty/button_empty.js +1 -1
  118. package/lib/components/button/button_icon/button_icon.js +1 -1
  119. package/lib/components/call_out/call_out.js +1 -1
  120. package/lib/components/card/card.js +1 -1
  121. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  122. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  123. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  124. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  125. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  126. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  127. package/lib/components/comment_list/comment.js +2 -2
  128. package/lib/components/comment_list/comment_event.js +1 -1
  129. package/lib/components/comment_list/comment_list.js +2 -2
  130. package/lib/components/comment_list/comment_timeline.js +1 -1
  131. package/lib/components/context_menu/context_menu_item.js +1 -1
  132. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  133. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  134. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  135. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  136. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  137. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  138. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  139. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  140. package/lib/components/datagrid/utils/in_memory.js +6 -6
  141. package/lib/components/date_picker/auto_refresh/refresh_interval.js +175 -229
  142. package/lib/components/date_picker/date_picker.js +2 -2
  143. package/lib/components/date_picker/date_picker_range.js +1 -1
  144. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  145. package/lib/components/flyout/flyout.component.js +10 -6
  146. package/lib/components/flyout/flyout_menu.js +112 -21
  147. package/lib/components/flyout/flyout_menu.styles.js +2 -1
  148. package/lib/components/flyout/manager/actions.js +21 -1
  149. package/lib/components/flyout/manager/flyout_child.js +24 -2
  150. package/lib/components/flyout/manager/flyout_managed.js +41 -17
  151. package/lib/components/flyout/manager/hooks.js +6 -0
  152. package/lib/components/flyout/manager/index.js +12 -0
  153. package/lib/components/flyout/manager/reducer.js +31 -7
  154. package/lib/components/flyout/manager/selectors.js +9 -3
  155. package/lib/components/flyout/manager/store.js +34 -1
  156. package/lib/components/flyout/use_flyout_menu.js +2 -2
  157. package/lib/components/form/field_number/field_number.js +2 -2
  158. package/lib/components/form/field_text/field_text.js +2 -2
  159. package/lib/components/form/form_control_button/form_control_button.js +1 -1
  160. package/lib/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  161. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  162. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  163. package/lib/components/form/form_control_layout/form_control_layout_icons.js +95 -145
  164. package/lib/components/form/text_area/text_area.js +2 -2
  165. package/lib/components/header/header_links/header_link.js +1 -1
  166. package/lib/components/header/header_links/header_links.js +1 -1
  167. package/lib/components/header/header_logo/header_logo.js +1 -1
  168. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  169. package/lib/components/icon/assets/logo_vector_db.js +49 -0
  170. package/lib/components/icon/icon.js +1 -1
  171. package/lib/components/icon/icon.styles.js +3 -2
  172. package/lib/components/icon/icon_map.js +5 -0
  173. package/lib/components/icon/svgs/logo_vector_db.svg +5 -0
  174. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  175. package/lib/components/list_group/list_group.js +2 -2
  176. package/lib/components/list_group/list_group_item.js +2 -2
  177. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  178. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  179. package/lib/components/loading/loading_logo.js +1 -1
  180. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  181. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  182. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  183. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  184. package/lib/components/notification_icon/assets/info_fill.js +41 -0
  185. package/lib/components/notification_icon/assets/warning_static.js +47 -0
  186. package/lib/components/notification_icon/notification_icon.js +93 -0
  187. package/lib/components/notification_icon/notification_icon.styles.js +28 -0
  188. package/lib/components/notification_icon/svgs/info_fill.svg +3 -0
  189. package/lib/components/notification_icon/svgs/warning_static.svg +5 -0
  190. package/lib/components/page/page_header/page_header_content.js +1 -1
  191. package/lib/components/pagination/pagination_button.js +1 -1
  192. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  193. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  194. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  195. package/lib/components/table/mobile/table_sort_mobile.js +71 -108
  196. package/lib/components/table/table_header_cell.js +1 -1
  197. package/lib/components/timeline/timeline_item_icon.js +1 -1
  198. package/lib/components/toast/global_toast_list.js +133 -7
  199. package/lib/components/toast/global_toast_list.styles.js +31 -8
  200. package/lib/components/toast/toast.js +245 -48
  201. package/lib/components/toast/toast.styles.js +32 -45
  202. package/lib/components/toast/toast_action.js +40 -0
  203. package/lib/components/toast/types.js +15 -0
  204. package/lib/components/tool_tip/icon_tip.js +1 -1
  205. package/lib/components/tool_tip/tool_tip.js +2 -2
  206. package/optimize/es/components/banner/banner.js +1 -2
  207. package/optimize/es/components/banner/banner.styles.js +1 -1
  208. package/optimize/es/components/basic_table/basic_table.js +18 -5
  209. package/optimize/es/components/basic_table/basic_table.styles.js +19 -1
  210. package/optimize/es/components/basic_table/index.js +2 -1
  211. package/optimize/es/components/basic_table/pagination_bar.js +19 -4
  212. package/optimize/es/components/basic_table/pagination_bar.styles.js +21 -0
  213. package/optimize/es/components/basic_table/panel.styles.js +14 -0
  214. package/optimize/es/components/basic_table/use_panel_props.js +28 -0
  215. package/optimize/es/components/date_picker/auto_refresh/refresh_interval.js +172 -196
  216. package/optimize/es/components/flyout/flyout.component.js +10 -6
  217. package/optimize/es/components/flyout/flyout_menu.js +89 -18
  218. package/optimize/es/components/flyout/flyout_menu.styles.js +2 -1
  219. package/optimize/es/components/flyout/manager/actions.js +20 -0
  220. package/optimize/es/components/flyout/manager/flyout_managed.js +42 -18
  221. package/optimize/es/components/flyout/manager/hooks.js +1 -1
  222. package/optimize/es/components/flyout/manager/index.js +2 -2
  223. package/optimize/es/components/flyout/manager/reducer.js +32 -8
  224. package/optimize/es/components/flyout/manager/selectors.js +8 -2
  225. package/optimize/es/components/flyout/manager/store.js +35 -2
  226. package/optimize/es/components/flyout/use_flyout_menu.js +2 -2
  227. package/optimize/es/components/form/form_control_layout/form_control_layout_icons.js +96 -115
  228. package/optimize/es/components/icon/assets/logo_vector_db.js +41 -0
  229. package/optimize/es/components/icon/icon.styles.js +3 -2
  230. package/optimize/es/components/icon/icon_map.js +3 -0
  231. package/optimize/es/components/notification_icon/assets/info_fill.js +33 -0
  232. package/optimize/es/components/notification_icon/assets/warning_static.js +39 -0
  233. package/optimize/es/components/notification_icon/notification_icon.js +77 -0
  234. package/optimize/es/components/notification_icon/notification_icon.styles.js +22 -0
  235. package/optimize/es/components/table/mobile/table_sort_mobile.js +59 -82
  236. package/optimize/es/components/toast/global_toast_list.js +31 -6
  237. package/optimize/es/components/toast/global_toast_list.styles.js +31 -7
  238. package/optimize/es/components/toast/toast.js +143 -47
  239. package/optimize/es/components/toast/toast.styles.js +35 -47
  240. package/optimize/es/components/toast/toast_action.js +33 -0
  241. package/optimize/es/components/toast/types.js +9 -0
  242. package/optimize/es/components/tool_tip/tool_tip.js +3 -3
  243. package/optimize/lib/components/banner/banner.js +1 -2
  244. package/optimize/lib/components/banner/banner.styles.js +1 -1
  245. package/optimize/lib/components/basic_table/basic_table.js +17 -4
  246. package/optimize/lib/components/basic_table/basic_table.styles.js +19 -1
  247. package/optimize/lib/components/basic_table/index.js +8 -1
  248. package/optimize/lib/components/basic_table/pagination_bar.js +19 -4
  249. package/optimize/lib/components/basic_table/pagination_bar.styles.js +26 -0
  250. package/optimize/lib/components/basic_table/panel.styles.js +20 -0
  251. package/optimize/lib/components/basic_table/use_panel_props.js +33 -0
  252. package/optimize/lib/components/date_picker/auto_refresh/refresh_interval.js +170 -194
  253. package/optimize/lib/components/flyout/flyout.component.js +10 -6
  254. package/optimize/lib/components/flyout/flyout_menu.js +88 -18
  255. package/optimize/lib/components/flyout/flyout_menu.styles.js +2 -1
  256. package/optimize/lib/components/flyout/manager/actions.js +21 -1
  257. package/optimize/lib/components/flyout/manager/flyout_managed.js +41 -17
  258. package/optimize/lib/components/flyout/manager/hooks.js +6 -0
  259. package/optimize/lib/components/flyout/manager/index.js +12 -0
  260. package/optimize/lib/components/flyout/manager/reducer.js +31 -7
  261. package/optimize/lib/components/flyout/manager/selectors.js +9 -3
  262. package/optimize/lib/components/flyout/manager/store.js +34 -1
  263. package/optimize/lib/components/flyout/use_flyout_menu.js +2 -2
  264. package/optimize/lib/components/form/form_control_layout/form_control_layout_icons.js +96 -117
  265. package/optimize/lib/components/icon/assets/logo_vector_db.js +49 -0
  266. package/optimize/lib/components/icon/icon.styles.js +3 -2
  267. package/optimize/lib/components/icon/icon_map.js +5 -0
  268. package/optimize/lib/components/icon/svgs/logo_vector_db.svg +5 -0
  269. package/optimize/lib/components/notification_icon/assets/info_fill.js +41 -0
  270. package/optimize/lib/components/notification_icon/assets/warning_static.js +47 -0
  271. package/optimize/lib/components/notification_icon/notification_icon.js +83 -0
  272. package/optimize/lib/components/notification_icon/notification_icon.styles.js +28 -0
  273. package/optimize/lib/components/notification_icon/svgs/info_fill.svg +3 -0
  274. package/optimize/lib/components/notification_icon/svgs/warning_static.svg +5 -0
  275. package/optimize/lib/components/table/mobile/table_sort_mobile.js +61 -83
  276. package/optimize/lib/components/toast/global_toast_list.js +31 -6
  277. package/optimize/lib/components/toast/global_toast_list.styles.js +30 -7
  278. package/optimize/lib/components/toast/toast.js +146 -47
  279. package/optimize/lib/components/toast/toast.styles.js +33 -45
  280. package/optimize/lib/components/toast/toast_action.js +39 -0
  281. package/optimize/lib/components/toast/types.js +15 -0
  282. package/optimize/lib/components/tool_tip/tool_tip.js +2 -2
  283. package/package.json +7 -5
  284. package/test-env/components/avatar/avatar.js +1 -1
  285. package/test-env/components/badge/badge.js +1 -1
  286. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  287. package/test-env/components/banner/banner.js +1 -2
  288. package/test-env/components/banner/banner.styles.js +1 -1
  289. package/test-env/components/basic_table/basic_table.js +38 -8
  290. package/test-env/components/basic_table/basic_table.styles.js +19 -1
  291. package/test-env/components/basic_table/in_memory_table.js +21 -4
  292. package/test-env/components/basic_table/index.js +8 -1
  293. package/test-env/components/basic_table/pagination_bar.js +19 -4
  294. package/test-env/components/basic_table/pagination_bar.styles.js +26 -0
  295. package/test-env/components/basic_table/panel.styles.js +20 -0
  296. package/test-env/components/basic_table/use_panel_props.js +33 -0
  297. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  298. package/test-env/components/button/button_empty/button_empty.js +1 -1
  299. package/test-env/components/button/button_icon/button_icon.js +1 -1
  300. package/test-env/components/call_out/call_out.js +1 -1
  301. package/test-env/components/card/card.js +1 -1
  302. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  303. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  304. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  305. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  306. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  307. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  308. package/test-env/components/comment_list/comment.js +2 -2
  309. package/test-env/components/comment_list/comment_event.js +1 -1
  310. package/test-env/components/comment_list/comment_list.js +2 -2
  311. package/test-env/components/comment_list/comment_timeline.js +1 -1
  312. package/test-env/components/context_menu/context_menu_item.js +1 -1
  313. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  314. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  315. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  316. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  317. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  318. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  319. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  320. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  321. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  322. package/test-env/components/date_picker/auto_refresh/refresh_interval.js +170 -220
  323. package/test-env/components/date_picker/date_picker.js +2 -2
  324. package/test-env/components/date_picker/date_picker_range.js +1 -1
  325. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  326. package/test-env/components/flyout/flyout.component.js +10 -6
  327. package/test-env/components/flyout/flyout_menu.js +113 -21
  328. package/test-env/components/flyout/flyout_menu.styles.js +2 -1
  329. package/test-env/components/flyout/manager/actions.js +21 -1
  330. package/test-env/components/flyout/manager/flyout_child.js +24 -2
  331. package/test-env/components/flyout/manager/flyout_managed.js +41 -17
  332. package/test-env/components/flyout/manager/hooks.js +6 -0
  333. package/test-env/components/flyout/manager/index.js +12 -0
  334. package/test-env/components/flyout/manager/reducer.js +31 -7
  335. package/test-env/components/flyout/manager/selectors.js +9 -3
  336. package/test-env/components/flyout/manager/store.js +34 -1
  337. package/test-env/components/flyout/use_flyout_menu.js +2 -2
  338. package/test-env/components/form/field_number/field_number.js +2 -2
  339. package/test-env/components/form/field_text/field_text.js +2 -2
  340. package/test-env/components/form/form_control_button/form_control_button.js +1 -1
  341. package/test-env/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  342. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  343. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  344. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +95 -139
  345. package/test-env/components/form/text_area/text_area.js +2 -2
  346. package/test-env/components/header/header_links/header_link.js +1 -1
  347. package/test-env/components/header/header_links/header_links.js +1 -1
  348. package/test-env/components/header/header_logo/header_logo.js +1 -1
  349. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  350. package/test-env/components/icon/assets/logo_vector_db.js +49 -0
  351. package/test-env/components/icon/icon.styles.js +3 -2
  352. package/test-env/components/icon/icon_map.js +5 -0
  353. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  354. package/test-env/components/list_group/list_group.js +2 -2
  355. package/test-env/components/list_group/list_group_item.js +2 -2
  356. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  357. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  358. package/test-env/components/loading/loading_logo.js +1 -1
  359. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  360. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  361. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  362. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  363. package/test-env/components/notification_icon/assets/info_fill.js +41 -0
  364. package/test-env/components/notification_icon/assets/warning_static.js +47 -0
  365. package/test-env/components/notification_icon/notification_icon.js +46 -0
  366. package/test-env/components/notification_icon/notification_icon.styles.js +28 -0
  367. package/test-env/components/page/page_header/page_header_content.js +1 -1
  368. package/test-env/components/pagination/pagination_button.js +1 -1
  369. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  370. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  371. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  372. package/test-env/components/table/mobile/table_sort_mobile.js +61 -98
  373. package/test-env/components/table/table_header_cell.js +1 -1
  374. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  375. package/test-env/components/toast/global_toast_list.js +133 -7
  376. package/test-env/components/toast/global_toast_list.styles.js +30 -7
  377. package/test-env/components/toast/toast.js +243 -48
  378. package/test-env/components/toast/toast.styles.js +33 -45
  379. package/test-env/components/toast/toast_action.js +39 -0
  380. package/test-env/components/toast/types.js +15 -0
  381. package/test-env/components/tool_tip/icon_tip.js +1 -1
  382. package/test-env/components/tool_tip/tool_tip.js +2 -2
package/i18ntokens.json CHANGED
@@ -1,4 +1,22 @@
1
1
  [
2
+ {
3
+ "token": "euiTreeView.listNavigationInstructions",
4
+ "defString": "You can quickly navigate this list using arrow keys.",
5
+ "highlighting": "string",
6
+ "loc": {
7
+ "start": {
8
+ "line": 294,
9
+ "column": 10,
10
+ "index": 8109
11
+ },
12
+ "end": {
13
+ "line": 297,
14
+ "column": 11,
15
+ "index": 8263
16
+ }
17
+ },
18
+ "filepath": "src/components/tree_view/tree_view.tsx"
19
+ },
2
20
  {
3
21
  "token": "euiTourStepIndicator.isActive",
4
22
  "defString": "active",
@@ -125,24 +143,6 @@
125
143
  },
126
144
  "filepath": "src/components/tour/_tour_footer.tsx"
127
145
  },
128
- {
129
- "token": "euiTreeView.listNavigationInstructions",
130
- "defString": "You can quickly navigate this list using arrow keys.",
131
- "highlighting": "string",
132
- "loc": {
133
- "start": {
134
- "line": 294,
135
- "column": 10,
136
- "index": 8109
137
- },
138
- "end": {
139
- "line": 297,
140
- "column": 11,
141
- "index": 8263
142
- }
143
- },
144
- "filepath": "src/components/tree_view/tree_view.tsx"
145
- },
146
146
  {
147
147
  "token": "euiIconTip.defaultAriaLabel",
148
148
  "defString": "Info",
@@ -162,55 +162,37 @@
162
162
  "filepath": "src/components/tool_tip/icon_tip.tsx"
163
163
  },
164
164
  {
165
- "token": "euiToast.newNotification",
166
- "defString": "A new notification appears",
167
- "highlighting": "string",
168
- "loc": {
169
- "start": {
170
- "line": 59,
171
- "column": 10,
172
- "index": 1830
173
- },
174
- "end": {
175
- "line": 62,
176
- "column": 12,
177
- "index": 1945
178
- }
179
- },
180
- "filepath": "src/components/toast/toast.tsx"
181
- },
182
- {
183
- "token": "euiToast.notification",
184
- "defString": "Notification",
165
+ "token": "euiToast.dismissToast",
166
+ "defString": "Dismiss toast",
185
167
  "highlighting": "string",
186
168
  "loc": {
187
169
  "start": {
188
- "line": 67,
170
+ "line": 146,
189
171
  "column": 6,
190
- "index": 2016
172
+ "index": 4465
191
173
  },
192
174
  "end": {
193
- "line": 67,
194
- "column": 68,
195
- "index": 2078
175
+ "line": 146,
176
+ "column": 69,
177
+ "index": 4528
196
178
  }
197
179
  },
198
180
  "filepath": "src/components/toast/toast.tsx"
199
181
  },
200
182
  {
201
- "token": "euiToast.dismissToast",
202
- "defString": "Dismiss toast",
183
+ "token": "euiToast.newNotification",
184
+ "defString": "A new notification appears",
203
185
  "highlighting": "string",
204
186
  "loc": {
205
187
  "start": {
206
- "line": 95,
207
- "column": 8,
208
- "index": 2767
188
+ "line": 275,
189
+ "column": 10,
190
+ "index": 7659
209
191
  },
210
192
  "end": {
211
- "line": 95,
212
- "column": 71,
213
- "index": 2830
193
+ "line": 278,
194
+ "column": 12,
195
+ "index": 7774
214
196
  }
215
197
  },
216
198
  "filepath": "src/components/toast/toast.tsx"
@@ -221,14 +203,14 @@
221
203
  "highlighting": "string",
222
204
  "loc": {
223
205
  "start": {
224
- "line": 323,
206
+ "line": 339,
225
207
  "column": 8,
226
- "index": 11017
208
+ "index": 11435
227
209
  },
228
210
  "end": {
229
- "line": 330,
211
+ "line": 346,
230
212
  "column": 9,
231
- "index": 11300
213
+ "index": 11718
232
214
  }
233
215
  },
234
216
  "filepath": "src/components/toast/global_toast_list.tsx"
@@ -239,14 +221,14 @@
239
221
  "highlighting": "string",
240
222
  "loc": {
241
223
  "start": {
242
- "line": 323,
224
+ "line": 339,
243
225
  "column": 8,
244
- "index": 11017
226
+ "index": 11435
245
227
  },
246
228
  "end": {
247
- "line": 330,
229
+ "line": 346,
248
230
  "column": 9,
249
- "index": 11300
231
+ "index": 11718
250
232
  }
251
233
  },
252
234
  "filepath": "src/components/toast/global_toast_list.tsx"
@@ -563,14 +545,14 @@
563
545
  "highlighting": "string",
564
546
  "loc": {
565
547
  "start": {
566
- "line": 139,
548
+ "line": 146,
567
549
  "column": 10,
568
- "index": 4414
550
+ "index": 4722
569
551
  },
570
552
  "end": {
571
- "line": 143,
553
+ "line": 150,
572
554
  "column": 11,
573
- "index": 4588
555
+ "index": 4896
574
556
  }
575
557
  },
576
558
  "filepath": "src/components/table/table_header_cell.tsx"
@@ -611,6 +593,24 @@
611
593
  },
612
594
  "filepath": "src/components/skeleton/skeleton_loading.tsx"
613
595
  },
596
+ {
597
+ "token": "euiSideNav.mobileToggleAriaLabel",
598
+ "defString": "Toggle navigation",
599
+ "highlighting": "string",
600
+ "loc": {
601
+ "start": {
602
+ "line": 208,
603
+ "column": 16,
604
+ "index": 6318
605
+ },
606
+ "end": {
607
+ "line": 211,
608
+ "column": 17,
609
+ "index": 6449
610
+ }
611
+ },
612
+ "filepath": "src/components/side_nav/side_nav.tsx"
613
+ },
614
614
  {
615
615
  "token": "euiSelectable.loadingOptions",
616
616
  "defString": "Loading options",
@@ -743,14 +743,14 @@
743
743
  "highlighting": "string",
744
744
  "loc": {
745
745
  "start": {
746
- "line": 48,
746
+ "line": 49,
747
747
  "column": 29,
748
- "index": 1388
748
+ "index": 1399
749
749
  },
750
750
  "end": {
751
- "line": 51,
751
+ "line": 52,
752
752
  "column": 3,
753
- "index": 1451
753
+ "index": 1462
754
754
  }
755
755
  },
756
756
  "filepath": "src/components/search_bar/search_box.tsx"
@@ -761,14 +761,14 @@
761
761
  "highlighting": "string",
762
762
  "loc": {
763
763
  "start": {
764
- "line": 52,
764
+ "line": 53,
765
765
  "column": 31,
766
- "index": 1484
766
+ "index": 1495
767
767
  },
768
768
  "end": {
769
- "line": 55,
769
+ "line": 56,
770
770
  "column": 3,
771
- "index": 1638
771
+ "index": 1649
772
772
  }
773
773
  },
774
774
  "filepath": "src/components/search_bar/search_box.tsx"
@@ -779,14 +779,14 @@
779
779
  "highlighting": "string",
780
780
  "loc": {
781
781
  "start": {
782
- "line": 56,
782
+ "line": 57,
783
783
  "column": 25,
784
- "index": 1665
784
+ "index": 1676
785
785
  },
786
786
  "end": {
787
- "line": 59,
787
+ "line": 60,
788
788
  "column": 3,
789
- "index": 1814
789
+ "index": 1825
790
790
  }
791
791
  },
792
792
  "filepath": "src/components/search_bar/search_box.tsx"
@@ -863,24 +863,6 @@
863
863
  },
864
864
  "filepath": "src/components/progress/progress.tsx"
865
865
  },
866
- {
867
- "token": "euiSideNav.mobileToggleAriaLabel",
868
- "defString": "Toggle navigation",
869
- "highlighting": "string",
870
- "loc": {
871
- "start": {
872
- "line": 208,
873
- "column": 16,
874
- "index": 6318
875
- },
876
- "end": {
877
- "line": 211,
878
- "column": 17,
879
- "index": 6449
880
- }
881
- },
882
- "filepath": "src/components/side_nav/side_nav.tsx"
883
- },
884
866
  {
885
867
  "token": "euiPopover.screenReaderAnnouncement",
886
868
  "defString": "You are in a dialog. Press Escape, or tap/click outside the dialog to close.",
@@ -905,14 +887,14 @@
905
887
  "highlighting": "string",
906
888
  "loc": {
907
889
  "start": {
908
- "line": 48,
890
+ "line": 49,
909
891
  "column": 11,
910
- "index": 1414
892
+ "index": 1456
911
893
  },
912
894
  "end": {
913
- "line": 48,
895
+ "line": 49,
914
896
  "column": 73,
915
- "index": 1476
897
+ "index": 1518
916
898
  }
917
899
  },
918
900
  "filepath": "src/components/pagination/pagination_button_arrow.tsx"
@@ -923,14 +905,14 @@
923
905
  "highlighting": "string",
924
906
  "loc": {
925
907
  "start": {
926
- "line": 49,
908
+ "line": 50,
927
909
  "column": 14,
928
- "index": 1492
910
+ "index": 1534
929
911
  },
930
912
  "end": {
931
- "line": 52,
913
+ "line": 53,
932
914
  "column": 5,
933
- "index": 1578
915
+ "index": 1620
934
916
  }
935
917
  },
936
918
  "filepath": "src/components/pagination/pagination_button_arrow.tsx"
@@ -941,14 +923,14 @@
941
923
  "highlighting": "string",
942
924
  "loc": {
943
925
  "start": {
944
- "line": 53,
926
+ "line": 54,
945
927
  "column": 10,
946
- "index": 1590
928
+ "index": 1632
947
929
  },
948
930
  "end": {
949
- "line": 53,
931
+ "line": 54,
950
932
  "column": 70,
951
- "index": 1650
933
+ "index": 1692
952
934
  }
953
935
  },
954
936
  "filepath": "src/components/pagination/pagination_button_arrow.tsx"
@@ -959,18 +941,54 @@
959
941
  "highlighting": "string",
960
942
  "loc": {
961
943
  "start": {
962
- "line": 54,
944
+ "line": 55,
963
945
  "column": 10,
964
- "index": 1662
946
+ "index": 1704
965
947
  },
966
948
  "end": {
967
- "line": 54,
949
+ "line": 55,
968
950
  "column": 70,
969
- "index": 1722
951
+ "index": 1764
970
952
  }
971
953
  },
972
954
  "filepath": "src/components/pagination/pagination_button_arrow.tsx"
973
955
  },
956
+ {
957
+ "token": "euiPaginationButton.longPageString",
958
+ "defString": "Page {page} of {totalPages}",
959
+ "highlighting": "string",
960
+ "loc": {
961
+ "start": {
962
+ "line": 66,
963
+ "column": 4,
964
+ "index": 1920
965
+ },
966
+ "end": {
967
+ "line": 70,
968
+ "column": 5,
969
+ "index": 2087
970
+ }
971
+ },
972
+ "filepath": "src/components/pagination/pagination_button.tsx"
973
+ },
974
+ {
975
+ "token": "euiPaginationButton.shortPageString",
976
+ "defString": "Page {page}",
977
+ "highlighting": "string",
978
+ "loc": {
979
+ "start": {
980
+ "line": 72,
981
+ "column": 8,
982
+ "index": 2133
983
+ },
984
+ "end": {
985
+ "line": 76,
986
+ "column": 9,
987
+ "index": 2277
988
+ }
989
+ },
990
+ "filepath": "src/components/pagination/pagination_button.tsx"
991
+ },
974
992
  {
975
993
  "token": "euiPagination.pageOfTotalCompressed",
976
994
  "defString": "{page} of {total}",
@@ -1115,42 +1133,6 @@
1115
1133
  },
1116
1134
  "filepath": "src/components/pagination/pagination.tsx"
1117
1135
  },
1118
- {
1119
- "token": "euiPaginationButton.longPageString",
1120
- "defString": "Page {page} of {totalPages}",
1121
- "highlighting": "string",
1122
- "loc": {
1123
- "start": {
1124
- "line": 66,
1125
- "column": 4,
1126
- "index": 1920
1127
- },
1128
- "end": {
1129
- "line": 70,
1130
- "column": 5,
1131
- "index": 2087
1132
- }
1133
- },
1134
- "filepath": "src/components/pagination/pagination_button.tsx"
1135
- },
1136
- {
1137
- "token": "euiPaginationButton.shortPageString",
1138
- "defString": "Page {page}",
1139
- "highlighting": "string",
1140
- "loc": {
1141
- "start": {
1142
- "line": 72,
1143
- "column": 8,
1144
- "index": 2133
1145
- },
1146
- "end": {
1147
- "line": 76,
1148
- "column": 9,
1149
- "index": 2277
1150
- }
1151
- },
1152
- "filepath": "src/components/pagination/pagination_button.tsx"
1153
- },
1154
1136
  {
1155
1137
  "token": "euiMark.highlightStart",
1156
1138
  "defString": "highlight start",
@@ -1187,42 +1169,6 @@
1187
1169
  },
1188
1170
  "filepath": "src/components/mark/mark.tsx"
1189
1171
  },
1190
- {
1191
- "token": "euiModal.screenReaderModalDialog",
1192
- "defString": "You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close.",
1193
- "highlighting": "string",
1194
- "loc": {
1195
- "start": {
1196
- "line": 133,
1197
- "column": 8,
1198
- "index": 4057
1199
- },
1200
- "end": {
1201
- "line": 136,
1202
- "column": 10,
1203
- "index": 4253
1204
- }
1205
- },
1206
- "filepath": "src/components/modal/modal.tsx"
1207
- },
1208
- {
1209
- "token": "euiModal.closeModal",
1210
- "defString": "Closes this modal window",
1211
- "highlighting": "string",
1212
- "loc": {
1213
- "start": {
1214
- "line": 163,
1215
- "column": 10,
1216
- "index": 4871
1217
- },
1218
- "end": {
1219
- "line": 166,
1220
- "column": 11,
1221
- "index": 4978
1222
- }
1223
- },
1224
- "filepath": "src/components/modal/modal.tsx"
1225
- },
1226
1172
  {
1227
1173
  "token": "euiMarkdownEditorToolbar.editor",
1228
1174
  "defString": "Editor",
@@ -1319,14 +1265,14 @@
1319
1265
  "highlighting": "string",
1320
1266
  "loc": {
1321
1267
  "start": {
1322
- "line": 101,
1268
+ "line": 105,
1323
1269
  "column": 16,
1324
- "index": 3517
1270
+ "index": 3582
1325
1271
  },
1326
1272
  "end": {
1327
- "line": 110,
1273
+ "line": 114,
1328
1274
  "column": 17,
1329
- "index": 3953
1275
+ "index": 4018
1330
1276
  }
1331
1277
  },
1332
1278
  "filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
@@ -1337,14 +1283,14 @@
1337
1283
  "highlighting": "string",
1338
1284
  "loc": {
1339
1285
  "start": {
1340
- "line": 101,
1286
+ "line": 105,
1341
1287
  "column": 16,
1342
- "index": 3517
1288
+ "index": 3582
1343
1289
  },
1344
1290
  "end": {
1345
- "line": 110,
1291
+ "line": 114,
1346
1292
  "column": 17,
1347
- "index": 3953
1293
+ "index": 4018
1348
1294
  }
1349
1295
  },
1350
1296
  "filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
@@ -1355,14 +1301,14 @@
1355
1301
  "highlighting": "string",
1356
1302
  "loc": {
1357
1303
  "start": {
1358
- "line": 139,
1304
+ "line": 143,
1359
1305
  "column": 16,
1360
- "index": 5012
1306
+ "index": 5077
1361
1307
  },
1362
1308
  "end": {
1363
- "line": 142,
1309
+ "line": 146,
1364
1310
  "column": 18,
1365
- "index": 5139
1311
+ "index": 5204
1366
1312
  }
1367
1313
  },
1368
1314
  "filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
@@ -1373,14 +1319,14 @@
1373
1319
  "highlighting": "string",
1374
1320
  "loc": {
1375
1321
  "start": {
1376
- "line": 170,
1322
+ "line": 175,
1377
1323
  "column": 8,
1378
- "index": 5937
1324
+ "index": 6083
1379
1325
  },
1380
1326
  "end": {
1381
- "line": 173,
1327
+ "line": 178,
1382
1328
  "column": 9,
1383
- "index": 6073
1329
+ "index": 6219
1384
1330
  }
1385
1331
  },
1386
1332
  "filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
@@ -1511,6 +1457,42 @@
1511
1457
  },
1512
1458
  "filepath": "src/components/loading/_loading_strings.tsx"
1513
1459
  },
1460
+ {
1461
+ "token": "euiModal.screenReaderModalDialog",
1462
+ "defString": "You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close.",
1463
+ "highlighting": "string",
1464
+ "loc": {
1465
+ "start": {
1466
+ "line": 133,
1467
+ "column": 8,
1468
+ "index": 4057
1469
+ },
1470
+ "end": {
1471
+ "line": 136,
1472
+ "column": 10,
1473
+ "index": 4253
1474
+ }
1475
+ },
1476
+ "filepath": "src/components/modal/modal.tsx"
1477
+ },
1478
+ {
1479
+ "token": "euiModal.closeModal",
1480
+ "defString": "Closes this modal window",
1481
+ "highlighting": "string",
1482
+ "loc": {
1483
+ "start": {
1484
+ "line": 163,
1485
+ "column": 10,
1486
+ "index": 4871
1487
+ },
1488
+ "end": {
1489
+ "line": 166,
1490
+ "column": 11,
1491
+ "index": 4978
1492
+ }
1493
+ },
1494
+ "filepath": "src/components/modal/modal.tsx"
1495
+ },
1514
1496
  {
1515
1497
  "token": "euiExternalLinkIcon.newTarget.screenReaderOnlyText",
1516
1498
  "defString": "(external, opens in a new tab or window)",
@@ -1655,20 +1637,38 @@
1655
1637
  },
1656
1638
  "filepath": "src/components/image/image_button.tsx"
1657
1639
  },
1640
+ {
1641
+ "token": "euiForm.addressFormErrors",
1642
+ "defString": "Please address the highlighted errors.",
1643
+ "highlighting": "string",
1644
+ "loc": {
1645
+ "start": {
1646
+ "line": 98,
1647
+ "column": 8,
1648
+ "index": 2588
1649
+ },
1650
+ "end": {
1651
+ "line": 101,
1652
+ "column": 9,
1653
+ "index": 2709
1654
+ }
1655
+ },
1656
+ "filepath": "src/components/form/form.tsx"
1657
+ },
1658
1658
  {
1659
1659
  "token": "euiFlyoutMenu.back",
1660
1660
  "defString": "Back",
1661
1661
  "highlighting": "string",
1662
1662
  "loc": {
1663
1663
  "start": {
1664
- "line": 138,
1664
+ "line": 168,
1665
1665
  "column": 6,
1666
- "index": 3891
1666
+ "index": 4663
1667
1667
  },
1668
1668
  "end": {
1669
- "line": 138,
1669
+ "line": 168,
1670
1670
  "column": 59,
1671
- "index": 3944
1671
+ "index": 4716
1672
1672
  }
1673
1673
  },
1674
1674
  "filepath": "src/components/flyout/flyout_menu.tsx"
@@ -1679,14 +1679,68 @@
1679
1679
  "highlighting": "string",
1680
1680
  "loc": {
1681
1681
  "start": {
1682
- "line": 157,
1682
+ "line": 187,
1683
1683
  "column": 22,
1684
- "index": 4361
1684
+ "index": 5133
1685
1685
  },
1686
1686
  "end": {
1687
- "line": 157,
1687
+ "line": 187,
1688
1688
  "column": 68,
1689
- "index": 4407
1689
+ "index": 5179
1690
+ }
1691
+ },
1692
+ "filepath": "src/components/flyout/flyout_menu.tsx"
1693
+ },
1694
+ {
1695
+ "token": "euiFlyoutMenu.pagination.previous",
1696
+ "defString": "Previous",
1697
+ "highlighting": "string",
1698
+ "loc": {
1699
+ "start": {
1700
+ "line": 222,
1701
+ "column": 20,
1702
+ "index": 6191
1703
+ },
1704
+ "end": {
1705
+ "line": 222,
1706
+ "column": 79,
1707
+ "index": 6250
1708
+ }
1709
+ },
1710
+ "filepath": "src/components/flyout/flyout_menu.tsx"
1711
+ },
1712
+ {
1713
+ "token": "euiFlyoutMenu.pagination.next",
1714
+ "defString": "Next",
1715
+ "highlighting": "string",
1716
+ "loc": {
1717
+ "start": {
1718
+ "line": 223,
1719
+ "column": 20,
1720
+ "index": 6272
1721
+ },
1722
+ "end": {
1723
+ "line": 223,
1724
+ "column": 71,
1725
+ "index": 6323
1726
+ }
1727
+ },
1728
+ "filepath": "src/components/flyout/flyout_menu.tsx"
1729
+ },
1730
+ {
1731
+ "token": "euiFlyoutMenu.pagination.counter",
1732
+ "defString": "{position} of {total}",
1733
+ "highlighting": "string",
1734
+ "loc": {
1735
+ "start": {
1736
+ "line": 270,
1737
+ "column": 12,
1738
+ "index": 7521
1739
+ },
1740
+ "end": {
1741
+ "line": 274,
1742
+ "column": 14,
1743
+ "index": 7706
1690
1744
  }
1691
1745
  },
1692
1746
  "filepath": "src/components/flyout/flyout_menu.tsx"
@@ -1697,14 +1751,14 @@
1697
1751
  "highlighting": "string",
1698
1752
  "loc": {
1699
1753
  "start": {
1700
- "line": 1014,
1754
+ "line": 1022,
1701
1755
  "column": 14,
1702
- "index": 35909
1756
+ "index": 36294
1703
1757
  },
1704
1758
  "end": {
1705
- "line": 1017,
1759
+ "line": 1025,
1706
1760
  "column": 16,
1707
- "index": 36124
1761
+ "index": 36509
1708
1762
  }
1709
1763
  },
1710
1764
  "filepath": "src/components/flyout/flyout.component.tsx"
@@ -1715,14 +1769,14 @@
1715
1769
  "highlighting": "string",
1716
1770
  "loc": {
1717
1771
  "start": {
1718
- "line": 1019,
1772
+ "line": 1027,
1719
1773
  "column": 14,
1720
- "index": 36157
1774
+ "index": 36542
1721
1775
  },
1722
1776
  "end": {
1723
- "line": 1022,
1777
+ "line": 1030,
1724
1778
  "column": 16,
1725
- "index": 36336
1779
+ "index": 36721
1726
1780
  }
1727
1781
  },
1728
1782
  "filepath": "src/components/flyout/flyout.component.tsx"
@@ -1733,14 +1787,14 @@
1733
1787
  "highlighting": "string",
1734
1788
  "loc": {
1735
1789
  "start": {
1736
- "line": 1025,
1790
+ "line": 1033,
1737
1791
  "column": 14,
1738
- "index": 36416
1792
+ "index": 36801
1739
1793
  },
1740
1794
  "end": {
1741
- "line": 1028,
1795
+ "line": 1036,
1742
1796
  "column": 16,
1743
- "index": 36597
1797
+ "index": 36982
1744
1798
  }
1745
1799
  },
1746
1800
  "filepath": "src/components/flyout/flyout.component.tsx"
@@ -1763,24 +1817,6 @@
1763
1817
  },
1764
1818
  "filepath": "src/components/flyout/_flyout_close_button.tsx"
1765
1819
  },
1766
- {
1767
- "token": "euiForm.addressFormErrors",
1768
- "defString": "Please address the highlighted errors.",
1769
- "highlighting": "string",
1770
- "loc": {
1771
- "start": {
1772
- "line": 98,
1773
- "column": 8,
1774
- "index": 2588
1775
- },
1776
- "end": {
1777
- "line": 101,
1778
- "column": 9,
1779
- "index": 2709
1780
- }
1781
- },
1782
- "filepath": "src/components/form/form.tsx"
1783
- },
1784
1820
  {
1785
1821
  "token": "euiFilterButton.filterBadgeActiveAriaLabel",
1786
1822
  "defString": "{count} active filters",
@@ -1908,22 +1944,22 @@
1908
1944
  "filepath": "src/components/context_menu/context_menu_panel_title.tsx"
1909
1945
  },
1910
1946
  {
1911
- "token": "euiComboBox.listboxAriaLabel",
1912
- "defString": "Choose from the following options",
1947
+ "token": "euiCollapsibleNavBeta.ariaLabel",
1948
+ "defString": "Site menu",
1913
1949
  "highlighting": "string",
1914
1950
  "loc": {
1915
1951
  "start": {
1916
- "line": 842,
1917
- "column": 8,
1918
- "index": 24681
1952
+ "line": 181,
1953
+ "column": 27,
1954
+ "index": 6041
1919
1955
  },
1920
1956
  "end": {
1921
- "line": 845,
1922
- "column": 9,
1923
- "index": 24800
1957
+ "line": 184,
1958
+ "column": 3,
1959
+ "index": 6111
1924
1960
  }
1925
1961
  },
1926
- "filepath": "src/components/combo_box/combo_box.tsx"
1962
+ "filepath": "src/components/collapsible_nav_beta/collapsible_nav_beta.tsx"
1927
1963
  },
1928
1964
  {
1929
1965
  "token": "euiSaturation.ariaLabel",
@@ -2214,40 +2250,22 @@
2214
2250
  "filepath": "src/components/color_picker/color_picker.tsx"
2215
2251
  },
2216
2252
  {
2217
- "token": "euiCollapsibleNavBeta.ariaLabel",
2218
- "defString": "Site menu",
2219
- "highlighting": "string",
2220
- "loc": {
2221
- "start": {
2222
- "line": 181,
2223
- "column": 27,
2224
- "index": 6041
2225
- },
2226
- "end": {
2227
- "line": 184,
2228
- "column": 3,
2229
- "index": 6111
2230
- }
2231
- },
2232
- "filepath": "src/components/collapsible_nav_beta/collapsible_nav_beta.tsx"
2233
- },
2234
- {
2235
- "token": "euiCallOut.dismissAriaLabel",
2236
- "defString": "Dismiss this callout",
2253
+ "token": "euiComboBox.listboxAriaLabel",
2254
+ "defString": "Choose from the following options",
2237
2255
  "highlighting": "string",
2238
2256
  "loc": {
2239
2257
  "start": {
2240
- "line": 114,
2258
+ "line": 842,
2241
2259
  "column": 8,
2242
- "index": 3269
2260
+ "index": 24681
2243
2261
  },
2244
2262
  "end": {
2245
- "line": 117,
2263
+ "line": 845,
2246
2264
  "column": 9,
2247
- "index": 3374
2265
+ "index": 24800
2248
2266
  }
2249
2267
  },
2250
- "filepath": "src/components/call_out/call_out.tsx"
2268
+ "filepath": "src/components/combo_box/combo_box.tsx"
2251
2269
  },
2252
2270
  {
2253
2271
  "token": "euiCodeBlockFullScreen.fullscreenCollapse",
@@ -2358,58 +2376,22 @@
2358
2376
  "filepath": "src/components/code/code_block.tsx"
2359
2377
  },
2360
2378
  {
2361
- "token": "euiBreadcrumbs.nav.ariaLabel",
2362
- "defString": "Breadcrumbs",
2363
- "highlighting": "string",
2364
- "loc": {
2365
- "start": {
2366
- "line": 42,
2367
- "column": 20,
2368
- "index": 1274
2369
- },
2370
- "end": {
2371
- "line": 42,
2372
- "column": 77,
2373
- "index": 1331
2374
- }
2375
- },
2376
- "filepath": "src/components/breadcrumbs/breadcrumbs.tsx"
2377
- },
2378
- {
2379
- "token": "euiBreadcrumb.collapsedBadge.ariaLabel",
2380
- "defString": "See collapsed breadcrumbs",
2381
- "highlighting": "string",
2382
- "loc": {
2383
- "start": {
2384
- "line": 56,
2385
- "column": 20,
2386
- "index": 1691
2387
- },
2388
- "end": {
2389
- "line": 59,
2390
- "column": 3,
2391
- "index": 1784
2392
- }
2393
- },
2394
- "filepath": "src/components/breadcrumbs/breadcrumb.tsx"
2395
- },
2396
- {
2397
- "token": "euiBreadcrumb.popoverAriaLabel",
2398
- "defString": "Clicking this button will toggle a popover dialog.",
2379
+ "token": "euiCallOut.dismissAriaLabel",
2380
+ "defString": "Dismiss this callout",
2399
2381
  "highlighting": "string",
2400
2382
  "loc": {
2401
2383
  "start": {
2402
- "line": 175,
2403
- "column": 29,
2404
- "index": 4936
2384
+ "line": 114,
2385
+ "column": 8,
2386
+ "index": 3269
2405
2387
  },
2406
2388
  "end": {
2407
- "line": 181,
2408
- "column": 5,
2409
- "index": 5269
2389
+ "line": 117,
2390
+ "column": 9,
2391
+ "index": 3374
2410
2392
  }
2411
2393
  },
2412
- "filepath": "src/components/breadcrumbs/_breadcrumb_content.tsx"
2394
+ "filepath": "src/components/call_out/call_out.tsx"
2413
2395
  },
2414
2396
  {
2415
2397
  "token": "euiBottomBar.screenReaderHeading",
@@ -2466,26 +2448,98 @@
2466
2448
  "filepath": "src/components/bottom_bar/bottom_bar.tsx"
2467
2449
  },
2468
2450
  {
2469
- "token": "euiCollapsedItemActions.allActionsTooltip",
2470
- "defString": "All actions",
2451
+ "token": "euiBreadcrumbs.nav.ariaLabel",
2452
+ "defString": "Breadcrumbs",
2471
2453
  "highlighting": "string",
2472
2454
  "loc": {
2473
2455
  "start": {
2474
- "line": 45,
2475
- "column": 28,
2476
- "index": 1373
2456
+ "line": 42,
2457
+ "column": 20,
2458
+ "index": 1274
2477
2459
  },
2478
2460
  "end": {
2479
- "line": 48,
2480
- "column": 3,
2481
- "index": 1455
2461
+ "line": 42,
2462
+ "column": 77,
2463
+ "index": 1331
2482
2464
  }
2483
2465
  },
2484
- "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
2466
+ "filepath": "src/components/breadcrumbs/breadcrumbs.tsx"
2485
2467
  },
2486
2468
  {
2487
- "token": "euiCollapsedItemActions.allActions",
2488
- "defString": "All actions, row {index}",
2469
+ "token": "euiBreadcrumb.collapsedBadge.ariaLabel",
2470
+ "defString": "See collapsed breadcrumbs",
2471
+ "highlighting": "string",
2472
+ "loc": {
2473
+ "start": {
2474
+ "line": 56,
2475
+ "column": 20,
2476
+ "index": 1691
2477
+ },
2478
+ "end": {
2479
+ "line": 59,
2480
+ "column": 3,
2481
+ "index": 1784
2482
+ }
2483
+ },
2484
+ "filepath": "src/components/breadcrumbs/breadcrumb.tsx"
2485
+ },
2486
+ {
2487
+ "token": "euiBreadcrumb.popoverAriaLabel",
2488
+ "defString": "Clicking this button will toggle a popover dialog.",
2489
+ "highlighting": "string",
2490
+ "loc": {
2491
+ "start": {
2492
+ "line": 183,
2493
+ "column": 29,
2494
+ "index": 5213
2495
+ },
2496
+ "end": {
2497
+ "line": 189,
2498
+ "column": 5,
2499
+ "index": 5546
2500
+ }
2501
+ },
2502
+ "filepath": "src/components/breadcrumbs/_breadcrumb_content.tsx"
2503
+ },
2504
+ {
2505
+ "token": "euiBanner.dismissAriaLabel",
2506
+ "defString": "Dismiss \"{title}\" announcement",
2507
+ "highlighting": "string",
2508
+ "loc": {
2509
+ "start": {
2510
+ "line": 113,
2511
+ "column": 29,
2512
+ "index": 3404
2513
+ },
2514
+ "end": {
2515
+ "line": 117,
2516
+ "column": 5,
2517
+ "index": 3513
2518
+ }
2519
+ },
2520
+ "filepath": "src/components/banner/banner.tsx"
2521
+ },
2522
+ {
2523
+ "token": "euiCollapsedItemActions.allActionsTooltip",
2524
+ "defString": "All actions",
2525
+ "highlighting": "string",
2526
+ "loc": {
2527
+ "start": {
2528
+ "line": 45,
2529
+ "column": 28,
2530
+ "index": 1373
2531
+ },
2532
+ "end": {
2533
+ "line": 48,
2534
+ "column": 3,
2535
+ "index": 1455
2536
+ }
2537
+ },
2538
+ "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
2539
+ },
2540
+ {
2541
+ "token": "euiCollapsedItemActions.allActions",
2542
+ "defString": "All actions, row {index}",
2489
2543
  "highlighting": "string",
2490
2544
  "loc": {
2491
2545
  "start": {
@@ -2525,14 +2579,14 @@
2525
2579
  "highlighting": "string",
2526
2580
  "loc": {
2527
2581
  "start": {
2528
- "line": 322,
2582
+ "line": 333,
2529
2583
  "column": 6,
2530
- "index": 8230
2584
+ "index": 8623
2531
2585
  },
2532
2586
  "end": {
2533
- "line": 322,
2587
+ "line": 333,
2534
2588
  "column": 79,
2535
- "index": 8303
2589
+ "index": 8696
2536
2590
  }
2537
2591
  },
2538
2592
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -2543,14 +2597,14 @@
2543
2597
  "highlighting": "string",
2544
2598
  "loc": {
2545
2599
  "start": {
2546
- "line": 649,
2600
+ "line": 683,
2547
2601
  "column": 10,
2548
- "index": 16792
2602
+ "index": 17693
2549
2603
  },
2550
2604
  "end": {
2551
- "line": 653,
2605
+ "line": 687,
2552
2606
  "column": 12,
2553
- "index": 17012
2607
+ "index": 17913
2554
2608
  }
2555
2609
  },
2556
2610
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -2561,14 +2615,14 @@
2561
2615
  "highlighting": "string",
2562
2616
  "loc": {
2563
2617
  "start": {
2564
- "line": 662,
2618
+ "line": 696,
2565
2619
  "column": 10,
2566
- "index": 17176
2620
+ "index": 18077
2567
2621
  },
2568
2622
  "end": {
2569
- "line": 666,
2623
+ "line": 700,
2570
2624
  "column": 12,
2571
- "index": 17359
2625
+ "index": 18260
2572
2626
  }
2573
2627
  },
2574
2628
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -2579,14 +2633,14 @@
2579
2633
  "highlighting": "string",
2580
2634
  "loc": {
2581
2635
  "start": {
2582
- "line": 678,
2636
+ "line": 712,
2583
2637
  "column": 16,
2584
- "index": 17648
2638
+ "index": 18549
2585
2639
  },
2586
2640
  "end": {
2587
- "line": 681,
2641
+ "line": 715,
2588
2642
  "column": 18,
2589
- "index": 17772
2643
+ "index": 18673
2590
2644
  }
2591
2645
  },
2592
2646
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -2597,14 +2651,14 @@
2597
2651
  "highlighting": "string",
2598
2652
  "loc": {
2599
2653
  "start": {
2600
- "line": 686,
2654
+ "line": 720,
2601
2655
  "column": 18,
2602
- "index": 17887
2656
+ "index": 18788
2603
2657
  },
2604
2658
  "end": {
2605
- "line": 689,
2659
+ "line": 723,
2606
2660
  "column": 20,
2607
- "index": 18015
2661
+ "index": 18916
2608
2662
  }
2609
2663
  },
2610
2664
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -2615,14 +2669,14 @@
2615
2669
  "highlighting": "string",
2616
2670
  "loc": {
2617
2671
  "start": {
2618
- "line": 738,
2672
+ "line": 772,
2619
2673
  "column": 6,
2620
- "index": 19220
2674
+ "index": 20121
2621
2675
  },
2622
2676
  "end": {
2623
- "line": 741,
2677
+ "line": 775,
2624
2678
  "column": 7,
2625
- "index": 19371
2679
+ "index": 20272
2626
2680
  }
2627
2681
  },
2628
2682
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -2633,14 +2687,14 @@
2633
2687
  "highlighting": "string",
2634
2688
  "loc": {
2635
2689
  "start": {
2636
- "line": 738,
2690
+ "line": 772,
2637
2691
  "column": 6,
2638
- "index": 19220
2692
+ "index": 20121
2639
2693
  },
2640
2694
  "end": {
2641
- "line": 741,
2695
+ "line": 775,
2642
2696
  "column": 7,
2643
- "index": 19371
2697
+ "index": 20272
2644
2698
  }
2645
2699
  },
2646
2700
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -2651,14 +2705,14 @@
2651
2705
  "highlighting": "string",
2652
2706
  "loc": {
2653
2707
  "start": {
2654
- "line": 1178,
2708
+ "line": 1220,
2655
2709
  "column": 8,
2656
- "index": 32401
2710
+ "index": 33514
2657
2711
  },
2658
2712
  "end": {
2659
- "line": 1182,
2713
+ "line": 1224,
2660
2714
  "column": 9,
2661
- "index": 32556
2715
+ "index": 33669
2662
2716
  }
2663
2717
  },
2664
2718
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -2669,36 +2723,18 @@
2669
2723
  "highlighting": "string",
2670
2724
  "loc": {
2671
2725
  "start": {
2672
- "line": 1428,
2726
+ "line": 1482,
2673
2727
  "column": 8,
2674
- "index": 39800
2728
+ "index": 41138
2675
2729
  },
2676
2730
  "end": {
2677
- "line": 1432,
2731
+ "line": 1486,
2678
2732
  "column": 9,
2679
- "index": 39959
2733
+ "index": 41297
2680
2734
  }
2681
2735
  },
2682
2736
  "filepath": "src/components/basic_table/basic_table.tsx"
2683
2737
  },
2684
- {
2685
- "token": "euiBanner.dismissAriaLabel",
2686
- "defString": "Dismiss \"{title}\" announcement",
2687
- "highlighting": "string",
2688
- "loc": {
2689
- "start": {
2690
- "line": 113,
2691
- "column": 29,
2692
- "index": 3404
2693
- },
2694
- "end": {
2695
- "line": 117,
2696
- "column": 5,
2697
- "index": 3513
2698
- }
2699
- },
2700
- "filepath": "src/components/banner/banner.tsx"
2701
- },
2702
2738
  {
2703
2739
  "token": "euiTablePagination.allRows",
2704
2740
  "defString": "Showing all rows",
@@ -2777,14 +2813,14 @@
2777
2813
  "highlighting": "string",
2778
2814
  "loc": {
2779
2815
  "start": {
2780
- "line": 76,
2781
- "column": 8,
2782
- "index": 1971
2816
+ "line": 65,
2817
+ "column": 6,
2818
+ "index": 1799
2783
2819
  },
2784
2820
  "end": {
2785
- "line": 76,
2786
- "column": 72,
2787
- "index": 2035
2821
+ "line": 65,
2822
+ "column": 70,
2823
+ "index": 1863
2788
2824
  }
2789
2825
  },
2790
2826
  "filepath": "src/components/table/mobile/table_sort_mobile.tsx"
@@ -3077,60 +3113,6 @@
3077
3113
  },
3078
3114
  "filepath": "src/components/list_group/pinnable_list_group/pinnable_list_group.tsx"
3079
3115
  },
3080
- {
3081
- "token": "euiHeaderLinks.appNavigation",
3082
- "defString": "App menu",
3083
- "highlighting": "string",
3084
- "loc": {
3085
- "start": {
3086
- "line": 116,
3087
- "column": 4,
3088
- "index": 3499
3089
- },
3090
- "end": {
3091
- "line": 116,
3092
- "column": 69,
3093
- "index": 3564
3094
- }
3095
- },
3096
- "filepath": "src/components/header/header_links/header_links.tsx"
3097
- },
3098
- {
3099
- "token": "euiHeaderLinks.openNavigationMenu",
3100
- "defString": "Open menu",
3101
- "highlighting": "string",
3102
- "loc": {
3103
- "start": {
3104
- "line": 139,
3105
- "column": 16,
3106
- "index": 4198
3107
- },
3108
- "end": {
3109
- "line": 142,
3110
- "column": 17,
3111
- "index": 4322
3112
- }
3113
- },
3114
- "filepath": "src/components/header/header_links/header_links.tsx"
3115
- },
3116
- {
3117
- "token": "euiFlyoutManaged.defaultTitle",
3118
- "defString": "Unknown Flyout",
3119
- "highlighting": "string",
3120
- "loc": {
3121
- "start": {
3122
- "line": 169,
3123
- "column": 25,
3124
- "index": 5638
3125
- },
3126
- "end": {
3127
- "line": 172,
3128
- "column": 5,
3129
- "index": 5717
3130
- }
3131
- },
3132
- "filepath": "src/components/flyout/manager/flyout_managed.tsx"
3133
- },
3134
3116
  {
3135
3117
  "token": "euiSuperSelect.screenReaderAnnouncement",
3136
3118
  "defString": "You are in a form selector and must select a single option.\n Use the Up and Down arrow keys to navigate or Escape to close.",
@@ -3239,24 +3221,6 @@
3239
3221
  },
3240
3222
  "filepath": "src/components/form/form_control_layout/form_control_layout_clear_button.tsx"
3241
3223
  },
3242
- {
3243
- "token": "euiFieldSearch.clearSearchButtonLabel",
3244
- "defString": "Clear search input",
3245
- "highlighting": "string",
3246
- "loc": {
3247
- "start": {
3248
- "line": 260,
3249
- "column": 6,
3250
- "index": 7437
3251
- },
3252
- "end": {
3253
- "line": 263,
3254
- "column": 7,
3255
- "index": 7544
3256
- }
3257
- },
3258
- "filepath": "src/components/form/field_search/field_search.tsx"
3259
- },
3260
3224
  {
3261
3225
  "token": "euiFilePicker.promptText",
3262
3226
  "defString": "Select or drag and drop a file",
@@ -3329,20 +3293,38 @@
3329
3293
  },
3330
3294
  "filepath": "src/components/form/file_picker/file_picker.tsx"
3331
3295
  },
3296
+ {
3297
+ "token": "euiFieldSearch.clearSearchButtonLabel",
3298
+ "defString": "Clear search input",
3299
+ "highlighting": "string",
3300
+ "loc": {
3301
+ "start": {
3302
+ "line": 260,
3303
+ "column": 6,
3304
+ "index": 7437
3305
+ },
3306
+ "end": {
3307
+ "line": 263,
3308
+ "column": 7,
3309
+ "index": 7544
3310
+ }
3311
+ },
3312
+ "filepath": "src/components/form/field_search/field_search.tsx"
3313
+ },
3332
3314
  {
3333
3315
  "token": "euiFieldPassword.showPassword",
3334
3316
  "defString": "Show password as plain text. Note: this will visually expose your password on the screen.",
3335
3317
  "highlighting": "string",
3336
3318
  "loc": {
3337
3319
  "start": {
3338
- "line": 106,
3320
+ "line": 107,
3339
3321
  "column": 49,
3340
- "index": 2974
3322
+ "index": 3019
3341
3323
  },
3342
3324
  "end": {
3343
- "line": 112,
3325
+ "line": 113,
3344
3326
  "column": 3,
3345
- "index": 3195
3327
+ "index": 3240
3346
3328
  }
3347
3329
  },
3348
3330
  "filepath": "src/components/form/field_password/field_password.tsx"
@@ -3353,1133 +3335,1025 @@
3353
3335
  "highlighting": "string",
3354
3336
  "loc": {
3355
3337
  "start": {
3356
- "line": 106,
3338
+ "line": 107,
3357
3339
  "column": 49,
3358
- "index": 2974
3340
+ "index": 3019
3359
3341
  },
3360
3342
  "end": {
3361
- "line": 112,
3343
+ "line": 113,
3362
3344
  "column": 3,
3363
- "index": 3195
3345
+ "index": 3240
3364
3346
  }
3365
3347
  },
3366
3348
  "filepath": "src/components/form/field_password/field_password.tsx"
3367
3349
  },
3368
3350
  {
3369
- "token": "euiTimeOptions.last",
3370
- "defString": "Last",
3351
+ "token": "euiHeaderLinks.appNavigation",
3352
+ "defString": "App menu",
3371
3353
  "highlighting": "string",
3372
3354
  "loc": {
3373
3355
  "start": {
3374
- "line": 35,
3375
- "column": 25,
3376
- "index": 1138
3356
+ "line": 116,
3357
+ "column": 4,
3358
+ "index": 3499
3377
3359
  },
3378
3360
  "end": {
3379
- "line": 35,
3380
- "column": 66,
3381
- "index": 1179
3361
+ "line": 116,
3362
+ "column": 69,
3363
+ "index": 3564
3382
3364
  }
3383
3365
  },
3384
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3366
+ "filepath": "src/components/header/header_links/header_links.tsx"
3385
3367
  },
3386
3368
  {
3387
- "token": "euiTimeOptions.next",
3388
- "defString": "Next",
3369
+ "token": "euiHeaderLinks.openNavigationMenu",
3370
+ "defString": "Open menu",
3389
3371
  "highlighting": "string",
3390
3372
  "loc": {
3391
3373
  "start": {
3392
- "line": 36,
3393
- "column": 25,
3394
- "index": 1208
3374
+ "line": 139,
3375
+ "column": 16,
3376
+ "index": 4198
3395
3377
  },
3396
3378
  "end": {
3397
- "line": 36,
3398
- "column": 66,
3399
- "index": 1249
3379
+ "line": 142,
3380
+ "column": 17,
3381
+ "index": 4322
3400
3382
  }
3401
3383
  },
3402
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3384
+ "filepath": "src/components/header/header_links/header_links.tsx"
3403
3385
  },
3404
3386
  {
3405
- "token": "euiTimeOptions.seconds",
3406
- "defString": "Seconds",
3387
+ "token": "euiFlyoutManaged.defaultTitle",
3388
+ "defString": "Unknown Flyout",
3407
3389
  "highlighting": "string",
3408
3390
  "loc": {
3409
3391
  "start": {
3410
- "line": 40,
3411
- "column": 24,
3412
- "index": 1312
3392
+ "line": 173,
3393
+ "column": 25,
3394
+ "index": 5686
3413
3395
  },
3414
3396
  "end": {
3415
- "line": 40,
3416
- "column": 71,
3417
- "index": 1359
3397
+ "line": 176,
3398
+ "column": 5,
3399
+ "index": 5765
3418
3400
  }
3419
3401
  },
3420
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3402
+ "filepath": "src/components/flyout/manager/flyout_managed.tsx"
3421
3403
  },
3422
3404
  {
3423
- "token": "euiTimeOptions.minutes",
3424
- "defString": "Minutes",
3405
+ "token": "euiTimeWindowButtons.previousDescription",
3406
+ "defString": "Previous {displayInterval}",
3425
3407
  "highlighting": "string",
3426
3408
  "loc": {
3427
3409
  "start": {
3428
- "line": 41,
3429
- "column": 24,
3430
- "index": 1387
3410
+ "line": 88,
3411
+ "column": 30,
3412
+ "index": 2577
3431
3413
  },
3432
3414
  "end": {
3433
- "line": 41,
3434
- "column": 71,
3435
- "index": 1434
3415
+ "line": 92,
3416
+ "column": 3,
3417
+ "index": 2698
3436
3418
  }
3437
3419
  },
3438
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3420
+ "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3439
3421
  },
3440
3422
  {
3441
- "token": "euiTimeOptions.hours",
3442
- "defString": "Hours",
3423
+ "token": "euiTimeWindowButtons.nextDescription",
3424
+ "defString": "Next {displayInterval}",
3443
3425
  "highlighting": "string",
3444
3426
  "loc": {
3445
3427
  "start": {
3446
- "line": 42,
3447
- "column": 24,
3448
- "index": 1462
3428
+ "line": 93,
3429
+ "column": 26,
3430
+ "index": 2726
3449
3431
  },
3450
3432
  "end": {
3451
- "line": 42,
3452
- "column": 67,
3453
- "index": 1505
3433
+ "line": 97,
3434
+ "column": 3,
3435
+ "index": 2839
3454
3436
  }
3455
3437
  },
3456
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3438
+ "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3457
3439
  },
3458
3440
  {
3459
- "token": "euiTimeOptions.days",
3460
- "defString": "Days",
3441
+ "token": "euiTimeWindowButtons.invalidShiftLabel",
3442
+ "defString": "Cannot shift invalid time window",
3461
3443
  "highlighting": "string",
3462
3444
  "loc": {
3463
3445
  "start": {
3464
- "line": 43,
3465
- "column": 24,
3466
- "index": 1533
3446
+ "line": 98,
3447
+ "column": 34,
3448
+ "index": 2875
3467
3449
  },
3468
3450
  "end": {
3469
- "line": 43,
3470
- "column": 65,
3471
- "index": 1574
3451
+ "line": 101,
3452
+ "column": 3,
3453
+ "index": 2975
3472
3454
  }
3473
3455
  },
3474
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3456
+ "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3475
3457
  },
3476
3458
  {
3477
- "token": "euiTimeOptions.weeks",
3478
- "defString": "Weeks",
3459
+ "token": "euiTimeWindowButtons.invalidZoomInLabel",
3460
+ "defString": "Cannot zoom in invalid time window",
3479
3461
  "highlighting": "string",
3480
3462
  "loc": {
3481
3463
  "start": {
3482
- "line": 44,
3483
- "column": 24,
3484
- "index": 1602
3464
+ "line": 102,
3465
+ "column": 35,
3466
+ "index": 3012
3485
3467
  },
3486
3468
  "end": {
3487
- "line": 44,
3488
- "column": 67,
3489
- "index": 1645
3469
+ "line": 105,
3470
+ "column": 3,
3471
+ "index": 3115
3490
3472
  }
3491
3473
  },
3492
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3474
+ "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3493
3475
  },
3494
3476
  {
3495
- "token": "euiTimeOptions.months",
3496
- "defString": "Months",
3477
+ "token": "euiTimeWindowButtons.cannotZoomInLabel",
3478
+ "defString": "Cannot zoom in any further",
3497
3479
  "highlighting": "string",
3498
3480
  "loc": {
3499
3481
  "start": {
3500
- "line": 45,
3501
- "column": 24,
3502
- "index": 1673
3482
+ "line": 106,
3483
+ "column": 34,
3484
+ "index": 3151
3503
3485
  },
3504
3486
  "end": {
3505
- "line": 45,
3506
- "column": 69,
3507
- "index": 1718
3487
+ "line": 109,
3488
+ "column": 3,
3489
+ "index": 3245
3508
3490
  }
3509
3491
  },
3510
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3492
+ "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3511
3493
  },
3512
3494
  {
3513
- "token": "euiTimeOptions.years",
3514
- "defString": "Years",
3495
+ "token": "euiTimeWindowButtons.invalidZoomOutLabel",
3496
+ "defString": "Cannot zoom out invalid time window",
3515
3497
  "highlighting": "string",
3516
3498
  "loc": {
3517
3499
  "start": {
3518
- "line": 46,
3519
- "column": 24,
3520
- "index": 1746
3500
+ "line": 110,
3501
+ "column": 36,
3502
+ "index": 3283
3521
3503
  },
3522
3504
  "end": {
3523
- "line": 46,
3524
- "column": 67,
3525
- "index": 1789
3505
+ "line": 113,
3506
+ "column": 3,
3507
+ "index": 3388
3526
3508
  }
3527
3509
  },
3528
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3510
+ "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3529
3511
  },
3530
3512
  {
3531
- "token": "euiTimeOptions.secondsAgo",
3532
- "defString": "Seconds ago",
3513
+ "token": "euiTimeWindowButtons.previousLabel",
3514
+ "defString": "Previous",
3533
3515
  "highlighting": "string",
3534
3516
  "loc": {
3535
3517
  "start": {
3536
- "line": 54,
3537
- "column": 12,
3538
- "index": 1893
3518
+ "line": 116,
3519
+ "column": 24,
3520
+ "index": 3480
3539
3521
  },
3540
3522
  "end": {
3541
- "line": 54,
3542
- "column": 66,
3543
- "index": 1947
3523
+ "line": 119,
3524
+ "column": 3,
3525
+ "index": 3552
3544
3526
  }
3545
3527
  },
3546
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3528
+ "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3547
3529
  },
3548
3530
  {
3549
- "token": "euiTimeOptions.minutesAgo",
3550
- "defString": "Minutes ago",
3531
+ "token": "euiTimeWindowButtons.zoomInLabel",
3532
+ "defString": "Zoom in",
3551
3533
  "highlighting": "string",
3552
3534
  "loc": {
3553
3535
  "start": {
3554
- "line": 58,
3555
- "column": 12,
3556
- "index": 1992
3536
+ "line": 125,
3537
+ "column": 22,
3538
+ "index": 3739
3557
3539
  },
3558
3540
  "end": {
3559
- "line": 58,
3560
- "column": 66,
3561
- "index": 2046
3541
+ "line": 125,
3542
+ "column": 79,
3543
+ "index": 3796
3562
3544
  }
3563
3545
  },
3564
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3546
+ "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3565
3547
  },
3566
3548
  {
3567
- "token": "euiTimeOptions.hoursAgo",
3568
- "defString": "Hours ago",
3549
+ "token": "euiTimeWindowButtons.zoomOutLabel",
3550
+ "defString": "Zoom out",
3569
3551
  "highlighting": "string",
3570
3552
  "loc": {
3571
3553
  "start": {
3572
- "line": 62,
3573
- "column": 12,
3574
- "index": 2091
3554
+ "line": 133,
3555
+ "column": 23,
3556
+ "index": 4034
3575
3557
  },
3576
3558
  "end": {
3577
- "line": 62,
3578
- "column": 62,
3579
- "index": 2141
3559
+ "line": 136,
3560
+ "column": 3,
3561
+ "index": 4105
3580
3562
  }
3581
3563
  },
3582
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3564
+ "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3583
3565
  },
3584
3566
  {
3585
- "token": "euiTimeOptions.daysAgo",
3586
- "defString": "Days ago",
3567
+ "token": "euiTimeWindowButtons.nextLabel",
3568
+ "defString": "Next",
3587
3569
  "highlighting": "string",
3588
3570
  "loc": {
3589
3571
  "start": {
3590
- "line": 66,
3591
- "column": 12,
3592
- "index": 2186
3572
+ "line": 142,
3573
+ "column": 20,
3574
+ "index": 4279
3593
3575
  },
3594
3576
  "end": {
3595
- "line": 66,
3596
- "column": 60,
3597
- "index": 2234
3577
+ "line": 142,
3578
+ "column": 72,
3579
+ "index": 4331
3598
3580
  }
3599
3581
  },
3600
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3582
+ "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3601
3583
  },
3602
3584
  {
3603
- "token": "euiTimeOptions.weeksAgo",
3604
- "defString": "Weeks ago",
3585
+ "token": "euiSuperUpdateButton.updatingButtonLabel",
3586
+ "defString": "Updating",
3605
3587
  "highlighting": "string",
3606
3588
  "loc": {
3607
3589
  "start": {
3608
- "line": 70,
3609
- "column": 12,
3610
- "index": 2279
3590
+ "line": 204,
3591
+ "column": 8,
3592
+ "index": 5158
3611
3593
  },
3612
3594
  "end": {
3613
- "line": 70,
3614
- "column": 62,
3615
- "index": 2329
3595
+ "line": 207,
3596
+ "column": 10,
3597
+ "index": 5265
3616
3598
  }
3617
3599
  },
3618
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3600
+ "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
3619
3601
  },
3620
3602
  {
3621
- "token": "euiTimeOptions.monthsAgo",
3622
- "defString": "Months ago",
3603
+ "token": "euiSuperUpdateButton.updateButtonLabel",
3604
+ "defString": "Update",
3623
3605
  "highlighting": "string",
3624
3606
  "loc": {
3625
3607
  "start": {
3626
- "line": 74,
3627
- "column": 12,
3628
- "index": 2374
3608
+ "line": 213,
3609
+ "column": 8,
3610
+ "index": 5328
3629
3611
  },
3630
3612
  "end": {
3631
- "line": 74,
3632
- "column": 64,
3633
- "index": 2426
3613
+ "line": 216,
3614
+ "column": 10,
3615
+ "index": 5431
3634
3616
  }
3635
3617
  },
3636
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3618
+ "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
3637
3619
  },
3638
3620
  {
3639
- "token": "euiTimeOptions.yearsAgo",
3640
- "defString": "Years ago",
3621
+ "token": "euiSuperUpdateButton.refreshButtonLabel",
3622
+ "defString": "Refresh",
3641
3623
  "highlighting": "string",
3642
3624
  "loc": {
3643
3625
  "start": {
3644
- "line": 78,
3645
- "column": 12,
3646
- "index": 2471
3626
+ "line": 221,
3627
+ "column": 6,
3628
+ "index": 5467
3647
3629
  },
3648
3630
  "end": {
3649
- "line": 78,
3650
- "column": 62,
3651
- "index": 2521
3631
+ "line": 224,
3632
+ "column": 8,
3633
+ "index": 5566
3652
3634
  }
3653
3635
  },
3654
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3636
+ "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
3655
3637
  },
3656
3638
  {
3657
- "token": "euiTimeOptions.secondsFromNow",
3658
- "defString": "Seconds from now",
3639
+ "token": "euiSuperUpdateButton.cannotUpdateTooltip",
3640
+ "defString": "Cannot update",
3659
3641
  "highlighting": "string",
3660
3642
  "loc": {
3661
3643
  "start": {
3662
- "line": 82,
3663
- "column": 12,
3664
- "index": 2566
3644
+ "line": 231,
3645
+ "column": 8,
3646
+ "index": 5681
3665
3647
  },
3666
3648
  "end": {
3667
- "line": 82,
3668
- "column": 75,
3669
- "index": 2629
3649
+ "line": 234,
3650
+ "column": 10,
3651
+ "index": 5793
3670
3652
  }
3671
3653
  },
3672
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3654
+ "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
3673
3655
  },
3674
3656
  {
3675
- "token": "euiTimeOptions.minutesFromNow",
3676
- "defString": "Minutes from now",
3657
+ "token": "euiSuperUpdateButton.clickToApplyTooltip",
3658
+ "defString": "Click to apply",
3677
3659
  "highlighting": "string",
3678
3660
  "loc": {
3679
3661
  "start": {
3680
- "line": 86,
3681
- "column": 12,
3682
- "index": 2675
3662
+ "line": 240,
3663
+ "column": 8,
3664
+ "index": 5892
3683
3665
  },
3684
3666
  "end": {
3685
- "line": 86,
3686
- "column": 75,
3687
- "index": 2738
3667
+ "line": 243,
3668
+ "column": 10,
3669
+ "index": 6005
3688
3670
  }
3689
3671
  },
3690
- "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3672
+ "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
3691
3673
  },
3692
3674
  {
3693
- "token": "euiTimeOptions.hoursFromNow",
3694
- "defString": "Hours from now",
3675
+ "token": "euiTimeOptions.last",
3676
+ "defString": "Last",
3695
3677
  "highlighting": "string",
3696
3678
  "loc": {
3697
3679
  "start": {
3698
- "line": 90,
3699
- "column": 12,
3700
- "index": 2784
3680
+ "line": 35,
3681
+ "column": 25,
3682
+ "index": 1138
3701
3683
  },
3702
3684
  "end": {
3703
- "line": 90,
3704
- "column": 71,
3705
- "index": 2843
3685
+ "line": 35,
3686
+ "column": 66,
3687
+ "index": 1179
3706
3688
  }
3707
3689
  },
3708
3690
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3709
3691
  },
3710
3692
  {
3711
- "token": "euiTimeOptions.daysFromNow",
3712
- "defString": "Days from now",
3693
+ "token": "euiTimeOptions.next",
3694
+ "defString": "Next",
3713
3695
  "highlighting": "string",
3714
3696
  "loc": {
3715
3697
  "start": {
3716
- "line": 94,
3717
- "column": 12,
3718
- "index": 2889
3698
+ "line": 36,
3699
+ "column": 25,
3700
+ "index": 1208
3719
3701
  },
3720
3702
  "end": {
3721
- "line": 94,
3722
- "column": 69,
3723
- "index": 2946
3703
+ "line": 36,
3704
+ "column": 66,
3705
+ "index": 1249
3724
3706
  }
3725
3707
  },
3726
3708
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3727
3709
  },
3728
3710
  {
3729
- "token": "euiTimeOptions.weeksFromNow",
3730
- "defString": "Weeks from now",
3711
+ "token": "euiTimeOptions.seconds",
3712
+ "defString": "Seconds",
3731
3713
  "highlighting": "string",
3732
3714
  "loc": {
3733
3715
  "start": {
3734
- "line": 98,
3735
- "column": 12,
3736
- "index": 2992
3716
+ "line": 40,
3717
+ "column": 24,
3718
+ "index": 1312
3737
3719
  },
3738
3720
  "end": {
3739
- "line": 98,
3721
+ "line": 40,
3740
3722
  "column": 71,
3741
- "index": 3051
3723
+ "index": 1359
3742
3724
  }
3743
3725
  },
3744
3726
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3745
3727
  },
3746
3728
  {
3747
- "token": "euiTimeOptions.monthsFromNow",
3748
- "defString": "Months from now",
3729
+ "token": "euiTimeOptions.minutes",
3730
+ "defString": "Minutes",
3749
3731
  "highlighting": "string",
3750
3732
  "loc": {
3751
3733
  "start": {
3752
- "line": 102,
3753
- "column": 12,
3754
- "index": 3097
3734
+ "line": 41,
3735
+ "column": 24,
3736
+ "index": 1387
3755
3737
  },
3756
3738
  "end": {
3757
- "line": 102,
3758
- "column": 73,
3759
- "index": 3158
3739
+ "line": 41,
3740
+ "column": 71,
3741
+ "index": 1434
3760
3742
  }
3761
3743
  },
3762
3744
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3763
3745
  },
3764
3746
  {
3765
- "token": "euiTimeOptions.yearsFromNow",
3766
- "defString": "Years from now",
3747
+ "token": "euiTimeOptions.hours",
3748
+ "defString": "Hours",
3767
3749
  "highlighting": "string",
3768
3750
  "loc": {
3769
3751
  "start": {
3770
- "line": 106,
3771
- "column": 12,
3772
- "index": 3204
3752
+ "line": 42,
3753
+ "column": 24,
3754
+ "index": 1462
3773
3755
  },
3774
3756
  "end": {
3775
- "line": 106,
3776
- "column": 71,
3777
- "index": 3263
3757
+ "line": 42,
3758
+ "column": 67,
3759
+ "index": 1505
3778
3760
  }
3779
3761
  },
3780
3762
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3781
3763
  },
3782
3764
  {
3783
- "token": "euiTimeOptions.roundToSecond",
3784
- "defString": "Round to the second",
3765
+ "token": "euiTimeOptions.days",
3766
+ "defString": "Days",
3785
3767
  "highlighting": "string",
3786
3768
  "loc": {
3787
3769
  "start": {
3788
- "line": 112,
3789
- "column": 7,
3790
- "index": 3339
3770
+ "line": 43,
3771
+ "column": 24,
3772
+ "index": 1533
3791
3773
  },
3792
3774
  "end": {
3793
- "line": 112,
3794
- "column": 72,
3795
- "index": 3404
3775
+ "line": 43,
3776
+ "column": 65,
3777
+ "index": 1574
3796
3778
  }
3797
3779
  },
3798
3780
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3799
3781
  },
3800
3782
  {
3801
- "token": "euiTimeOptions.roundToMinute",
3802
- "defString": "Round to the minute",
3783
+ "token": "euiTimeOptions.weeks",
3784
+ "defString": "Weeks",
3803
3785
  "highlighting": "string",
3804
3786
  "loc": {
3805
3787
  "start": {
3806
- "line": 113,
3807
- "column": 7,
3808
- "index": 3413
3788
+ "line": 44,
3789
+ "column": 24,
3790
+ "index": 1602
3809
3791
  },
3810
3792
  "end": {
3811
- "line": 113,
3812
- "column": 72,
3813
- "index": 3478
3793
+ "line": 44,
3794
+ "column": 67,
3795
+ "index": 1645
3814
3796
  }
3815
3797
  },
3816
3798
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3817
3799
  },
3818
3800
  {
3819
- "token": "euiTimeOptions.roundToHour",
3820
- "defString": "Round to the hour",
3801
+ "token": "euiTimeOptions.months",
3802
+ "defString": "Months",
3821
3803
  "highlighting": "string",
3822
3804
  "loc": {
3823
3805
  "start": {
3824
- "line": 114,
3825
- "column": 7,
3826
- "index": 3487
3806
+ "line": 45,
3807
+ "column": 24,
3808
+ "index": 1673
3827
3809
  },
3828
3810
  "end": {
3829
- "line": 114,
3830
- "column": 68,
3831
- "index": 3548
3811
+ "line": 45,
3812
+ "column": 69,
3813
+ "index": 1718
3832
3814
  }
3833
3815
  },
3834
3816
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3835
3817
  },
3836
3818
  {
3837
- "token": "euiTimeOptions.roundToDay",
3838
- "defString": "Round to the day",
3819
+ "token": "euiTimeOptions.years",
3820
+ "defString": "Years",
3839
3821
  "highlighting": "string",
3840
3822
  "loc": {
3841
3823
  "start": {
3842
- "line": 115,
3843
- "column": 7,
3844
- "index": 3557
3824
+ "line": 46,
3825
+ "column": 24,
3826
+ "index": 1746
3845
3827
  },
3846
3828
  "end": {
3847
- "line": 115,
3848
- "column": 66,
3849
- "index": 3616
3829
+ "line": 46,
3830
+ "column": 67,
3831
+ "index": 1789
3850
3832
  }
3851
3833
  },
3852
3834
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3853
3835
  },
3854
3836
  {
3855
- "token": "euiTimeOptions.roundToWeek",
3856
- "defString": "Round to the week",
3837
+ "token": "euiTimeOptions.secondsAgo",
3838
+ "defString": "Seconds ago",
3857
3839
  "highlighting": "string",
3858
3840
  "loc": {
3859
3841
  "start": {
3860
- "line": 116,
3861
- "column": 7,
3862
- "index": 3625
3842
+ "line": 54,
3843
+ "column": 12,
3844
+ "index": 1893
3863
3845
  },
3864
3846
  "end": {
3865
- "line": 116,
3866
- "column": 68,
3867
- "index": 3686
3847
+ "line": 54,
3848
+ "column": 66,
3849
+ "index": 1947
3868
3850
  }
3869
3851
  },
3870
3852
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3871
3853
  },
3872
3854
  {
3873
- "token": "euiTimeOptions.roundToMonth",
3874
- "defString": "Round to the month",
3855
+ "token": "euiTimeOptions.minutesAgo",
3856
+ "defString": "Minutes ago",
3875
3857
  "highlighting": "string",
3876
3858
  "loc": {
3877
3859
  "start": {
3878
- "line": 117,
3879
- "column": 7,
3880
- "index": 3695
3860
+ "line": 58,
3861
+ "column": 12,
3862
+ "index": 1992
3881
3863
  },
3882
3864
  "end": {
3883
- "line": 117,
3884
- "column": 70,
3885
- "index": 3758
3865
+ "line": 58,
3866
+ "column": 66,
3867
+ "index": 2046
3886
3868
  }
3887
3869
  },
3888
3870
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3889
3871
  },
3890
3872
  {
3891
- "token": "euiTimeOptions.roundToYear",
3892
- "defString": "Round to the year",
3873
+ "token": "euiTimeOptions.hoursAgo",
3874
+ "defString": "Hours ago",
3893
3875
  "highlighting": "string",
3894
3876
  "loc": {
3895
3877
  "start": {
3896
- "line": 118,
3897
- "column": 7,
3898
- "index": 3767
3878
+ "line": 62,
3879
+ "column": 12,
3880
+ "index": 2091
3899
3881
  },
3900
3882
  "end": {
3901
- "line": 118,
3902
- "column": 68,
3903
- "index": 3828
3883
+ "line": 62,
3884
+ "column": 62,
3885
+ "index": 2141
3904
3886
  }
3905
3887
  },
3906
3888
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3907
3889
  },
3908
3890
  {
3909
- "token": "euiTimeOptions.today",
3910
- "defString": "Today",
3891
+ "token": "euiTimeOptions.daysAgo",
3892
+ "defString": "Days ago",
3911
3893
  "highlighting": "string",
3912
3894
  "loc": {
3913
3895
  "start": {
3914
- "line": 135,
3915
- "column": 13,
3916
- "index": 4171
3896
+ "line": 66,
3897
+ "column": 12,
3898
+ "index": 2186
3917
3899
  },
3918
3900
  "end": {
3919
- "line": 135,
3920
- "column": 56,
3921
- "index": 4214
3901
+ "line": 66,
3902
+ "column": 60,
3903
+ "index": 2234
3922
3904
  }
3923
3905
  },
3924
3906
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3925
3907
  },
3926
3908
  {
3927
- "token": "euiTimeOptions.thisWeek",
3928
- "defString": "This week",
3909
+ "token": "euiTimeOptions.weeksAgo",
3910
+ "defString": "Weeks ago",
3929
3911
  "highlighting": "string",
3930
3912
  "loc": {
3931
3913
  "start": {
3932
- "line": 140,
3933
- "column": 13,
3934
- "index": 4284
3914
+ "line": 70,
3915
+ "column": 12,
3916
+ "index": 2279
3935
3917
  },
3936
3918
  "end": {
3937
- "line": 140,
3938
- "column": 63,
3939
- "index": 4334
3919
+ "line": 70,
3920
+ "column": 62,
3921
+ "index": 2329
3940
3922
  }
3941
3923
  },
3942
3924
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3943
3925
  },
3944
3926
  {
3945
- "token": "euiTimeOptions.thisMonth",
3946
- "defString": "This month",
3927
+ "token": "euiTimeOptions.monthsAgo",
3928
+ "defString": "Months ago",
3947
3929
  "highlighting": "string",
3948
3930
  "loc": {
3949
3931
  "start": {
3950
- "line": 145,
3951
- "column": 13,
3952
- "index": 4404
3932
+ "line": 74,
3933
+ "column": 12,
3934
+ "index": 2374
3953
3935
  },
3954
3936
  "end": {
3955
- "line": 145,
3956
- "column": 65,
3957
- "index": 4456
3937
+ "line": 74,
3938
+ "column": 64,
3939
+ "index": 2426
3958
3940
  }
3959
3941
  },
3960
3942
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3961
3943
  },
3962
3944
  {
3963
- "token": "euiTimeOptions.thisYear",
3964
- "defString": "This year",
3945
+ "token": "euiTimeOptions.yearsAgo",
3946
+ "defString": "Years ago",
3965
3947
  "highlighting": "string",
3966
3948
  "loc": {
3967
3949
  "start": {
3968
- "line": 150,
3969
- "column": 13,
3970
- "index": 4526
3950
+ "line": 78,
3951
+ "column": 12,
3952
+ "index": 2471
3971
3953
  },
3972
3954
  "end": {
3973
- "line": 150,
3974
- "column": 63,
3975
- "index": 4576
3955
+ "line": 78,
3956
+ "column": 62,
3957
+ "index": 2521
3976
3958
  }
3977
3959
  },
3978
3960
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3979
3961
  },
3980
3962
  {
3981
- "token": "euiTimeOptions.yesterday",
3982
- "defString": "Yesterday",
3963
+ "token": "euiTimeOptions.secondsFromNow",
3964
+ "defString": "Seconds from now",
3983
3965
  "highlighting": "string",
3984
3966
  "loc": {
3985
3967
  "start": {
3986
- "line": 155,
3987
- "column": 13,
3988
- "index": 4652
3968
+ "line": 82,
3969
+ "column": 12,
3970
+ "index": 2566
3989
3971
  },
3990
3972
  "end": {
3991
- "line": 155,
3992
- "column": 64,
3993
- "index": 4703
3973
+ "line": 82,
3974
+ "column": 75,
3975
+ "index": 2629
3994
3976
  }
3995
3977
  },
3996
3978
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
3997
3979
  },
3998
3980
  {
3999
- "token": "euiTimeOptions.weekToDate",
4000
- "defString": "Week to date",
3981
+ "token": "euiTimeOptions.minutesFromNow",
3982
+ "defString": "Minutes from now",
4001
3983
  "highlighting": "string",
4002
3984
  "loc": {
4003
3985
  "start": {
4004
- "line": 160,
4005
- "column": 13,
4006
- "index": 4771
3986
+ "line": 86,
3987
+ "column": 12,
3988
+ "index": 2675
4007
3989
  },
4008
3990
  "end": {
4009
- "line": 160,
4010
- "column": 68,
4011
- "index": 4826
3991
+ "line": 86,
3992
+ "column": 75,
3993
+ "index": 2738
4012
3994
  }
4013
3995
  },
4014
3996
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4015
3997
  },
4016
3998
  {
4017
- "token": "euiTimeOptions.monthToDate",
4018
- "defString": "Month to date",
3999
+ "token": "euiTimeOptions.hoursFromNow",
4000
+ "defString": "Hours from now",
4019
4001
  "highlighting": "string",
4020
4002
  "loc": {
4021
4003
  "start": {
4022
- "line": 165,
4023
- "column": 13,
4024
- "index": 4894
4004
+ "line": 90,
4005
+ "column": 12,
4006
+ "index": 2784
4025
4007
  },
4026
4008
  "end": {
4027
- "line": 165,
4028
- "column": 70,
4029
- "index": 4951
4009
+ "line": 90,
4010
+ "column": 71,
4011
+ "index": 2843
4030
4012
  }
4031
4013
  },
4032
4014
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4033
4015
  },
4034
4016
  {
4035
- "token": "euiTimeOptions.yearToDate",
4036
- "defString": "Year to date",
4017
+ "token": "euiTimeOptions.daysFromNow",
4018
+ "defString": "Days from now",
4037
4019
  "highlighting": "string",
4038
4020
  "loc": {
4039
4021
  "start": {
4040
- "line": 170,
4041
- "column": 13,
4042
- "index": 5019
4022
+ "line": 94,
4023
+ "column": 12,
4024
+ "index": 2889
4043
4025
  },
4044
4026
  "end": {
4045
- "line": 170,
4046
- "column": 68,
4047
- "index": 5074
4027
+ "line": 94,
4028
+ "column": 69,
4029
+ "index": 2946
4048
4030
  }
4049
4031
  },
4050
4032
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4051
4033
  },
4052
4034
  {
4053
- "token": "euiTimeWindowButtons.previousDescription",
4054
- "defString": "Previous {displayInterval}",
4055
- "highlighting": "string",
4056
- "loc": {
4057
- "start": {
4058
- "line": 88,
4059
- "column": 30,
4060
- "index": 2577
4061
- },
4062
- "end": {
4063
- "line": 92,
4064
- "column": 3,
4065
- "index": 2698
4066
- }
4067
- },
4068
- "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
4069
- },
4070
- {
4071
- "token": "euiTimeWindowButtons.nextDescription",
4072
- "defString": "Next {displayInterval}",
4073
- "highlighting": "string",
4074
- "loc": {
4075
- "start": {
4076
- "line": 93,
4077
- "column": 26,
4078
- "index": 2726
4079
- },
4080
- "end": {
4081
- "line": 97,
4082
- "column": 3,
4083
- "index": 2839
4084
- }
4085
- },
4086
- "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
4087
- },
4088
- {
4089
- "token": "euiTimeWindowButtons.invalidShiftLabel",
4090
- "defString": "Cannot shift invalid time window",
4035
+ "token": "euiTimeOptions.weeksFromNow",
4036
+ "defString": "Weeks from now",
4091
4037
  "highlighting": "string",
4092
4038
  "loc": {
4093
4039
  "start": {
4094
4040
  "line": 98,
4095
- "column": 34,
4096
- "index": 2875
4041
+ "column": 12,
4042
+ "index": 2992
4097
4043
  },
4098
4044
  "end": {
4099
- "line": 101,
4100
- "column": 3,
4101
- "index": 2975
4045
+ "line": 98,
4046
+ "column": 71,
4047
+ "index": 3051
4102
4048
  }
4103
4049
  },
4104
- "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
4050
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4105
4051
  },
4106
4052
  {
4107
- "token": "euiTimeWindowButtons.invalidZoomInLabel",
4108
- "defString": "Cannot zoom in invalid time window",
4053
+ "token": "euiTimeOptions.monthsFromNow",
4054
+ "defString": "Months from now",
4109
4055
  "highlighting": "string",
4110
4056
  "loc": {
4111
4057
  "start": {
4112
4058
  "line": 102,
4113
- "column": 35,
4114
- "index": 3012
4059
+ "column": 12,
4060
+ "index": 3097
4115
4061
  },
4116
4062
  "end": {
4117
- "line": 105,
4118
- "column": 3,
4119
- "index": 3115
4063
+ "line": 102,
4064
+ "column": 73,
4065
+ "index": 3158
4120
4066
  }
4121
4067
  },
4122
- "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
4068
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4123
4069
  },
4124
4070
  {
4125
- "token": "euiTimeWindowButtons.cannotZoomInLabel",
4126
- "defString": "Cannot zoom in any further",
4071
+ "token": "euiTimeOptions.yearsFromNow",
4072
+ "defString": "Years from now",
4127
4073
  "highlighting": "string",
4128
4074
  "loc": {
4129
4075
  "start": {
4130
4076
  "line": 106,
4131
- "column": 34,
4132
- "index": 3151
4077
+ "column": 12,
4078
+ "index": 3204
4133
4079
  },
4134
4080
  "end": {
4135
- "line": 109,
4136
- "column": 3,
4137
- "index": 3245
4081
+ "line": 106,
4082
+ "column": 71,
4083
+ "index": 3263
4138
4084
  }
4139
4085
  },
4140
- "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
4086
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4141
4087
  },
4142
4088
  {
4143
- "token": "euiTimeWindowButtons.invalidZoomOutLabel",
4144
- "defString": "Cannot zoom out invalid time window",
4089
+ "token": "euiTimeOptions.roundToSecond",
4090
+ "defString": "Round to the second",
4145
4091
  "highlighting": "string",
4146
4092
  "loc": {
4147
4093
  "start": {
4148
- "line": 110,
4149
- "column": 36,
4150
- "index": 3283
4094
+ "line": 112,
4095
+ "column": 7,
4096
+ "index": 3339
4151
4097
  },
4152
4098
  "end": {
4153
- "line": 113,
4154
- "column": 3,
4155
- "index": 3388
4099
+ "line": 112,
4100
+ "column": 72,
4101
+ "index": 3404
4156
4102
  }
4157
4103
  },
4158
- "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
4104
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4159
4105
  },
4160
4106
  {
4161
- "token": "euiTimeWindowButtons.previousLabel",
4162
- "defString": "Previous",
4107
+ "token": "euiTimeOptions.roundToMinute",
4108
+ "defString": "Round to the minute",
4163
4109
  "highlighting": "string",
4164
4110
  "loc": {
4165
4111
  "start": {
4166
- "line": 116,
4167
- "column": 24,
4168
- "index": 3480
4112
+ "line": 113,
4113
+ "column": 7,
4114
+ "index": 3413
4169
4115
  },
4170
4116
  "end": {
4171
- "line": 119,
4172
- "column": 3,
4173
- "index": 3552
4117
+ "line": 113,
4118
+ "column": 72,
4119
+ "index": 3478
4174
4120
  }
4175
4121
  },
4176
- "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
4122
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4177
4123
  },
4178
4124
  {
4179
- "token": "euiTimeWindowButtons.zoomInLabel",
4180
- "defString": "Zoom in",
4125
+ "token": "euiTimeOptions.roundToHour",
4126
+ "defString": "Round to the hour",
4181
4127
  "highlighting": "string",
4182
4128
  "loc": {
4183
4129
  "start": {
4184
- "line": 125,
4185
- "column": 22,
4186
- "index": 3739
4130
+ "line": 114,
4131
+ "column": 7,
4132
+ "index": 3487
4187
4133
  },
4188
4134
  "end": {
4189
- "line": 125,
4190
- "column": 79,
4191
- "index": 3796
4135
+ "line": 114,
4136
+ "column": 68,
4137
+ "index": 3548
4192
4138
  }
4193
4139
  },
4194
- "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
4140
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4195
4141
  },
4196
4142
  {
4197
- "token": "euiTimeWindowButtons.zoomOutLabel",
4198
- "defString": "Zoom out",
4143
+ "token": "euiTimeOptions.roundToDay",
4144
+ "defString": "Round to the day",
4199
4145
  "highlighting": "string",
4200
4146
  "loc": {
4201
4147
  "start": {
4202
- "line": 133,
4203
- "column": 23,
4204
- "index": 4034
4148
+ "line": 115,
4149
+ "column": 7,
4150
+ "index": 3557
4205
4151
  },
4206
4152
  "end": {
4207
- "line": 136,
4208
- "column": 3,
4209
- "index": 4105
4153
+ "line": 115,
4154
+ "column": 66,
4155
+ "index": 3616
4210
4156
  }
4211
4157
  },
4212
- "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
4158
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4213
4159
  },
4214
4160
  {
4215
- "token": "euiTimeWindowButtons.nextLabel",
4216
- "defString": "Next",
4161
+ "token": "euiTimeOptions.roundToWeek",
4162
+ "defString": "Round to the week",
4217
4163
  "highlighting": "string",
4218
4164
  "loc": {
4219
4165
  "start": {
4220
- "line": 142,
4221
- "column": 20,
4222
- "index": 4279
4166
+ "line": 116,
4167
+ "column": 7,
4168
+ "index": 3625
4223
4169
  },
4224
4170
  "end": {
4225
- "line": 142,
4226
- "column": 72,
4227
- "index": 4331
4171
+ "line": 116,
4172
+ "column": 68,
4173
+ "index": 3686
4228
4174
  }
4229
4175
  },
4230
- "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
4176
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4231
4177
  },
4232
4178
  {
4233
- "token": "euiSuperUpdateButton.updatingButtonLabel",
4234
- "defString": "Updating",
4179
+ "token": "euiTimeOptions.roundToMonth",
4180
+ "defString": "Round to the month",
4235
4181
  "highlighting": "string",
4236
4182
  "loc": {
4237
4183
  "start": {
4238
- "line": 204,
4239
- "column": 8,
4240
- "index": 5158
4184
+ "line": 117,
4185
+ "column": 7,
4186
+ "index": 3695
4241
4187
  },
4242
4188
  "end": {
4243
- "line": 207,
4244
- "column": 10,
4245
- "index": 5265
4189
+ "line": 117,
4190
+ "column": 70,
4191
+ "index": 3758
4246
4192
  }
4247
4193
  },
4248
- "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
4194
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4249
4195
  },
4250
4196
  {
4251
- "token": "euiSuperUpdateButton.updateButtonLabel",
4252
- "defString": "Update",
4197
+ "token": "euiTimeOptions.roundToYear",
4198
+ "defString": "Round to the year",
4253
4199
  "highlighting": "string",
4254
4200
  "loc": {
4255
4201
  "start": {
4256
- "line": 213,
4257
- "column": 8,
4258
- "index": 5328
4202
+ "line": 118,
4203
+ "column": 7,
4204
+ "index": 3767
4259
4205
  },
4260
4206
  "end": {
4261
- "line": 216,
4262
- "column": 10,
4263
- "index": 5431
4207
+ "line": 118,
4208
+ "column": 68,
4209
+ "index": 3828
4264
4210
  }
4265
4211
  },
4266
- "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
4212
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4267
4213
  },
4268
4214
  {
4269
- "token": "euiSuperUpdateButton.refreshButtonLabel",
4270
- "defString": "Refresh",
4215
+ "token": "euiTimeOptions.today",
4216
+ "defString": "Today",
4271
4217
  "highlighting": "string",
4272
4218
  "loc": {
4273
4219
  "start": {
4274
- "line": 221,
4275
- "column": 6,
4276
- "index": 5467
4220
+ "line": 135,
4221
+ "column": 13,
4222
+ "index": 4171
4277
4223
  },
4278
4224
  "end": {
4279
- "line": 224,
4280
- "column": 8,
4281
- "index": 5566
4225
+ "line": 135,
4226
+ "column": 56,
4227
+ "index": 4214
4282
4228
  }
4283
4229
  },
4284
- "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
4230
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4285
4231
  },
4286
4232
  {
4287
- "token": "euiSuperUpdateButton.cannotUpdateTooltip",
4288
- "defString": "Cannot update",
4233
+ "token": "euiTimeOptions.thisWeek",
4234
+ "defString": "This week",
4289
4235
  "highlighting": "string",
4290
4236
  "loc": {
4291
4237
  "start": {
4292
- "line": 231,
4293
- "column": 8,
4294
- "index": 5681
4238
+ "line": 140,
4239
+ "column": 13,
4240
+ "index": 4284
4295
4241
  },
4296
4242
  "end": {
4297
- "line": 234,
4298
- "column": 10,
4299
- "index": 5793
4243
+ "line": 140,
4244
+ "column": 63,
4245
+ "index": 4334
4300
4246
  }
4301
4247
  },
4302
- "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
4248
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4303
4249
  },
4304
4250
  {
4305
- "token": "euiSuperUpdateButton.clickToApplyTooltip",
4306
- "defString": "Click to apply",
4251
+ "token": "euiTimeOptions.thisMonth",
4252
+ "defString": "This month",
4307
4253
  "highlighting": "string",
4308
4254
  "loc": {
4309
4255
  "start": {
4310
- "line": 240,
4311
- "column": 8,
4312
- "index": 5892
4313
- },
4314
- "end": {
4315
- "line": 243,
4316
- "column": 10,
4317
- "index": 6005
4318
- }
4319
- },
4320
- "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
4321
- },
4322
- {
4323
- "token": "euiPrettyInterval.seconds",
4324
- "defString": "({\n interval\n}) => `${interval} second${interval > 1 ? 's' : ''}`;",
4325
- "highlighting": "code",
4326
- "loc": {
4327
- "start": {
4328
- "line": 33,
4329
- "column": 5,
4330
- "index": 854
4331
- },
4332
- "end": {
4333
- "line": 37,
4334
- "column": 3,
4335
- "index": 989
4336
- }
4337
- },
4338
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4339
- },
4340
- {
4341
- "token": "euiPrettyInterval.minutes",
4342
- "defString": "({\n interval\n}) => `${interval} minute${interval > 1 ? 's' : ''}`;",
4343
- "highlighting": "code",
4344
- "loc": {
4345
- "start": {
4346
- "line": 38,
4347
- "column": 5,
4348
- "index": 996
4349
- },
4350
- "end": {
4351
- "line": 42,
4352
- "column": 3,
4353
- "index": 1131
4354
- }
4355
- },
4356
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4357
- },
4358
- {
4359
- "token": "euiPrettyInterval.hours",
4360
- "defString": "({\n interval\n}) => `${interval} hour${interval > 1 ? 's' : ''}`;",
4361
- "highlighting": "code",
4362
- "loc": {
4363
- "start": {
4364
- "line": 43,
4365
- "column": 5,
4366
- "index": 1138
4367
- },
4368
- "end": {
4369
- "line": 47,
4370
- "column": 3,
4371
- "index": 1269
4372
- }
4373
- },
4374
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4375
- },
4376
- {
4377
- "token": "euiPrettyInterval.days",
4378
- "defString": "({\n interval\n}) => `${interval} day${interval > 1 ? 's' : ''}`;",
4379
- "highlighting": "code",
4380
- "loc": {
4381
- "start": {
4382
- "line": 48,
4383
- "column": 5,
4384
- "index": 1276
4256
+ "line": 145,
4257
+ "column": 13,
4258
+ "index": 4404
4385
4259
  },
4386
- "end": {
4387
- "line": 52,
4388
- "column": 3,
4389
- "index": 1405
4260
+ "end": {
4261
+ "line": 145,
4262
+ "column": 65,
4263
+ "index": 4456
4390
4264
  }
4391
4265
  },
4392
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4266
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4393
4267
  },
4394
4268
  {
4395
- "token": "euiPrettyInterval.secondsShorthand",
4396
- "defString": "{interval} s",
4269
+ "token": "euiTimeOptions.thisYear",
4270
+ "defString": "This year",
4397
4271
  "highlighting": "string",
4398
4272
  "loc": {
4399
4273
  "start": {
4400
- "line": 54,
4401
- "column": 7,
4402
- "index": 1429
4274
+ "line": 150,
4275
+ "column": 13,
4276
+ "index": 4526
4403
4277
  },
4404
4278
  "end": {
4405
- "line": 56,
4406
- "column": 6,
4407
- "index": 1518
4279
+ "line": 150,
4280
+ "column": 63,
4281
+ "index": 4576
4408
4282
  }
4409
4283
  },
4410
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4284
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4411
4285
  },
4412
4286
  {
4413
- "token": "euiPrettyInterval.minutesShorthand",
4414
- "defString": "{interval} m",
4287
+ "token": "euiTimeOptions.yesterday",
4288
+ "defString": "Yesterday",
4415
4289
  "highlighting": "string",
4416
4290
  "loc": {
4417
4291
  "start": {
4418
- "line": 57,
4419
- "column": 7,
4420
- "index": 1527
4292
+ "line": 155,
4293
+ "column": 13,
4294
+ "index": 4652
4421
4295
  },
4422
4296
  "end": {
4423
- "line": 59,
4424
- "column": 6,
4425
- "index": 1616
4297
+ "line": 155,
4298
+ "column": 64,
4299
+ "index": 4703
4426
4300
  }
4427
4301
  },
4428
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4302
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4429
4303
  },
4430
4304
  {
4431
- "token": "euiPrettyInterval.hoursShorthand",
4432
- "defString": "{interval} h",
4305
+ "token": "euiTimeOptions.weekToDate",
4306
+ "defString": "Week to date",
4433
4307
  "highlighting": "string",
4434
4308
  "loc": {
4435
4309
  "start": {
4436
- "line": 60,
4437
- "column": 7,
4438
- "index": 1625
4310
+ "line": 160,
4311
+ "column": 13,
4312
+ "index": 4771
4439
4313
  },
4440
4314
  "end": {
4441
- "line": 62,
4442
- "column": 6,
4443
- "index": 1712
4315
+ "line": 160,
4316
+ "column": 68,
4317
+ "index": 4826
4444
4318
  }
4445
4319
  },
4446
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4320
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4447
4321
  },
4448
4322
  {
4449
- "token": "euiPrettyInterval.daysShorthand",
4450
- "defString": "{interval} d",
4323
+ "token": "euiTimeOptions.monthToDate",
4324
+ "defString": "Month to date",
4451
4325
  "highlighting": "string",
4452
4326
  "loc": {
4453
4327
  "start": {
4454
- "line": 63,
4455
- "column": 7,
4456
- "index": 1721
4328
+ "line": 165,
4329
+ "column": 13,
4330
+ "index": 4894
4457
4331
  },
4458
4332
  "end": {
4459
- "line": 65,
4460
- "column": 6,
4461
- "index": 1807
4333
+ "line": 165,
4334
+ "column": 70,
4335
+ "index": 4951
4462
4336
  }
4463
4337
  },
4464
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4338
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4465
4339
  },
4466
4340
  {
4467
- "token": "euiPrettyInterval.off",
4468
- "defString": "Off",
4341
+ "token": "euiTimeOptions.yearToDate",
4342
+ "defString": "Year to date",
4469
4343
  "highlighting": "string",
4470
4344
  "loc": {
4471
4345
  "start": {
4472
- "line": 103,
4473
- "column": 14,
4474
- "index": 2870
4346
+ "line": 170,
4347
+ "column": 13,
4348
+ "index": 5019
4475
4349
  },
4476
4350
  "end": {
4477
- "line": 103,
4478
- "column": 56,
4479
- "index": 2912
4351
+ "line": 170,
4352
+ "column": 68,
4353
+ "index": 5074
4480
4354
  }
4481
4355
  },
4482
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4356
+ "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4483
4357
  },
4484
4358
  {
4485
4359
  "token": "euiPrettyDuration.lastDurationSeconds",
@@ -4839,79 +4713,241 @@
4839
4713
  "index": 4207
4840
4714
  }
4841
4715
  },
4842
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4716
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4717
+ },
4718
+ {
4719
+ "token": "euiPrettyDuration.durationRoundedToYear",
4720
+ "defString": "{prettyDuration} rounded to the year",
4721
+ "highlighting": "string",
4722
+ "loc": {
4723
+ "start": {
4724
+ "line": 133,
4725
+ "column": 5,
4726
+ "index": 4214
4727
+ },
4728
+ "end": {
4729
+ "line": 137,
4730
+ "column": 3,
4731
+ "index": 4343
4732
+ }
4733
+ },
4734
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4735
+ },
4736
+ {
4737
+ "token": "euiPrettyDuration.now",
4738
+ "defString": "now",
4739
+ "highlighting": "string",
4740
+ "loc": {
4741
+ "start": {
4742
+ "line": 162,
4743
+ "column": 21,
4744
+ "index": 4794
4745
+ },
4746
+ "end": {
4747
+ "line": 162,
4748
+ "column": 63,
4749
+ "index": 4836
4750
+ }
4751
+ },
4752
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4753
+ },
4754
+ {
4755
+ "token": "euiPrettyDuration.invalid",
4756
+ "defString": "Invalid date",
4757
+ "highlighting": "string",
4758
+ "loc": {
4759
+ "start": {
4760
+ "line": 163,
4761
+ "column": 29,
4762
+ "index": 4867
4763
+ },
4764
+ "end": {
4765
+ "line": 166,
4766
+ "column": 3,
4767
+ "index": 4934
4768
+ }
4769
+ },
4770
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4771
+ },
4772
+ {
4773
+ "token": "euiPrettyDuration.fallbackDuration",
4774
+ "defString": "{displayFrom} to {displayTo}",
4775
+ "highlighting": "string",
4776
+ "loc": {
4777
+ "start": {
4778
+ "line": 279,
4779
+ "column": 27,
4780
+ "index": 8267
4781
+ },
4782
+ "end": {
4783
+ "line": 283,
4784
+ "column": 3,
4785
+ "index": 8391
4786
+ }
4787
+ },
4788
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4789
+ },
4790
+ {
4791
+ "token": "euiPrettyInterval.seconds",
4792
+ "defString": "({\n interval\n}) => `${interval} second${interval > 1 ? 's' : ''}`;",
4793
+ "highlighting": "code",
4794
+ "loc": {
4795
+ "start": {
4796
+ "line": 33,
4797
+ "column": 5,
4798
+ "index": 854
4799
+ },
4800
+ "end": {
4801
+ "line": 37,
4802
+ "column": 3,
4803
+ "index": 989
4804
+ }
4805
+ },
4806
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4807
+ },
4808
+ {
4809
+ "token": "euiPrettyInterval.minutes",
4810
+ "defString": "({\n interval\n}) => `${interval} minute${interval > 1 ? 's' : ''}`;",
4811
+ "highlighting": "code",
4812
+ "loc": {
4813
+ "start": {
4814
+ "line": 38,
4815
+ "column": 5,
4816
+ "index": 996
4817
+ },
4818
+ "end": {
4819
+ "line": 42,
4820
+ "column": 3,
4821
+ "index": 1131
4822
+ }
4823
+ },
4824
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4825
+ },
4826
+ {
4827
+ "token": "euiPrettyInterval.hours",
4828
+ "defString": "({\n interval\n}) => `${interval} hour${interval > 1 ? 's' : ''}`;",
4829
+ "highlighting": "code",
4830
+ "loc": {
4831
+ "start": {
4832
+ "line": 43,
4833
+ "column": 5,
4834
+ "index": 1138
4835
+ },
4836
+ "end": {
4837
+ "line": 47,
4838
+ "column": 3,
4839
+ "index": 1269
4840
+ }
4841
+ },
4842
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4843
+ },
4844
+ {
4845
+ "token": "euiPrettyInterval.days",
4846
+ "defString": "({\n interval\n}) => `${interval} day${interval > 1 ? 's' : ''}`;",
4847
+ "highlighting": "code",
4848
+ "loc": {
4849
+ "start": {
4850
+ "line": 48,
4851
+ "column": 5,
4852
+ "index": 1276
4853
+ },
4854
+ "end": {
4855
+ "line": 52,
4856
+ "column": 3,
4857
+ "index": 1405
4858
+ }
4859
+ },
4860
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4861
+ },
4862
+ {
4863
+ "token": "euiPrettyInterval.secondsShorthand",
4864
+ "defString": "{interval} s",
4865
+ "highlighting": "string",
4866
+ "loc": {
4867
+ "start": {
4868
+ "line": 54,
4869
+ "column": 7,
4870
+ "index": 1429
4871
+ },
4872
+ "end": {
4873
+ "line": 56,
4874
+ "column": 6,
4875
+ "index": 1518
4876
+ }
4877
+ },
4878
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4843
4879
  },
4844
4880
  {
4845
- "token": "euiPrettyDuration.durationRoundedToYear",
4846
- "defString": "{prettyDuration} rounded to the year",
4881
+ "token": "euiPrettyInterval.minutesShorthand",
4882
+ "defString": "{interval} m",
4847
4883
  "highlighting": "string",
4848
4884
  "loc": {
4849
4885
  "start": {
4850
- "line": 133,
4851
- "column": 5,
4852
- "index": 4214
4886
+ "line": 57,
4887
+ "column": 7,
4888
+ "index": 1527
4853
4889
  },
4854
4890
  "end": {
4855
- "line": 137,
4856
- "column": 3,
4857
- "index": 4343
4891
+ "line": 59,
4892
+ "column": 6,
4893
+ "index": 1616
4858
4894
  }
4859
4895
  },
4860
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4896
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4861
4897
  },
4862
4898
  {
4863
- "token": "euiPrettyDuration.now",
4864
- "defString": "now",
4899
+ "token": "euiPrettyInterval.hoursShorthand",
4900
+ "defString": "{interval} h",
4865
4901
  "highlighting": "string",
4866
4902
  "loc": {
4867
4903
  "start": {
4868
- "line": 162,
4869
- "column": 21,
4870
- "index": 4794
4904
+ "line": 60,
4905
+ "column": 7,
4906
+ "index": 1625
4871
4907
  },
4872
4908
  "end": {
4873
- "line": 162,
4874
- "column": 63,
4875
- "index": 4836
4909
+ "line": 62,
4910
+ "column": 6,
4911
+ "index": 1712
4876
4912
  }
4877
4913
  },
4878
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4914
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4879
4915
  },
4880
4916
  {
4881
- "token": "euiPrettyDuration.invalid",
4882
- "defString": "Invalid date",
4917
+ "token": "euiPrettyInterval.daysShorthand",
4918
+ "defString": "{interval} d",
4883
4919
  "highlighting": "string",
4884
4920
  "loc": {
4885
4921
  "start": {
4886
- "line": 163,
4887
- "column": 29,
4888
- "index": 4867
4922
+ "line": 63,
4923
+ "column": 7,
4924
+ "index": 1721
4889
4925
  },
4890
4926
  "end": {
4891
- "line": 166,
4892
- "column": 3,
4893
- "index": 4934
4927
+ "line": 65,
4928
+ "column": 6,
4929
+ "index": 1807
4894
4930
  }
4895
4931
  },
4896
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4932
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4897
4933
  },
4898
4934
  {
4899
- "token": "euiPrettyDuration.fallbackDuration",
4900
- "defString": "{displayFrom} to {displayTo}",
4935
+ "token": "euiPrettyInterval.off",
4936
+ "defString": "Off",
4901
4937
  "highlighting": "string",
4902
4938
  "loc": {
4903
4939
  "start": {
4904
- "line": 279,
4905
- "column": 27,
4906
- "index": 8267
4940
+ "line": 103,
4941
+ "column": 14,
4942
+ "index": 2870
4907
4943
  },
4908
4944
  "end": {
4909
- "line": 283,
4910
- "column": 3,
4911
- "index": 8391
4945
+ "line": 103,
4946
+ "column": 56,
4947
+ "index": 2912
4912
4948
  }
4913
4949
  },
4914
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4950
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4915
4951
  },
4916
4952
  {
4917
4953
  "token": "euiRefreshInterval.fullDescriptionOff",
@@ -4919,14 +4955,14 @@
4919
4955
  "highlighting": "string",
4920
4956
  "loc": {
4921
4957
  "start": {
4922
- "line": 221,
4958
+ "line": 207,
4923
4959
  "column": 6,
4924
- "index": 5894
4960
+ "index": 5780
4925
4961
  },
4926
4962
  "end": {
4927
- "line": 228,
4963
+ "line": 214,
4928
4964
  "column": 8,
4929
- "index": 6124
4965
+ "index": 6010
4930
4966
  }
4931
4967
  },
4932
4968
  "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
@@ -4937,14 +4973,14 @@
4937
4973
  "highlighting": "string",
4938
4974
  "loc": {
4939
4975
  "start": {
4940
- "line": 230,
4976
+ "line": 216,
4941
4977
  "column": 6,
4942
- "index": 6141
4978
+ "index": 6027
4943
4979
  },
4944
4980
  "end": {
4945
- "line": 237,
4981
+ "line": 223,
4946
4982
  "column": 8,
4947
- "index": 6369
4983
+ "index": 6255
4948
4984
  }
4949
4985
  },
4950
4986
  "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
@@ -4955,14 +4991,14 @@
4955
4991
  "highlighting": "string",
4956
4992
  "loc": {
4957
4993
  "start": {
4958
- "line": 252,
4959
- "column": 6,
4960
- "index": 6639
4994
+ "line": 236,
4995
+ "column": 4,
4996
+ "index": 6459
4961
4997
  },
4962
4998
  "end": {
4963
- "line": 265,
4964
- "column": 7,
4965
- "index": 7028
4999
+ "line": 249,
5000
+ "column": 5,
5001
+ "index": 6822
4966
5002
  }
4967
5003
  },
4968
5004
  "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
@@ -4973,14 +5009,14 @@
4973
5009
  "highlighting": "string",
4974
5010
  "loc": {
4975
5011
  "start": {
4976
- "line": 252,
4977
- "column": 6,
4978
- "index": 6639
5012
+ "line": 236,
5013
+ "column": 4,
5014
+ "index": 6459
4979
5015
  },
4980
5016
  "end": {
4981
- "line": 265,
4982
- "column": 7,
4983
- "index": 7028
5017
+ "line": 249,
5018
+ "column": 5,
5019
+ "index": 6822
4984
5020
  }
4985
5021
  },
4986
5022
  "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
@@ -4991,14 +5027,14 @@
4991
5027
  "highlighting": "string",
4992
5028
  "loc": {
4993
5029
  "start": {
4994
- "line": 252,
4995
- "column": 6,
4996
- "index": 6639
5030
+ "line": 236,
5031
+ "column": 4,
5032
+ "index": 6459
4997
5033
  },
4998
5034
  "end": {
4999
- "line": 265,
5000
- "column": 7,
5001
- "index": 7028
5035
+ "line": 249,
5036
+ "column": 5,
5037
+ "index": 6822
5002
5038
  }
5003
5039
  },
5004
5040
  "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
@@ -5009,14 +5045,14 @@
5009
5045
  "highlighting": "string",
5010
5046
  "loc": {
5011
5047
  "start": {
5012
- "line": 252,
5013
- "column": 6,
5014
- "index": 6639
5048
+ "line": 236,
5049
+ "column": 4,
5050
+ "index": 6459
5015
5051
  },
5016
5052
  "end": {
5017
- "line": 265,
5018
- "column": 7,
5019
- "index": 7028
5053
+ "line": 249,
5054
+ "column": 5,
5055
+ "index": 6822
5020
5056
  }
5021
5057
  },
5022
5058
  "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
@@ -5027,14 +5063,14 @@
5027
5063
  "highlighting": "string",
5028
5064
  "loc": {
5029
5065
  "start": {
5030
- "line": 50,
5066
+ "line": 51,
5031
5067
  "column": 26,
5032
- "index": 1675
5068
+ "index": 1720
5033
5069
  },
5034
5070
  "end": {
5035
- "line": 53,
5071
+ "line": 54,
5036
5072
  "column": 3,
5037
- "index": 1748
5073
+ "index": 1793
5038
5074
  }
5039
5075
  },
5040
5076
  "filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
@@ -5045,14 +5081,14 @@
5045
5081
  "highlighting": "string",
5046
5082
  "loc": {
5047
5083
  "start": {
5048
- "line": 125,
5084
+ "line": 126,
5049
5085
  "column": 29,
5050
- "index": 3638
5086
+ "index": 3683
5051
5087
  },
5052
5088
  "end": {
5053
- "line": 128,
5089
+ "line": 129,
5054
5090
  "column": 3,
5055
- "index": 3716
5091
+ "index": 3761
5056
5092
  }
5057
5093
  },
5058
5094
  "filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
@@ -5063,14 +5099,14 @@
5063
5099
  "highlighting": "string",
5064
5100
  "loc": {
5065
5101
  "start": {
5066
- "line": 129,
5102
+ "line": 130,
5067
5103
  "column": 28,
5068
- "index": 3746
5104
+ "index": 3791
5069
5105
  },
5070
5106
  "end": {
5071
- "line": 137,
5107
+ "line": 138,
5072
5108
  "column": 3,
5073
- "index": 3980
5109
+ "index": 4025
5074
5110
  }
5075
5111
  },
5076
5112
  "filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
@@ -5317,12 +5353,12 @@
5317
5353
  "start": {
5318
5354
  "line": 70,
5319
5355
  "column": 20,
5320
- "index": 2407
5356
+ "index": 2433
5321
5357
  },
5322
5358
  "end": {
5323
5359
  "line": 73,
5324
5360
  "column": 22,
5325
- "index": 2543
5361
+ "index": 2569
5326
5362
  }
5327
5363
  },
5328
5364
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5335,12 +5371,12 @@
5335
5371
  "start": {
5336
5372
  "line": 77,
5337
5373
  "column": 18,
5338
- "index": 2637
5374
+ "index": 2663
5339
5375
  },
5340
5376
  "end": {
5341
5377
  "line": 80,
5342
5378
  "column": 20,
5343
- "index": 2781
5379
+ "index": 2807
5344
5380
  }
5345
5381
  },
5346
5382
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5353,12 +5389,12 @@
5353
5389
  "start": {
5354
5390
  "line": 86,
5355
5391
  "column": 20,
5356
- "index": 2903
5392
+ "index": 2929
5357
5393
  },
5358
5394
  "end": {
5359
5395
  "line": 89,
5360
5396
  "column": 22,
5361
- "index": 3043
5397
+ "index": 3069
5362
5398
  }
5363
5399
  },
5364
5400
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5371,12 +5407,12 @@
5371
5407
  "start": {
5372
5408
  "line": 93,
5373
5409
  "column": 18,
5374
- "index": 3137
5410
+ "index": 3163
5375
5411
  },
5376
5412
  "end": {
5377
5413
  "line": 96,
5378
5414
  "column": 20,
5379
- "index": 3285
5415
+ "index": 3311
5380
5416
  }
5381
5417
  },
5382
5418
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5389,12 +5425,12 @@
5389
5425
  "start": {
5390
5426
  "line": 102,
5391
5427
  "column": 20,
5392
- "index": 3407
5428
+ "index": 3433
5393
5429
  },
5394
5430
  "end": {
5395
5431
  "line": 105,
5396
5432
  "column": 22,
5397
- "index": 3549
5433
+ "index": 3575
5398
5434
  }
5399
5435
  },
5400
5436
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5407,12 +5443,12 @@
5407
5443
  "start": {
5408
5444
  "line": 109,
5409
5445
  "column": 18,
5410
- "index": 3643
5446
+ "index": 3669
5411
5447
  },
5412
5448
  "end": {
5413
5449
  "line": 112,
5414
5450
  "column": 20,
5415
- "index": 3793
5451
+ "index": 3819
5416
5452
  }
5417
5453
  },
5418
5454
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5425,12 +5461,12 @@
5425
5461
  "start": {
5426
5462
  "line": 118,
5427
5463
  "column": 20,
5428
- "index": 3915
5464
+ "index": 3941
5429
5465
  },
5430
5466
  "end": {
5431
5467
  "line": 121,
5432
5468
  "column": 22,
5433
- "index": 4055
5469
+ "index": 4081
5434
5470
  }
5435
5471
  },
5436
5472
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5443,12 +5479,12 @@
5443
5479
  "start": {
5444
5480
  "line": 125,
5445
5481
  "column": 18,
5446
- "index": 4149
5482
+ "index": 4175
5447
5483
  },
5448
5484
  "end": {
5449
5485
  "line": 128,
5450
5486
  "column": 20,
5451
- "index": 4297
5487
+ "index": 4323
5452
5488
  }
5453
5489
  },
5454
5490
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5461,12 +5497,12 @@
5461
5497
  "start": {
5462
5498
  "line": 134,
5463
5499
  "column": 20,
5464
- "index": 4419
5500
+ "index": 4445
5465
5501
  },
5466
5502
  "end": {
5467
5503
  "line": 137,
5468
5504
  "column": 22,
5469
- "index": 4548
5505
+ "index": 4574
5470
5506
  }
5471
5507
  },
5472
5508
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5479,12 +5515,12 @@
5479
5515
  "start": {
5480
5516
  "line": 141,
5481
5517
  "column": 18,
5482
- "index": 4642
5518
+ "index": 4668
5483
5519
  },
5484
5520
  "end": {
5485
5521
  "line": 144,
5486
5522
  "column": 20,
5487
- "index": 4808
5523
+ "index": 4834
5488
5524
  }
5489
5525
  },
5490
5526
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5497,12 +5533,12 @@
5497
5533
  "start": {
5498
5534
  "line": 150,
5499
5535
  "column": 20,
5500
- "index": 4930
5536
+ "index": 4956
5501
5537
  },
5502
5538
  "end": {
5503
5539
  "line": 153,
5504
5540
  "column": 22,
5505
- "index": 5057
5541
+ "index": 5083
5506
5542
  }
5507
5543
  },
5508
5544
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5515,12 +5551,12 @@
5515
5551
  "start": {
5516
5552
  "line": 157,
5517
5553
  "column": 18,
5518
- "index": 5151
5554
+ "index": 5177
5519
5555
  },
5520
5556
  "end": {
5521
5557
  "line": 160,
5522
5558
  "column": 20,
5523
- "index": 5315
5559
+ "index": 5341
5524
5560
  }
5525
5561
  },
5526
5562
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5533,12 +5569,12 @@
5533
5569
  "start": {
5534
5570
  "line": 167,
5535
5571
  "column": 22,
5536
- "index": 5462
5572
+ "index": 5488
5537
5573
  },
5538
5574
  "end": {
5539
5575
  "line": 170,
5540
5576
  "column": 24,
5541
- "index": 5592
5577
+ "index": 5618
5542
5578
  }
5543
5579
  },
5544
5580
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5551,12 +5587,12 @@
5551
5587
  "start": {
5552
5588
  "line": 173,
5553
5589
  "column": 22,
5554
- "index": 5673
5590
+ "index": 5699
5555
5591
  },
5556
5592
  "end": {
5557
5593
  "line": 176,
5558
5594
  "column": 24,
5559
- "index": 5808
5595
+ "index": 5834
5560
5596
  }
5561
5597
  },
5562
5598
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5569,12 +5605,12 @@
5569
5605
  "start": {
5570
5606
  "line": 181,
5571
5607
  "column": 18,
5572
- "index": 5926
5608
+ "index": 5952
5573
5609
  },
5574
5610
  "end": {
5575
5611
  "line": 184,
5576
5612
  "column": 20,
5577
- "index": 6097
5613
+ "index": 6123
5578
5614
  }
5579
5615
  },
5580
5616
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5587,12 +5623,12 @@
5587
5623
  "start": {
5588
5624
  "line": 191,
5589
5625
  "column": 22,
5590
- "index": 6244
5626
+ "index": 6270
5591
5627
  },
5592
5628
  "end": {
5593
5629
  "line": 194,
5594
5630
  "column": 24,
5595
- "index": 6374
5631
+ "index": 6400
5596
5632
  }
5597
5633
  },
5598
5634
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5605,12 +5641,12 @@
5605
5641
  "start": {
5606
5642
  "line": 197,
5607
5643
  "column": 22,
5608
- "index": 6455
5644
+ "index": 6481
5609
5645
  },
5610
5646
  "end": {
5611
5647
  "line": 200,
5612
5648
  "column": 24,
5613
- "index": 6588
5649
+ "index": 6614
5614
5650
  }
5615
5651
  },
5616
5652
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5623,12 +5659,12 @@
5623
5659
  "start": {
5624
5660
  "line": 205,
5625
5661
  "column": 18,
5626
- "index": 6706
5662
+ "index": 6732
5627
5663
  },
5628
5664
  "end": {
5629
5665
  "line": 208,
5630
5666
  "column": 20,
5631
- "index": 6875
5667
+ "index": 6901
5632
5668
  }
5633
5669
  },
5634
5670
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5641,12 +5677,12 @@
5641
5677
  "start": {
5642
5678
  "line": 214,
5643
5679
  "column": 20,
5644
- "index": 6997
5680
+ "index": 7023
5645
5681
  },
5646
5682
  "end": {
5647
5683
  "line": 217,
5648
5684
  "column": 22,
5649
- "index": 7131
5685
+ "index": 7157
5650
5686
  }
5651
5687
  },
5652
5688
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5659,12 +5695,12 @@
5659
5695
  "start": {
5660
5696
  "line": 221,
5661
5697
  "column": 18,
5662
- "index": 7225
5698
+ "index": 7251
5663
5699
  },
5664
5700
  "end": {
5665
5701
  "line": 224,
5666
5702
  "column": 20,
5667
- "index": 7391
5703
+ "index": 7417
5668
5704
  }
5669
5705
  },
5670
5706
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5677,12 +5713,12 @@
5677
5713
  "start": {
5678
5714
  "line": 230,
5679
5715
  "column": 20,
5680
- "index": 7513
5716
+ "index": 7539
5681
5717
  },
5682
5718
  "end": {
5683
5719
  "line": 233,
5684
5720
  "column": 22,
5685
- "index": 7651
5721
+ "index": 7677
5686
5722
  }
5687
5723
  },
5688
5724
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5695,12 +5731,12 @@
5695
5731
  "start": {
5696
5732
  "line": 237,
5697
5733
  "column": 18,
5698
- "index": 7745
5734
+ "index": 7771
5699
5735
  },
5700
5736
  "end": {
5701
5737
  "line": 240,
5702
5738
  "column": 20,
5703
- "index": 7910
5739
+ "index": 7936
5704
5740
  }
5705
5741
  },
5706
5742
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5713,12 +5749,12 @@
5713
5749
  "start": {
5714
5750
  "line": 246,
5715
5751
  "column": 20,
5716
- "index": 8032
5752
+ "index": 8058
5717
5753
  },
5718
5754
  "end": {
5719
5755
  "line": 249,
5720
5756
  "column": 22,
5721
- "index": 8163
5757
+ "index": 8189
5722
5758
  }
5723
5759
  },
5724
5760
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5731,12 +5767,12 @@
5731
5767
  "start": {
5732
5768
  "line": 253,
5733
5769
  "column": 18,
5734
- "index": 8257
5770
+ "index": 8283
5735
5771
  },
5736
5772
  "end": {
5737
5773
  "line": 256,
5738
5774
  "column": 20,
5739
- "index": 8412
5775
+ "index": 8438
5740
5776
  }
5741
5777
  },
5742
5778
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5749,12 +5785,12 @@
5749
5785
  "start": {
5750
5786
  "line": 262,
5751
5787
  "column": 20,
5752
- "index": 8534
5788
+ "index": 8560
5753
5789
  },
5754
5790
  "end": {
5755
5791
  "line": 265,
5756
5792
  "column": 22,
5757
- "index": 8667
5793
+ "index": 8693
5758
5794
  }
5759
5795
  },
5760
5796
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5767,12 +5803,12 @@
5767
5803
  "start": {
5768
5804
  "line": 269,
5769
5805
  "column": 18,
5770
- "index": 8761
5806
+ "index": 8787
5771
5807
  },
5772
5808
  "end": {
5773
5809
  "line": 272,
5774
5810
  "column": 20,
5775
- "index": 8918
5811
+ "index": 8944
5776
5812
  }
5777
5813
  },
5778
5814
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5983,12 +6019,12 @@
5983
6019
  "start": {
5984
6020
  "line": 472,
5985
6021
  "column": 27,
5986
- "index": 14000
6022
+ "index": 14026
5987
6023
  },
5988
6024
  "end": {
5989
6025
  "line": 475,
5990
6026
  "column": 3,
5991
- "index": 14080
6027
+ "index": 14106
5992
6028
  }
5993
6029
  },
5994
6030
  "filepath": "src/components/datagrid/controls/display_selector.tsx"
@@ -6246,220 +6282,76 @@
6246
6282
  "filepath": "src/components/datagrid/controls/column_selector.tsx"
6247
6283
  },
6248
6284
  {
6249
- "token": "euiColumnSelector.search",
6250
- "defString": "Search",
6251
- "highlighting": "string",
6252
- "loc": {
6253
- "start": {
6254
- "line": 209,
6255
- "column": 12,
6256
- "index": 6590
6257
- },
6258
- "end": {
6259
- "line": 215,
6260
- "column": 13,
6261
- "index": 6802
6262
- }
6263
- },
6264
- "filepath": "src/components/datagrid/controls/column_selector.tsx"
6265
- },
6266
- {
6267
- "token": "euiColumnSelector.searchcolumns",
6268
- "defString": "Search columns",
6269
- "highlighting": "string",
6270
- "loc": {
6271
- "start": {
6272
- "line": 209,
6273
- "column": 12,
6274
- "index": 6590
6275
- },
6276
- "end": {
6277
- "line": 215,
6278
- "column": 13,
6279
- "index": 6802
6280
- }
6281
- },
6282
- "filepath": "src/components/datagrid/controls/column_selector.tsx"
6283
- },
6284
- {
6285
- "token": "euiColumnSelector.selectAll",
6286
- "defString": "Show all",
6287
- "highlighting": "string",
6288
- "loc": {
6289
- "start": {
6290
- "line": 340,
6291
- "column": 18,
6292
- "index": 12118
6293
- },
6294
- "end": {
6295
- "line": 343,
6296
- "column": 20,
6297
- "index": 12242
6298
- }
6299
- },
6300
- "filepath": "src/components/datagrid/controls/column_selector.tsx"
6301
- },
6302
- {
6303
- "token": "euiColumnSelector.hideAll",
6304
- "defString": "Hide all",
6305
- "highlighting": "string",
6306
- "loc": {
6307
- "start": {
6308
- "line": 353,
6309
- "column": 18,
6310
- "index": 12602
6311
- },
6312
- "end": {
6313
- "line": 356,
6314
- "column": 20,
6315
- "index": 12724
6316
- }
6317
- },
6318
- "filepath": "src/components/datagrid/controls/column_selector.tsx"
6319
- },
6320
- {
6321
- "token": "euiComboBoxOptionsList.loadingOptions",
6322
- "defString": "Loading options",
6323
- "highlighting": "string",
6324
- "loc": {
6325
- "start": {
6326
- "line": 444,
6327
- "column": 12,
6328
- "index": 13054
6329
- },
6330
- "end": {
6331
- "line": 447,
6332
- "column": 14,
6333
- "index": 13177
6334
- }
6335
- },
6336
- "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6337
- },
6338
- {
6339
- "token": "euiComboBoxOptionsList.delimiterMessage",
6340
- "defString": "Add each item separated by {delimiter}",
6341
- "highlighting": "string",
6342
- "loc": {
6343
- "start": {
6344
- "line": 457,
6345
- "column": 16,
6346
- "index": 13616
6347
- },
6348
- "end": {
6349
- "line": 461,
6350
- "column": 18,
6351
- "index": 13847
6352
- }
6353
- },
6354
- "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6355
- },
6356
- {
6357
- "token": "euiComboBoxOptionsList.alreadyAdded",
6358
- "defString": "{label} has already been added",
6359
- "highlighting": "string",
6360
- "loc": {
6361
- "start": {
6362
- "line": 476,
6363
- "column": 16,
6364
- "index": 14276
6365
- },
6366
- "end": {
6367
- "line": 482,
6368
- "column": 18,
6369
- "index": 14549
6370
- }
6371
- },
6372
- "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6373
- },
6374
- {
6375
- "token": "euiComboBoxOptionsList.createCustomOption",
6376
- "defString": "Add {searchValue} as a custom option",
6377
- "highlighting": "string",
6378
- "loc": {
6379
- "start": {
6380
- "line": 511,
6381
- "column": 20,
6382
- "index": 15540
6383
- },
6384
- "end": {
6385
- "line": 517,
6386
- "column": 22,
6387
- "index": 15838
6388
- }
6389
- },
6390
- "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6391
- },
6392
- {
6393
- "token": "euiComboBoxOptionsList.noMatchingOptions",
6394
- "defString": "{searchValue} doesn't match any options",
6285
+ "token": "euiColumnSelector.search",
6286
+ "defString": "Search",
6395
6287
  "highlighting": "string",
6396
6288
  "loc": {
6397
6289
  "start": {
6398
- "line": 528,
6290
+ "line": 209,
6399
6291
  "column": 12,
6400
- "index": 16042
6292
+ "index": 6590
6401
6293
  },
6402
6294
  "end": {
6403
- "line": 532,
6404
- "column": 14,
6405
- "index": 16263
6295
+ "line": 215,
6296
+ "column": 13,
6297
+ "index": 6802
6406
6298
  }
6407
6299
  },
6408
- "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6300
+ "filepath": "src/components/datagrid/controls/column_selector.tsx"
6409
6301
  },
6410
6302
  {
6411
- "token": "euiComboBoxOptionsList.noAvailableOptions",
6412
- "defString": "There aren't any options available",
6303
+ "token": "euiColumnSelector.searchcolumns",
6304
+ "defString": "Search columns",
6413
6305
  "highlighting": "string",
6414
6306
  "loc": {
6415
6307
  "start": {
6416
- "line": 539,
6417
- "column": 10,
6418
- "index": 16382
6308
+ "line": 209,
6309
+ "column": 12,
6310
+ "index": 6590
6419
6311
  },
6420
6312
  "end": {
6421
- "line": 542,
6422
- "column": 12,
6423
- "index": 16522
6313
+ "line": 215,
6314
+ "column": 13,
6315
+ "index": 6802
6424
6316
  }
6425
6317
  },
6426
- "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6318
+ "filepath": "src/components/datagrid/controls/column_selector.tsx"
6427
6319
  },
6428
6320
  {
6429
- "token": "euiComboBoxOptionsList.allOptionsSelected",
6430
- "defString": "You've selected all available options",
6321
+ "token": "euiColumnSelector.selectAll",
6322
+ "defString": "Show all",
6431
6323
  "highlighting": "string",
6432
6324
  "loc": {
6433
6325
  "start": {
6434
- "line": 548,
6435
- "column": 10,
6436
- "index": 16635
6326
+ "line": 340,
6327
+ "column": 18,
6328
+ "index": 12118
6437
6329
  },
6438
6330
  "end": {
6439
- "line": 551,
6440
- "column": 12,
6441
- "index": 16778
6331
+ "line": 343,
6332
+ "column": 20,
6333
+ "index": 12242
6442
6334
  }
6443
6335
  },
6444
- "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6336
+ "filepath": "src/components/datagrid/controls/column_selector.tsx"
6445
6337
  },
6446
6338
  {
6447
- "token": "euiComboBoxPill.removeSelection",
6448
- "defString": "Remove {children} from selection in this group",
6339
+ "token": "euiColumnSelector.hideAll",
6340
+ "defString": "Hide all",
6449
6341
  "highlighting": "string",
6450
6342
  "loc": {
6451
6343
  "start": {
6452
- "line": 67,
6453
- "column": 6,
6454
- "index": 2037
6344
+ "line": 353,
6345
+ "column": 18,
6346
+ "index": 12602
6455
6347
  },
6456
6348
  "end": {
6457
- "line": 71,
6458
- "column": 7,
6459
- "index": 2196
6349
+ "line": 356,
6350
+ "column": 20,
6351
+ "index": 12724
6460
6352
  }
6461
6353
  },
6462
- "filepath": "src/components/combo_box/combo_box_input/combo_box_pill.tsx"
6354
+ "filepath": "src/components/datagrid/controls/column_selector.tsx"
6463
6355
  },
6464
6356
  {
6465
6357
  "token": "euiCollapsibleNavButton.ariaLabelExpand",
@@ -6588,274 +6480,220 @@
6588
6480
  "filepath": "src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.tsx"
6589
6481
  },
6590
6482
  {
6591
- "token": "euiCardSelect.selected",
6592
- "defString": "Selected",
6593
- "highlighting": "string",
6594
- "loc": {
6595
- "start": {
6596
- "line": 63,
6597
- "column": 11,
6598
- "index": 1522
6599
- },
6600
- "end": {
6601
- "line": 63,
6602
- "column": 72,
6603
- "index": 1583
6604
- }
6605
- },
6606
- "filepath": "src/components/card/card_select/card_select.tsx"
6607
- },
6608
- {
6609
- "token": "euiCardSelect.unavailable",
6610
- "defString": "Unavailable",
6611
- "highlighting": "string",
6612
- "loc": {
6613
- "start": {
6614
- "line": 65,
6615
- "column": 11,
6616
- "index": 1623
6617
- },
6618
- "end": {
6619
- "line": 65,
6620
- "column": 78,
6621
- "index": 1690
6622
- }
6623
- },
6624
- "filepath": "src/components/card/card_select/card_select.tsx"
6625
- },
6626
- {
6627
- "token": "euiCardSelect.select",
6628
- "defString": "Select",
6483
+ "token": "euiComboBoxOptionsList.loadingOptions",
6484
+ "defString": "Loading options",
6629
6485
  "highlighting": "string",
6630
6486
  "loc": {
6631
6487
  "start": {
6632
- "line": 67,
6633
- "column": 11,
6634
- "index": 1714
6488
+ "line": 447,
6489
+ "column": 12,
6490
+ "index": 13207
6635
6491
  },
6636
6492
  "end": {
6637
- "line": 67,
6638
- "column": 68,
6639
- "index": 1771
6493
+ "line": 450,
6494
+ "column": 14,
6495
+ "index": 13330
6640
6496
  }
6641
6497
  },
6642
- "filepath": "src/components/card/card_select/card_select.tsx"
6498
+ "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6643
6499
  },
6644
6500
  {
6645
- "token": "euiAccordionChildrenLoading.message",
6646
- "defString": "Loading",
6501
+ "token": "euiComboBoxOptionsList.delimiterMessage",
6502
+ "defString": "Add each item separated by {delimiter}",
6647
6503
  "highlighting": "string",
6648
6504
  "loc": {
6649
6505
  "start": {
6650
- "line": 39,
6651
- "column": 12,
6652
- "index": 1176
6506
+ "line": 460,
6507
+ "column": 16,
6508
+ "index": 13769
6653
6509
  },
6654
6510
  "end": {
6655
- "line": 42,
6656
- "column": 14,
6657
- "index": 1289
6511
+ "line": 464,
6512
+ "column": 18,
6513
+ "index": 14000
6658
6514
  }
6659
6515
  },
6660
- "filepath": "src/components/accordion/accordion_children/accordion_children_loading.tsx"
6516
+ "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6661
6517
  },
6662
6518
  {
6663
- "token": "euiRecentlyUsed.legend",
6664
- "defString": "Recently used date ranges",
6519
+ "token": "euiComboBoxOptionsList.alreadyAdded",
6520
+ "defString": "{label} has already been added",
6665
6521
  "highlighting": "string",
6666
6522
  "loc": {
6667
6523
  "start": {
6668
- "line": 33,
6524
+ "line": 479,
6669
6525
  "column": 16,
6670
- "index": 1123
6526
+ "index": 14429
6671
6527
  },
6672
6528
  "end": {
6673
- "line": 36,
6674
- "column": 3,
6675
- "index": 1200
6529
+ "line": 485,
6530
+ "column": 18,
6531
+ "index": 14702
6676
6532
  }
6677
6533
  },
6678
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/recently_used.tsx"
6534
+ "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6679
6535
  },
6680
6536
  {
6681
- "token": "euiQuickSelectPopover.buttonLabel",
6682
- "defString": "Date quick select",
6537
+ "token": "euiComboBoxOptionsList.createCustomOption",
6538
+ "defString": "Add {searchValue} as a custom option",
6683
6539
  "highlighting": "string",
6684
6540
  "loc": {
6685
6541
  "start": {
6686
- "line": 96,
6687
- "column": 22,
6688
- "index": 3210
6542
+ "line": 514,
6543
+ "column": 20,
6544
+ "index": 15693
6689
6545
  },
6690
6546
  "end": {
6691
- "line": 99,
6692
- "column": 3,
6693
- "index": 3290
6547
+ "line": 520,
6548
+ "column": 22,
6549
+ "index": 15991
6694
6550
  }
6695
6551
  },
6696
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.tsx"
6552
+ "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6697
6553
  },
6698
6554
  {
6699
- "token": "euiCommonlyUsedTimeRanges.legend",
6700
- "defString": "Commonly used",
6555
+ "token": "euiComboBoxOptionsList.noMatchingOptions",
6556
+ "defString": "{searchValue} doesn't match any options",
6701
6557
  "highlighting": "string",
6702
6558
  "loc": {
6703
6559
  "start": {
6704
- "line": 27,
6705
- "column": 16,
6706
- "index": 995
6560
+ "line": 531,
6561
+ "column": 12,
6562
+ "index": 16195
6707
6563
  },
6708
6564
  "end": {
6709
- "line": 27,
6710
- "column": 79,
6711
- "index": 1058
6565
+ "line": 535,
6566
+ "column": 14,
6567
+ "index": 16416
6712
6568
  }
6713
6569
  },
6714
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/commonly_used_time_ranges.tsx"
6570
+ "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6715
6571
  },
6716
6572
  {
6717
- "token": "euiQuickSelect.quickSelectTitle",
6718
- "defString": "Quick select",
6573
+ "token": "euiComboBoxOptionsList.noAvailableOptions",
6574
+ "defString": "There aren't any options available",
6719
6575
  "highlighting": "string",
6720
6576
  "loc": {
6721
6577
  "start": {
6722
- "line": 162,
6578
+ "line": 542,
6723
6579
  "column": 10,
6724
- "index": 4691
6580
+ "index": 16535
6725
6581
  },
6726
6582
  "end": {
6727
- "line": 165,
6583
+ "line": 545,
6728
6584
  "column": 12,
6729
- "index": 4799
6585
+ "index": 16675
6730
6586
  }
6731
6587
  },
6732
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6588
+ "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6733
6589
  },
6734
6590
  {
6735
- "token": "euiQuickSelect.previousLabel",
6736
- "defString": "Previous time window",
6591
+ "token": "euiComboBoxOptionsList.allOptionsSelected",
6592
+ "defString": "You've selected all available options",
6737
6593
  "highlighting": "string",
6738
6594
  "loc": {
6739
6595
  "start": {
6740
- "line": 184,
6741
- "column": 12,
6742
- "index": 5381
6596
+ "line": 551,
6597
+ "column": 10,
6598
+ "index": 16788
6743
6599
  },
6744
6600
  "end": {
6745
- "line": 187,
6746
- "column": 13,
6747
- "index": 5499
6748
- }
6749
- },
6750
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6751
- },
6752
- {
6753
- "token": "euiQuickSelect.nextLabel",
6754
- "defString": "Next time window",
6755
- "highlighting": "string",
6756
- "loc": {
6757
- "start": {
6758
- "line": 200,
6601
+ "line": 554,
6759
6602
  "column": 12,
6760
- "index": 5965
6761
- },
6762
- "end": {
6763
- "line": 203,
6764
- "column": 13,
6765
- "index": 6075
6603
+ "index": 16931
6766
6604
  }
6767
6605
  },
6768
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6606
+ "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6769
6607
  },
6770
6608
  {
6771
- "token": "euiQuickSelect.tenseLabel",
6772
- "defString": "Time tense",
6609
+ "token": "euiComboBoxPill.removeSelection",
6610
+ "defString": "Remove {children} from selection in this group",
6773
6611
  "highlighting": "string",
6774
6612
  "loc": {
6775
6613
  "start": {
6776
- "line": 218,
6777
- "column": 12,
6778
- "index": 6597
6614
+ "line": 67,
6615
+ "column": 6,
6616
+ "index": 2037
6779
6617
  },
6780
6618
  "end": {
6781
- "line": 218,
6782
- "column": 76,
6783
- "index": 6661
6619
+ "line": 71,
6620
+ "column": 7,
6621
+ "index": 2196
6784
6622
  }
6785
6623
  },
6786
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6624
+ "filepath": "src/components/combo_box/combo_box_input/combo_box_pill.tsx"
6787
6625
  },
6788
6626
  {
6789
- "token": "euiQuickSelect.valueLabel",
6790
- "defString": "Time value",
6627
+ "token": "euiCardSelect.selected",
6628
+ "defString": "Selected",
6791
6629
  "highlighting": "string",
6792
6630
  "loc": {
6793
6631
  "start": {
6794
- "line": 233,
6795
- "column": 12,
6796
- "index": 7183
6632
+ "line": 63,
6633
+ "column": 11,
6634
+ "index": 1522
6797
6635
  },
6798
6636
  "end": {
6799
- "line": 233,
6800
- "column": 76,
6801
- "index": 7247
6637
+ "line": 63,
6638
+ "column": 72,
6639
+ "index": 1583
6802
6640
  }
6803
6641
  },
6804
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6642
+ "filepath": "src/components/card/card_select/card_select.tsx"
6805
6643
  },
6806
6644
  {
6807
- "token": "euiQuickSelect.unitLabel",
6808
- "defString": "Time unit",
6645
+ "token": "euiCardSelect.unavailable",
6646
+ "defString": "Unavailable",
6809
6647
  "highlighting": "string",
6810
6648
  "loc": {
6811
6649
  "start": {
6812
- "line": 247,
6813
- "column": 12,
6814
- "index": 7729
6815
- },
6816
- "end": {
6817
- "line": 247,
6818
- "column": 74,
6819
- "index": 7791
6650
+ "line": 65,
6651
+ "column": 11,
6652
+ "index": 1623
6653
+ },
6654
+ "end": {
6655
+ "line": 65,
6656
+ "column": 78,
6657
+ "index": 1690
6820
6658
  }
6821
6659
  },
6822
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6660
+ "filepath": "src/components/card/card_select/card_select.tsx"
6823
6661
  },
6824
6662
  {
6825
- "token": "euiQuickSelect.applyButton",
6826
- "defString": "Apply",
6663
+ "token": "euiCardSelect.select",
6664
+ "defString": "Select",
6827
6665
  "highlighting": "string",
6828
6666
  "loc": {
6829
6667
  "start": {
6830
- "line": 270,
6831
- "column": 14,
6832
- "index": 8674
6668
+ "line": 67,
6669
+ "column": 11,
6670
+ "index": 1714
6833
6671
  },
6834
6672
  "end": {
6835
- "line": 270,
6836
- "column": 76,
6837
- "index": 8736
6673
+ "line": 67,
6674
+ "column": 68,
6675
+ "index": 1771
6838
6676
  }
6839
6677
  },
6840
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6678
+ "filepath": "src/components/card/card_select/card_select.tsx"
6841
6679
  },
6842
6680
  {
6843
- "token": "euiQuickSelect.fullDescription",
6844
- "defString": "Currently set to {timeTense} {timeValue} {timeUnit}.",
6681
+ "token": "euiAccordionChildrenLoading.message",
6682
+ "defString": "Loading",
6845
6683
  "highlighting": "string",
6846
6684
  "loc": {
6847
6685
  "start": {
6848
- "line": 276,
6686
+ "line": 39,
6849
6687
  "column": 12,
6850
- "index": 8893
6688
+ "index": 1176
6851
6689
  },
6852
6690
  "end": {
6853
- "line": 284,
6691
+ "line": 42,
6854
6692
  "column": 14,
6855
- "index": 9167
6693
+ "index": 1289
6856
6694
  }
6857
6695
  },
6858
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6696
+ "filepath": "src/components/accordion/accordion_children/accordion_children_loading.tsx"
6859
6697
  },
6860
6698
  {
6861
6699
  "token": "euiRelativeTab.numberInputLabel",
@@ -7097,14 +6935,14 @@
7097
6935
  "highlighting": "string",
7098
6936
  "loc": {
7099
6937
  "start": {
7100
- "line": 107,
6938
+ "line": 108,
7101
6939
  "column": 23,
7102
- "index": 3054
6940
+ "index": 3102
7103
6941
  },
7104
6942
  "end": {
7105
- "line": 111,
6943
+ "line": 112,
7106
6944
  "column": 3,
7107
- "index": 3153
6945
+ "index": 3201
7108
6946
  }
7109
6947
  },
7110
6948
  "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_button.tsx"
@@ -7115,14 +6953,14 @@
7115
6953
  "highlighting": "string",
7116
6954
  "loc": {
7117
6955
  "start": {
7118
- "line": 112,
6956
+ "line": 113,
7119
6957
  "column": 24,
7120
- "index": 3179
6958
+ "index": 3227
7121
6959
  },
7122
6960
  "end": {
7123
- "line": 116,
6961
+ "line": 117,
7124
6962
  "column": 3,
7125
- "index": 3280
6963
+ "index": 3328
7126
6964
  }
7127
6965
  },
7128
6966
  "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_button.tsx"
@@ -7133,14 +6971,14 @@
7133
6971
  "highlighting": "string",
7134
6972
  "loc": {
7135
6973
  "start": {
7136
- "line": 95,
6974
+ "line": 96,
7137
6975
  "column": 28,
7138
- "index": 2852
6976
+ "index": 2900
7139
6977
  },
7140
6978
  "end": {
7141
- "line": 98,
6979
+ "line": 99,
7142
6980
  "column": 3,
7143
- "index": 2928
6981
+ "index": 2976
7144
6982
  }
7145
6983
  },
7146
6984
  "filepath": "src/components/date_picker/super_date_picker/date_popover/absolute_tab.tsx"
@@ -7151,18 +6989,216 @@
7151
6989
  "highlighting": "string",
7152
6990
  "loc": {
7153
6991
  "start": {
7154
- "line": 99,
6992
+ "line": 100,
7155
6993
  "column": 26,
7156
- "index": 2956
6994
+ "index": 3004
7157
6995
  },
7158
6996
  "end": {
7159
- "line": 103,
6997
+ "line": 104,
7160
6998
  "column": 3,
7161
- "index": 3138
6999
+ "index": 3186
7162
7000
  }
7163
7001
  },
7164
7002
  "filepath": "src/components/date_picker/super_date_picker/date_popover/absolute_tab.tsx"
7165
7003
  },
7004
+ {
7005
+ "token": "euiRecentlyUsed.legend",
7006
+ "defString": "Recently used date ranges",
7007
+ "highlighting": "string",
7008
+ "loc": {
7009
+ "start": {
7010
+ "line": 33,
7011
+ "column": 16,
7012
+ "index": 1123
7013
+ },
7014
+ "end": {
7015
+ "line": 36,
7016
+ "column": 3,
7017
+ "index": 1200
7018
+ }
7019
+ },
7020
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/recently_used.tsx"
7021
+ },
7022
+ {
7023
+ "token": "euiQuickSelectPopover.buttonLabel",
7024
+ "defString": "Date quick select",
7025
+ "highlighting": "string",
7026
+ "loc": {
7027
+ "start": {
7028
+ "line": 97,
7029
+ "column": 22,
7030
+ "index": 3258
7031
+ },
7032
+ "end": {
7033
+ "line": 100,
7034
+ "column": 3,
7035
+ "index": 3338
7036
+ }
7037
+ },
7038
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.tsx"
7039
+ },
7040
+ {
7041
+ "token": "euiQuickSelect.quickSelectTitle",
7042
+ "defString": "Quick select",
7043
+ "highlighting": "string",
7044
+ "loc": {
7045
+ "start": {
7046
+ "line": 162,
7047
+ "column": 10,
7048
+ "index": 4691
7049
+ },
7050
+ "end": {
7051
+ "line": 165,
7052
+ "column": 12,
7053
+ "index": 4799
7054
+ }
7055
+ },
7056
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7057
+ },
7058
+ {
7059
+ "token": "euiQuickSelect.previousLabel",
7060
+ "defString": "Previous time window",
7061
+ "highlighting": "string",
7062
+ "loc": {
7063
+ "start": {
7064
+ "line": 184,
7065
+ "column": 12,
7066
+ "index": 5381
7067
+ },
7068
+ "end": {
7069
+ "line": 187,
7070
+ "column": 13,
7071
+ "index": 5499
7072
+ }
7073
+ },
7074
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7075
+ },
7076
+ {
7077
+ "token": "euiQuickSelect.nextLabel",
7078
+ "defString": "Next time window",
7079
+ "highlighting": "string",
7080
+ "loc": {
7081
+ "start": {
7082
+ "line": 200,
7083
+ "column": 12,
7084
+ "index": 5965
7085
+ },
7086
+ "end": {
7087
+ "line": 203,
7088
+ "column": 13,
7089
+ "index": 6075
7090
+ }
7091
+ },
7092
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7093
+ },
7094
+ {
7095
+ "token": "euiQuickSelect.tenseLabel",
7096
+ "defString": "Time tense",
7097
+ "highlighting": "string",
7098
+ "loc": {
7099
+ "start": {
7100
+ "line": 218,
7101
+ "column": 12,
7102
+ "index": 6597
7103
+ },
7104
+ "end": {
7105
+ "line": 218,
7106
+ "column": 76,
7107
+ "index": 6661
7108
+ }
7109
+ },
7110
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7111
+ },
7112
+ {
7113
+ "token": "euiQuickSelect.valueLabel",
7114
+ "defString": "Time value",
7115
+ "highlighting": "string",
7116
+ "loc": {
7117
+ "start": {
7118
+ "line": 233,
7119
+ "column": 12,
7120
+ "index": 7183
7121
+ },
7122
+ "end": {
7123
+ "line": 233,
7124
+ "column": 76,
7125
+ "index": 7247
7126
+ }
7127
+ },
7128
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7129
+ },
7130
+ {
7131
+ "token": "euiQuickSelect.unitLabel",
7132
+ "defString": "Time unit",
7133
+ "highlighting": "string",
7134
+ "loc": {
7135
+ "start": {
7136
+ "line": 247,
7137
+ "column": 12,
7138
+ "index": 7729
7139
+ },
7140
+ "end": {
7141
+ "line": 247,
7142
+ "column": 74,
7143
+ "index": 7791
7144
+ }
7145
+ },
7146
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7147
+ },
7148
+ {
7149
+ "token": "euiQuickSelect.applyButton",
7150
+ "defString": "Apply",
7151
+ "highlighting": "string",
7152
+ "loc": {
7153
+ "start": {
7154
+ "line": 270,
7155
+ "column": 14,
7156
+ "index": 8674
7157
+ },
7158
+ "end": {
7159
+ "line": 270,
7160
+ "column": 76,
7161
+ "index": 8736
7162
+ }
7163
+ },
7164
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7165
+ },
7166
+ {
7167
+ "token": "euiQuickSelect.fullDescription",
7168
+ "defString": "Currently set to {timeTense} {timeValue} {timeUnit}.",
7169
+ "highlighting": "string",
7170
+ "loc": {
7171
+ "start": {
7172
+ "line": 276,
7173
+ "column": 12,
7174
+ "index": 8893
7175
+ },
7176
+ "end": {
7177
+ "line": 284,
7178
+ "column": 14,
7179
+ "index": 9167
7180
+ }
7181
+ },
7182
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7183
+ },
7184
+ {
7185
+ "token": "euiCommonlyUsedTimeRanges.legend",
7186
+ "defString": "Commonly used",
7187
+ "highlighting": "string",
7188
+ "loc": {
7189
+ "start": {
7190
+ "line": 27,
7191
+ "column": 16,
7192
+ "index": 995
7193
+ },
7194
+ "end": {
7195
+ "line": 27,
7196
+ "column": 79,
7197
+ "index": 1058
7198
+ }
7199
+ },
7200
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/commonly_used_time_ranges.tsx"
7201
+ },
7166
7202
  {
7167
7203
  "token": "euiDataGridCell.focusTrapExitPrompt",
7168
7204
  "defString": "Exited cell content.",
@@ -7223,14 +7259,14 @@
7223
7259
  "highlighting": "string",
7224
7260
  "loc": {
7225
7261
  "start": {
7226
- "line": 49,
7262
+ "line": 50,
7227
7263
  "column": 6,
7228
- "index": 1668
7264
+ "index": 1716
7229
7265
  },
7230
7266
  "end": {
7231
- "line": 53,
7267
+ "line": 54,
7232
7268
  "column": 7,
7233
- "index": 1831
7269
+ "index": 1879
7234
7270
  }
7235
7271
  },
7236
7272
  "filepath": "src/components/datagrid/body/cell/data_grid_cell_actions.tsx"