@elastic/eui 91.3.0 → 92.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/dist/eui_charts_theme.js.map +1 -1
  2. package/dist/eui_theme_dark.css +0 -513
  3. package/dist/eui_theme_dark.min.css +1 -1
  4. package/dist/eui_theme_light.css +0 -513
  5. package/dist/eui_theme_light.min.css +1 -1
  6. package/es/components/basic_table/basic_table.js +25 -22
  7. package/es/components/basic_table/collapsed_item_actions.js +14 -15
  8. package/es/components/basic_table/expanded_item_actions.js +4 -4
  9. package/es/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  10. package/es/components/drag_and_drop/drag_and_drop.a11y.js +1 -1
  11. package/es/components/filter_group/filter_button.js +20 -13
  12. package/es/components/filter_group/filter_button.styles.js +11 -20
  13. package/es/components/flyout/flyout.js +4 -4
  14. package/es/components/flyout/flyout_resizable.js +127 -0
  15. package/es/components/flyout/flyout_resizable.styles.js +27 -0
  16. package/es/components/flyout/index.js +2 -1
  17. package/es/components/form/range/dual_range.js +15 -66
  18. package/es/components/form/range/range.js +6 -5
  19. package/es/components/form/range/range_slider.js +28 -22
  20. package/es/components/form/text_area/text_area.js +39 -3
  21. package/es/components/index.js +0 -2
  22. package/es/components/markdown_editor/markdown_editor.js +12 -13
  23. package/es/components/page_template/bottom_bar/page_bottom_bar.js +1 -1
  24. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  25. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +5 -0
  26. package/es/components/tree_view/tree_view.js +23 -25
  27. package/es/utils/prop_types/is.js +2 -2
  28. package/eui.d.ts +830 -1145
  29. package/i18ntokens.json +121 -373
  30. package/lib/components/basic_table/basic_table.js +25 -22
  31. package/lib/components/basic_table/collapsed_item_actions.js +14 -15
  32. package/lib/components/basic_table/expanded_item_actions.js +4 -4
  33. package/lib/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  34. package/lib/components/drag_and_drop/drag_and_drop.a11y.js +1 -1
  35. package/lib/components/filter_group/filter_button.js +20 -13
  36. package/lib/components/filter_group/filter_button.styles.js +11 -20
  37. package/lib/components/flyout/flyout.js +4 -4
  38. package/lib/components/flyout/flyout_resizable.js +136 -0
  39. package/lib/components/flyout/flyout_resizable.styles.js +32 -0
  40. package/lib/components/flyout/index.js +8 -1
  41. package/lib/components/form/range/dual_range.js +15 -66
  42. package/lib/components/form/range/range.js +6 -5
  43. package/lib/components/form/range/range_slider.js +27 -21
  44. package/lib/components/form/text_area/text_area.js +42 -3
  45. package/lib/components/index.js +0 -22
  46. package/lib/components/markdown_editor/markdown_editor.js +12 -13
  47. package/lib/components/page_template/bottom_bar/page_bottom_bar.js +1 -1
  48. package/lib/components/pagination/pagination_button.js +79 -2
  49. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  50. package/lib/components/tree_view/tree_view.js +23 -25
  51. package/lib/utils/prop_types/is.js +2 -2
  52. package/optimize/es/components/basic_table/basic_table.js +25 -22
  53. package/optimize/es/components/basic_table/collapsed_item_actions.js +14 -15
  54. package/optimize/es/components/basic_table/expanded_item_actions.js +4 -4
  55. package/optimize/es/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  56. package/optimize/es/components/drag_and_drop/drag_and_drop.a11y.js +1 -1
  57. package/optimize/es/components/filter_group/filter_button.js +20 -13
  58. package/optimize/es/components/filter_group/filter_button.styles.js +11 -20
  59. package/optimize/es/components/flyout/flyout.js +4 -4
  60. package/optimize/es/components/flyout/flyout_resizable.js +121 -0
  61. package/optimize/es/components/flyout/flyout_resizable.styles.js +27 -0
  62. package/optimize/es/components/flyout/index.js +2 -1
  63. package/optimize/es/components/form/range/dual_range.js +15 -66
  64. package/optimize/es/components/form/range/range.js +6 -5
  65. package/optimize/es/components/form/range/range_slider.js +26 -21
  66. package/optimize/es/components/form/text_area/text_area.js +29 -3
  67. package/optimize/es/components/index.js +0 -2
  68. package/optimize/es/components/markdown_editor/markdown_editor.js +12 -13
  69. package/optimize/es/components/page_template/bottom_bar/page_bottom_bar.js +1 -1
  70. package/optimize/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  71. package/optimize/es/components/tree_view/tree_view.js +23 -25
  72. package/optimize/es/utils/prop_types/is.js +2 -2
  73. package/optimize/lib/components/basic_table/basic_table.js +25 -22
  74. package/optimize/lib/components/basic_table/collapsed_item_actions.js +14 -15
  75. package/optimize/lib/components/basic_table/expanded_item_actions.js +4 -4
  76. package/optimize/lib/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  77. package/optimize/lib/components/drag_and_drop/drag_and_drop.a11y.js +1 -1
  78. package/optimize/lib/components/filter_group/filter_button.js +20 -13
  79. package/optimize/lib/components/filter_group/filter_button.styles.js +11 -20
  80. package/optimize/lib/components/flyout/flyout.js +4 -4
  81. package/optimize/lib/components/flyout/flyout_resizable.js +131 -0
  82. package/optimize/lib/components/flyout/flyout_resizable.styles.js +32 -0
  83. package/optimize/lib/components/flyout/index.js +8 -1
  84. package/optimize/lib/components/form/range/dual_range.js +15 -66
  85. package/optimize/lib/components/form/range/range.js +6 -5
  86. package/optimize/lib/components/form/range/range_slider.js +26 -21
  87. package/optimize/lib/components/form/text_area/text_area.js +32 -3
  88. package/optimize/lib/components/index.js +0 -22
  89. package/optimize/lib/components/markdown_editor/markdown_editor.js +12 -13
  90. package/optimize/lib/components/page_template/bottom_bar/page_bottom_bar.js +1 -1
  91. package/optimize/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  92. package/optimize/lib/components/tree_view/tree_view.js +23 -25
  93. package/optimize/lib/utils/prop_types/is.js +2 -2
  94. package/package.json +3 -5
  95. package/src/components/index.scss +0 -2
  96. package/test-env/components/basic_table/basic_table.js +25 -22
  97. package/test-env/components/basic_table/collapsed_item_actions.js +14 -15
  98. package/test-env/components/basic_table/expanded_item_actions.js +4 -4
  99. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  100. package/test-env/components/drag_and_drop/drag_and_drop.a11y.js +1 -1
  101. package/test-env/components/filter_group/filter_button.js +20 -13
  102. package/test-env/components/filter_group/filter_button.styles.js +11 -20
  103. package/test-env/components/flyout/flyout_resizable.js +131 -0
  104. package/test-env/components/flyout/flyout_resizable.styles.js +32 -0
  105. package/test-env/components/flyout/index.js +8 -1
  106. package/test-env/components/form/range/dual_range.js +15 -66
  107. package/test-env/components/form/range/range.js +6 -5
  108. package/test-env/components/form/range/range_slider.js +27 -21
  109. package/test-env/components/form/text_area/text_area.js +42 -3
  110. package/test-env/components/index.js +0 -22
  111. package/test-env/components/markdown_editor/markdown_editor.js +12 -13
  112. package/test-env/components/page_template/bottom_bar/page_bottom_bar.js +1 -1
  113. package/test-env/components/pagination/pagination_button.js +79 -2
  114. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  115. package/test-env/components/tree_view/tree_view.js +23 -25
  116. package/test-env/utils/prop_types/is.js +2 -2
  117. package/es/components/control_bar/control_bar.a11y.js +0 -133
  118. package/es/components/control_bar/control_bar.js +0 -609
  119. package/es/components/control_bar/index.js +0 -9
  120. package/es/components/notification/index.js +0 -9
  121. package/es/components/notification/notification_event.a11y.js +0 -104
  122. package/es/components/notification/notification_event.js +0 -288
  123. package/es/components/notification/notification_event_messages.js +0 -79
  124. package/es/components/notification/notification_event_meta.js +0 -148
  125. package/es/components/notification/notification_event_read_button.js +0 -86
  126. package/es/components/notification/notification_event_read_icon.js +0 -77
  127. package/lib/components/control_bar/control_bar.a11y.js +0 -134
  128. package/lib/components/control_bar/control_bar.js +0 -441
  129. package/lib/components/control_bar/index.js +0 -12
  130. package/lib/components/notification/index.js +0 -12
  131. package/lib/components/notification/notification_event.a11y.js +0 -105
  132. package/lib/components/notification/notification_event.js +0 -297
  133. package/lib/components/notification/notification_event_messages.js +0 -88
  134. package/lib/components/notification/notification_event_meta.js +0 -157
  135. package/lib/components/notification/notification_event_read_button.js +0 -93
  136. package/lib/components/notification/notification_event_read_icon.js +0 -64
  137. package/optimize/es/components/control_bar/control_bar.a11y.js +0 -128
  138. package/optimize/es/components/control_bar/control_bar.js +0 -308
  139. package/optimize/es/components/control_bar/index.js +0 -9
  140. package/optimize/es/components/notification/index.js +0 -9
  141. package/optimize/es/components/notification/notification_event.a11y.js +0 -99
  142. package/optimize/es/components/notification/notification_event.js +0 -114
  143. package/optimize/es/components/notification/notification_event_messages.js +0 -63
  144. package/optimize/es/components/notification/notification_event_meta.js +0 -106
  145. package/optimize/es/components/notification/notification_event_read_button.js +0 -44
  146. package/optimize/es/components/notification/notification_event_read_icon.js +0 -44
  147. package/optimize/lib/components/control_bar/control_bar.a11y.js +0 -134
  148. package/optimize/lib/components/control_bar/control_bar.js +0 -301
  149. package/optimize/lib/components/control_bar/index.js +0 -12
  150. package/optimize/lib/components/notification/index.js +0 -12
  151. package/optimize/lib/components/notification/notification_event.a11y.js +0 -105
  152. package/optimize/lib/components/notification/notification_event.js +0 -123
  153. package/optimize/lib/components/notification/notification_event_messages.js +0 -74
  154. package/optimize/lib/components/notification/notification_event_meta.js +0 -117
  155. package/optimize/lib/components/notification/notification_event_read_button.js +0 -51
  156. package/optimize/lib/components/notification/notification_event_read_icon.js +0 -51
  157. package/src/components/control_bar/_control_bar.scss +0 -232
  158. package/src/components/control_bar/_index.scss +0 -2
  159. package/src/components/control_bar/_variables.scss +0 -12
  160. package/src/components/notification/_index.scss +0 -5
  161. package/src/components/notification/_notification_event.scss +0 -40
  162. package/src/components/notification/_notification_event_messages.scss +0 -17
  163. package/src/components/notification/_notification_event_meta.scss +0 -44
  164. package/src/components/notification/_notification_event_read_button.scss +0 -5
  165. package/src/components/notification/_notification_event_read_icon.scss +0 -12
  166. package/test-env/components/control_bar/control_bar.a11y.js +0 -134
  167. package/test-env/components/control_bar/control_bar.js +0 -436
  168. package/test-env/components/control_bar/index.js +0 -12
  169. package/test-env/components/notification/index.js +0 -12
  170. package/test-env/components/notification/notification_event.a11y.js +0 -105
  171. package/test-env/components/notification/notification_event.js +0 -296
  172. package/test-env/components/notification/notification_event_messages.js +0 -85
  173. package/test-env/components/notification/notification_event_meta.js +0 -154
  174. package/test-env/components/notification/notification_event_read_button.js +0 -92
  175. package/test-env/components/notification/notification_event_read_icon.js +0 -63
