@elastic/eui 106.0.0 → 106.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/collapsible_nav/collapsible_nav.js +4 -0
- package/es/components/flyout/flyout.js +85 -70
- package/es/components/flyout/flyout_child.js +13 -4
- package/es/components/flyout/flyout_child_manager.js +3 -1
- package/es/components/flyout/sessions/flyout_provider.js +4 -4
- package/es/components/flyout/sessions/flyout_reducer.js +11 -12
- package/es/components/flyout/sessions/use_eui_flyout.js +4 -27
- package/es/components/form/range/range_input.styles.js +5 -3
- package/es/components/provider/component_defaults/component_defaults.js +12 -2
- package/es/components/tree_view/tree_view.js +4 -0
- package/es/services/theme/provider.js +7 -1
- package/eui.d.ts +5931 -5928
- package/i18ntokens.json +508 -508
- package/lib/components/collapsible_nav/collapsible_nav.js +4 -0
- package/lib/components/flyout/flyout.js +84 -69
- package/lib/components/flyout/flyout_child.js +11 -2
- package/lib/components/flyout/flyout_child_manager.js +3 -1
- package/lib/components/flyout/sessions/flyout_provider.js +3 -3
- package/lib/components/flyout/sessions/flyout_reducer.js +11 -12
- package/lib/components/flyout/sessions/use_eui_flyout.js +4 -26
- package/lib/components/form/range/range_input.styles.js +5 -3
- package/lib/components/provider/component_defaults/component_defaults.js +12 -2
- package/lib/components/tree_view/tree_view.js +4 -0
- package/lib/services/theme/provider.js +7 -1
- package/optimize/es/components/flyout/flyout.js +85 -70
- package/optimize/es/components/flyout/flyout_child.js +13 -4
- package/optimize/es/components/flyout/flyout_child_manager.js +3 -1
- package/optimize/es/components/flyout/sessions/flyout_provider.js +4 -4
- package/optimize/es/components/flyout/sessions/flyout_reducer.js +11 -12
- package/optimize/es/components/flyout/sessions/use_eui_flyout.js +4 -27
- package/optimize/es/components/form/range/range_input.styles.js +5 -3
- package/optimize/es/components/tree_view/tree_view.js +1 -0
- package/optimize/es/services/theme/provider.js +7 -1
- package/optimize/lib/components/flyout/flyout.js +84 -69
- package/optimize/lib/components/flyout/flyout_child.js +11 -2
- package/optimize/lib/components/flyout/flyout_child_manager.js +3 -1
- package/optimize/lib/components/flyout/sessions/flyout_provider.js +3 -3
- package/optimize/lib/components/flyout/sessions/flyout_reducer.js +11 -12
- package/optimize/lib/components/flyout/sessions/use_eui_flyout.js +4 -26
- package/optimize/lib/components/form/range/range_input.styles.js +5 -3
- package/optimize/lib/components/tree_view/tree_view.js +1 -0
- package/optimize/lib/services/theme/provider.js +7 -1
- package/package.json +9 -11
- package/test-env/components/collapsible_nav/collapsible_nav.js +4 -0
- package/test-env/components/flyout/flyout_child.js +11 -2
- package/test-env/components/flyout/flyout_child_manager.js +3 -1
- package/test-env/components/flyout/sessions/flyout_provider.js +3 -3
- package/test-env/components/flyout/sessions/flyout_reducer.js +11 -12
- package/test-env/components/flyout/sessions/use_eui_flyout.js +4 -26
- package/test-env/components/form/range/range_input.styles.js +5 -3
- package/test-env/components/provider/component_defaults/component_defaults.js +12 -2
- package/test-env/components/tree_view/tree_view.js +4 -0
- package/test-env/services/theme/provider.js +7 -1
package/i18ntokens.json
CHANGED
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
"highlighting": "string",
|
|
6
6
|
"loc": {
|
|
7
7
|
"start": {
|
|
8
|
-
"line":
|
|
8
|
+
"line": 294,
|
|
9
9
|
"column": 10,
|
|
10
|
-
"index":
|
|
10
|
+
"index": 8109
|
|
11
11
|
},
|
|
12
12
|
"end": {
|
|
13
|
-
"line":
|
|
13
|
+
"line": 297,
|
|
14
14
|
"column": 11,
|
|
15
|
-
"index":
|
|
15
|
+
"index": 8263
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"filepath": "src/components/tree_view/tree_view.tsx"
|
|
@@ -143,24 +143,6 @@
|
|
|
143
143
|
},
|
|
144
144
|
"filepath": "src/components/tour/_tour_footer.tsx"
|
|
145
145
|
},
|
|
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
146
|
{
|
|
165
147
|
"token": "euiToast.newNotification",
|
|
166
148
|
"defString": "A new notification appears",
|
|
@@ -252,22 +234,22 @@
|
|
|
252
234
|
"filepath": "src/components/toast/global_toast_list.tsx"
|
|
253
235
|
},
|
|
254
236
|
{
|
|
255
|
-
"token": "
|
|
256
|
-
"defString": "
|
|
237
|
+
"token": "euiIconTip.defaultAriaLabel",
|
|
238
|
+
"defString": "Info",
|
|
257
239
|
"highlighting": "string",
|
|
258
240
|
"loc": {
|
|
259
241
|
"start": {
|
|
260
|
-
"line":
|
|
261
|
-
"column":
|
|
262
|
-
"index":
|
|
242
|
+
"line": 63,
|
|
243
|
+
"column": 27,
|
|
244
|
+
"index": 1811
|
|
263
245
|
},
|
|
264
246
|
"end": {
|
|
265
|
-
"line":
|
|
266
|
-
"column":
|
|
267
|
-
"index":
|
|
247
|
+
"line": 63,
|
|
248
|
+
"column": 76,
|
|
249
|
+
"index": 1860
|
|
268
250
|
}
|
|
269
251
|
},
|
|
270
|
-
"filepath": "src/components/
|
|
252
|
+
"filepath": "src/components/tool_tip/icon_tip.tsx"
|
|
271
253
|
},
|
|
272
254
|
{
|
|
273
255
|
"token": "euiStepStrings.step",
|
|
@@ -557,6 +539,24 @@
|
|
|
557
539
|
},
|
|
558
540
|
"filepath": "src/components/steps/step_strings.tsx"
|
|
559
541
|
},
|
|
542
|
+
{
|
|
543
|
+
"token": "euiTableHeaderCell.titleTextWithDesc",
|
|
544
|
+
"defString": "{innerText}; {description}",
|
|
545
|
+
"highlighting": "string",
|
|
546
|
+
"loc": {
|
|
547
|
+
"start": {
|
|
548
|
+
"line": 113,
|
|
549
|
+
"column": 10,
|
|
550
|
+
"index": 3512
|
|
551
|
+
},
|
|
552
|
+
"end": {
|
|
553
|
+
"line": 117,
|
|
554
|
+
"column": 11,
|
|
555
|
+
"index": 3686
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
"filepath": "src/components/table/table_header_cell.tsx"
|
|
559
|
+
},
|
|
560
560
|
{
|
|
561
561
|
"token": "euiStat.loadingText",
|
|
562
562
|
"defString": "Statistic is loading",
|
|
@@ -869,14 +869,14 @@
|
|
|
869
869
|
"highlighting": "string",
|
|
870
870
|
"loc": {
|
|
871
871
|
"start": {
|
|
872
|
-
"line":
|
|
872
|
+
"line": 154,
|
|
873
873
|
"column": 6,
|
|
874
|
-
"index":
|
|
874
|
+
"index": 4411
|
|
875
875
|
},
|
|
876
876
|
"end": {
|
|
877
|
-
"line":
|
|
877
|
+
"line": 160,
|
|
878
878
|
"column": 8,
|
|
879
|
-
"index":
|
|
879
|
+
"index": 4539
|
|
880
880
|
}
|
|
881
881
|
},
|
|
882
882
|
"filepath": "src/components/progress/progress.tsx"
|
|
@@ -1205,6 +1205,60 @@
|
|
|
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
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"token": "euiExternalLinkIcon.newTarget.screenReaderOnlyText",
|
|
1228
|
+
"defString": "(external, opens in a new tab or window)",
|
|
1229
|
+
"highlighting": "string",
|
|
1230
|
+
"loc": {
|
|
1231
|
+
"start": {
|
|
1232
|
+
"line": 56,
|
|
1233
|
+
"column": 16,
|
|
1234
|
+
"index": 1824
|
|
1235
|
+
},
|
|
1236
|
+
"end": {
|
|
1237
|
+
"line": 59,
|
|
1238
|
+
"column": 18,
|
|
1239
|
+
"index": 1997
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
"filepath": "src/components/link/external_link_icon.tsx"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"token": "euiExternalLinkIcon.externalTarget.screenReaderOnlyText",
|
|
1246
|
+
"defString": "(external)",
|
|
1247
|
+
"highlighting": "string",
|
|
1248
|
+
"loc": {
|
|
1249
|
+
"start": {
|
|
1250
|
+
"line": 66,
|
|
1251
|
+
"column": 18,
|
|
1252
|
+
"index": 2163
|
|
1253
|
+
},
|
|
1254
|
+
"end": {
|
|
1255
|
+
"line": 69,
|
|
1256
|
+
"column": 20,
|
|
1257
|
+
"index": 2317
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"filepath": "src/components/link/external_link_icon.tsx"
|
|
1261
|
+
},
|
|
1208
1262
|
{
|
|
1209
1263
|
"token": "euiMarkdownEditorToolbar.editor",
|
|
1210
1264
|
"defString": "Editor",
|
|
@@ -1475,60 +1529,6 @@
|
|
|
1475
1529
|
},
|
|
1476
1530
|
"filepath": "src/components/markdown_editor/markdown_editor_footer.tsx"
|
|
1477
1531
|
},
|
|
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
|
-
{
|
|
1497
|
-
"token": "euiExternalLinkIcon.newTarget.screenReaderOnlyText",
|
|
1498
|
-
"defString": "(external, opens in a new tab or window)",
|
|
1499
|
-
"highlighting": "string",
|
|
1500
|
-
"loc": {
|
|
1501
|
-
"start": {
|
|
1502
|
-
"line": 56,
|
|
1503
|
-
"column": 16,
|
|
1504
|
-
"index": 1824
|
|
1505
|
-
},
|
|
1506
|
-
"end": {
|
|
1507
|
-
"line": 59,
|
|
1508
|
-
"column": 18,
|
|
1509
|
-
"index": 1997
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
"filepath": "src/components/link/external_link_icon.tsx"
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"token": "euiExternalLinkIcon.externalTarget.screenReaderOnlyText",
|
|
1516
|
-
"defString": "(external)",
|
|
1517
|
-
"highlighting": "string",
|
|
1518
|
-
"loc": {
|
|
1519
|
-
"start": {
|
|
1520
|
-
"line": 66,
|
|
1521
|
-
"column": 18,
|
|
1522
|
-
"index": 2163
|
|
1523
|
-
},
|
|
1524
|
-
"end": {
|
|
1525
|
-
"line": 69,
|
|
1526
|
-
"column": 20,
|
|
1527
|
-
"index": 2317
|
|
1528
|
-
}
|
|
1529
|
-
},
|
|
1530
|
-
"filepath": "src/components/link/external_link_icon.tsx"
|
|
1531
|
-
},
|
|
1532
1532
|
{
|
|
1533
1533
|
"token": "euiInlineEditForm.saveButtonAriaLabel",
|
|
1534
1534
|
"defString": "Save edit",
|
|
@@ -1637,74 +1637,20 @@
|
|
|
1637
1637
|
},
|
|
1638
1638
|
"filepath": "src/components/image/image_button.tsx"
|
|
1639
1639
|
},
|
|
1640
|
-
{
|
|
1641
|
-
"token": "euiForm.addressFormErrors",
|
|
1642
|
-
"defString": "Please address the highlighted errors.",
|
|
1643
|
-
"highlighting": "string",
|
|
1644
|
-
"loc": {
|
|
1645
|
-
"start": {
|
|
1646
|
-
"line": 98,
|
|
1647
|
-
"column": 8,
|
|
1648
|
-
"index": 2588
|
|
1649
|
-
},
|
|
1650
|
-
"end": {
|
|
1651
|
-
"line": 101,
|
|
1652
|
-
"column": 9,
|
|
1653
|
-
"index": 2709
|
|
1654
|
-
}
|
|
1655
|
-
},
|
|
1656
|
-
"filepath": "src/components/form/form.tsx"
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"token": "euiFilterButton.filterBadgeActiveAriaLabel",
|
|
1660
|
-
"defString": "{count} active filters",
|
|
1661
|
-
"highlighting": "string",
|
|
1662
|
-
"loc": {
|
|
1663
|
-
"start": {
|
|
1664
|
-
"line": 181,
|
|
1665
|
-
"column": 27,
|
|
1666
|
-
"index": 5778
|
|
1667
|
-
},
|
|
1668
|
-
"end": {
|
|
1669
|
-
"line": 185,
|
|
1670
|
-
"column": 3,
|
|
1671
|
-
"index": 5899
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1674
|
-
"filepath": "src/components/filter_group/filter_button.tsx"
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"token": "euiFilterButton.filterBadgeAvailableAriaLabel",
|
|
1678
|
-
"defString": "{count} available filters",
|
|
1679
|
-
"highlighting": "string",
|
|
1680
|
-
"loc": {
|
|
1681
|
-
"start": {
|
|
1682
|
-
"line": 186,
|
|
1683
|
-
"column": 30,
|
|
1684
|
-
"index": 5931
|
|
1685
|
-
},
|
|
1686
|
-
"end": {
|
|
1687
|
-
"line": 190,
|
|
1688
|
-
"column": 3,
|
|
1689
|
-
"index": 6058
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
|
-
"filepath": "src/components/filter_group/filter_button.tsx"
|
|
1693
|
-
},
|
|
1694
1640
|
{
|
|
1695
1641
|
"token": "euiFlyout.screenReaderModalDialog",
|
|
1696
1642
|
"defString": "You are in a modal dialog. Press Escape or tap/click outside the dialog on the shadowed overlay to close.",
|
|
1697
1643
|
"highlighting": "string",
|
|
1698
1644
|
"loc": {
|
|
1699
1645
|
"start": {
|
|
1700
|
-
"line":
|
|
1646
|
+
"line": 444,
|
|
1701
1647
|
"column": 14,
|
|
1702
|
-
"index":
|
|
1648
|
+
"index": 14928
|
|
1703
1649
|
},
|
|
1704
1650
|
"end": {
|
|
1705
|
-
"line":
|
|
1651
|
+
"line": 447,
|
|
1706
1652
|
"column": 16,
|
|
1707
|
-
"index":
|
|
1653
|
+
"index": 15143
|
|
1708
1654
|
}
|
|
1709
1655
|
},
|
|
1710
1656
|
"filepath": "src/components/flyout/flyout.tsx"
|
|
@@ -1715,32 +1661,32 @@
|
|
|
1715
1661
|
"highlighting": "string",
|
|
1716
1662
|
"loc": {
|
|
1717
1663
|
"start": {
|
|
1718
|
-
"line":
|
|
1664
|
+
"line": 449,
|
|
1719
1665
|
"column": 14,
|
|
1720
|
-
"index":
|
|
1666
|
+
"index": 15176
|
|
1721
1667
|
},
|
|
1722
1668
|
"end": {
|
|
1723
|
-
"line":
|
|
1669
|
+
"line": 452,
|
|
1724
1670
|
"column": 16,
|
|
1725
|
-
"index":
|
|
1671
|
+
"index": 15354
|
|
1726
1672
|
}
|
|
1727
1673
|
},
|
|
1728
1674
|
"filepath": "src/components/flyout/flyout.tsx"
|
|
1729
1675
|
},
|
|
1730
1676
|
{
|
|
1731
|
-
"token": "euiFlyout.
|
|
1732
|
-
"defString": "You can still continue tabbing through
|
|
1677
|
+
"token": "euiFlyout.screenReaderFocusTrapShards",
|
|
1678
|
+
"defString": "You can still continue tabbing through other global page landmarks.",
|
|
1733
1679
|
"highlighting": "string",
|
|
1734
1680
|
"loc": {
|
|
1735
1681
|
"start": {
|
|
1736
|
-
"line":
|
|
1682
|
+
"line": 455,
|
|
1737
1683
|
"column": 14,
|
|
1738
|
-
"index":
|
|
1684
|
+
"index": 15434
|
|
1739
1685
|
},
|
|
1740
1686
|
"end": {
|
|
1741
|
-
"line":
|
|
1687
|
+
"line": 458,
|
|
1742
1688
|
"column": 16,
|
|
1743
|
-
"index":
|
|
1689
|
+
"index": 15615
|
|
1744
1690
|
}
|
|
1745
1691
|
},
|
|
1746
1692
|
"filepath": "src/components/flyout/flyout.tsx"
|
|
@@ -1764,37 +1710,91 @@
|
|
|
1764
1710
|
"filepath": "src/components/flyout/_flyout_close_button.tsx"
|
|
1765
1711
|
},
|
|
1766
1712
|
{
|
|
1767
|
-
"token": "
|
|
1768
|
-
"defString": "
|
|
1713
|
+
"token": "euiForm.addressFormErrors",
|
|
1714
|
+
"defString": "Please address the highlighted errors.",
|
|
1769
1715
|
"highlighting": "string",
|
|
1770
1716
|
"loc": {
|
|
1771
1717
|
"start": {
|
|
1772
|
-
"line":
|
|
1773
|
-
"column":
|
|
1774
|
-
"index":
|
|
1718
|
+
"line": 98,
|
|
1719
|
+
"column": 8,
|
|
1720
|
+
"index": 2588
|
|
1775
1721
|
},
|
|
1776
1722
|
"end": {
|
|
1777
|
-
"line":
|
|
1778
|
-
"column":
|
|
1779
|
-
"index":
|
|
1723
|
+
"line": 101,
|
|
1724
|
+
"column": 9,
|
|
1725
|
+
"index": 2709
|
|
1780
1726
|
}
|
|
1781
1727
|
},
|
|
1782
|
-
"filepath": "src/components/
|
|
1728
|
+
"filepath": "src/components/form/form.tsx"
|
|
1783
1729
|
},
|
|
1784
1730
|
{
|
|
1785
|
-
"token": "
|
|
1786
|
-
"defString": "{
|
|
1731
|
+
"token": "euiFilterButton.filterBadgeActiveAriaLabel",
|
|
1732
|
+
"defString": "{count} active filters",
|
|
1787
1733
|
"highlighting": "string",
|
|
1788
1734
|
"loc": {
|
|
1789
1735
|
"start": {
|
|
1790
|
-
"line":
|
|
1791
|
-
"column":
|
|
1792
|
-
"index":
|
|
1736
|
+
"line": 181,
|
|
1737
|
+
"column": 27,
|
|
1738
|
+
"index": 5778
|
|
1793
1739
|
},
|
|
1794
1740
|
"end": {
|
|
1795
|
-
"line":
|
|
1796
|
-
"column":
|
|
1797
|
-
"index":
|
|
1741
|
+
"line": 185,
|
|
1742
|
+
"column": 3,
|
|
1743
|
+
"index": 5899
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
"filepath": "src/components/filter_group/filter_button.tsx"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"token": "euiFilterButton.filterBadgeAvailableAriaLabel",
|
|
1750
|
+
"defString": "{count} available filters",
|
|
1751
|
+
"highlighting": "string",
|
|
1752
|
+
"loc": {
|
|
1753
|
+
"start": {
|
|
1754
|
+
"line": 186,
|
|
1755
|
+
"column": 30,
|
|
1756
|
+
"index": 5931
|
|
1757
|
+
},
|
|
1758
|
+
"end": {
|
|
1759
|
+
"line": 190,
|
|
1760
|
+
"column": 3,
|
|
1761
|
+
"index": 6058
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
"filepath": "src/components/filter_group/filter_button.tsx"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"token": "euiErrorBoundary.error",
|
|
1768
|
+
"defString": "Error",
|
|
1769
|
+
"highlighting": "string",
|
|
1770
|
+
"loc": {
|
|
1771
|
+
"start": {
|
|
1772
|
+
"line": 109,
|
|
1773
|
+
"column": 12,
|
|
1774
|
+
"index": 3041
|
|
1775
|
+
},
|
|
1776
|
+
"end": {
|
|
1777
|
+
"line": 109,
|
|
1778
|
+
"column": 70,
|
|
1779
|
+
"index": 3099
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
"filepath": "src/components/error_boundary/error_boundary.tsx"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"token": "euiDataGrid.ariaLabel",
|
|
1786
|
+
"defString": "{label}; Page {page} of {pageCount}.",
|
|
1787
|
+
"highlighting": "string",
|
|
1788
|
+
"loc": {
|
|
1789
|
+
"start": {
|
|
1790
|
+
"line": 385,
|
|
1791
|
+
"column": 22,
|
|
1792
|
+
"index": 10486
|
|
1793
|
+
},
|
|
1794
|
+
"end": {
|
|
1795
|
+
"line": 389,
|
|
1796
|
+
"column": 5,
|
|
1797
|
+
"index": 10658
|
|
1798
1798
|
}
|
|
1799
1799
|
},
|
|
1800
1800
|
"filepath": "src/components/datagrid/data_grid.tsx"
|
|
@@ -1841,36 +1841,18 @@
|
|
|
1841
1841
|
"highlighting": "string",
|
|
1842
1842
|
"loc": {
|
|
1843
1843
|
"start": {
|
|
1844
|
-
"line":
|
|
1844
|
+
"line": 812,
|
|
1845
1845
|
"column": 8,
|
|
1846
|
-
"index":
|
|
1846
|
+
"index": 23950
|
|
1847
1847
|
},
|
|
1848
1848
|
"end": {
|
|
1849
|
-
"line":
|
|
1849
|
+
"line": 815,
|
|
1850
1850
|
"column": 9,
|
|
1851
|
-
"index":
|
|
1851
|
+
"index": 24069
|
|
1852
1852
|
}
|
|
1853
1853
|
},
|
|
1854
1854
|
"filepath": "src/components/combo_box/combo_box.tsx"
|
|
1855
1855
|
},
|
|
1856
|
-
{
|
|
1857
|
-
"token": "euiCollapsibleNavBeta.ariaLabel",
|
|
1858
|
-
"defString": "Site menu",
|
|
1859
|
-
"highlighting": "string",
|
|
1860
|
-
"loc": {
|
|
1861
|
-
"start": {
|
|
1862
|
-
"line": 181,
|
|
1863
|
-
"column": 27,
|
|
1864
|
-
"index": 6023
|
|
1865
|
-
},
|
|
1866
|
-
"end": {
|
|
1867
|
-
"line": 184,
|
|
1868
|
-
"column": 3,
|
|
1869
|
-
"index": 6093
|
|
1870
|
-
}
|
|
1871
|
-
},
|
|
1872
|
-
"filepath": "src/components/collapsible_nav_beta/collapsible_nav_beta.tsx"
|
|
1873
|
-
},
|
|
1874
1856
|
{
|
|
1875
1857
|
"token": "euiSaturation.ariaLabel",
|
|
1876
1858
|
"defString": "Select a color",
|
|
@@ -2142,22 +2124,22 @@
|
|
|
2142
2124
|
"filepath": "src/components/color_picker/color_picker.tsx"
|
|
2143
2125
|
},
|
|
2144
2126
|
{
|
|
2145
|
-
"token": "
|
|
2146
|
-
"defString": "
|
|
2127
|
+
"token": "euiCollapsibleNavBeta.ariaLabel",
|
|
2128
|
+
"defString": "Site menu",
|
|
2147
2129
|
"highlighting": "string",
|
|
2148
2130
|
"loc": {
|
|
2149
2131
|
"start": {
|
|
2150
|
-
"line":
|
|
2151
|
-
"column":
|
|
2152
|
-
"index":
|
|
2132
|
+
"line": 181,
|
|
2133
|
+
"column": 27,
|
|
2134
|
+
"index": 6023
|
|
2153
2135
|
},
|
|
2154
2136
|
"end": {
|
|
2155
|
-
"line":
|
|
2156
|
-
"column":
|
|
2157
|
-
"index":
|
|
2137
|
+
"line": 184,
|
|
2138
|
+
"column": 3,
|
|
2139
|
+
"index": 6093
|
|
2158
2140
|
}
|
|
2159
2141
|
},
|
|
2160
|
-
"filepath": "src/components/
|
|
2142
|
+
"filepath": "src/components/collapsible_nav_beta/collapsible_nav_beta.tsx"
|
|
2161
2143
|
},
|
|
2162
2144
|
{
|
|
2163
2145
|
"token": "euiCodeBlockFullScreen.fullscreenCollapse",
|
|
@@ -2267,6 +2249,24 @@
|
|
|
2267
2249
|
},
|
|
2268
2250
|
"filepath": "src/components/code/code_block.tsx"
|
|
2269
2251
|
},
|
|
2252
|
+
{
|
|
2253
|
+
"token": "euiCallOut.dismissAriaLabel",
|
|
2254
|
+
"defString": "Dismiss this callout",
|
|
2255
|
+
"highlighting": "string",
|
|
2256
|
+
"loc": {
|
|
2257
|
+
"start": {
|
|
2258
|
+
"line": 95,
|
|
2259
|
+
"column": 8,
|
|
2260
|
+
"index": 2565
|
|
2261
|
+
},
|
|
2262
|
+
"end": {
|
|
2263
|
+
"line": 98,
|
|
2264
|
+
"column": 9,
|
|
2265
|
+
"index": 2670
|
|
2266
|
+
}
|
|
2267
|
+
},
|
|
2268
|
+
"filepath": "src/components/call_out/call_out.tsx"
|
|
2269
|
+
},
|
|
2270
2270
|
{
|
|
2271
2271
|
"token": "euiBreadcrumbs.nav.ariaLabel",
|
|
2272
2272
|
"defString": "Breadcrumbs",
|
|
@@ -2687,14 +2687,14 @@
|
|
|
2687
2687
|
"highlighting": "string",
|
|
2688
2688
|
"loc": {
|
|
2689
2689
|
"start": {
|
|
2690
|
-
"line":
|
|
2690
|
+
"line": 167,
|
|
2691
2691
|
"column": 30,
|
|
2692
|
-
"index":
|
|
2692
|
+
"index": 5286
|
|
2693
2693
|
},
|
|
2694
2694
|
"end": {
|
|
2695
|
-
"line":
|
|
2695
|
+
"line": 170,
|
|
2696
2696
|
"column": 3,
|
|
2697
|
-
"index":
|
|
2697
|
+
"index": 5389
|
|
2698
2698
|
}
|
|
2699
2699
|
},
|
|
2700
2700
|
"filepath": "src/components/selectable/selectable_templates/selectable_template_sitewide.tsx"
|
|
@@ -2705,14 +2705,14 @@
|
|
|
2705
2705
|
"highlighting": "string",
|
|
2706
2706
|
"loc": {
|
|
2707
2707
|
"start": {
|
|
2708
|
-
"line":
|
|
2708
|
+
"line": 253,
|
|
2709
2709
|
"column": 8,
|
|
2710
|
-
"index":
|
|
2710
|
+
"index": 7443
|
|
2711
2711
|
},
|
|
2712
2712
|
"end": {
|
|
2713
|
-
"line":
|
|
2713
|
+
"line": 256,
|
|
2714
2714
|
"column": 10,
|
|
2715
|
-
"index":
|
|
2715
|
+
"index": 7561
|
|
2716
2716
|
}
|
|
2717
2717
|
},
|
|
2718
2718
|
"filepath": "src/components/selectable/selectable_templates/selectable_template_sitewide.tsx"
|
|
@@ -2723,14 +2723,14 @@
|
|
|
2723
2723
|
"highlighting": "string",
|
|
2724
2724
|
"loc": {
|
|
2725
2725
|
"start": {
|
|
2726
|
-
"line":
|
|
2726
|
+
"line": 264,
|
|
2727
2727
|
"column": 8,
|
|
2728
|
-
"index":
|
|
2728
|
+
"index": 7704
|
|
2729
2729
|
},
|
|
2730
2730
|
"end": {
|
|
2731
|
-
"line":
|
|
2731
|
+
"line": 267,
|
|
2732
2732
|
"column": 10,
|
|
2733
|
-
"index":
|
|
2733
|
+
"index": 7822
|
|
2734
2734
|
}
|
|
2735
2735
|
},
|
|
2736
2736
|
"filepath": "src/components/selectable/selectable_templates/selectable_template_sitewide.tsx"
|
|
@@ -2741,14 +2741,14 @@
|
|
|
2741
2741
|
"highlighting": "string",
|
|
2742
2742
|
"loc": {
|
|
2743
2743
|
"start": {
|
|
2744
|
-
"line":
|
|
2744
|
+
"line": 321,
|
|
2745
2745
|
"column": 12,
|
|
2746
|
-
"index":
|
|
2746
|
+
"index": 9453
|
|
2747
2747
|
},
|
|
2748
2748
|
"end": {
|
|
2749
|
-
"line":
|
|
2749
|
+
"line": 324,
|
|
2750
2750
|
"column": 14,
|
|
2751
|
-
"index":
|
|
2751
|
+
"index": 9575
|
|
2752
2752
|
}
|
|
2753
2753
|
},
|
|
2754
2754
|
"filepath": "src/components/selectable/selectable_templates/selectable_template_sitewide.tsx"
|
|
@@ -3005,42 +3005,6 @@
|
|
|
3005
3005
|
},
|
|
3006
3006
|
"filepath": "src/components/header/header_links/header_links.tsx"
|
|
3007
3007
|
},
|
|
3008
|
-
{
|
|
3009
|
-
"token": "euiRange.sliderScreenReaderInstructions",
|
|
3010
|
-
"defString": "You are in a custom range slider. Use the Up and Down arrow keys to change the value.",
|
|
3011
|
-
"highlighting": "string",
|
|
3012
|
-
"loc": {
|
|
3013
|
-
"start": {
|
|
3014
|
-
"line": 205,
|
|
3015
|
-
"column": 6,
|
|
3016
|
-
"index": 5494
|
|
3017
|
-
},
|
|
3018
|
-
"end": {
|
|
3019
|
-
"line": 208,
|
|
3020
|
-
"column": 8,
|
|
3021
|
-
"index": 5671
|
|
3022
|
-
}
|
|
3023
|
-
},
|
|
3024
|
-
"filepath": "src/components/form/range/range.tsx"
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"token": "euiDualRange.sliderScreenReaderInstructions",
|
|
3028
|
-
"defString": "You are in a custom range slider. Use the Up and Down arrow keys to change the minimum value. Press Tab to interact with the maximum value.",
|
|
3029
|
-
"highlighting": "string",
|
|
3030
|
-
"loc": {
|
|
3031
|
-
"start": {
|
|
3032
|
-
"line": 593,
|
|
3033
|
-
"column": 6,
|
|
3034
|
-
"index": 17671
|
|
3035
|
-
},
|
|
3036
|
-
"end": {
|
|
3037
|
-
"line": 596,
|
|
3038
|
-
"column": 8,
|
|
3039
|
-
"index": 17906
|
|
3040
|
-
}
|
|
3041
|
-
},
|
|
3042
|
-
"filepath": "src/components/form/range/dual_range.tsx"
|
|
3043
|
-
},
|
|
3044
3008
|
{
|
|
3045
3009
|
"token": "euiSuperSelect.screenReaderAnnouncement",
|
|
3046
3010
|
"defString": "You are in a form selector and must select a single option.\n Use the Up and Down arrow keys to navigate or Escape to close.",
|
|
@@ -3078,40 +3042,40 @@
|
|
|
3078
3042
|
"filepath": "src/components/form/super_select/super_select.tsx"
|
|
3079
3043
|
},
|
|
3080
3044
|
{
|
|
3081
|
-
"token": "
|
|
3082
|
-
"defString": "to",
|
|
3045
|
+
"token": "euiRange.sliderScreenReaderInstructions",
|
|
3046
|
+
"defString": "You are in a custom range slider. Use the Up and Down arrow keys to change the value.",
|
|
3083
3047
|
"highlighting": "string",
|
|
3084
3048
|
"loc": {
|
|
3085
3049
|
"start": {
|
|
3086
|
-
"line":
|
|
3087
|
-
"column":
|
|
3088
|
-
"index":
|
|
3050
|
+
"line": 205,
|
|
3051
|
+
"column": 6,
|
|
3052
|
+
"index": 5494
|
|
3089
3053
|
},
|
|
3090
3054
|
"end": {
|
|
3091
|
-
"line":
|
|
3092
|
-
"column":
|
|
3093
|
-
"index":
|
|
3055
|
+
"line": 208,
|
|
3056
|
+
"column": 8,
|
|
3057
|
+
"index": 5671
|
|
3094
3058
|
}
|
|
3095
3059
|
},
|
|
3096
|
-
"filepath": "src/components/form/
|
|
3060
|
+
"filepath": "src/components/form/range/range.tsx"
|
|
3097
3061
|
},
|
|
3098
3062
|
{
|
|
3099
|
-
"token": "
|
|
3100
|
-
"defString": "
|
|
3063
|
+
"token": "euiDualRange.sliderScreenReaderInstructions",
|
|
3064
|
+
"defString": "You are in a custom range slider. Use the Up and Down arrow keys to change the minimum value. Press Tab to interact with the maximum value.",
|
|
3101
3065
|
"highlighting": "string",
|
|
3102
3066
|
"loc": {
|
|
3103
3067
|
"start": {
|
|
3104
|
-
"line":
|
|
3105
|
-
"column":
|
|
3106
|
-
"index":
|
|
3068
|
+
"line": 593,
|
|
3069
|
+
"column": 6,
|
|
3070
|
+
"index": 17671
|
|
3107
3071
|
},
|
|
3108
3072
|
"end": {
|
|
3109
|
-
"line":
|
|
3110
|
-
"column":
|
|
3111
|
-
"index":
|
|
3073
|
+
"line": 596,
|
|
3074
|
+
"column": 8,
|
|
3075
|
+
"index": 17906
|
|
3112
3076
|
}
|
|
3113
3077
|
},
|
|
3114
|
-
"filepath": "src/components/form/
|
|
3078
|
+
"filepath": "src/components/form/range/dual_range.tsx"
|
|
3115
3079
|
},
|
|
3116
3080
|
{
|
|
3117
3081
|
"token": "euiFilePicker.promptText",
|
|
@@ -3119,14 +3083,14 @@
|
|
|
3119
3083
|
"highlighting": "string",
|
|
3120
3084
|
"loc": {
|
|
3121
3085
|
"start": {
|
|
3122
|
-
"line":
|
|
3086
|
+
"line": 78,
|
|
3123
3087
|
"column": 6,
|
|
3124
|
-
"index":
|
|
3088
|
+
"index": 2385
|
|
3125
3089
|
},
|
|
3126
3090
|
"end": {
|
|
3127
|
-
"line":
|
|
3091
|
+
"line": 81,
|
|
3128
3092
|
"column": 8,
|
|
3129
|
-
"index":
|
|
3093
|
+
"index": 2492
|
|
3130
3094
|
}
|
|
3131
3095
|
},
|
|
3132
3096
|
"filepath": "src/components/form/file_picker/file_picker.tsx"
|
|
@@ -3137,14 +3101,14 @@
|
|
|
3137
3101
|
"highlighting": "string",
|
|
3138
3102
|
"loc": {
|
|
3139
3103
|
"start": {
|
|
3140
|
-
"line":
|
|
3104
|
+
"line": 102,
|
|
3141
3105
|
"column": 10,
|
|
3142
|
-
"index":
|
|
3106
|
+
"index": 2890
|
|
3143
3107
|
},
|
|
3144
3108
|
"end": {
|
|
3145
|
-
"line":
|
|
3109
|
+
"line": 106,
|
|
3146
3110
|
"column": 12,
|
|
3147
|
-
"index":
|
|
3111
|
+
"index": 3072
|
|
3148
3112
|
}
|
|
3149
3113
|
},
|
|
3150
3114
|
"filepath": "src/components/form/file_picker/file_picker.tsx"
|
|
@@ -3155,14 +3119,14 @@
|
|
|
3155
3119
|
"highlighting": "string",
|
|
3156
3120
|
"loc": {
|
|
3157
3121
|
"start": {
|
|
3158
|
-
"line":
|
|
3159
|
-
"column":
|
|
3160
|
-
"index":
|
|
3122
|
+
"line": 150,
|
|
3123
|
+
"column": 10,
|
|
3124
|
+
"index": 3998
|
|
3161
3125
|
},
|
|
3162
3126
|
"end": {
|
|
3163
|
-
"line":
|
|
3164
|
-
"column":
|
|
3165
|
-
"index":
|
|
3127
|
+
"line": 153,
|
|
3128
|
+
"column": 11,
|
|
3129
|
+
"index": 4120
|
|
3166
3130
|
}
|
|
3167
3131
|
},
|
|
3168
3132
|
"filepath": "src/components/form/file_picker/file_picker.tsx"
|
|
@@ -3173,53 +3137,53 @@
|
|
|
3173
3137
|
"highlighting": "string",
|
|
3174
3138
|
"loc": {
|
|
3175
3139
|
"start": {
|
|
3176
|
-
"line":
|
|
3177
|
-
"column":
|
|
3178
|
-
"index":
|
|
3140
|
+
"line": 274,
|
|
3141
|
+
"column": 22,
|
|
3142
|
+
"index": 8657
|
|
3179
3143
|
},
|
|
3180
3144
|
"end": {
|
|
3181
|
-
"line":
|
|
3182
|
-
"column":
|
|
3183
|
-
"index":
|
|
3145
|
+
"line": 277,
|
|
3146
|
+
"column": 24,
|
|
3147
|
+
"index": 8792
|
|
3184
3148
|
}
|
|
3185
3149
|
},
|
|
3186
3150
|
"filepath": "src/components/form/file_picker/file_picker.tsx"
|
|
3187
3151
|
},
|
|
3188
3152
|
{
|
|
3189
|
-
"token": "
|
|
3190
|
-
"defString": "
|
|
3153
|
+
"token": "euiFormControlLayoutDelimited.delimiterLabel",
|
|
3154
|
+
"defString": "to",
|
|
3191
3155
|
"highlighting": "string",
|
|
3192
3156
|
"loc": {
|
|
3193
3157
|
"start": {
|
|
3194
|
-
"line":
|
|
3195
|
-
"column":
|
|
3196
|
-
"index":
|
|
3158
|
+
"line": 135,
|
|
3159
|
+
"column": 27,
|
|
3160
|
+
"index": 3846
|
|
3197
3161
|
},
|
|
3198
3162
|
"end": {
|
|
3199
|
-
"line":
|
|
3163
|
+
"line": 138,
|
|
3200
3164
|
"column": 3,
|
|
3201
|
-
"index":
|
|
3165
|
+
"index": 3922
|
|
3202
3166
|
}
|
|
3203
3167
|
},
|
|
3204
|
-
"filepath": "src/components/form/
|
|
3168
|
+
"filepath": "src/components/form/form_control_layout/form_control_layout_delimited.tsx"
|
|
3205
3169
|
},
|
|
3206
3170
|
{
|
|
3207
|
-
"token": "
|
|
3208
|
-
"defString": "
|
|
3171
|
+
"token": "euiFormControlLayoutClearButton.label",
|
|
3172
|
+
"defString": "Clear input",
|
|
3209
3173
|
"highlighting": "string",
|
|
3210
3174
|
"loc": {
|
|
3211
3175
|
"start": {
|
|
3212
|
-
"line":
|
|
3213
|
-
"column":
|
|
3214
|
-
"index":
|
|
3176
|
+
"line": 35,
|
|
3177
|
+
"column": 20,
|
|
3178
|
+
"index": 1412
|
|
3215
3179
|
},
|
|
3216
3180
|
"end": {
|
|
3217
|
-
"line":
|
|
3181
|
+
"line": 38,
|
|
3218
3182
|
"column": 3,
|
|
3219
|
-
"index":
|
|
3183
|
+
"index": 1490
|
|
3220
3184
|
}
|
|
3221
3185
|
},
|
|
3222
|
-
"filepath": "src/components/form/
|
|
3186
|
+
"filepath": "src/components/form/form_control_layout/form_control_layout_clear_button.tsx"
|
|
3223
3187
|
},
|
|
3224
3188
|
{
|
|
3225
3189
|
"token": "euiFieldSearch.clearSearchButtonLabel",
|
|
@@ -3239,6 +3203,42 @@
|
|
|
3239
3203
|
},
|
|
3240
3204
|
"filepath": "src/components/form/field_search/field_search.tsx"
|
|
3241
3205
|
},
|
|
3206
|
+
{
|
|
3207
|
+
"token": "euiFieldPassword.showPassword",
|
|
3208
|
+
"defString": "Show password as plain text. Note: this will visually expose your password on the screen.",
|
|
3209
|
+
"highlighting": "string",
|
|
3210
|
+
"loc": {
|
|
3211
|
+
"start": {
|
|
3212
|
+
"line": 105,
|
|
3213
|
+
"column": 49,
|
|
3214
|
+
"index": 2960
|
|
3215
|
+
},
|
|
3216
|
+
"end": {
|
|
3217
|
+
"line": 111,
|
|
3218
|
+
"column": 3,
|
|
3219
|
+
"index": 3181
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
"filepath": "src/components/form/field_password/field_password.tsx"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"token": "euiFieldPassword.maskPassword",
|
|
3226
|
+
"defString": "Mask password",
|
|
3227
|
+
"highlighting": "string",
|
|
3228
|
+
"loc": {
|
|
3229
|
+
"start": {
|
|
3230
|
+
"line": 105,
|
|
3231
|
+
"column": 49,
|
|
3232
|
+
"index": 2960
|
|
3233
|
+
},
|
|
3234
|
+
"end": {
|
|
3235
|
+
"line": 111,
|
|
3236
|
+
"column": 3,
|
|
3237
|
+
"index": 3181
|
|
3238
|
+
}
|
|
3239
|
+
},
|
|
3240
|
+
"filepath": "src/components/form/field_password/field_password.tsx"
|
|
3241
|
+
},
|
|
3242
3242
|
{
|
|
3243
3243
|
"token": "euiRefreshInterval.fullDescriptionOff",
|
|
3244
3244
|
"defString": "Refresh is off, interval set to {optionValue} {optionText}.",
|
|
@@ -3317,89 +3317,179 @@
|
|
|
3317
3317
|
"highlighting": "string",
|
|
3318
3318
|
"loc": {
|
|
3319
3319
|
"start": {
|
|
3320
|
-
"line": 252,
|
|
3321
|
-
"column": 6,
|
|
3322
|
-
"index": 6639
|
|
3320
|
+
"line": 252,
|
|
3321
|
+
"column": 6,
|
|
3322
|
+
"index": 6639
|
|
3323
|
+
},
|
|
3324
|
+
"end": {
|
|
3325
|
+
"line": 265,
|
|
3326
|
+
"column": 7,
|
|
3327
|
+
"index": 7028
|
|
3328
|
+
}
|
|
3329
|
+
},
|
|
3330
|
+
"filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"token": "euiRefreshInterval.unitsAriaLabel",
|
|
3334
|
+
"defString": "Refresh interval units",
|
|
3335
|
+
"highlighting": "string",
|
|
3336
|
+
"loc": {
|
|
3337
|
+
"start": {
|
|
3338
|
+
"line": 252,
|
|
3339
|
+
"column": 6,
|
|
3340
|
+
"index": 6639
|
|
3341
|
+
},
|
|
3342
|
+
"end": {
|
|
3343
|
+
"line": 265,
|
|
3344
|
+
"column": 7,
|
|
3345
|
+
"index": 7028
|
|
3346
|
+
}
|
|
3347
|
+
},
|
|
3348
|
+
"filepath": "src/components/date_picker/auto_refresh/refresh_interval.tsx"
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"token": "euiAutoRefresh.autoRefreshLabel",
|
|
3352
|
+
"defString": "Auto refresh",
|
|
3353
|
+
"highlighting": "string",
|
|
3354
|
+
"loc": {
|
|
3355
|
+
"start": {
|
|
3356
|
+
"line": 50,
|
|
3357
|
+
"column": 26,
|
|
3358
|
+
"index": 1659
|
|
3359
|
+
},
|
|
3360
|
+
"end": {
|
|
3361
|
+
"line": 53,
|
|
3362
|
+
"column": 3,
|
|
3363
|
+
"index": 1732
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
"filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"token": "euiAutoRefresh.buttonLabelOff",
|
|
3370
|
+
"defString": "Auto refresh is off",
|
|
3371
|
+
"highlighting": "string",
|
|
3372
|
+
"loc": {
|
|
3373
|
+
"start": {
|
|
3374
|
+
"line": 129,
|
|
3375
|
+
"column": 29,
|
|
3376
|
+
"index": 3709
|
|
3377
|
+
},
|
|
3378
|
+
"end": {
|
|
3379
|
+
"line": 132,
|
|
3380
|
+
"column": 3,
|
|
3381
|
+
"index": 3787
|
|
3382
|
+
}
|
|
3383
|
+
},
|
|
3384
|
+
"filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"token": "euiAutoRefresh.buttonLabelOn",
|
|
3388
|
+
"defString": "Auto refresh is on and set to {prettyInterval}",
|
|
3389
|
+
"highlighting": "string",
|
|
3390
|
+
"loc": {
|
|
3391
|
+
"start": {
|
|
3392
|
+
"line": 133,
|
|
3393
|
+
"column": 28,
|
|
3394
|
+
"index": 3817
|
|
3395
|
+
},
|
|
3396
|
+
"end": {
|
|
3397
|
+
"line": 141,
|
|
3398
|
+
"column": 3,
|
|
3399
|
+
"index": 4051
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
"filepath": "src/components/date_picker/auto_refresh/auto_refresh.tsx"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"token": "euiSuperUpdateButton.updatingButtonLabel",
|
|
3406
|
+
"defString": "Updating",
|
|
3407
|
+
"highlighting": "string",
|
|
3408
|
+
"loc": {
|
|
3409
|
+
"start": {
|
|
3410
|
+
"line": 204,
|
|
3411
|
+
"column": 8,
|
|
3412
|
+
"index": 5158
|
|
3323
3413
|
},
|
|
3324
3414
|
"end": {
|
|
3325
|
-
"line":
|
|
3326
|
-
"column":
|
|
3327
|
-
"index":
|
|
3415
|
+
"line": 207,
|
|
3416
|
+
"column": 10,
|
|
3417
|
+
"index": 5265
|
|
3328
3418
|
}
|
|
3329
3419
|
},
|
|
3330
|
-
"filepath": "src/components/date_picker/
|
|
3420
|
+
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
3331
3421
|
},
|
|
3332
3422
|
{
|
|
3333
|
-
"token": "
|
|
3334
|
-
"defString": "
|
|
3423
|
+
"token": "euiSuperUpdateButton.updateButtonLabel",
|
|
3424
|
+
"defString": "Update",
|
|
3335
3425
|
"highlighting": "string",
|
|
3336
3426
|
"loc": {
|
|
3337
3427
|
"start": {
|
|
3338
|
-
"line":
|
|
3339
|
-
"column":
|
|
3340
|
-
"index":
|
|
3428
|
+
"line": 213,
|
|
3429
|
+
"column": 8,
|
|
3430
|
+
"index": 5328
|
|
3341
3431
|
},
|
|
3342
3432
|
"end": {
|
|
3343
|
-
"line":
|
|
3344
|
-
"column":
|
|
3345
|
-
"index":
|
|
3433
|
+
"line": 216,
|
|
3434
|
+
"column": 10,
|
|
3435
|
+
"index": 5431
|
|
3346
3436
|
}
|
|
3347
3437
|
},
|
|
3348
|
-
"filepath": "src/components/date_picker/
|
|
3438
|
+
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
3349
3439
|
},
|
|
3350
3440
|
{
|
|
3351
|
-
"token": "
|
|
3352
|
-
"defString": "
|
|
3441
|
+
"token": "euiSuperUpdateButton.refreshButtonLabel",
|
|
3442
|
+
"defString": "Refresh",
|
|
3353
3443
|
"highlighting": "string",
|
|
3354
3444
|
"loc": {
|
|
3355
3445
|
"start": {
|
|
3356
|
-
"line":
|
|
3357
|
-
"column":
|
|
3358
|
-
"index":
|
|
3446
|
+
"line": 221,
|
|
3447
|
+
"column": 6,
|
|
3448
|
+
"index": 5467
|
|
3359
3449
|
},
|
|
3360
3450
|
"end": {
|
|
3361
|
-
"line":
|
|
3362
|
-
"column":
|
|
3363
|
-
"index":
|
|
3451
|
+
"line": 224,
|
|
3452
|
+
"column": 8,
|
|
3453
|
+
"index": 5566
|
|
3364
3454
|
}
|
|
3365
3455
|
},
|
|
3366
|
-
"filepath": "src/components/date_picker/
|
|
3456
|
+
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
3367
3457
|
},
|
|
3368
3458
|
{
|
|
3369
|
-
"token": "
|
|
3370
|
-
"defString": "
|
|
3459
|
+
"token": "euiSuperUpdateButton.cannotUpdateTooltip",
|
|
3460
|
+
"defString": "Cannot update",
|
|
3371
3461
|
"highlighting": "string",
|
|
3372
3462
|
"loc": {
|
|
3373
3463
|
"start": {
|
|
3374
|
-
"line":
|
|
3375
|
-
"column":
|
|
3376
|
-
"index":
|
|
3464
|
+
"line": 231,
|
|
3465
|
+
"column": 8,
|
|
3466
|
+
"index": 5681
|
|
3377
3467
|
},
|
|
3378
3468
|
"end": {
|
|
3379
|
-
"line":
|
|
3380
|
-
"column":
|
|
3381
|
-
"index":
|
|
3469
|
+
"line": 234,
|
|
3470
|
+
"column": 10,
|
|
3471
|
+
"index": 5793
|
|
3382
3472
|
}
|
|
3383
3473
|
},
|
|
3384
|
-
"filepath": "src/components/date_picker/
|
|
3474
|
+
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
3385
3475
|
},
|
|
3386
3476
|
{
|
|
3387
|
-
"token": "
|
|
3388
|
-
"defString": "
|
|
3477
|
+
"token": "euiSuperUpdateButton.clickToApplyTooltip",
|
|
3478
|
+
"defString": "Click to apply",
|
|
3389
3479
|
"highlighting": "string",
|
|
3390
3480
|
"loc": {
|
|
3391
3481
|
"start": {
|
|
3392
|
-
"line":
|
|
3393
|
-
"column":
|
|
3394
|
-
"index":
|
|
3482
|
+
"line": 240,
|
|
3483
|
+
"column": 8,
|
|
3484
|
+
"index": 5892
|
|
3395
3485
|
},
|
|
3396
3486
|
"end": {
|
|
3397
|
-
"line":
|
|
3398
|
-
"column":
|
|
3399
|
-
"index":
|
|
3487
|
+
"line": 243,
|
|
3488
|
+
"column": 10,
|
|
3489
|
+
"index": 6005
|
|
3400
3490
|
}
|
|
3401
3491
|
},
|
|
3402
|
-
"filepath": "src/components/date_picker/
|
|
3492
|
+
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
3403
3493
|
},
|
|
3404
3494
|
{
|
|
3405
3495
|
"token": "euiTimeOptions.last",
|
|
@@ -4085,96 +4175,6 @@
|
|
|
4085
4175
|
},
|
|
4086
4176
|
"filepath": "src/components/date_picker/super_date_picker/time_options.tsx"
|
|
4087
4177
|
},
|
|
4088
|
-
{
|
|
4089
|
-
"token": "euiSuperUpdateButton.updatingButtonLabel",
|
|
4090
|
-
"defString": "Updating",
|
|
4091
|
-
"highlighting": "string",
|
|
4092
|
-
"loc": {
|
|
4093
|
-
"start": {
|
|
4094
|
-
"line": 204,
|
|
4095
|
-
"column": 8,
|
|
4096
|
-
"index": 5158
|
|
4097
|
-
},
|
|
4098
|
-
"end": {
|
|
4099
|
-
"line": 207,
|
|
4100
|
-
"column": 10,
|
|
4101
|
-
"index": 5265
|
|
4102
|
-
}
|
|
4103
|
-
},
|
|
4104
|
-
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
4105
|
-
},
|
|
4106
|
-
{
|
|
4107
|
-
"token": "euiSuperUpdateButton.updateButtonLabel",
|
|
4108
|
-
"defString": "Update",
|
|
4109
|
-
"highlighting": "string",
|
|
4110
|
-
"loc": {
|
|
4111
|
-
"start": {
|
|
4112
|
-
"line": 213,
|
|
4113
|
-
"column": 8,
|
|
4114
|
-
"index": 5328
|
|
4115
|
-
},
|
|
4116
|
-
"end": {
|
|
4117
|
-
"line": 216,
|
|
4118
|
-
"column": 10,
|
|
4119
|
-
"index": 5431
|
|
4120
|
-
}
|
|
4121
|
-
},
|
|
4122
|
-
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
4123
|
-
},
|
|
4124
|
-
{
|
|
4125
|
-
"token": "euiSuperUpdateButton.refreshButtonLabel",
|
|
4126
|
-
"defString": "Refresh",
|
|
4127
|
-
"highlighting": "string",
|
|
4128
|
-
"loc": {
|
|
4129
|
-
"start": {
|
|
4130
|
-
"line": 221,
|
|
4131
|
-
"column": 6,
|
|
4132
|
-
"index": 5467
|
|
4133
|
-
},
|
|
4134
|
-
"end": {
|
|
4135
|
-
"line": 224,
|
|
4136
|
-
"column": 8,
|
|
4137
|
-
"index": 5566
|
|
4138
|
-
}
|
|
4139
|
-
},
|
|
4140
|
-
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
4141
|
-
},
|
|
4142
|
-
{
|
|
4143
|
-
"token": "euiSuperUpdateButton.cannotUpdateTooltip",
|
|
4144
|
-
"defString": "Cannot update",
|
|
4145
|
-
"highlighting": "string",
|
|
4146
|
-
"loc": {
|
|
4147
|
-
"start": {
|
|
4148
|
-
"line": 231,
|
|
4149
|
-
"column": 8,
|
|
4150
|
-
"index": 5681
|
|
4151
|
-
},
|
|
4152
|
-
"end": {
|
|
4153
|
-
"line": 234,
|
|
4154
|
-
"column": 10,
|
|
4155
|
-
"index": 5793
|
|
4156
|
-
}
|
|
4157
|
-
},
|
|
4158
|
-
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
4159
|
-
},
|
|
4160
|
-
{
|
|
4161
|
-
"token": "euiSuperUpdateButton.clickToApplyTooltip",
|
|
4162
|
-
"defString": "Click to apply",
|
|
4163
|
-
"highlighting": "string",
|
|
4164
|
-
"loc": {
|
|
4165
|
-
"start": {
|
|
4166
|
-
"line": 240,
|
|
4167
|
-
"column": 8,
|
|
4168
|
-
"index": 5892
|
|
4169
|
-
},
|
|
4170
|
-
"end": {
|
|
4171
|
-
"line": 243,
|
|
4172
|
-
"column": 10,
|
|
4173
|
-
"index": 6005
|
|
4174
|
-
}
|
|
4175
|
-
},
|
|
4176
|
-
"filepath": "src/components/date_picker/super_date_picker/super_update_button.tsx"
|
|
4177
|
-
},
|
|
4178
4178
|
{
|
|
4179
4179
|
"token": "euiPrettyInterval.seconds",
|
|
4180
4180
|
"defString": "({\n interval\n}) => `${interval} second${interval > 1 ? 's' : ''}`;",
|
|
@@ -4949,6 +4949,42 @@
|
|
|
4949
4949
|
},
|
|
4950
4950
|
"filepath": "src/components/datagrid/utils/data_grid_schema.tsx"
|
|
4951
4951
|
},
|
|
4952
|
+
{
|
|
4953
|
+
"token": "euiDataGridPagination.detailedPaginationLabel",
|
|
4954
|
+
"defString": "Pagination for preceding grid: {label}",
|
|
4955
|
+
"highlighting": "string",
|
|
4956
|
+
"loc": {
|
|
4957
|
+
"start": {
|
|
4958
|
+
"line": 51,
|
|
4959
|
+
"column": 34,
|
|
4960
|
+
"index": 1785
|
|
4961
|
+
},
|
|
4962
|
+
"end": {
|
|
4963
|
+
"line": 55,
|
|
4964
|
+
"column": 3,
|
|
4965
|
+
"index": 1930
|
|
4966
|
+
}
|
|
4967
|
+
},
|
|
4968
|
+
"filepath": "src/components/datagrid/pagination/data_grid_pagination.tsx"
|
|
4969
|
+
},
|
|
4970
|
+
{
|
|
4971
|
+
"token": "euiDataGridPagination.paginationLabel",
|
|
4972
|
+
"defString": "Pagination for preceding grid",
|
|
4973
|
+
"highlighting": "string",
|
|
4974
|
+
"loc": {
|
|
4975
|
+
"start": {
|
|
4976
|
+
"line": 56,
|
|
4977
|
+
"column": 26,
|
|
4978
|
+
"index": 1958
|
|
4979
|
+
},
|
|
4980
|
+
"end": {
|
|
4981
|
+
"line": 59,
|
|
4982
|
+
"column": 3,
|
|
4983
|
+
"index": 2054
|
|
4984
|
+
}
|
|
4985
|
+
},
|
|
4986
|
+
"filepath": "src/components/datagrid/pagination/data_grid_pagination.tsx"
|
|
4987
|
+
},
|
|
4952
4988
|
{
|
|
4953
4989
|
"token": "euiKeyboardShortcuts.title",
|
|
4954
4990
|
"defString": "Keyboard shortcuts",
|
|
@@ -5975,56 +6011,20 @@
|
|
|
5975
6011
|
},
|
|
5976
6012
|
"filepath": "src/components/datagrid/controls/column_selector.tsx"
|
|
5977
6013
|
},
|
|
5978
|
-
{
|
|
5979
|
-
"token": "euiDataGridPagination.detailedPaginationLabel",
|
|
5980
|
-
"defString": "Pagination for preceding grid: {label}",
|
|
5981
|
-
"highlighting": "string",
|
|
5982
|
-
"loc": {
|
|
5983
|
-
"start": {
|
|
5984
|
-
"line": 51,
|
|
5985
|
-
"column": 34,
|
|
5986
|
-
"index": 1785
|
|
5987
|
-
},
|
|
5988
|
-
"end": {
|
|
5989
|
-
"line": 55,
|
|
5990
|
-
"column": 3,
|
|
5991
|
-
"index": 1930
|
|
5992
|
-
}
|
|
5993
|
-
},
|
|
5994
|
-
"filepath": "src/components/datagrid/pagination/data_grid_pagination.tsx"
|
|
5995
|
-
},
|
|
5996
|
-
{
|
|
5997
|
-
"token": "euiDataGridPagination.paginationLabel",
|
|
5998
|
-
"defString": "Pagination for preceding grid",
|
|
5999
|
-
"highlighting": "string",
|
|
6000
|
-
"loc": {
|
|
6001
|
-
"start": {
|
|
6002
|
-
"line": 56,
|
|
6003
|
-
"column": 26,
|
|
6004
|
-
"index": 1958
|
|
6005
|
-
},
|
|
6006
|
-
"end": {
|
|
6007
|
-
"line": 59,
|
|
6008
|
-
"column": 3,
|
|
6009
|
-
"index": 2054
|
|
6010
|
-
}
|
|
6011
|
-
},
|
|
6012
|
-
"filepath": "src/components/datagrid/pagination/data_grid_pagination.tsx"
|
|
6013
|
-
},
|
|
6014
6014
|
{
|
|
6015
6015
|
"token": "euiComboBoxOptionsList.loadingOptions",
|
|
6016
6016
|
"defString": "Loading options",
|
|
6017
6017
|
"highlighting": "string",
|
|
6018
6018
|
"loc": {
|
|
6019
6019
|
"start": {
|
|
6020
|
-
"line":
|
|
6020
|
+
"line": 356,
|
|
6021
6021
|
"column": 12,
|
|
6022
|
-
"index":
|
|
6022
|
+
"index": 10118
|
|
6023
6023
|
},
|
|
6024
6024
|
"end": {
|
|
6025
|
-
"line":
|
|
6025
|
+
"line": 359,
|
|
6026
6026
|
"column": 14,
|
|
6027
|
-
"index":
|
|
6027
|
+
"index": 10241
|
|
6028
6028
|
}
|
|
6029
6029
|
},
|
|
6030
6030
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6035,14 +6035,14 @@
|
|
|
6035
6035
|
"highlighting": "string",
|
|
6036
6036
|
"loc": {
|
|
6037
6037
|
"start": {
|
|
6038
|
-
"line":
|
|
6038
|
+
"line": 369,
|
|
6039
6039
|
"column": 16,
|
|
6040
|
-
"index":
|
|
6040
|
+
"index": 10680
|
|
6041
6041
|
},
|
|
6042
6042
|
"end": {
|
|
6043
|
-
"line":
|
|
6043
|
+
"line": 373,
|
|
6044
6044
|
"column": 18,
|
|
6045
|
-
"index":
|
|
6045
|
+
"index": 10911
|
|
6046
6046
|
}
|
|
6047
6047
|
},
|
|
6048
6048
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6053,14 +6053,14 @@
|
|
|
6053
6053
|
"highlighting": "string",
|
|
6054
6054
|
"loc": {
|
|
6055
6055
|
"start": {
|
|
6056
|
-
"line":
|
|
6056
|
+
"line": 388,
|
|
6057
6057
|
"column": 16,
|
|
6058
|
-
"index":
|
|
6058
|
+
"index": 11340
|
|
6059
6059
|
},
|
|
6060
6060
|
"end": {
|
|
6061
|
-
"line":
|
|
6061
|
+
"line": 394,
|
|
6062
6062
|
"column": 18,
|
|
6063
|
-
"index":
|
|
6063
|
+
"index": 11613
|
|
6064
6064
|
}
|
|
6065
6065
|
},
|
|
6066
6066
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6071,14 +6071,14 @@
|
|
|
6071
6071
|
"highlighting": "string",
|
|
6072
6072
|
"loc": {
|
|
6073
6073
|
"start": {
|
|
6074
|
-
"line":
|
|
6074
|
+
"line": 423,
|
|
6075
6075
|
"column": 20,
|
|
6076
|
-
"index":
|
|
6076
|
+
"index": 12604
|
|
6077
6077
|
},
|
|
6078
6078
|
"end": {
|
|
6079
|
-
"line":
|
|
6079
|
+
"line": 429,
|
|
6080
6080
|
"column": 22,
|
|
6081
|
-
"index":
|
|
6081
|
+
"index": 12902
|
|
6082
6082
|
}
|
|
6083
6083
|
},
|
|
6084
6084
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6089,14 +6089,14 @@
|
|
|
6089
6089
|
"highlighting": "string",
|
|
6090
6090
|
"loc": {
|
|
6091
6091
|
"start": {
|
|
6092
|
-
"line":
|
|
6092
|
+
"line": 440,
|
|
6093
6093
|
"column": 12,
|
|
6094
|
-
"index":
|
|
6094
|
+
"index": 13106
|
|
6095
6095
|
},
|
|
6096
6096
|
"end": {
|
|
6097
|
-
"line":
|
|
6097
|
+
"line": 444,
|
|
6098
6098
|
"column": 14,
|
|
6099
|
-
"index":
|
|
6099
|
+
"index": 13327
|
|
6100
6100
|
}
|
|
6101
6101
|
},
|
|
6102
6102
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6107,14 +6107,14 @@
|
|
|
6107
6107
|
"highlighting": "string",
|
|
6108
6108
|
"loc": {
|
|
6109
6109
|
"start": {
|
|
6110
|
-
"line":
|
|
6110
|
+
"line": 451,
|
|
6111
6111
|
"column": 10,
|
|
6112
|
-
"index":
|
|
6112
|
+
"index": 13446
|
|
6113
6113
|
},
|
|
6114
6114
|
"end": {
|
|
6115
|
-
"line":
|
|
6115
|
+
"line": 454,
|
|
6116
6116
|
"column": 12,
|
|
6117
|
-
"index":
|
|
6117
|
+
"index": 13586
|
|
6118
6118
|
}
|
|
6119
6119
|
},
|
|
6120
6120
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|
|
@@ -6125,14 +6125,14 @@
|
|
|
6125
6125
|
"highlighting": "string",
|
|
6126
6126
|
"loc": {
|
|
6127
6127
|
"start": {
|
|
6128
|
-
"line":
|
|
6128
|
+
"line": 460,
|
|
6129
6129
|
"column": 10,
|
|
6130
|
-
"index":
|
|
6130
|
+
"index": 13699
|
|
6131
6131
|
},
|
|
6132
6132
|
"end": {
|
|
6133
|
-
"line":
|
|
6133
|
+
"line": 463,
|
|
6134
6134
|
"column": 12,
|
|
6135
|
-
"index":
|
|
6135
|
+
"index": 13842
|
|
6136
6136
|
}
|
|
6137
6137
|
},
|
|
6138
6138
|
"filepath": "src/components/combo_box/combo_box_options_list/combo_box_options_list.tsx"
|