@elastic/eui 111.0.0 → 111.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) 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 +36 -55
  5. package/es/components/basic_table/in_memory_table.js +6 -6
  6. package/es/components/beacon/beacon.styles.js +1 -1
  7. package/es/components/button/button_display/_button_display_content.js +1 -1
  8. package/es/components/button/button_empty/button_empty.js +1 -1
  9. package/es/components/button/button_group/button_group.js +1 -1
  10. package/es/components/button/button_group/button_group_button.js +1 -1
  11. package/es/components/button/button_icon/button_icon.js +1 -1
  12. package/es/components/button/index.js +2 -1
  13. package/es/components/button/split_button/index.js +10 -0
  14. package/es/components/button/split_button/split_button.js +120 -0
  15. package/es/components/button/split_button/split_button.styles.js +51 -0
  16. package/es/components/button/split_button/split_button_actions.js +115 -0
  17. package/es/components/button/split_button/split_button_context.js +14 -0
  18. package/es/components/call_out/call_out.js +1 -1
  19. package/es/components/card/card.js +1 -1
  20. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  21. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  22. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  23. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  24. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  25. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  26. package/es/components/comment_list/comment.js +2 -2
  27. package/es/components/comment_list/comment_event.js +1 -1
  28. package/es/components/comment_list/comment_list.js +2 -2
  29. package/es/components/comment_list/comment_timeline.js +1 -1
  30. package/es/components/context_menu/context_menu_item.js +1 -1
  31. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  32. package/es/components/datagrid/body/data_grid_body.js +7 -7
  33. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  34. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  35. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  36. package/es/components/datagrid/controls/column_sorting.js +7 -7
  37. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  38. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  39. package/es/components/datagrid/controls/fullscreen_selector.styles.js +1 -1
  40. package/es/components/datagrid/utils/in_memory.js +6 -6
  41. package/es/components/date_picker/date_picker.js +2 -2
  42. package/es/components/date_picker/date_picker_range.js +1 -1
  43. package/es/components/empty_prompt/empty_prompt.js +2 -2
  44. package/es/components/flex/flex_group.js +1 -1
  45. package/es/components/flyout/flyout.styles.js +1 -0
  46. package/es/components/form/field_number/field_number.js +2 -2
  47. package/es/components/form/field_text/field_text.js +2 -2
  48. package/es/components/form/form_control_button/form_control_button.js +1 -1
  49. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  50. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  51. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  52. package/es/components/form/text_area/text_area.js +2 -2
  53. package/es/components/header/header_links/header_link.js +1 -1
  54. package/es/components/header/header_links/header_links.js +1 -1
  55. package/es/components/header/header_logo/header_logo.js +1 -1
  56. package/es/components/header/header_section/header_section_item_button.js +1 -1
  57. package/es/components/horizontal_rule/horizontal_rule.js +1 -1
  58. package/es/components/icon/assets/agentBuilderRobot.js +37 -0
  59. package/es/components/icon/assets/cross_project_search.js +35 -0
  60. package/es/components/icon/assets/dashed_circle.js +35 -0
  61. package/es/components/icon/assets/product_robot.js +37 -0
  62. package/es/components/icon/icon.js +1 -1
  63. package/es/components/icon/icon_map.js +3 -0
  64. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  65. package/es/components/link/external_link_icon.js +6 -3
  66. package/es/components/list_group/list_group.js +2 -2
  67. package/es/components/list_group/list_group_item.js +2 -2
  68. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  69. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  70. package/es/components/loading/loading_logo.js +1 -1
  71. package/es/components/markdown_editor/markdown_editor.js +1 -1
  72. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  73. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  74. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  75. package/es/components/page/page_header/page_header_content.js +2 -2
  76. package/es/components/pagination/pagination_button.js +1 -1
  77. package/es/components/search_bar/search_bar.js +1 -1
  78. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  79. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  80. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  81. package/es/components/spacer/spacer.js +1 -1
  82. package/es/components/table/table_header_cell.js +1 -1
  83. package/es/components/timeline/timeline_item_icon.js +1 -1
  84. package/es/components/toast/global_toast_list.js +1 -1
  85. package/es/components/toast/toast.js +1 -1
  86. package/es/components/tool_tip/icon_tip.js +1 -1
  87. package/es/components/tour/tour_step_indicator.js +8 -3
  88. package/es/global_styling/mixins/_button.js +28 -9
  89. package/es/global_styling/mixins/_container_query.js +106 -0
  90. package/es/global_styling/mixins/index.js +1 -0
  91. package/es/services/container_query/container_query_hook.js +64 -0
  92. package/es/services/container_query/index.js +9 -0
  93. package/es/services/container_query/match_container.js +242 -0
  94. package/eui.d.ts +414 -61
  95. package/i18ntokens.json +1053 -1053
  96. package/lib/components/avatar/avatar.js +1 -1
  97. package/lib/components/badge/badge.js +1 -1
  98. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  99. package/lib/components/basic_table/basic_table.js +36 -55
  100. package/lib/components/basic_table/in_memory_table.js +6 -6
  101. package/lib/components/beacon/beacon.styles.js +1 -1
  102. package/lib/components/button/button_display/_button_display_content.js +1 -1
  103. package/lib/components/button/button_empty/button_empty.js +1 -1
  104. package/lib/components/button/button_group/button_group.js +1 -1
  105. package/lib/components/button/button_group/button_group_button.js +1 -1
  106. package/lib/components/button/button_icon/button_icon.js +1 -1
  107. package/lib/components/button/index.js +8 -1
  108. package/lib/components/button/split_button/index.js +25 -0
  109. package/lib/components/button/split_button/split_button.js +129 -0
  110. package/lib/components/button/split_button/split_button.styles.js +55 -0
  111. package/lib/components/button/split_button/split_button_actions.js +123 -0
  112. package/lib/components/button/split_button/split_button_context.js +20 -0
  113. package/lib/components/call_out/call_out.js +1 -1
  114. package/lib/components/card/card.js +1 -1
  115. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  116. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  117. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  118. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  119. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  120. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  121. package/lib/components/comment_list/comment.js +2 -2
  122. package/lib/components/comment_list/comment_event.js +1 -1
  123. package/lib/components/comment_list/comment_list.js +2 -2
  124. package/lib/components/comment_list/comment_timeline.js +1 -1
  125. package/lib/components/context_menu/context_menu_item.js +1 -1
  126. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  127. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  128. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  129. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  130. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  131. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  132. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  133. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  134. package/lib/components/datagrid/controls/fullscreen_selector.styles.js +1 -1
  135. package/lib/components/datagrid/utils/in_memory.js +6 -6
  136. package/lib/components/date_picker/date_picker.js +2 -2
  137. package/lib/components/date_picker/date_picker_range.js +1 -1
  138. package/lib/components/empty_prompt/empty_prompt.js +2 -2
  139. package/lib/components/flex/flex_group.js +1 -1
  140. package/lib/components/flyout/flyout.styles.js +2 -1
  141. package/lib/components/form/field_number/field_number.js +2 -2
  142. package/lib/components/form/field_text/field_text.js +2 -2
  143. package/lib/components/form/form_control_button/form_control_button.js +1 -1
  144. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  145. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  146. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  147. package/lib/components/form/text_area/text_area.js +2 -2
  148. package/lib/components/header/header_links/header_link.js +1 -1
  149. package/lib/components/header/header_links/header_links.js +1 -1
  150. package/lib/components/header/header_logo/header_logo.js +1 -1
  151. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  152. package/lib/components/horizontal_rule/horizontal_rule.js +1 -1
  153. package/lib/components/icon/assets/agentBuilderRobot.js +44 -0
  154. package/lib/components/icon/assets/cross_project_search.js +42 -0
  155. package/lib/components/icon/assets/dashed_circle.js +42 -0
  156. package/lib/components/icon/assets/product_robot.js +44 -0
  157. package/lib/components/icon/icon.js +1 -1
  158. package/lib/components/icon/icon_map.js +3 -0
  159. package/lib/components/icon/svgs/cross_project_search.svg +3 -0
  160. package/lib/components/icon/svgs/dashed_circle.svg +5 -0
  161. package/lib/components/icon/svgs/product_robot.svg +4 -0
  162. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  163. package/lib/components/link/external_link_icon.js +6 -3
  164. package/lib/components/list_group/list_group.js +2 -2
  165. package/lib/components/list_group/list_group_item.js +2 -2
  166. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  167. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  168. package/lib/components/loading/loading_logo.js +1 -1
  169. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  170. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  171. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  172. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  173. package/lib/components/page/page_header/page_header_content.js +2 -2
  174. package/lib/components/pagination/pagination_button.js +1 -1
  175. package/lib/components/search_bar/search_bar.js +1 -1
  176. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  177. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  178. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  179. package/lib/components/spacer/spacer.js +1 -1
  180. package/lib/components/table/table_header_cell.js +1 -1
  181. package/lib/components/timeline/timeline_item_icon.js +1 -1
  182. package/lib/components/toast/global_toast_list.js +1 -1
  183. package/lib/components/toast/toast.js +1 -1
  184. package/lib/components/tool_tip/icon_tip.js +1 -1
  185. package/lib/components/tour/tour_step_indicator.js +8 -3
  186. package/lib/global_styling/mixins/_button.js +29 -10
  187. package/lib/global_styling/mixins/_container_query.js +112 -0
  188. package/lib/global_styling/mixins/index.js +11 -0
  189. package/lib/services/container_query/container_query_hook.js +67 -0
  190. package/lib/services/container_query/index.js +16 -0
  191. package/lib/services/container_query/match_container.js +243 -0
  192. package/optimize/es/components/basic_table/basic_table.js +30 -49
  193. package/optimize/es/components/beacon/beacon.styles.js +1 -1
  194. package/optimize/es/components/button/index.js +2 -1
  195. package/optimize/es/components/button/split_button/index.js +10 -0
  196. package/optimize/es/components/button/split_button/split_button.js +98 -0
  197. package/optimize/es/components/button/split_button/split_button.styles.js +51 -0
  198. package/optimize/es/components/button/split_button/split_button_actions.js +89 -0
  199. package/optimize/es/components/button/split_button/split_button_context.js +14 -0
  200. package/optimize/es/components/datagrid/controls/fullscreen_selector.styles.js +1 -1
  201. package/optimize/es/components/empty_prompt/empty_prompt.js +1 -1
  202. package/optimize/es/components/flex/flex_group.js +1 -1
  203. package/optimize/es/components/flyout/flyout.styles.js +1 -0
  204. package/optimize/es/components/horizontal_rule/horizontal_rule.js +1 -1
  205. package/optimize/es/components/icon/assets/agentBuilderRobot.js +36 -0
  206. package/optimize/es/components/icon/assets/cross_project_search.js +34 -0
  207. package/optimize/es/components/icon/assets/dashed_circle.js +34 -0
  208. package/optimize/es/components/icon/assets/product_robot.js +36 -0
  209. package/optimize/es/components/icon/icon_map.js +3 -0
  210. package/optimize/es/components/link/external_link_icon.js +6 -3
  211. package/optimize/es/components/page/page_header/page_header_content.js +1 -1
  212. package/optimize/es/components/search_bar/search_bar.js +1 -1
  213. package/optimize/es/components/spacer/spacer.js +1 -1
  214. package/optimize/es/components/tour/tour_step_indicator.js +8 -3
  215. package/optimize/es/global_styling/mixins/_button.js +28 -9
  216. package/optimize/es/global_styling/mixins/_container_query.js +106 -0
  217. package/optimize/es/global_styling/mixins/index.js +1 -0
  218. package/optimize/es/services/container_query/container_query_hook.js +59 -0
  219. package/optimize/es/services/container_query/index.js +9 -0
  220. package/optimize/es/services/container_query/match_container.js +229 -0
  221. package/optimize/lib/components/basic_table/basic_table.js +30 -49
  222. package/optimize/lib/components/beacon/beacon.styles.js +1 -1
  223. package/optimize/lib/components/button/index.js +8 -1
  224. package/optimize/lib/components/button/split_button/index.js +25 -0
  225. package/optimize/lib/components/button/split_button/split_button.js +107 -0
  226. package/optimize/lib/components/button/split_button/split_button.styles.js +55 -0
  227. package/optimize/lib/components/button/split_button/split_button_actions.js +98 -0
  228. package/optimize/lib/components/button/split_button/split_button_context.js +20 -0
  229. package/optimize/lib/components/datagrid/controls/fullscreen_selector.styles.js +1 -1
  230. package/optimize/lib/components/empty_prompt/empty_prompt.js +1 -1
  231. package/optimize/lib/components/flex/flex_group.js +1 -1
  232. package/optimize/lib/components/flyout/flyout.styles.js +2 -1
  233. package/optimize/lib/components/horizontal_rule/horizontal_rule.js +1 -1
  234. package/optimize/lib/components/icon/assets/agentBuilderRobot.js +44 -0
  235. package/optimize/lib/components/icon/assets/cross_project_search.js +42 -0
  236. package/optimize/lib/components/icon/assets/dashed_circle.js +42 -0
  237. package/optimize/lib/components/icon/assets/product_robot.js +44 -0
  238. package/optimize/lib/components/icon/icon_map.js +3 -0
  239. package/optimize/lib/components/icon/svgs/cross_project_search.svg +3 -0
  240. package/optimize/lib/components/icon/svgs/dashed_circle.svg +5 -0
  241. package/optimize/lib/components/icon/svgs/product_robot.svg +4 -0
  242. package/optimize/lib/components/link/external_link_icon.js +6 -3
  243. package/optimize/lib/components/page/page_header/page_header_content.js +1 -1
  244. package/optimize/lib/components/search_bar/search_bar.js +1 -1
  245. package/optimize/lib/components/spacer/spacer.js +1 -1
  246. package/optimize/lib/components/tour/tour_step_indicator.js +8 -3
  247. package/optimize/lib/global_styling/mixins/_button.js +29 -10
  248. package/optimize/lib/global_styling/mixins/_container_query.js +112 -0
  249. package/optimize/lib/global_styling/mixins/index.js +11 -0
  250. package/optimize/lib/services/container_query/container_query_hook.js +65 -0
  251. package/optimize/lib/services/container_query/index.js +16 -0
  252. package/optimize/lib/services/container_query/match_container.js +231 -0
  253. package/package.json +4 -4
  254. package/test-env/components/avatar/avatar.js +1 -1
  255. package/test-env/components/badge/badge.js +1 -1
  256. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  257. package/test-env/components/basic_table/basic_table.js +36 -55
  258. package/test-env/components/basic_table/in_memory_table.js +6 -6
  259. package/test-env/components/beacon/beacon.styles.js +1 -1
  260. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  261. package/test-env/components/button/button_empty/button_empty.js +1 -1
  262. package/test-env/components/button/button_group/button_group.js +1 -1
  263. package/test-env/components/button/button_group/button_group_button.js +1 -1
  264. package/test-env/components/button/button_icon/button_icon.js +1 -1
  265. package/test-env/components/button/index.js +8 -1
  266. package/test-env/components/button/split_button/index.js +25 -0
  267. package/test-env/components/button/split_button/split_button.js +123 -0
  268. package/test-env/components/button/split_button/split_button.styles.js +55 -0
  269. package/test-env/components/button/split_button/split_button_actions.js +120 -0
  270. package/test-env/components/button/split_button/split_button_context.js +20 -0
  271. package/test-env/components/call_out/call_out.js +1 -1
  272. package/test-env/components/card/card.js +1 -1
  273. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  274. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  275. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  276. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  277. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  278. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  279. package/test-env/components/comment_list/comment.js +2 -2
  280. package/test-env/components/comment_list/comment_event.js +1 -1
  281. package/test-env/components/comment_list/comment_list.js +2 -2
  282. package/test-env/components/comment_list/comment_timeline.js +1 -1
  283. package/test-env/components/context_menu/context_menu_item.js +1 -1
  284. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  285. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  286. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  287. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  288. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  289. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  290. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  291. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  292. package/test-env/components/datagrid/controls/fullscreen_selector.styles.js +1 -1
  293. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  294. package/test-env/components/date_picker/date_picker.js +2 -2
  295. package/test-env/components/date_picker/date_picker_range.js +1 -1
  296. package/test-env/components/empty_prompt/empty_prompt.js +2 -2
  297. package/test-env/components/flex/flex_group.js +1 -1
  298. package/test-env/components/flyout/flyout.styles.js +2 -1
  299. package/test-env/components/form/field_number/field_number.js +2 -2
  300. package/test-env/components/form/field_text/field_text.js +2 -2
  301. package/test-env/components/form/form_control_button/form_control_button.js +1 -1
  302. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  303. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  304. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  305. package/test-env/components/form/text_area/text_area.js +2 -2
  306. package/test-env/components/header/header_links/header_link.js +1 -1
  307. package/test-env/components/header/header_links/header_links.js +1 -1
  308. package/test-env/components/header/header_logo/header_logo.js +1 -1
  309. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  310. package/test-env/components/horizontal_rule/horizontal_rule.js +1 -1
  311. package/test-env/components/icon/assets/agentBuilderRobot.js +44 -0
  312. package/test-env/components/icon/assets/cross_project_search.js +42 -0
  313. package/test-env/components/icon/assets/dashed_circle.js +42 -0
  314. package/test-env/components/icon/assets/product_robot.js +44 -0
  315. package/test-env/components/icon/icon_map.js +3 -0
  316. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  317. package/test-env/components/link/external_link_icon.js +6 -3
  318. package/test-env/components/list_group/list_group.js +2 -2
  319. package/test-env/components/list_group/list_group_item.js +2 -2
  320. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  321. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  322. package/test-env/components/loading/loading_logo.js +1 -1
  323. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  324. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  325. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  326. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  327. package/test-env/components/page/page_header/page_header_content.js +2 -2
  328. package/test-env/components/pagination/pagination_button.js +1 -1
  329. package/test-env/components/search_bar/search_bar.js +1 -1
  330. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  331. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  332. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  333. package/test-env/components/spacer/spacer.js +1 -1
  334. package/test-env/components/table/table_header_cell.js +1 -1
  335. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  336. package/test-env/components/toast/global_toast_list.js +1 -1
  337. package/test-env/components/toast/toast.js +1 -1
  338. package/test-env/components/tool_tip/icon_tip.js +1 -1
  339. package/test-env/components/tour/tour_step_indicator.js +8 -3
  340. package/test-env/global_styling/mixins/_button.js +29 -10
  341. package/test-env/global_styling/mixins/_container_query.js +112 -0
  342. package/test-env/global_styling/mixins/index.js +11 -0
  343. package/test-env/services/container_query/container_query_hook.js +65 -0
  344. package/test-env/services/container_query/index.js +16 -0
  345. package/test-env/services/container_query/match_container.js +231 -0