package/i18ntokens.json CHANGED
@@ -23,14 +23,14 @@
23
23
  "highlighting": "string",
24
24
  "loc": {
25
25
  "start": {
26
- "line": 330,
26
+ "line": 334,
27
27
  "column": 6,
28
- "index": 8364
28
+ "index": 8507
29
29
  },
30
30
  "end": {
31
- "line": 330,
31
+ "line": 334,
32
32
  "column": 79,
33
- "index": 8437
33
+ "index": 8580
34
34
  }
35
35
  },
36
36
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -41,14 +41,14 @@
41
41
  "highlighting": "string",
42
42
  "loc": {
43
43
  "start": {
44
- "line": 660,
44
+ "line": 664,
45
45
  "column": 10,
46
- "index": 16982
46
+ "index": 17148
47
47
  },
48
48
  "end": {
49
- "line": 664,
49
+ "line": 668,
50
50
  "column": 12,
51
- "index": 17185
51
+ "index": 17351
52
52
  }
53
53
  },
54
54
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -59,14 +59,14 @@
59
59
  "highlighting": "string",
60
60
  "loc": {
61
61
  "start": {
62
- "line": 673,
62
+ "line": 677,
63
63
  "column": 12,
64
- "index": 17382
64
+ "index": 17548
65
65
  },
66
66
  "end": {
67
- "line": 677,
67
+ "line": 681,
68
68
  "column": 14,
69
- "index": 17661
69
+ "index": 17827
70
70
  }
71
71
  },
