@elastic/eui 117.1.0 → 118.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (361) 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/basic_table/basic_table.js +4 -4
  5. package/es/components/basic_table/in_memory_table.js +4 -4
  6. package/es/components/button/button_display/_button_display_content.js +1 -1
  7. package/es/components/button/button_empty/button_empty.js +1 -1
  8. package/es/components/button/button_icon/button_icon.js +1 -1
  9. package/es/components/call_out/call_out.js +2 -2
  10. package/es/components/card/card.js +1 -1
  11. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  12. package/es/components/comment_list/comment.js +2 -2
  13. package/es/components/comment_list/comment_event.js +1 -1
  14. package/es/components/comment_list/comment_list.js +2 -2
  15. package/es/components/comment_list/comment_timeline.js +1 -1
  16. package/es/components/context_menu/context_menu_item.js +1 -1
  17. package/es/components/datagrid/body/cell/data_grid_cell.js +58 -12
  18. package/es/components/datagrid/body/data_grid_body.js +35 -7
  19. package/es/components/datagrid/body/data_grid_body_custom.js +35 -7
  20. package/es/components/datagrid/body/data_grid_body_virtualized.js +35 -7
  21. package/es/components/datagrid/body/header/data_grid_header_cell.js +34 -6
  22. package/es/components/datagrid/controls/column_sorting.js +35 -7
  23. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  24. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  25. package/es/components/datagrid/utils/in_memory.js +34 -6
  26. package/es/components/date_picker/date_picker.js +2 -2
  27. package/es/components/date_picker/date_picker_range.js +1 -1
  28. package/es/components/empty_prompt/empty_prompt.js +1 -1
  29. package/es/components/filter_group/filter_select_item.js +102 -160
  30. package/es/components/flyout/flyout_menu.js +2 -2
  31. package/es/components/flyout/manager/flyout_child.js +1 -1
  32. package/es/components/flyout/manager/flyout_managed.js +1 -1
  33. package/es/components/form/field_number/field_number.js +2 -2
  34. package/es/components/form/field_text/field_text.js +2 -2
  35. package/es/components/form/form_control_button/form_control_button.js +1 -1
  36. package/es/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  37. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  38. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  39. package/es/components/form/text_area/text_area.js +2 -2
  40. package/es/components/header/header_links/header_link.js +1 -1
  41. package/es/components/header/header_links/header_links.js +1 -1
  42. package/es/components/header/header_logo/header_logo.js +1 -1
  43. package/es/components/header/header_section/header_section_item_button.js +1 -1
  44. package/es/components/icon/assets/translate.js +33 -0
  45. package/es/components/icon/icon.js +1 -1
  46. package/es/components/icon/icon_map.js +5 -0
  47. package/es/components/index.js +0 -1
  48. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  49. package/es/components/list_group/list_group.js +2 -2
  50. package/es/components/list_group/list_group_item.js +2 -2
  51. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  52. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  53. package/es/components/loading/loading_logo.js +1 -1
  54. package/es/components/markdown_editor/markdown_editor.js +1 -1
  55. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  56. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  57. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  58. package/es/components/page/page_header/page_header_content.js +1 -1
  59. package/es/components/pagination/pagination_button.js +1 -1
  60. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  61. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  62. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  63. package/es/components/side_nav/side_nav.js +134 -253
  64. package/es/components/table/table_header_cell.js +1 -1
  65. package/es/components/timeline/timeline_item_icon.js +1 -1
  66. package/es/components/toast/global_toast_list.js +2 -2
  67. package/es/components/toast/toast.js +2 -2
  68. package/es/components/tool_tip/icon_tip.js +1 -1
  69. package/es/components/tool_tip/tool_tip.js +58 -27
  70. package/es/components/tool_tip/tool_tip_anchor.js +5 -5
  71. package/es/components/tool_tip/tool_tip_manager.js +27 -2
  72. package/eui.d.ts +117 -632
  73. package/i18ntokens.json +1238 -1400
  74. package/lib/components/avatar/avatar.js +1 -1
  75. package/lib/components/badge/badge.js +1 -1
  76. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  77. package/lib/components/basic_table/basic_table.js +4 -4
  78. package/lib/components/basic_table/in_memory_table.js +4 -4
  79. package/lib/components/button/button_display/_button_display_content.js +1 -1
  80. package/lib/components/button/button_empty/button_empty.js +1 -1
  81. package/lib/components/button/button_icon/button_icon.js +1 -1
  82. package/lib/components/call_out/call_out.js +2 -2
  83. package/lib/components/card/card.js +1 -1
  84. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  85. package/lib/components/comment_list/comment.js +2 -2
  86. package/lib/components/comment_list/comment_event.js +1 -1
  87. package/lib/components/comment_list/comment_list.js +2 -2
  88. package/lib/components/comment_list/comment_timeline.js +1 -1
  89. package/lib/components/context_menu/context_menu_item.js +1 -1
  90. package/lib/components/datagrid/body/cell/data_grid_cell.js +58 -12
  91. package/lib/components/datagrid/body/data_grid_body.js +35 -7
  92. package/lib/components/datagrid/body/data_grid_body_custom.js +35 -7
  93. package/lib/components/datagrid/body/data_grid_body_virtualized.js +35 -7
  94. package/lib/components/datagrid/body/header/data_grid_header_cell.js +34 -6
  95. package/lib/components/datagrid/controls/column_sorting.js +35 -7
  96. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  97. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  98. package/lib/components/datagrid/utils/in_memory.js +34 -6
  99. package/lib/components/date_picker/date_picker.js +2 -2
  100. package/lib/components/date_picker/date_picker_range.js +1 -1
  101. package/lib/components/empty_prompt/empty_prompt.js +1 -1
  102. package/lib/components/filter_group/filter_select_item.js +111 -167
  103. package/lib/components/flyout/flyout_menu.js +2 -2
  104. package/lib/components/flyout/manager/flyout_child.js +1 -1
  105. package/lib/components/form/field_number/field_number.js +2 -2
  106. package/lib/components/form/field_text/field_text.js +2 -2
  107. package/lib/components/form/form_control_button/form_control_button.js +1 -1
  108. package/lib/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  109. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  110. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  111. package/lib/components/form/text_area/text_area.js +2 -2
  112. package/lib/components/header/header_links/header_link.js +1 -1
  113. package/lib/components/header/header_links/header_links.js +1 -1
  114. package/lib/components/header/header_logo/header_logo.js +1 -1
  115. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  116. package/lib/components/icon/assets/translate.js +40 -0
  117. package/lib/components/icon/icon.js +1 -1
  118. package/lib/components/icon/icon_map.js +7 -0
  119. package/lib/components/icon/svgs/translate.svg +3 -0
  120. package/lib/components/index.js +0 -11
  121. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  122. package/lib/components/list_group/list_group.js +2 -2
  123. package/lib/components/list_group/list_group_item.js +2 -2
  124. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  125. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  126. package/lib/components/loading/loading_logo.js +1 -1
  127. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  128. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  129. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  130. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  131. package/lib/components/page/page_header/page_header_content.js +1 -1
  132. package/lib/components/pagination/pagination_button.js +1 -1
  133. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  134. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  135. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  136. package/lib/components/side_nav/side_nav.js +139 -259
  137. package/lib/components/table/table_header_cell.js +1 -1
  138. package/lib/components/timeline/timeline_item_icon.js +1 -1
  139. package/lib/components/toast/global_toast_list.js +2 -2
  140. package/lib/components/toast/toast.js +2 -2
  141. package/lib/components/tool_tip/icon_tip.js +1 -1
  142. package/lib/components/tool_tip/tool_tip.js +57 -27
  143. package/lib/components/tool_tip/tool_tip_anchor.js +5 -5
  144. package/lib/components/tool_tip/tool_tip_manager.js +27 -2
  145. package/optimize/es/components/filter_group/filter_select_item.js +100 -155
  146. package/optimize/es/components/icon/assets/translate.js +32 -0
  147. package/optimize/es/components/icon/icon_map.js +5 -0
  148. package/optimize/es/components/index.js +0 -1
  149. package/optimize/es/components/side_nav/side_nav.js +134 -158
  150. package/optimize/es/components/tool_tip/tool_tip.js +55 -27
  151. package/optimize/es/components/tool_tip/tool_tip_anchor.js +5 -5
  152. package/optimize/es/components/tool_tip/tool_tip_manager.js +27 -2
  153. package/optimize/lib/components/filter_group/filter_select_item.js +105 -158
  154. package/optimize/lib/components/icon/assets/translate.js +40 -0
  155. package/optimize/lib/components/icon/icon_map.js +7 -0
  156. package/optimize/lib/components/icon/svgs/translate.svg +3 -0
  157. package/optimize/lib/components/index.js +0 -11
  158. package/optimize/lib/components/side_nav/side_nav.js +135 -161
  159. package/optimize/lib/components/tool_tip/tool_tip.js +55 -27
  160. package/optimize/lib/components/tool_tip/tool_tip_anchor.js +5 -5
  161. package/optimize/lib/components/tool_tip/tool_tip_manager.js +27 -2
  162. package/package.json +5 -3
  163. package/test-env/components/avatar/avatar.js +1 -1
  164. package/test-env/components/badge/badge.js +1 -1
  165. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  166. package/test-env/components/basic_table/basic_table.js +4 -4
  167. package/test-env/components/basic_table/in_memory_table.js +4 -4
  168. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  169. package/test-env/components/button/button_empty/button_empty.js +1 -1
  170. package/test-env/components/button/button_icon/button_icon.js +1 -1
  171. package/test-env/components/call_out/call_out.js +2 -2
  172. package/test-env/components/card/card.js +1 -1
  173. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  174. package/test-env/components/comment_list/comment.js +2 -2
  175. package/test-env/components/comment_list/comment_event.js +1 -1
  176. package/test-env/components/comment_list/comment_list.js +2 -2
  177. package/test-env/components/comment_list/comment_timeline.js +1 -1
  178. package/test-env/components/context_menu/context_menu_item.js +1 -1
  179. package/test-env/components/datagrid/body/cell/data_grid_cell.js +58 -12
  180. package/test-env/components/datagrid/body/data_grid_body.js +35 -7
  181. package/test-env/components/datagrid/body/data_grid_body_custom.js +35 -7
  182. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +35 -7
  183. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +34 -6
  184. package/test-env/components/datagrid/controls/column_sorting.js +35 -7
  185. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  186. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  187. package/test-env/components/datagrid/utils/in_memory.js +34 -6
  188. package/test-env/components/date_picker/date_picker.js +2 -2
  189. package/test-env/components/date_picker/date_picker_range.js +1 -1
  190. package/test-env/components/empty_prompt/empty_prompt.js +1 -1
  191. package/test-env/components/filter_group/filter_select_item.js +106 -159
  192. package/test-env/components/flyout/flyout_menu.js +2 -2
  193. package/test-env/components/flyout/manager/flyout_child.js +1 -1
  194. package/test-env/components/form/field_number/field_number.js +2 -2
  195. package/test-env/components/form/field_text/field_text.js +2 -2
  196. package/test-env/components/form/form_control_button/form_control_button.js +1 -1
  197. package/test-env/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
  198. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  199. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  200. package/test-env/components/form/text_area/text_area.js +2 -2
  201. package/test-env/components/header/header_links/header_link.js +1 -1
  202. package/test-env/components/header/header_links/header_links.js +1 -1
  203. package/test-env/components/header/header_logo/header_logo.js +1 -1
  204. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  205. package/test-env/components/icon/assets/translate.js +40 -0
  206. package/test-env/components/icon/icon_map.js +7 -0
  207. package/test-env/components/index.js +0 -11
  208. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  209. package/test-env/components/list_group/list_group.js +2 -2
  210. package/test-env/components/list_group/list_group_item.js +2 -2
  211. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  212. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  213. package/test-env/components/loading/loading_logo.js +1 -1
  214. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  215. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  216. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  217. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  218. package/test-env/components/page/page_header/page_header_content.js +1 -1
  219. package/test-env/components/pagination/pagination_button.js +1 -1
  220. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  221. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  222. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  223. package/test-env/components/side_nav/side_nav.js +135 -250
  224. package/test-env/components/table/table_header_cell.js +1 -1
  225. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  226. package/test-env/components/toast/global_toast_list.js +2 -2
  227. package/test-env/components/toast/toast.js +2 -2
  228. package/test-env/components/tool_tip/icon_tip.js +1 -1
  229. package/test-env/components/tool_tip/tool_tip.js +55 -27
  230. package/test-env/components/tool_tip/tool_tip_anchor.js +5 -5
  231. package/test-env/components/tool_tip/tool_tip_manager.js +27 -2
  232. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +0 -327
  233. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles.js +0 -56
  234. package/es/components/collapsible_nav_beta/_kibana_solution/index.js +0 -9
  235. package/es/components/collapsible_nav_beta/collapsible_nav_beta.js +0 -253
  236. package/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +0 -32
  237. package/es/components/collapsible_nav_beta/collapsible_nav_body_footer.js +0 -63
  238. package/es/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +0 -28
  239. package/es/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.js +0 -74
  240. package/es/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles.js +0 -32
  241. package/es/components/collapsible_nav_beta/collapsible_nav_button/index.js +0 -9
  242. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +0 -107
  243. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles.js +0 -39
  244. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +0 -166
  245. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +0 -203
  246. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +0 -20
  247. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/index.js +0 -9
  248. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +0 -91
  249. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +0 -25
  250. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +0 -78
  251. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +0 -452
  252. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +0 -81
  253. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -96
  254. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles.js +0 -28
  255. package/es/components/collapsible_nav_beta/collapsible_nav_item/index.js +0 -9
  256. package/es/components/collapsible_nav_beta/context.js +0 -15
  257. package/es/components/collapsible_nav_beta/index.js +0 -15
  258. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +0 -335
  259. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles.js +0 -60
  260. package/lib/components/collapsible_nav_beta/_kibana_solution/index.js +0 -12
  261. package/lib/components/collapsible_nav_beta/collapsible_nav_beta.js +0 -261
  262. package/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +0 -38
  263. package/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.js +0 -71
  264. package/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +0 -33
  265. package/lib/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.js +0 -83
  266. package/lib/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles.js +0 -36
  267. package/lib/components/collapsible_nav_beta/collapsible_nav_button/index.js +0 -12
  268. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +0 -116
  269. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles.js +0 -43
  270. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +0 -171
  271. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +0 -211
  272. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +0 -26
  273. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/index.js +0 -12
  274. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +0 -97
  275. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +0 -31
  276. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +0 -84
  277. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +0 -461
  278. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +0 -84
  279. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -104
  280. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles.js +0 -34
  281. package/lib/components/collapsible_nav_beta/collapsible_nav_item/index.js +0 -18
  282. package/lib/components/collapsible_nav_beta/context.js +0 -21
  283. package/lib/components/collapsible_nav_beta/index.js +0 -19
  284. package/optimize/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +0 -169
  285. package/optimize/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles.js +0 -56
  286. package/optimize/es/components/collapsible_nav_beta/_kibana_solution/index.js +0 -9
  287. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_beta.js +0 -189
  288. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +0 -32
  289. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_body_footer.js +0 -62
  290. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +0 -28
  291. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.js +0 -66
  292. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles.js +0 -32
  293. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_button/index.js +0 -9
  294. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +0 -64
  295. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles.js +0 -39
  296. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +0 -41
  297. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +0 -97
  298. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +0 -20
  299. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/index.js +0 -9
  300. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +0 -69
  301. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +0 -25
  302. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +0 -59
  303. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +0 -182
  304. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +0 -78
  305. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -72
  306. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles.js +0 -28
  307. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/index.js +0 -9
  308. package/optimize/es/components/collapsible_nav_beta/context.js +0 -15
  309. package/optimize/es/components/collapsible_nav_beta/index.js +0 -15
  310. package/optimize/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +0 -178
  311. package/optimize/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles.js +0 -60
  312. package/optimize/lib/components/collapsible_nav_beta/_kibana_solution/index.js +0 -12
  313. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_beta.js +0 -198
  314. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +0 -38
  315. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.js +0 -70
  316. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +0 -33
  317. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.js +0 -75
  318. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles.js +0 -36
  319. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_button/index.js +0 -12
  320. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +0 -73
  321. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles.js +0 -43
  322. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +0 -46
  323. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +0 -106
  324. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +0 -26
  325. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/index.js +0 -12
  326. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +0 -75
  327. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +0 -31
  328. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +0 -65
  329. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +0 -191
  330. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +0 -82
  331. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -81
  332. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles.js +0 -34
  333. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/index.js +0 -18
  334. package/optimize/lib/components/collapsible_nav_beta/context.js +0 -21
  335. package/optimize/lib/components/collapsible_nav_beta/index.js +0 -19
  336. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +0 -327
  337. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.styles.js +0 -60
  338. package/test-env/components/collapsible_nav_beta/_kibana_solution/index.js +0 -12
  339. package/test-env/components/collapsible_nav_beta/collapsible_nav_beta.js +0 -250
  340. package/test-env/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +0 -38
  341. package/test-env/components/collapsible_nav_beta/collapsible_nav_body_footer.js +0 -70
  342. package/test-env/components/collapsible_nav_beta/collapsible_nav_body_footer.styles.js +0 -33
  343. package/test-env/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.js +0 -82
  344. package/test-env/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.styles.js +0 -36
  345. package/test-env/components/collapsible_nav_beta/collapsible_nav_button/index.js +0 -12
  346. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +0 -115
  347. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.styles.js +0 -43
  348. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +0 -170
  349. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +0 -203
  350. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.styles.js +0 -26
  351. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/index.js +0 -12
  352. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.js +0 -93
  353. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_accordion.styles.js +0 -31
  354. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_group.js +0 -83
  355. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +0 -460
  356. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +0 -82
  357. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.js +0 -101
  358. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_link.styles.js +0 -34
  359. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/index.js +0 -18
  360. package/test-env/components/collapsible_nav_beta/context.js +0 -21
  361. package/test-env/components/collapsible_nav_beta/index.js +0 -19