package/i18ntokens.json CHANGED
@@ -1,18 +1,36 @@
1
1
  [
2
+ {
3
+ "token": "euiTreeView.listNavigationInstructions",
4
+ "defString": "You can quickly navigate this list using arrow keys.",
5
+ "highlighting": "string",
6
+ "loc": {
7
+ "start": {
8
+ "line": 294,
9
+ "column": 10,
10
+ "index": 8109
11
+ },
12
+ "end": {
13
+ "line": 297,
14
+ "column": 11,
15
+ "index": 8263
16
+ }
17
+ },
18
+ "filepath": "src/components/tree_view/tree_view.tsx"
19
+ },
2
20
  {
3
21
  "token": "euiTourStepIndicator.isActive",
4
22
  "defString": "active",
5
23
  "highlighting": "string",
6
24
  "loc": {
7
25
  "start": {
8
- "line": 35,
26
+ "line": 39,
9
27
  "column": 6,
10
- "index": 1131
28
+ "index": 1363
11
29
  },
12
30
  "end": {
13
- "line": 35,
31
+ "line": 39,
14
32
  "column": 70,
15
- "index": 1195
33
+ "index": 1427
16
34
  }
17
35
  },
18
36
  "filepath": "src/components/tour/tour_step_indicator.tsx"
@@ -23,14 +41,14 @@
23
41
  "highlighting": "string",
24
42
  "loc": {
25
43
  "start": {
26
- "line": 48,
44
+ "line": 52,
27
45
  "column": 6,
28
- "index": 1479
46
+ "index": 1715
29
47
  },
30
48
  "end": {
31
- "line": 48,
49
+ "line": 52,
32
50
  "column": 74,
33
- "index": 1547
51
+ "index": 1783
34
52
  }
35
53
  },
36
54
  "filepath": "src/components/tour/tour_step_indicator.tsx"
@@ -41,14 +59,14 @@
41
59
  "highlighting": "string",
42
60
  "loc": {
43
61
  "start": {
44
- "line": 56,
62
+ "line": 60,
45
63
  "column": 6,
46
- "index": 1759
64
+ "index": 2001
47
65
  },
48
66
  "end": {
49
- "line": 56,
67
+ "line": 60,
50
68
  "column": 78,
51
- "index": 1831
69
+ "index": 2073
52
70
  }
53
71
  },
54
72
  "filepath": "src/components/tour/tour_step_indicator.tsx"
@@ -59,14 +77,14 @@
59
77
  "highlighting": "string",
60
78
  "loc": {
61
79
  "start": {
62
- "line": 65,
80
+ "line": 69,
63
81
  "column": 4,
64
- "index": 1999
82
+ "index": 2247
65
83
  },
66
84
  "end": {
67
- "line": 69,
85
+ "line": 73,
68
86
  "column": 5,
69
- "index": 2131
87
+ "index": 2379
70
88
  }
71
89
  },
72
90
  "filepath": "src/components/tour/tour_step_indicator.tsx"
@@ -143,24 +161,6 @@
143
161
  },
144
162
  "filepath": "src/components/tool_tip/icon_tip.tsx"
145
163
  },
146
- {
147
- "token": "euiTreeView.listNavigationInstructions",
148
- "defString": "You can quickly navigate this list using arrow keys.",
149
- "highlighting": "string",
150
- "loc": {
151
- "start": {
152
- "line": 294,
153
- "column": 10,
154
- "index": 8109
155
- },
156
- "end": {
157
- "line": 297,
158
- "column": 11,
159
- "index": 8263
160
- }
161
- },
162
- "filepath": "src/components/tree_view/tree_view.tsx"
163
- },
164
164
  {
165
165
  "token": "euiToast.newNotification",
166
166
  "defString": "A new notification appears",
@@ -269,24 +269,6 @@
269
269
  },
270
270
  "filepath": "src/components/stat/stat.tsx"
271
271
  },
272
- {
273
- "token": "euiTableHeaderCell.titleTextWithDesc",
274
- "defString": "{innerText}; {description}",
275
- "highlighting": "string",
276
- "loc": {
277
- "start": {
278
- "line": 113,
279
- "column": 10,
280
- "index": 3512
281
- },
282
- "end": {
283
- "line": 117,
284
- "column": 11,
285
- "index": 3686
286
- }
287
- },
288
- "filepath": "src/components/table/table_header_cell.tsx"
289
- },
290
272
  {
291
273
  "token": "euiStepStrings.step",
292
274
  "defString": "Step {number}: {title}",
@@ -575,6 +557,42 @@
575
557
  },
576
558
  "filepath": "src/components/steps/step_strings.tsx"
577
559
  },
560
+ {
561
+ "token": "euiTableHeaderCell.titleTextWithDesc",
562
+ "defString": "{innerText}; {description}",
563
+ "highlighting": "string",
564
+ "loc": {
565
+ "start": {
566
+ "line": 113,
567
+ "column": 10,
568
+ "index": 3512
569
+ },
570
+ "end": {
571
+ "line": 117,
572
+ "column": 11,
573
+ "index": 3686
574
+ }
575
+ },
576
+ "filepath": "src/components/table/table_header_cell.tsx"
577
+ },
578
+ {
579
+ "token": "euiSideNav.mobileToggleAriaLabel",
580
+ "defString": "Toggle navigation",
581
+ "highlighting": "string",
582
+ "loc": {
583
+ "start": {
584
+ "line": 208,
585
+ "column": 16,
586
+ "index": 6318
587
+ },
588
+ "end": {
589
+ "line": 211,
590
+ "column": 17,
591
+ "index": 6449
592
+ }
593
+ },
594
+ "filepath": "src/components/side_nav/side_nav.tsx"
595
+ },
578
596
  {
579
597
  "token": "euiSkeletonLoading.loadedAriaText",
580
598
  "defString": "Loaded {contentAriaLabel}",
@@ -612,22 +630,58 @@
612
630
  "filepath": "src/components/skeleton/skeleton_loading.tsx"
613
631
  },