72
72
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -77,14 +77,14 @@
77
77
  "highlighting": "string",
78
78
  "loc": {
79
79
  "start": {
80
- "line": 681,
80
+ "line": 685,
81
81
  "column": 12,
82
- "index": 17733
82
+ "index": 17899
83
83
  },
84
84
  "end": {
85
- "line": 685,
85
+ "line": 689,
86
86
  "column": 14,
87
- "index": 17973
87
+ "index": 18139
88
88
  }
89
89
  },
90
90
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -95,14 +95,14 @@
95
95
  "highlighting": "string",
96
96
  "loc": {
97
97
  "start": {
98
- "line": 690,
98
+ "line": 694,
99
99
  "column": 10,
100
- "index": 18049
100
+ "index": 18215
101
101
  },
102
102
  "end": {
103
- "line": 694,
103
+ "line": 698,
104
104
  "column": 12,
105
- "index": 18233
105
+ "index": 18399
106
106
  }
107
107
  },
108
108
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -113,14 +113,14 @@
113
113
  "highlighting": "string",
114
114
  "loc": {
115
115
  "start": {
116
- "line": 736,
116
+ "line": 740,
117
117
  "column": 6,
118
- "index": 19231
118
+ "index": 19397
119
119
  },
120
120
  "end": {
121
- "line": 736,
121
+ "line": 740,
122
122
  "column": 77,
123
- "index": 19302
123
+ "index": 19468
124
124
  }
125
125
  },