package/i18ntokens.json CHANGED
@@ -233,24 +233,6 @@
233
233
  },
234
234
  "filepath": "src/components/toast/global_toast_list.tsx"
235
235
  },
236
- {
237
- "token": "euiStat.loadingText",
238
- "defString": "Statistic is loading",
239
- "highlighting": "string",
240
- "loc": {
241
- "start": {
242
- "line": 95,
243
- "column": 32,
244
- "index": 2317
245
- },
246
- "end": {
247
- "line": 98,
248
- "column": 3,
249
- "index": 2386
250
- }
251
- },
252
- "filepath": "src/components/stat/stat.tsx"
253
- },
254
236
  {
255
237
  "token": "euiStepStrings.step",
256
238
  "defString": "Step {number}: {title}",
@@ -558,58 +540,94 @@
558
540
  "filepath": "src/components/table/table_header_cell.tsx"
559
541
  },
560
542
  {
561
- "token": "euiSkeletonLoading.loadedAriaText",
562
- "defString": "Loaded {contentAriaLabel}",
543
+ "token": "euiStat.loadingText",
544
+ "defString": "Statistic is loading",
563
545
  "highlighting": "string",
564
546
  "loc": {
565
547
  "start": {
566
- "line": 73,
567
- "column": 25,
568
- "index": 2343
548
+ "line": 95,
549
+ "column": 32,
550
+ "index": 2317
569
551
  },
570
552
  "end": {
571
- "line": 77,
553
+ "line": 98,
572
554
  "column": 3,
573
- "index": 2457
555
+ "index": 2386
574
556
  }
575
557
  },
576
- "filepath": "src/components/skeleton/skeleton_loading.tsx"
558
+ "filepath": "src/components/stat/stat.tsx"
577
559
  },
578
560
  {
579
- "token": "euiSkeletonLoading.loadingAriaText",
580
- "defString": "Loading {contentAriaLabel}",
561
+ "token": "euiSideNav.mobileToggleAriaLabel",
562
+ "defString": "Toggle navigation",
581
563
  "highlighting": "string",
582
564
  "loc": {
583
565
  "start": {
584
- "line": 79,
585
- "column": 27,
586
- "index": 2487
566
+ "line": 201,
567
+ "column": 14,
568
+ "index": 6081
587
569
  },
588
570
  "end": {
589
- "line": 83,
571
+ "line": 204,
572
+ "column": 15,
573
+ "index": 6206
574
+ }
575
+ },
576
+ "filepath": "src/components/side_nav/side_nav.tsx"
577
+ },
578
+ {
579
+ "token": "euiSearchBox.placeholder",
580
+ "defString": "Search...",
581
+ "highlighting": "string",
582
+ "loc": {
583
+ "start": {
584
+ "line": 49,
585
+ "column": 29,
586
+ "index": 1399
587
+ },
588
+ "end": {
589
+ "line": 52,
590
590
  "column": 3,
591
- "index": 2603
591
+ "index": 1462
592
592
  }
593
593
  },
594
- "filepath": "src/components/skeleton/skeleton_loading.tsx"
594
+ "filepath": "src/components/search_bar/search_box.tsx"
595
595
  },
596
596
  {
597
- "token": "euiSideNav.mobileToggleAriaLabel",
598
- "defString": "Toggle navigation",
597
+ "token": "euiSearchBox.incrementalAriaLabel",
598
+ "defString": "This is a search bar. As you type, the results lower in the page will automatically filter.",
599
599
  "highlighting": "string",
600
600
  "loc": {
601
601
  "start": {
602
- "line": 208,
603
- "column": 16,
604
- "index": 6318
602
+ "line": 53,
603
+ "column": 31,
604
+ "index": 1495
605
605
  },
606
606
  "end": {
607
- "line": 211,
608
- "column": 17,
609
- "index": 6449
607
+ "line": 56,
608
+ "column": 3,
609
+ "index": 1649
610
610
  }
611
611
  },
612
- "filepath": "src/components/side_nav/side_nav.tsx"
612
+ "filepath": "src/components/search_bar/search_box.tsx"
613
+ },
614
+ {
615
+ "token": "euiSearchBox.ariaLabel",
616
+ "defString": "This is a search bar. After typing your query, hit enter to filter the results lower in the page.",
617
+ "highlighting": "string",
618
+ "loc": {
619
+ "start": {
620
+ "line": 57,
621
+ "column": 25,
622
+ "index": 1676
623
+ },
624
+ "end": {
625
+ "line": 60,
626
+ "column": 3,
627
+ "index": 1825
628
+ }
629
+ },
630
+ "filepath": "src/components/search_bar/search_box.tsx"
613
631
  },
614
632
  {
615
633
  "token": "euiSelectable.loadingOptions",
@@ -738,58 +756,40 @@
738
756
  "filepath": "src/components/selectable/selectable.tsx"
739
757
  },
740
758
  {
741
- "token": "euiSearchBox.placeholder",
742
- "defString": "Search...",
743
- "highlighting": "string",
744
- "loc": {
745
- "start": {
746
- "line": 49,
747
- "column": 29,
748
- "index": 1399
749
- },
750
- "end": {
751
- "line": 52,
752
- "column": 3,
753
- "index": 1462
754
- }
755
- },
756
- "filepath": "src/components/search_bar/search_box.tsx"
757
- },
758
- {
759
- "token": "euiSearchBox.incrementalAriaLabel",
760
- "defString": "This is a search bar. As you type, the results lower in the page will automatically filter.",
759
+ "token": "euiSkeletonLoading.loadedAriaText",
760
+ "defString": "Loaded {contentAriaLabel}",
761
761
  "highlighting": "string",
762
762
  "loc": {
763
763
  "start": {
764
- "line": 53,
765
- "column": 31,
766
- "index": 1495
764
+ "line": 73,
765
+ "column": 25,
766
+ "index": 2343
767
767
  },
768
768
  "end": {
769
- "line": 56,
769
+ "line": 77,
770
770
  "column": 3,
771
- "index": 1649
771
+ "index": 2457
772
772
  }
773
773
  },
774
- "filepath": "src/components/search_bar/search_box.tsx"
774
+ "filepath": "src/components/skeleton/skeleton_loading.tsx"
775
775
  },
776
776
  {
777
- "token": "euiSearchBox.ariaLabel",
778
- "defString": "This is a search bar. After typing your query, hit enter to filter the results lower in the page.",
777
+ "token": "euiSkeletonLoading.loadingAriaText",
778
+ "defString": "Loading {contentAriaLabel}",
779
779
  "highlighting": "string",
780
780
  "loc": {
781
781
  "start": {
782
- "line": 57,
783
- "column": 25,
784
- "index": 1676
782
+ "line": 79,
783
+ "column": 27,
784
+ "index": 2487
785
785
  },
786
786
  "end": {
787
- "line": 60,
787
+ "line": 83,
788
788
  "column": 3,
789
- "index": 1825
789
+ "index": 2603
790
790
  }
791
791
  },
792
- "filepath": "src/components/search_bar/search_box.tsx"
792
+ "filepath": "src/components/skeleton/skeleton_loading.tsx"
793
793
  },
794
794
  {
795
795
  "token": "euiResizablePanel.toggleButtonAriaLabel",
@@ -1133,6 +1133,42 @@
1133
1133
  },
1134
1134
  "filepath": "src/components/pagination/pagination.tsx"
1135
1135
  },
1136
+ {
1137
+ "token": "euiModal.screenReaderModalDialog",
1138
+ "defString": "You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close.",
1139
+ "highlighting": "string",
1140
+ "loc": {
1141
+ "start": {
1142
+ "line": 133,
1143
+ "column": 8,
1144
+ "index": 4057
1145
+ },
1146
+ "end": {
1147
+ "line": 136,
1148
+ "column": 10,
1149
+ "index": 4253
1150
+ }
1151
+ },
1152
+ "filepath": "src/components/modal/modal.tsx"
1153
+ },
1154
+ {
1155
+ "token": "euiModal.closeModal",
1156
+ "defString": "Closes this modal window",
1157
+ "highlighting": "string",
1158
+ "loc": {
1159
+ "start": {
1160
+ "line": 163,
1161
+ "column": 10,
1162
+ "index": 4871
1163
+ },
1164
+ "end": {
1165
+ "line": 166,
1166
+ "column": 11,
1167
+ "index": 4978
1168
+ }
1169
+ },
1170
+ "filepath": "src/components/modal/modal.tsx"
1171
+ },
1136
1172
  {
1137
1173
  "token": "euiMark.highlightStart",
1138
1174
  "defString": "highlight start",
@@ -1457,42 +1493,6 @@
1457
1493
  },
1458
1494
  "filepath": "src/components/loading/_loading_strings.tsx"
1459
1495
  },
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
- },
1496
1496
  {
1497
1497
  "token": "euiExternalLinkIcon.newTarget.screenReaderOnlyText",
1498
1498
  "defString": "(external, opens in a new tab or window)",
@@ -1733,14 +1733,14 @@
1733
1733
  "highlighting": "string",
1734
1734
  "loc": {
1735
1735
  "start": {
1736
- "line": 270,
1737
- "column": 12,
1738
- "index": 7521
1736
+ "line": 224,
1737
+ "column": 23,
1738
+ "index": 6348
1739
1739
  },
1740
1740
  "end": {
1741
- "line": 274,
1742
- "column": 14,
1743
- "index": 7706
1741
+ "line": 228,
1742
+ "column": 3,
1743
+ "index": 6474
1744
1744
  }
1745
1745
  },
1746
1746
  "filepath": "src/components/flyout/flyout_menu.tsx"
@@ -1751,14 +1751,14 @@
1751
1751
  "highlighting": "string",
1752
1752
  "loc": {
1753
1753
  "start": {
1754
- "line": 1022,
1754
+ "line": 1034,
1755
1755
  "column": 14,
1756
- "index": 36294
1756
+ "index": 36597
1757
1757
  },
1758
1758
  "end": {
1759
- "line": 1025,
1759
+ "line": 1037,
1760
1760
  "column": 16,
1761
- "index": 36509
1761
+ "index": 36812
1762
1762
  }
1763
1763
  },
1764
1764
  "filepath": "src/components/flyout/flyout.component.tsx"
@@ -1769,14 +1769,14 @@
1769
1769
  "highlighting": "string",
1770
1770
  "loc": {
1771
1771
  "start": {
1772
- "line": 1027,
1772
+ "line": 1039,
1773
1773
  "column": 14,
1774
- "index": 36542
1774
+ "index": 36845
1775
1775
  },
1776
1776
  "end": {
1777
- "line": 1030,
1777
+ "line": 1042,
1778
1778
  "column": 16,
1779
- "index": 36721
1779
+ "index": 37024
1780
1780
  }
1781
1781
  },
1782
1782
  "filepath": "src/components/flyout/flyout.component.tsx"
@@ -1787,14 +1787,14 @@
1787
1787
  "highlighting": "string",
1788
1788
  "loc": {
1789
1789
  "start": {
1790
- "line": 1033,
1790
+ "line": 1045,
1791
1791
  "column": 14,
1792
- "index": 36801
1792
+ "index": 37104
1793
1793
  },
1794
1794
  "end": {
1795
- "line": 1036,
1795
+ "line": 1048,
1796
1796
  "column": 16,
1797
- "index": 36982
1797
+ "index": 37285
1798
1798
  }
1799
1799
  },
1800
1800
  "filepath": "src/components/flyout/flyout.component.tsx"
@@ -1944,22 +1944,22 @@
1944
1944
  "filepath": "src/components/context_menu/context_menu_panel_title.tsx"
1945
1945
  },
1946
1946
  {
1947
- "token": "euiCollapsibleNavBeta.ariaLabel",
1948
- "defString": "Site menu",
1947
+ "token": "euiComboBox.listboxAriaLabel",
1948
+ "defString": "Choose from the following options",
1949
1949
  "highlighting": "string",
1950
1950
  "loc": {
1951
1951
  "start": {
1952
- "line": 181,
1953
- "column": 27,
1954
- "index": 6041
1952
+ "line": 842,
1953
+ "column": 8,
1954
+ "index": 24681
1955
1955
  },
1956
1956
  "end": {
1957
- "line": 184,
1958
- "column": 3,
1959
- "index": 6111
1957
+ "line": 845,
1958
+ "column": 9,
1959
+ "index": 24800
1960
1960
  }
1961
1961
  },
1962
- "filepath": "src/components/collapsible_nav_beta/collapsible_nav_beta.tsx"
1962
+ "filepath": "src/components/combo_box/combo_box.tsx"
1963
1963
  },
1964
1964
  {
1965
1965
  "token": "euiSaturation.ariaLabel",
@@ -2250,32 +2250,14 @@
2250
2250
  "filepath": "src/components/color_picker/color_picker.tsx"
2251
2251
  },
2252
2252
  {
2253
- "token": "euiComboBox.listboxAriaLabel",
2254
- "defString": "Choose from the following options",
2253
+ "token": "euiCodeBlockFullScreen.fullscreenCollapse",
2254
+ "defString": "Collapse",
2255
2255
  "highlighting": "string",
2256
2256
  "loc": {
2257
2257
  "start": {
2258
- "line": 842,
2259
- "column": 8,
2260
- "index": 24681
2261
- },
2262
- "end": {
2263
- "line": 845,
2264
- "column": 9,
2265
- "index": 24800
2266
- }
2267
- },
2268
- "filepath": "src/components/combo_box/combo_box.tsx"
2269
- },
2270
- {
2271
- "token": "euiCodeBlockFullScreen.fullscreenCollapse",
2272
- "defString": "Collapse",
2273
- "highlighting": "string",
2274
- "loc": {
2275
- "start": {
2276
- "line": 72,
2277
- "column": 49,
2278
- "index": 2157
2258
+ "line": 72,
2259
+ "column": 49,
2260
+ "index": 2157
2279
2261
  },
2280
2262
  "end": {
2281
2263
  "line": 78,
@@ -2381,14 +2363,14 @@
2381
2363
  "highlighting": "string",
2382
2364
  "loc": {
2383
2365
  "start": {
2384
- "line": 114,
2366
+ "line": 185,
2385
2367
  "column": 8,
2386
- "index": 3269
2368
+ "index": 6198
2387
2369
  },
2388
2370
  "end": {
2389
- "line": 117,
2371
+ "line": 188,
2390
2372
  "column": 9,
2391
- "index": 3374
2373
+ "index": 6303
2392
2374
  }
2393
2375
  },
2394
2376
  "filepath": "src/components/call_out/call_out.tsx"
@@ -2501,24 +2483,6 @@
2501
2483
  },
2502
2484
  "filepath": "src/components/breadcrumbs/_breadcrumb_content.tsx"
2503
2485
  },
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
2486
  {
2523
2487
  "token": "euiCollapsedItemActions.allActionsTooltip",
2524
2488
  "defString": "All actions",
@@ -2735,6 +2699,24 @@
2735
2699
  },
2736
2700
  "filepath": "src/components/basic_table/basic_table.tsx"
2737
2701
  },
