@elastic/eui 121.0.0 → 122.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eui-icons.json +37 -37
- package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +8 -2
- package/es/components/datagrid/body/cell/data_grid_cell.js +8 -5
- package/es/components/datagrid/body/cell/data_grid_cell.styles.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell_wrapper.js +4 -2
- package/es/components/datagrid/body/footer/data_grid_footer_row.js +4 -0
- package/es/components/datagrid/body/header/column_resizer.js +74 -87
- package/es/components/datagrid/body/header/data_grid_control_header_cell.js +2 -1
- package/es/components/datagrid/body/header/data_grid_header_cell.js +1 -0
- package/es/components/datagrid/body/header/data_grid_header_cell_wrapper.js +9 -3
- package/es/components/datagrid/body/header/data_grid_header_cell_wrapper.styles.js +1 -1
- package/es/components/datagrid/controls/keyboard_shortcuts.js +17 -1
- package/es/components/datagrid/data_grid.js +2 -0
- package/es/components/datagrid/utils/copy_focused_cell.js +34 -0
- package/es/components/filter_group/filter_group.a11y.js +1 -1
- package/es/components/form/super_select/super_select.js +247 -351
- package/es/components/list_item_layout/_list_item_layout.js +12 -0
- package/es/components/selectable/selectable_list/selectable_list_item.js +9 -7
- package/eui.d.ts +69 -95
- package/i18ntokens.json +608 -554
- package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +8 -2
- package/lib/components/datagrid/body/cell/data_grid_cell.js +8 -5
- package/lib/components/datagrid/body/cell/data_grid_cell.styles.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell_wrapper.js +4 -2
- package/lib/components/datagrid/body/footer/data_grid_footer_row.js +4 -0
- package/lib/components/datagrid/body/header/column_resizer.js +73 -85
- package/lib/components/datagrid/body/header/data_grid_control_header_cell.js +2 -1
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +1 -0
- package/lib/components/datagrid/body/header/data_grid_header_cell_wrapper.js +9 -3
- package/lib/components/datagrid/body/header/data_grid_header_cell_wrapper.styles.js +1 -1
- package/lib/components/datagrid/controls/keyboard_shortcuts.js +17 -1
- package/lib/components/datagrid/data_grid.js +2 -0
- package/lib/components/datagrid/utils/copy_focused_cell.js +39 -0
- package/lib/components/filter_group/filter_group.a11y.js +1 -1
- package/lib/components/form/super_select/super_select.js +253 -355
- package/lib/components/list_item_layout/_list_item_layout.js +12 -0
- package/lib/components/selectable/selectable_list/selectable_list_item.js +9 -7
- package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +8 -2
- package/optimize/es/components/datagrid/body/cell/data_grid_cell.js +5 -4
- package/optimize/es/components/datagrid/body/cell/data_grid_cell.styles.js +1 -1
- package/optimize/es/components/datagrid/body/cell/data_grid_cell_wrapper.js +4 -2
- package/optimize/es/components/datagrid/body/footer/data_grid_footer_row.js +4 -0
- package/optimize/es/components/datagrid/body/header/column_resizer.js +69 -81
- package/optimize/es/components/datagrid/body/header/data_grid_control_header_cell.js +2 -1
- package/optimize/es/components/datagrid/body/header/data_grid_header_cell.js +1 -0
- package/optimize/es/components/datagrid/body/header/data_grid_header_cell_wrapper.js +7 -3
- package/optimize/es/components/datagrid/body/header/data_grid_header_cell_wrapper.styles.js +1 -1
- package/optimize/es/components/datagrid/controls/keyboard_shortcuts.js +17 -1
- package/optimize/es/components/datagrid/data_grid.js +2 -0
- package/optimize/es/components/datagrid/utils/copy_focused_cell.js +34 -0
- package/optimize/es/components/filter_group/filter_group.a11y.js +1 -1
- package/optimize/es/components/form/super_select/super_select.js +242 -265
- package/optimize/es/components/selectable/selectable_list/selectable_list_item.js +9 -7
- package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +8 -2
- package/optimize/lib/components/datagrid/body/cell/data_grid_cell.js +5 -4
- package/optimize/lib/components/datagrid/body/cell/data_grid_cell.styles.js +1 -1
- package/optimize/lib/components/datagrid/body/cell/data_grid_cell_wrapper.js +4 -2
- package/optimize/lib/components/datagrid/body/footer/data_grid_footer_row.js +4 -0
- package/optimize/lib/components/datagrid/body/header/column_resizer.js +69 -79
- package/optimize/lib/components/datagrid/body/header/data_grid_control_header_cell.js +2 -1
- package/optimize/lib/components/datagrid/body/header/data_grid_header_cell.js +1 -0
- package/optimize/lib/components/datagrid/body/header/data_grid_header_cell_wrapper.js +7 -3
- package/optimize/lib/components/datagrid/body/header/data_grid_header_cell_wrapper.styles.js +1 -1
- package/optimize/lib/components/datagrid/controls/keyboard_shortcuts.js +17 -1
- package/optimize/lib/components/datagrid/data_grid.js +2 -0
- package/optimize/lib/components/datagrid/utils/copy_focused_cell.js +39 -0
- package/optimize/lib/components/filter_group/filter_group.a11y.js +1 -1
- package/optimize/lib/components/form/super_select/super_select.js +243 -265
- package/optimize/lib/components/selectable/selectable_list/selectable_list_item.js +9 -7
- package/package.json +2 -2
- package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +8 -2
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +8 -5
- package/test-env/components/datagrid/body/cell/data_grid_cell.styles.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell_wrapper.js +4 -2
- package/test-env/components/datagrid/body/footer/data_grid_footer_row.js +4 -0
- package/test-env/components/datagrid/body/header/column_resizer.js +69 -79
- package/test-env/components/datagrid/body/header/data_grid_control_header_cell.js +2 -1
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +1 -0
- package/test-env/components/datagrid/body/header/data_grid_header_cell_wrapper.js +9 -3
- package/test-env/components/datagrid/body/header/data_grid_header_cell_wrapper.styles.js +1 -1
- package/test-env/components/datagrid/controls/keyboard_shortcuts.js +17 -1
- package/test-env/components/datagrid/data_grid.js +2 -0
- package/test-env/components/datagrid/utils/copy_focused_cell.js +16 -0
- package/test-env/components/filter_group/filter_group.a11y.js +1 -1
- package/test-env/components/form/super_select/super_select.js +243 -345
- package/test-env/components/list_item_layout/_list_item_layout.js +12 -0
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +9 -7
package/i18ntokens.json
CHANGED
|
@@ -17,6 +17,96 @@
|
|
|
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": 58,
|
|
27
|
+
"column": 27,
|
|
28
|
+
"index": 1773
|
|
29
|
+
},
|
|
30
|
+
"end": {
|
|
31
|
+
"line": 58,
|
|
32
|
+
"column": 76,
|
|
33
|
+
"index": 1822
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"filepath": "src/components/tool_tip/icon_tip.tsx"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"token": "euiToast.dismissToast",
|
|
40
|
+
"defString": "Dismiss toast",
|
|
41
|
+
"highlighting": "string",
|
|
42
|
+
"loc": {
|
|
43
|
+
"start": {
|
|
44
|
+
"line": 146,
|
|
45
|
+
"column": 6,
|
|
46
|
+
"index": 4465
|
|
47
|
+
},
|
|
48
|
+
"end": {
|
|
49
|
+
"line": 146,
|
|
50
|
+
"column": 69,
|
|
51
|
+
"index": 4528
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"filepath": "src/components/toast/toast.tsx"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"token": "euiToast.newNotification",
|
|
58
|
+
"defString": "A new notification appears",
|
|
59
|
+
"highlighting": "string",
|
|
60
|
+
"loc": {
|
|
61
|
+
"start": {
|
|
62
|
+
"line": 275,
|
|
63
|
+
"column": 10,
|
|
64
|
+
"index": 7659
|
|
65
|
+
},
|
|
66
|
+
"end": {
|
|
67
|
+
"line": 278,
|
|
68
|
+
"column": 12,
|
|
69
|
+
"index": 7774
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"filepath": "src/components/toast/toast.tsx"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"token": "euiGlobalToastList.clearAllToastsButtonAriaLabel",
|
|
76
|
+
"defString": "Clear all toast notifications",
|
|
77
|
+
"highlighting": "string",
|
|
78
|
+
"loc": {
|
|
79
|
+
"start": {
|
|
80
|
+
"line": 342,
|
|
81
|
+
"column": 8,
|
|
82
|
+
"index": 11546
|
|
83
|
+
},
|
|
84
|
+
"end": {
|
|
85
|
+
"line": 349,
|
|
86
|
+
"column": 9,
|
|
87
|
+
"index": 11829
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"filepath": "src/components/toast/global_toast_list.tsx"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"token": "euiGlobalToastList.clearAllToastsButtonDisplayText",
|
|
94
|
+
"defString": "Clear all",
|
|
95
|
+
"highlighting": "string",
|
|
96
|
+
"loc": {
|
|
97
|
+
"start": {
|
|
98
|
+
"line": 342,
|
|
99
|
+
"column": 8,
|
|
100
|
+
"index": 11546
|
|
101
|
+
},
|
|
102
|
+
"end": {
|
|
103
|
+
"line": 349,
|
|
104
|
+
"column": 9,
|
|
105
|
+
"index": 11829
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"filepath": "src/components/toast/global_toast_list.tsx"
|
|
109
|
+
},
|
|
20
110
|
{
|
|
21
111
|
"token": "euiTourStepIndicator.isActive",
|
|
22
112
|
"defString": "active",
|
|
@@ -143,96 +233,6 @@
|
|
|
143
233
|
},
|
|
144
234
|
"filepath": "src/components/tour/_tour_footer.tsx"
|
|
145
235
|
},
|
|
146
|
-
{
|
|
147
|
-
"token": "euiIconTip.defaultAriaLabel",
|
|
148
|
-
"defString": "Info",
|
|
149
|
-
"highlighting": "string",
|
|
150
|
-
"loc": {
|
|
151
|
-
"start": {
|
|
152
|
-
"line": 58,
|
|
153
|
-
"column": 27,
|
|
154
|
-
"index": 1773
|
|
155
|
-
},
|
|
156
|
-
"end": {
|
|
157
|
-
"line": 58,
|
|
158
|
-
"column": 76,
|
|
159
|
-
"index": 1822
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"filepath": "src/components/tool_tip/icon_tip.tsx"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"token": "euiToast.dismissToast",
|
|
166
|
-
"defString": "Dismiss toast",
|
|
167
|
-
"highlighting": "string",
|
|
168
|
-
"loc": {
|
|
169
|
-
"start": {
|
|
170
|
-
"line": 146,
|
|
171
|
-
"column": 6,
|
|
172
|
-
"index": 4465
|
|
173
|
-
},
|
|
174
|
-
"end": {
|
|
175
|
-
"line": 146,
|
|
176
|
-
"column": 69,
|
|
177
|
-
"index": 4528
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
"filepath": "src/components/toast/toast.tsx"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"token": "euiToast.newNotification",
|
|
184
|
-
"defString": "A new notification appears",
|
|
185
|
-
"highlighting": "string",
|
|
186
|
-
"loc": {
|
|
187
|
-
"start": {
|
|
188
|
-
"line": 275,
|
|
189
|
-
"column": 10,
|
|
190
|
-
"index": 7659
|
|
191
|
-
},
|
|
192
|
-
"end": {
|
|
193
|
-
"line": 278,
|
|
194
|
-
"column": 12,
|
|
195
|
-
"index": 7774
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
"filepath": "src/components/toast/toast.tsx"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"token": "euiGlobalToastList.clearAllToastsButtonAriaLabel",
|
|
202
|
-
"defString": "Clear all toast notifications",
|
|
203
|
-
"highlighting": "string",
|
|
204
|
-
"loc": {
|
|
205
|
-
"start": {
|
|
206
|
-
"line": 342,
|
|
207
|
-
"column": 8,
|
|
208
|
-
"index": 11546
|
|
209
|
-
},
|
|
210
|
-
"end": {
|
|
211
|
-
"line": 349,
|
|
212
|
-
"column": 9,
|
|
213
|
-
"index": 11829
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
"filepath": "src/components/toast/global_toast_list.tsx"
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"token": "euiGlobalToastList.clearAllToastsButtonDisplayText",
|
|
220
|
-
"defString": "Clear all",
|
|
221
|
-
"highlighting": "string",
|
|
222
|
-
"loc": {
|
|
223
|
-
"start": {
|
|
224
|
-
"line": 342,
|
|
225
|
-
"column": 8,
|
|
226
|
-
"index": 11546
|
|
227
|
-
},
|
|
228
|
-
"end": {
|
|
229
|
-
"line": 349,
|
|
230
|
-
"column": 9,
|
|
231
|
-
"index": 11829
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
|
-
"filepath": "src/components/toast/global_toast_list.tsx"
|
|
235
|
-
},
|
|
236
236
|
{
|
|
237
237
|
"token": "euiStat.loadingText",
|
|
238
238
|
"defString": "Statistic is loading",
|
|
@@ -557,6 +557,24 @@
|
|
|
557
557
|
},
|
|
558
558
|
"filepath": "src/components/table/table_header_cell.tsx"
|
|
559
559
|
},
|
|
560
|
+
{
|
|
561
|
+
"token": "euiSideNav.mobileToggleAriaLabel",
|
|
562
|
+
"defString": "Toggle navigation",
|
|
563
|
+
"highlighting": "string",
|
|
564
|
+
"loc": {
|
|
565
|
+
"start": {
|
|
566
|
+
"line": 204,
|
|
567
|
+
"column": 14,
|
|
568
|
+
"index": 6190
|
|
569
|
+
},
|
|
570
|
+
"end": {
|
|
571
|
+
"line": 207,
|
|
572
|
+
"column": 15,
|
|
573
|
+
"index": 6315
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
"filepath": "src/components/side_nav/side_nav.tsx"
|
|
577
|
+
},
|
|
560
578
|
{
|
|
561
579
|
"token": "euiSkeletonLoading.loadedAriaText",
|
|
562
580
|
"defString": "Loaded {contentAriaLabel}",
|
|
@@ -593,24 +611,6 @@
|
|
|
593
611
|
},
|
|
594
612
|
"filepath": "src/components/skeleton/skeleton_loading.tsx"
|
|
595
613
|
},
|
|
596
|
-
{
|
|
597
|
-
"token": "euiSideNav.mobileToggleAriaLabel",
|
|
598
|
-
"defString": "Toggle navigation",
|
|
599
|
-
"highlighting": "string",
|
|
600
|
-
"loc": {
|
|
601
|
-
"start": {
|
|
602
|
-
"line": 204,
|
|
603
|
-
"column": 14,
|
|
604
|
-
"index": 6190
|
|
605
|
-
},
|
|
606
|
-
"end": {
|
|
607
|
-
"line": 207,
|
|
608
|
-
"column": 15,
|
|
609
|
-
"index": 6315
|
|
610
|
-
}
|
|
611
|
-
},
|
|
612
|
-
"filepath": "src/components/side_nav/side_nav.tsx"
|
|
613
|
-
},
|
|
614
614
|
{
|
|
615
615
|
"token": "euiSelectable.loadingOptions",
|
|
616
616
|
"defString": "Loading options",
|
|
@@ -1205,6 +1205,24 @@
|
|
|
1205
1205
|
},
|
|
1206
1206
|
"filepath": "src/components/mark/mark.tsx"
|
|
1207
1207
|
},
|
|
1208
|
+
{
|
|
1209
|
+
"token": "euiLoadingStrings.ariaLabel",
|
|
1210
|
+
"defString": "Loading",
|
|
1211
|
+
"highlighting": "string",
|
|
1212
|
+
"loc": {
|
|
1213
|
+
"start": {
|
|
1214
|
+
"line": 12,
|
|
1215
|
+
"column": 9,
|
|
1216
|
+
"index": 454
|
|
1217
|
+
},
|
|
1218
|
+
"end": {
|
|
1219
|
+
"line": 12,
|
|
1220
|
+
"column": 61,
|
|
1221
|
+
"index": 506
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
"filepath": "src/components/loading/_loading_strings.tsx"
|
|
1225
|
+
},
|
|
1208
1226
|
{
|
|
1209
1227
|
"token": "euiMarkdownEditorToolbar.editor",
|
|
1210
1228
|
"defString": "Editor",
|
|
@@ -1475,24 +1493,6 @@
|
|
|
1475
1493
|
},
|
|
1476
1494
|
"filepath": "src/components/markdown_editor/markdown_editor_footer.tsx"
|
|
1477
1495
|
},
|
|
1478
|
-
{
|
|
1479
|
-
"token": "euiLoadingStrings.ariaLabel",
|
|
1480
|
-
"defString": "Loading",
|
|
1481
|
-
"highlighting": "string",
|
|
1482
|
-
"loc": {
|
|
1483
|
-
"start": {
|
|
1484
|
-
"line": 12,
|
|
1485
|
-
"column": 9,
|
|
1486
|
-
"index": 454
|
|
1487
|
-
},
|
|
1488
|
-
"end": {
|
|
1489
|
-
"line": 12,
|
|
1490
|
-
"column": 61,
|
|
1491
|
-
"index": 506
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
|
-
"filepath": "src/components/loading/_loading_strings.tsx"
|
|
1495
|
-
},
|
|
1496
1496
|
{
|
|
1497
1497
|
"token": "euiExternalLinkIcon.newTarget.screenReaderOnlyText",
|
|
1498
1498
|
"defString": "(external, opens in a new tab or window)",
|
|
@@ -1782,19 +1782,37 @@
|
|
|
1782
1782
|
"filepath": "src/components/error_boundary/error_boundary.tsx"
|
|
1783
1783
|
},
|
|
1784
1784
|
{
|
|
1785
|
-
"token": "
|
|
1786
|
-
"defString": "
|
|
1785
|
+
"token": "euiContextMenuPanelTitle.ariaLabel",
|
|
1786
|
+
"defString": "Close current panel:",
|
|
1787
1787
|
"highlighting": "string",
|
|
1788
1788
|
"loc": {
|
|
1789
1789
|
"start": {
|
|
1790
|
-
"line":
|
|
1790
|
+
"line": 44,
|
|
1791
|
+
"column": 26,
|
|
1792
|
+
"index": 1484
|
|
1793
|
+
},
|
|
1794
|
+
"end": {
|
|
1795
|
+
"line": 47,
|
|
1796
|
+
"column": 3,
|
|
1797
|
+
"index": 1568
|
|
1798
|
+
}
|
|
1799
|
+
},
|
|
1800
|
+
"filepath": "src/components/context_menu/context_menu_panel_title.tsx"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"token": "euiDataGrid.ariaLabel",
|
|
1804
|
+
"defString": "{label}; Page {page} of {pageCount}.",
|
|
1805
|
+
"highlighting": "string",
|
|
1806
|
+
"loc": {
|
|
1807
|
+
"start": {
|
|
1808
|
+
"line": 399,
|
|
1791
1809
|
"column": 22,
|
|
1792
|
-
"index":
|
|
1810
|
+
"index": 10923
|
|
1793
1811
|
},
|
|
1794
1812
|
"end": {
|
|
1795
|
-
"line":
|
|
1813
|
+
"line": 403,
|
|
1796
1814
|
"column": 5,
|
|
1797
|
-
"index":
|
|
1815
|
+
"index": 11095
|
|
1798
1816
|
}
|
|
1799
1817
|
},
|
|
1800
1818
|
"filepath": "src/components/datagrid/data_grid.tsx"
|
|
@@ -1805,14 +1823,14 @@
|
|
|
1805
1823
|
"highlighting": "string",
|
|
1806
1824
|
"loc": {
|
|
1807
1825
|
"start": {
|
|
1808
|
-
"line":
|
|
1826
|
+
"line": 404,
|
|
1809
1827
|
"column": 27,
|
|
1810
|
-
"index":
|
|
1828
|
+
"index": 11124
|
|
1811
1829
|
},
|
|
1812
1830
|
"end": {
|
|
1813
|
-
"line":
|
|
1831
|
+
"line": 408,
|
|
1814
1832
|
"column": 5,
|
|
1815
|
-
"index":
|
|
1833
|
+
"index": 11265
|
|
1816
1834
|
}
|
|
1817
1835
|
},
|
|
1818
1836
|
"filepath": "src/components/datagrid/data_grid.tsx"
|
|
@@ -1823,53 +1841,143 @@
|
|
|
1823
1841
|
"highlighting": "string",
|
|
1824
1842
|
"loc": {
|
|
1825
1843
|
"start": {
|
|
1826
|
-
"line":
|
|
1844
|
+
"line": 568,
|
|
1827
1845
|
"column": 18,
|
|
1828
|
-
"index":
|
|
1846
|
+
"index": 17799
|
|
1829
1847
|
},
|
|
1830
1848
|
"end": {
|
|
1831
|
-
"line":
|
|
1849
|
+
"line": 571,
|
|
1832
1850
|
"column": 20,
|
|
1833
|
-
"index":
|
|
1851
|
+
"index": 17952
|
|
1834
1852
|
}
|
|
1835
1853
|
},
|
|
1836
1854
|
"filepath": "src/components/datagrid/data_grid.tsx"
|
|
1837
1855
|
},
|
|
1838
1856
|
{
|
|
1839
|
-
"token": "
|
|
1840
|
-
"defString": "
|
|
1857
|
+
"token": "euiComboBox.listboxAriaLabel",
|
|
1858
|
+
"defString": "Choose from the following options",
|
|
1841
1859
|
"highlighting": "string",
|
|
1842
1860
|
"loc": {
|
|
1843
1861
|
"start": {
|
|
1844
|
-
"line":
|
|
1845
|
-
"column":
|
|
1846
|
-
"index":
|
|
1862
|
+
"line": 842,
|
|
1863
|
+
"column": 8,
|
|
1864
|
+
"index": 24775
|
|
1847
1865
|
},
|
|
1848
1866
|
"end": {
|
|
1849
|
-
"line":
|
|
1867
|
+
"line": 845,
|
|
1868
|
+
"column": 9,
|
|
1869
|
+
"index": 24894
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
"filepath": "src/components/combo_box/combo_box.tsx"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"token": "euiCodeBlockFullScreen.fullscreenCollapse",
|
|
1876
|
+
"defString": "Collapse",
|
|
1877
|
+
"highlighting": "string",
|
|
1878
|
+
"loc": {
|
|
1879
|
+
"start": {
|
|
1880
|
+
"line": 72,
|
|
1881
|
+
"column": 49,
|
|
1882
|
+
"index": 2157
|
|
1883
|
+
},
|
|
1884
|
+
"end": {
|
|
1885
|
+
"line": 78,
|
|
1850
1886
|
"column": 3,
|
|
1851
|
-
"index":
|
|
1887
|
+
"index": 2312
|
|
1852
1888
|
}
|
|
1853
1889
|
},
|
|
1854
|
-
"filepath": "src/components/
|
|
1890
|
+
"filepath": "src/components/code/code_block_full_screen.tsx"
|
|
1855
1891
|
},
|
|
1856
1892
|
{
|
|
1857
|
-
"token": "
|
|
1858
|
-
"defString": "
|
|
1893
|
+
"token": "euiCodeBlockFullScreen.fullscreenExpand",
|
|
1894
|
+
"defString": "Expand",
|
|
1859
1895
|
"highlighting": "string",
|
|
1860
1896
|
"loc": {
|
|
1861
1897
|
"start": {
|
|
1862
|
-
"line":
|
|
1863
|
-
"column":
|
|
1864
|
-
"index":
|
|
1898
|
+
"line": 72,
|
|
1899
|
+
"column": 49,
|
|
1900
|
+
"index": 2157
|
|
1865
1901
|
},
|
|
1866
1902
|
"end": {
|
|
1867
|
-
"line":
|
|
1868
|
-
"column":
|
|
1869
|
-
"index":
|
|
1903
|
+
"line": 78,
|
|
1904
|
+
"column": 3,
|
|
1905
|
+
"index": 2312
|
|
1870
1906
|
}
|
|
1871
1907
|
},
|
|
1872
|
-
"filepath": "src/components/
|
|
1908
|
+
"filepath": "src/components/code/code_block_full_screen.tsx"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"token": "euiCodeBlockFullScreen.ariaLabel",
|
|
1912
|
+
"defString": "Expanded code block",
|
|
1913
|
+
"highlighting": "string",
|
|
1914
|
+
"loc": {
|
|
1915
|
+
"start": {
|
|
1916
|
+
"line": 131,
|
|
1917
|
+
"column": 20,
|
|
1918
|
+
"index": 3749
|
|
1919
|
+
},
|
|
1920
|
+
"end": {
|
|
1921
|
+
"line": 134,
|
|
1922
|
+
"column": 3,
|
|
1923
|
+
"index": 3830
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
"filepath": "src/components/code/code_block_full_screen.tsx"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"token": "euiCodeBlockCopy.copy",
|
|
1930
|
+
"defString": "Copy",
|
|
1931
|
+
"highlighting": "string",
|
|
1932
|
+
"loc": {
|
|
1933
|
+
"start": {
|
|
1934
|
+
"line": 54,
|
|
1935
|
+
"column": 31,
|
|
1936
|
+
"index": 1895
|
|
1937
|
+
},
|
|
1938
|
+
"end": {
|
|
1939
|
+
"line": 54,
|
|
1940
|
+
"column": 74,
|
|
1941
|
+
"index": 1938
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
"filepath": "src/components/code/code_block_copy.tsx"
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"token": "euiCodeBlock.label",
|
|
1948
|
+
"defString": "{language} code block:",
|
|
1949
|
+
"highlighting": "string",
|
|
1950
|
+
"loc": {
|
|
1951
|
+
"start": {
|
|
1952
|
+
"line": 269,
|
|
1953
|
+
"column": 25,
|
|
1954
|
+
"index": 7663
|
|
1955
|
+
},
|
|
1956
|
+
"end": {
|
|
1957
|
+
"line": 275,
|
|
1958
|
+
"column": 3,
|
|
1959
|
+
"index": 7762
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
"filepath": "src/components/code/code_block.tsx"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"token": "euiCodeBlockAnnotations.ariaLabel",
|
|
1966
|
+
"defString": "Click to view a code annotation for line {lineNumber}",
|
|
1967
|
+
"highlighting": "string",
|
|
1968
|
+
"loc": {
|
|
1969
|
+
"start": {
|
|
1970
|
+
"line": 37,
|
|
1971
|
+
"column": 20,
|
|
1972
|
+
"index": 1198
|
|
1973
|
+
},
|
|
1974
|
+
"end": {
|
|
1975
|
+
"line": 41,
|
|
1976
|
+
"column": 3,
|
|
1977
|
+
"index": 1334
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
"filepath": "src/components/code/code_block_annotations.tsx"
|
|
1873
1981
|
},
|
|
1874
1982
|
{
|
|
1875
1983
|
"token": "euiSaturation.ariaLabel",
|
|
@@ -2160,130 +2268,76 @@
|
|
|
2160
2268
|
"filepath": "src/components/color_picker/color_picker.tsx"
|
|
2161
2269
|
},
|
|
2162
2270
|
{
|
|
2163
|
-
"token": "
|
|
2164
|
-
"defString": "
|
|
2165
|
-
"highlighting": "string",
|
|
2166
|
-
"loc": {
|
|
2167
|
-
"start": {
|
|
2168
|
-
"line": 72,
|
|
2169
|
-
"column": 49,
|
|
2170
|
-
"index": 2157
|
|
2171
|
-
},
|
|
2172
|
-
"end": {
|
|
2173
|
-
"line": 78,
|
|
2174
|
-
"column": 3,
|
|
2175
|
-
"index": 2312
|
|
2176
|
-
}
|
|
2177
|
-
},
|
|
2178
|
-
"filepath": "src/components/code/code_block_full_screen.tsx"
|
|
2179
|
-
},
|
|
2180
|
-
{
|
|
2181
|
-
"token": "euiCodeBlockFullScreen.fullscreenExpand",
|
|
2182
|
-
"defString": "Expand",
|
|
2183
|
-
"highlighting": "string",
|
|
2184
|
-
"loc": {
|
|
2185
|
-
"start": {
|
|
2186
|
-
"line": 72,
|
|
2187
|
-
"column": 49,
|
|
2188
|
-
"index": 2157
|
|
2189
|
-
},
|
|
2190
|
-
"end": {
|
|
2191
|
-
"line": 78,
|
|
2192
|
-
"column": 3,
|
|
2193
|
-
"index": 2312
|
|
2194
|
-
}
|
|
2195
|
-
},
|
|
2196
|
-
"filepath": "src/components/code/code_block_full_screen.tsx"
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"token": "euiCodeBlockFullScreen.ariaLabel",
|
|
2200
|
-
"defString": "Expanded code block",
|
|
2201
|
-
"highlighting": "string",
|
|
2202
|
-
"loc": {
|
|
2203
|
-
"start": {
|
|
2204
|
-
"line": 131,
|
|
2205
|
-
"column": 20,
|
|
2206
|
-
"index": 3749
|
|
2207
|
-
},
|
|
2208
|
-
"end": {
|
|
2209
|
-
"line": 134,
|
|
2210
|
-
"column": 3,
|
|
2211
|
-
"index": 3830
|
|
2212
|
-
}
|
|
2213
|
-
},
|
|
2214
|
-
"filepath": "src/components/code/code_block_full_screen.tsx"
|
|
2215
|
-
},
|
|
2216
|
-
{
|
|
2217
|
-
"token": "euiCodeBlockCopy.copy",
|
|
2218
|
-
"defString": "Copy",
|
|
2271
|
+
"token": "euiCallOut.dismissAriaLabel",
|
|
2272
|
+
"defString": "Dismiss this callout",
|
|
2219
2273
|
"highlighting": "string",
|
|
2220
2274
|
"loc": {
|
|
2221
2275
|
"start": {
|
|
2222
|
-
"line":
|
|
2223
|
-
"column":
|
|
2224
|
-
"index":
|
|
2276
|
+
"line": 188,
|
|
2277
|
+
"column": 8,
|
|
2278
|
+
"index": 6303
|
|
2225
2279
|
},
|
|
2226
2280
|
"end": {
|
|
2227
|
-
"line":
|
|
2228
|
-
"column":
|
|
2229
|
-
"index":
|
|
2281
|
+
"line": 191,
|
|
2282
|
+
"column": 9,
|
|
2283
|
+
"index": 6408
|
|
2230
2284
|
}
|
|
2231
2285
|
},
|
|
2232
|
-
"filepath": "src/components/
|
|
2286
|
+
"filepath": "src/components/call_out/call_out.tsx"
|
|
2233
2287
|
},
|
|
2234
2288
|
{
|
|
2235
|
-
"token": "
|
|
2236
|
-
"defString": "
|
|
2289
|
+
"token": "euiBottomBar.screenReaderHeading",
|
|
2290
|
+
"defString": "Page level controls",
|
|
2237
2291
|
"highlighting": "string",
|
|
2238
2292
|
"loc": {
|
|
2239
2293
|
"start": {
|
|
2240
|
-
"line":
|
|
2241
|
-
"column":
|
|
2242
|
-
"index":
|
|
2294
|
+
"line": 192,
|
|
2295
|
+
"column": 8,
|
|
2296
|
+
"index": 5428
|
|
2243
2297
|
},
|
|
2244
2298
|
"end": {
|
|
2245
|
-
"line":
|
|
2246
|
-
"column":
|
|
2247
|
-
"index":
|
|
2299
|
+
"line": 195,
|
|
2300
|
+
"column": 9,
|
|
2301
|
+
"index": 5537
|
|
2248
2302
|
}
|
|
2249
2303
|
},
|
|
2250
|
-
"filepath": "src/components/
|
|
2304
|
+
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
|
|
2251
2305
|
},
|
|
2252
2306
|
{
|
|
2253
|
-
"token": "
|
|
2254
|
-
"defString": "{
|
|
2307
|
+
"token": "euiBottomBar.customScreenReaderAnnouncement",
|
|
2308
|
+
"defString": "There is a new region landmark called {landmarkHeading} with page level controls at the end of the document.",
|
|
2255
2309
|
"highlighting": "string",
|
|
2256
2310
|
"loc": {
|
|
2257
2311
|
"start": {
|
|
2258
|
-
"line":
|
|
2259
|
-
"column":
|
|
2260
|
-
"index":
|
|
2312
|
+
"line": 222,
|
|
2313
|
+
"column": 14,
|
|
2314
|
+
"index": 6478
|
|
2261
2315
|
},
|
|
2262
2316
|
"end": {
|
|
2263
|
-
"line":
|
|
2264
|
-
"column":
|
|
2265
|
-
"index":
|
|
2317
|
+
"line": 226,
|
|
2318
|
+
"column": 16,
|
|
2319
|
+
"index": 6751
|
|
2266
2320
|
}
|
|
2267
2321
|
},
|
|
2268
|
-
"filepath": "src/components/
|
|
2322
|
+
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
|
|
2269
2323
|
},
|
|
2270
2324
|
{
|
|
2271
|
-
"token": "
|
|
2272
|
-
"defString": "
|
|
2325
|
+
"token": "euiBottomBar.screenReaderAnnouncement",
|
|
2326
|
+
"defString": "There is a new region landmark with page level controls at the end of the document.",
|
|
2273
2327
|
"highlighting": "string",
|
|
2274
2328
|
"loc": {
|
|
2275
2329
|
"start": {
|
|
2276
|
-
"line":
|
|
2277
|
-
"column":
|
|
2278
|
-
"index":
|
|
2330
|
+
"line": 228,
|
|
2331
|
+
"column": 14,
|
|
2332
|
+
"index": 6784
|
|
2279
2333
|
},
|
|
2280
2334
|
"end": {
|
|
2281
|
-
"line":
|
|
2282
|
-
"column":
|
|
2283
|
-
"index":
|
|
2335
|
+
"line": 231,
|
|
2336
|
+
"column": 16,
|
|
2337
|
+
"index": 6981
|
|
2284
2338
|
}
|
|
2285
2339
|
},
|
|
2286
|
-
"filepath": "src/components/
|
|
2340
|
+
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
|
|
2287
2341
|
},
|
|
2288
2342
|
{
|
|
2289
2343
|
"token": "euiBreadcrumbs.nav.ariaLabel",
|
|
@@ -2339,60 +2393,6 @@
|
|
|
2339
2393
|
},
|
|
2340
2394
|
"filepath": "src/components/breadcrumbs/_breadcrumb_content.tsx"
|
|
2341
2395
|
},
|
|
2342
|
-
{
|
|
2343
|
-
"token": "euiBottomBar.screenReaderHeading",
|
|
2344
|
-
"defString": "Page level controls",
|
|
2345
|
-
"highlighting": "string",
|
|
2346
|
-
"loc": {
|
|
2347
|
-
"start": {
|
|
2348
|
-
"line": 192,
|
|
2349
|
-
"column": 8,
|
|
2350
|
-
"index": 5428
|
|
2351
|
-
},
|
|
2352
|
-
"end": {
|
|
2353
|
-
"line": 195,
|
|
2354
|
-
"column": 9,
|
|
2355
|
-
"index": 5537
|
|
2356
|
-
}
|
|
2357
|
-
},
|
|
2358
|
-
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"token": "euiBottomBar.customScreenReaderAnnouncement",
|
|
2362
|
-
"defString": "There is a new region landmark called {landmarkHeading} with page level controls at the end of the document.",
|
|
2363
|
-
"highlighting": "string",
|
|
2364
|
-
"loc": {
|
|
2365
|
-
"start": {
|
|
2366
|
-
"line": 222,
|
|
2367
|
-
"column": 14,
|
|
2368
|
-
"index": 6478
|
|
2369
|
-
},
|
|
2370
|
-
"end": {
|
|
2371
|
-
"line": 226,
|
|
2372
|
-
"column": 16,
|
|
2373
|
-
"index": 6751
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
|
|
2377
|
-
},
|
|
2378
|
-
{
|
|
2379
|
-
"token": "euiBottomBar.screenReaderAnnouncement",
|
|
2380
|
-
"defString": "There is a new region landmark with page level controls at the end of the document.",
|
|
2381
|
-
"highlighting": "string",
|
|
2382
|
-
"loc": {
|
|
2383
|
-
"start": {
|
|
2384
|
-
"line": 228,
|
|
2385
|
-
"column": 14,
|
|
2386
|
-
"index": 6784
|
|
2387
|
-
},
|
|
2388
|
-
"end": {
|
|
2389
|
-
"line": 231,
|
|
2390
|
-
"column": 16,
|
|
2391
|
-
"index": 6981
|
|
2392
|
-
}
|
|
2393
|
-
},
|
|
2394
|
-
"filepath": "src/components/bottom_bar/bottom_bar.tsx"
|
|
2395
|
-
},
|
|
2396
2396
|
{
|
|
2397
2397
|
"token": "euiCollapsedItemActions.allActionsTooltip",
|
|
2398
2398
|
"defString": "All actions",
|
|
@@ -2789,38 +2789,20 @@
|
|
|
2789
2789
|
},
|
|
2790
2790
|
"filepath": "src/components/selectable/selectable_templates/selectable_template_sitewide.tsx"
|
|
2791
2791
|
},
|
|
2792
|
-
{
|
|
2793
|
-
"token": "euiSelectableListItem.checkedOption",
|
|
2794
|
-
"defString": "Checked option.",
|
|
2795
|
-
"highlighting": "string",
|
|
2796
|
-
"loc": {
|
|
2797
|
-
"start": {
|
|
2798
|
-
"line": 144,
|
|
2799
|
-
"column": 10,
|
|
2800
|
-
"index": 4570
|
|
2801
|
-
},
|
|
2802
|
-
"end": {
|
|
2803
|
-
"line": 147,
|
|
2804
|
-
"column": 12,
|
|
2805
|
-
"index": 4685
|
|
2806
|
-
}
|
|
2807
|
-
},
|
|
2808
|
-
"filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
|
|
2809
|
-
},
|
|
2810
2792
|
{
|
|
2811
2793
|
"token": "euiSelectableListItem.checkOptionInstructions",
|
|
2812
2794
|
"defString": "To check this option, press Enter.",
|
|
2813
2795
|
"highlighting": "string",
|
|
2814
2796
|
"loc": {
|
|
2815
2797
|
"start": {
|
|
2816
|
-
"line":
|
|
2798
|
+
"line": 145,
|
|
2817
2799
|
"column": 10,
|
|
2818
|
-
"index":
|
|
2800
|
+
"index": 4586
|
|
2819
2801
|
},
|
|
2820
2802
|
"end": {
|
|
2821
|
-
"line":
|
|
2803
|
+
"line": 148,
|
|
2822
2804
|
"column": 12,
|
|
2823
|
-
"index":
|
|
2805
|
+
"index": 4730
|
|
2824
2806
|
}
|
|
2825
2807
|
},
|
|
2826
2808
|
"filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
|
|
@@ -2831,14 +2813,14 @@
|
|
|
2831
2813
|
"highlighting": "string",
|
|
2832
2814
|
"loc": {
|
|
2833
2815
|
"start": {
|
|
2834
|
-
"line":
|
|
2816
|
+
"line": 153,
|
|
2835
2817
|
"column": 10,
|
|
2836
|
-
"index":
|
|
2818
|
+
"index": 4804
|
|
2837
2819
|
},
|
|
2838
2820
|
"end": {
|
|
2839
|
-
"line":
|
|
2821
|
+
"line": 156,
|
|
2840
2822
|
"column": 12,
|
|
2841
|
-
"index":
|
|
2823
|
+
"index": 4952
|
|
2842
2824
|
}
|
|
2843
2825
|
},
|
|
2844
2826
|
"filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
|
|
@@ -2849,14 +2831,14 @@
|
|
|
2849
2831
|
"highlighting": "string",
|
|
2850
2832
|
"loc": {
|
|
2851
2833
|
"start": {
|
|
2852
|
-
"line":
|
|
2834
|
+
"line": 161,
|
|
2853
2835
|
"column": 10,
|
|
2854
|
-
"index":
|
|
2836
|
+
"index": 5018
|
|
2855
2837
|
},
|
|
2856
2838
|
"end": {
|
|
2857
|
-
"line":
|
|
2839
|
+
"line": 164,
|
|
2858
2840
|
"column": 12,
|
|
2859
|
-
"index":
|
|
2841
|
+
"index": 5135
|
|
2860
2842
|
}
|
|
2861
2843
|
},
|
|
2862
2844
|
"filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
|
|
@@ -2867,14 +2849,14 @@
|
|
|
2867
2849
|
"highlighting": "string",
|
|
2868
2850
|
"loc": {
|
|
2869
2851
|
"start": {
|
|
2870
|
-
"line":
|
|
2852
|
+
"line": 167,
|
|
2871
2853
|
"column": 10,
|
|
2872
|
-
"index":
|
|
2854
|
+
"index": 5181
|
|
2873
2855
|
},
|
|
2874
2856
|
"end": {
|
|
2875
|
-
"line":
|
|
2857
|
+
"line": 170,
|
|
2876
2858
|
"column": 12,
|
|
2877
|
-
"index":
|
|
2859
|
+
"index": 5329
|
|
2878
2860
|
}
|
|
2879
2861
|
},
|
|
2880
2862
|
"filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
|
|
@@ -2885,14 +2867,14 @@
|
|
|
2885
2867
|
"highlighting": "string",
|
|
2886
2868
|
"loc": {
|
|
2887
2869
|
"start": {
|
|
2888
|
-
"line":
|
|
2870
|
+
"line": 175,
|
|
2889
2871
|
"column": 10,
|
|
2890
|
-
"index":
|
|
2872
|
+
"index": 5392
|
|
2891
2873
|
},
|
|
2892
2874
|
"end": {
|
|
2893
|
-
"line":
|
|
2875
|
+
"line": 178,
|
|
2894
2876
|
"column": 12,
|
|
2895
|
-
"index":
|
|
2877
|
+
"index": 5519
|
|
2896
2878
|
}
|
|
2897
2879
|
},
|
|
2898
2880
|
"filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
|
|
@@ -2903,14 +2885,14 @@
|
|
|
2903
2885
|
"highlighting": "string",
|
|
2904
2886
|
"loc": {
|
|
2905
2887
|
"start": {
|
|
2906
|
-
"line":
|
|
2888
|
+
"line": 181,
|
|
2907
2889
|
"column": 10,
|
|
2908
|
-
"index":
|
|
2890
|
+
"index": 5565
|
|
2909
2891
|
},
|
|
2910
2892
|
"end": {
|
|
2911
|
-
"line":
|
|
2893
|
+
"line": 184,
|
|
2912
2894
|
"column": 12,
|
|
2913
|
-
"index":
|
|
2895
|
+
"index": 5722
|
|
2914
2896
|
}
|
|
2915
2897
|
},
|
|
2916
2898
|
"filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
|
|
@@ -2921,14 +2903,14 @@
|
|
|
2921
2903
|
"highlighting": "string",
|
|
2922
2904
|
"loc": {
|
|
2923
2905
|
"start": {
|
|
2924
|
-
"line":
|
|
2906
|
+
"line": 187,
|
|
2925
2907
|
"column": 10,
|
|
2926
|
-
"index":
|
|
2908
|
+
"index": 5775
|
|
2927
2909
|
},
|
|
2928
2910
|
"end": {
|
|
2929
|
-
"line":
|
|
2911
|
+
"line": 190,
|
|
2930
2912
|
"column": 12,
|
|
2931
|
-
"index":
|
|
2913
|
+
"index": 5942
|
|
2932
2914
|
}
|
|
2933
2915
|
},
|
|
2934
2916
|
"filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
|
|
@@ -2939,14 +2921,14 @@
|
|
|
2939
2921
|
"highlighting": "string",
|
|
2940
2922
|
"loc": {
|
|
2941
2923
|
"start": {
|
|
2942
|
-
"line":
|
|
2924
|
+
"line": 193,
|
|
2943
2925
|
"column": 10,
|
|
2944
|
-
"index":
|
|
2926
|
+
"index": 5995
|
|
2945
2927
|
},
|
|
2946
2928
|
"end": {
|
|
2947
|
-
"line":
|
|
2929
|
+
"line": 196,
|
|
2948
2930
|
"column": 12,
|
|
2949
|
-
"index":
|
|
2931
|
+
"index": 6162
|
|
2950
2932
|
}
|
|
2951
2933
|
},
|
|
2952
2934
|
"filepath": "src/components/selectable/selectable_list/selectable_list_item.tsx"
|
|
@@ -3048,13 +3030,13 @@
|
|
|
3048
3030
|
"loc": {
|
|
3049
3031
|
"start": {
|
|
3050
3032
|
"line": 356,
|
|
3051
|
-
"column":
|
|
3052
|
-
"index":
|
|
3033
|
+
"column": 10,
|
|
3034
|
+
"index": 10297
|
|
3053
3035
|
},
|
|
3054
3036
|
"end": {
|
|
3055
3037
|
"line": 360,
|
|
3056
|
-
"column":
|
|
3057
|
-
"index":
|
|
3038
|
+
"column": 12,
|
|
3039
|
+
"index": 10537
|
|
3058
3040
|
}
|
|
3059
3041
|
},
|
|
3060
3042
|
"filepath": "src/components/form/super_select/super_select.tsx"
|
|
@@ -3066,13 +3048,13 @@
|
|
|
3066
3048
|
"loc": {
|
|
3067
3049
|
"start": {
|
|
3068
3050
|
"line": 363,
|
|
3069
|
-
"column":
|
|
3070
|
-
"index":
|
|
3051
|
+
"column": 6,
|
|
3052
|
+
"index": 10586
|
|
3071
3053
|
},
|
|
3072
3054
|
"end": {
|
|
3073
|
-
"line":
|
|
3074
|
-
"column":
|
|
3075
|
-
"index":
|
|
3055
|
+
"line": 363,
|
|
3056
|
+
"column": 73,
|
|
3057
|
+
"index": 10653
|
|
3076
3058
|
}
|
|
3077
3059
|
},
|
|
3078
3060
|
"filepath": "src/components/form/super_select/super_select.tsx"
|
|
@@ -3113,42 +3095,6 @@
|
|
|
3113
3095
|
},
|
|
3114
3096
|
"filepath": "src/components/form/range/dual_range.tsx"
|
|
3115
3097
|
},
|
|
3116
|
-
{
|
|
3117
|
-
"token": "euiFormControlLayoutDelimited.delimiterLabel",
|
|
3118
|
-
"defString": "to",
|
|
3119
|
-
"highlighting": "string",
|
|
3120
|
-
"loc": {
|
|
3121
|
-
"start": {
|
|
3122
|
-
"line": 127,
|
|
3123
|
-
"column": 27,
|
|
3124
|
-
"index": 3542
|
|
3125
|
-
},
|
|
3126
|
-
"end": {
|
|
3127
|
-
"line": 130,
|
|
3128
|
-
"column": 3,
|
|
3129
|
-
"index": 3618
|
|
3130
|
-
}
|
|
3131
|
-
},
|
|
3132
|
-
"filepath": "src/components/form/form_control_layout/form_control_layout_delimited.tsx"
|
|
3133
|
-
},
|
|
3134
|
-
{
|
|
3135
|
-
"token": "euiFormControlLayoutClearButton.label",
|
|
3136
|
-
"defString": "Clear input",
|
|
3137
|
-
"highlighting": "string",
|
|
3138
|
-
"loc": {
|
|
3139
|
-
"start": {
|
|
3140
|
-
"line": 35,
|
|
3141
|
-
"column": 20,
|
|
3142
|
-
"index": 1412
|
|
3143
|
-
},
|
|
3144
|
-
"end": {
|
|
3145
|
-
"line": 38,
|
|
3146
|
-
"column": 3,
|
|
3147
|
-
"index": 1490
|
|
3148
|
-
}
|
|
3149
|
-
},
|
|
3150
|
-
"filepath": "src/components/form/form_control_layout/form_control_layout_clear_button.tsx"
|
|
3151
|
-
},
|
|
3152
3098
|
{
|
|
3153
3099
|
"token": "euiFilePicker.filesSelected",
|
|
3154
3100
|
"defString": "{fileCount} files selected",
|
|
@@ -3221,6 +3167,42 @@
|
|
|
3221
3167
|
},
|
|
3222
3168
|
"filepath": "src/components/form/file_picker/file_picker.tsx"
|
|
3223
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"token": "euiFormControlLayoutDelimited.delimiterLabel",
|
|
3172
|
+
"defString": "to",
|
|
3173
|
+
"highlighting": "string",
|
|
3174
|
+
"loc": {
|
|
3175
|
+
"start": {
|
|
3176
|
+
"line": 127,
|
|
3177
|
+
"column": 27,
|
|
3178
|
+
"index": 3542
|
|
3179
|
+
},
|
|
3180
|
+
"end": {
|
|
3181
|
+
"line": 130,
|
|
3182
|
+
"column": 3,
|
|
3183
|
+
"index": 3618
|
|
3184
|
+
}
|
|
3185
|
+
},
|
|
3186
|
+
"filepath": "src/components/form/form_control_layout/form_control_layout_delimited.tsx"
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"token": "euiFormControlLayoutClearButton.label",
|
|
3190
|
+
"defString": "Clear input",
|
|
3191
|
+
"highlighting": "string",
|
|
3192
|
+
"loc": {
|
|
3193
|
+
"start": {
|
|
3194
|
+
"line": 35,
|
|
3195
|
+
"column": 20,
|
|
3196
|
+
"index": 1412
|
|
3197
|
+
},
|
|
3198
|
+
"end": {
|
|
3199
|
+
"line": 38,
|
|
3200
|
+
"column": 3,
|
|
3201
|
+
"index": 1490
|
|
3202
|
+
}
|
|
3203
|
+
},
|
|
3204
|
+
"filepath": "src/components/form/form_control_layout/form_control_layout_clear_button.tsx"
|
|
3205
|
+
},
|
|
3224
3206
|
{
|
|
3225
3207
|
"token": "euiFieldSearch.clearSearchButtonLabel",
|
|
3226
3208
|
"defString": "Clear search input",
|
|
@@ -3275,6 +3257,24 @@
|
|
|
3275
3257
|
},
|
|
3276
3258
|
"filepath": "src/components/form/field_password/field_password.tsx"
|
|
3277
3259
|
},
|
|
3260
|
+
{
|
|
3261
|
+
"token": "euiFlyoutManaged.defaultTitle",
|
|
3262
|
+
"defString": "Unknown Flyout",
|
|
3263
|
+
"highlighting": "string",
|
|
3264
|
+
"loc": {
|
|
3265
|
+
"start": {
|
|
3266
|
+
"line": 173,
|
|
3267
|
+
"column": 25,
|
|
3268
|
+
"index": 5686
|
|
3269
|
+
},
|
|
3270
|
+
"end": {
|
|
3271
|
+
"line": 176,
|
|
3272
|
+
"column": 5,
|
|
3273
|
+
"index": 5765
|
|
3274
|
+
}
|
|
3275
|
+
},
|
|
3276
|
+
"filepath": "src/components/flyout/manager/flyout_managed.tsx"
|
|
3277
|
+
},
|
|
3278
3278
|
{
|
|
3279
3279
|
"token": "euiFlyoutMenu.back",
|
|
3280
3280
|
"defString": "Back",
|
|
@@ -3437,24 +3437,6 @@
|
|
|
3437
3437
|
},
|
|
3438
3438
|
"filepath": "src/components/flyout/flyout_menu/flyout_menu.tsx"
|
|
3439
3439
|
},
|
|
3440
|
-
{
|
|
3441
|
-
"token": "euiFlyoutManaged.defaultTitle",
|
|
3442
|
-
"defString": "Unknown Flyout",
|
|
3443
|
-
"highlighting": "string",
|
|
3444
|
-
"loc": {
|
|
3445
|
-
"start": {
|
|
3446
|
-
"line": 173,
|
|
3447
|
-
"column": 25,
|
|
3448
|
-
"index": 5686
|
|
3449
|
-
},
|
|
3450
|
-
"end": {
|
|
3451
|
-
"line": 176,
|
|
3452
|
-
"column": 5,
|
|
3453
|
-
"index": 5765
|
|
3454
|
-
}
|
|
3455
|
-
},
|
|
3456
|
-
"filepath": "src/components/flyout/manager/flyout_managed.tsx"
|
|
3457
|
-
},
|
|
3458
3440
|
{
|
|
3459
3441
|
"token": "euiTimeWindowButtons.label",
|
|
3460
3442
|
"defString": "Time window controls",
|
|
@@ -5423,14 +5405,14 @@
|
|
|
5423
5405
|
"highlighting": "string",
|
|
5424
5406
|
"loc": {
|
|
5425
5407
|
"start": {
|
|
5426
|
-
"line":
|
|
5408
|
+
"line": 75,
|
|
5427
5409
|
"column": 20,
|
|
5428
|
-
"index":
|
|
5410
|
+
"index": 2576
|
|
5429
5411
|
},
|
|
5430
5412
|
"end": {
|
|
5431
|
-
"line":
|
|
5413
|
+
"line": 78,
|
|
5432
5414
|
"column": 22,
|
|
5433
|
-
"index":
|
|
5415
|
+
"index": 2712
|
|
5434
5416
|
}
|
|
5435
5417
|
},
|
|
5436
5418
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5441,14 +5423,14 @@
|
|
|
5441
5423
|
"highlighting": "string",
|
|
5442
5424
|
"loc": {
|
|
5443
5425
|
"start": {
|
|
5444
|
-
"line":
|
|
5426
|
+
"line": 82,
|
|
5445
5427
|
"column": 18,
|
|
5446
|
-
"index":
|
|
5428
|
+
"index": 2806
|
|
5447
5429
|
},
|
|
5448
5430
|
"end": {
|
|
5449
|
-
"line":
|
|
5431
|
+
"line": 85,
|
|
5450
5432
|
"column": 20,
|
|
5451
|
-
"index":
|
|
5433
|
+
"index": 2950
|
|
5452
5434
|
}
|
|
5453
5435
|
},
|
|
5454
5436
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5459,14 +5441,14 @@
|
|
|
5459
5441
|
"highlighting": "string",
|
|
5460
5442
|
"loc": {
|
|
5461
5443
|
"start": {
|
|
5462
|
-
"line":
|
|
5444
|
+
"line": 91,
|
|
5463
5445
|
"column": 20,
|
|
5464
|
-
"index":
|
|
5446
|
+
"index": 3072
|
|
5465
5447
|
},
|
|
5466
5448
|
"end": {
|
|
5467
|
-
"line":
|
|
5449
|
+
"line": 94,
|
|
5468
5450
|
"column": 22,
|
|
5469
|
-
"index":
|
|
5451
|
+
"index": 3212
|
|
5470
5452
|
}
|
|
5471
5453
|
},
|
|
5472
5454
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5477,14 +5459,14 @@
|
|
|
5477
5459
|
"highlighting": "string",
|
|
5478
5460
|
"loc": {
|
|
5479
5461
|
"start": {
|
|
5480
|
-
"line":
|
|
5462
|
+
"line": 98,
|
|
5481
5463
|
"column": 18,
|
|
5482
|
-
"index":
|
|
5464
|
+
"index": 3306
|
|
5483
5465
|
},
|
|
5484
5466
|
"end": {
|
|
5485
|
-
"line":
|
|
5467
|
+
"line": 101,
|
|
5486
5468
|
"column": 20,
|
|
5487
|
-
"index":
|
|
5469
|
+
"index": 3454
|
|
5488
5470
|
}
|
|
5489
5471
|
},
|
|
5490
5472
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5495,14 +5477,14 @@
|
|
|
5495
5477
|
"highlighting": "string",
|
|
5496
5478
|
"loc": {
|
|
5497
5479
|
"start": {
|
|
5498
|
-
"line":
|
|
5480
|
+
"line": 107,
|
|
5499
5481
|
"column": 20,
|
|
5500
|
-
"index":
|
|
5482
|
+
"index": 3576
|
|
5501
5483
|
},
|
|
5502
5484
|
"end": {
|
|
5503
|
-
"line":
|
|
5485
|
+
"line": 110,
|
|
5504
5486
|
"column": 22,
|
|
5505
|
-
"index":
|
|
5487
|
+
"index": 3718
|
|
5506
5488
|
}
|
|
5507
5489
|
},
|
|
5508
5490
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5513,14 +5495,14 @@
|
|
|
5513
5495
|
"highlighting": "string",
|
|
5514
5496
|
"loc": {
|
|
5515
5497
|
"start": {
|
|
5516
|
-
"line":
|
|
5498
|
+
"line": 114,
|
|
5517
5499
|
"column": 18,
|
|
5518
|
-
"index":
|
|
5500
|
+
"index": 3812
|
|
5519
5501
|
},
|
|
5520
5502
|
"end": {
|
|
5521
|
-
"line":
|
|
5503
|
+
"line": 117,
|
|
5522
5504
|
"column": 20,
|
|
5523
|
-
"index":
|
|
5505
|
+
"index": 3962
|
|
5524
5506
|
}
|
|
5525
5507
|
},
|
|
5526
5508
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5531,14 +5513,14 @@
|
|
|
5531
5513
|
"highlighting": "string",
|
|
5532
5514
|
"loc": {
|
|
5533
5515
|
"start": {
|
|
5534
|
-
"line":
|
|
5516
|
+
"line": 123,
|
|
5535
5517
|
"column": 20,
|
|
5536
|
-
"index":
|
|
5518
|
+
"index": 4084
|
|
5537
5519
|
},
|
|
5538
5520
|
"end": {
|
|
5539
|
-
"line":
|
|
5521
|
+
"line": 126,
|
|
5540
5522
|
"column": 22,
|
|
5541
|
-
"index":
|
|
5523
|
+
"index": 4224
|
|
5542
5524
|
}
|
|
5543
5525
|
},
|
|
5544
5526
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5549,14 +5531,14 @@
|
|
|
5549
5531
|
"highlighting": "string",
|
|
5550
5532
|
"loc": {
|
|
5551
5533
|
"start": {
|
|
5552
|
-
"line":
|
|
5534
|
+
"line": 130,
|
|
5553
5535
|
"column": 18,
|
|
5554
|
-
"index":
|
|
5536
|
+
"index": 4318
|
|
5555
5537
|
},
|
|
5556
5538
|
"end": {
|
|
5557
|
-
"line":
|
|
5539
|
+
"line": 133,
|
|
5558
5540
|
"column": 20,
|
|
5559
|
-
"index":
|
|
5541
|
+
"index": 4466
|
|
5560
5542
|
}
|
|
5561
5543
|
},
|
|
5562
5544
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5567,14 +5549,14 @@
|
|
|
5567
5549
|
"highlighting": "string",
|
|
5568
5550
|
"loc": {
|
|
5569
5551
|
"start": {
|
|
5570
|
-
"line":
|
|
5552
|
+
"line": 139,
|
|
5571
5553
|
"column": 20,
|
|
5572
|
-
"index":
|
|
5554
|
+
"index": 4588
|
|
5573
5555
|
},
|
|
5574
5556
|
"end": {
|
|
5575
|
-
"line":
|
|
5557
|
+
"line": 142,
|
|
5576
5558
|
"column": 22,
|
|
5577
|
-
"index":
|
|
5559
|
+
"index": 4717
|
|
5578
5560
|
}
|
|
5579
5561
|
},
|
|
5580
5562
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5585,14 +5567,14 @@
|
|
|
5585
5567
|
"highlighting": "string",
|
|
5586
5568
|
"loc": {
|
|
5587
5569
|
"start": {
|
|
5588
|
-
"line":
|
|
5570
|
+
"line": 146,
|
|
5589
5571
|
"column": 18,
|
|
5590
|
-
"index":
|
|
5572
|
+
"index": 4811
|
|
5591
5573
|
},
|
|
5592
5574
|
"end": {
|
|
5593
|
-
"line":
|
|
5575
|
+
"line": 149,
|
|
5594
5576
|
"column": 20,
|
|
5595
|
-
"index":
|
|
5577
|
+
"index": 4977
|
|
5596
5578
|
}
|
|
5597
5579
|
},
|
|
5598
5580
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5603,14 +5585,14 @@
|
|
|
5603
5585
|
"highlighting": "string",
|
|
5604
5586
|
"loc": {
|
|
5605
5587
|
"start": {
|
|
5606
|
-
"line":
|
|
5588
|
+
"line": 155,
|
|
5607
5589
|
"column": 20,
|
|
5608
|
-
"index":
|
|
5590
|
+
"index": 5099
|
|
5609
5591
|
},
|
|
5610
5592
|
"end": {
|
|
5611
|
-
"line":
|
|
5593
|
+
"line": 158,
|
|
5612
5594
|
"column": 22,
|
|
5613
|
-
"index":
|
|
5595
|
+
"index": 5226
|
|
5614
5596
|
}
|
|
5615
5597
|
},
|
|
5616
5598
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5621,14 +5603,14 @@
|
|
|
5621
5603
|
"highlighting": "string",
|
|
5622
5604
|
"loc": {
|
|
5623
5605
|
"start": {
|
|
5624
|
-
"line":
|
|
5606
|
+
"line": 162,
|
|
5625
5607
|
"column": 18,
|
|
5626
|
-
"index":
|
|
5608
|
+
"index": 5320
|
|
5627
5609
|
},
|
|
5628
5610
|
"end": {
|
|
5629
|
-
"line":
|
|
5611
|
+
"line": 165,
|
|
5630
5612
|
"column": 20,
|
|
5631
|
-
"index":
|
|
5613
|
+
"index": 5484
|
|
5632
5614
|
}
|
|
5633
5615
|
},
|
|
5634
5616
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5639,14 +5621,14 @@
|
|
|
5639
5621
|
"highlighting": "string",
|
|
5640
5622
|
"loc": {
|
|
5641
5623
|
"start": {
|
|
5642
|
-
"line":
|
|
5624
|
+
"line": 172,
|
|
5643
5625
|
"column": 22,
|
|
5644
|
-
"index":
|
|
5626
|
+
"index": 5631
|
|
5645
5627
|
},
|
|
5646
5628
|
"end": {
|
|
5647
|
-
"line":
|
|
5629
|
+
"line": 175,
|
|
5648
5630
|
"column": 24,
|
|
5649
|
-
"index":
|
|
5631
|
+
"index": 5761
|
|
5650
5632
|
}
|
|
5651
5633
|
},
|
|
5652
5634
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5657,14 +5639,14 @@
|
|
|
5657
5639
|
"highlighting": "string",
|
|
5658
5640
|
"loc": {
|
|
5659
5641
|
"start": {
|
|
5660
|
-
"line":
|
|
5642
|
+
"line": 178,
|
|
5661
5643
|
"column": 22,
|
|
5662
|
-
"index":
|
|
5644
|
+
"index": 5842
|
|
5663
5645
|
},
|
|
5664
5646
|
"end": {
|
|
5665
|
-
"line":
|
|
5647
|
+
"line": 181,
|
|
5666
5648
|
"column": 24,
|
|
5667
|
-
"index":
|
|
5649
|
+
"index": 5977
|
|
5668
5650
|
}
|
|
5669
5651
|
},
|
|
5670
5652
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5675,14 +5657,14 @@
|
|
|
5675
5657
|
"highlighting": "string",
|
|
5676
5658
|
"loc": {
|
|
5677
5659
|
"start": {
|
|
5678
|
-
"line":
|
|
5660
|
+
"line": 186,
|
|
5679
5661
|
"column": 18,
|
|
5680
|
-
"index":
|
|
5662
|
+
"index": 6095
|
|
5681
5663
|
},
|
|
5682
5664
|
"end": {
|
|
5683
|
-
"line":
|
|
5665
|
+
"line": 189,
|
|
5684
5666
|
"column": 20,
|
|
5685
|
-
"index":
|
|
5667
|
+
"index": 6266
|
|
5686
5668
|
}
|
|
5687
5669
|
},
|
|
5688
5670
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5693,14 +5675,14 @@
|
|
|
5693
5675
|
"highlighting": "string",
|
|
5694
5676
|
"loc": {
|
|
5695
5677
|
"start": {
|
|
5696
|
-
"line":
|
|
5678
|
+
"line": 196,
|
|
5697
5679
|
"column": 22,
|
|
5698
|
-
"index":
|
|
5680
|
+
"index": 6413
|
|
5699
5681
|
},
|
|
5700
5682
|
"end": {
|
|
5701
|
-
"line":
|
|
5683
|
+
"line": 199,
|
|
5702
5684
|
"column": 24,
|
|
5703
|
-
"index":
|
|
5685
|
+
"index": 6543
|
|
5704
5686
|
}
|
|
5705
5687
|
},
|
|
5706
5688
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5711,14 +5693,14 @@
|
|
|
5711
5693
|
"highlighting": "string",
|
|
5712
5694
|
"loc": {
|
|
5713
5695
|
"start": {
|
|
5714
|
-
"line":
|
|
5696
|
+
"line": 202,
|
|
5715
5697
|
"column": 22,
|
|
5716
|
-
"index":
|
|
5698
|
+
"index": 6624
|
|
5717
5699
|
},
|
|
5718
5700
|
"end": {
|
|
5719
|
-
"line":
|
|
5701
|
+
"line": 205,
|
|
5720
5702
|
"column": 24,
|
|
5721
|
-
"index":
|
|
5703
|
+
"index": 6757
|
|
5722
5704
|
}
|
|
5723
5705
|
},
|
|
5724
5706
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5729,14 +5711,14 @@
|
|
|
5729
5711
|
"highlighting": "string",
|
|
5730
5712
|
"loc": {
|
|
5731
5713
|
"start": {
|
|
5732
|
-
"line":
|
|
5714
|
+
"line": 210,
|
|
5733
5715
|
"column": 18,
|
|
5734
|
-
"index":
|
|
5716
|
+
"index": 6875
|
|
5735
5717
|
},
|
|
5736
5718
|
"end": {
|
|
5737
|
-
"line":
|
|
5719
|
+
"line": 213,
|
|
5738
5720
|
"column": 20,
|
|
5739
|
-
"index":
|
|
5721
|
+
"index": 7044
|
|
5740
5722
|
}
|
|
5741
5723
|
},
|
|
5742
5724
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5747,14 +5729,14 @@
|
|
|
5747
5729
|
"highlighting": "string",
|
|
5748
5730
|
"loc": {
|
|
5749
5731
|
"start": {
|
|
5750
|
-
"line":
|
|
5732
|
+
"line": 219,
|
|
5751
5733
|
"column": 20,
|
|
5752
|
-
"index":
|
|
5734
|
+
"index": 7166
|
|
5753
5735
|
},
|
|
5754
5736
|
"end": {
|
|
5755
|
-
"line":
|
|
5737
|
+
"line": 222,
|
|
5756
5738
|
"column": 22,
|
|
5757
|
-
"index":
|
|
5739
|
+
"index": 7300
|
|
5758
5740
|
}
|
|
5759
5741
|
},
|
|
5760
5742
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5765,14 +5747,14 @@
|
|
|
5765
5747
|
"highlighting": "string",
|
|
5766
5748
|
"loc": {
|
|
5767
5749
|
"start": {
|
|
5768
|
-
"line":
|
|
5750
|
+
"line": 226,
|
|
5769
5751
|
"column": 18,
|
|
5770
|
-
"index":
|
|
5752
|
+
"index": 7394
|
|
5771
5753
|
},
|
|
5772
5754
|
"end": {
|
|
5773
|
-
"line":
|
|
5755
|
+
"line": 229,
|
|
5774
5756
|
"column": 20,
|
|
5775
|
-
"index":
|
|
5757
|
+
"index": 7560
|
|
5776
5758
|
}
|
|
5777
5759
|
},
|
|
5778
5760
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5783,14 +5765,14 @@
|
|
|
5783
5765
|
"highlighting": "string",
|
|
5784
5766
|
"loc": {
|
|
5785
5767
|
"start": {
|
|
5786
|
-
"line":
|
|
5768
|
+
"line": 235,
|
|
5787
5769
|
"column": 20,
|
|
5788
|
-
"index":
|
|
5770
|
+
"index": 7682
|
|
5789
5771
|
},
|
|
5790
5772
|
"end": {
|
|
5791
|
-
"line":
|
|
5773
|
+
"line": 238,
|
|
5792
5774
|
"column": 22,
|
|
5793
|
-
"index":
|
|
5775
|
+
"index": 7820
|
|
5794
5776
|
}
|
|
5795
5777
|
},
|
|
5796
5778
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5801,14 +5783,14 @@
|
|
|
5801
5783
|
"highlighting": "string",
|
|
5802
5784
|
"loc": {
|
|
5803
5785
|
"start": {
|
|
5804
|
-
"line":
|
|
5786
|
+
"line": 242,
|
|
5805
5787
|
"column": 18,
|
|
5806
|
-
"index":
|
|
5788
|
+
"index": 7914
|
|
5807
5789
|
},
|
|
5808
5790
|
"end": {
|
|
5809
|
-
"line":
|
|
5791
|
+
"line": 245,
|
|
5810
5792
|
"column": 20,
|
|
5811
|
-
"index":
|
|
5793
|
+
"index": 8079
|
|
5812
5794
|
}
|
|
5813
5795
|
},
|
|
5814
5796
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5819,14 +5801,14 @@
|
|
|
5819
5801
|
"highlighting": "string",
|
|
5820
5802
|
"loc": {
|
|
5821
5803
|
"start": {
|
|
5822
|
-
"line":
|
|
5804
|
+
"line": 251,
|
|
5823
5805
|
"column": 20,
|
|
5824
|
-
"index":
|
|
5806
|
+
"index": 8201
|
|
5825
5807
|
},
|
|
5826
5808
|
"end": {
|
|
5827
|
-
"line":
|
|
5809
|
+
"line": 254,
|
|
5828
5810
|
"column": 22,
|
|
5829
|
-
"index":
|
|
5811
|
+
"index": 8332
|
|
5830
5812
|
}
|
|
5831
5813
|
},
|
|
5832
5814
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5837,14 +5819,14 @@
|
|
|
5837
5819
|
"highlighting": "string",
|
|
5838
5820
|
"loc": {
|
|
5839
5821
|
"start": {
|
|
5840
|
-
"line":
|
|
5822
|
+
"line": 258,
|
|
5841
5823
|
"column": 18,
|
|
5842
|
-
"index":
|
|
5824
|
+
"index": 8426
|
|
5843
5825
|
},
|
|
5844
5826
|
"end": {
|
|
5845
|
-
"line":
|
|
5827
|
+
"line": 261,
|
|
5846
5828
|
"column": 20,
|
|
5847
|
-
"index":
|
|
5829
|
+
"index": 8581
|
|
5848
5830
|
}
|
|
5849
5831
|
},
|
|
5850
5832
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5855,14 +5837,14 @@
|
|
|
5855
5837
|
"highlighting": "string",
|
|
5856
5838
|
"loc": {
|
|
5857
5839
|
"start": {
|
|
5858
|
-
"line":
|
|
5840
|
+
"line": 267,
|
|
5859
5841
|
"column": 20,
|
|
5860
|
-
"index":
|
|
5842
|
+
"index": 8703
|
|
5861
5843
|
},
|
|
5862
5844
|
"end": {
|
|
5863
|
-
"line":
|
|
5845
|
+
"line": 270,
|
|
5864
5846
|
"column": 22,
|
|
5865
|
-
"index":
|
|
5847
|
+
"index": 8836
|
|
5866
5848
|
}
|
|
5867
5849
|
},
|
|
5868
5850
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -5873,14 +5855,86 @@
|
|
|
5873
5855
|
"highlighting": "string",
|
|
5874
5856
|
"loc": {
|
|
5875
5857
|
"start": {
|
|
5876
|
-
"line":
|
|
5858
|
+
"line": 274,
|
|
5859
|
+
"column": 18,
|
|
5860
|
+
"index": 8930
|
|
5861
|
+
},
|
|
5862
|
+
"end": {
|
|
5863
|
+
"line": 277,
|
|
5864
|
+
"column": 20,
|
|
5865
|
+
"index": 9087
|
|
5866
|
+
}
|
|
5867
|
+
},
|
|
5868
|
+
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
5869
|
+
},
|
|
5870
|
+
{
|
|
5871
|
+
"token": "euiKeyboardShortcuts.cmd",
|
|
5872
|
+
"defString": "Cmd",
|
|
5873
|
+
"highlighting": "string",
|
|
5874
|
+
"loc": {
|
|
5875
|
+
"start": {
|
|
5876
|
+
"line": 285,
|
|
5877
|
+
"column": 24,
|
|
5878
|
+
"index": 9286
|
|
5879
|
+
},
|
|
5880
|
+
"end": {
|
|
5881
|
+
"line": 288,
|
|
5882
|
+
"column": 26,
|
|
5883
|
+
"index": 9420
|
|
5884
|
+
}
|
|
5885
|
+
},
|
|
5886
|
+
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
5887
|
+
},
|
|
5888
|
+
{
|
|
5889
|
+
"token": "euiKeyboardShortcuts.ctrl",
|
|
5890
|
+
"defString": "Ctrl",
|
|
5891
|
+
"highlighting": "string",
|
|
5892
|
+
"loc": {
|
|
5893
|
+
"start": {
|
|
5894
|
+
"line": 290,
|
|
5895
|
+
"column": 24,
|
|
5896
|
+
"index": 9473
|
|
5897
|
+
},
|
|
5898
|
+
"end": {
|
|
5899
|
+
"line": 293,
|
|
5900
|
+
"column": 26,
|
|
5901
|
+
"index": 9609
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
5904
|
+
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
5905
|
+
},
|
|
5906
|
+
{
|
|
5907
|
+
"token": "euiKeyboardShortcuts.copyTitle",
|
|
5908
|
+
"defString": "C",
|
|
5909
|
+
"highlighting": "string",
|
|
5910
|
+
"loc": {
|
|
5911
|
+
"start": {
|
|
5912
|
+
"line": 297,
|
|
5913
|
+
"column": 22,
|
|
5914
|
+
"index": 9715
|
|
5915
|
+
},
|
|
5916
|
+
"end": {
|
|
5917
|
+
"line": 300,
|
|
5918
|
+
"column": 24,
|
|
5919
|
+
"index": 9847
|
|
5920
|
+
}
|
|
5921
|
+
},
|
|
5922
|
+
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
5923
|
+
},
|
|
5924
|
+
{
|
|
5925
|
+
"token": "euiKeyboardShortcuts.copyDescription",
|
|
5926
|
+
"defString": "Copy the focused cell value",
|
|
5927
|
+
"highlighting": "string",
|
|
5928
|
+
"loc": {
|
|
5929
|
+
"start": {
|
|
5930
|
+
"line": 305,
|
|
5877
5931
|
"column": 18,
|
|
5878
|
-
"index":
|
|
5932
|
+
"index": 9965
|
|
5879
5933
|
},
|
|
5880
5934
|
"end": {
|
|
5881
|
-
"line":
|
|
5935
|
+
"line": 308,
|
|
5882
5936
|
"column": 20,
|
|
5883
|
-
"index":
|
|
5937
|
+
"index": 10117
|
|
5884
5938
|
}
|
|
5885
5939
|
},
|
|
5886
5940
|
"filepath": "src/components/datagrid/controls/keyboard_shortcuts.tsx"
|
|
@@ -6431,14 +6485,14 @@
|
|
|
6431
6485
|
"highlighting": "string",
|
|
6432
6486
|
"loc": {
|
|
6433
6487
|
"start": {
|
|
6434
|
-
"line":
|
|
6488
|
+
"line": 455,
|
|
6435
6489
|
"column": 12,
|
|
6436
|
-
"index":
|
|
6490
|
+
"index": 13493
|
|
6437
6491
|
},
|
|
6438
6492
|
"end": {
|
|
6439
|
-
"line":
|
|
6493
|
+
"line": 458,
|
|
6440
6494
|
"column": 14,
|
|
6441
|
-
"index":
|
|
6495
|
+
"index": 13616
|
|
6442
6496
|
}
|
|
6443
6497
|
},
|
|
6444
6498
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6449,14 +6503,14 @@
|
|
|
6449
6503
|
"highlighting": "string",
|
|
6450
6504
|
"loc": {
|
|
6451
6505
|
"start": {
|
|
6452
|
-
"line":
|
|
6506
|
+
"line": 468,
|
|
6453
6507
|
"column": 16,
|
|
6454
|
-
"index":
|
|
6508
|
+
"index": 14055
|
|
6455
6509
|
},
|
|
6456
6510
|
"end": {
|
|
6457
|
-
"line":
|
|
6511
|
+
"line": 472,
|
|
6458
6512
|
"column": 18,
|
|
6459
|
-
"index":
|
|
6513
|
+
"index": 14286
|
|
6460
6514
|
}
|
|
6461
6515
|
},
|
|
6462
6516
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6467,14 +6521,14 @@
|
|
|
6467
6521
|
"highlighting": "string",
|
|
6468
6522
|
"loc": {
|
|
6469
6523
|
"start": {
|
|
6470
|
-
"line":
|
|
6524
|
+
"line": 487,
|
|
6471
6525
|
"column": 16,
|
|
6472
|
-
"index":
|
|
6526
|
+
"index": 14715
|
|
6473
6527
|
},
|
|
6474
6528
|
"end": {
|
|
6475
|
-
"line":
|
|
6529
|
+
"line": 493,
|
|
6476
6530
|
"column": 18,
|
|
6477
|
-
"index":
|
|
6531
|
+
"index": 14988
|
|
6478
6532
|
}
|
|
6479
6533
|
},
|
|
6480
6534
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6485,14 +6539,14 @@
|
|
|
6485
6539
|
"highlighting": "string",
|
|
6486
6540
|
"loc": {
|
|
6487
6541
|
"start": {
|
|
6488
|
-
"line":
|
|
6542
|
+
"line": 522,
|
|
6489
6543
|
"column": 20,
|
|
6490
|
-
"index":
|
|
6544
|
+
"index": 15979
|
|
6491
6545
|
},
|
|
6492
6546
|
"end": {
|
|
6493
|
-
"line":
|
|
6547
|
+
"line": 528,
|
|
6494
6548
|
"column": 22,
|
|
6495
|
-
"index":
|
|
6549
|
+
"index": 16277
|
|
6496
6550
|
}
|
|
6497
6551
|
},
|
|
6498
6552
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6503,14 +6557,14 @@
|
|
|
6503
6557
|
"highlighting": "string",
|
|
6504
6558
|
"loc": {
|
|
6505
6559
|
"start": {
|
|
6506
|
-
"line":
|
|
6560
|
+
"line": 539,
|
|
6507
6561
|
"column": 12,
|
|
6508
|
-
"index":
|
|
6562
|
+
"index": 16481
|
|
6509
6563
|
},
|
|
6510
6564
|
"end": {
|
|
6511
|
-
"line":
|
|
6565
|
+
"line": 543,
|
|
6512
6566
|
"column": 14,
|
|
6513
|
-
"index":
|
|
6567
|
+
"index": 16702
|
|
6514
6568
|
}
|
|
6515
6569
|
},
|
|
6516
6570
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6521,14 +6575,14 @@
|
|
|
6521
6575
|
"highlighting": "string",
|
|
6522
6576
|
"loc": {
|
|
6523
6577
|
"start": {
|
|
6524
|
-
"line":
|
|
6578
|
+
"line": 550,
|
|
6525
6579
|
"column": 10,
|
|
6526
|
-
"index":
|
|
6580
|
+
"index": 16821
|
|
6527
6581
|
},
|
|
6528
6582
|
"end": {
|
|
6529
|
-
"line":
|
|
6583
|
+
"line": 553,
|
|
6530
6584
|
"column": 12,
|
|
6531
|
-
"index":
|
|
6585
|
+
"index": 16961
|
|
6532
6586
|
}
|
|
6533
6587
|
},
|
|
6534
6588
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6539,14 +6593,14 @@
|
|
|
6539
6593
|
"highlighting": "string",
|
|
6540
6594
|
"loc": {
|
|
6541
6595
|
"start": {
|
|
6542
|
-
"line":
|
|
6596
|
+
"line": 559,
|
|
6543
6597
|
"column": 10,
|
|
6544
|
-
"index":
|
|
6598
|
+
"index": 17074
|
|
6545
6599
|
},
|
|
6546
6600
|
"end": {
|
|
6547
|
-
"line":
|
|
6601
|
+
"line": 562,
|
|
6548
6602
|
"column": 12,
|
|
6549
|
-
"index":
|
|
6603
|
+
"index": 17217
|
|
6550
6604
|
}
|
|
6551
6605
|
},
|
|
6552
6606
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -7511,14 +7565,14 @@
|
|
|
7511
7565
|
"highlighting": "string",
|
|
7512
7566
|
"loc": {
|
|
7513
7567
|
"start": {
|
|
7514
|
-
"line":
|
|
7568
|
+
"line": 750,
|
|
7515
7569
|
"column": 23,
|
|
7516
|
-
"index":
|
|
7570
|
+
"index": 23897
|
|
7517
7571
|
},
|
|
7518
7572
|
"end": {
|
|
7519
|
-
"line":
|
|
7573
|
+
"line": 754,
|
|
7520
7574
|
"column": 3,
|
|
7521
|
-
"index":
|
|
7575
|
+
"index": 24044
|
|
7522
7576
|
}
|
|
7523
7577
|
},
|
|
7524
7578
|
"filepath": "src/components/datagrid/body/cell/data_grid_cell.tsx"
|
|
@@ -7529,14 +7583,14 @@
|
|
|
7529
7583
|
"highlighting": "string",
|
|
7530
7584
|
"loc": {
|
|
7531
7585
|
"start": {
|
|
7532
|
-
"line":
|
|
7586
|
+
"line": 755,
|
|
7533
7587
|
"column": 25,
|
|
7534
|
-
"index":
|
|
7588
|
+
"index": 24071
|
|
7535
7589
|
},
|
|
7536
7590
|
"end": {
|
|
7537
|
-
"line":
|
|
7591
|
+
"line": 758,
|
|
7538
7592
|
"column": 3,
|
|
7539
|
-
"index":
|
|
7593
|
+
"index": 24177
|
|
7540
7594
|
}
|
|
7541
7595
|
},
|
|
7542
7596
|
"filepath": "src/components/datagrid/body/cell/data_grid_cell.tsx"
|