126
126
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -131,14 +131,14 @@
131
131
  "highlighting": "string",
132
132
  "loc": {
133
133
  "start": {
134
- "line": 1132,
134
+ "line": 1136,
135
135
  "column": 8,
136
- "index": 31089
136
+ "index": 31279
137
137
  },
138
138
  "end": {
139
- "line": 1132,
139
+ "line": 1136,
140
140
  "column": 79,
141
- "index": 31160
141
+ "index": 31350
142
142
  }
143
143
  },
144
144
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -149,14 +149,14 @@
149
149
  "highlighting": "string",
150
150
  "loc": {
151
151
  "start": {
152
- "line": 1353,
152
+ "line": 1361,
153
153
  "column": 8,
154
- "index": 37588
154
+ "index": 37925
155
155
  },
156
156
  "end": {
157
- "line": 1357,
157
+ "line": 1365,
158
158
  "column": 9,
159
- "index": 37747
159
+ "index": 38084
160
160
  }
161
161
  },
162
162
  "filepath": "src/components/basic_table/basic_table.tsx"
@@ -167,14 +167,32 @@
167
167
  "highlighting": "string",
168
168
  "loc": {
169
169
  "start": {
170
- "line": 117,
170
+ "line": 115,
171
171
  "column": 4,
172
- "index": 3666
172
+ "index": 3600
173
173
  },
174
174
  "end": {
175
- "line": 117,
176
- "column": 78,
177
- "index": 3740
175
+ "line": 124,
176
+ "column": 5,
177
+ "index": 3867
178
+ }
179
+ },
180
+ "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
181
+ },
182
+ {
183
+ "token": "euiCollapsedItemActions.allActionsDisabled",
184
+ "defString": "Individual item actions are disabled when rows are being selected.",
185
+ "highlighting": "string",
186
+ "loc": {
187
+ "start": {
188
+ "line": 115,
189
+ "column": 4,
190
+ "index": 3600
191
+ },
192
+ "end": {
193
+ "line": 124,
194
+ "column": 5,
195
+ "index": 3867
178
196
  }
179
197
  },
180
198
  "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
@@ -185,14 +203,14 @@
185
203
  "highlighting": "string",
186
204
  "loc": {
187
205
  "start": {
188
- "line": 133,
206
+ "line": 141,
189
207
  "column": 4,
190
- "index": 4162
208
+ "index": 4427
191
209
  },
192
210
  "end": {
193
- "line": 133,
211
+ "line": 141,
194
212
  "column": 78,
195
- "index": 4236
213
+ "index": 4501
196
214
  }
197
215
  },
198
216
  "filepath": "src/components/basic_table/collapsed_item_actions.tsx"
@@ -899,60 +917,6 @@
899
917
  },
900
918
  "filepath": "src/components/combo_box/combo_box.tsx"
901
919
  },