2702
+ {
2703
+ "token": "euiBanner.dismissAriaLabel",
2704
+ "defString": "Dismiss \"{title}\" announcement",
2705
+ "highlighting": "string",
2706
+ "loc": {
2707
+ "start": {
2708
+ "line": 113,
2709
+ "column": 29,
2710
+ "index": 3404
2711
+ },
2712
+ "end": {
2713
+ "line": 117,
2714
+ "column": 5,
2715
+ "index": 3513
2716
+ }
2717
+ },
2718
+ "filepath": "src/components/banner/banner.tsx"
2719
+ },
2738
2720
  {
2739
2721
  "token": "euiTablePagination.allRows",
2740
2722
  "defString": "Showing all rows",
@@ -2825,6 +2807,24 @@
2825
2807
  },
2826
2808
  "filepath": "src/components/table/mobile/table_sort_mobile.tsx"
2827
2809
  },
2810
+ {
2811
+ "token": "euiFieldValueSelectionFilter.buttonLabelHint",
2812
+ "defString": "Selection",
2813
+ "highlighting": "string",
2814
+ "loc": {
2815
+ "start": {
2816
+ "line": 302,
2817
+ "column": 6,
2818
+ "index": 8615
2819
+ },
2820
+ "end": {
2821
+ "line": 305,
2822
+ "column": 7,
2823
+ "index": 8720
2824
+ }
2825
+ },
2826
+ "filepath": "src/components/search_bar/filters/field_value_selection_filter.tsx"
2827
+ },
2828
2828
  {
2829
2829
  "token": "euiSelectableTemplateSitewide.searchPlaceholder",
2830
2830
  "defString": "Search for anything...",
@@ -3059,24 +3059,6 @@
3059
3059
  },
3060
3060
  "filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
3061
3061
  },
3062
- {
3063
- "token": "euiFieldValueSelectionFilter.buttonLabelHint",
3064
- "defString": "Selection",
3065
- "highlighting": "string",
3066
- "loc": {
3067
- "start": {
3068
- "line": 302,
3069
- "column": 6,
3070
- "index": 8615
3071
- },
3072
- "end": {
3073
- "line": 305,
3074
- "column": 7,
3075
- "index": 8720
3076
- }
3077
- },
3078
- "filepath": "src/components/search_bar/filters/field_value_selection_filter.tsx"
3079
- },
3080
3062
  {
3081
3063
  "token": "euiPinnableListGroup.pinExtraActionLabel",
3082
3064
  "defString": "Pin item",
@@ -3113,6 +3095,42 @@
3113
3095
  },
3114
3096
  "filepath": "src/components/list_group/pinnable_list_group/pinnable_list_group.tsx"
3115
3097
  },
3098
+ {
3099
+ "token": "euiHeaderLinks.appNavigation",
3100
+ "defString": "App menu",
3101
+ "highlighting": "string",
3102
+ "loc": {
3103
+ "start": {
3104
+ "line": 116,
3105
+ "column": 4,
3106
+ "index": 3499
3107
+ },
3108
+ "end": {
3109
+ "line": 116,
3110
+ "column": 69,
3111
+ "index": 3564
3112
+ }
3113
+ },
3114
+ "filepath": "src/components/header/header_links/header_links.tsx"
3115
+ },
3116
+ {
3117
+ "token": "euiHeaderLinks.openNavigationMenu",
3118
+ "defString": "Open menu",
3119
+ "highlighting": "string",
3120
+ "loc": {
3121
+ "start": {
3122
+ "line": 139,
3123
+ "column": 16,
3124
+ "index": 4198
3125
+ },
3126
+ "end": {
3127
+ "line": 142,
3128
+ "column": 17,
3129
+ "index": 4322
3130
+ }
3131
+ },
3132
+ "filepath": "src/components/header/header_links/header_links.tsx"
3133
+ },
3116
3134
  {
3117
3135
  "token": "euiSuperSelect.screenReaderAnnouncement",
3118
3136
  "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.",
@@ -3348,58 +3366,130 @@
3348
3366
  "filepath": "src/components/form/field_password/field_password.tsx"
3349
3367
  },
3350
3368
  {
3351
- "token": "euiHeaderLinks.appNavigation",
3352
- "defString": "App menu",
3369
+ "token": "euiFlyoutManaged.defaultTitle",
3370
+ "defString": "Unknown Flyout",
3353
3371
  "highlighting": "string",
3354
3372
  "loc": {
3355
3373
  "start": {
3356
- "line": 116,
3374
+ "line": 173,
3375
+ "column": 25,
3376
+ "index": 5686
3377
+ },
3378
+ "end": {
3379
+ "line": 176,
3380
+ "column": 5,
3381
+ "index": 5765
3382
+ }
3383
+ },
3384
+ "filepath": "src/components/flyout/manager/flyout_managed.tsx"
3385
+ },
3386
+ {
3387
+ "token": "euiRefreshInterval.fullDescriptionOff",
3388
+ "defString": "Refresh is off, interval set to {optionValue} {optionText}.",
3389
+ "highlighting": "string",
3390
+ "loc": {
3391
+ "start": {
3392
+ "line": 207,
3393
+ "column": 6,
3394
+ "index": 5780
3395
+ },
3396
+ "end": {
3397
+ "line": 214,
3398
+ "column": 8,
3399
+ "index": 6010
3400
+ }
3401
+ },
3402
+ "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
3403
+ },
3404
+ {
3405
+ "token": "euiRefreshInterval.fullDescriptionOn",
3406
+ "defString": "Refresh is on, interval set to {optionValue} {optionText}.",
3407
+ "highlighting": "string",
3408
+ "loc": {
3409
+ "start": {
3410
+ "line": 216,
3411
+ "column": 6,
3412
+ "index": 6027
3413
+ },
3414
+ "end": {
3415
+ "line": 223,
3416
+ "column": 8,
3417
+ "index": 6255
3418
+ }
3419
+ },
3420
+ "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
3421
+ },
3422
+ {
3423
+ "token": "euiRefreshInterval.toggleLabel",
3424
+ "defString": "Refresh every",
3425
+ "highlighting": "string",
3426
+ "loc": {
3427
+ "start": {
3428
+ "line": 236,
3357
3429
  "column": 4,
3358
- "index": 3499
3430
+ "index": 6459
3359
3431
  },
3360
3432
  "end": {
3361
- "line": 116,
3362
- "column": 69,
3363
- "index": 3564
3433
+ "line": 249,
3434
+ "column": 5,
3435
+ "index": 6822
3364
3436
  }
3365
3437
  },
3366
- "filepath": "src/components/header/header_links/header_links.tsx"
3438
+ "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
3367
3439
  },
3368
3440
  {
3369
- "token": "euiHeaderLinks.openNavigationMenu",
3370
- "defString": "Open menu",
3441
+ "token": "euiRefreshInterval.toggleAriaLabel",
3442
+ "defString": "Toggle refresh",
3371
3443
  "highlighting": "string",
3372
3444
  "loc": {
3373
3445
  "start": {
3374
- "line": 139,
3375
- "column": 16,
3376
- "index": 4198
3446
+ "line": 236,
3447
+ "column": 4,
3448
+ "index": 6459
3377
3449
  },
3378
3450
  "end": {
3379
- "line": 142,
3380
- "column": 17,
3381
- "index": 4322
3451
+ "line": 249,
3452
+ "column": 5,
3453
+ "index": 6822
3382
3454
  }
3383
3455
  },
3384
- "filepath": "src/components/header/header_links/header_links.tsx"
3456
+ "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
3385
3457
  },
3386
3458
  {
3387
- "token": "euiFlyoutManaged.defaultTitle",
3388
- "defString": "Unknown Flyout",
3459
+ "token": "euiRefreshInterval.valueAriaLabel",
3460
+ "defString": "Refresh interval value",
3389
3461
  "highlighting": "string",
3390
3462
  "loc": {
3391
3463
  "start": {
3392
- "line": 173,
3393
- "column": 25,
3394
- "index": 5686
3464
+ "line": 236,
3465
+ "column": 4,
3466
+ "index": 6459
3395
3467
  },
3396
3468
  "end": {
3397
- "line": 176,
3469
+ "line": 249,
3398
3470
  "column": 5,
3399
- "index": 5765
3471
+ "index": 6822
3400
3472
  }
3401
3473
  },
3402
- "filepath": "src/components/flyout/manager/flyout_managed.tsx"
3474
+ "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
3475
+ },
3476
+ {
3477
+ "token": "euiRefreshInterval.unitsAriaLabel",
3478
+ "defString": "Refresh interval units",
3479
+ "highlighting": "string",
3480
+ "loc": {
3481
+ "start": {
3482
+ "line": 236,
3483
+ "column": 4,
3484
+ "index": 6459
3485
+ },
3486
+ "end": {
3487
+ "line": 249,
3488
+ "column": 5,
3489
+ "index": 6822
3490
+ }
3491
+ },
3492
+ "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
3403
3493
  },
3404
3494
  {
3405
3495
  "token": "euiTimeWindowButtons.previousDescription",
@@ -3582,104 +3672,14 @@
3582
3672
  "filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
3583
3673
  },
