@elastic/eui 114.1.0 → 114.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +4 -4
- package/es/components/basic_table/in_memory_table.js +4 -4
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +1 -1
- package/es/components/card/card.js +1 -1
- package/es/components/card/checkable_card/checkable_card.styles.js +7 -3
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/es/components/datagrid/utils/in_memory.js +6 -6
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/flyout/flyout_menu.js +2 -2
- package/es/components/flyout/manager/flyout_child.js +1 -1
- package/es/components/flyout/manager/flyout_managed.js +1 -1
- package/es/components/form/field_number/field_number.js +2 -2
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_control_button/form_control_button.js +5 -4
- package/es/components/form/form_control_button/form_control_button.styles.js +9 -0
- package/es/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/es/components/form/text_area/text_area.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -1
- package/es/components/header/header_links/header_links.js +1 -1
- package/es/components/header/header_logo/header_logo.js +1 -1
- package/es/components/header/header_section/header_section_item_button.js +1 -1
- package/es/components/icon/assets/add_to_dashboard.js +52 -0
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +3 -0
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/markdown_editor/plugins/markdown_link_validator.js +61 -7
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/popover/wrapping_popover.js +30 -65
- package/es/components/search_bar/filters/is_filter.js +38 -80
- package/es/components/selectable/selectable.js +14 -13
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/table/table_header_cell.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/es/services/index.js +1 -1
- package/es/services/window_event/hooks.js +23 -0
- package/es/services/window_event/index.js +2 -1
- package/es/services/window_event/window_event.js +6 -63
- package/eui.d.ts +79 -57
- package/i18ntokens.json +510 -510
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +4 -4
- package/lib/components/basic_table/in_memory_table.js +4 -4
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +1 -1
- package/lib/components/card/card.js +1 -1
- package/lib/components/card/checkable_card/checkable_card.styles.js +6 -2
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/lib/components/datagrid/utils/in_memory.js +6 -6
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/flyout/flyout_menu.js +2 -2
- package/lib/components/flyout/manager/flyout_child.js +1 -1
- package/lib/components/form/field_number/field_number.js +2 -2
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_control_button/form_control_button.js +5 -4
- package/lib/components/form/form_control_button/form_control_button.styles.js +9 -0
- package/lib/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/lib/components/form/text_area/text_area.js +2 -2
- package/lib/components/header/header_links/header_link.js +1 -1
- package/lib/components/header/header_links/header_links.js +1 -1
- package/lib/components/header/header_logo/header_logo.js +1 -1
- package/lib/components/header/header_section/header_section_item_button.js +1 -1
- package/lib/components/icon/assets/add_to_dashboard.js +59 -0
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +5 -0
- package/lib/components/icon/svgs/add_to_dashboard.svg +9 -0
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/markdown_editor/plugins/markdown_link_validator.js +62 -7
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/pagination/pagination_button.js +1 -1
- package/lib/components/popover/wrapping_popover.js +37 -71
- package/lib/components/search_bar/filters/is_filter.js +40 -82
- package/lib/components/selectable/selectable.js +14 -13
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/table/table_header_cell.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/lib/services/index.js +8 -1
- package/lib/services/window_event/hooks.js +29 -0
- package/lib/services/window_event/index.js +8 -1
- package/lib/services/window_event/window_event.js +8 -64
- package/optimize/es/components/card/checkable_card/checkable_card.styles.js +7 -3
- package/optimize/es/components/form/form_control_button/form_control_button.js +4 -3
- package/optimize/es/components/form/form_control_button/form_control_button.styles.js +9 -0
- package/optimize/es/components/icon/assets/add_to_dashboard.js +51 -0
- package/optimize/es/components/icon/icon_map.js +3 -0
- package/optimize/es/components/markdown_editor/plugins/markdown_link_validator.js +61 -7
- package/optimize/es/components/popover/wrapping_popover.js +30 -55
- package/optimize/es/components/search_bar/filters/is_filter.js +39 -62
- package/optimize/es/components/selectable/selectable.js +14 -13
- package/optimize/es/services/index.js +1 -1
- package/optimize/es/services/window_event/hooks.js +23 -0
- package/optimize/es/services/window_event/index.js +2 -1
- package/optimize/es/services/window_event/window_event.js +7 -53
- package/optimize/lib/components/card/checkable_card/checkable_card.styles.js +6 -2
- package/optimize/lib/components/form/form_control_button/form_control_button.js +4 -3
- package/optimize/lib/components/form/form_control_button/form_control_button.styles.js +9 -0
- package/optimize/lib/components/icon/assets/add_to_dashboard.js +59 -0
- package/optimize/lib/components/icon/icon_map.js +5 -0
- package/optimize/lib/components/icon/svgs/add_to_dashboard.svg +9 -0
- package/optimize/lib/components/markdown_editor/plugins/markdown_link_validator.js +62 -7
- package/optimize/lib/components/popover/wrapping_popover.js +33 -57
- package/optimize/lib/components/search_bar/filters/is_filter.js +41 -65
- package/optimize/lib/components/selectable/selectable.js +14 -13
- package/optimize/lib/services/index.js +8 -1
- package/optimize/lib/services/window_event/hooks.js +29 -0
- package/optimize/lib/services/window_event/index.js +8 -1
- package/optimize/lib/services/window_event/window_event.js +9 -54
- package/package.json +1 -1
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +4 -4
- package/test-env/components/basic_table/in_memory_table.js +4 -4
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +1 -1
- package/test-env/components/card/card.js +1 -1
- package/test-env/components/card/checkable_card/checkable_card.styles.js +6 -2
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/test-env/components/datagrid/utils/in_memory.js +6 -6
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/flyout/flyout_menu.js +2 -2
- package/test-env/components/flyout/manager/flyout_child.js +1 -1
- package/test-env/components/form/field_number/field_number.js +2 -2
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_control_button/form_control_button.js +5 -4
- package/test-env/components/form/form_control_button/form_control_button.styles.js +9 -0
- package/test-env/components/form/form_control_layout/append_prepend/form_append_prepend.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/test-env/components/form/text_area/text_area.js +2 -2
- package/test-env/components/header/header_links/header_link.js +1 -1
- package/test-env/components/header/header_links/header_links.js +1 -1
- package/test-env/components/header/header_logo/header_logo.js +1 -1
- package/test-env/components/header/header_section/header_section_item_button.js +1 -1
- package/test-env/components/icon/assets/add_to_dashboard.js +59 -0
- package/test-env/components/icon/icon_map.js +5 -0
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/markdown_editor/plugins/markdown_link_validator.js +62 -7
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/pagination/pagination_button.js +1 -1
- package/test-env/components/popover/wrapping_popover.js +33 -61
- package/test-env/components/search_bar/filters/is_filter.js +40 -77
- package/test-env/components/selectable/selectable.js +14 -13
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/table/table_header_cell.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/test-env/services/index.js +8 -1
- package/test-env/services/window_event/hooks.js +29 -0
- package/test-env/services/window_event/index.js +8 -1
- package/test-env/services/window_event/window_event.js +8 -58
package/i18ntokens.json
CHANGED
|
@@ -17,6 +17,24 @@
|
|
|
17
17
|
},
|
|
18
18
|
"filepath": "src/components/tree_view/tree_view.tsx"
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"token": "euiIconTip.defaultAriaLabel",
|
|
22
|
+
"defString": "Info",
|
|
23
|
+
"highlighting": "string",
|
|
24
|
+
"loc": {
|
|
25
|
+
"start": {
|
|
26
|
+
"line": 63,
|
|
27
|
+
"column": 27,
|
|
28
|
+
"index": 1811
|
|
29
|
+
},
|
|
30
|
+
"end": {
|
|
31
|
+
"line": 63,
|
|
32
|
+
"column": 76,
|
|
33
|
+
"index": 1860
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"filepath": "src/components/tool_tip/icon_tip.tsx"
|
|
37
|
+
},
|
|
20
38
|
{
|
|
21
39
|
"token": "euiTourStepIndicator.isActive",
|
|
22
40
|
"defString": "active",
|
|
@@ -143,24 +161,6 @@
|
|
|
143
161
|
},
|
|
144
162
|
"filepath": "src/components/tour/_tour_footer.tsx"
|
|
145
163
|
},
|
|
146
|
-
{
|
|
147
|
-
"token": "euiIconTip.defaultAriaLabel",
|
|
148
|
-
"defString": "Info",
|
|
149
|
-
"highlighting": "string",
|
|
150
|
-
"loc": {
|
|
151
|
-
"start": {
|
|
152
|
-
"line": 63,
|
|
153
|
-
"column": 27,
|
|
154
|
-
"index": 1811
|
|
155
|
-
},
|
|
156
|
-
"end": {
|
|
157
|
-
"line": 63,
|
|
158
|
-
"column": 76,
|
|
159
|
-
"index": 1860
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"filepath": "src/components/tool_tip/icon_tip.tsx"
|
|
163
|
-
},
|
|
164
164
|
{
|
|
165
165
|
"token": "euiToast.newNotification",
|
|
166
166
|
"defString": "A new notification appears",
|
|
@@ -251,6 +251,24 @@
|
|
|
251
251
|
},
|
|
252
252
|
"filepath": "src/components/toast/global_toast_list.tsx"
|
|
253
253
|
},
|
|
254
|
+
{
|
|
255
|
+
"token": "euiTableHeaderCell.titleTextWithDesc",
|
|
256
|
+
"defString": "{innerText}; {description}",
|
|
257
|
+
"highlighting": "string",
|
|
258
|
+
"loc": {
|
|
259
|
+
"start": {
|
|
260
|
+
"line": 139,
|
|
261
|
+
"column": 10,
|
|
262
|
+
"index": 4414
|
|
263
|
+
},
|
|
264
|
+
"end": {
|
|
265
|
+
"line": 143,
|
|
266
|
+
"column": 11,
|
|
267
|
+
"index": 4588
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
"filepath": "src/components/table/table_header_cell.tsx"
|
|
271
|
+
},
|
|
254
272
|
{
|
|
255
273
|
"token": "euiStepStrings.step",
|
|
256
274
|
"defString": "Step {number}: {title}",
|
|
@@ -540,40 +558,76 @@
|
|
|
540
558
|
"filepath": "src/components/steps/step_strings.tsx"
|
|
541
559
|
},
|
|
542
560
|
{
|
|
543
|
-
"token": "
|
|
544
|
-
"defString": "
|
|
561
|
+
"token": "euiStat.loadingText",
|
|
562
|
+
"defString": "Statistic is loading",
|
|
545
563
|
"highlighting": "string",
|
|
546
564
|
"loc": {
|
|
547
565
|
"start": {
|
|
548
|
-
"line":
|
|
549
|
-
"column":
|
|
550
|
-
"index":
|
|
566
|
+
"line": 95,
|
|
567
|
+
"column": 32,
|
|
568
|
+
"index": 2317
|
|
551
569
|
},
|
|
552
570
|
"end": {
|
|
553
|
-
"line":
|
|
554
|
-
"column":
|
|
555
|
-
"index":
|
|
571
|
+
"line": 98,
|
|
572
|
+
"column": 3,
|
|
573
|
+
"index": 2386
|
|
556
574
|
}
|
|
557
575
|
},
|
|
558
|
-
"filepath": "src/components/
|
|
576
|
+
"filepath": "src/components/stat/stat.tsx"
|
|
559
577
|
},
|
|
560
578
|
{
|
|
561
|
-
"token": "
|
|
562
|
-
"defString": "
|
|
579
|
+
"token": "euiSkeletonLoading.loadedAriaText",
|
|
580
|
+
"defString": "Loaded {contentAriaLabel}",
|
|
563
581
|
"highlighting": "string",
|
|
564
582
|
"loc": {
|
|
565
583
|
"start": {
|
|
566
|
-
"line":
|
|
567
|
-
"column":
|
|
568
|
-
"index":
|
|
584
|
+
"line": 73,
|
|
585
|
+
"column": 25,
|
|
586
|
+
"index": 2343
|
|
569
587
|
},
|
|
570
588
|
"end": {
|
|
571
|
-
"line":
|
|
589
|
+
"line": 77,
|
|
572
590
|
"column": 3,
|
|
573
|
-
"index":
|
|
591
|
+
"index": 2457
|
|
574
592
|
}
|
|
575
593
|
},
|
|
576
|
-
"filepath": "src/components/
|
|
594
|
+
"filepath": "src/components/skeleton/skeleton_loading.tsx"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"token": "euiSkeletonLoading.loadingAriaText",
|
|
598
|
+
"defString": "Loading {contentAriaLabel}",
|
|
599
|
+
"highlighting": "string",
|
|
600
|
+
"loc": {
|
|
601
|
+
"start": {
|
|
602
|
+
"line": 79,
|
|
603
|
+
"column": 27,
|
|
604
|
+
"index": 2487
|
|
605
|
+
},
|
|
606
|
+
"end": {
|
|
607
|
+
"line": 83,
|
|
608
|
+
"column": 3,
|
|
609
|
+
"index": 2603
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
"filepath": "src/components/skeleton/skeleton_loading.tsx"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"token": "euiSideNav.mobileToggleAriaLabel",
|
|
616
|
+
"defString": "Toggle navigation",
|
|
617
|
+
"highlighting": "string",
|
|
618
|
+
"loc": {
|
|
619
|
+
"start": {
|
|
620
|
+
"line": 208,
|
|
621
|
+
"column": 16,
|
|
622
|
+
"index": 6318
|
|
623
|
+
},
|
|
624
|
+
"end": {
|
|
625
|
+
"line": 211,
|
|
626
|
+
"column": 17,
|
|
627
|
+
"index": 6449
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
"filepath": "src/components/side_nav/side_nav.tsx"
|
|
577
631
|
},
|
|
578
632
|
{
|
|
579
633
|
"token": "euiSelectable.loadingOptions",
|
|
@@ -665,77 +719,41 @@
|
|
|
665
719
|
},
|
|
666
720
|
"filepath": "src/components/selectable/selectable.tsx"
|
|
667
721
|
},
|
|
668
|
-
{
|
|
669
|
-
"token": "euiSelectable.searchResults",
|
|
670
|
-
"defString": "({\n resultsLength\n}) => `${resultsLength} result${resultsLength === 1 ? '' : 's'} available`;",
|
|
671
|
-
"highlighting": "code",
|
|
672
|
-
"loc": {
|
|
673
|
-
"start": {
|
|
674
|
-
"line": 790,
|
|
675
|
-
"column": 6,
|
|
676
|
-
"index": 25340
|
|
677
|
-
},
|
|
678
|
-
"end": {
|
|
679
|
-
"line": 796,
|
|
680
|
-
"column": 8,
|
|
681
|
-
"index": 25565
|
|
682
|
-
}
|
|
683
|
-
},
|
|
684
|
-
"filepath": "src/components/selectable/selectable.tsx"
|
|
685
|
-
},
|
|
686
722
|
{
|
|
687
723
|
"token": "euiSelectable.placeholderName",
|
|
688
724
|
"defString": "Filter options",
|
|
689
725
|
"highlighting": "string",
|
|
690
726
|
"loc": {
|
|
691
727
|
"start": {
|
|
692
|
-
"line":
|
|
728
|
+
"line": 799,
|
|
693
729
|
"column": 6,
|
|
694
|
-
"index":
|
|
730
|
+
"index": 25569
|
|
695
731
|
},
|
|
696
732
|
"end": {
|
|
697
|
-
"line":
|
|
733
|
+
"line": 799,
|
|
698
734
|
"column": 78,
|
|
699
|
-
"index":
|
|
735
|
+
"index": 25641
|
|
700
736
|
}
|
|
701
737
|
},
|
|
702
738
|
"filepath": "src/components/selectable/selectable.tsx"
|
|
703
739
|
},
|
|
704
740
|
{
|
|
705
|
-
"token": "
|
|
706
|
-
"defString": "
|
|
707
|
-
"highlighting": "
|
|
708
|
-
"loc": {
|
|
709
|
-
"start": {
|
|
710
|
-
"line": 73,
|
|
711
|
-
"column": 25,
|
|
712
|
-
"index": 2343
|
|
713
|
-
},
|
|
714
|
-
"end": {
|
|
715
|
-
"line": 77,
|
|
716
|
-
"column": 3,
|
|
717
|
-
"index": 2457
|
|
718
|
-
}
|
|
719
|
-
},
|
|
720
|
-
"filepath": "src/components/skeleton/skeleton_loading.tsx"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"token": "euiSkeletonLoading.loadingAriaText",
|
|
724
|
-
"defString": "Loading {contentAriaLabel}",
|
|
725
|
-
"highlighting": "string",
|
|
741
|
+
"token": "euiSelectable.searchResults",
|
|
742
|
+
"defString": "({\n resultsLength\n}: {\n resultsLength: number;\n}) => `${resultsLength} result${resultsLength === 1 ? '' : 's'} available`;",
|
|
743
|
+
"highlighting": "code",
|
|
726
744
|
"loc": {
|
|
727
745
|
"start": {
|
|
728
|
-
"line":
|
|
729
|
-
"column":
|
|
730
|
-
"index":
|
|
746
|
+
"line": 803,
|
|
747
|
+
"column": 14,
|
|
748
|
+
"index": 25738
|
|
731
749
|
},
|
|
732
750
|
"end": {
|
|
733
|
-
"line":
|
|
734
|
-
"column":
|
|
735
|
-
"index":
|
|
751
|
+
"line": 811,
|
|
752
|
+
"column": 15,
|
|
753
|
+
"index": 26077
|
|
736
754
|
}
|
|
737
755
|
},
|
|
738
|
-
"filepath": "src/components/
|
|
756
|
+
"filepath": "src/components/selectable/selectable.tsx"
|
|
739
757
|
},
|
|
740
758
|
{
|
|
741
759
|
"token": "euiSearchBox.placeholder",
|
|
@@ -791,24 +809,6 @@
|
|
|
791
809
|
},
|
|
792
810
|
"filepath": "src/components/search_bar/search_box.tsx"
|
|
793
811
|
},
|
|
794
|
-
{
|
|
795
|
-
"token": "euiSideNav.mobileToggleAriaLabel",
|
|
796
|
-
"defString": "Toggle navigation",
|
|
797
|
-
"highlighting": "string",
|
|
798
|
-
"loc": {
|
|
799
|
-
"start": {
|
|
800
|
-
"line": 208,
|
|
801
|
-
"column": 16,
|
|
802
|
-
"index": 6318
|
|
803
|
-
},
|
|
804
|
-
"end": {
|
|
805
|
-
"line": 211,
|
|
806
|
-
"column": 17,
|
|
807
|
-
"index": 6449
|
|
808
|
-
}
|
|
809
|
-
},
|
|
810
|
-
"filepath": "src/components/side_nav/side_nav.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": "euiModal.screenReaderModalDialog",
|
|
1156
|
-
"defString": "You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close.",
|
|
1157
|
-
"highlighting": "string",
|
|
1158
|
-
"loc": {
|
|
1159
|
-
"start": {
|
|
1160
|
-
"line": 133,
|
|
1161
|
-
"column": 8,
|
|
1162
|
-
"index": 4057
|
|
1163
|
-
},
|
|
1164
|
-
"end": {
|
|
1165
|
-
"line": 136,
|
|
1166
|
-
"column": 10,
|
|
1167
|
-
"index": 4253
|
|
1168
|
-
}
|
|
1169
|
-
},
|
|
1170
|
-
"filepath": "src/components/modal/modal.tsx"
|
|
1171
|
-
},
|
|
1172
|
-
{
|
|
1173
|
-
"token": "euiModal.closeModal",
|
|
1174
|
-
"defString": "Closes this modal window",
|
|
1175
|
-
"highlighting": "string",
|
|
1176
|
-
"loc": {
|
|
1177
|
-
"start": {
|
|
1178
|
-
"line": 163,
|
|
1179
|
-
"column": 10,
|
|
1180
|
-
"index": 4871
|
|
1181
|
-
},
|
|
1182
|
-
"end": {
|
|
1183
|
-
"line": 166,
|
|
1184
|
-
"column": 11,
|
|
1185
|
-
"index": 4978
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
"filepath": "src/components/modal/modal.tsx"
|
|
1189
|
-
},
|
|
1190
1154
|
{
|
|
1191
1155
|
"token": "euiMark.highlightStart",
|
|
1192
1156
|
"defString": "highlight start",
|
|
@@ -1224,40 +1188,94 @@
|
|
|
1224
1188
|
"filepath": "src/components/mark/mark.tsx"
|
|
1225
1189
|
},
|
|
1226
1190
|
{
|
|
1227
|
-
"token": "
|
|
1228
|
-
"defString": "
|
|
1191
|
+
"token": "euiLoadingStrings.ariaLabel",
|
|
1192
|
+
"defString": "Loading",
|
|
1229
1193
|
"highlighting": "string",
|
|
1230
1194
|
"loc": {
|
|
1231
1195
|
"start": {
|
|
1232
|
-
"line":
|
|
1233
|
-
"column":
|
|
1234
|
-
"index":
|
|
1196
|
+
"line": 12,
|
|
1197
|
+
"column": 9,
|
|
1198
|
+
"index": 454
|
|
1235
1199
|
},
|
|
1236
1200
|
"end": {
|
|
1237
|
-
"line":
|
|
1238
|
-
"column":
|
|
1239
|
-
"index":
|
|
1201
|
+
"line": 12,
|
|
1202
|
+
"column": 61,
|
|
1203
|
+
"index": 506
|
|
1240
1204
|
}
|
|
1241
1205
|
},
|
|
1242
|
-
"filepath": "src/components/
|
|
1206
|
+
"filepath": "src/components/loading/_loading_strings.tsx"
|
|
1243
1207
|
},
|
|
1244
1208
|
{
|
|
1245
|
-
"token": "
|
|
1246
|
-
"defString": "
|
|
1209
|
+
"token": "euiModal.screenReaderModalDialog",
|
|
1210
|
+
"defString": "You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close.",
|
|
1247
1211
|
"highlighting": "string",
|
|
1248
1212
|
"loc": {
|
|
1249
1213
|
"start": {
|
|
1250
|
-
"line":
|
|
1214
|
+
"line": 133,
|
|
1251
1215
|
"column": 8,
|
|
1252
|
-
"index":
|
|
1216
|
+
"index": 4057
|
|
1253
1217
|
},
|
|
1254
1218
|
"end": {
|
|
1255
|
-
"line":
|
|
1219
|
+
"line": 136,
|
|
1256
1220
|
"column": 10,
|
|
1257
|
-
"index":
|
|
1221
|
+
"index": 4253
|
|
1258
1222
|
}
|
|
1259
1223
|
},
|
|
1260
|
-
"filepath": "src/components/
|
|
1224
|
+
"filepath": "src/components/modal/modal.tsx"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"token": "euiModal.closeModal",
|
|
1228
|
+
"defString": "Closes this modal window",
|
|
1229
|
+
"highlighting": "string",
|
|
1230
|
+
"loc": {
|
|
1231
|
+
"start": {
|
|
1232
|
+
"line": 163,
|
|
1233
|
+
"column": 10,
|
|
1234
|
+
"index": 4871
|
|
1235
|
+
},
|
|
1236
|
+
"end": {
|
|
1237
|
+
"line": 166,
|
|
1238
|
+
"column": 11,
|
|
1239
|
+
"index": 4978
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
"filepath": "src/components/modal/modal.tsx"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"token": "euiMarkdownEditorToolbar.editor",
|
|
1246
|
+
"defString": "Editor",
|
|
1247
|
+
"highlighting": "string",
|
|
1248
|
+
"loc": {
|
|
1249
|
+
"start": {
|
|
1250
|
+
"line": 289,
|
|
1251
|
+
"column": 8,
|
|
1252
|
+
"index": 7776
|
|
1253
|
+
},
|
|
1254
|
+
"end": {
|
|
1255
|
+
"line": 289,
|
|
1256
|
+
"column": 76,
|
|
1257
|
+
"index": 7844
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"filepath": "src/components/markdown_editor/markdown_editor_toolbar.tsx"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"token": "euiMarkdownEditorToolbar.previewMarkdown",
|
|
1264
|
+
"defString": "Preview",
|
|
1265
|
+
"highlighting": "string",
|
|
1266
|
+
"loc": {
|
|
1267
|
+
"start": {
|
|
1268
|
+
"line": 291,
|
|
1269
|
+
"column": 8,
|
|
1270
|
+
"index": 7865
|
|
1271
|
+
},
|
|
1272
|
+
"end": {
|
|
1273
|
+
"line": 294,
|
|
1274
|
+
"column": 10,
|
|
1275
|
+
"index": 7971
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
"filepath": "src/components/markdown_editor/markdown_editor_toolbar.tsx"
|
|
1261
1279
|
},
|
|
1262
1280
|
{
|
|
1263
1281
|
"token": "euiMarkdownEditorHelpButton.mdSyntaxLink",
|
|
@@ -1265,14 +1283,14 @@
|
|
|
1265
1283
|
"highlighting": "string",
|
|
1266
1284
|
"loc": {
|
|
1267
1285
|
"start": {
|
|
1268
|
-
"line":
|
|
1286
|
+
"line": 42,
|
|
1269
1287
|
"column": 4,
|
|
1270
|
-
"index":
|
|
1288
|
+
"index": 1595
|
|
1271
1289
|
},
|
|
1272
1290
|
"end": {
|
|
1273
|
-
"line":
|
|
1291
|
+
"line": 45,
|
|
1274
1292
|
"column": 6,
|
|
1275
|
-
"index":
|
|
1293
|
+
"index": 1706
|
|
1276
1294
|
}
|
|
1277
1295
|
},
|
|
1278
1296
|
"filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
|
|
@@ -1283,14 +1301,14 @@
|
|
|
1283
1301
|
"highlighting": "string",
|
|
1284
1302
|
"loc": {
|
|
1285
1303
|
"start": {
|
|
1286
|
-
"line":
|
|
1304
|
+
"line": 58,
|
|
1287
1305
|
"column": 22,
|
|
1288
|
-
"index":
|
|
1306
|
+
"index": 2139
|
|
1289
1307
|
},
|
|
1290
1308
|
"end": {
|
|
1291
|
-
"line":
|
|
1309
|
+
"line": 61,
|
|
1292
1310
|
"column": 3,
|
|
1293
|
-
"index":
|
|
1311
|
+
"index": 2219
|
|
1294
1312
|
}
|
|
1295
1313
|
},
|
|
1296
1314
|
"filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
|
|
@@ -1301,14 +1319,14 @@
|
|
|
1301
1319
|
"highlighting": "string",
|
|
1302
1320
|
"loc": {
|
|
1303
1321
|
"start": {
|
|
1304
|
-
"line":
|
|
1322
|
+
"line": 63,
|
|
1305
1323
|
"column": 22,
|
|
1306
|
-
"index":
|
|
1324
|
+
"index": 2266
|
|
1307
1325
|
},
|
|
1308
1326
|
"end": {
|
|
1309
|
-
"line":
|
|
1327
|
+
"line": 66,
|
|
1310
1328
|
"column": 5,
|
|
1311
|
-
"index":
|
|
1329
|
+
"index": 2364
|
|
1312
1330
|
}
|
|
1313
1331
|
},
|
|
1314
1332
|
"filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
|
|
@@ -1319,14 +1337,14 @@
|
|
|
1319
1337
|
"highlighting": "string",
|
|
1320
1338
|
"loc": {
|
|
1321
1339
|
"start": {
|
|
1322
|
-
"line":
|
|
1340
|
+
"line": 101,
|
|
1323
1341
|
"column": 16,
|
|
1324
|
-
"index":
|
|
1342
|
+
"index": 3517
|
|
1325
1343
|
},
|
|
1326
1344
|
"end": {
|
|
1327
|
-
"line":
|
|
1345
|
+
"line": 110,
|
|
1328
1346
|
"column": 17,
|
|
1329
|
-
"index":
|
|
1347
|
+
"index": 3953
|
|
1330
1348
|
}
|
|
1331
1349
|
},
|
|
1332
1350
|
"filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
|
|
@@ -1337,14 +1355,14 @@
|
|
|
1337
1355
|
"highlighting": "string",
|
|
1338
1356
|
"loc": {
|
|
1339
1357
|
"start": {
|
|
1340
|
-
"line":
|
|
1358
|
+
"line": 101,
|
|
1341
1359
|
"column": 16,
|
|
1342
|
-
"index":
|
|
1360
|
+
"index": 3517
|
|
1343
1361
|
},
|
|
1344
1362
|
"end": {
|
|
1345
|
-
"line":
|
|
1363
|
+
"line": 110,
|
|
1346
1364
|
"column": 17,
|
|
1347
|
-
"index":
|
|
1365
|
+
"index": 3953
|
|
1348
1366
|
}
|
|
1349
1367
|
},
|
|
1350
1368
|
"filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
|
|
@@ -1355,14 +1373,14 @@
|
|
|
1355
1373
|
"highlighting": "string",
|
|
1356
1374
|
"loc": {
|
|
1357
1375
|
"start": {
|
|
1358
|
-
"line":
|
|
1376
|
+
"line": 139,
|
|
1359
1377
|
"column": 16,
|
|
1360
|
-
"index":
|
|
1378
|
+
"index": 5012
|
|
1361
1379
|
},
|
|
1362
1380
|
"end": {
|
|
1363
|
-
"line":
|
|
1381
|
+
"line": 142,
|
|
1364
1382
|
"column": 18,
|
|
1365
|
-
"index":
|
|
1383
|
+
"index": 5139
|
|
1366
1384
|
}
|
|
1367
1385
|
},
|
|
1368
1386
|
"filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
|
|
@@ -1373,14 +1391,14 @@
|
|
|
1373
1391
|
"highlighting": "string",
|
|
1374
1392
|
"loc": {
|
|
1375
1393
|
"start": {
|
|
1376
|
-
"line":
|
|
1394
|
+
"line": 170,
|
|
1377
1395
|
"column": 8,
|
|
1378
|
-
"index":
|
|
1396
|
+
"index": 5937
|
|
1379
1397
|
},
|
|
1380
1398
|
"end": {
|
|
1381
|
-
"line":
|
|
1399
|
+
"line": 173,
|
|
1382
1400
|
"column": 9,
|
|
1383
|
-
"index":
|
|
1401
|
+
"index": 6073
|
|
1384
1402
|
}
|
|
1385
1403
|
},
|
|
1386
1404
|
"filepath": "src/components/markdown_editor/markdown_editor_help_button.tsx"
|
|
@@ -1493,24 +1511,6 @@
|
|
|
1493
1511
|
},
|
|
1494
1512
|
"filepath": "src/components/markdown_editor/markdown_editor_footer.tsx"
|
|
1495
1513
|
},
|
|
1496
|
-
{
|
|
1497
|
-
"token": "euiLoadingStrings.ariaLabel",
|
|
1498
|
-
"defString": "Loading",
|
|
1499
|
-
"highlighting": "string",
|
|
1500
|
-
"loc": {
|
|
1501
|
-
"start": {
|
|
1502
|
-
"line": 12,
|
|
1503
|
-
"column": 9,
|
|
1504
|
-
"index": 454
|
|
1505
|
-
},
|
|
1506
|
-
"end": {
|
|
1507
|
-
"line": 12,
|
|
1508
|
-
"column": 61,
|
|
1509
|
-
"index": 506
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
"filepath": "src/components/loading/_loading_strings.tsx"
|
|
1513
|
-
},
|
|
1514
1514
|
{
|
|
1515
1515
|
"token": "euiExternalLinkIcon.newTarget.screenReaderOnlyText",
|
|
1516
1516
|
"defString": "(external, opens in a new tab or window)",
|
|
@@ -1673,6 +1673,42 @@
|
|
|
1673
1673
|
},
|
|
1674
1674
|
"filepath": "src/components/form/form.tsx"
|
|
1675
1675
|
},
|
|
1676
|
+
{
|
|
1677
|
+
"token": "euiFilterButton.filterBadgeActiveAriaLabel",
|
|
1678
|
+
"defString": "{count} active filters",
|
|
1679
|
+
"highlighting": "string",
|
|
1680
|
+
"loc": {
|
|
1681
|
+
"start": {
|
|
1682
|
+
"line": 175,
|
|
1683
|
+
"column": 27,
|
|
1684
|
+
"index": 5404
|
|
1685
|
+
},
|
|
1686
|
+
"end": {
|
|
1687
|
+
"line": 179,
|
|
1688
|
+
"column": 3,
|
|
1689
|
+
"index": 5525
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
"filepath": "src/components/filter_group/filter_button.tsx"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"token": "euiFilterButton.filterBadgeAvailableAriaLabel",
|
|
1696
|
+
"defString": "{count} available filters",
|
|
1697
|
+
"highlighting": "string",
|
|
1698
|
+
"loc": {
|
|
1699
|
+
"start": {
|
|
1700
|
+
"line": 180,
|
|
1701
|
+
"column": 30,
|
|
1702
|
+
"index": 5557
|
|
1703
|
+
},
|
|
1704
|
+
"end": {
|
|
1705
|
+
"line": 184,
|
|
1706
|
+
"column": 3,
|
|
1707
|
+
"index": 5684
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"filepath": "src/components/filter_group/filter_button.tsx"
|
|
1711
|
+
},
|
|
1676
1712
|
{
|
|
1677
1713
|
"token": "euiFlyoutMenu.back",
|
|
1678
1714
|
"defString": "Back",
|
|
@@ -1781,42 +1817,6 @@
|
|
|
1781
1817
|
},
|
|
1782
1818
|
"filepath": "src/components/flyout/_flyout_close_button.tsx"
|
|
1783
1819
|
},
|
|
1784
|
-
{
|
|
1785
|
-
"token": "euiFilterButton.filterBadgeActiveAriaLabel",
|
|
1786
|
-
"defString": "{count} active filters",
|
|
1787
|
-
"highlighting": "string",
|
|
1788
|
-
"loc": {
|
|
1789
|
-
"start": {
|
|
1790
|
-
"line": 175,
|
|
1791
|
-
"column": 27,
|
|
1792
|
-
"index": 5404
|
|
1793
|
-
},
|
|
1794
|
-
"end": {
|
|
1795
|
-
"line": 179,
|
|
1796
|
-
"column": 3,
|
|
1797
|
-
"index": 5525
|
|
1798
|
-
}
|
|
1799
|
-
},
|
|
1800
|
-
"filepath": "src/components/filter_group/filter_button.tsx"
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"token": "euiFilterButton.filterBadgeAvailableAriaLabel",
|
|
1804
|
-
"defString": "{count} available filters",
|
|
1805
|
-
"highlighting": "string",
|
|
1806
|
-
"loc": {
|
|
1807
|
-
"start": {
|
|
1808
|
-
"line": 180,
|
|
1809
|
-
"column": 30,
|
|
1810
|
-
"index": 5557
|
|
1811
|
-
},
|
|
1812
|
-
"end": {
|
|
1813
|
-
"line": 184,
|
|
1814
|
-
"column": 3,
|
|
1815
|
-
"index": 5684
|
|
1816
|
-
}
|
|
1817
|
-
},
|
|
1818
|
-
"filepath": "src/components/filter_group/filter_button.tsx"
|
|
1819
|
-
},
|
|
1820
1820
|
{
|
|
1821
1821
|
"token": "euiErrorBoundary.error",
|
|
1822
1822
|
"defString": "Error",
|
|
@@ -1908,58 +1908,22 @@
|
|
|
1908
1908
|
"filepath": "src/components/combo_box/combo_box.tsx"
|
|
1909
1909
|
},
|
|
1910
1910
|
{
|
|
1911
|
-
"token": "
|
|
1912
|
-
"defString": "
|
|
1913
|
-
"highlighting": "string",
|
|
1914
|
-
"loc": {
|
|
1915
|
-
"start": {
|
|
1916
|
-
"line": 78,
|
|
1917
|
-
"column": 60,
|
|
1918
|
-
"index": 2139
|
|
1919
|
-
},
|
|
1920
|
-
"end": {
|
|
1921
|
-
"line": 89,
|
|
1922
|
-
"column": 5,
|
|
1923
|
-
"index": 2646
|
|
1924
|
-
}
|
|
1925
|
-
},
|
|
1926
|
-
"filepath": "src/components/color_picker/saturation.tsx"
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"token": "euiSaturation.roleDescription",
|
|
1930
|
-
"defString": "HSV color mode saturation and value 2-axis slider.",
|
|
1931
|
-
"highlighting": "string",
|
|
1932
|
-
"loc": {
|
|
1933
|
-
"start": {
|
|
1934
|
-
"line": 78,
|
|
1935
|
-
"column": 60,
|
|
1936
|
-
"index": 2139
|
|
1937
|
-
},
|
|
1938
|
-
"end": {
|
|
1939
|
-
"line": 89,
|
|
1940
|
-
"column": 5,
|
|
1941
|
-
"index": 2646
|
|
1942
|
-
}
|
|
1943
|
-
},
|
|
1944
|
-
"filepath": "src/components/color_picker/saturation.tsx"
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"token": "euiSaturation.screenReaderInstructions",
|
|
1948
|
-
"defString": "Arrow keys to navigate the square color gradient. Coordinates will be used to calculate HSV color mode 'saturation' and 'value' numbers, in the range of 0 to 1. Left and right to change the saturation. Up and down change the value.",
|
|
1911
|
+
"token": "euiCollapsibleNavBeta.ariaLabel",
|
|
1912
|
+
"defString": "Site menu",
|
|
1949
1913
|
"highlighting": "string",
|
|
1950
1914
|
"loc": {
|
|
1951
1915
|
"start": {
|
|
1952
|
-
"line":
|
|
1953
|
-
"column":
|
|
1954
|
-
"index":
|
|
1916
|
+
"line": 181,
|
|
1917
|
+
"column": 27,
|
|
1918
|
+
"index": 6041
|
|
1955
1919
|
},
|
|
1956
1920
|
"end": {
|
|
1957
|
-
"line":
|
|
1958
|
-
"column":
|
|
1959
|
-
"index":
|
|
1921
|
+
"line": 184,
|
|
1922
|
+
"column": 3,
|
|
1923
|
+
"index": 6111
|
|
1960
1924
|
}
|
|
1961
1925
|
},
|
|
1962
|
-
"filepath": "src/components/
|
|
1926
|
+
"filepath": "src/components/collapsible_nav_beta/collapsible_nav_beta.tsx"
|
|
1963
1927
|
},
|
|
1964
1928
|
{
|
|
1965
1929
|
"token": "euiHue.ariaValueText",
|
|
@@ -2015,6 +1979,60 @@
|
|
|
2015
1979
|
},
|
|
2016
1980
|
"filepath": "src/components/color_picker/hue.tsx"
|
|
2017
1981
|
},
|
|
1982
|
+
{
|
|
1983
|
+
"token": "euiSaturation.ariaLabel",
|
|
1984
|
+
"defString": "Select a color",
|
|
1985
|
+
"highlighting": "string",
|
|
1986
|
+
"loc": {
|
|
1987
|
+
"start": {
|
|
1988
|
+
"line": 78,
|
|
1989
|
+
"column": 60,
|
|
1990
|
+
"index": 2139
|
|
1991
|
+
},
|
|
1992
|
+
"end": {
|
|
1993
|
+
"line": 89,
|
|
1994
|
+
"column": 5,
|
|
1995
|
+
"index": 2646
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"filepath": "src/components/color_picker/saturation.tsx"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"token": "euiSaturation.roleDescription",
|
|
2002
|
+
"defString": "HSV color mode saturation and value 2-axis slider.",
|
|
2003
|
+
"highlighting": "string",
|
|
2004
|
+
"loc": {
|
|
2005
|
+
"start": {
|
|
2006
|
+
"line": 78,
|
|
2007
|
+
"column": 60,
|
|
2008
|
+
"index": 2139
|
|
2009
|
+
},
|
|
2010
|
+
"end": {
|
|
2011
|
+
"line": 89,
|
|
2012
|
+
"column": 5,
|
|
2013
|
+
"index": 2646
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
"filepath": "src/components/color_picker/saturation.tsx"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"token": "euiSaturation.screenReaderInstructions",
|
|
2020
|
+
"defString": "Arrow keys to navigate the square color gradient. Coordinates will be used to calculate HSV color mode 'saturation' and 'value' numbers, in the range of 0 to 1. Left and right to change the saturation. Up and down change the value.",
|
|
2021
|
+
"highlighting": "string",
|
|
2022
|
+
"loc": {
|
|
2023
|
+
"start": {
|
|
2024
|
+
"line": 78,
|
|
2025
|
+
"column": 60,
|
|
2026
|
+
"index": 2139
|
|
2027
|
+
},
|
|
2028
|
+
"end": {
|
|
2029
|
+
"line": 89,
|
|
2030
|
+
"column": 5,
|
|
2031
|
+
"index": 2646
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
"filepath": "src/components/color_picker/saturation.tsx"
|
|
2035
|
+
},
|
|
2018
2036
|
{
|
|
2019
2037
|
"token": "euiColorPickerSwatch.ariaLabel",
|
|
2020
2038
|
"defString": "Select {color} as the color",
|
|
@@ -2195,24 +2213,6 @@
|
|
|
2195
2213
|
},
|
|
2196
2214
|
"filepath": "src/components/color_picker/color_picker.tsx"
|
|
2197
2215
|
},
|
|
2198
|
-
{
|
|
2199
|
-
"token": "euiCollapsibleNavBeta.ariaLabel",
|
|
2200
|
-
"defString": "Site menu",
|
|
2201
|
-
"highlighting": "string",
|
|
2202
|
-
"loc": {
|
|
2203
|
-
"start": {
|
|
2204
|
-
"line": 181,
|
|
2205
|
-
"column": 27,
|
|
2206
|
-
"index": 6041
|
|
2207
|
-
},
|
|
2208
|
-
"end": {
|
|
2209
|
-
"line": 184,
|
|
2210
|
-
"column": 3,
|
|
2211
|
-
"index": 6111
|
|
2212
|
-
}
|
|
2213
|
-
},
|
|
2214
|
-
"filepath": "src/components/collapsible_nav_beta/collapsible_nav_beta.tsx"
|
|
2215
|
-
},
|
|
2216
2216
|
{
|
|
2217
2217
|
"token": "euiCodeBlockFullScreen.fullscreenCollapse",
|
|
2218
2218
|
"defString": "Collapse",
|
|
@@ -2339,60 +2339,6 @@
|
|
|
2339
2339
|
},
|
|
2340
2340
|
"filepath": "src/components/call_out/call_out.tsx"
|
|
2341
2341
|
},
|
|
2342
|
-
{
|
|
2343
|
-
"token": "euiBreadcrumbs.nav.ariaLabel",
|
|
2344
|
-
"defString": "Breadcrumbs",
|
|
2345
|
-
"highlighting": "string",
|
|
2346
|
-
"loc": {
|
|
2347
|
-
"start": {
|
|
2348
|
-
"line": 42,
|
|
2349
|
-
"column": 20,
|
|
2350
|
-
"index": 1274
|
|
2351
|
-
},
|
|
2352
|
-
"end": {
|
|
2353
|
-
"line": 42,
|
|
2354
|
-
"column": 77,
|
|
2355
|
-
"index": 1331
|
|
2356
|
-
}
|
|
2357
|
-
},
|
|
2358
|
-
"filepath": "src/components/breadcrumbs/breadcrumbs.tsx"
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"token": "euiBreadcrumb.collapsedBadge.ariaLabel",
|
|
2362
|
-
"defString": "See collapsed breadcrumbs",
|
|
2363
|
-
"highlighting": "string",
|
|
2364
|
-
"loc": {
|
|
2365
|
-
"start": {
|
|
2366
|
-
"line": 56,
|
|
2367
|
-
"column": 20,
|
|
2368
|
-
"index": 1691
|
|
2369
|
-
},
|
|
2370
|
-
"end": {
|
|
2371
|
-
"line": 59,
|
|
2372
|
-
"column": 3,
|
|
2373
|
-
"index": 1784
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
"filepath": "src/components/breadcrumbs/breadcrumb.tsx"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"token": "euiBreadcrumb.popoverAriaLabel",
|
|
2380
|
-
"defString": "Clicking this button will toggle a popover dialog.",
|
|
2381
|
-
"highlighting": "string",
|
|
2382
|
-
"loc": {
|
|
2383
|
-
"start": {
|
|
2384
|
-
"line": 175,
|
|
2385
|
-
"column": 29,
|
|
2386
|
-
"index": 4936
|
|
2387
|
-
},
|
|
2388
|
-
"end": {
|
|
2389
|
-
"line": 181,
|
|
2390
|
-
"column": 5,
|
|
2391
|
-
"index": 5269
|
|
2392
|
-
}
|
|
2393
|
-
},
|
|
2394
|
-
"filepath": "src/components/breadcrumbs/_breadcrumb_content.tsx"
|
|
2395
|
-
},
|
|
2396
2342
|
{
|
|
2397
2343
|
"token": "euiBottomBar.screenReaderHeading",
|
|
2398
2344
|
"defString": "Page level controls",
|
|
@@ -2448,58 +2394,58 @@
|
|
|
2448
2394
|
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
|
|
2449
2395
|
},
|
|
2450
2396
|
{
|
|
2451
|
-
"token": "
|
|
2452
|
-
"defString": "
|
|
2397
|
+
"token": "euiBreadcrumbs.nav.ariaLabel",
|
|
2398
|
+
"defString": "Breadcrumbs",
|
|
2453
2399
|
"highlighting": "string",
|
|
2454
2400
|
"loc": {
|
|
2455
2401
|
"start": {
|
|
2456
|
-
"line":
|
|
2457
|
-
"column":
|
|
2458
|
-
"index":
|
|
2402
|
+
"line": 42,
|
|
2403
|
+
"column": 20,
|
|
2404
|
+
"index": 1274
|
|
2459
2405
|
},
|
|
2460
2406
|
"end": {
|
|
2461
|
-
"line":
|
|
2462
|
-
"column":
|
|
2463
|
-
"index":
|
|
2407
|
+
"line": 42,
|
|
2408
|
+
"column": 77,
|
|
2409
|
+
"index": 1331
|
|
2464
2410
|
}
|
|
2465
2411
|
},
|
|
2466
|
-
"filepath": "src/components/
|
|
2412
|
+
"filepath": "src/components/breadcrumbs/breadcrumbs.tsx"
|
|
2467
2413
|
},
|
|
2468
2414
|
{
|
|
2469
|
-
"token": "
|
|
2470
|
-
"defString": "
|
|
2415
|
+
"token": "euiBreadcrumb.collapsedBadge.ariaLabel",
|
|
2416
|
+
"defString": "See collapsed breadcrumbs",
|
|
2471
2417
|
"highlighting": "string",
|
|
2472
2418
|
"loc": {
|
|
2473
2419
|
"start": {
|
|
2474
|
-
"line":
|
|
2475
|
-
"column":
|
|
2476
|
-
"index":
|
|
2420
|
+
"line": 56,
|
|
2421
|
+
"column": 20,
|
|
2422
|
+
"index": 1691
|
|
2477
2423
|
},
|
|
2478
2424
|
"end": {
|
|
2479
|
-
"line":
|
|
2425
|
+
"line": 59,
|
|
2480
2426
|
"column": 3,
|
|
2481
|
-
"index":
|
|
2427
|
+
"index": 1784
|
|
2482
2428
|
}
|
|
2483
2429
|
},
|
|
2484
|
-
"filepath": "src/components/
|
|
2430
|
+
"filepath": "src/components/breadcrumbs/breadcrumb.tsx"
|
|
2485
2431
|
},
|
|
2486
2432
|
{
|
|
2487
|
-
"token": "
|
|
2488
|
-
"defString": "
|
|
2433
|
+
"token": "euiBreadcrumb.popoverAriaLabel",
|
|
2434
|
+
"defString": "Clicking this button will toggle a popover dialog.",
|
|
2489
2435
|
"highlighting": "string",
|
|
2490
2436
|
"loc": {
|
|
2491
2437
|
"start": {
|
|
2492
|
-
"line":
|
|
2493
|
-
"column":
|
|
2494
|
-
"index":
|
|
2438
|
+
"line": 175,
|
|
2439
|
+
"column": 29,
|
|
2440
|
+
"index": 4936
|
|
2495
2441
|
},
|
|
2496
2442
|
"end": {
|
|
2497
|
-
"line":
|
|
2498
|
-
"column":
|
|
2499
|
-
"index":
|
|
2443
|
+
"line": 181,
|
|
2444
|
+
"column": 5,
|
|
2445
|
+
"index": 5269
|
|
2500
2446
|
}
|
|
2501
2447
|
},
|
|
2502
|
-
"filepath": "src/components/
|
|
2448
|
+
"filepath": "src/components/breadcrumbs/_breadcrumb_content.tsx"
|
|
2503
2449
|
},
|
|
2504
2450
|
{
|
|
2505
2451
|
"token": "euiBasicTable.noItemsMessage",
|
|
@@ -2628,40 +2574,94 @@
|
|
|
2628
2574
|
"filepath": "src/components/basic_table/basic_table.tsx"
|
|
2629
2575
|
},
|
|
2630
2576
|
{
|
|
2631
|
-
"token": "euiBasicTable.selectThisRow",
|
|
2632
|
-
"defString": "Select row {index}",
|
|
2577
|
+
"token": "euiBasicTable.selectThisRow",
|
|
2578
|
+
"defString": "Select row {index}",
|
|
2579
|
+
"highlighting": "string",
|
|
2580
|
+
"loc": {
|
|
2581
|
+
"start": {
|
|
2582
|
+
"line": 1178,
|
|
2583
|
+
"column": 8,
|
|
2584
|
+
"index": 32401
|
|
2585
|
+
},
|
|
2586
|
+
"end": {
|
|
2587
|
+
"line": 1182,
|
|
2588
|
+
"column": 9,
|
|
2589
|
+
"index": 32556
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2592
|
+
"filepath": "src/components/basic_table/basic_table.tsx"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"token": "euiBasicTable.tablePagination",
|
|
2596
|
+
"defString": "Pagination for table: {tableCaption}",
|
|
2597
|
+
"highlighting": "string",
|
|
2598
|
+
"loc": {
|
|
2599
|
+
"start": {
|
|
2600
|
+
"line": 1428,
|
|
2601
|
+
"column": 8,
|
|
2602
|
+
"index": 39800
|
|
2603
|
+
},
|
|
2604
|
+
"end": {
|
|
2605
|
+
"line": 1432,
|
|
2606
|
+
"column": 9,
|
|
2607
|
+
"index": 39959
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
"filepath": "src/components/basic_table/basic_table.tsx"
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"token": "euiCollapsedItemActions.allActionsTooltip",
|
|
2614
|
+
"defString": "All actions",
|
|
2615
|
+
"highlighting": "string",
|
|
2616
|
+
"loc": {
|
|
2617
|
+
"start": {
|
|
2618
|
+
"line": 45,
|
|
2619
|
+
"column": 28,
|
|
2620
|
+
"index": 1373
|
|
2621
|
+
},
|
|
2622
|
+
"end": {
|
|
2623
|
+
"line": 48,
|
|
2624
|
+
"column": 3,
|
|
2625
|
+
"index": 1455
|
|
2626
|
+
}
|
|
2627
|
+
},
|
|
2628
|
+
"filepath": "src/components/basic_table/collapsed_item_actions.tsx"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"token": "euiCollapsedItemActions.allActions",
|
|
2632
|
+
"defString": "All actions, row {index}",
|
|
2633
2633
|
"highlighting": "string",
|
|
2634
2634
|
"loc": {
|
|
2635
2635
|
"start": {
|
|
2636
|
-
"line":
|
|
2637
|
-
"column":
|
|
2638
|
-
"index":
|
|
2636
|
+
"line": 50,
|
|
2637
|
+
"column": 36,
|
|
2638
|
+
"index": 1494
|
|
2639
2639
|
},
|
|
2640
2640
|
"end": {
|
|
2641
|
-
"line":
|
|
2642
|
-
"column":
|
|
2643
|
-
"index":
|
|
2641
|
+
"line": 56,
|
|
2642
|
+
"column": 3,
|
|
2643
|
+
"index": 1631
|
|
2644
2644
|
}
|
|
2645
2645
|
},
|
|
2646
|
-
"filepath": "src/components/basic_table/
|
|
2646
|
+
"filepath": "src/components/basic_table/collapsed_item_actions.tsx"
|
|
2647
2647
|
},
|
|
2648
2648
|
{
|
|
2649
|
-
"token": "
|
|
2650
|
-
"defString": "
|
|
2649
|
+
"token": "euiCollapsedItemActions.allActionsDisabled",
|
|
2650
|
+
"defString": "Individual item actions are disabled when rows are being selected.",
|
|
2651
2651
|
"highlighting": "string",
|
|
2652
2652
|
"loc": {
|
|
2653
2653
|
"start": {
|
|
2654
|
-
"line":
|
|
2655
|
-
"column":
|
|
2656
|
-
"index":
|
|
2654
|
+
"line": 58,
|
|
2655
|
+
"column": 44,
|
|
2656
|
+
"index": 1678
|
|
2657
2657
|
},
|
|
2658
2658
|
"end": {
|
|
2659
|
-
"line":
|
|
2660
|
-
"column":
|
|
2661
|
-
"index":
|
|
2659
|
+
"line": 61,
|
|
2660
|
+
"column": 3,
|
|
2661
|
+
"index": 1816
|
|
2662
2662
|
}
|
|
2663
2663
|
},
|
|
2664
|
-
"filepath": "src/components/basic_table/
|
|
2664
|
+
"filepath": "src/components/basic_table/collapsed_item_actions.tsx"
|
|
2665
2665
|
},
|
|
2666
2666
|
{
|
|
2667
2667
|
"token": "euiTablePagination.allRows",
|
|
@@ -3317,14 +3317,14 @@
|
|
|
3317
3317
|
"highlighting": "string",
|
|
3318
3318
|
"loc": {
|
|
3319
3319
|
"start": {
|
|
3320
|
-
"line":
|
|
3320
|
+
"line": 169,
|
|
3321
3321
|
"column": 25,
|
|
3322
|
-
"index":
|
|
3322
|
+
"index": 5638
|
|
3323
3323
|
},
|
|
3324
3324
|
"end": {
|
|
3325
|
-
"line":
|
|
3325
|
+
"line": 172,
|
|
3326
3326
|
"column": 5,
|
|
3327
|
-
"index":
|
|
3327
|
+
"index": 5717
|
|
3328
3328
|
}
|
|
3329
3329
|
},
|
|
3330
3330
|
"filepath": "src/components/flyout/manager/flyout_managed.tsx"
|
|
@@ -3509,6 +3509,96 @@
|
|
|
3509
3509
|
},
|
|
3510
3510
|
"filepath": "src/components/date_picker/super_date_picker/time_window_buttons.tsx"
|
|
3511
3511
|
},
|
|
3512
|
+
{
|
|
3513
|
+
"token": "euiSuperUpdateButton.updatingButtonLabel",
|
|
3514
|
+
"defString": "Updating",
|
|
3515
|
+
"highlighting": "string",
|
|
3516
|
+
"loc": {
|
|
3517
|
+
"start": {
|
|
3518
|
+
"line": 204,
|
|
3519
|
+
"column": 8,
|
|
3520
|
+
"index": 5158
|
|
3521
|
+
},
|
|
3522
|
+
"end": {
|
|
3523
|
+
"line": 207,
|
|
3524
|
+
"column": 10,
|
|
3525
|
+
"index": 5265
|
|
3526
|
+
}
|
|
3527
|
+
},
|
|
3528
|
+
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
"token": "euiSuperUpdateButton.updateButtonLabel",
|
|
3532
|
+
"defString": "Update",
|
|
3533
|
+
"highlighting": "string",
|
|
3534
|
+
"loc": {
|
|
3535
|
+
"start": {
|
|
3536
|
+
"line": 213,
|
|
3537
|
+
"column": 8,
|
|
3538
|
+
"index": 5328
|
|
3539
|
+
},
|
|
3540
|
+
"end": {
|
|
3541
|
+
"line": 216,
|
|
3542
|
+
"column": 10,
|
|
3543
|
+
"index": 5431
|
|
3544
|
+
}
|
|
3545
|
+
},
|
|
3546
|
+
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"token": "euiSuperUpdateButton.refreshButtonLabel",
|
|
3550
|
+
"defString": "Refresh",
|
|
3551
|
+
"highlighting": "string",
|
|
3552
|
+
"loc": {
|
|
3553
|
+
"start": {
|
|
3554
|
+
"line": 221,
|
|
3555
|
+
"column": 6,
|
|
3556
|
+
"index": 5467
|
|
3557
|
+
},
|
|
3558
|
+
"end": {
|
|
3559
|
+
"line": 224,
|
|
3560
|
+
"column": 8,
|
|
3561
|
+
"index": 5566
|
|
3562
|
+
}
|
|
3563
|
+
},
|
|
3564
|
+
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
3565
|
+
},
|
|
3566
|
+
{
|
|
3567
|
+
"token": "euiSuperUpdateButton.cannotUpdateTooltip",
|
|
3568
|
+
"defString": "Cannot update",
|
|
3569
|
+
"highlighting": "string",
|
|
3570
|
+
"loc": {
|
|
3571
|
+
"start": {
|
|
3572
|
+
"line": 231,
|
|
3573
|
+
"column": 8,
|
|
3574
|
+
"index": 5681
|
|
3575
|
+
},
|
|
3576
|
+
"end": {
|
|
3577
|
+
"line": 234,
|
|
3578
|
+
"column": 10,
|
|
3579
|
+
"index": 5793
|
|
3580
|
+
}
|
|
3581
|
+
},
|
|
3582
|
+
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"token": "euiSuperUpdateButton.clickToApplyTooltip",
|
|
3586
|
+
"defString": "Click to apply",
|
|
3587
|
+
"highlighting": "string",
|
|
3588
|
+
"loc": {
|
|
3589
|
+
"start": {
|
|
3590
|
+
"line": 240,
|
|
3591
|
+
"column": 8,
|
|
3592
|
+
"index": 5892
|
|
3593
|
+
},
|
|
3594
|
+
"end": {
|
|
3595
|
+
"line": 243,
|
|
3596
|
+
"column": 10,
|
|
3597
|
+
"index": 6005
|
|
3598
|
+
}
|
|
3599
|
+
},
|
|
3600
|
+
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
3601
|
+
},
|
|
3512
3602
|
{
|
|
3513
3603
|
"token": "euiTimeOptions.last",
|
|
3514
3604
|
"defString": "Last",
|
|
@@ -4193,96 +4283,6 @@
|
|
|
4193
4283
|
},
|
|
4194
4284
|
"filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
|
|
4195
4285
|
},
|
|
4196
|
-
{
|
|
4197
|
-
"token": "euiSuperUpdateButton.updatingButtonLabel",
|
|
4198
|
-
"defString": "Updating",
|
|
4199
|
-
"highlighting": "string",
|
|
4200
|
-
"loc": {
|
|
4201
|
-
"start": {
|
|
4202
|
-
"line": 204,
|
|
4203
|
-
"column": 8,
|
|
4204
|
-
"index": 5158
|
|
4205
|
-
},
|
|
4206
|
-
"end": {
|
|
4207
|
-
"line": 207,
|
|
4208
|
-
"column": 10,
|
|
4209
|
-
"index": 5265
|
|
4210
|
-
}
|
|
4211
|
-
},
|
|
4212
|
-
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
4213
|
-
},
|
|
4214
|
-
{
|
|
4215
|
-
"token": "euiSuperUpdateButton.updateButtonLabel",
|
|
4216
|
-
"defString": "Update",
|
|
4217
|
-
"highlighting": "string",
|
|
4218
|
-
"loc": {
|
|
4219
|
-
"start": {
|
|
4220
|
-
"line": 213,
|
|
4221
|
-
"column": 8,
|
|
4222
|
-
"index": 5328
|
|
4223
|
-
},
|
|
4224
|
-
"end": {
|
|
4225
|
-
"line": 216,
|
|
4226
|
-
"column": 10,
|
|
4227
|
-
"index": 5431
|
|
4228
|
-
}
|
|
4229
|
-
},
|
|
4230
|
-
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
4231
|
-
},
|
|
4232
|
-
{
|
|
4233
|
-
"token": "euiSuperUpdateButton.refreshButtonLabel",
|
|
4234
|
-
"defString": "Refresh",
|
|
4235
|
-
"highlighting": "string",
|
|
4236
|
-
"loc": {
|
|
4237
|
-
"start": {
|
|
4238
|
-
"line": 221,
|
|
4239
|
-
"column": 6,
|
|
4240
|
-
"index": 5467
|
|
4241
|
-
},
|
|
4242
|
-
"end": {
|
|
4243
|
-
"line": 224,
|
|
4244
|
-
"column": 8,
|
|
4245
|
-
"index": 5566
|
|
4246
|
-
}
|
|
4247
|
-
},
|
|
4248
|
-
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
4249
|
-
},
|
|
4250
|
-
{
|
|
4251
|
-
"token": "euiSuperUpdateButton.cannotUpdateTooltip",
|
|
4252
|
-
"defString": "Cannot update",
|
|
4253
|
-
"highlighting": "string",
|
|
4254
|
-
"loc": {
|
|
4255
|
-
"start": {
|
|
4256
|
-
"line": 231,
|
|
4257
|
-
"column": 8,
|
|
4258
|
-
"index": 5681
|
|
4259
|
-
},
|
|
4260
|
-
"end": {
|
|
4261
|
-
"line": 234,
|
|
4262
|
-
"column": 10,
|
|
4263
|
-
"index": 5793
|
|
4264
|
-
}
|
|
4265
|
-
},
|
|
4266
|
-
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
4267
|
-
},
|
|
4268
|
-
{
|
|
4269
|
-
"token": "euiSuperUpdateButton.clickToApplyTooltip",
|
|
4270
|
-
"defString": "Click to apply",
|
|
4271
|
-
"highlighting": "string",
|
|
4272
|
-
"loc": {
|
|
4273
|
-
"start": {
|
|
4274
|
-
"line": 240,
|
|
4275
|
-
"column": 8,
|
|
4276
|
-
"index": 5892
|
|
4277
|
-
},
|
|
4278
|
-
"end": {
|
|
4279
|
-
"line": 243,
|
|
4280
|
-
"column": 10,
|
|
4281
|
-
"index": 6005
|
|
4282
|
-
}
|
|
4283
|
-
},
|
|
4284
|
-
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
4285
|
-
},
|
|
4286
4286
|
{
|
|
4287
4287
|
"token": "euiPrettyInterval.seconds",
|
|
4288
4288
|
"defString": "({\n interval\n}) => `${interval} second${interval > 1 ? 's' : ''}`;",
|
|
@@ -6281,24 +6281,6 @@
|
|
|
6281
6281
|
},
|
|
6282
6282
|
"filepath": "src/components/datagrid/controls/column_selector.tsx"
|
|
6283
6283
|
},
|
|
6284
|
-
{
|
|
6285
|
-
"token": "euiComboBoxPill.removeSelection",
|
|
6286
|
-
"defString": "Remove {children} from selection in this group",
|
|
6287
|
-
"highlighting": "string",
|
|
6288
|
-
"loc": {
|
|
6289
|
-
"start": {
|
|
6290
|
-
"line": 67,
|
|
6291
|
-
"column": 6,
|
|
6292
|
-
"index": 2037
|
|
6293
|
-
},
|
|
6294
|
-
"end": {
|
|
6295
|
-
"line": 71,
|
|
6296
|
-
"column": 7,
|
|
6297
|
-
"index": 2196
|
|
6298
|
-
}
|
|
6299
|
-
},
|
|
6300
|
-
"filepath": "src/components/combo_box/combo_box_input/combo_box_pill.tsx"
|
|
6301
|
-
},
|
|
6302
6284
|
{
|
|
6303
6285
|
"token": "euiComboBoxOptionsList.loadingOptions",
|
|
6304
6286
|
"defString": "Loading options",
|
|
@@ -6425,6 +6407,24 @@
|
|
|
6425
6407
|
},
|
|
6426
6408
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
6427
6409
|
},
|
|
6410
|
+
{
|
|
6411
|
+
"token": "euiComboBoxPill.removeSelection",
|
|
6412
|
+
"defString": "Remove {children} from selection in this group",
|
|
6413
|
+
"highlighting": "string",
|
|
6414
|
+
"loc": {
|
|
6415
|
+
"start": {
|
|
6416
|
+
"line": 67,
|
|
6417
|
+
"column": 6,
|
|
6418
|
+
"index": 2037
|
|
6419
|
+
},
|
|
6420
|
+
"end": {
|
|
6421
|
+
"line": 71,
|
|
6422
|
+
"column": 7,
|
|
6423
|
+
"index": 2196
|
|
6424
|
+
}
|
|
6425
|
+
},
|
|
6426
|
+
"filepath": "src/components/combo_box/combo_box_input/combo_box_pill.tsx"
|
|
6427
|
+
},
|
|
6428
6428
|
{
|
|
6429
6429
|
"token": "euiCollapsibleNavButton.ariaLabelExpand",
|
|
6430
6430
|
"defString": "Expand navigation",
|