902
- {
903
- "token": "euiControlBar.screenReaderHeading",
904
- "defString": "Page level controls",
905
- "highlighting": "string",
906
- "loc": {
907
- "start": {
908
- "line": 425,
909
- "column": 6,
910
- "index": 10754
911
- },
912
- "end": {
913
- "line": 428,
914
- "column": 7,
915
- "index": 10858
916
- }
917
- },
918
- "filepath": "src/components/control_bar/control_bar.tsx"
919
- },
920
- {
921
- "token": "euiControlBar.customScreenReaderAnnouncement",
922
- "defString": "There is a new region landmark called {landmarkHeading} with page level controls at the end of the document.",
923
- "highlighting": "string",
924
- "loc": {
925
- "start": {
926
- "line": 473,
927
- "column": 14,
928
- "index": 12376
929
- },
930
- "end": {
931
- "line": 477,
932
- "column": 16,
933
- "index": 12650
934
- }
935
- },
936
- "filepath": "src/components/control_bar/control_bar.tsx"
937
- },
938
- {
939
- "token": "euiControlBar.screenReaderAnnouncement",
940
- "defString": "There is a new region landmark with page level controls at the end of the document.",
941
- "highlighting": "string",
942
- "loc": {
943
- "start": {
944
- "line": 479,
945
- "column": 14,
946
- "index": 12683
947
- },
948
- "end": {
949
- "line": 482,
950
- "column": 16,
951
- "index": 12881
952
- }
953
- },
954
- "filepath": "src/components/control_bar/control_bar.tsx"
955
- },
956
920
  {
957
921
  "token": "euiDataGridCellActions.expandButtonTitle",
958
922
  "defString": "Click or hit enter to interact with cell content",
@@ -1085,14 +1049,14 @@
1085
1049
  "highlighting": "string",
1086
1050
  "loc": {
1087
1051
  "start": {
1088
- "line": 193,
1052
+ "line": 189,
1089
1053
  "column": 12,
1090
- "index": 5895
1054
+ "index": 5809
1091
1055
  },
1092
1056
  "end": {
1093
- "line": 196,
1057
+ "line": 192,
1094
1058
  "column": 14,
1095
- "index": 6036
1059
+ "index": 5950
1096
1060
  }
1097
1061
  },
1098
1062
  "filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
@@ -1103,14 +1067,14 @@
1103
1067
  "highlighting": "string",
1104
1068
  "loc": {
1105
1069
  "start": {
1106
- "line": 260,
1070
+ "line": 256,
1107
1071
  "column": 16,
1108
- "index": 7881
1072
+ "index": 7795
1109
1073
  },
1110
1074
  "end": {
1111
- "line": 264,
1075
+ "line": 260,
1112
1076
  "column": 18,
1113
- "index": 8055
1077
+ "index": 7969
1114
1078
  }
1115
1079
  },
1116
1080
  "filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
@@ -1121,14 +1085,14 @@
1121
1085
  "highlighting": "string",
1122
1086
  "loc": {
1123
1087
  "start": {
1124
- "line": 268,
1088
+ "line": 264,
1125
1089
  "column": 16,
1126
- "index": 8133
1090
+ "index": 8047
1127
1091
  },
1128
1092
  "end": {
1129
- "line": 272,
1093
+ "line": 268,
1130
1094
  "column": 18,
1131
- "index": 8309
1095
+ "index": 8223
1132
1096
  }
1133
1097
  },
1134
1098
  "filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
@@ -1139,14 +1103,14 @@
1139
1103
  "highlighting": "string",
1140
1104
  "loc": {
1141
1105
  "start": {
1142
- "line": 278,
1106
+ "line": 274,
1143
1107
  "column": 16,
1144
- "index": 8455
1108
+ "index": 8369
1145
1109
  },
1146
1110
  "end": {
1147
- "line": 283,
1111
+ "line": 279,
1148
1112
  "column": 18,
1149
- "index": 8683
1113
+ "index": 8597
1150
1114
  }
1151
1115
  },
1152
1116
  "filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
@@ -1157,14 +1121,14 @@
1157
1121
  "highlighting": "string",
1158
1122
  "loc": {
1159
1123
  "start": {
1160
- "line": 287,
1124
+ "line": 283,
1161
1125
  "column": 16,
1162
- "index": 8761
1126
+ "index": 8675
1163
1127
  },
1164
1128
  "end": {
1165
- "line": 292,
1129
+ "line": 288,
1166
1130
  "column": 18,
1167
- "index": 8991
1131
+ "index": 8905
1168
1132
  }
1169
1133
  },
1170
1134
  "filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
@@ -1175,14 +1139,14 @@
1175
1139
  "highlighting": "string",
1176
1140
  "loc": {
1177
1141
  "start": {
1178
- "line": 298,
1142
+ "line": 294,
1179
1143
  "column": 16,
1180
- "index": 9120
1144
+ "index": 9034
1181
1145
  },
1182
1146
  "end": {
1183
- "line": 303,
1147
+ "line": 299,
1184
1148
  "column": 18,
1185
- "index": 9358
1149
+ "index": 9272
1186
1150
  }
1187
1151
  },
1188
1152
  "filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
@@ -1193,14 +1157,14 @@
1193
1157
  "highlighting": "string",
1194
1158
  "loc": {
1195
1159
  "start": {
1196
- "line": 307,
1160
+ "line": 303,
1197
1161
  "column": 16,
1198
- "index": 9436
1162
+ "index": 9350
1199
1163
  },
1200
1164
  "end": {
1201
- "line": 312,
1165
+ "line": 308,
1202
1166
  "column": 18,
1203
- "index": 9676
1167
+ "index": 9590
1204
1168
  }
1205
1169
  },
1206
1170
  "filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
@@ -1211,14 +1175,14 @@
1211
1175
  "highlighting": "string",
1212
1176
  "loc": {
1213
1177
  "start": {
1214
- "line": 377,
1178
+ "line": 373,
1215
1179
  "column": 6,
1216
- "index": 11522
1180
+ "index": 11436
1217
1181
  },
1218
1182
  "end": {
1219
- "line": 380,
1183
+ "line": 376,
1220
1184
  "column": 8,
1221
- "index": 11715
1185
+ "index": 11629
1222
1186
  }
1223
1187
  },
1224
1188
  "filepath": "src/components/datagrid/body/header/data_grid_header_cell.tsx"
@@ -4559,14 +4523,14 @@
4559
4523
  "highlighting": "string",
4560
4524
  "loc": {
4561
4525
  "start": {
4562
- "line": 108,
4526
+ "line": 111,
4563
4527
  "column": 27,
4564
- "index": 3197
4528
+ "index": 3220
4565
4529
  },
4566
4530
  "end": {
4567
- "line": 112,
4531
+ "line": 115,
4568
4532
  "column": 3,
4569
- "index": 3318
4533
+ "index": 3341
4570
4534
  }
4571
4535
  },
4572
4536
  "filepath": "src/components/filter_group/filter_button.tsx"
@@ -4577,14 +4541,14 @@
4577
4541
  "highlighting": "string",
4578
4542
  "loc": {
4579
4543
  "start": {
4580
- "line": 113,
4544
+ "line": 116,
4581
4545
  "column": 30,
4582
- "index": 3350
4546
+ "index": 3373
4583
4547
  },
4584
4548
  "end": {
4585
- "line": 117,
4549
+ "line": 120,
4586
4550
  "column": 3,
4587
- "index": 3477
4551
+ "index": 3500
4588
4552
  }
4589
4553
  },
4590
4554
  "filepath": "src/components/filter_group/filter_button.tsx"
@@ -4597,12 +4561,12 @@
4597
4561
  "start": {
4598
4562
  "line": 311,
4599
4563
  "column": 8,
4600
- "index": 9875
4564
+ "index": 9897
4601
4565
  },
4602
4566
  "end": {
4603
4567
  "line": 311,
4604
4568
  "column": 78,
4605
- "index": 9945
4569
+ "index": 9967
4606
4570
  }
4607
4571
  },