3584
3674
  {
3585
- "token": "euiSuperUpdateButton.updatingButtonLabel",
3586
- "defString": "Updating",
3675
+ "token": "euiTimeOptions.last",
3676
+ "defString": "Last",
3587
3677
  "highlighting": "string",
3588
3678
  "loc": {
3589
3679
  "start": {
3590
- "line": 204,
3591
- "column": 8,
3592
- "index": 5158
3593
- },
3594
- "end": {
3595
- "line": 207,
3596
- "column": 10,
3597
- "index": 5265
3598
- }
3599
- },
3600
- "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
3601
- },
3602
- {
3603
- "token": "euiSuperUpdateButton.updateButtonLabel",
3604
- "defString": "Update",
3605
- "highlighting": "string",
3606
- "loc": {
3607
- "start": {
3608
- "line": 213,
3609
- "column": 8,
3610
- "index": 5328
3611
- },
3612
- "end": {
3613
- "line": 216,
3614
- "column": 10,
3615
- "index": 5431
3616
- }
3617
- },
3618
- "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
3619
- },
3620
- {
3621
- "token": "euiSuperUpdateButton.refreshButtonLabel",
3622
- "defString": "Refresh",
3623
- "highlighting": "string",
3624
- "loc": {
3625
- "start": {
3626
- "line": 221,
3627
- "column": 6,
3628
- "index": 5467
3629
- },
3630
- "end": {
3631
- "line": 224,
3632
- "column": 8,
3633
- "index": 5566
3634
- }
3635
- },
3636
- "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
3637
- },
3638
- {
3639
- "token": "euiSuperUpdateButton.cannotUpdateTooltip",
3640
- "defString": "Cannot update",
3641
- "highlighting": "string",
3642
- "loc": {
3643
- "start": {
3644
- "line": 231,
3645
- "column": 8,
3646
- "index": 5681
3647
- },
3648
- "end": {
3649
- "line": 234,
3650
- "column": 10,
3651
- "index": 5793
3652
- }
3653
- },
3654
- "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
3655
- },
3656
- {
3657
- "token": "euiSuperUpdateButton.clickToApplyTooltip",
3658
- "defString": "Click to apply",
3659
- "highlighting": "string",
3660
- "loc": {
3661
- "start": {
3662
- "line": 240,
3663
- "column": 8,
3664
- "index": 5892
3665
- },
3666
- "end": {
3667
- "line": 243,
3668
- "column": 10,
3669
- "index": 6005
3670
- }
3671
- },
3672
- "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
3673
- },
3674
- {
3675
- "token": "euiTimeOptions.last",
3676
- "defString": "Last",
3677
- "highlighting": "string",
3678
- "loc": {
3679
- "start": {
3680
- "line": 35,
3681
- "column": 25,
3682
- "index": 1138
3680
+ "line": 35,
3681
+ "column": 25,
3682
+ "index": 1138
3683
3683
  },
3684
3684
  "end": {
3685
3685
  "line": 35,
@@ -4356,796 +4356,742 @@
4356
4356
  "filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
4357
4357
  },
4358
4358
  {
4359
- "token": "euiPrettyDuration.lastDurationSeconds",
4360
- "defString": "({\n duration\n}) => `Last ${duration} second${duration === 1 ? '' : 's'}`;",
4361
- "highlighting": "code",
4359
+ "token": "euiSuperUpdateButton.updatingButtonLabel",
4360
+ "defString": "Updating",
4361
+ "highlighting": "string",
4362
4362
  "loc": {
4363
4363
  "start": {
4364
- "line": 30,
4365
- "column": 5,
4366
- "index": 1079
4364
+ "line": 204,
4365
+ "column": 8,
4366
+ "index": 5158
4367
4367
  },
4368
4368
  "end": {
4369
- "line": 34,
4370
- "column": 3,
4371
- "index": 1233
4369
+ "line": 207,
4370
+ "column": 10,
4371
+ "index": 5265
4372
4372
  }
4373
4373
  },
4374
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4374
+ "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
4375
4375
  },
4376
4376
  {
4377
- "token": "euiPrettyDuration.nextDurationSeconds",
4378
- "defString": "({\n duration\n}) => `Next ${duration} second${duration === 1 ? '' : 's'}`;",
4379
- "highlighting": "code",
4377
+ "token": "euiSuperUpdateButton.updateButtonLabel",
4378
+ "defString": "Update",
4379
+ "highlighting": "string",
4380
4380
  "loc": {
4381
4381
  "start": {
4382
- "line": 35,
4382
+ "line": 213,
4383
4383
  "column": 8,
4384
- "index": 1243
4384
+ "index": 5328
4385
4385
  },
4386
4386
  "end": {
4387
- "line": 39,
4388
- "column": 3,
4389
- "index": 1397
4387
+ "line": 216,
4388
+ "column": 10,
4389
+ "index": 5431
4390
4390
  }
4391
4391
  },
4392
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4392
+ "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
4393
4393
  },
4394
4394
  {
4395
- "token": "euiPrettyDuration.lastDurationMinutes",
4396
- "defString": "({\n duration\n}) => `Last ${duration} minute${duration === 1 ? '' : 's'}`;",
4397
- "highlighting": "code",
4395
+ "token": "euiSuperUpdateButton.refreshButtonLabel",
4396
+ "defString": "Refresh",
4397
+ "highlighting": "string",
4398
4398
  "loc": {
4399
4399
  "start": {
4400
- "line": 40,
4401
- "column": 5,
4402
- "index": 1404
4400
+ "line": 221,
4401
+ "column": 6,
4402
+ "index": 5467
4403
4403
  },
4404
4404
  "end": {
4405
- "line": 44,
4406
- "column": 3,
4407
- "index": 1558
4405
+ "line": 224,
4406
+ "column": 8,
4407
+ "index": 5566
4408
4408
  }
4409
4409
  },
4410
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4410
+ "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
4411
4411
  },
4412
4412
  {
4413
- "token": "euiPrettyDuration.nextDurationMinutes",
4414
- "defString": "({\n duration\n}) => `Next ${duration} minute${duration === 1 ? '' : 's'}`;",
4415
- "highlighting": "code",
4413
+ "token": "euiSuperUpdateButton.cannotUpdateTooltip",
4414
+ "defString": "Cannot update",
4415
+ "highlighting": "string",
4416
4416
  "loc": {
4417
4417
  "start": {
4418
- "line": 45,
4418
+ "line": 231,
4419
4419
  "column": 8,
4420
- "index": 1568
4420
+ "index": 5681
4421
4421
  },
4422
4422
  "end": {
4423
- "line": 49,
4424
- "column": 3,
4425
- "index": 1722
4423
+ "line": 234,
4424
+ "column": 10,
4425
+ "index": 5793
4426
4426
  }
4427
4427
  },
4428
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4428
+ "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
4429
4429
  },
4430
4430
  {
4431
- "token": "euiPrettyDuration.lastDurationHours",
4432
- "defString": "({\n duration\n}) => `Last ${duration} hour${duration === 1 ? '' : 's'}`;",
4433
- "highlighting": "code",
4431
+ "token": "euiSuperUpdateButton.clickToApplyTooltip",
4432
+ "defString": "Click to apply",
4433
+ "highlighting": "string",
4434
4434
  "loc": {
4435
4435
  "start": {
4436
- "line": 50,
4437
- "column": 5,
4438
- "index": 1729
4436
+ "line": 240,
4437
+ "column": 8,
4438
+ "index": 5892
4439
4439
  },
4440
4440
  "end": {
4441
- "line": 54,
4442
- "column": 3,
4443
- "index": 1879
4441
+ "line": 243,
4442
+ "column": 10,
4443
+ "index": 6005
4444
4444
  }
4445
4445
  },
4446
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4446
+ "filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
4447
4447
  },
4448
4448
  {
4449
- "token": "euiPrettyDuration.nextDurationHours",
4450
- "defString": "({\n duration\n}) => `Next ${duration} hour${duration === 1 ? '' : 's'}`;",
4451
- "highlighting": "code",
4449
+ "token": "euiAutoRefresh.autoRefreshLabel",
4450
+ "defString": "Auto refresh",
4451
+ "highlighting": "string",
4452
4452
  "loc": {
4453
4453
  "start": {
4454
- "line": 55,
4455
- "column": 8,
4456
- "index": 1889
4454
+ "line": 51,
4455
+ "column": 26,
4456
+ "index": 1720
4457
4457
  },
4458
4458
  "end": {
4459
- "line": 59,
4459
+ "line": 54,
4460
4460
  "column": 3,
4461
- "index": 2039
4461
+ "index": 1793
4462
4462
  }
4463
4463
  },
4464
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4464
+ "filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
4465
4465
  },
4466
4466
  {
4467
- "token": "euiPrettyDuration.lastDurationDays",
4468
- "defString": "({\n duration\n}) => `Last ${duration} day${duration === 1 ? '' : 's'}`;",
4469
- "highlighting": "code",
4467
+ "token": "euiAutoRefresh.buttonLabelOff",
4468
+ "defString": "Auto refresh is off",
4469
+ "highlighting": "string",
4470
4470
  "loc": {
4471
4471
  "start": {
4472
- "line": 60,
4473
- "column": 5,
4474
- "index": 2046
4472
+ "line": 126,
4473
+ "column": 29,
4474
+ "index": 3683
4475
4475
  },
4476
4476
  "end": {
4477
- "line": 64,
4477
+ "line": 129,
4478
4478
  "column": 3,
4479
- "index": 2194
4479
+ "index": 3761
4480
4480
  }
4481
4481
  },
4482
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4482
+ "filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
4483
4483
  },
4484
4484
  {
4485
- "token": "euiPrettyDuration.nexttDurationDays",
4486
- "defString": "({\n duration\n}) => `Next ${duration} day${duration === 1 ? '' : 's'}`;",
4487
- "highlighting": "code",
4485
+ "token": "euiAutoRefresh.buttonLabelOn",
4486
+ "defString": "Auto refresh is on and set to {prettyInterval}",
4487
+ "highlighting": "string",
4488
4488
  "loc": {
4489
4489
  "start": {
4490
- "line": 65,
4491
- "column": 8,
4492
- "index": 2204
4490
+ "line": 130,
4491
+ "column": 28,
4492
+ "index": 3791
4493
4493
  },
4494
4494
  "end": {
4495
- "line": 69,
4495
+ "line": 138,
4496
4496
  "column": 3,
4497
- "index": 2353
4497
+ "index": 4025
4498
4498
  }
4499
4499
  },
4500
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4500
+ "filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
4501
4501
  },
4502
4502
  {
4503
- "token": "euiPrettyDuration.lastDurationWeeks",
4504
- "defString": "({\n duration\n}) => `Last ${duration} week${duration === 1 ? '' : 's'}`;",
4503
+ "token": "euiPrettyInterval.seconds",
4504
+ "defString": "({\n interval\n}) => `${interval} second${interval > 1 ? 's' : ''}`;",
4505
4505
  "highlighting": "code",
4506
4506
  "loc": {
4507
4507
  "start": {
4508
- "line": 70,
4508
+ "line": 33,
4509
4509
  "column": 5,
4510
- "index": 2360
4510
+ "index": 854
4511
4511
  },
4512
4512
  "end": {
4513
- "line": 74,
4513
+ "line": 37,
4514
4514
  "column": 3,
4515
- "index": 2510
4515
+ "index": 989
4516
4516
  }
4517
4517
  },
4518
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4518
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4519
4519
  },
4520
4520
  {
4521
- "token": "euiPrettyDuration.nextDurationWeeks",
4522
- "defString": "({\n duration\n}) => `Next ${duration} week${duration === 1 ? '' : 's'}`;",
4523
- "highlighting": "code",
4521
+ "token": "euiPrettyInterval.minutes",
4522
+ "defString": "({\n interval\n}) => `${interval} minute${interval > 1 ? 's' : ''}`;",
4523
+ "highlighting": "code",
4524
4524
  "loc": {
4525
4525
  "start": {
4526
- "line": 75,
4527
- "column": 8,
4528
- "index": 2520
4526
+ "line": 38,
4527
+ "column": 5,
4528
+ "index": 996
4529
4529
  },
4530
4530
  "end": {
4531
- "line": 79,
4531
+ "line": 42,
4532
4532
  "column": 3,
4533
- "index": 2670
4533
+ "index": 1131
4534
4534
  }
4535
4535
  },
4536
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4536
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4537
4537
  },
4538
4538
  {
4539
- "token": "euiPrettyDuration.lastDurationMonths",
4540
- "defString": "({\n duration\n}) => `Last ${duration} month${duration === 1 ? '' : 's'}`;",
4539
+ "token": "euiPrettyInterval.hours",
4540
+ "defString": "({\n interval\n}) => `${interval} hour${interval > 1 ? 's' : ''}`;",
4541
4541
  "highlighting": "code",
4542
4542
  "loc": {
4543
4543
  "start": {
4544
- "line": 80,
4544
+ "line": 43,
4545
4545
  "column": 5,
4546
- "index": 2677
4546
+ "index": 1138
4547
4547
  },
4548
4548
  "end": {
4549
- "line": 84,
4549
+ "line": 47,
4550
4550
  "column": 3,
4551
- "index": 2829
4551
+ "index": 1269
4552
4552
  }
4553
4553
  },
4554
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4554
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4555
4555
  },
4556
4556
  {
4557
- "token": "euiPrettyDuration.nextDurationMonths",
4558
- "defString": "({\n duration\n}) => `Next ${duration} month${duration === 1 ? '' : 's'}`;",
4557
+ "token": "euiPrettyInterval.days",
4558
+ "defString": "({\n interval\n}) => `${interval} day${interval > 1 ? 's' : ''}`;",
4559
4559
  "highlighting": "code",
4560
4560
  "loc": {
4561
4561
  "start": {
4562
- "line": 85,
4563
- "column": 8,
4564
- "index": 2839
4562
+ "line": 48,
4563
+ "column": 5,
4564
+ "index": 1276
4565
4565
  },
4566
4566
  "end": {
4567
- "line": 89,
4567
+ "line": 52,
4568
4568
  "column": 3,
4569
- "index": 2991
4569
+ "index": 1405
4570
4570
  }
4571
4571
  },
4572
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4572
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4573
4573
  },
4574
4574
  {
4575
- "token": "euiPrettyDuration.lastDurationYears",
4576
- "defString": "({\n duration\n}) => `Last ${duration} year${duration === 1 ? '' : 's'}`;",
4577
- "highlighting": "code",
4575
+ "token": "euiPrettyInterval.secondsShorthand",
4576
+ "defString": "{interval} s",
4577
+ "highlighting": "string",
4578
4578
  "loc": {
4579
4579
  "start": {
4580
- "line": 90,
4581
- "column": 5,
4582
- "index": 2998
4580
+ "line": 54,
4581
+ "column": 7,
4582
+ "index": 1429
4583
4583
  },
4584
4584
  "end": {
4585
- "line": 94,
4586
- "column": 3,
4587
- "index": 3148
4585
+ "line": 56,
4586
+ "column": 6,
4587
+ "index": 1518
4588
4588
  }
4589
4589
  },
4590
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4590
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4591
4591
  },
4592
4592
  {
4593
- "token": "euiPrettyDuration.nextDurationYears",
4594
- "defString": "({\n duration\n}) => `Next ${duration} year${duration === 1 ? '' : 's'}`;",
4595
- "highlighting": "code",
4593
+ "token": "euiPrettyInterval.minutesShorthand",
4594
+ "defString": "{interval} m",
4595
+ "highlighting": "string",
4596
4596
  "loc": {
4597
4597
  "start": {
4598
- "line": 95,
4599
- "column": 8,
4600
- "index": 3158
4598
+ "line": 57,
4599
+ "column": 7,
4600
+ "index": 1527
4601
4601
  },
4602
4602
  "end": {
4603
- "line": 99,
4604
- "column": 3,
4605
- "index": 3308
4603
+ "line": 59,
4604
+ "column": 6,
4605
+ "index": 1616
4606
4606
  }
4607
4607
  },
4608
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4608
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4609
4609
  },
4610
4610
  {
4611
- "token": "euiPrettyDuration.durationRoundedToSecond",
4612
- "defString": "{prettyDuration} rounded to the second",
4611
+ "token": "euiPrettyInterval.hoursShorthand",
4612
+ "defString": "{interval} h",
4613
4613
  "highlighting": "string",
4614
4614
  "loc": {
4615
4615
  "start": {
4616
- "line": 103,
4617
- "column": 5,
4618
- "index": 3390
4616
+ "line": 60,
4617
+ "column": 7,
4618
+ "index": 1625
4619
4619
  },
4620
4620
  "end": {
4621
- "line": 107,
4622
- "column": 3,
4623
- "index": 3523
4621
+ "line": 62,
4622
+ "column": 6,
4623
+ "index": 1712
4624
4624
  }
4625
4625
  },
4626
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4626
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4627
4627
  },
4628
4628
  {
4629
- "token": "euiPrettyDuration.durationRoundedToMinute",
4630
- "defString": "{prettyDuration} rounded to the minute",
4629
+ "token": "euiPrettyInterval.daysShorthand",
4630
+ "defString": "{interval} d",
4631
4631
  "highlighting": "string",
4632
4632
  "loc": {
4633
4633
  "start": {
4634
- "line": 108,
4635
- "column": 5,
4636
- "index": 3530
4634
+ "line": 63,
4635
+ "column": 7,
4636
+ "index": 1721
4637
4637
  },
4638
4638
  "end": {
4639
- "line": 112,
4640
- "column": 3,
4641
- "index": 3663
4639
+ "line": 65,
4640
+ "column": 6,
4641
+ "index": 1807
4642
4642
  }
4643
4643
  },
4644
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4644
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4645
4645
  },
4646
4646
  {
4647
- "token": "euiPrettyDuration.durationRoundedToHour",
4648
- "defString": "{prettyDuration} rounded to the hour",
4647
+ "token": "euiPrettyInterval.off",
4648
+ "defString": "Off",
4649
4649
  "highlighting": "string",
4650
4650
  "loc": {
4651
4651
  "start": {
4652
- "line": 113,
4653
- "column": 5,
4654
- "index": 3670
4652
+ "line": 103,
4653
+ "column": 14,
4654
+ "index": 2870
4655
4655
  },
4656
4656
  "end": {
4657
- "line": 117,
4658
- "column": 3,
4659
- "index": 3799
4657
+ "line": 103,
4658
+ "column": 56,
4659
+ "index": 2912
4660
4660
  }
4661
4661
  },
4662
- "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4662
+ "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4663
4663
  },
4664
4664
  {
4665
- "token": "euiPrettyDuration.durationRoundedToDay",
4666
- "defString": "{prettyDuration} rounded to the day",
4667
- "highlighting": "string",
4665
+ "token": "euiPrettyDuration.lastDurationSeconds",
4666
+ "defString": "({\n duration\n}) => `Last ${duration} second${duration === 1 ? '' : 's'}`;",
4667
+ "highlighting": "code",
4668
4668
  "loc": {
4669
4669
  "start": {
4670
- "line": 118,
4670
+ "line": 30,
4671
4671
  "column": 5,
4672
- "index": 3806
4672
+ "index": 1079
4673
4673
  },
4674
4674
  "end": {
4675
- "line": 122,
4675
+ "line": 34,
4676
4676
  "column": 3,
4677
- "index": 3933
4677
+ "index": 1233
4678
4678
  }
4679
4679
  },
4680
4680
  "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4681
4681
  },
4682
4682
  {
4683
- "token": "euiPrettyDuration.durationRoundedToWeek",
4684
- "defString": "{prettyDuration} rounded to the week",
4685
- "highlighting": "string",
4683
+ "token": "euiPrettyDuration.nextDurationSeconds",
4684
+ "defString": "({\n duration\n}) => `Next ${duration} second${duration === 1 ? '' : 's'}`;",
4685
+ "highlighting": "code",
4686
4686
  "loc": {
4687
4687
  "start": {
4688
- "line": 123,
4689
- "column": 5,
4690
- "index": 3940
4688
+ "line": 35,
4689
+ "column": 8,
4690
+ "index": 1243
4691
4691
  },
4692
4692
  "end": {
4693
- "line": 127,
4693
+ "line": 39,
4694
4694
  "column": 3,
4695
- "index": 4069
4695
+ "index": 1397
4696
4696
  }
4697
4697
  },
4698
4698
  "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4699
4699
  },
4700
4700
  {
4701
- "token": "euiPrettyDuration.durationRoundedToMonth",
4702
- "defString": "{prettyDuration} rounded to the month",
4703
- "highlighting": "string",
4701
+ "token": "euiPrettyDuration.lastDurationMinutes",
4702
+ "defString": "({\n duration\n}) => `Last ${duration} minute${duration === 1 ? '' : 's'}`;",
4703
+ "highlighting": "code",
4704
4704
  "loc": {
4705
4705
  "start": {
4706
- "line": 128,
4706
+ "line": 40,
4707
4707
  "column": 5,
4708
- "index": 4076
4708
+ "index": 1404
4709
4709
  },
4710
4710
  "end": {
4711
- "line": 132,
4711
+ "line": 44,
4712
4712
  "column": 3,
4713
- "index": 4207
4713
+ "index": 1558
4714
4714
  }
4715
4715
  },
4716
4716
  "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4717
4717
  },
4718
4718
  {
4719
- "token": "euiPrettyDuration.durationRoundedToYear",
4720
- "defString": "{prettyDuration} rounded to the year",
4721
- "highlighting": "string",
4719
+ "token": "euiPrettyDuration.nextDurationMinutes",
4720
+ "defString": "({\n duration\n}) => `Next ${duration} minute${duration === 1 ? '' : 's'}`;",
4721
+ "highlighting": "code",
4722
4722
  "loc": {
4723
4723
  "start": {
4724
- "line": 133,
4725
- "column": 5,
4726
- "index": 4214
4724
+ "line": 45,
4725
+ "column": 8,
4726
+ "index": 1568
4727
4727
  },
4728
4728
  "end": {
4729
- "line": 137,
4729
+ "line": 49,
4730
4730
  "column": 3,
4731
- "index": 4343
4731
+ "index": 1722
4732
4732
  }
4733
4733
  },
4734
4734
  "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4735
4735
  },
4736
4736
  {
4737
- "token": "euiPrettyDuration.now",
4738
- "defString": "now",
4739
- "highlighting": "string",
4737
+ "token": "euiPrettyDuration.lastDurationHours",
4738
+ "defString": "({\n duration\n}) => `Last ${duration} hour${duration === 1 ? '' : 's'}`;",
4739
+ "highlighting": "code",
4740
4740
  "loc": {
4741
4741
  "start": {
4742
- "line": 162,
4743
- "column": 21,
4744
- "index": 4794
4742
+ "line": 50,
4743
+ "column": 5,
4744
+ "index": 1729
4745
4745
  },
4746
4746
  "end": {
4747
- "line": 162,
4748
- "column": 63,
4749
- "index": 4836
4747
+ "line": 54,
4748
+ "column": 3,
4749
+ "index": 1879
4750
4750
  }
4751
4751
  },
4752
4752
  "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4753
4753
  },
4754
4754
  {
4755
- "token": "euiPrettyDuration.invalid",
4756
- "defString": "Invalid date",
4757
- "highlighting": "string",
4755
+ "token": "euiPrettyDuration.nextDurationHours",
4756
+ "defString": "({\n duration\n}) => `Next ${duration} hour${duration === 1 ? '' : 's'}`;",
4757
+ "highlighting": "code",
4758
4758
  "loc": {
4759
4759
  "start": {
4760
- "line": 163,
4761
- "column": 29,
4762
- "index": 4867
4760
+ "line": 55,
4761
+ "column": 8,
4762
+ "index": 1889
4763
4763
  },
4764
4764
  "end": {
4765
- "line": 166,
4765
+ "line": 59,
4766
4766
  "column": 3,
4767
- "index": 4934
4767
+ "index": 2039
4768
4768
  }
4769
4769
  },
4770
4770
  "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4771
4771
  },
4772
4772
  {
4773
- "token": "euiPrettyDuration.fallbackDuration",
4774
- "defString": "{displayFrom} to {displayTo}",
4775
- "highlighting": "string",
4773
+ "token": "euiPrettyDuration.lastDurationDays",
4774
+ "defString": "({\n duration\n}) => `Last ${duration} day${duration === 1 ? '' : 's'}`;",
4775
+ "highlighting": "code",
4776
4776
  "loc": {
4777
4777
  "start": {
4778
- "line": 279,
4779
- "column": 27,
4780
- "index": 8267
4778
+ "line": 60,
4779
+ "column": 5,
4780
+ "index": 2046
4781
4781
  },
4782
4782
  "end": {
4783
- "line": 283,
4783
+ "line": 64,
4784
4784
  "column": 3,
4785
- "index": 8391
4785
+ "index": 2194
4786
4786
  }
4787
4787
  },
4788
4788
  "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4789
4789
  },
4790
4790
  {
4791
- "token": "euiPrettyInterval.seconds",
4792
- "defString": "({\n interval\n}) => `${interval} second${interval > 1 ? 's' : ''}`;",
4791
+ "token": "euiPrettyDuration.nexttDurationDays",
4792
+ "defString": "({\n duration\n}) => `Next ${duration} day${duration === 1 ? '' : 's'}`;",
4793
4793
  "highlighting": "code",
4794
4794
  "loc": {
4795
4795
  "start": {
4796
- "line": 33,
4797
- "column": 5,
4798
- "index": 854
4796
+ "line": 65,
4797
+ "column": 8,
4798
+ "index": 2204
4799
4799
  },
4800
4800
  "end": {
4801
- "line": 37,
4801
+ "line": 69,
4802
4802
  "column": 3,
4803
- "index": 989
4803
+ "index": 2353
4804
4804
  }
4805
4805
  },
4806
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4806
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4807
4807
  },
4808
4808
  {
4809
- "token": "euiPrettyInterval.minutes",
4810
- "defString": "({\n interval\n}) => `${interval} minute${interval > 1 ? 's' : ''}`;",
4809
+ "token": "euiPrettyDuration.lastDurationWeeks",
4810
+ "defString": "({\n duration\n}) => `Last ${duration} week${duration === 1 ? '' : 's'}`;",
4811
4811
  "highlighting": "code",
4812
4812
  "loc": {
4813
4813
  "start": {
4814
- "line": 38,
4814
+ "line": 70,
4815
4815
  "column": 5,
4816
- "index": 996
4816
+ "index": 2360
4817
4817
  },
4818
4818
  "end": {
4819
- "line": 42,
4819
+ "line": 74,
4820
4820
  "column": 3,
4821
- "index": 1131
4821
+ "index": 2510
4822
4822
  }
4823
4823
  },
4824
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4824
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4825
4825
  },
4826
4826
  {
4827
- "token": "euiPrettyInterval.hours",
4828
- "defString": "({\n interval\n}) => `${interval} hour${interval > 1 ? 's' : ''}`;",
4827
+ "token": "euiPrettyDuration.nextDurationWeeks",
4828
+ "defString": "({\n duration\n}) => `Next ${duration} week${duration === 1 ? '' : 's'}`;",
4829
4829
  "highlighting": "code",
4830
4830
  "loc": {
4831
4831
  "start": {
4832
- "line": 43,
4833
- "column": 5,
4834
- "index": 1138
4832
+ "line": 75,
4833
+ "column": 8,
4834
+ "index": 2520
4835
4835
  },
4836
4836
  "end": {
4837
- "line": 47,
4837
+ "line": 79,
4838
4838
  "column": 3,
4839
- "index": 1269
4839
+ "index": 2670
4840
4840
  }
4841
4841
  },
4842
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4842
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4843
4843
  },
4844
4844
  {
4845
- "token": "euiPrettyInterval.days",
4846
- "defString": "({\n interval\n}) => `${interval} day${interval > 1 ? 's' : ''}`;",
4845
+ "token": "euiPrettyDuration.lastDurationMonths",
4846
+ "defString": "({\n duration\n}) => `Last ${duration} month${duration === 1 ? '' : 's'}`;",
4847
4847
  "highlighting": "code",
4848
4848
  "loc": {
4849
4849
  "start": {
4850
- "line": 48,
4850
+ "line": 80,
4851
4851
  "column": 5,
4852
- "index": 1276
4852
+ "index": 2677
4853
4853
  },
4854
4854
  "end": {
4855
- "line": 52,
4855
+ "line": 84,
4856
4856
  "column": 3,
4857
- "index": 1405
4857
+ "index": 2829
4858
4858
  }
4859
4859
  },
4860
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4860
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4861
4861
  },
4862
4862
  {
4863
- "token": "euiPrettyInterval.secondsShorthand",
4864
- "defString": "{interval} s",
4865
- "highlighting": "string",
4863
+ "token": "euiPrettyDuration.nextDurationMonths",
4864
+ "defString": "({\n duration\n}) => `Next ${duration} month${duration === 1 ? '' : 's'}`;",
4865
+ "highlighting": "code",
4866
4866
  "loc": {
4867
4867
  "start": {
4868
- "line": 54,
4869
- "column": 7,
4870
- "index": 1429
4868
+ "line": 85,
4869
+ "column": 8,
4870
+ "index": 2839
4871
4871
  },
4872
4872
  "end": {
4873
- "line": 56,
4874
- "column": 6,
4875
- "index": 1518
4873
+ "line": 89,
4874
+ "column": 3,
4875
+ "index": 2991
4876
4876
  }
4877
4877
  },
4878
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4878
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4879
4879
  },
4880
4880
  {
4881
- "token": "euiPrettyInterval.minutesShorthand",
4882
- "defString": "{interval} m",
4883
- "highlighting": "string",
4881
+ "token": "euiPrettyDuration.lastDurationYears",
4882
+ "defString": "({\n duration\n}) => `Last ${duration} year${duration === 1 ? '' : 's'}`;",
4883
+ "highlighting": "code",
4884
4884
  "loc": {
4885
4885
  "start": {
4886
- "line": 57,
4887
- "column": 7,
4888
- "index": 1527
4886
+ "line": 90,
4887
+ "column": 5,
4888
+ "index": 2998
4889
4889
  },
4890
4890
  "end": {
4891
- "line": 59,
4892
- "column": 6,
4893
- "index": 1616
4891
+ "line": 94,
4892
+ "column": 3,
4893
+ "index": 3148
4894
4894
  }
4895
4895
  },
4896
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4896
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4897
4897
  },
4898
4898
  {
4899
- "token": "euiPrettyInterval.hoursShorthand",
4900
- "defString": "{interval} h",
4901
- "highlighting": "string",
4899
+ "token": "euiPrettyDuration.nextDurationYears",
4900
+ "defString": "({\n duration\n}) => `Next ${duration} year${duration === 1 ? '' : 's'}`;",
4901
+ "highlighting": "code",
4902
4902
  "loc": {
4903
4903
  "start": {
4904
- "line": 60,
4905
- "column": 7,
4906
- "index": 1625
4904
+ "line": 95,
4905
+ "column": 8,
4906
+ "index": 3158
4907
4907
  },
4908
4908
  "end": {
4909
- "line": 62,
4910
- "column": 6,
4911
- "index": 1712
4909
+ "line": 99,
4910
+ "column": 3,
4911
+ "index": 3308
4912
4912
  }
4913
4913
  },
4914
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4914
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4915
4915
  },
4916
4916
  {
4917
- "token": "euiPrettyInterval.daysShorthand",
4918
- "defString": "{interval} d",
4917
+ "token": "euiPrettyDuration.durationRoundedToSecond",
4918
+ "defString": "{prettyDuration} rounded to the second",
4919
4919
  "highlighting": "string",
4920
4920
  "loc": {
4921
4921
  "start": {
4922
- "line": 63,
4923
- "column": 7,
4924
- "index": 1721
4922
+ "line": 103,
4923
+ "column": 5,
4924
+ "index": 3390
4925
4925
  },
4926
4926
  "end": {
4927
- "line": 65,
4928
- "column": 6,
4929
- "index": 1807
4927
+ "line": 107,
4928
+ "column": 3,
4929
+ "index": 3523
4930
4930
  }
4931
4931
  },
4932
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4932
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4933
4933
  },
4934
4934
  {
4935
- "token": "euiPrettyInterval.off",
4936
- "defString": "Off",
4935
+ "token": "euiPrettyDuration.durationRoundedToMinute",
4936
+ "defString": "{prettyDuration} rounded to the minute",
4937
4937
  "highlighting": "string",
4938
4938
  "loc": {
4939
4939
  "start": {
4940
- "line": 103,
4941
- "column": 14,
4942
- "index": 2870
4940
+ "line": 108,
4941
+ "column": 5,
4942
+ "index": 3530
4943
4943
  },
4944
4944
  "end": {
4945
- "line": 103,
4946
- "column": 56,
4947
- "index": 2912
4945
+ "line": 112,
4946
+ "column": 3,
4947
+ "index": 3663
4948
4948
  }
4949
4949
  },
4950
- "filepath": "src/components/date_picker/super_date_picker/pretty_interval.ts"
4950
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4951
4951
  },
4952
4952
  {
4953
- "token": "euiRefreshInterval.fullDescriptionOff",
4954
- "defString": "Refresh is off, interval set to {optionValue} {optionText}.",
4953
+ "token": "euiPrettyDuration.durationRoundedToHour",
4954
+ "defString": "{prettyDuration} rounded to the hour",
4955
4955
  "highlighting": "string",
4956
4956
  "loc": {
4957
4957
  "start": {
4958
- "line": 207,
4959
- "column": 6,
4960
- "index": 5780
4958
+ "line": 113,
4959
+ "column": 5,
4960
+ "index": 3670
4961
4961
  },
4962
4962
  "end": {
4963
- "line": 214,
4964
- "column": 8,
4965
- "index": 6010
4963
+ "line": 117,
4964
+ "column": 3,
4965
+ "index": 3799
4966
4966
  }
4967
4967
  },
4968
- "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
4968
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4969
4969
  },
4970
4970
  {
4971
- "token": "euiRefreshInterval.fullDescriptionOn",
4972
- "defString": "Refresh is on, interval set to {optionValue} {optionText}.",
4971
+ "token": "euiPrettyDuration.durationRoundedToDay",
4972
+ "defString": "{prettyDuration} rounded to the day",
4973
4973
  "highlighting": "string",
4974
4974
  "loc": {
4975
4975
  "start": {
4976
- "line": 216,
4977
- "column": 6,
4978
- "index": 6027
4976
+ "line": 118,
4977
+ "column": 5,
4978
+ "index": 3806
4979
4979
  },
4980
4980
  "end": {
4981
- "line": 223,
4982
- "column": 8,
4983
- "index": 6255
4981
+ "line": 122,
4982
+ "column": 3,
4983
+ "index": 3933
4984
4984
  }
4985
4985
  },
4986
- "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
4986
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
4987
4987
  },
4988
4988
  {
4989
- "token": "euiRefreshInterval.toggleLabel",
4990
- "defString": "Refresh every",
4989
+ "token": "euiPrettyDuration.durationRoundedToWeek",
4990
+ "defString": "{prettyDuration} rounded to the week",
4991
4991
  "highlighting": "string",
4992
4992
  "loc": {
4993
4993
  "start": {
4994
- "line": 236,
4995
- "column": 4,
4996
- "index": 6459
4994
+ "line": 123,
4995
+ "column": 5,
4996
+ "index": 3940
4997
4997
  },
4998
4998
  "end": {
4999
- "line": 249,
5000
- "column": 5,
5001
- "index": 6822
4999
+ "line": 127,
5000
+ "column": 3,
5001
+ "index": 4069
5002
5002
  }
5003
5003
  },
5004
- "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
5004
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
5005
5005
  },
5006
5006
  {
5007
- "token": "euiRefreshInterval.toggleAriaLabel",
5008
- "defString": "Toggle refresh",
5007
+ "token": "euiPrettyDuration.durationRoundedToMonth",
5008
+ "defString": "{prettyDuration} rounded to the month",
5009
5009
  "highlighting": "string",
5010
5010
  "loc": {
5011
5011
  "start": {
5012
- "line": 236,
5013
- "column": 4,
5014
- "index": 6459
5012
+ "line": 128,
5013
+ "column": 5,
5014
+ "index": 4076
5015
5015
  },
5016
5016
  "end": {
5017
- "line": 249,
5018
- "column": 5,
5019
- "index": 6822
5017
+ "line": 132,
5018
+ "column": 3,
5019
+ "index": 4207
5020
5020
  }
5021
5021
  },
5022
- "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
5022
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
5023
5023
  },
5024
5024
  {
5025
- "token": "euiRefreshInterval.valueAriaLabel",
5026
- "defString": "Refresh interval value",
5025
+ "token": "euiPrettyDuration.durationRoundedToYear",
5026
+ "defString": "{prettyDuration} rounded to the year",
5027
5027
  "highlighting": "string",
5028
5028
  "loc": {
5029
5029
  "start": {
5030
- "line": 236,
5031
- "column": 4,
5032
- "index": 6459
5030
+ "line": 133,
5031
+ "column": 5,
5032
+ "index": 4214
5033
5033
  },
5034
5034
  "end": {
5035
- "line": 249,
5036
- "column": 5,
5037
- "index": 6822
5035
+ "line": 137,
5036
+ "column": 3,
5037
+ "index": 4343
5038
5038
  }
5039
5039
  },
5040
- "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
5040
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
5041
5041
  },
5042
5042
  {
5043
- "token": "euiRefreshInterval.unitsAriaLabel",
5044
- "defString": "Refresh interval units",
5043
+ "token": "euiPrettyDuration.now",
5044
+ "defString": "now",
5045
5045
  "highlighting": "string",
5046
5046
  "loc": {
5047
5047
  "start": {
5048
- "line": 236,
5049
- "column": 4,
5050
- "index": 6459
5048
+ "line": 162,
5049
+ "column": 21,
5050
+ "index": 4794
5051
5051
  },
5052
5052
  "end": {
5053
- "line": 249,
5054
- "column": 5,
5055
- "index": 6822
5053
+ "line": 162,
5054
+ "column": 63,
5055
+ "index": 4836
5056
5056
  }
5057
5057
  },
5058
- "filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
5059
- },
5060
- {
5061
- "token": "euiAutoRefresh.autoRefreshLabel",
5062
- "defString": "Auto refresh",
5063
- "highlighting": "string",
5064
- "loc": {
5065
- "start": {
5066
- "line": 51,
5067
- "column": 26,
5068
- "index": 1720
5069
- },
5070
- "end": {
5071
- "line": 54,
5072
- "column": 3,
5073
- "index": 1793
5074
- }
5075
- },
5076
- "filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
5058
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
5077
5059
  },
5078
5060
  {
5079
- "token": "euiAutoRefresh.buttonLabelOff",
5080
- "defString": "Auto refresh is off",
5061
+ "token": "euiPrettyDuration.invalid",
5062
+ "defString": "Invalid date",
5081
5063
  "highlighting": "string",
5082
5064
  "loc": {
5083
5065
  "start": {
5084
- "line": 126,
5066
+ "line": 163,
5085
5067
  "column": 29,
5086
- "index": 3683
5087
- },
5088
- "end": {
5089
- "line": 129,
5090
- "column": 3,
5091
- "index": 3761
5092
- }
5093
- },
5094
- "filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
5095
- },
5096
- {
5097
- "token": "euiAutoRefresh.buttonLabelOn",
5098
- "defString": "Auto refresh is on and set to {prettyInterval}",
5099
- "highlighting": "string",
5100
- "loc": {
5101
- "start": {
5102
- "line": 130,
5103
- "column": 28,
5104
- "index": 3791
5105
- },
5106
- "end": {
5107
- "line": 138,
5108
- "column": 3,
5109
- "index": 4025
5110
- }
5111
- },
5112
- "filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
5113
- },
5114
- {
5115
- "token": "euiDataGridPagination.detailedPaginationLabel",
5116
- "defString": "Pagination for preceding grid: {label}",
5117
- "highlighting": "string",
5118
- "loc": {
5119
- "start": {
5120
- "line": 51,
5121
- "column": 34,
5122
- "index": 1785
5068
+ "index": 4867
5123
5069
  },
5124
5070
  "end": {
5125
- "line": 55,
5071
+ "line": 166,
5126
5072
  "column": 3,
5127
- "index": 1930
5073
+ "index": 4934
5128
5074
  }
5129
5075
  },
5130
- "filepath": "src/components/datagrid/pagination/data_grid_pagination.tsx"
5076
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
5131
5077
  },
5132
5078
  {
5133
- "token": "euiDataGridPagination.paginationLabel",
5134
- "defString": "Pagination for preceding grid",
5079
+ "token": "euiPrettyDuration.fallbackDuration",
5080
+ "defString": "{displayFrom} to {displayTo}",
5135
5081
  "highlighting": "string",
5136
5082
  "loc": {
5137
5083
  "start": {
5138
- "line": 56,
5139
- "column": 26,
5140
- "index": 1958
5084
+ "line": 279,
5085
+ "column": 27,
5086
+ "index": 8267
5141
5087
  },
5142
5088
  "end": {
5143
- "line": 59,
5089
+ "line": 283,
5144
5090
  "column": 3,
5145
- "index": 2054
5091
+ "index": 8391
5146
5092
  }
5147
5093
  },
5148
- "filepath": "src/components/datagrid/pagination/data_grid_pagination.tsx"
5094
+ "filepath": "src/components/date_picker/super_date_picker/pretty_duration.tsx"
5149
5095
  },
5150
5096
  {
5151
5097
  "token": "euiDataGridSchema.booleanSortTextAsc",
@@ -5327,6 +5273,42 @@
5327
5273
  },
5328
5274
  "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5329
5275
  },
5276
+ {
5277
+ "token": "euiDataGridPagination.detailedPaginationLabel",
5278
+ "defString": "Pagination for preceding grid: {label}",
5279
+ "highlighting": "string",
5280
+ "loc": {
5281
+ "start": {
5282
+ "line": 51,
5283
+ "column": 34,
5284
+ "index": 1785
5285
+ },
5286
+ "end": {
5287
+ "line": 55,
5288
+ "column": 3,
5289
+ "index": 1930
5290
+ }
5291
+ },
5292
+ "filepath": "src/components/datagrid/pagination/data_grid_pagination.tsx"
5293
+ },
5294
+ {
5295
+ "token": "euiDataGridPagination.paginationLabel",
5296
+ "defString": "Pagination for preceding grid",
5297
+ "highlighting": "string",
5298
+ "loc": {
5299
+ "start": {
5300
+ "line": 56,
5301
+ "column": 26,
5302
+ "index": 1958
5303
+ },
5304
+ "end": {
5305
+ "line": 59,
5306
+ "column": 3,
5307
+ "index": 2054
5308
+ }
5309
+ },
5310
+ "filepath": "src/components/datagrid/pagination/data_grid_pagination.tsx"
5311
+ },
5330
5312
  {
5331
5313
  "token": "euiKeyboardShortcuts.title",
5332
5314
  "defString": "Keyboard shortcuts",
@@ -5813,42 +5795,6 @@
5813
5795
  },
5814
5796
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
5815
5797
  },