614
632
  {
615
- "token": "euiSideNav.mobileToggleAriaLabel",
616
- "defString": "Toggle navigation",
633
+ "token": "euiSearchBox.placeholder",
634
+ "defString": "Search...",
617
635
  "highlighting": "string",
618
636
  "loc": {
619
637
  "start": {
620
- "line": 208,
621
- "column": 16,
622
- "index": 6318
638
+ "line": 48,
639
+ "column": 29,
640
+ "index": 1388
623
641
  },
624
642
  "end": {
625
- "line": 211,
626
- "column": 17,
627
- "index": 6449
643
+ "line": 51,
644
+ "column": 3,
645
+ "index": 1451
628
646
  }
629
647
  },
630
- "filepath": "src/components/side_nav/side_nav.tsx"
648
+ "filepath": "src/components/search_bar/search_box.tsx"
649
+ },
650
+ {
651
+ "token": "euiSearchBox.incrementalAriaLabel",
652
+ "defString": "This is a search bar. As you type, the results lower in the page will automatically filter.",
653
+ "highlighting": "string",
654
+ "loc": {
655
+ "start": {
656
+ "line": 52,
657
+ "column": 31,
658
+ "index": 1484
659
+ },
660
+ "end": {
661
+ "line": 55,
662
+ "column": 3,
663
+ "index": 1638
664
+ }
665
+ },
666
+ "filepath": "src/components/search_bar/search_box.tsx"
667
+ },
668
+ {
669
+ "token": "euiSearchBox.ariaLabel",
670
+ "defString": "This is a search bar. After typing your query, hit enter to filter the results lower in the page.",
671
+ "highlighting": "string",
672
+ "loc": {
673
+ "start": {
674
+ "line": 56,
675
+ "column": 25,
676
+ "index": 1665
677
+ },
678
+ "end": {
679
+ "line": 59,
680
+ "column": 3,
681
+ "index": 1814
682
+ }
683
+ },
684
+ "filepath": "src/components/search_bar/search_box.tsx"
631
685
  },
632
686
  {
633
687
  "token": "euiSelectable.loadingOptions",
@@ -755,60 +809,6 @@
755
809
  },
756
810
  "filepath": "src/components/selectable/selectable.tsx"
757
811
  },
758
- {
759
- "token": "euiSearchBox.placeholder",
760
- "defString": "Search...",
761
- "highlighting": "string",
762
- "loc": {
763
- "start": {
764
- "line": 48,
765
- "column": 29,
766
- "index": 1388
767
- },
768
- "end": {
769
- "line": 51,
770
- "column": 3,
771
- "index": 1451
772
- }
773
- },
774
- "filepath": "src/components/search_bar/search_box.tsx"
775
- },
776
- {
777
- "token": "euiSearchBox.incrementalAriaLabel",
778
- "defString": "This is a search bar. As you type, the results lower in the page will automatically filter.",
779
- "highlighting": "string",
780
- "loc": {
781
- "start": {
782
- "line": 52,
783
- "column": 31,
784
- "index": 1484
785
- },
786
- "end": {
787
- "line": 55,
788
- "column": 3,
789
- "index": 1638
790
- }
791
- },
792
- "filepath": "src/components/search_bar/search_box.tsx"
793
- },
794
- {
795
- "token": "euiSearchBox.ariaLabel",
796
- "defString": "This is a search bar. After typing your query, hit enter to filter the results lower in the page.",
797
- "highlighting": "string",
798
- "loc": {
799
- "start": {
800
- "line": 56,
801
- "column": 25,
802
- "index": 1665
803
- },
804
- "end": {
805
- "line": 59,
806
- "column": 3,
807
- "index": 1814
808
- }
809
- },
810
- "filepath": "src/components/search_bar/search_box.tsx"
811
- },
812
812
  {
813
813
  "token": "euiResizablePanel.toggleButtonAriaLabel",
814
814
  "defString": "Press to toggle this panel",
@@ -1151,42 +1151,6 @@
1151
1151
  },
1152
1152
  "filepath": "src/components/pagination/pagination.tsx"
1153
1153
  },
1154
- {
1155
- "token": "euiMark.highlightStart",
1156
- "defString": "highlight start",
1157
- "highlighting": "string",
1158
- "loc": {
1159
- "start": {
1160
- "line": 44,
1161
- "column": 25,
1162
- "index": 1289
1163
- },
1164
- "end": {
1165
- "line": 47,
1166
- "column": 3,
1167
- "index": 1356
1168
- }
1169
- },
1170
- "filepath": "src/components/mark/mark.tsx"
1171
- },
1172
- {
1173
- "token": "euiMark.highlightEnd",
1174
- "defString": "highlight end",
1175
- "highlighting": "string",
1176
- "loc": {
1177
- "start": {
1178
- "line": 48,
1179
- "column": 23,
1180
- "index": 1381
1181
- },
1182
- "end": {
1183
- "line": 48,
1184
- "column": 74,
1185
- "index": 1432
1186
- }
1187
- },
1188
- "filepath": "src/components/mark/mark.tsx"
1189
- },
1190
1154
  {
1191
1155
  "token": "euiModal.screenReaderModalDialog",
1192
1156
  "defString": "You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close.",
@@ -1224,8 +1188,44 @@
1224
1188
  "filepath": "src/components/modal/modal.tsx"
1225
1189
  },