4608
4572
  "filepath": "src/components/flyout/flyout.tsx"
@@ -4615,12 +4579,12 @@
4615
4579
  "start": {
4616
4580
  "line": 385,
4617
4581
  "column": 12,
4618
- "index": 12431
4582
+ "index": 12453
4619
4583
  },
4620
4584
  "end": {
4621
4585
  "line": 388,
4622
4586
  "column": 14,
4623
- "index": 12640
4587
+ "index": 12662
4624
4588
  }
4625
4589
  },
4626
4590
  "filepath": "src/components/flyout/flyout.tsx"
@@ -4633,12 +4597,12 @@
4633
4597
  "start": {
4634
4598
  "line": 390,
4635
4599
  "column": 12,
4636
- "index": 12669
4600
+ "index": 12691
4637
4601
  },
4638
4602
  "end": {
4639
4603
  "line": 393,
4640
4604
  "column": 14,
4641
- "index": 12841
4605
+ "index": 12863
4642
4606
  }
4643
4607
  },
4644
4608
  "filepath": "src/components/flyout/flyout.tsx"
@@ -4651,12 +4615,12 @@
4651
4615
  "start": {
4652
4616
  "line": 396,
4653
4617
  "column": 12,
4654
- "index": 12912
4618
+ "index": 12934
4655
4619
  },
4656
4620
  "end": {
4657
4621
  "line": 399,
4658
4622
  "column": 14,
4659
- "index": 13099
4623
+ "index": 13121
4660
4624
  }
4661
4625
  },
4662
4626
  "filepath": "src/components/flyout/flyout.tsx"