5816
- {
5817
- "token": "euiFullscreenSelector.fullscreenButton",
5818
- "defString": "Enter fullscreen",
5819
- "highlighting": "string",
5820
- "loc": {
5821
- "start": {
5822
- "line": 46,
5823
- "column": 53,
5824
- "index": 1444
5825
- },
5826
- "end": {
5827
- "line": 52,
5828
- "column": 3,
5829
- "index": 1618
5830
- }
5831
- },
5832
- "filepath": "src/components/datagrid/controls/fullscreen_selector.tsx"
5833
- },
5834
- {
5835
- "token": "euiFullscreenSelector.fullscreenButtonActive",
5836
- "defString": "Exit fullscreen",
5837
- "highlighting": "string",
5838
- "loc": {
5839
- "start": {
5840
- "line": 46,
5841
- "column": 53,
5842
- "index": 1444
5843
- },
5844
- "end": {
5845
- "line": 52,
5846
- "column": 3,
5847
- "index": 1618
5848
- }
5849
- },
5850
- "filepath": "src/components/datagrid/controls/fullscreen_selector.tsx"
5851
- },
5852
5798
  {
5853
5799
  "token": "euiDisplaySelector.densityLabel",
5854
5800
  "defString": "Density",
@@ -6029,6 +5975,42 @@
6029
5975
  },