1226
1190
  {
1227
- "token": "euiMarkdownEditorToolbar.editor",
1228
- "defString": "Editor",
1191
+ "token": "euiMark.highlightStart",
1192
+ "defString": "highlight start",
1193
+ "highlighting": "string",
1194
+ "loc": {
1195
+ "start": {
1196
+ "line": 44,
1197
+ "column": 25,
1198
+ "index": 1289
1199
+ },
1200
+ "end": {
1201
+ "line": 47,
1202
+ "column": 3,
1203
+ "index": 1356
1204
+ }
1205
+ },
1206
+ "filepath": "src/components/mark/mark.tsx"
1207
+ },
1208
+ {
1209
+ "token": "euiMark.highlightEnd",
1210
+ "defString": "highlight end",
1211
+ "highlighting": "string",
1212
+ "loc": {
1213
+ "start": {
1214
+ "line": 48,
1215
+ "column": 23,
1216
+ "index": 1381
1217
+ },
1218
+ "end": {
1219
+ "line": 48,
1220
+ "column": 74,
1221
+ "index": 1432
1222
+ }
1223
+ },
1224
+ "filepath": "src/components/mark/mark.tsx"
1225
+ },
1226
+ {
1227
+ "token": "euiMarkdownEditorToolbar.editor",
1228
+ "defString": "Editor",
1229
1229
  "highlighting": "string",
1230
1230
  "loc": {
1231
1231
  "start": {
@@ -1494,58 +1494,58 @@
1494
1494
  "filepath": "src/components/markdown_editor/markdown_editor_footer.tsx"
1495
1495
  },
1496
1496
  {
1497
- "token": "euiExternalLinkIcon.newTarget.screenReaderOnlyText",
1498
- "defString": "(external, opens in a new tab or window)",
1497
+ "token": "euiLoadingStrings.ariaLabel",
1498
+ "defString": "Loading",
1499
1499
  "highlighting": "string",
1500
1500
  "loc": {
1501
1501
  "start": {
1502
- "line": 56,
1503
- "column": 16,
1504
- "index": 1824
1502
+ "line": 12,
1503
+ "column": 9,
1504
+ "index": 454
1505
1505
  },
1506
1506
  "end": {
1507
- "line": 59,
1508
- "column": 18,
1509
- "index": 1997
1507
+ "line": 12,
1508
+ "column": 61,
1509
+ "index": 506
1510
1510
  }
1511
1511
  },
1512
- "filepath": "src/components/link/external_link_icon.tsx"
1512
+ "filepath": "src/components/loading/_loading_strings.tsx"
1513
1513
  },
1514
1514
  {
1515
- "token": "euiExternalLinkIcon.externalTarget.screenReaderOnlyText",
1516
- "defString": "(external)",
1515
+ "token": "euiExternalLinkIcon.newTarget.screenReaderOnlyText",
1516
+ "defString": "(external, opens in a new tab or window)",
1517
1517
  "highlighting": "string",
1518
1518
  "loc": {
1519
1519
  "start": {
1520
- "line": 66,
1521
- "column": 18,
1522
- "index": 2163
1520
+ "line": 58,
1521
+ "column": 12,
1522
+ "index": 1789
1523
1523
  },
1524
1524
  "end": {
1525
- "line": 69,
1526
- "column": 20,
1527
- "index": 2317
1525
+ "line": 61,
1526
+ "column": 14,
1527
+ "index": 1950
1528
1528
  }
1529
1529
  },
1530
1530
  "filepath": "src/components/link/external_link_icon.tsx"
1531
1531
  },
1532
1532
  {
1533
- "token": "euiLoadingStrings.ariaLabel",
1534
- "defString": "Loading",
1533
+ "token": "euiExternalLinkIcon.externalTarget.screenReaderOnlyText",
1534
+ "defString": "(external)",
1535
1535
  "highlighting": "string",
1536
1536
  "loc": {
1537
1537
  "start": {
1538
- "line": 12,
1539
- "column": 9,
1540
- "index": 454
1538
+ "line": 67,
1539
+ "column": 12,
1540
+ "index": 2071
1541
1541
  },
1542
1542
  "end": {
1543
- "line": 12,
1544
- "column": 61,
1545
- "index": 506
1543
+ "line": 70,
1544
+ "column": 14,
1545
+ "index": 2207
1546
1546
  }
1547
1547
  },
1548
- "filepath": "src/components/loading/_loading_strings.tsx"
1548
+ "filepath": "src/components/link/external_link_icon.tsx"
1549
1549
  },
1550
1550
  {
1551
1551
  "token": "euiInlineEditForm.saveButtonAriaLabel",
@@ -2196,22 +2196,22 @@
2196
2196
  "filepath": "src/components/collapsible_nav_beta/collapsible_nav_beta.tsx"
2197
2197
  },
2198
2198
  {
2199
- "token": "euiCallOut.dismissAriaLabel",
2200
- "defString": "Dismiss this callout",
2199
+ "token": "euiCodeBlockCopy.copy",
2200
+ "defString": "Copy",
2201
2201
  "highlighting": "string",
2202
2202
  "loc": {
2203
2203
  "start": {
2204
- "line": 105,
2205
- "column": 8,
2206
- "index": 2943
2204
+ "line": 54,
2205
+ "column": 31,
2206
+ "index": 1895
2207
2207
  },
2208
2208
  "end": {
2209
- "line": 108,
2210
- "column": 9,
2211
- "index": 3048
2209
+ "line": 54,
2210
+ "column": 74,
2211
+ "index": 1938
2212
2212
  }
2213
2213
  },
2214
- "filepath": "src/components/call_out/call_out.tsx"
2214
+ "filepath": "src/components/code/code_block_copy.tsx"
2215
2215
  },
2216
2216
  {
2217
2217
  "token": "euiCodeBlockFullScreen.fullscreenCollapse",
@@ -2268,22 +2268,22 @@
2268
2268
  "filepath": "src/components/code/code_block_full_screen.tsx"
2269
2269
  },
2270
2270
  {
2271
- "token": "euiCodeBlockCopy.copy",
2272
- "defString": "Copy",
2271
+ "token": "euiCodeBlock.label",
2272
+ "defString": "{language} code block:",
2273
2273
  "highlighting": "string",
2274
2274
  "loc": {
2275
2275
  "start": {
2276
- "line": 54,
2277
- "column": 31,
2278
- "index": 1895
2276
+ "line": 269,
2277
+ "column": 25,
2278
+ "index": 7663
2279
2279
  },
2280
2280
  "end": {
2281
- "line": 54,
2282
- "column": 74,
2283
- "index": 1938
2281
+ "line": 275,
2282
+ "column": 3,
2283
+ "index": 7762
2284
2284
  }
2285
2285
  },
2286
- "filepath": "src/components/code/code_block_copy.tsx"
2286
+ "filepath": "src/components/code/code_block.tsx"
2287
2287
  },
2288
2288
  {
2289
2289
  "token": "euiCodeBlockAnnotations.ariaLabel",
@@ -2304,22 +2304,76 @@
2304
2304
  "filepath": "src/components/code/code_block_annotations.tsx"
2305
2305
  },
2306
2306
  {
2307
- "token": "euiCodeBlock.label",
2308
- "defString": "{language} code block:",
2307
+ "token": "euiCallOut.dismissAriaLabel",
2308
+ "defString": "Dismiss this callout",
2309
2309
  "highlighting": "string",
2310
2310
  "loc": {
2311
2311
  "start": {
2312
- "line": 269,
2313
- "column": 25,
2314
- "index": 7663
2312
+ "line": 105,
2313
+ "column": 8,
2314
+ "index": 2943
2315
2315
  },
2316
2316
  "end": {
2317
- "line": 275,
2317
+ "line": 108,
2318
+ "column": 9,
2319
+ "index": 3048
2320
+ }
2321
+ },
2322
+ "filepath": "src/components/call_out/call_out.tsx"
2323
+ },
2324
+ {
2325
+ "token": "euiBreadcrumbs.nav.ariaLabel",
2326
+ "defString": "Breadcrumbs",
2327
+ "highlighting": "string",
2328
+ "loc": {
2329
+ "start": {
2330
+ "line": 42,
2331
+ "column": 20,
2332
+ "index": 1274
2333
+ },
2334
+ "end": {
2335
+ "line": 42,
2336
+ "column": 77,
2337
+ "index": 1331
2338
+ }
2339
+ },
2340
+ "filepath": "src/components/breadcrumbs/breadcrumbs.tsx"
2341
+ },
2342
+ {
2343
+ "token": "euiBreadcrumb.collapsedBadge.ariaLabel",
2344
+ "defString": "See collapsed breadcrumbs",
2345
+ "highlighting": "string",
2346
+ "loc": {
2347
+ "start": {
2348
+ "line": 56,
2349
+ "column": 20,
2350
+ "index": 1691
2351
+ },
2352
+ "end": {
2353
+ "line": 59,
2318
2354
  "column": 3,
2319
- "index": 7762
2355
+ "index": 1784
2320
2356
  }
2321
2357
  },
2322
- "filepath": "src/components/code/code_block.tsx"
2358
+ "filepath": "src/components/breadcrumbs/breadcrumb.tsx"
2359
+ },
2360
+ {
2361
+ "token": "euiBreadcrumb.popoverAriaLabel",
2362
+ "defString": "Clicking this button will toggle a popover dialog.",
2363
+ "highlighting": "string",
2364
+ "loc": {
2365
+ "start": {
2366
+ "line": 175,
2367
+ "column": 29,
2368
+ "index": 4936
2369
+ },
2370
+ "end": {
2371
+ "line": 181,
2372
+ "column": 5,
2373
+ "index": 5269
2374
+ }
2375
+ },
2376
+ "filepath": "src/components/breadcrumbs/_breadcrumb_content.tsx"
2323
2377
  },
2324
2378
  {
2325
2379
  "token": "euiBottomBar.screenReaderHeading",
@@ -2376,58 +2430,58 @@
2376
2430
  "filepath": "src/components/bottom_bar/bottom_bar.tsx"
2377
2431
  },
2378
2432
  {
2379
- "token": "euiBreadcrumbs.nav.ariaLabel",
2380
- "defString": "Breadcrumbs",
2433
+ "token": "euiCollapsedItemActions.allActionsTooltip",
2434
+ "defString": "All actions",
2381
2435
  "highlighting": "string",
2382
2436
  "loc": {
2383
2437
  "start": {
2384
- "line": 42,
2385
- "column": 20,
2386
- "index": 1274
2438
+ "line": 45,
2439
+ "column": 28,
2440
+ "index": 1373
2387
2441
  },
2388
2442
  "end": {
2389
- "line": 42,
2390
- "column": 77,
2391
- "index": 1331
2443
+ "line": 48,
2444
+ "column": 3,
2445
+ "index": 1455
2392
2446
  }
2393
2447
  },
2394
- "filepath": "src/components/breadcrumbs/breadcrumbs.tsx"
2448
+ "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
2395
2449
  },
2396
2450
  {
2397
- "token": "euiBreadcrumb.collapsedBadge.ariaLabel",
2398
- "defString": "See collapsed breadcrumbs",
2451
+ "token": "euiCollapsedItemActions.allActions",
2452
+ "defString": "All actions, row {index}",
2399
2453
  "highlighting": "string",
2400
2454
  "loc": {
2401
2455
  "start": {
2402
- "line": 56,
2403
- "column": 20,
2404
- "index": 1691
2456
+ "line": 50,
2457
+ "column": 36,
2458
+ "index": 1494
2405
2459
  },
2406
2460
  "end": {
2407
- "line": 59,
2461
+ "line": 56,
2408
2462
  "column": 3,
2409
- "index": 1784
2463
+ "index": 1631
2410
2464
  }
2411
2465
  },
2412
- "filepath": "src/components/breadcrumbs/breadcrumb.tsx"
2466
+ "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
2413
2467
  },
2414
2468
  {
2415
- "token": "euiBreadcrumb.popoverAriaLabel",
2416
- "defString": "Clicking this button will toggle a popover dialog.",
2469
+ "token": "euiCollapsedItemActions.allActionsDisabled",
2470
+ "defString": "Individual item actions are disabled when rows are being selected.",
2417
2471
  "highlighting": "string",
2418
2472
  "loc": {
2419
2473
  "start": {
2420
- "line": 175,
2421
- "column": 29,
2422
- "index": 4936
2474
+ "line": 58,
2475
+ "column": 44,
2476
+ "index": 1678
2423
2477
  },
2424
2478
  "end": {
2425
- "line": 181,
2426
- "column": 5,
2427
- "index": 5269
2479
+ "line": 61,
2480
+ "column": 3,
2481
+ "index": 1816
2428
2482
  }
2429
2483
  },
2430
- "filepath": "src/components/breadcrumbs/_breadcrumb_content.tsx"
2484
+ "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
2431
2485
  },
2432
2486
  {
2433
2487
  "token": "euiBasicTable.noItemsMessage",
@@ -2437,84 +2491,84 @@
2437
2491
  "start": {
2438
2492
  "line": 321,
2439
2493
  "column": 6,
2440
- "index": 8192
2494
+ "index": 8203
2441
2495
  },
2442
2496
  "end": {
2443
2497
  "line": 321,
2444
2498
  "column": 79,
2445
- "index": 8265
2499
+ "index": 8276
2446
2500
  }
2447
2501
  },
2448
2502
  "filepath": "src/components/basic_table/basic_table.tsx"
2449
2503
  },
2450
2504
  {
2451
- "token": "euiBasicTable.tableCaptionWithPagination",
2452
- "defString": "{tableCaption}; Page {page} of {pageCount}.",
2505
+ "token": "euiBasicTable.caption.itemCountPart.withTotalItemCount",
2506
+ "defString": "Showing {itemCount} of {totalItemCount} data rows.",
2453
2507
  "highlighting": "string",
2454
2508
  "loc": {
2455
2509
  "start": {
2456
- "line": 638,
2510
+ "line": 640,
2457
2511
  "column": 10,
2458
- "index": 16468
2512
+ "index": 16589
2459
2513
  },
2460
2514
  "end": {
2461
- "line": 642,
2515
+ "line": 644,
2462
2516
  "column": 12,
2463
- "index": 16671
2517
+ "index": 16809
2464
2518
  }
2465
2519
  },
2466
2520
  "filepath": "src/components/basic_table/basic_table.tsx"
2467
2521
  },
2468
2522
  {
2469
- "token": "euiBasicTable.tableAutoCaptionWithPagination",
2470
- "defString": "This table contains {itemCount} rows out of {totalItemCount} rows; Page {page} of {pageCount}.",
2523
+ "token": "euiBasicTable.caption.paginationPart.withPageCount",
2524
+ "defString": "Page {page} of {pageCount}.",
2471
2525
  "highlighting": "string",
2472
2526
  "loc": {
2473
2527
  "start": {
2474
- "line": 651,
2475
- "column": 12,
2476
- "index": 16868
2528
+ "line": 653,
2529
+ "column": 10,
2530
+ "index": 16973
2477
2531
  },
2478
2532
  "end": {
2479
- "line": 655,
2480
- "column": 14,
2481
- "index": 17147
2533
+ "line": 657,
2534
+ "column": 12,
2535
+ "index": 17156
2482
2536
  }
2483
2537
  },
2484
2538
  "filepath": "src/components/basic_table/basic_table.tsx"
2485
2539
  },
2486
2540
  {
2487
- "token": "euiBasicTable.tableSimpleAutoCaptionWithPagination",
2488
- "defString": "This table contains {itemCount} rows; Page {page} of {pageCount}.",
2541
+ "token": "euiBasicTable.caption.tableName",
2542
+ "defString": "Data table",
2489
2543
  "highlighting": "string",
2490
2544
  "loc": {
2491
2545
  "start": {
2492
- "line": 659,
2493
- "column": 12,
2494
- "index": 17219
2546
+ "line": 669,
2547
+ "column": 16,
2548
+ "index": 17445
2495
2549
  },
2496
2550
  "end": {
2497
- "line": 663,
2498
- "column": 14,
2499
- "index": 17459
2551
+ "line": 672,
2552
+ "column": 18,
2553
+ "index": 17569
2500
2554
  }
2501
2555
  },
2502
2556
  "filepath": "src/components/basic_table/basic_table.tsx"
2503
2557
  },
2504
2558
  {
2505
- "token": "euiBasicTable.tableAutoCaptionWithoutPagination",
2506
- "defString": "This table contains {itemCount} rows.",
2559
+ "token": "euiBasicTable.caption.emptyState",
2560
+ "defString": "(empty)",
2507
2561
  "highlighting": "string",
2508
2562
  "loc": {
2509
2563
  "start": {
2510
- "line": 668,
2511
- "column": 10,
2512
- "index": 17535
2564
+ "line": 677,
2565
+ "column": 18,
2566
+ "index": 17684
2513
2567
  },
2514
2568
  "end": {
2515
- "line": 672,
2516
- "column": 12,
2517
- "index": 17719
2569
+ "line": 680,
2570
+ "column": 20,
2571
+ "index": 17812
2518
2572
  }
2519
2573
  },
2520
2574
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -2525,12 +2579,12 @@
2525
2579
  "highlighting": "string",
2526
2580
  "loc": {
2527
2581
  "start": {
2528
- "line": 722,
2582
+ "line": 729,
2529
2583
  "column": 6,
2530
2584
  "index": 19017
2531
2585
  },
2532
2586
  "end": {
2533
- "line": 725,
2587
+ "line": 732,
2534
2588
  "column": 7,
2535
2589
  "index": 19168
2536
2590
  }
@@ -2543,12 +2597,12 @@
2543
2597
  "highlighting": "string",
2544
2598
  "loc": {
2545
2599
  "start": {
2546
- "line": 722,
2600
+ "line": 729,
2547
2601
  "column": 6,
2548
2602
  "index": 19017
2549
2603
  },
2550
2604
  "end": {
2551
- "line": 725,
2605
+ "line": 732,
2552
2606
  "column": 7,
2553
2607
  "index": 19168
2554
2608
  }
@@ -2561,12 +2615,12 @@
2561
2615
  "highlighting": "string",
2562
2616
  "loc": {
2563
2617
  "start": {
2564
- "line": 1142,
2618
+ "line": 1149,
2565
2619
  "column": 8,
2566
2620
  "index": 31599
2567
2621
  },
2568
2622
  "end": {
2569
- "line": 1146,
2623
+ "line": 1153,
2570
2624
  "column": 9,
2571
2625
  "index": 31754
2572
2626
  }
@@ -2579,12 +2633,12 @@
2579
2633
  "highlighting": "string",
2580
2634
  "loc": {
2581
2635
  "start": {
2582
- "line": 1390,
2636
+ "line": 1397,
2583
2637
  "column": 8,
2584
2638
  "index": 38879
2585
2639
  },
2586
2640
  "end": {
2587
- "line": 1394,
2641
+ "line": 1401,
2588
2642
  "column": 9,
2589
2643
  "index": 39038
2590
2644
  }
@@ -2592,58 +2646,22 @@
2592
2646
  "filepath": "src/components/basic_table/basic_table.tsx"
2593
2647
  },
2594
2648
  {
2595
- "token": "euiCollapsedItemActions.allActionsTooltip",
2596
- "defString": "All actions",
2597
- "highlighting": "string",
2598
- "loc": {
2599
- "start": {
2600
- "line": 45,
2601
- "column": 28,
2602
- "index": 1373
2603
- },
2604
- "end": {
2605
- "line": 48,
2606
- "column": 3,
2607
- "index": 1455
2608
- }
2609
- },
2610
- "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
2611
- },
2612
- {
2613
- "token": "euiCollapsedItemActions.allActions",
2614
- "defString": "All actions, row {index}",
2615
- "highlighting": "string",
2616
- "loc": {
2617
- "start": {
2618
- "line": 50,
2619
- "column": 36,
2620
- "index": 1494
2621
- },
2622
- "end": {
2623
- "line": 56,
2624
- "column": 3,
2625
- "index": 1631
2626
- }
2627
- },
2628
- "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
2629
- },
2630
- {
2631
- "token": "euiCollapsedItemActions.allActionsDisabled",
2632
- "defString": "Individual item actions are disabled when rows are being selected.",
2649
+ "token": "euiTableSortMobile.sorting",
2650
+ "defString": "Sorting",
2633
2651
  "highlighting": "string",
2634
2652
  "loc": {
2635
2653
  "start": {
2636
- "line": 58,
2637
- "column": 44,
2638
- "index": 1678
2654
+ "line": 76,
2655
+ "column": 8,
2656
+ "index": 1963
2639
2657
  },
2640
2658
  "end": {
2641
- "line": 61,
2642
- "column": 3,
2643
- "index": 1816
2659
+ "line": 76,
2660
+ "column": 72,
2661
+ "index": 2027
2644
2662
  }
2645
2663
  },
2646
- "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
2664
+ "filepath": "src/components/table/mobile/table_sort_mobile.tsx"
2647
2665
  },
2648
2666
  {
2649
2667
  "token": "euiTablePagination.allRows",
@@ -2718,22 +2736,22 @@
2718
2736
  "filepath": "src/components/table/table_pagination/table_pagination.tsx"
2719
2737
  },
2720
2738
  {
2721
- "token": "euiTableSortMobile.sorting",
2722
- "defString": "Sorting",
2739
+ "token": "euiFieldValueSelectionFilter.buttonLabelHint",
2740
+ "defString": "Selection",
2723
2741
  "highlighting": "string",
2724
2742
  "loc": {
2725
2743
  "start": {
2726
- "line": 76,
2727
- "column": 8,
2728
- "index": 1963
2744
+ "line": 302,
2745
+ "column": 6,
2746
+ "index": 8615
2729
2747
  },
2730
2748
  "end": {
2731
- "line": 76,
2732
- "column": 72,
2733
- "index": 2027
2749
+ "line": 305,
2750
+ "column": 7,
2751
+ "index": 8720
2734
2752
  }
2735
2753
  },
2736
- "filepath": "src/components/table/mobile/table_sort_mobile.tsx"
2754
+ "filepath": "src/components/search_bar/filters/field_value_selection_filter.tsx"
2737
2755
  },
2738
2756
  {
2739
2757
  "token": "euiSelectableTemplateSitewide.searchPlaceholder",
@@ -2969,24 +2987,6 @@
2969
2987
  },
2970
2988
  "filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
2971
2989
  },
2972
- {
2973
- "token": "euiFieldValueSelectionFilter.buttonLabelHint",
2974
- "defString": "Selection",
2975
- "highlighting": "string",
2976
- "loc": {
2977
- "start": {
2978
- "line": 302,
2979
- "column": 6,
2980
- "index": 8615
2981
- },
2982
- "end": {
2983
- "line": 305,
2984
- "column": 7,
2985
- "index": 8720
2986
- }
2987
- },
2988
- "filepath": "src/components/search_bar/filters/field_value_selection_filter.tsx"
2989
- },
2990
2990
  {
2991
2991
  "token": "euiPinnableListGroup.pinExtraActionLabel",
2992
2992
  "defString": "Pin item",
@@ -3059,42 +3059,6 @@
3059
3059
  },
3060
3060
  "filepath": "src/components/header/header_links/header_links.tsx"
3061
3061
  },
3062
- {
3063
- "token": "euiSuperSelect.screenReaderAnnouncement",
3064
- "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.",
3065
- "highlighting": "string",
3066
- "loc": {
3067
- "start": {
3068
- "line": 341,
3069
- "column": 12,
3070
- "index": 9588
3071
- },
3072
- "end": {
3073
- "line": 345,
3074
- "column": 14,
3075
- "index": 9834
3076
- }
3077
- },
3078
- "filepath": "src/components/form/super_select/super_select.tsx"
3079
- },
3080
- {
3081
- "token": "euiSuperSelect.ariaLabel",
3082
- "defString": "Select listbox",
3083
- "highlighting": "string",
3084
- "loc": {
3085
- "start": {
3086
- "line": 348,
3087
- "column": 8,
3088
- "index": 9889
3089
- },
3090
- "end": {
3091
- "line": 348,
3092
- "column": 75,
3093
- "index": 9956
3094
- }
3095
- },
3096
- "filepath": "src/components/form/super_select/super_select.tsx"
3097
- },
3098
3062
  {
3099
3063
  "token": "euiRange.sliderScreenReaderInstructions",
3100
3064
  "defString": "You are in a custom range slider. Use the Up and Down arrow keys to change the value.",
@@ -3131,6 +3095,42 @@
3131
3095
  },
3132
3096
  "filepath": "src/components/form/range/dual_range.tsx"
3133
3097
  },
3098
+ {
3099
+ "token": "euiSuperSelect.screenReaderAnnouncement",
3100
+ "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.",
3101
+ "highlighting": "string",
3102
+ "loc": {
3103
+ "start": {
3104
+ "line": 341,
3105
+ "column": 12,
3106
+ "index": 9588
3107
+ },
3108
+ "end": {
3109
+ "line": 345,
3110
+ "column": 14,
3111
+ "index": 9834
3112
+ }
3113
+ },
3114
+ "filepath": "src/components/form/super_select/super_select.tsx"
3115
+ },
3116
+ {
3117
+ "token": "euiSuperSelect.ariaLabel",
3118
+ "defString": "Select listbox",
3119
+ "highlighting": "string",
3120
+ "loc": {
3121
+ "start": {
3122
+ "line": 348,
3123
+ "column": 8,
3124
+ "index": 9889
3125
+ },
3126
+ "end": {
3127
+ "line": 348,
3128
+ "column": 75,
3129
+ "index": 9956
3130
+ }
3131
+ },
3132
+ "filepath": "src/components/form/super_select/super_select.tsx"
3133
+ },
3134
3134
  {
3135
3135
  "token": "euiFormControlLayoutDelimited.delimiterLabel",
3136
3136
  "defString": "to",
@@ -5004,271 +5004,91 @@
5004
5004
  "filepath": "src/components/datagrid/pagination/data_grid_pagination.tsx"
5005
5005
  },
5006
5006
  {
5007
- "token": "euiDataGridSchema.booleanSortTextAsc",
5008
- "defString": "False-True",
5007
+ "token": "euiKeyboardShortcuts.title",
5008
+ "defString": "Keyboard shortcuts",
5009
5009
  "highlighting": "string",
5010
5010
  "loc": {
5011
5011
  "start": {
5012
- "line": 56,
5013
- "column": 6,
5014
- "index": 1386
5012
+ "line": 26,
5013
+ "column": 16,
5014
+ "index": 1033
5015
5015
  },
5016
5016
  "end": {
5017
- "line": 59,
5018
- "column": 8,
5019
- "index": 1485
5017
+ "line": 26,
5018
+ "column": 78,
5019
+ "index": 1095
5020
5020
  }
5021
5021
  },
5022
- "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5022
+ "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
5023
5023
  },
5024
5024
  {
5025
- "token": "euiDataGridSchema.booleanSortTextDesc",
5026
- "defString": "True-False",
5025
+ "token": "euiKeyboardShortcuts.upArrowTitle",
5026
+ "defString": "Up arrow",
5027
5027
  "highlighting": "string",
5028
5028
  "loc": {
5029
5029
  "start": {
5030
- "line": 62,
5031
- "column": 6,
5032
- "index": 1519
5030
+ "line": 70,
5031
+ "column": 20,
5032
+ "index": 2420
5033
5033
  },
5034
5034
  "end": {
5035
- "line": 65,
5036
- "column": 8,
5037
- "index": 1619
5035
+ "line": 73,
5036
+ "column": 22,
5037
+ "index": 2556
5038
5038
  }
5039
5039
  },
5040
- "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5040
+ "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
5041
5041
  },
5042
5042
  {
5043
- "token": "euiDataGridSchema.currencySortTextAsc",
5044
- "defString": "Low-High",
5043
+ "token": "euiKeyboardShortcuts.upArrowDescription",
5044
+ "defString": "Move one cell up",
5045
5045
  "highlighting": "string",
5046
5046
  "loc": {
5047
5047
  "start": {
5048
- "line": 97,
5049
- "column": 6,
5050
- "index": 2704
5048
+ "line": 77,
5049
+ "column": 18,
5050
+ "index": 2650
5051
5051
  },
5052
5052
  "end": {
5053
- "line": 100,
5054
- "column": 8,
5055
- "index": 2802
5053
+ "line": 80,
5054
+ "column": 20,
5055
+ "index": 2794
5056
5056
  }
5057
5057
  },
5058
- "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5058
+ "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
5059
5059
  },
5060
5060
  {
5061
- "token": "euiDataGridSchema.currencySortTextDesc",
5062
- "defString": "High-Low",
5061
+ "token": "euiKeyboardShortcuts.downArrowTitle",
5062
+ "defString": "Down arrow",
5063
5063
  "highlighting": "string",
5064
5064
  "loc": {
5065
5065
  "start": {
5066
- "line": 103,
5067
- "column": 6,
5068
- "index": 2836
5066
+ "line": 86,
5067
+ "column": 20,
5068
+ "index": 2916
5069
5069
  },
5070
5070
  "end": {
5071
- "line": 106,
5072
- "column": 8,
5073
- "index": 2935
5071
+ "line": 89,
5072
+ "column": 22,
5073
+ "index": 3056
5074
5074
  }
5075
5075
  },
5076
- "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5076
+ "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
5077
5077
  },
5078
5078
  {
5079
- "token": "euiDataGridSchema.dateSortTextAsc",
5080
- "defString": "Old-New",
5079
+ "token": "euiKeyboardShortcuts.downArrowDescription",
5080
+ "defString": "Move one cell down",
5081
5081
  "highlighting": "string",
5082
5082
  "loc": {
5083
5083
  "start": {
5084
- "line": 135,
5085
- "column": 6,
5086
- "index": 3889
5084
+ "line": 93,
5085
+ "column": 18,
5086
+ "index": 3150
5087
5087
  },
5088
5088
  "end": {
5089
- "line": 135,
5090
- "column": 77,
5091
- "index": 3960
5092
- }
5093
- },
5094
- "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5095
- },
5096
- {
5097
- "token": "euiDataGridSchema.dateSortTextDesc",
5098
- "defString": "New-Old",
5099
- "highlighting": "string",
5100
- "loc": {
5101
- "start": {
5102
- "line": 138,
5103
- "column": 6,
5104
- "index": 3994
5105
- },
5106
- "end": {
5107
- "line": 138,
5108
- "column": 78,
5109
- "index": 4066
5110
- }
5111
- },
5112
- "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5113
- },
5114
- {
5115
- "token": "euiDataGridSchema.numberSortTextAsc",
5116
- "defString": "Low-High",
5117
- "highlighting": "string",
5118
- "loc": {
5119
- "start": {
5120
- "line": 172,
5121
- "column": 6,
5122
- "index": 5163
5123
- },
5124
- "end": {
5125
- "line": 172,
5126
- "column": 80,
5127
- "index": 5237
5128
- }
5129
- },
5130
- "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5131
- },
5132
- {
5133
- "token": "euiDataGridSchema.numberSortTextDesc",
5134
- "defString": "High-Low",
5135
- "highlighting": "string",
5136
- "loc": {
5137
- "start": {
5138
- "line": 175,
5139
- "column": 6,
5140
- "index": 5271
5141
- },
5142
- "end": {
5143
- "line": 178,
5144
- "column": 8,
5145
- "index": 5368
5146
- }
5147
- },
5148
- "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5149
- },
5150
- {
5151
- "token": "euiDataGridSchema.jsonSortTextAsc",
5152
- "defString": "Small-Large",
5153
- "highlighting": "string",
5154
- "loc": {
5155
- "start": {
5156
- "line": 203,
5157
- "column": 6,
5158
- "index": 6054
5159
- },
5160
- "end": {
5161
- "line": 206,
5162
- "column": 8,
5163
- "index": 6151
5164
- }
5165
- },
5166
- "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5167
- },
5168
- {
5169
- "token": "euiDataGridSchema.jsonSortTextDesc",
5170
- "defString": "Large-Small",
5171
- "highlighting": "string",
5172
- "loc": {
5173
- "start": {
5174
- "line": 209,
5175
- "column": 6,
5176
- "index": 6185
5177
- },
5178
- "end": {
5179
- "line": 212,
5180
- "column": 8,
5181
- "index": 6283
5182
- }
5183
- },
5184
- "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5185
- },
5186
- {
5187
- "token": "euiKeyboardShortcuts.title",
5188
- "defString": "Keyboard shortcuts",
5189
- "highlighting": "string",
5190
- "loc": {
5191
- "start": {
5192
- "line": 26,
5193
- "column": 16,
5194
- "index": 1033
5195
- },
5196
- "end": {
5197
- "line": 26,
5198
- "column": 78,
5199
- "index": 1095
5200
- }
5201
- },
5202
- "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
5203
- },
5204
- {
5205
- "token": "euiKeyboardShortcuts.upArrowTitle",
5206
- "defString": "Up arrow",
5207
- "highlighting": "string",
5208
- "loc": {
5209
- "start": {
5210
- "line": 70,
5211
- "column": 20,
5212
- "index": 2420
5213
- },
5214
- "end": {
5215
- "line": 73,
5216
- "column": 22,
5217
- "index": 2556
5218
- }
5219
- },
5220
- "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
5221
- },
5222
- {
5223
- "token": "euiKeyboardShortcuts.upArrowDescription",
5224
- "defString": "Move one cell up",
5225
- "highlighting": "string",
5226
- "loc": {
5227
- "start": {
5228
- "line": 77,
5229
- "column": 18,
5230
- "index": 2650
5231
- },
5232
- "end": {
5233
- "line": 80,
5234
- "column": 20,
5235
- "index": 2794
5236
- }
5237
- },
5238
- "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
5239
- },
5240
- {
5241
- "token": "euiKeyboardShortcuts.downArrowTitle",
5242
- "defString": "Down arrow",
5243
- "highlighting": "string",
5244
- "loc": {
5245
- "start": {
5246
- "line": 86,
5247
- "column": 20,
5248
- "index": 2916
5249
- },
5250
- "end": {
5251
- "line": 89,
5252
- "column": 22,
5253
- "index": 3056
5254
- }
5255
- },
5256
- "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
5257
- },
5258
- {
5259
- "token": "euiKeyboardShortcuts.downArrowDescription",
5260
- "defString": "Move one cell down",
5261
- "highlighting": "string",
5262
- "loc": {
5263
- "start": {
5264
- "line": 93,
5265
- "column": 18,
5266
- "index": 3150
5267
- },
5268
- "end": {
5269
- "line": 96,
5270
- "column": 20,
5271
- "index": 3298
5089
+ "line": 96,
5090
+ "column": 20,
5091
+ "index": 3298
5272
5092
  }
5273
5093
  },
5274
5094
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
@@ -5670,84 +5490,282 @@
5670
5490
  "filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
5671
5491
  },
5672
5492
  {
5673
- "token": "euiFullscreenSelector.fullscreenButton",
5674
- "defString": "Enter fullscreen",
5493
+ "token": "euiDataGridSchema.booleanSortTextAsc",
5494
+ "defString": "False-True",
5675
5495
  "highlighting": "string",
5676
5496
  "loc": {
5677
5497
  "start": {
5678
- "line": 46,
5679
- "column": 53,
5680
- "index": 1444
5498
+ "line": 56,
5499
+ "column": 6,
5500
+ "index": 1386
5681
5501
  },
5682
5502
  "end": {
5683
- "line": 52,
5684
- "column": 3,
5685
- "index": 1618
5503
+ "line": 59,
5504
+ "column": 8,
5505
+ "index": 1485
5686
5506
  }
5687
5507
  },
5688
- "filepath": "src/components/datagrid/controls/fullscreen_selector.tsx"
5508
+ "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5689
5509
  },
5690
5510
  {
5691
- "token": "euiFullscreenSelector.fullscreenButtonActive",
5692
- "defString": "Exit fullscreen",
5511
+ "token": "euiDataGridSchema.booleanSortTextDesc",
5512
+ "defString": "True-False",
5693
5513
  "highlighting": "string",
5694
5514
  "loc": {
5695
5515
  "start": {
5696
- "line": 46,
5697
- "column": 53,
5698
- "index": 1444
5516
+ "line": 62,
5517
+ "column": 6,
5518
+ "index": 1519
5699
5519
  },
5700
5520
  "end": {
5701
- "line": 52,
5702
- "column": 3,
5703
- "index": 1618
5521
+ "line": 65,
5522
+ "column": 8,
5523
+ "index": 1619
5704
5524
  }
5705
5525
  },
5706
- "filepath": "src/components/datagrid/controls/fullscreen_selector.tsx"
5526
+ "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5707
5527
  },
5708
5528
  {
5709
- "token": "euiDisplaySelector.densityLabel",
5710
- "defString": "Density",
5529
+ "token": "euiDataGridSchema.currencySortTextAsc",
5530
+ "defString": "Low-High",
5711
5531
  "highlighting": "string",
5712
5532
  "loc": {
5713
5533
  "start": {
5714
- "line": 96,
5715
- "column": 4,
5716
- "index": 2610
5534
+ "line": 97,
5535
+ "column": 6,
5536
+ "index": 2704
5717
5537
  },
5718
5538
  "end": {
5719
- "line": 104,
5720
- "column": 5,
5721
- "index": 2883
5539
+ "line": 100,
5540
+ "column": 8,
5541
+ "index": 2802
5722
5542
  }
5723
5543
  },
5724
- "filepath": "src/components/datagrid/controls/display_selector.tsx"
5544
+ "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5725
5545
  },
5726
5546
  {
5727
- "token": "euiDisplaySelector.labelCompact",
5728
- "defString": "Compact",
5547
+ "token": "euiDataGridSchema.currencySortTextDesc",
5548
+ "defString": "High-Low",
5729
5549
  "highlighting": "string",
5730
5550
  "loc": {
5731
5551
  "start": {
5732
- "line": 96,
5733
- "column": 4,
5734
- "index": 2610
5552
+ "line": 103,
5553
+ "column": 6,
5554
+ "index": 2836
5735
5555
  },
5736
5556
  "end": {
5737
- "line": 104,
5738
- "column": 5,
5739
- "index": 2883
5557
+ "line": 106,
5558
+ "column": 8,
5559
+ "index": 2935
5740
5560
  }
5741
5561
  },
5742
- "filepath": "src/components/datagrid/controls/display_selector.tsx"
5562
+ "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5743
5563
  },
5744
5564
  {
5745
- "token": "euiDisplaySelector.labelNormal",
5746
- "defString": "Normal",
5565
+ "token": "euiDataGridSchema.dateSortTextAsc",
5566
+ "defString": "Old-New",
5747
5567
  "highlighting": "string",
5748
5568
  "loc": {
5749
5569
  "start": {
5750
- "line": 96,
5570
+ "line": 135,
5571
+ "column": 6,
5572
+ "index": 3889
5573
+ },
5574
+ "end": {
5575
+ "line": 135,
5576
+ "column": 77,
5577
+ "index": 3960
5578
+ }
5579
+ },
5580
+ "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5581
+ },
5582
+ {
5583
+ "token": "euiDataGridSchema.dateSortTextDesc",
5584
+ "defString": "New-Old",
5585
+ "highlighting": "string",
5586
+ "loc": {
5587
+ "start": {
5588
+ "line": 138,
5589
+ "column": 6,
5590
+ "index": 3994
5591
+ },
5592
+ "end": {
5593
+ "line": 138,
5594
+ "column": 78,
5595
+ "index": 4066
5596
+ }
5597
+ },
5598
+ "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5599
+ },
5600
+ {
5601
+ "token": "euiDataGridSchema.numberSortTextAsc",
5602
+ "defString": "Low-High",
5603
+ "highlighting": "string",
5604
+ "loc": {
5605
+ "start": {
5606
+ "line": 172,
5607
+ "column": 6,
5608
+ "index": 5163
5609
+ },
5610
+ "end": {
5611
+ "line": 172,
5612
+ "column": 80,
5613
+ "index": 5237
5614
+ }
5615
+ },
5616
+ "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5617
+ },
5618
+ {
5619
+ "token": "euiDataGridSchema.numberSortTextDesc",
5620
+ "defString": "High-Low",
5621
+ "highlighting": "string",
5622
+ "loc": {
5623
+ "start": {
5624
+ "line": 175,
5625
+ "column": 6,
5626
+ "index": 5271
5627
+ },
5628
+ "end": {
5629
+ "line": 178,
5630
+ "column": 8,
5631
+ "index": 5368
5632
+ }
5633
+ },
5634
+ "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5635
+ },
5636
+ {
5637
+ "token": "euiDataGridSchema.jsonSortTextAsc",
5638
+ "defString": "Small-Large",
5639
+ "highlighting": "string",
5640
+ "loc": {
5641
+ "start": {
5642
+ "line": 203,
5643
+ "column": 6,
5644
+ "index": 6054
5645
+ },
5646
+ "end": {
5647
+ "line": 206,
5648
+ "column": 8,
5649
+ "index": 6151
5650
+ }
5651
+ },
5652
+ "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5653
+ },
5654
+ {
5655
+ "token": "euiDataGridSchema.jsonSortTextDesc",
5656
+ "defString": "Large-Small",
5657
+ "highlighting": "string",
5658
+ "loc": {
5659
+ "start": {
5660
+ "line": 209,
5661
+ "column": 6,
5662
+ "index": 6185
5663
+ },
5664
+ "end": {
5665
+ "line": 212,
5666
+ "column": 8,
5667
+ "index": 6283
5668
+ }
5669
+ },
5670
+ "filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
5671
+ },
5672
+ {
5673
+ "token": "euiFullscreenSelector.fullscreenButton",
5674
+ "defString": "Enter fullscreen",
5675
+ "highlighting": "string",
5676
+ "loc": {
5677
+ "start": {
5678
+ "line": 46,
5679
+ "column": 53,
5680
+ "index": 1444
5681
+ },
5682
+ "end": {
5683
+ "line": 52,
5684
+ "column": 3,
5685
+ "index": 1618
5686
+ }
5687
+ },
5688
+ "filepath": "src/components/datagrid/controls/fullscreen_selector.tsx"
5689
+ },
5690
+ {
5691
+ "token": "euiFullscreenSelector.fullscreenButtonActive",
5692
+ "defString": "Exit fullscreen",
5693
+ "highlighting": "string",
5694
+ "loc": {
5695
+ "start": {
5696
+ "line": 46,
5697
+ "column": 53,
5698
+ "index": 1444
5699
+ },
5700
+ "end": {
5701
+ "line": 52,
5702
+ "column": 3,
5703
+ "index": 1618
5704
+ }
5705
+ },
5706
+ "filepath": "src/components/datagrid/controls/fullscreen_selector.tsx"
5707
+ },
5708
+ {
5709
+ "token": "euiDataGridToolbarControl.badgeAriaLabel",
5710
+ "defString": "Active: {count}",
5711
+ "highlighting": "string",
5712
+ "loc": {
5713
+ "start": {
5714
+ "line": 31,
5715
+ "column": 25,
5716
+ "index": 1211
5717
+ },
5718
+ "end": {
5719
+ "line": 40,
5720
+ "column": 3,
5721
+ "index": 1441
5722
+ }
5723
+ },
5724
+ "filepath": "src/components/datagrid/controls/data_grid_toolbar_control.tsx"
5725
+ },
5726
+ {
5727
+ "token": "euiDisplaySelector.densityLabel",
5728
+ "defString": "Density",
5729
+ "highlighting": "string",
5730
+ "loc": {
5731
+ "start": {
5732
+ "line": 96,
5733
+ "column": 4,
5734
+ "index": 2610
5735
+ },
5736
+ "end": {
5737
+ "line": 104,
5738
+ "column": 5,
5739
+ "index": 2883
5740
+ }
5741
+ },
5742
+ "filepath": "src/components/datagrid/controls/display_selector.tsx"
5743
+ },
5744
+ {
5745
+ "token": "euiDisplaySelector.labelCompact",
5746
+ "defString": "Compact",
5747
+ "highlighting": "string",
5748
+ "loc": {
5749
+ "start": {
5750
+ "line": 96,
5751
+ "column": 4,
5752
+ "index": 2610
5753
+ },
5754
+ "end": {
5755
+ "line": 104,
5756
+ "column": 5,
5757
+ "index": 2883
5758
+ }
5759
+ },
5760
+ "filepath": "src/components/datagrid/controls/display_selector.tsx"
5761
+ },
5762
+ {
5763
+ "token": "euiDisplaySelector.labelNormal",
5764
+ "defString": "Normal",
5765
+ "highlighting": "string",
5766
+ "loc": {
5767
+ "start": {
5768
+ "line": 96,
5751
5769
  "column": 4,
5752
5770
  "index": 2610
5753
5771
  },
@@ -5885,24 +5903,6 @@
5885
5903
  },
5886
5904
  "filepath": "src/components/datagrid/controls/display_selector.tsx"
5887
5905
  },
5888
- {
5889
- "token": "euiDataGridToolbarControl.badgeAriaLabel",
5890
- "defString": "Active: {count}",
5891
- "highlighting": "string",
5892
- "loc": {
5893
- "start": {
5894
- "line": 31,
5895
- "column": 25,
5896
- "index": 1211
5897
- },
5898
- "end": {
5899
- "line": 40,
5900
- "column": 3,
5901
- "index": 1441
5902
- }
5903
- },
5904
- "filepath": "src/components/datagrid/controls/data_grid_toolbar_control.tsx"
5905
- },
5906
5906
  {
5907
5907
  "token": "euiColumnSortingDraggable.defaultSortAsc",
5908
5908
  "defString": "A-Z",
@@ -6209,6 +6209,24 @@
6209
6209
  },
6210
6210
  "filepath": "src/components/datagrid/controls/column_selector.tsx"
6211
6211
  },
6212
+ {
6213
+ "token": "euiComboBoxPill.removeSelection",
6214
+ "defString": "Remove {children} from selection in this group",
6215
+ "highlighting": "string",
6216
+ "loc": {
6217
+ "start": {
6218
+ "line": 67,
6219
+ "column": 6,
6220
+ "index": 2037
6221
+ },
6222
+ "end": {
6223
+ "line": 71,
6224
+ "column": 7,
6225
+ "index": 2196
6226
+ }
6227
+ },
6228
+ "filepath": "src/components/combo_box/combo_box_input/combo_box_pill.tsx"
6229
+ },
6212
6230
  {
6213
6231
  "token": "euiComboBoxOptionsList.loadingOptions",
6214
6232
  "defString": "Loading options",
@@ -6336,27 +6354,63 @@
6336
6354
  "filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
6337
6355
  },
6338
6356
  {
6339
- "token": "euiComboBoxPill.removeSelection",
6340
- "defString": "Remove {children} from selection in this group",
6357
+ "token": "euiCollapsibleNavKibanaSolution.switcherTitle",
6358
+ "defString": "Solution view",
6341
6359
  "highlighting": "string",
6342
6360
  "loc": {
6343
6361
  "start": {
6344
- "line": 67,
6345
- "column": 6,
6346
- "index": 2037
6362
+ "line": 73,
6363
+ "column": 40,
6364
+ "index": 2535
6347
6365
  },
6348
6366
  "end": {
6349
- "line": 71,
6350
- "column": 7,
6351
- "index": 2196
6367
+ "line": 76,
6368
+ "column": 3,
6369
+ "index": 2623
6352
6370
  }
6353
6371
  },
6354
- "filepath": "src/components/combo_box/combo_box_input/combo_box_pill.tsx"
6372
+ "filepath": "src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.tsx"
6355
6373
  },
6356
6374
  {
6357
- "token": "euiCollapsibleNavButton.ariaLabelExpand",
6358
- "defString": "Expand navigation",
6359
- "highlighting": "string",
6375
+ "token": "euiCollapsibleNavKibanaSolution.switcherAriaLabel",
6376
+ "defString": " - click to switch to another solution",
6377
+ "highlighting": "string",
6378
+ "loc": {
6379
+ "start": {
6380
+ "line": 77,
6381
+ "column": 44,
6382
+ "index": 2669
6383
+ },
6384
+ "end": {
6385
+ "line": 80,
6386
+ "column": 3,
6387
+ "index": 2786
6388
+ }
6389
+ },
6390
+ "filepath": "src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.tsx"
6391
+ },
6392
+ {
6393
+ "token": "euiCollapsibleNavKibanaSolution.groupLabel",
6394
+ "defString": "Navigate to solution",
6395
+ "highlighting": "string",
6396
+ "loc": {
6397
+ "start": {
6398
+ "line": 81,
6399
+ "column": 37,
6400
+ "index": 2825
6401
+ },
6402
+ "end": {
6403
+ "line": 84,
6404
+ "column": 3,
6405
+ "index": 2917
6406
+ }
6407
+ },
6408
+ "filepath": "src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.tsx"
6409
+ },
6410
+ {
6411
+ "token": "euiCollapsibleNavButton.ariaLabelExpand",
6412
+ "defString": "Expand navigation",
6413
+ "highlighting": "string",
6360
6414
  "loc": {
6361
6415
  "start": {
6362
6416
  "line": 37,
@@ -6425,60 +6479,6 @@
6425
6479
  },
6426
6480
  "filepath": "src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button.tsx"
6427
6481
  },
6428
- {
6429
- "token": "euiCollapsibleNavKibanaSolution.switcherTitle",
6430
- "defString": "Solution view",
6431
- "highlighting": "string",
6432
- "loc": {
6433
- "start": {
6434
- "line": 73,
6435
- "column": 40,
6436
- "index": 2535
6437
- },
6438
- "end": {
6439
- "line": 76,
6440
- "column": 3,
6441
- "index": 2623
6442
- }
6443
- },
6444
- "filepath": "src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.tsx"
6445
- },
6446
- {
6447
- "token": "euiCollapsibleNavKibanaSolution.switcherAriaLabel",
6448
- "defString": " - click to switch to another solution",
6449
- "highlighting": "string",
6450
- "loc": {
6451
- "start": {
6452
- "line": 77,
6453
- "column": 44,
6454
- "index": 2669
6455
- },
6456
- "end": {
6457
- "line": 80,
6458
- "column": 3,
6459
- "index": 2786
6460
- }
6461
- },
6462
- "filepath": "src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.tsx"
6463
- },
6464
- {
6465
- "token": "euiCollapsibleNavKibanaSolution.groupLabel",
6466
- "defString": "Navigate to solution",
6467
- "highlighting": "string",
6468
- "loc": {
6469
- "start": {
6470
- "line": 81,
6471
- "column": 37,
6472
- "index": 2825
6473
- },
6474
- "end": {
6475
- "line": 84,
6476
- "column": 3,
6477
- "index": 2917
6478
- }
6479
- },
6480
- "filepath": "src/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.tsx"
6481
- },
6482
6482
  {
6483
6483
  "token": "euiCardSelect.selected",
6484
6484
  "defString": "Selected",
@@ -6551,96 +6551,6 @@
6551
6551
  },
6552
6552
  "filepath": "src/components/accordion/accordion_children/accordion_children_loading.tsx"
6553
6553
  },
6554
- {
6555
- "token": "euiRelativeTab.numberInputLabel",
6556
- "defString": "Time span amount",
6557
- "highlighting": "string",
6558
- "loc": {
6559
- "start": {
6560
- "line": 126,
6561
- "column": 26,
6562
- "index": 3914
6563
- },
6564
- "end": {
6565
- "line": 129,
6566
- "column": 3,
6567
- "index": 3991
6568
- }
6569
- },
6570
- "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6571
- },
6572
- {
6573
- "token": "euiRelativeTab.numberInputError",
6574
- "defString": "Must be >= 0",
6575
- "highlighting": "string",
6576
- "loc": {
6577
- "start": {
6578
- "line": 130,
6579
- "column": 27,
6580
- "index": 4020
6581
- },
6582
- "end": {
6583
- "line": 133,
6584
- "column": 3,
6585
- "index": 4093
6586
- }
6587
- },
6588
- "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6589
- },
6590
- {
6591
- "token": "euiRelativeTab.dateInputError",
6592
- "defString": "Must be a valid range",
6593
- "highlighting": "string",
6594
- "loc": {
6595
- "start": {
6596
- "line": 134,
6597
- "column": 25,
6598
- "index": 4120
6599
- },
6600
- "end": {
6601
- "line": 137,
6602
- "column": 3,
6603
- "index": 4200
6604
- }
6605
- },
6606
- "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6607
- },
6608
- {
6609
- "token": "euiRelativeTab.unitInputLabel",
6610
- "defString": "Relative time span",
6611
- "highlighting": "string",
6612
- "loc": {
6613
- "start": {
6614
- "line": 138,
6615
- "column": 30,
6616
- "index": 4232
6617
- },
6618
- "end": {
6619
- "line": 141,
6620
- "column": 3,
6621
- "index": 4309
6622
- }
6623
- },
6624
- "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6625
- },
6626
- {
6627
- "token": "euiRelativeTab.fullDescription",
6628
- "defString": "The unit is changeable. Currently set to {unit}.",
6629
- "highlighting": "string",
6630
- "loc": {
6631
- "start": {
6632
- "line": 193,
6633
- "column": 12,
6634
- "index": 5951
6635
- },
6636
- "end": {
6637
- "line": 197,
6638
- "column": 14,
6639
- "index": 6132
6640
- }
6641
- },
6642
- "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6643
- },
6644
6554
  {
6645
6555
  "token": "euiDatePopoverContent.startDateLabel",
6646
6556
  "defString": "Start date",
@@ -6786,88 +6696,376 @@
6786
6696
  "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_content.tsx"
6787
6697
  },
6788
6698
  {
6789
- "token": "euiDatePopoverButton.invalidTitle",
6790
- "defString": "Invalid date: {title}",
6699
+ "token": "euiRelativeTab.numberInputLabel",
6700
+ "defString": "Time span amount",
6791
6701
  "highlighting": "string",
6792
6702
  "loc": {
6793
6703
  "start": {
6794
- "line": 107,
6795
- "column": 23,
6796
- "index": 3054
6704
+ "line": 126,
6705
+ "column": 26,
6706
+ "index": 3914
6797
6707
  },
6798
6708
  "end": {
6799
- "line": 111,
6709
+ "line": 129,
6800
6710
  "column": 3,
6801
- "index": 3153
6711
+ "index": 3991
6802
6712
  }
6803
6713
  },
6804
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_button.tsx"
6714
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6805
6715
  },
6806
6716
  {
6807
- "token": "euiDatePopoverButton.outdatedTitle",
6808
- "defString": "Update needed: {title}",
6717
+ "token": "euiRelativeTab.numberInputError",
6718
+ "defString": "Must be >= 0",
6809
6719
  "highlighting": "string",
6810
6720
  "loc": {
6811
6721
  "start": {
6812
- "line": 112,
6813
- "column": 24,
6814
- "index": 3179
6722
+ "line": 130,
6723
+ "column": 27,
6724
+ "index": 4020
6815
6725
  },
6816
6726
  "end": {
6817
- "line": 116,
6727
+ "line": 133,
6818
6728
  "column": 3,
6819
- "index": 3280
6729
+ "index": 4093
6820
6730
  }
6821
6731
  },
6822
- "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_button.tsx"
6732
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6823
6733
  },
6824
6734
  {
6825
- "token": "euiAbsoluteTab.dateFormatButtonLabel",
6826
- "defString": "Parse date",
6735
+ "token": "euiRelativeTab.dateInputError",
6736
+ "defString": "Must be a valid range",
6827
6737
  "highlighting": "string",
6828
6738
  "loc": {
6829
6739
  "start": {
6830
- "line": 95,
6831
- "column": 28,
6832
- "index": 2852
6740
+ "line": 134,
6741
+ "column": 25,
6742
+ "index": 4120
6833
6743
  },
6834
6744
  "end": {
6835
- "line": 98,
6745
+ "line": 137,
6836
6746
  "column": 3,
6837
- "index": 2928
6747
+ "index": 4200
6838
6748
  }
6839
6749
  },
6840
- "filepath": "src/components/date_picker/super_date_picker/date_popover/absolute_tab.tsx"
6750
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6841
6751
  },
6842
6752
  {
6843
- "token": "euiAbsoluteTab.dateFormatError",
6844
- "defString": "Allowed formats: {dateFormat}, ISO 8601, RFC 2822, or Unix timestamp.",
6753
+ "token": "euiRelativeTab.unitInputLabel",
6754
+ "defString": "Relative time span",
6845
6755
  "highlighting": "string",
6846
6756
  "loc": {
6847
6757
  "start": {
6848
- "line": 99,
6849
- "column": 26,
6850
- "index": 2956
6758
+ "line": 138,
6759
+ "column": 30,
6760
+ "index": 4232
6851
6761
  },
6852
6762
  "end": {
6853
- "line": 103,
6763
+ "line": 141,
6854
6764
  "column": 3,
6855
- "index": 3138
6765
+ "index": 4309
6856
6766
  }
6857
6767
  },
6858
- "filepath": "src/components/date_picker/super_date_picker/date_popover/absolute_tab.tsx"
6768
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/relative_tab.tsx"
6859
6769
  },
6860
6770
  {
6861
- "token": "euiDataGridHeaderCell.sortedByAscendingSingle",
6862
- "defString": "Sorted ascending",
6771
+ "token": "euiRelativeTab.fullDescription",
6772
+ "defString": "The unit is changeable. Currently set to {unit}.",
6863
6773
  "highlighting": "string",
6864
6774
  "loc": {
6865
6775
  "start": {
6866
- "line": 82,
6867
- "column": 16,
6868
- "index": 2683
6869
- },
6870
- "end": {
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": "euiDatePopoverButton.invalidTitle",
6790
+ "defString": "Invalid date: {title}",
6791
+ "highlighting": "string",
6792
+ "loc": {
6793
+ "start": {
6794
+ "line": 107,
6795
+ "column": 23,
6796
+ "index": 3054
6797
+ },
6798
+ "end": {
6799
+ "line": 111,
6800
+ "column": 3,
6801
+ "index": 3153
6802
+ }
6803
+ },
6804
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_button.tsx"
6805
+ },
6806
+ {
6807
+ "token": "euiDatePopoverButton.outdatedTitle",
6808
+ "defString": "Update needed: {title}",
6809
+ "highlighting": "string",
6810
+ "loc": {
6811
+ "start": {
6812
+ "line": 112,
6813
+ "column": 24,
6814
+ "index": 3179
6815
+ },
6816
+ "end": {
6817
+ "line": 116,
6818
+ "column": 3,
6819
+ "index": 3280
6820
+ }
6821
+ },
6822
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/date_popover_button.tsx"
6823
+ },
6824
+ {
6825
+ "token": "euiAbsoluteTab.dateFormatButtonLabel",
6826
+ "defString": "Parse date",
6827
+ "highlighting": "string",
6828
+ "loc": {
6829
+ "start": {
6830
+ "line": 95,
6831
+ "column": 28,
6832
+ "index": 2852
6833
+ },
6834
+ "end": {
6835
+ "line": 98,
6836
+ "column": 3,
6837
+ "index": 2928
6838
+ }
6839
+ },
6840
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/absolute_tab.tsx"
6841
+ },
6842
+ {
6843
+ "token": "euiAbsoluteTab.dateFormatError",
6844
+ "defString": "Allowed formats: {dateFormat}, ISO 8601, RFC 2822, or Unix timestamp.",
6845
+ "highlighting": "string",
6846
+ "loc": {
6847
+ "start": {
6848
+ "line": 99,
6849
+ "column": 26,
6850
+ "index": 2956
6851
+ },
6852
+ "end": {
6853
+ "line": 103,
6854
+ "column": 3,
6855
+ "index": 3138
6856
+ }
6857
+ },
6858
+ "filepath": "src/components/date_picker/super_date_picker/date_popover/absolute_tab.tsx"
6859
+ },
6860
+ {
6861
+ "token": "euiRecentlyUsed.legend",
6862
+ "defString": "Recently used date ranges",
6863
+ "highlighting": "string",
6864
+ "loc": {
6865
+ "start": {
6866
+ "line": 33,
6867
+ "column": 16,
6868
+ "index": 1123
6869
+ },
6870
+ "end": {
6871
+ "line": 36,
6872
+ "column": 3,
6873
+ "index": 1200
6874
+ }
6875
+ },
6876
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/recently_used.tsx"
6877
+ },
6878
+ {
6879
+ "token": "euiQuickSelectPopover.buttonLabel",
6880
+ "defString": "Date quick select",
6881
+ "highlighting": "string",
6882
+ "loc": {
6883
+ "start": {
6884
+ "line": 103,
6885
+ "column": 22,
6886
+ "index": 3370
6887
+ },
6888
+ "end": {
6889
+ "line": 106,
6890
+ "column": 3,
6891
+ "index": 3450
6892
+ }
6893
+ },
6894
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.tsx"
6895
+ },
6896
+ {
6897
+ "token": "euiCommonlyUsedTimeRanges.legend",
6898
+ "defString": "Commonly used",
6899
+ "highlighting": "string",
6900
+ "loc": {
6901
+ "start": {
6902
+ "line": 27,
6903
+ "column": 16,
6904
+ "index": 995
6905
+ },
6906
+ "end": {
6907
+ "line": 27,
6908
+ "column": 79,
6909
+ "index": 1058
6910
+ }
6911
+ },
6912
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/commonly_used_time_ranges.tsx"
6913
+ },
6914
+ {
6915
+ "token": "euiQuickSelect.quickSelectTitle",
6916
+ "defString": "Quick select",
6917
+ "highlighting": "string",
6918
+ "loc": {
6919
+ "start": {
6920
+ "line": 162,
6921
+ "column": 10,
6922
+ "index": 4691
6923
+ },
6924
+ "end": {
6925
+ "line": 165,
6926
+ "column": 12,
6927
+ "index": 4799
6928
+ }
6929
+ },
6930
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6931
+ },
6932
+ {
6933
+ "token": "euiQuickSelect.previousLabel",
6934
+ "defString": "Previous time window",
6935
+ "highlighting": "string",
6936
+ "loc": {
6937
+ "start": {
6938
+ "line": 184,
6939
+ "column": 12,
6940
+ "index": 5381
6941
+ },
6942
+ "end": {
6943
+ "line": 187,
6944
+ "column": 13,
6945
+ "index": 5499
6946
+ }
6947
+ },
6948
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6949
+ },
6950
+ {
6951
+ "token": "euiQuickSelect.nextLabel",
6952
+ "defString": "Next time window",
6953
+ "highlighting": "string",
6954
+ "loc": {
6955
+ "start": {
6956
+ "line": 200,
6957
+ "column": 12,
6958
+ "index": 5957
6959
+ },
6960
+ "end": {
6961
+ "line": 203,
6962
+ "column": 13,
6963
+ "index": 6067
6964
+ }
6965
+ },
6966
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6967
+ },
6968
+ {
6969
+ "token": "euiQuickSelect.tenseLabel",
6970
+ "defString": "Time tense",
6971
+ "highlighting": "string",
6972
+ "loc": {
6973
+ "start": {
6974
+ "line": 218,
6975
+ "column": 12,
6976
+ "index": 6581
6977
+ },
6978
+ "end": {
6979
+ "line": 218,
6980
+ "column": 76,
6981
+ "index": 6645
6982
+ }
6983
+ },
6984
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
6985
+ },
6986
+ {
6987
+ "token": "euiQuickSelect.valueLabel",
6988
+ "defString": "Time value",
6989
+ "highlighting": "string",
6990
+ "loc": {
6991
+ "start": {
6992
+ "line": 233,
6993
+ "column": 12,
6994
+ "index": 7167
6995
+ },
6996
+ "end": {
6997
+ "line": 233,
6998
+ "column": 76,
6999
+ "index": 7231
7000
+ }
7001
+ },
7002
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7003
+ },
7004
+ {
7005
+ "token": "euiQuickSelect.unitLabel",
7006
+ "defString": "Time unit",
7007
+ "highlighting": "string",
7008
+ "loc": {
7009
+ "start": {
7010
+ "line": 247,
7011
+ "column": 12,
7012
+ "index": 7713
7013
+ },
7014
+ "end": {
7015
+ "line": 247,
7016
+ "column": 74,
7017
+ "index": 7775
7018
+ }
7019
+ },
7020
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7021
+ },
7022
+ {
7023
+ "token": "euiQuickSelect.applyButton",
7024
+ "defString": "Apply",
7025
+ "highlighting": "string",
7026
+ "loc": {
7027
+ "start": {
7028
+ "line": 270,
7029
+ "column": 14,
7030
+ "index": 8658
7031
+ },
7032
+ "end": {
7033
+ "line": 270,
7034
+ "column": 76,
7035
+ "index": 8720
7036
+ }
7037
+ },
7038
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7039
+ },
7040
+ {
7041
+ "token": "euiQuickSelect.fullDescription",
7042
+ "defString": "Currently set to {timeTense} {timeValue} {timeUnit}.",
7043
+ "highlighting": "string",
7044
+ "loc": {
7045
+ "start": {
7046
+ "line": 276,
7047
+ "column": 12,
7048
+ "index": 8877
7049
+ },
7050
+ "end": {
7051
+ "line": 284,
7052
+ "column": 14,
7053
+ "index": 9151
7054
+ }
7055
+ },
7056
+ "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7057
+ },
7058
+ {
7059
+ "token": "euiDataGridHeaderCell.sortedByAscendingSingle",
7060
+ "defString": "Sorted ascending",
7061
+ "highlighting": "string",
7062
+ "loc": {
7063
+ "start": {
7064
+ "line": 82,
7065
+ "column": 16,
7066
+ "index": 2683
7067
+ },
7068
+ "end": {
6871
7069
  "line": 86,
6872
7070
  "column": 18,
6873
7071
  "index": 2857
@@ -7145,204 +7343,6 @@
7145
7343
  },
7146
7344
  "filepath": "src/components/datagrid/body/header/column_actions.tsx"
7147
7345
  },
7148
- {
7149
- "token": "euiRecentlyUsed.legend",
7150
- "defString": "Recently used date ranges",
7151
- "highlighting": "string",
7152
- "loc": {
7153
- "start": {
7154
- "line": 33,
7155
- "column": 16,
7156
- "index": 1123
7157
- },
7158
- "end": {
7159
- "line": 36,
7160
- "column": 3,
7161
- "index": 1200
7162
- }
7163
- },
7164
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/recently_used.tsx"
7165
- },
7166
- {
7167
- "token": "euiQuickSelectPopover.buttonLabel",
7168
- "defString": "Date quick select",
7169
- "highlighting": "string",
7170
- "loc": {
7171
- "start": {
7172
- "line": 103,
7173
- "column": 22,
7174
- "index": 3370
7175
- },
7176
- "end": {
7177
- "line": 106,
7178
- "column": 3,
7179
- "index": 3450
7180
- }
7181
- },
7182
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select_popover.tsx"
7183
- },
7184
- {
7185
- "token": "euiQuickSelect.quickSelectTitle",
7186
- "defString": "Quick select",
7187
- "highlighting": "string",
7188
- "loc": {
7189
- "start": {
7190
- "line": 162,
7191
- "column": 10,
7192
- "index": 4691
7193
- },
7194
- "end": {
7195
- "line": 165,
7196
- "column": 12,
7197
- "index": 4799
7198
- }
7199
- },
7200
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7201
- },
7202
- {
7203
- "token": "euiQuickSelect.previousLabel",
7204
- "defString": "Previous time window",
7205
- "highlighting": "string",
7206
- "loc": {
7207
- "start": {
7208
- "line": 184,
7209
- "column": 12,
7210
- "index": 5381
7211
- },
7212
- "end": {
7213
- "line": 187,
7214
- "column": 13,
7215
- "index": 5499
7216
- }
7217
- },
7218
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7219
- },
7220
- {
7221
- "token": "euiQuickSelect.nextLabel",
7222
- "defString": "Next time window",
7223
- "highlighting": "string",
7224
- "loc": {
7225
- "start": {
7226
- "line": 200,
7227
- "column": 12,
7228
- "index": 5957
7229
- },
7230
- "end": {
7231
- "line": 203,
7232
- "column": 13,
7233
- "index": 6067
7234
- }
7235
- },
7236
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7237
- },
7238
- {
7239
- "token": "euiQuickSelect.tenseLabel",
7240
- "defString": "Time tense",
7241
- "highlighting": "string",
7242
- "loc": {
7243
- "start": {
7244
- "line": 218,
7245
- "column": 12,
7246
- "index": 6581
7247
- },
7248
- "end": {
7249
- "line": 218,
7250
- "column": 76,
7251
- "index": 6645
7252
- }
7253
- },
7254
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7255
- },
7256
- {
7257
- "token": "euiQuickSelect.valueLabel",
7258
- "defString": "Time value",
7259
- "highlighting": "string",
7260
- "loc": {
7261
- "start": {
7262
- "line": 233,
7263
- "column": 12,
7264
- "index": 7167
7265
- },
7266
- "end": {
7267
- "line": 233,
7268
- "column": 76,
7269
- "index": 7231
7270
- }
7271
- },
7272
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7273
- },
7274
- {
7275
- "token": "euiQuickSelect.unitLabel",
7276
- "defString": "Time unit",
7277
- "highlighting": "string",
7278
- "loc": {
7279
- "start": {
7280
- "line": 247,
7281
- "column": 12,
7282
- "index": 7713
7283
- },
7284
- "end": {
7285
- "line": 247,
7286
- "column": 74,
7287
- "index": 7775
7288
- }
7289
- },
7290
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7291
- },
7292
- {
7293
- "token": "euiQuickSelect.applyButton",
7294
- "defString": "Apply",
7295
- "highlighting": "string",
7296
- "loc": {
7297
- "start": {
7298
- "line": 270,
7299
- "column": 14,
7300
- "index": 8658
7301
- },
7302
- "end": {
7303
- "line": 270,
7304
- "column": 76,
7305
- "index": 8720
7306
- }
7307
- },
7308
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7309
- },
7310
- {
7311
- "token": "euiQuickSelect.fullDescription",
7312
- "defString": "Currently set to {timeTense} {timeValue} {timeUnit}.",
7313
- "highlighting": "string",
7314
- "loc": {
7315
- "start": {
7316
- "line": 276,
7317
- "column": 12,
7318
- "index": 8877
7319
- },
7320
- "end": {
7321
- "line": 284,
7322
- "column": 14,
7323
- "index": 9151
7324
- }
7325
- },
7326
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/quick_select.tsx"
7327
- },
7328
- {
7329
- "token": "euiCommonlyUsedTimeRanges.legend",
7330
- "defString": "Commonly used",
7331
- "highlighting": "string",
7332
- "loc": {
7333
- "start": {
7334
- "line": 27,
7335
- "column": 16,
7336
- "index": 995
7337
- },
7338
- "end": {
7339
- "line": 27,
7340
- "column": 79,
7341
- "index": 1058
7342
- }
7343
- },
7344
- "filepath": "src/components/date_picker/super_date_picker/quick_select_popover/commonly_used_time_ranges.tsx"
7345
- },
7346
7346
  {
7347
7347
  "token": "euiDataGridCell.focusTrapExitPrompt",
7348
7348
  "defString": "Exited cell content.",