@@ -4829,14 +4793,14 @@
4829
4793
  "highlighting": "string",
4830
4794
  "loc": {
4831
4795
  "start": {
4832
- "line": 638,
4796
+ "line": 593,
4833
4797
  "column": 6,
4834
- "index": 18888
4798
+ "index": 17613
4835
4799
  },
4836
4800
  "end": {
4837
- "line": 641,
4801
+ "line": 596,
4838
4802
  "column": 8,
4839
- "index": 19123
4803
+ "index": 17848
4840
4804
  }
4841
4805
  },
4842
4806
  "filepath": "src/components/form/range/dual_range.tsx"
@@ -4849,12 +4813,12 @@
4849
4813
  "start": {
4850
4814
  "line": 188,
4851
4815
  "column": 6,
4852
- "index": 4996
4816
+ "index": 4979
4853
4817
  },
4854
4818
  "end": {
4855
4819
  "line": 191,
4856
4820
  "column": 8,
4857
- "index": 5173
4821
+ "index": 5156
4858
4822
  }
4859
4823
  },
4860
4824
  "filepath": "src/components/form/range/range.tsx"
@@ -5471,222 +5435,6 @@
5471
5435
  },
5472
5436
  "filepath": "src/components/modal/modal.tsx"
5473
5437
  },