6030
5976
  "filepath": "src/components/datagrid/controls/display_selector.tsx"
6031
5977
  },
5978
+ {
5979
+ "token": "euiFullscreenSelector.fullscreenButton",
5980
+ "defString": "Enter fullscreen",
5981
+ "highlighting": "string",
5982
+ "loc": {
5983
+ "start": {
5984
+ "line": 46,
5985
+ "column": 53,
5986
+ "index": 1444
5987
+ },
5988
+ "end": {
5989
+ "line": 52,
5990
+ "column": 3,
5991
+ "index": 1618
5992
+ }
5993
+ },
5994
+ "filepath": "src/components/datagrid/controls/fullscreen_selector.tsx"
5995
+ },
5996
+ {
5997
+ "token": "euiFullscreenSelector.fullscreenButtonActive",
5998
+ "defString": "Exit fullscreen",
5999
+ "highlighting": "string",
6000
+ "loc": {
6001
+ "start": {
6002
+ "line": 46,
6003
+ "column": 53,
6004
+ "index": 1444
6005
+ },
6006
+ "end": {
6007
+ "line": 52,
6008
+ "column": 3,
6009
+ "index": 1618
6010
+ }
6011
+ },
6012
+ "filepath": "src/components/datagrid/controls/fullscreen_selector.tsx"
6013
+ },
6032
6014
  {
6033
6015
  "token": "euiDataGridToolbarControl.badgeAriaLabel",
6034
6016
  "defString": "Active: {count}",
@@ -6156,158 +6138,68 @@
6156
6138
  "filepath": "src/components/datagrid/controls/column_sorting_draggable.tsx"
6157
6139
  },
6158
6140
  {
6159
- "token": "euiColumnSorting.button",
6160
- "defString": "Sort fields",
6141
+ "token": "euiColumnSelector.dragHandleAriaLabel",
6142
+ "defString": "drag handle",
6161
6143
  "highlighting": "string",
6162
6144
  "loc": {
6163
6145
  "start": {
6164
- "line": 66,
6146
+ "line": 164,
6165
6147
  "column": 30,
6166
- "index": 2120
6148
+ "index": 5119
6167
6149
  },
6168
6150
  "end": {
6169
- "line": 69,
6170
- "column": 5,
6171
- "index": 2190
6151
+ "line": 167,
6152
+ "column": 3,
6153
+ "index": 5197
6172
6154
  }
6173
6155
  },
6174
- "filepath": "src/components/datagrid/controls/column_sorting.tsx"
6156
+ "filepath": "src/components/datagrid/controls/column_selector.tsx"
6175
6157
  },
6176
6158
  {
6177
- "token": "euiColumnSorting.sortFieldAriaLabel",
6178
- "defString": "Sort by: ",
6159
+ "token": "euiColumnSelector.button",
6160
+ "defString": "Columns",
6179
6161
  "highlighting": "string",
6180
6162
  "loc": {
6181
6163
  "start": {
6182
- "line": 70,
6183
- "column": 31,
6184
- "index": 2223
6164
+ "line": 203,
6165
+ "column": 12,
6166
+ "index": 6382
6185
6167
  },
6186
6168
  "end": {
6187
- "line": 73,
6188
- "column": 5,
6189
- "index": 2303
6169
+ "line": 203,
6170
+ "column": 74,
6171
+ "index": 6444
6190
6172
  }
6191
6173
  },
6192
- "filepath": "src/components/datagrid/controls/column_sorting.tsx"
6174
+ "filepath": "src/components/datagrid/controls/column_selector.tsx"
6193
6175
  },
6194
6176
  {
6195
- "token": "euiColumnSorting.emptySorting",
6196
- "defString": "Currently no fields are sorted",
6177
+ "token": "euiColumnSelector.search",
6178
+ "defString": "Search",
6197
6179
  "highlighting": "string",
6198
6180
  "loc": {
6199
6181
  "start": {
6200
- "line": 220,
6201
- "column": 14,
6202
- "index": 6937
6182
+ "line": 209,
6183
+ "column": 12,
6184
+ "index": 6590
6203
6185
  },
6204
6186
  "end": {
6205
- "line": 223,
6206
- "column": 16,
6207
- "index": 7073
6187
+ "line": 215,
6188
+ "column": 13,
6189
+ "index": 6802
6208
6190
  }
6209
6191
  },
6210
- "filepath": "src/components/datagrid/controls/column_sorting.tsx"
6192
+ "filepath": "src/components/datagrid/controls/column_selector.tsx"
6211
6193
  },
6212
6194
  {
6213
- "token": "euiColumnSorting.pickFields",
6214
- "defString": "Pick fields to sort by",
6195
+ "token": "euiColumnSelector.searchcolumns",
6196
+ "defString": "Search columns",
6215
6197
  "highlighting": "string",
6216
6198
  "loc": {
6217
6199
  "start": {
6218
- "line": 253,
6219
- "column": 24,
6220
- "index": 8304
6221
- },
6222
- "end": {
6223
- "line": 256,
6224
- "column": 26,
6225
- "index": 8460
6226
- }
6227
- },
6228
- "filepath": "src/components/datagrid/controls/column_sorting.tsx"
6229
- },
6230
- {
6231
- "token": "euiColumnSorting.clearAll",
6232
- "defString": "Clear sorting",
6233
- "highlighting": "string",
6234
- "loc": {
6235
- "start": {
6236
- "line": 328,
6237
- "column": 20,
6238
- "index": 11814
6239
- },
6240
- "end": {
6241
- "line": 331,
6242
- "column": 22,
6243
- "index": 11947
6244
- }
6245
- },
6246
- "filepath": "src/components/datagrid/controls/column_sorting.tsx"
6247
- },
6248
- {
6249
- "token": "euiColumnSelector.dragHandleAriaLabel",
6250
- "defString": "drag handle",
6251
- "highlighting": "string",
6252
- "loc": {
6253
- "start": {
6254
- "line": 164,
6255
- "column": 30,
6256
- "index": 5119
6257
- },
6258
- "end": {
6259
- "line": 167,
6260
- "column": 3,
6261
- "index": 5197
6262
- }
6263
- },
6264
- "filepath": "src/components/datagrid/controls/column_selector.tsx"
6265
- },
6266
- {
6267
- "token": "euiColumnSelector.button",
6268
- "defString": "Columns",
6269
- "highlighting": "string",
6270
- "loc": {
6271
- "start": {
6272
- "line": 203,
6273
- "column": 12,
6274
- "index": 6382
6275
- },
6276
- "end": {
6277
- "line": 203,
6278
- "column": 74,
6279
- "index": 6444
6280
- }
6281
- },
6282
- "filepath": "src/components/datagrid/controls/column_selector.tsx"
6283
- },
6284
- {
6285
- "token": "euiColumnSelector.search",
6286
- "defString": "Search",
6287
- "highlighting": "string",
6288
- "loc": {
6289
- "start": {
6290
- "line": 209,
6291
- "column": 12,
6292
- "index": 6590
6293
- },
6294
- "end": {
6295
- "line": 215,
6296
- "column": 13,
6297
- "index": 6802
6298
- }
6299
- },
6300
- "filepath": "src/components/datagrid/controls/column_selector.tsx"
6301
- },
6302
- {
6303
- "token": "euiColumnSelector.searchcolumns",
6304
- "defString": "Search columns",
6305
- "highlighting": "string",
6306
- "loc": {
6307
- "start": {
6308
- "line": 209,
6309
- "column": 12,
6310
- "index": 6590
6200
+ "line": 209,
6201
+ "column": 12,
6202
+ "index": 6590
6311
6203
  },
6312
6204
  "end": {
6313
6205
  "line": 215,
@@ -6354,130 +6246,112 @@
6354
6246
  "filepath": "src/components/datagrid/controls/column_selector.tsx"
6355
6247
  },
6356
6248
  {
6357
- "token": "euiCollapsibleNavButton.ariaLabelExpand",
6358
- "defString": "Expand navigation",
6359
- "highlighting": "string",
6360
- "loc": {
6361
- "start": {
6362
- "line": 37,
6363
- "column": 28,
6364
- "index": 1465
6365
- },
6366
- "end": {
6367
- "line": 40,
6368
- "column": 3,
6369
- "index": 1551
6370
- }
6371
- },
6372
- "filepath": "src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.tsx"
6373
- },
6374
- {
6375
- "token": "euiCollapsibleNavButton.ariaLabelCollapse",
6376
- "defString": "Collapse navigation",
6249
+ "token": "euiColumnSorting.button",
6250
+ "defString": "Sort fields",
6377
6251
  "highlighting": "string",
6378
6252
  "loc": {
6379
6253
  "start": {
6380
- "line": 41,
6254
+ "line": 66,
6381
6255
  "column": 30,
6382
- "index": 1583
6256
+ "index": 2120
6383
6257
  },
6384
6258
  "end": {
6385
- "line": 44,
6386
- "column": 3,
6387
- "index": 1673
6259
+ "line": 69,
6260
+ "column": 5,
6261
+ "index": 2190
6388
6262
  }
6389
6263
  },
6390
- "filepath": "src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.tsx"
6264
+ "filepath": "src/components/datagrid/controls/column_sorting.tsx"
6391
6265
  },
6392
6266
  {
6393
- "token": "euiCollapsibleNavButton.ariaLabelOpen",
6394
- "defString": "Open navigation",
6267
+ "token": "euiColumnSorting.sortFieldAriaLabel",
6268
+ "defString": "Sort by: ",
6395
6269
  "highlighting": "string",
6396
6270
  "loc": {
6397
6271
  "start": {
6398
- "line": 45,
6399
- "column": 26,
6400
- "index": 1701
6272
+ "line": 70,
6273
+ "column": 31,
6274
+ "index": 2223
6401
6275
  },
6402
6276
  "end": {
6403
- "line": 48,
6404
- "column": 3,
6405
- "index": 1783
6277
+ "line": 73,
6278
+ "column": 5,
6279
+ "index": 2303
6406
6280
  }
6407
6281
  },
6408
- "filepath": "src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.tsx"
6282
+ "filepath": "src/components/datagrid/controls/column_sorting.tsx"
6409
6283
  },
6410
6284
  {
6411
- "token": "euiCollapsibleNavButton.ariaLabelClose",
6412
- "defString": "Close navigation",
6285
+ "token": "euiColumnSorting.emptySorting",
6286
+ "defString": "Currently no fields are sorted",
6413
6287
  "highlighting": "string",
6414
6288
  "loc": {
6415
6289
  "start": {
6416
- "line": 49,
6417
- "column": 27,
6418
- "index": 1812
6290
+ "line": 220,
6291
+ "column": 14,
6292
+ "index": 6937
6419
6293
  },
6420
6294
  "end": {
6421
- "line": 52,
6422
- "column": 3,
6423
- "index": 1896
6295
+ "line": 223,
6296
+ "column": 16,
6297
+ "index": 7073
6424
6298
  }
6425
6299
  },
6426
- "filepath": "src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.tsx"
6300
+ "filepath": "src/components/datagrid/controls/column_sorting.tsx"
6427
6301
  },
6428
6302
  {
6429
- "token": "euiCollapsibleNavKibanaSolution.switcherTitle",
6430
- "defString": "Solution view",
6303
+ "token": "euiColumnSorting.pickFields",
6304
+ "defString": "Pick fields to sort by",
6431
6305
  "highlighting": "string",
6432
6306
  "loc": {
6433
6307
  "start": {
6434
- "line": 73,
6435
- "column": 40,
6436
- "index": 2535
6308
+ "line": 253,
6309
+ "column": 24,
6310
+ "index": 8304
6437
6311
  },
6438
6312
  "end": {
6439
- "line": 76,
6440
- "column": 3,
6441
- "index": 2623
6313
+ "line": 256,
6314
+ "column": 26,
6315
+ "index": 8460
6442
6316
  }
6443
6317
  },
6444
- "filepath": "src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.tsx"
6318
+ "filepath": "src/components/datagrid/controls/column_sorting.tsx"
6445
6319
  },
6446
6320
  {
6447
- "token": "euiCollapsibleNavKibanaSolution.switcherAriaLabel",
6448
- "defString": " - click to switch to another solution",
6321
+ "token": "euiColumnSorting.clearAll",
6322
+ "defString": "Clear sorting",
6449
6323
  "highlighting": "string",
6450
6324
  "loc": {
6451
6325
  "start": {
6452
- "line": 77,
6453
- "column": 44,
6454
- "index": 2669
6326
+ "line": 328,
6327
+ "column": 20,
6328
+ "index": 11814
6455
6329
  },
6456
6330
  "end": {
6457
- "line": 80,
6458
- "column": 3,
6459
- "index": 2786
6331
+ "line": 331,
6332
+ "column": 22,
6333
+ "index": 11947
6460
6334
  }
6461
6335
  },
6462
- "filepath": "src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.tsx"
6336
+ "filepath": "src/components/datagrid/controls/column_sorting.tsx"
6463
6337
  },
6464
6338
  {
6465
- "token": "euiCollapsibleNavKibanaSolution.groupLabel",
6466
- "defString": "Navigate to solution",
6339
+ "token": "euiComboBoxPill.removeSelection",
6340
+ "defString": "Remove {children} from selection in this group",
6467
6341
  "highlighting": "string",
6468
6342
  "loc": {
6469
6343
  "start": {
6470
- "line": 81,
6471
- "column": 37,
6472
- "index": 2825
6344
+ "line": 67,
6345
+ "column": 6,
6346
+ "index": 2037
6473
6347
  },
6474
6348
  "end": {
6475
- "line": 84,
6476
- "column": 3,
6477
- "index": 2917
6349
+ "line": 71,
6350
+ "column": 7,
6351
+ "index": 2196
6478
6352
  }
6479
6353
  },
6480
- "filepath": "src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.tsx"
6354
+ "filepath": "src/components/combo_box/combo_box_input/combo_box_pill.tsx"
6481
6355
  },
6482
6356
  {
6483
6357
  "token": "euiComboBoxOptionsList.loadingOptions",
@@ -6605,24 +6479,6 @@
6605
6479
  },
6606
6480
  "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6607
6481
  },
6608
- {
6609
- "token": "euiComboBoxPill.removeSelection",
6610
- "defString": "Remove {children} from selection in this group",
6611
- "highlighting": "string",
6612
- "loc": {
6613
- "start": {
6614
- "line": 67,
6615
- "column": 6,
6616
- "index": 2037
6617
- },
6618
- "end": {
6619
- "line": 71,
6620
- "column": 7,
6621
- "index": 2196
6622
- }
6623
- },
6624
- "filepath": "src/components/combo_box/combo_box_input/combo_box_pill.tsx"
6625
- },
6626
6482
  {
6627
6483
  "token": "euiCardSelect.selected",
6628
6484
  "defString": "Selected",
@@ -6634,372 +6490,66 @@
6634
6490
  "index": 1522
6635
6491
  },
6636
6492
  "end": {
6637
- "line": 63,
6638
- "column": 72,
6639
- "index": 1583
6640
- }
6641
- },
6642
- "filepath": "src/components/card/card_select/card_select.tsx"
6643
- },
6644
- {
6645
- "token": "euiCardSelect.unavailable",
6646
- "defString": "Unavailable",
6647
- "highlighting": "string",
6648
- "loc": {
6649
- "start": {
6650
- "line": 65,
6651
- "column": 11,
6652
- "index": 1623
6653
- },
6654
- "end": {
6655
- "line": 65,
6656
- "column": 78,
6657
- "index": 1690
6658
- }
6659
- },
6660
- "filepath": "src/components/card/card_select/card_select.tsx"
6661
- },
6662
- {
6663
- "token": "euiCardSelect.select",
6664
- "defString": "Select",
6665
- "highlighting": "string",
6666
- "loc": {
6667
- "start": {
6668
- "line": 67,
6669
- "column": 11,
6670
- "index": 1714
6671
- },
6672
- "end": {
6673
- "line": 67,
6674
- "column": 68,
6675
- "index": 1771
6676
- }
6677
- },
6678
- "filepath": "src/components/card/card_select/card_select.tsx"
6679
- },
6680
- {
6681
- "token": "euiAccordionChildrenLoading.message",
6682
- "defString": "Loading",
6683
- "highlighting": "string",
6684
- "loc": {
6685
- "start": {
6686
- "line": 39,
6687
- "column": 12,
6688
- "index": 1176
6689
- },
6690
- "end": {
6691
- "line": 42,
6692
- "column": 14,
6693
- "index": 1289
6694
- }
6695
- },
6696
- "filepath": "src/components/accordion/accordion_children/accordion_children_loading.tsx"
6697
- },
6698
- {
6699
- "token": "euiRelativeTab.numberInputLabel",
6700
- "defString": "Time span amount",
6701
- "highlighting": "string",
6702
- "loc": {
6703
- "start": {
6704
- "line": 126,
6705
- "column": 26,
6706
- "index": 3914
6707
- },
6708
- "end": {
6709
- "line": 129,
6710
- "column": 3,
6711
- "index": 3991
6712
- }
6713
- },
6714
- "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6715
- },
6716
- {
6717
- "token": "euiRelativeTab.numberInputError",
6718
- "defString": "Must be >= 0",
6719
- "highlighting": "string",
6720
- "loc": {
6721
- "start": {
6722
- "line": 130,
6723
- "column": 27,
6724
- "index": 4020
6725
- },
6726
- "end": {
6727
- "line": 133,
6728
- "column": 3,
6729
- "index": 4093
6730
- }
6731
- },
6732
- "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6733
- },
6734
- {
6735
- "token": "euiRelativeTab.dateInputError",
6736
- "defString": "Must be a valid range",
6737
- "highlighting": "string",
6738
- "loc": {
6739
- "start": {
6740
- "line": 134,
6741
- "column": 25,
6742
- "index": 4120
6743
- },
6744
- "end": {
6745
- "line": 137,
6746
- "column": 3,
6747
- "index": 4200
6748
- }
6749
- },
6750
- "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6751
- },
6752
- {
6753
- "token": "euiRelativeTab.unitInputLabel",
6754
- "defString": "Relative time span",
6755
- "highlighting": "string",
6756
- "loc": {
6757
- "start": {
6758
- "line": 138,
6759
- "column": 30,
6760
- "index": 4232
6761
- },
6762
- "end": {
6763
- "line": 141,
6764
- "column": 3,
6765
- "index": 4309
6766
- }
6767
- },
6768
- "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6769
- },
6770
- {
6771
- "token": "euiRelativeTab.fullDescription",
6772
- "defString": "The unit is changeable. Currently set to {unit}.",
6773
- "highlighting": "string",
6774
- "loc": {
6775
- "start": {
6776
- "line": 193,
6777
- "column": 12,
6778
- "index": 5951
6779
- },
6780
- "end": {
6781
- "line": 197,
6782
- "column": 14,
6783
- "index": 6132
6784
- }
6785
- },
6786
- "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6787
- },
6788
- {
6789
- "token": "euiDatePopoverContent.startDateLabel",
6790
- "defString": "Start date",
6791
- "highlighting": "string",
6792
- "loc": {
6793
- "start": {
6794
- "line": 77,
6795
- "column": 25,
6796
- "index": 2286
6797
- },
6798
- "end": {
6799
- "line": 80,
6800
- "column": 3,
6801
- "index": 2362
6802
- }
6803
- },
6804
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6805
- },
6806
- {
6807
- "token": "euiDatePopoverContent.endDateLabel",
6808
- "defString": "End date",
6809
- "highlighting": "string",
6810
- "loc": {
6811
- "start": {
6812
- "line": 81,
6813
- "column": 23,
6814
- "index": 2387
6815
- },
6816
- "end": {
6817
- "line": 84,
6818
- "column": 3,
6819
- "index": 2459
6820
- }
6821
- },
6822
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6823
- },
6824
- {
6825
- "token": "euiDatePopoverContent.absoluteTabLabel",
6826
- "defString": "Absolute",
6827
- "highlighting": "string",
6828
- "loc": {
6829
- "start": {
6830
- "line": 87,
6831
- "column": 24,
6832
- "index": 2562
6833
- },
6834
- "end": {
6835
- "line": 90,
6836
- "column": 3,
6837
- "index": 2638
6838
- }
6839
- },
6840
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6841
- },
6842
- {
6843
- "token": "euiDatePopoverContent.relativeTabLabel",
6844
- "defString": "Relative",
6845
- "highlighting": "string",
6846
- "loc": {
6847
- "start": {
6848
- "line": 91,
6849
- "column": 24,
6850
- "index": 2664
6851
- },
6852
- "end": {
6853
- "line": 94,
6854
- "column": 3,
6855
- "index": 2740
6856
- }
6857
- },
6858
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6859
- },
6860
- {
6861
- "token": "euiDatePopoverContent.nowTabLabel",
6862
- "defString": "Now",
6863
- "highlighting": "string",
6864
- "loc": {
6865
- "start": {
6866
- "line": 95,
6867
- "column": 19,
6868
- "index": 2761
6869
- },
6870
- "end": {
6871
- "line": 95,
6872
- "column": 73,
6873
- "index": 2815
6874
- }
6875
- },
6876
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6877
- },
6878
- {
6879
- "token": "euiDatePopoverContent.nowTabContent",
6880
- "defString": "Setting the time to \"now\" means that on every refresh this time will be set to the time of the refresh.",
6881
- "highlighting": "string",
6882
- "loc": {
6883
- "start": {
6884
- "line": 145,
6885
- "column": 12,
6886
- "index": 4197
6887
- },
6888
- "end": {
6889
- "line": 148,
6890
- "column": 14,
6891
- "index": 4406
6892
- }
6893
- },
6894
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6895
- },
6896
- {
6897
- "token": "euiDatePopoverContent.nowTabButtonStart",
6898
- "defString": "Set start date and time to now",
6899
- "highlighting": "string",
6900
- "loc": {
6901
- "start": {
6902
- "line": 160,
6903
- "column": 14,
6904
- "index": 4696
6905
- },
6906
- "end": {
6907
- "line": 163,
6908
- "column": 16,
6909
- "index": 4842
6910
- }
6911
- },
6912
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6913
- },
6914
- {
6915
- "token": "euiDatePopoverContent.nowTabButtonEnd",
6916
- "defString": "Set end date and time to now",
6917
- "highlighting": "string",
6918
- "loc": {
6919
- "start": {
6920
- "line": 165,
6921
- "column": 14,
6922
- "index": 4875
6923
- },
6924
- "end": {
6925
- "line": 168,
6926
- "column": 16,
6927
- "index": 5017
6928
- }
6929
- },
6930
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6931
- },
6932
- {
6933
- "token": "euiDatePopoverButton.invalidTitle",
6934
- "defString": "Invalid date: {title}",
6935
- "highlighting": "string",
6936
- "loc": {
6937
- "start": {
6938
- "line": 108,
6939
- "column": 23,
6940
- "index": 3102
6941
- },
6942
- "end": {
6943
- "line": 112,
6944
- "column": 3,
6945
- "index": 3201
6493
+ "line": 63,
6494
+ "column": 72,
6495
+ "index": 1583
6946
6496
  }
6947
6497
  },
6948
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_button.tsx"
6498
+ "filepath": "src/components/card/card_select/card_select.tsx"
6949
6499
  },
6950
6500
  {
6951
- "token": "euiDatePopoverButton.outdatedTitle",
6952
- "defString": "Update needed: {title}",
6501
+ "token": "euiCardSelect.unavailable",
6502
+ "defString": "Unavailable",
6953
6503
  "highlighting": "string",
6954
6504
  "loc": {
6955
6505
  "start": {
6956
- "line": 113,
6957
- "column": 24,
6958
- "index": 3227
6506
+ "line": 65,
6507
+ "column": 11,
6508
+ "index": 1623
6959
6509
  },
6960
6510
  "end": {
6961
- "line": 117,
6962
- "column": 3,
6963
- "index": 3328
6511
+ "line": 65,
6512
+ "column": 78,
6513
+ "index": 1690
6964
6514
  }
6965
6515
  },
6966
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_button.tsx"
6516
+ "filepath": "src/components/card/card_select/card_select.tsx"
6967
6517
  },
6968
6518
  {
6969
- "token": "euiAbsoluteTab.dateFormatButtonLabel",
6970
- "defString": "Parse date",
6519
+ "token": "euiCardSelect.select",
6520
+ "defString": "Select",
6971
6521
  "highlighting": "string",
6972
6522
  "loc": {
6973
6523
  "start": {
6974
- "line": 96,
6975
- "column": 28,
6976
- "index": 2900
6524
+ "line": 67,
6525
+ "column": 11,
6526
+ "index": 1714
6977
6527
  },
6978
6528
  "end": {
6979
- "line": 99,
6980
- "column": 3,
6981
- "index": 2976
6529
+ "line": 67,
6530
+ "column": 68,
6531
+ "index": 1771
6982
6532
  }
6983
6533
  },
6984
- "filepath": "src/components/date_picker/super_date_picker/date_popover/absolute_tab.tsx"
6534
+ "filepath": "src/components/card/card_select/card_select.tsx"
6985
6535
  },
6986
6536
  {
6987
- "token": "euiAbsoluteTab.dateFormatError",
6988
- "defString": "Allowed formats: {dateFormat}, ISO 8601, RFC 2822, or Unix timestamp.",
6537
+ "token": "euiAccordionChildrenLoading.message",
6538
+ "defString": "Loading",
6989
6539
  "highlighting": "string",
6990
6540
  "loc": {
6991
6541
  "start": {
6992
- "line": 100,
6993
- "column": 26,
6994
- "index": 3004
6542
+ "line": 39,
6543
+ "column": 12,
6544
+ "index": 1176
6995
6545
  },
6996
6546
  "end": {
6997
- "line": 104,
6998
- "column": 3,
6999
- "index": 3186
6547
+ "line": 42,
6548
+ "column": 14,
6549
+ "index": 1289
7000
6550
  }
7001
6551
  },
7002
- "filepath": "src/components/date_picker/super_date_picker/date_popover/absolute_tab.tsx"
6552
+ "filepath": "src/components/accordion/accordion_children/accordion_children_loading.tsx"
7003
6553
  },