5474
- {
5475
- "token": "euiNotificationEventMessages.accordionButtonText",
5476
- "defString": "+ {messagesLength} more",
5477
- "highlighting": "string",
5478
- "loc": {
5479
- "start": {
5480
- "line": 36,
5481
- "column": 30,
5482
- "index": 1270
5483
- },
5484
- "end": {
5485
- "line": 40,
5486
- "column": 3,
5487
- "index": 1415
5488
- }
5489
- },
5490
- "filepath": "src/components/notification/notification_event_messages.tsx"
5491
- },
5492
- {
5493
- "token": "euiNotificationEventMessages.accordionAriaLabelButtonText",
5494
- "defString": "+ {messagesLength} messages for {eventName}",
5495
- "highlighting": "string",
5496
- "loc": {
5497
- "start": {
5498
- "line": 42,
5499
- "column": 39,
5500
- "index": 1457
5501
- },
5502
- "end": {
5503
- "line": 49,
5504
- "column": 3,
5505
- "index": 1659
5506
- }
5507
- },
5508
- "filepath": "src/components/notification/notification_event_messages.tsx"
5509
- },
5510
- {
5511
- "token": "euiNotificationEventMessages.accordionHideText",
5512
- "defString": "hide",
5513
- "highlighting": "string",
5514
- "loc": {
5515
- "start": {
5516
- "line": 51,
5517
- "column": 28,
5518
- "index": 1690
5519
- },
5520
- "end": {
5521
- "line": 54,
5522
- "column": 3,
5523
- "index": 1770
5524
- }
5525
- },
5526
- "filepath": "src/components/notification/notification_event_messages.tsx"
5527
- },
5528
- {
5529
- "token": "euiNotificationEventMeta.contextMenuButton",
5530
- "defString": "Menu for {eventName}",
5531
- "highlighting": "string",
5532
- "loc": {
5533
- "start": {
5534
- "line": 137,
5535
- "column": 14,
5536
- "index": 3936
5537
- },
5538
- "end": {
5539
- "line": 143,
5540
- "column": 15,
5541
- "index": 4148
5542
- }
5543
- },
5544
- "filepath": "src/components/notification/notification_event_meta.tsx"
5545
- },
5546
- {
5547
- "token": "euiNotificationEventReadButton.markAsReadAria",
5548
- "defString": "Mark {eventName} as read",
5549
- "highlighting": "string",
5550
- "loc": {
5551
- "start": {
5552
- "line": 40,
5553
- "column": 25,
5554
- "index": 1366
5555
- },
5556
- "end": {
5557
- "line": 46,
5558
- "column": 3,
5559
- "index": 1495
5560
- }
5561
- },
5562
- "filepath": "src/components/notification/notification_event_read_button.tsx"
5563
- },
5564
- {
5565
- "token": "euiNotificationEventReadButton.markAsUnreadAria",
5566
- "defString": "Mark {eventName} as unread",
5567
- "highlighting": "string",
5568
- "loc": {
5569
- "start": {
5570
- "line": 48,
5571
- "column": 27,
5572
- "index": 1525
5573
- },
5574
- "end": {
5575
- "line": 54,
5576
- "column": 3,
5577
- "index": 1658
5578
- }
5579
- },
5580
- "filepath": "src/components/notification/notification_event_read_button.tsx"
5581
- },
5582
- {
5583
- "token": "euiNotificationEventReadButton.markAsRead",
5584
- "defString": "Mark as read",
5585
- "highlighting": "string",
5586
- "loc": {
5587
- "start": {
5588
- "line": 56,
5589
- "column": 21,
5590
- "index": 1682
5591
- },
5592
- "end": {
5593
- "line": 59,
5594
- "column": 3,
5595
- "index": 1765
5596
- }
5597
- },
5598
- "filepath": "src/components/notification/notification_event_read_button.tsx"
5599
- },
5600
- {
5601
- "token": "euiNotificationEventReadButton.markAsUnread",
5602
- "defString": "Mark as unread",
5603
- "highlighting": "string",
5604
- "loc": {
5605
- "start": {
5606
- "line": 61,
5607
- "column": 23,
5608
- "index": 1791
5609
- },
5610
- "end": {
5611
- "line": 64,
5612
- "column": 3,
5613
- "index": 1878
5614
- }
5615
- },
5616
- "filepath": "src/components/notification/notification_event_read_button.tsx"
5617
- },
5618
- {
5619
- "token": "euiNotificationEventReadIcon.readAria",
5620
- "defString": "{eventName} is read",
5621
- "highlighting": "string",
5622
- "loc": {
5623
- "start": {
5624
- "line": 36,
5625
- "column": 19,
5626
- "index": 1203
5627
- },
5628
- "end": {
5629
- "line": 42,
5630
- "column": 3,
5631
- "index": 1319
5632
- }
5633
- },
5634
- "filepath": "src/components/notification/notification_event_read_icon.tsx"
5635
- },
5636
- {
5637
- "token": "euiNotificationEventReadIcon.unreadAria",
5638
- "defString": "{eventName} is unread",
5639
- "highlighting": "string",
5640
- "loc": {
5641
- "start": {
5642
- "line": 44,
5643
- "column": 21,
5644
- "index": 1343
5645
- },
5646
- "end": {
5647
- "line": 50,
5648
- "column": 3,
5649
- "index": 1463
5650
- }
5651
- },
5652
- "filepath": "src/components/notification/notification_event_read_icon.tsx"
5653
- },
5654
- {
5655
- "token": "euiNotificationEventReadIcon.read",
5656
- "defString": "Read",
5657
- "highlighting": "string",
5658
- "loc": {
5659
- "start": {
5660
- "line": 51,
5661
- "column": 20,
5662
- "index": 1485
5663
- },
5664
- "end": {
5665
- "line": 51,
5666
- "column": 75,
5667
- "index": 1540
5668
- }
5669
- },
5670
- "filepath": "src/components/notification/notification_event_read_icon.tsx"
5671
- },
5672
- {
5673
- "token": "euiNotificationEventReadIcon.unread",
5674
- "defString": "Unread",
5675
- "highlighting": "string",
5676
- "loc": {
5677
- "start": {
5678
- "line": 52,
5679
- "column": 22,
5680
- "index": 1564
5681
- },
5682
- "end": {
5683
- "line": 55,
5684
- "column": 3,
5685
- "index": 1635
5686
- }
5687
- },
5688
- "filepath": "src/components/notification/notification_event_read_icon.tsx"
5689
- },
5690
5438
  {
5691
5439
  "token": "euiPaginationButtonArrow.firstPage",
5692
5440
  "defString": "First page",
@@ -7115,14 +6863,14 @@
7115
6863
  "highlighting": "string",
7116
6864
  "loc": {
7117
6865
  "start": {
7118
- "line": 283,
6866
+ "line": 291,
7119
6867
  "column": 12,
7120
- "index": 7891
6868
+ "index": 8058
7121
6869
  },
7122
6870
  "end": {
7123
- "line": 286,
6871
+ "line": 294,
7124
6872
  "column": 13,
7125
- "index": 8051
6873
+ "index": 8218
7126
6874
  }
7127
6875
  },
7128
6876
  "filepath": "src/components/tree_view/tree_view.tsx"
@@ -7133,14 +6881,14 @@
7133
6881
  "highlighting": "string",
7134
6882
  "loc": {
7135
6883
  "start": {
7136
- "line": 310,
6884
+ "line": 318,
7137
6885
  "column": 20,
7138
- "index": 8930
6886
+ "index": 9097
7139
6887
  },
7140
6888
  "end": {
7141
- "line": 318,
6889
+ "line": 326,
7142
6890
  "column": 21,
7143
- "index": 9305
6891
+ "index": 9472
7144
6892
  }
7145
6893
  },
7146
6894
  "filepath": "src/components/tree_view/tree_view.tsx"