7004
6554
  {
7005
6555
  "token": "euiRecentlyUsed.legend",
@@ -7151,161 +6701,359 @@
7151
6701
  "highlighting": "string",
7152
6702
  "loc": {
7153
6703
  "start": {
7154
- "line": 270,
7155
- "column": 14,
7156
- "index": 8674
6704
+ "line": 270,
6705
+ "column": 14,
6706
+ "index": 8674
6707
+ },
6708
+ "end": {
6709
+ "line": 270,
6710
+ "column": 76,
6711
+ "index": 8736
6712
+ }
6713
+ },
6714
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6715
+ },
6716
+ {
6717
+ "token": "euiQuickSelect.fullDescription",
6718
+ "defString": "Currently set to {timeTense} {timeValue} {timeUnit}.",
6719
+ "highlighting": "string",
6720
+ "loc": {
6721
+ "start": {
6722
+ "line": 276,
6723
+ "column": 12,
6724
+ "index": 8893
6725
+ },
6726
+ "end": {
6727
+ "line": 284,
6728
+ "column": 14,
6729
+ "index": 9167
6730
+ }
6731
+ },
6732
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6733
+ },
6734
+ {
6735
+ "token": "euiCommonlyUsedTimeRanges.legend",
6736
+ "defString": "Commonly used",
6737
+ "highlighting": "string",
6738
+ "loc": {
6739
+ "start": {
6740
+ "line": 27,
6741
+ "column": 16,
6742
+ "index": 995
6743
+ },
6744
+ "end": {
6745
+ "line": 27,
6746
+ "column": 79,
6747
+ "index": 1058
6748
+ }
6749
+ },
6750
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/commonly_used_time_ranges.tsx"
6751
+ },
6752
+ {
6753
+ "token": "euiRelativeTab.numberInputLabel",
6754
+ "defString": "Time span amount",
6755
+ "highlighting": "string",
6756
+ "loc": {
6757
+ "start": {
6758
+ "line": 126,
6759
+ "column": 26,
6760
+ "index": 3914
6761
+ },
6762
+ "end": {
6763
+ "line": 129,
6764
+ "column": 3,
6765
+ "index": 3991
6766
+ }
6767
+ },
6768
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6769
+ },
6770
+ {
6771
+ "token": "euiRelativeTab.numberInputError",
6772
+ "defString": "Must be >= 0",
6773
+ "highlighting": "string",
6774
+ "loc": {
6775
+ "start": {
6776
+ "line": 130,
6777
+ "column": 27,
6778
+ "index": 4020
6779
+ },
6780
+ "end": {
6781
+ "line": 133,
6782
+ "column": 3,
6783
+ "index": 4093
6784
+ }
6785
+ },
6786
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6787
+ },
6788
+ {
6789
+ "token": "euiRelativeTab.dateInputError",
6790
+ "defString": "Must be a valid range",
6791
+ "highlighting": "string",
6792
+ "loc": {
6793
+ "start": {
6794
+ "line": 134,
6795
+ "column": 25,
6796
+ "index": 4120
6797
+ },
6798
+ "end": {
6799
+ "line": 137,
6800
+ "column": 3,
6801
+ "index": 4200
6802
+ }
6803
+ },
6804
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6805
+ },
6806
+ {
6807
+ "token": "euiRelativeTab.unitInputLabel",
6808
+ "defString": "Relative time span",
6809
+ "highlighting": "string",
6810
+ "loc": {
6811
+ "start": {
6812
+ "line": 138,
6813
+ "column": 30,
6814
+ "index": 4232
6815
+ },
6816
+ "end": {
6817
+ "line": 141,
6818
+ "column": 3,
6819
+ "index": 4309
6820
+ }
6821
+ },
6822
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6823
+ },
6824
+ {
6825
+ "token": "euiRelativeTab.fullDescription",
6826
+ "defString": "The unit is changeable. Currently set to {unit}.",
6827
+ "highlighting": "string",
6828
+ "loc": {
6829
+ "start": {
6830
+ "line": 193,
6831
+ "column": 12,
6832
+ "index": 5951
6833
+ },
6834
+ "end": {
6835
+ "line": 197,
6836
+ "column": 14,
6837
+ "index": 6132
6838
+ }
6839
+ },
6840
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6841
+ },
6842
+ {
6843
+ "token": "euiDatePopoverContent.startDateLabel",
6844
+ "defString": "Start date",
6845
+ "highlighting": "string",
6846
+ "loc": {
6847
+ "start": {
6848
+ "line": 77,
6849
+ "column": 25,
6850
+ "index": 2286
6851
+ },
6852
+ "end": {
6853
+ "line": 80,
6854
+ "column": 3,
6855
+ "index": 2362
6856
+ }
6857
+ },
6858
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6859
+ },
6860
+ {
6861
+ "token": "euiDatePopoverContent.endDateLabel",
6862
+ "defString": "End date",
6863
+ "highlighting": "string",
6864
+ "loc": {
6865
+ "start": {
6866
+ "line": 81,
6867
+ "column": 23,
6868
+ "index": 2387
6869
+ },
6870
+ "end": {
6871
+ "line": 84,
6872
+ "column": 3,
6873
+ "index": 2459
6874
+ }
6875
+ },
6876
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6877
+ },
6878
+ {
6879
+ "token": "euiDatePopoverContent.absoluteTabLabel",
6880
+ "defString": "Absolute",
6881
+ "highlighting": "string",
6882
+ "loc": {
6883
+ "start": {
6884
+ "line": 87,
6885
+ "column": 24,
6886
+ "index": 2562
6887
+ },
6888
+ "end": {
6889
+ "line": 90,
6890
+ "column": 3,
6891
+ "index": 2638
6892
+ }
6893
+ },
6894
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6895
+ },
6896
+ {
6897
+ "token": "euiDatePopoverContent.relativeTabLabel",
6898
+ "defString": "Relative",
6899
+ "highlighting": "string",
6900
+ "loc": {
6901
+ "start": {
6902
+ "line": 91,
6903
+ "column": 24,
6904
+ "index": 2664
7157
6905
  },
7158
6906
  "end": {
7159
- "line": 270,
7160
- "column": 76,
7161
- "index": 8736
6907
+ "line": 94,
6908
+ "column": 3,
6909
+ "index": 2740
7162
6910
  }
7163
6911
  },
7164
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6912
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
7165
6913
  },
7166
6914
  {
7167
- "token": "euiQuickSelect.fullDescription",
7168
- "defString": "Currently set to {timeTense} {timeValue} {timeUnit}.",
6915
+ "token": "euiDatePopoverContent.nowTabLabel",
6916
+ "defString": "Now",
7169
6917
  "highlighting": "string",
7170
6918
  "loc": {
7171
6919
  "start": {
7172
- "line": 276,
7173
- "column": 12,
7174
- "index": 8893
6920
+ "line": 95,
6921
+ "column": 19,
6922
+ "index": 2761
7175
6923
  },
7176
6924
  "end": {
7177
- "line": 284,
7178
- "column": 14,
7179
- "index": 9167
6925
+ "line": 95,
6926
+ "column": 73,
6927
+ "index": 2815
7180
6928
  }
7181
6929
  },
7182
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6930
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
7183
6931
  },
7184
6932
  {
7185
- "token": "euiCommonlyUsedTimeRanges.legend",
7186
- "defString": "Commonly used",
6933
+ "token": "euiDatePopoverContent.nowTabContent",
6934
+ "defString": "Setting the time to \"now\" means that on every refresh this time will be set to the time of the refresh.",
7187
6935
  "highlighting": "string",
7188
6936
  "loc": {
7189
6937
  "start": {
7190
- "line": 27,
7191
- "column": 16,
7192
- "index": 995
6938
+ "line": 145,
6939
+ "column": 12,
6940
+ "index": 4197
7193
6941
  },
7194
6942
  "end": {
7195
- "line": 27,
7196
- "column": 79,
7197
- "index": 1058
6943
+ "line": 148,
6944
+ "column": 14,
6945
+ "index": 4406
7198
6946
  }
7199
6947
  },
7200
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/commonly_used_time_ranges.tsx"
6948
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
7201
6949
  },
7202
6950
  {
7203
- "token": "euiDataGridCell.focusTrapExitPrompt",
7204
- "defString": "Exited cell content.",
6951
+ "token": "euiDatePopoverContent.nowTabButtonStart",
6952
+ "defString": "Set start date and time to now",
7205
6953
  "highlighting": "string",
7206
6954
  "loc": {
7207
6955
  "start": {
7208
- "line": 193,
7209
- "column": 10,
7210
- "index": 6845
6956
+ "line": 160,
6957
+ "column": 14,
6958
+ "index": 4696
7211
6959
  },
7212
6960
  "end": {
7213
- "line": 197,
7214
- "column": 12,
7215
- "index": 7016
6961
+ "line": 163,
6962
+ "column": 16,
6963
+ "index": 4842
7216
6964
  }
7217
6965
  },
7218
- "filepath": "src/components/datagrid/body/cell/focus_utils.tsx"
6966
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
7219
6967
  },
7220
6968
  {
7221
- "token": "euiDataGridCell.focusTrapEnterPrompt",
7222
- "defString": "Press the Enter key to interact with this cell's contents.",
6969
+ "token": "euiDatePopoverContent.nowTabButtonEnd",
6970
+ "defString": "Set end date and time to now",
7223
6971
  "highlighting": "string",
7224
6972
  "loc": {
7225
6973
  "start": {
7226
- "line": 200,
7227
- "column": 10,
7228
- "index": 7067
6974
+ "line": 165,
6975
+ "column": 14,
6976
+ "index": 4875
7229
6977
  },
7230
6978
  "end": {
7231
- "line": 204,
7232
- "column": 12,
7233
- "index": 7277
6979
+ "line": 168,
6980
+ "column": 16,
6981
+ "index": 5017
7234
6982
  }
7235
6983
  },
7236
- "filepath": "src/components/datagrid/body/cell/focus_utils.tsx"
6984
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
7237
6985
  },
7238
6986
  {
7239
- "token": "euiDataGridCell.focusTrapEnteredExitPrompt",
7240
- "defString": "Press the Escape key to exit the cell.",
6987
+ "token": "euiDatePopoverButton.invalidTitle",
6988
+ "defString": "Invalid date: {title}",
7241
6989
  "highlighting": "string",
7242
6990
  "loc": {
7243
6991
  "start": {
7244
- "line": 209,
7245
- "column": 10,
7246
- "index": 7383
6992
+ "line": 108,
6993
+ "column": 23,
6994
+ "index": 3102
7247
6995
  },
7248
6996
  "end": {
7249
- "line": 213,
7250
- "column": 12,
7251
- "index": 7579
6997
+ "line": 112,
6998
+ "column": 3,
6999
+ "index": 3201
7252
7000
  }
7253
7001
  },
7254
- "filepath": "src/components/datagrid/body/cell/focus_utils.tsx"
7002
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_button.tsx"
7255
7003
  },
7256
7004
  {
7257
- "token": "euiDataGridCellActions.expandButtonTitle",
7258
- "defString": "Click or hit enter to interact with cell content",
7005
+ "token": "euiDatePopoverButton.outdatedTitle",
7006
+ "defString": "Update needed: {title}",
7259
7007
  "highlighting": "string",
7260
7008
  "loc": {
7261
7009
  "start": {
7262
- "line": 50,
7263
- "column": 6,
7264
- "index": 1716
7010
+ "line": 113,
7011
+ "column": 24,
7012
+ "index": 3227
7265
7013
  },
7266
7014
  "end": {
7267
- "line": 54,
7268
- "column": 7,
7269
- "index": 1879
7015
+ "line": 117,
7016
+ "column": 3,
7017
+ "index": 3328
7270
7018
  }
7271
7019
  },
7272
- "filepath": "src/components/datagrid/body/cell/data_grid_cell_actions.tsx"
7020
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_button.tsx"
7273
7021
  },
7274
7022
  {
7275
- "token": "euiDataGridCell.position",
7276
- "defString": "{columnName}, column {columnIndex}, row {rowIndex}",
7023
+ "token": "euiAbsoluteTab.dateFormatButtonLabel",
7024
+ "defString": "Parse date",
7277
7025
  "highlighting": "string",
7278
7026
  "loc": {
7279
7027
  "start": {
7280
- "line": 748,
7281
- "column": 23,
7282
- "index": 23788
7028
+ "line": 96,
7029
+ "column": 28,
7030
+ "index": 2900
7283
7031
  },
7284
7032
  "end": {
7285
- "line": 752,
7033
+ "line": 99,
7286
7034
  "column": 3,
7287
- "index": 23935
7035
+ "index": 2976
7288
7036
  }
7289
7037
  },
7290
- "filepath": "src/components/datagrid/body/cell/data_grid_cell.tsx"
7038
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/absolute_tab.tsx"
7291
7039
  },
7292
7040
  {
7293
- "token": "euiDataGridCell.expansionEnterPrompt",
7294
- "defString": "Press the Enter key to expand this cell.",
7041
+ "token": "euiAbsoluteTab.dateFormatError",
7042
+ "defString": "Allowed formats: {dateFormat}, ISO 8601, RFC 2822, or Unix timestamp.",
7295
7043
  "highlighting": "string",
7296
7044
  "loc": {
7297
7045
  "start": {
7298
- "line": 753,
7299
- "column": 25,
7300
- "index": 23962
7046
+ "line": 100,
7047
+ "column": 26,
7048
+ "index": 3004
7301
7049
  },
7302
7050
  "end": {
7303
- "line": 756,
7051
+ "line": 104,
7304
7052
  "column": 3,
7305
- "index": 24068
7053
+ "index": 3186
7306
7054
  }
7307
7055
  },
7308
- "filepath": "src/components/datagrid/body/cell/data_grid_cell.tsx"
7056
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/absolute_tab.tsx"
7309
7057
  },
7310
7058
  {
7311
7059
  "token": "euiDataGridHeaderCell.sortedByAscendingSingle",
@@ -7596,21 +7344,111 @@
7596
7344
  "filepath": "src/components/datagrid/body/header/column_actions.tsx"
7597
7345
  },
7598
7346
  {
7599
- "token": "euiCollapsedNavButton.ariaLabelButtonIcon",
7600
- "defString": "{title}, quick navigation menu",
7347
+ "token": "euiDataGridCell.focusTrapExitPrompt",
7348
+ "defString": "Exited cell content.",
7601
7349
  "highlighting": "string",
7602
7350
  "loc": {
7603
7351
  "start": {
7604
- "line": 67,
7605
- "column": 30,
7606
- "index": 2043
7352
+ "line": 193,
7353
+ "column": 10,
7354
+ "index": 6845
7607
7355
  },
7608
7356
  "end": {
7609
- "line": 71,
7357
+ "line": 197,
7358
+ "column": 12,
7359
+ "index": 7016
7360
+ }
7361
+ },
7362
+ "filepath": "src/components/datagrid/body/cell/focus_utils.tsx"
7363
+ },
7364
+ {
7365
+ "token": "euiDataGridCell.focusTrapEnterPrompt",
7366
+ "defString": "Press the Enter key to interact with this cell's contents.",
7367
+ "highlighting": "string",
7368
+ "loc": {
7369
+ "start": {
7370
+ "line": 200,
7371
+ "column": 10,
7372
+ "index": 7067
7373
+ },
7374
+ "end": {
7375
+ "line": 204,
7376
+ "column": 12,
7377
+ "index": 7277
7378
+ }
7379
+ },
7380
+ "filepath": "src/components/datagrid/body/cell/focus_utils.tsx"
7381
+ },
7382
+ {
7383
+ "token": "euiDataGridCell.focusTrapEnteredExitPrompt",
7384
+ "defString": "Press the Escape key to exit the cell.",
7385
+ "highlighting": "string",
7386
+ "loc": {
7387
+ "start": {
7388
+ "line": 209,
7389
+ "column": 10,
7390
+ "index": 7383
7391
+ },
7392
+ "end": {
7393
+ "line": 213,
7394
+ "column": 12,
7395
+ "index": 7579
7396
+ }
7397
+ },
7398
+ "filepath": "src/components/datagrid/body/cell/focus_utils.tsx"
7399
+ },
7400
+ {
7401
+ "token": "euiDataGridCellActions.expandButtonTitle",
7402
+ "defString": "Click or hit enter to interact with cell content",
7403
+ "highlighting": "string",
7404
+ "loc": {
7405
+ "start": {
7406
+ "line": 50,
7407
+ "column": 6,
7408
+ "index": 1716
7409
+ },
7410
+ "end": {
7411
+ "line": 54,
7412
+ "column": 7,
7413
+ "index": 1879
7414
+ }
7415
+ },
7416
+ "filepath": "src/components/datagrid/body/cell/data_grid_cell_actions.tsx"
7417
+ },
7418
+ {
7419
+ "token": "euiDataGridCell.position",
7420
+ "defString": "{columnName}, column {columnIndex}, row {rowIndex}",
7421
+ "highlighting": "string",
7422
+ "loc": {
7423
+ "start": {
7424
+ "line": 748,
7425
+ "column": 23,
7426
+ "index": 23788
7427
+ },
7428
+ "end": {
7429
+ "line": 752,
7430
+ "column": 3,
7431
+ "index": 23935
7432
+ }
7433
+ },
7434
+ "filepath": "src/components/datagrid/body/cell/data_grid_cell.tsx"
7435
+ },
7436
+ {
7437
+ "token": "euiDataGridCell.expansionEnterPrompt",
7438
+ "defString": "Press the Enter key to expand this cell.",
7439
+ "highlighting": "string",
7440
+ "loc": {
7441
+ "start": {
7442
+ "line": 753,
7443
+ "column": 25,
7444
+ "index": 23962
7445
+ },
7446
+ "end": {
7447
+ "line": 756,
7610
7448
  "column": 3,
7611
- "index": 2159
7449
+ "index": 24068
7612
7450
  }
7613
7451
  },
7614
- "filepath": "src/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.tsx"
7452
+ "filepath": "src/components/datagrid/body/cell/data_grid_cell.tsx"
7615
7453
  }
7616
7454
  ]