@elastic/eui 102.1.0 → 102.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/es/components/basic_table/basic_table.js +10 -9
  2. package/es/components/basic_table/in_memory_table.js +18 -16
  3. package/es/components/breadcrumbs/_breadcrumb_content.js +1 -1
  4. package/es/components/breadcrumbs/breadcrumbs.js +3 -3
  5. package/es/components/button/button_group/button_group.js +1 -1
  6. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  7. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  8. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  9. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  10. package/es/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  11. package/es/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  12. package/es/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  13. package/es/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  14. package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  15. package/es/components/comment_list/comment_list.js +1 -1
  16. package/es/components/datagrid/body/cell/data_grid_cell.js +9 -9
  17. package/es/components/datagrid/body/data_grid_body.js +14 -9
  18. package/es/components/datagrid/body/data_grid_body_custom.js +14 -9
  19. package/es/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  20. package/es/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  21. package/es/components/datagrid/body/header/draggable_columns.js +1 -1
  22. package/es/components/datagrid/controls/column_sorting.js +6 -6
  23. package/es/components/datagrid/controls/column_sorting_draggable.js +3 -3
  24. package/es/components/datagrid/utils/in_memory.js +3 -3
  25. package/es/components/datagrid/utils/scrolling.js +3 -1
  26. package/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  27. package/es/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  28. package/es/components/form/range/dual_range.js +1 -1
  29. package/es/components/form/range/range.js +1 -1
  30. package/es/components/form/range/range_track.js +1 -1
  31. package/es/components/form/select/select.js +1 -1
  32. package/es/components/header/header.js +10 -10
  33. package/es/components/header/header_breadcrumbs/header_breadcrumbs.js +3 -3
  34. package/es/components/header/header_links/header_links.js +1 -1
  35. package/es/components/icon/assets/logo_elastic.js +23 -17
  36. package/es/components/icon/icon.styles.js +1 -1
  37. package/es/components/key_pad_menu/key_pad_menu.js +1 -1
  38. package/es/components/list_group/list_group.js +2 -2
  39. package/es/components/list_group/list_group_item.js +1 -1
  40. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  41. package/es/components/loading/loading_elastic.styles.js +2 -2
  42. package/es/components/loading/loading_spinner.js +1 -1
  43. package/es/components/page/page_header/page_header_content.js +1 -1
  44. package/es/components/popover/popover.js +1 -1
  45. package/es/components/responsive/hide_for.js +1 -1
  46. package/es/components/responsive/show_for.js +1 -1
  47. package/es/components/search_bar/filters/field_value_selection_filter.js +1 -1
  48. package/es/components/search_bar/filters/field_value_toggle_group_filter.js +1 -1
  49. package/es/components/search_bar/search_bar.js +3 -3
  50. package/es/components/search_bar/search_filters.js +2 -2
  51. package/es/components/selectable/selectable.js +13 -12
  52. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  53. package/es/components/side_nav/side_nav.js +2 -2
  54. package/es/components/table/table_row_cell.js +1 -1
  55. package/es/components/timeline/timeline.js +1 -1
  56. package/es/components/toast/global_toast_list.js +27 -20
  57. package/es/components/tour/tour_step.js +1 -1
  58. package/es/services/theme/hooks.js +11 -0
  59. package/es/services/theme/index.js +1 -1
  60. package/es/themes/json/eui_theme_amsterdam_dark.json +427 -0
  61. package/es/themes/json/eui_theme_amsterdam_light.json +427 -0
  62. package/es/themes/json/eui_theme_borealis_dark.json +427 -0
  63. package/es/themes/json/eui_theme_borealis_light.json +427 -0
  64. package/eui.d.ts +1840 -88
  65. package/lib/components/basic_table/basic_table.js +10 -9
  66. package/lib/components/basic_table/in_memory_table.js +18 -16
  67. package/lib/components/breadcrumbs/_breadcrumb_content.js +1 -1
  68. package/lib/components/breadcrumbs/breadcrumbs.js +2 -2
  69. package/lib/components/button/button_group/button_group.js +1 -1
  70. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  71. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  72. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  73. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  74. package/lib/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  75. package/lib/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  76. package/lib/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  77. package/lib/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  78. package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  79. package/lib/components/comment_list/comment_list.js +1 -1
  80. package/lib/components/datagrid/body/cell/data_grid_cell.js +9 -9
  81. package/lib/components/datagrid/body/data_grid_body.js +14 -9
  82. package/lib/components/datagrid/body/data_grid_body_custom.js +14 -9
  83. package/lib/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  84. package/lib/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  85. package/lib/components/datagrid/body/header/draggable_columns.js +1 -1
  86. package/lib/components/datagrid/controls/column_sorting.js +6 -6
  87. package/lib/components/datagrid/controls/column_sorting_draggable.js +3 -3
  88. package/lib/components/datagrid/utils/in_memory.js +3 -3
  89. package/lib/components/datagrid/utils/scrolling.js +3 -1
  90. package/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  91. package/lib/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  92. package/lib/components/empty_prompt/images/illustration.svg +939 -0
  93. package/lib/components/form/range/dual_range.js +1 -1
  94. package/lib/components/form/range/range.js +1 -1
  95. package/lib/components/form/range/range_track.js +1 -1
  96. package/lib/components/form/select/select.js +1 -1
  97. package/lib/components/header/header.js +10 -10
  98. package/lib/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -2
  99. package/lib/components/icon/assets/logo_elastic.js +23 -17
  100. package/lib/components/icon/icon.styles.js +1 -1
  101. package/lib/components/icon/svgs/logo_elastic.svg +7 -9
  102. package/lib/components/key_pad_menu/key_pad_menu.js +1 -1
  103. package/lib/components/list_group/list_group.js +2 -2
  104. package/lib/components/list_group/list_group_item.js +1 -1
  105. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  106. package/lib/components/loading/loading_elastic.styles.js +2 -2
  107. package/lib/components/loading/loading_spinner.js +1 -1
  108. package/lib/components/popover/popover.js +1 -1
  109. package/lib/components/responsive/hide_for.js +1 -1
  110. package/lib/components/responsive/show_for.js +1 -1
  111. package/lib/components/search_bar/filters/field_value_selection_filter.js +1 -1
  112. package/lib/components/search_bar/filters/field_value_toggle_group_filter.js +1 -1
  113. package/lib/components/search_bar/search_bar.js +3 -3
  114. package/lib/components/search_bar/search_filters.js +2 -2
  115. package/lib/components/selectable/selectable.js +13 -12
  116. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  117. package/lib/components/side_nav/side_nav.js +2 -2
  118. package/lib/components/table/table_row_cell.js +1 -1
  119. package/lib/components/timeline/timeline.js +1 -1
  120. package/lib/components/toast/global_toast_list.js +27 -20
  121. package/lib/services/theme/hooks.js +12 -1
  122. package/lib/services/theme/index.js +6 -0
  123. package/lib/themes/json/eui_theme_amsterdam_dark.json +427 -0
  124. package/lib/themes/json/eui_theme_amsterdam_light.json +427 -0
  125. package/lib/themes/json/eui_theme_borealis_dark.json +427 -0
  126. package/lib/themes/json/eui_theme_borealis_light.json +427 -0
  127. package/optimize/es/components/datagrid/body/data_grid_body_virtualized.js +44 -1
  128. package/optimize/es/components/datagrid/utils/scrolling.js +3 -1
  129. package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  130. package/optimize/es/components/form/select/select.js +1 -1
  131. package/optimize/es/components/icon/assets/logo_elastic.js +23 -17
  132. package/optimize/es/components/icon/icon.styles.js +1 -1
  133. package/optimize/es/components/loading/loading_elastic.styles.js +2 -2
  134. package/optimize/es/components/selectable/selectable.js +10 -9
  135. package/optimize/es/components/toast/global_toast_list.js +24 -20
  136. package/optimize/es/services/theme/hooks.js +11 -0
  137. package/optimize/es/services/theme/index.js +1 -1
  138. package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +427 -0
  139. package/optimize/es/themes/json/eui_theme_amsterdam_light.json +427 -0
  140. package/optimize/es/themes/json/eui_theme_borealis_dark.json +427 -0
  141. package/optimize/es/themes/json/eui_theme_borealis_light.json +427 -0
  142. package/optimize/lib/components/datagrid/body/data_grid_body_virtualized.js +44 -1
  143. package/optimize/lib/components/datagrid/utils/scrolling.js +3 -1
  144. package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  145. package/optimize/lib/components/empty_prompt/images/illustration.svg +939 -0
  146. package/optimize/lib/components/form/select/select.js +1 -1
  147. package/optimize/lib/components/icon/assets/logo_elastic.js +23 -17
  148. package/optimize/lib/components/icon/icon.styles.js +1 -1
  149. package/optimize/lib/components/icon/svgs/logo_elastic.svg +7 -9
  150. package/optimize/lib/components/loading/loading_elastic.styles.js +2 -2
  151. package/optimize/lib/components/selectable/selectable.js +10 -9
  152. package/optimize/lib/components/toast/global_toast_list.js +24 -20
  153. package/optimize/lib/services/theme/hooks.js +12 -1
  154. package/optimize/lib/services/theme/index.js +6 -0
  155. package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +427 -0
  156. package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +427 -0
  157. package/optimize/lib/themes/json/eui_theme_borealis_dark.json +427 -0
  158. package/optimize/lib/themes/json/eui_theme_borealis_light.json +427 -0
  159. package/package.json +3 -5
  160. package/test-env/components/basic_table/basic_table.js +10 -9
  161. package/test-env/components/basic_table/in_memory_table.js +18 -16
  162. package/test-env/components/breadcrumbs/_breadcrumb_content.js +1 -1
  163. package/test-env/components/breadcrumbs/breadcrumbs.js +2 -2
  164. package/test-env/components/button/button_group/button_group.js +1 -1
  165. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  166. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  167. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  168. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  169. package/test-env/components/color_picker/color_palette_display/color_palette_display.js +2 -2
  170. package/test-env/components/color_picker/color_palette_display/color_palette_display_fixed.js +1 -1
  171. package/test-env/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -1
  172. package/test-env/components/color_picker/color_palette_picker/color_palette_picker.js +4 -4
  173. package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +1 -1
  174. package/test-env/components/comment_list/comment_list.js +1 -1
  175. package/test-env/components/datagrid/body/cell/data_grid_cell.js +9 -9
  176. package/test-env/components/datagrid/body/data_grid_body.js +14 -9
  177. package/test-env/components/datagrid/body/data_grid_body_custom.js +14 -9
  178. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +58 -10
  179. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +3 -3
  180. package/test-env/components/datagrid/body/header/draggable_columns.js +1 -1
  181. package/test-env/components/datagrid/controls/column_sorting.js +6 -6
  182. package/test-env/components/datagrid/controls/column_sorting_draggable.js +3 -3
  183. package/test-env/components/datagrid/utils/in_memory.js +3 -3
  184. package/test-env/components/datagrid/utils/scrolling.js +3 -1
  185. package/test-env/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +4 -2
  186. package/test-env/components/date_picker/super_date_picker/super_date_picker.js +4 -4
  187. package/test-env/components/form/range/dual_range.js +1 -1
  188. package/test-env/components/form/range/range.js +1 -1
  189. package/test-env/components/form/range/range_track.js +1 -1
  190. package/test-env/components/form/select/select.js +1 -1
  191. package/test-env/components/header/header.js +10 -10
  192. package/test-env/components/header/header_breadcrumbs/header_breadcrumbs.js +2 -2
  193. package/test-env/components/icon/assets/logo_elastic.js +23 -17
  194. package/test-env/components/icon/icon.styles.js +1 -1
  195. package/test-env/components/key_pad_menu/key_pad_menu.js +1 -1
  196. package/test-env/components/list_group/list_group.js +2 -2
  197. package/test-env/components/list_group/list_group_item.js +1 -1
  198. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  199. package/test-env/components/loading/loading_elastic.styles.js +2 -2
  200. package/test-env/components/loading/loading_spinner.js +1 -1
  201. package/test-env/components/popover/popover.js +1 -1
  202. package/test-env/components/responsive/hide_for.js +1 -1
  203. package/test-env/components/responsive/show_for.js +1 -1
  204. package/test-env/components/search_bar/filters/field_value_selection_filter.js +1 -1
  205. package/test-env/components/search_bar/filters/field_value_toggle_group_filter.js +1 -1
  206. package/test-env/components/search_bar/search_bar.js +3 -3
  207. package/test-env/components/search_bar/search_filters.js +2 -2
  208. package/test-env/components/selectable/selectable.js +13 -12
  209. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -3
  210. package/test-env/components/side_nav/side_nav.js +2 -2
  211. package/test-env/components/table/table_row_cell.js +1 -1
  212. package/test-env/components/timeline/timeline.js +1 -1
  213. package/test-env/components/toast/global_toast_list.js +24 -20
  214. package/test-env/services/theme/hooks.js +12 -1
  215. package/test-env/services/theme/index.js +6 -0
  216. package/test-env/themes/json/eui_theme_amsterdam_dark.json +427 -0
  217. package/test-env/themes/json/eui_theme_amsterdam_light.json +427 -0
  218. package/test-env/themes/json/eui_theme_borealis_dark.json +427 -0
  219. package/test-env/themes/json/eui_theme_borealis_light.json +427 -0
@@ -1052,10 +1052,10 @@ EuiBasicTable.propTypes = {
1052
1052
  */
1053
1053
  cellProps: PropTypes.oneOfType([PropTypes.any.isRequired, PropTypes.func.isRequired]),
1054
1054
  /**
1055
- * An array of one of the objects: #EuiTableFieldDataColumnType, #EuiTableComputedColumnType or #EuiTableActionsColumnType.
1055
+ * An array of one of the objects: {@link EuiTableFieldDataColumnType}, {@link EuiTableComputedColumnType} or {@link EuiTableActionsColumnType}.
1056
1056
  */
1057
1057
  /**
1058
- * An array of one of the objects: #EuiTableFieldDataColumnType, #EuiTableComputedColumnType or #EuiTableActionsColumnType.
1058
+ * An array of one of the objects: {@link EuiTableFieldDataColumnType}, {@link EuiTableComputedColumnType} or {@link EuiTableActionsColumnType}.
1059
1059
  */
1060
1060
  columns: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.shape({
1061
1061
  /**
@@ -1260,7 +1260,7 @@ EuiBasicTable.propTypes = {
1260
1260
  sortable: PropTypes.func
1261
1261
  }).isRequired, PropTypes.shape({
1262
1262
  /**
1263
- * An array of one of the objects: #DefaultItemAction or #CustomItemAction
1263
+ * An array of one of the objects: {@link DefaultItemAction} or {@link CustomItemAction}
1264
1264
  */
1265
1265
  actions: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.shape({
1266
1266
  /**
@@ -1432,11 +1432,12 @@ EuiBasicTable.propTypes = {
1432
1432
  */
1433
1433
  noItemsMessage: PropTypes.node,
1434
1434
  /**
1435
- * Called whenever pagination or sorting changes (this property is required when either pagination or sorting is configured). See #Criteria or #CriteriaWithPagination
1435
+ * Called whenever pagination or sorting changes (this property is required when either pagination or sorting is configured).
1436
+ * See {@link Criteria} or {@link CriteriaWithPagination}
1436
1437
  */
1437
1438
  onChange: PropTypes.func,
1438
1439
  /**
1439
- * Configures #Pagination
1440
+ * Configures {@link Pagination}
1440
1441
  */
1441
1442
  pagination: PropTypes.oneOfType([PropTypes.oneOf([undefined]), PropTypes.shape({
1442
1443
  /**
@@ -1476,10 +1477,10 @@ EuiBasicTable.propTypes = {
1476
1477
  */
1477
1478
  rowProps: PropTypes.oneOfType([PropTypes.any.isRequired, PropTypes.func.isRequired]),
1478
1479
  /**
1479
- * Configures #EuiTableSelectionType
1480
+ * Configures {@link EuiTableSelectionType}
1480
1481
  */
1481
1482
  /**
1482
- * Configures #EuiTableSelectionType
1483
+ * Configures {@link EuiTableSelectionType}
1483
1484
  */
1484
1485
  selection: PropTypes.shape({
1485
1486
  /**
@@ -1511,10 +1512,10 @@ EuiBasicTable.propTypes = {
1511
1512
  selected: PropTypes.arrayOf(PropTypes.any.isRequired)
1512
1513
  }),
1513
1514
  /**
1514
- * Configures #EuiTableSortingType
1515
+ * Configures {@link EuiTableSortingType}
1515
1516
  */
1516
1517
  /**
1517
- * Configures #EuiTableSortingType
1518
+ * Configures {@link EuiTableSortingType}
1518
1519
  */
1519
1520
  sorting: PropTypes.shape({
1520
1521
  /**
@@ -546,10 +546,10 @@ EuiInMemoryTable.propTypes = {
546
546
  */
547
547
  cellProps: PropTypes.oneOfType([PropTypes.any.isRequired, PropTypes.func.isRequired]),
548
548
  /**
549
- * An array of one of the objects: #EuiTableFieldDataColumnType, #EuiTableComputedColumnType or #EuiTableActionsColumnType.
549
+ * An array of one of the objects: {@link EuiTableFieldDataColumnType}, {@link EuiTableComputedColumnType} or {@link EuiTableActionsColumnType}.
550
550
  */
551
551
  /**
552
- * An array of one of the objects: #EuiTableFieldDataColumnType, #EuiTableComputedColumnType or #EuiTableActionsColumnType.
552
+ * An array of one of the objects: {@link EuiTableFieldDataColumnType}, {@link EuiTableComputedColumnType} or {@link EuiTableActionsColumnType}.
553
553
  */
554
554
  columns: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.shape({
555
555
  /**
@@ -754,7 +754,7 @@ EuiInMemoryTable.propTypes = {
754
754
  sortable: PropTypes.func
755
755
  }).isRequired, PropTypes.shape({
756
756
  /**
757
- * An array of one of the objects: #DefaultItemAction or #CustomItemAction
757
+ * An array of one of the objects: {@link DefaultItemAction} or {@link CustomItemAction}
758
758
  */
759
759
  actions: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.shape({
760
760
  /**
@@ -926,10 +926,10 @@ EuiInMemoryTable.propTypes = {
926
926
  */
927
927
  rowProps: PropTypes.oneOfType([PropTypes.any.isRequired, PropTypes.func.isRequired]),
928
928
  /**
929
- * Configures #EuiTableSelectionType
929
+ * Configures {@link EuiTableSelectionType}
930
930
  */
931
931
  /**
932
- * Configures #EuiTableSelectionType
932
+ * Configures {@link EuiTableSelectionType}
933
933
  */
934
934
  selection: PropTypes.shape({
935
935
  /**
@@ -969,10 +969,10 @@ EuiInMemoryTable.propTypes = {
969
969
  tableLayout: PropTypes.oneOf(["fixed", "auto"]),
970
970
  message: PropTypes.node,
971
971
  /**
972
- * Configures #Search.
972
+ * Configures {@link Search}.
973
973
  */
974
974
  /**
975
- * Configures #Search.
975
+ * Configures {@link Search}.
976
976
  */
977
977
  search: PropTypes.oneOfType([PropTypes.bool.isRequired, PropTypes.shape({
978
978
  onChange: PropTypes.func,
@@ -1045,7 +1045,7 @@ EuiInMemoryTable.propTypes = {
1045
1045
  }).isRequired, PropTypes.bool.isRequired])
1046
1046
  }),
1047
1047
  /**
1048
- An array of search filters. See #SearchFilterConfig.
1048
+ An array of search filters. See {@link SearchFilterConfig}.
1049
1049
  */
1050
1050
  filters: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.shape({
1051
1051
  type: PropTypes.oneOf(["is"]).isRequired,
@@ -1058,7 +1058,7 @@ EuiInMemoryTable.propTypes = {
1058
1058
  field: PropTypes.string,
1059
1059
  name: PropTypes.string.isRequired,
1060
1060
  /**
1061
- * See #FieldValueOptionType
1061
+ * See {@link FieldValueOptionType}
1062
1062
  */
1063
1063
  options: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.shape({
1064
1064
  field: PropTypes.string,
@@ -1114,7 +1114,7 @@ EuiInMemoryTable.propTypes = {
1114
1114
  type: PropTypes.oneOf(["field_value_toggle_group"]).isRequired,
1115
1115
  field: PropTypes.string.isRequired,
1116
1116
  /**
1117
- * See #FieldValueToggleGroupFilterItemType
1117
+ * See {@link FieldValueToggleGroupFilterItemType}
1118
1118
  */
1119
1119
  items: PropTypes.arrayOf(PropTypes.shape({
1120
1120
  value: PropTypes.oneOfType([PropTypes.string.isRequired, PropTypes.number.isRequired, PropTypes.bool.isRequired]).isRequired,
@@ -1176,7 +1176,7 @@ EuiInMemoryTable.propTypes = {
1176
1176
  */
1177
1177
  searchFormat: PropTypes.oneOf(["eql", "text"]),
1178
1178
  /**
1179
- * Configures #Pagination
1179
+ * Configures {@link Pagination}
1180
1180
  */
1181
1181
  pagination: PropTypes.oneOfType([PropTypes.oneOf([undefined]), PropTypes.oneOfType([PropTypes.bool.isRequired, PropTypes.shape({
1182
1182
  pageSizeOptions: PropTypes.arrayOf(PropTypes.number.isRequired),
@@ -1216,10 +1216,10 @@ EuiInMemoryTable.propTypes = {
1216
1216
  "aria-label": PropTypes.string
1217
1217
  }).isRequired])]),
1218
1218
  /**
1219
- * Configures #EuiTableSortingType
1219
+ * Configures {@link EuiTableSortingType}
1220
1220
  */
1221
1221
  /**
1222
- * Configures #EuiTableSortingType
1222
+ * Configures {@link EuiTableSortingType}
1223
1223
  */
1224
1224
  sorting: PropTypes.oneOfType([PropTypes.bool.isRequired, PropTypes.shape({
1225
1225
  sort: PropTypes.any.isRequired
@@ -1234,16 +1234,18 @@ EuiInMemoryTable.propTypes = {
1234
1234
  /**
1235
1235
  * `onChange` is not required when `pagination` and/or `sorting` are configured,
1236
1236
  * but if `onChange` is present it is responsible for handling state for each/both.
1237
- * See #Criteria or #CriteriaWithPagination
1237
+ * See {@link Criteria} or {@link CriteriaWithPagination}
1238
1238
  */
1239
1239
  /**
1240
1240
  * `onChange` is not required when `pagination` and/or `sorting` are configured,
1241
1241
  * but if `onChange` is present it is responsible for handling state for each/both.
1242
- * See #Criteria or #CriteriaWithPagination
1242
+ * See {@link Criteria} or {@link CriteriaWithPagination}
1243
1243
  */
1244
1244
  onChange: PropTypes.any,
1245
1245
  /**
1246
- * Callback for when table pagination or sorting is changed. This is meant to be informational only, and not used to set any state as the in-memory table already manages this state. See #Criteria or #CriteriaWithPagination.
1246
+ * Callback for when table pagination or sorting is changed. This is meant to be informational only,
1247
+ * and not used to set any state as the in-memory table already manages this state.
1248
+ * See {@link Criteria} or {@link CriteriaWithPagination}.
1247
1249
  */
1248
1250
  onTableChange: PropTypes.func,
1249
1251
  executeQueryOptions: PropTypes.shape({
@@ -201,7 +201,7 @@ EuiBreadcrumbContent.propTypes = {
201
201
  */
202
202
  panelStyle: PropTypes.any,
203
203
  /**
204
- * Object of props passed to EuiPanel. See #EuiPopoverPanelProps
204
+ * Object of props passed to EuiPanel. See {@link EuiPopoverPanelProps}
205
205
  */
206
206
  panelProps: PropTypes.shape({
207
207
  element: PropTypes.oneOf(["div"]),
@@ -93,7 +93,7 @@ EuiBreadcrumbs.propTypes = {
93
93
  css: PropTypes.any,
94
94
  /**
95
95
  * Hides extra (above the max) breadcrumbs under a collapsed item as the window gets smaller.
96
- * Pass a custom #EuiBreadcrumbResponsiveMaxCount object to change the number of breadcrumbs to show at the particular breakpoints.
96
+ * Pass a custom {@link EuiBreadcrumbResponsiveMaxCount} object to change the number of breadcrumbs to show at the particular breakpoints.
97
97
  *
98
98
  * Pass `false` to turn this behavior off.
99
99
  *
@@ -113,7 +113,7 @@ EuiBreadcrumbs.propTypes = {
113
113
  */
114
114
  max: PropTypes.oneOfType([PropTypes.number.isRequired, PropTypes.oneOf([null])]),
115
115
  /**
116
- * The array of individual #EuiBreadcrumb items
116
+ * The array of individual {@link EuiBreadcrumb} items
117
117
  */
118
118
  breadcrumbs: PropTypes.arrayOf(PropTypes.shape({
119
119
  className: PropTypes.string,
@@ -212,7 +212,7 @@ EuiBreadcrumbs.propTypes = {
212
212
  */
213
213
  panelStyle: PropTypes.any,
214
214
  /**
215
- * Object of props passed to EuiPanel. See #EuiPopoverPanelProps
215
+ * Object of props passed to EuiPanel. See {@link EuiPopoverPanelProps}
216
216
  */
217
217
  panelProps: PropTypes.shape({
218
218
  element: PropTypes.oneOf(["div"]),
@@ -118,7 +118,7 @@ EuiButtonGroup.propTypes = {
118
118
  */
119
119
  type: PropTypes.oneOfType([PropTypes.oneOfType([PropTypes.oneOf(["single", "multi"]), PropTypes.oneOf(["single"])]), PropTypes.oneOf(["multi"])]),
120
120
  /**
121
- * An array of #EuiButtonGroupOptionProps
121
+ * An array of {@link EuiButtonGroupOptionProps}
122
122
  */
123
123
  options: PropTypes.arrayOf(PropTypes.shape({
124
124
  /**
@@ -211,7 +211,7 @@ KibanaCollapsibleNavSolution.propTypes = {
211
211
  */
212
212
  showToolTip: PropTypes.bool,
213
213
  /**
214
- * An object of #EuiListGroupItemExtraAction props.
214
+ * An object of {@link EuiListGroupItemExtraAction} props.
215
215
  * Adds an `EuiButtonIcon` to the right side of the item; `iconType` is required;
216
216
  * pass `alwaysShow` if you don't want the default behavior of only showing on hover
217
217
  */
@@ -83,7 +83,7 @@ EuiCollapsedNavItem.propTypes = {
83
83
  /**
84
84
  * Will render either an accordion or group of nested child item links.
85
85
  *
86
- * Accepts any #EuiCollapsibleNavItemProps. Or, to render completely custom
86
+ * Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
87
87
  * subitem content, pass an object with a `renderItem` callback.
88
88
  */
89
89
  items: PropTypes.arrayOf(PropTypes.shape({
@@ -131,7 +131,7 @@ EuiCollapsedNavItem.propTypes = {
131
131
  /**
132
132
  * Will render either an accordion or group of nested child item links.
133
133
  *
134
- * Accepts any #EuiCollapsibleNavItemProps. Or, to render completely custom
134
+ * Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
135
135
  * subitem content, pass an object with a `renderItem` callback.
136
136
  */
137
137
  items: PropTypes.arrayOf(PropTypes.any.isRequired),
@@ -133,7 +133,7 @@ EuiCollapsedNavPopover.propTypes = {
133
133
  /**
134
134
  * Will render either an accordion or group of nested child item links.
135
135
  *
136
- * Accepts any #EuiCollapsibleNavItemProps. Or, to render completely custom
136
+ * Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
137
137
  * subitem content, pass an object with a `renderItem` callback.
138
138
  */
139
139
  items: PropTypes.arrayOf(PropTypes.shape({
@@ -181,7 +181,7 @@ EuiCollapsedNavPopover.propTypes = {
181
181
  /**
182
182
  * Will render either an accordion or group of nested child item links.
183
183
  *
184
- * Accepts any #EuiCollapsibleNavItemProps. Or, to render completely custom
184
+ * Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
185
185
  * subitem content, pass an object with a `renderItem` callback.
186
186
  */
187
187
  items: PropTypes.arrayOf(PropTypes.any.isRequired),
@@ -127,7 +127,7 @@ EuiCollapsibleNavItemDisplay.propTypes = {
127
127
  /**
128
128
  * Will render either an accordion or group of nested child item links.
129
129
  *
130
- * Accepts any #EuiCollapsibleNavItemProps. Or, to render completely custom
130
+ * Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
131
131
  * subitem content, pass an object with a `renderItem` callback.
132
132
  */
133
133
  items: PropTypes.arrayOf(PropTypes.shape({
@@ -242,7 +242,7 @@ EuiCollapsibleNavSubItem.propTypes = {
242
242
  /**
243
243
  * Will render either an accordion or group of nested child item links.
244
244
  *
245
- * Accepts any #EuiCollapsibleNavItemProps. Or, to render completely custom
245
+ * Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
246
246
  * subitem content, pass an object with a `renderItem` callback.
247
247
  */
248
248
  items: PropTypes.arrayOf(PropTypes.any.isRequired),
@@ -348,7 +348,7 @@ EuiCollapsibleNavSubItems.propTypes = {
348
348
  /**
349
349
  * Will render either an accordion or group of nested child item links.
350
350
  *
351
- * Accepts any #EuiCollapsibleNavItemProps. Or, to render completely custom
351
+ * Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
352
352
  * subitem content, pass an object with a `renderItem` callback.
353
353
  */
354
354
  items: PropTypes.arrayOf(PropTypes.any.isRequired),
@@ -430,7 +430,7 @@ EuiCollapsibleNavItem.propTypes = {
430
430
  /**
431
431
  * Will render either an accordion or group of nested child item links.
432
432
  *
433
- * Accepts any #EuiCollapsibleNavItemProps. Or, to render completely custom
433
+ * Accepts any {@link EuiCollapsibleNavItemProps}. Or, to render completely custom
434
434
  * subitem content, pass an object with a `renderItem` callback.
435
435
  */
436
436
  items: PropTypes.arrayOf(PropTypes.shape({
@@ -58,10 +58,10 @@ EuiColorPaletteDisplay.propTypes = {
58
58
  "data-test-subj": PropTypes.string,
59
59
  css: PropTypes.any,
60
60
  /**
61
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
61
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
62
62
  */
63
63
  /**
64
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
64
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
65
65
  */
66
66
  palette: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired).isRequired, PropTypes.arrayOf(PropTypes.any.isRequired).isRequired]).isRequired
67
67
  };
@@ -45,7 +45,7 @@ EuiColorPaletteDisplayFixed.propTypes = {
45
45
  "data-test-subj": PropTypes.string,
46
46
  css: PropTypes.any,
47
47
  /**
48
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
48
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
49
49
  */
50
50
  palette: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired).isRequired, PropTypes.arrayOf(PropTypes.any.isRequired).isRequired]).isRequired
51
51
  };
@@ -42,7 +42,7 @@ EuiColorPaletteDisplayGradient.propTypes = {
42
42
  "data-test-subj": PropTypes.string,
43
43
  css: PropTypes.any,
44
44
  /**
45
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
45
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
46
46
  */
47
47
  palette: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired).isRequired, PropTypes.arrayOf(PropTypes.any.isRequired).isRequired]).isRequired
48
48
  };
@@ -172,7 +172,7 @@ EuiColorPalettePicker.propTypes = {
172
172
  */
173
173
  selectionDisplay: PropTypes.oneOf(["palette", "title"]),
174
174
  /**
175
- * An array of one of the following objects: #EuiColorPalettePickerPaletteText, #EuiColorPalettePickerPaletteFixed, #EuiColorPalettePickerPaletteGradient
175
+ * An array of one of the following objects: {@link EuiColorPalettePickerPaletteText}, {@link EuiColorPalettePickerPaletteFixed}, {@link EuiColorPalettePickerPaletteGradient}
176
176
  */
177
177
  palettes: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.shape({
178
178
  /**
@@ -188,7 +188,7 @@ EuiColorPalettePicker.propTypes = {
188
188
  */
189
189
  type: PropTypes.oneOf(["text"]).isRequired,
190
190
  /**
191
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
191
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
192
192
  */
193
193
  palette: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired).isRequired, PropTypes.arrayOf(PropTypes.shape({
194
194
  stop: PropTypes.number.isRequired,
@@ -216,7 +216,7 @@ EuiColorPalettePicker.propTypes = {
216
216
  */
217
217
  type: PropTypes.oneOf(["fixed"]).isRequired,
218
218
  /**
219
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
219
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
220
220
  */
221
221
  palette: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired).isRequired, PropTypes.arrayOf(PropTypes.shape({
222
222
  stop: PropTypes.number.isRequired,
@@ -244,7 +244,7 @@ EuiColorPalettePicker.propTypes = {
244
244
  */
245
245
  type: PropTypes.oneOf(["gradient"]).isRequired,
246
246
  /**
247
- * Array of color `strings` or an array of #PaletteColorStop. The stops must be numbers in an ordered range.
247
+ * Array of color `strings` or an array of {@link PaletteColorStop}. The stops must be numbers in an ordered range.
248
248
  */
249
249
  palette: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired).isRequired, PropTypes.arrayOf(PropTypes.shape({
250
250
  stop: PropTypes.number.isRequired,
@@ -417,7 +417,7 @@ EuiComboBoxOptionsList.propTypes = {
417
417
  onOptionEnterKey: PropTypes.func,
418
418
  onScroll: PropTypes.any,
419
419
  /**
420
- * Array of EuiComboBoxOptionOption objects. See #EuiComboBoxOptionOption
420
+ * Array of EuiComboBoxOptionOption objects. See {@link EuiComboBoxOptionOption}
421
421
  */
422
422
  options: PropTypes.arrayOf(PropTypes.shape({
423
423
  isGroupLabelOption: PropTypes.bool,
@@ -43,7 +43,7 @@ EuiCommentList.propTypes = {
43
43
  "data-test-subj": PropTypes.string,
44
44
  css: PropTypes.any,
45
45
  /**
46
- * List of comments to render. See #EuiComment
46
+ * List of comments to render. See {@link EuiComment}
47
47
  */
48
48
  comments: PropTypes.arrayOf(PropTypes.shape({
49
49
  /**
@@ -146,12 +146,12 @@ EuiDataGridCellContent.propTypes = {
146
146
  defaultSortDirection: PropTypes.oneOf(["asc", "desc"]),
147
147
  /**
148
148
  * A Schema to use for the column.
149
- * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own #EuiDataGrid `schemaDetectors` (for in-memory detection).
149
+ * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own {@link EuiDataGrid} `schemaDetectors` (for in-memory detection).
150
150
  * In general, it is advised to pass in a value here when you are sure of the schema ahead of time, so that you don't need to rely on the automatic detection.
151
151
  */
152
152
  schema: PropTypes.string,
153
153
  /**
154
- * Configuration of column actions. Set to false to disable or use #EuiDataGridColumnActions to configure the actions displayed in the header cell of the column.
154
+ * Configuration of column actions. Set to false to disable or use {@link EuiDataGridColumnActions} to configure the actions displayed in the header cell of the column.
155
155
  */
156
156
  actions: PropTypes.oneOfType([PropTypes.oneOf([false]), PropTypes.shape({
157
157
  /**
@@ -200,7 +200,7 @@ EuiDataGridCellContent.propTypes = {
200
200
  */
201
201
  showToolTip: PropTypes.bool,
202
202
  /**
203
- * An object of #EuiListGroupItemExtraAction props.
203
+ * An object of {@link EuiListGroupItemExtraAction} props.
204
204
  * Adds an `EuiButtonIcon` to the right side of the item; `iconType` is required;
205
205
  * pass `alwaysShow` if you don't want the default behavior of only showing on hover
206
206
  */
@@ -536,7 +536,7 @@ EuiDataGridCellContent.propTypes = {
536
536
  * Defines the height for a specific row. It can be line count or just height.
537
537
  *
538
538
  * When using row height overrides, we strongly setting the `showDisplaySelector: allowRowHeight`
539
- * toolbar control to `false` in #EuiDataGridToolBarVisibilityOptions
539
+ * toolbar control to `false` in {@link EuiDataGridToolBarVisibilityOptions}
540
540
  */
541
541
  rowHeights: PropTypes.any,
542
542
  /**
@@ -580,7 +580,7 @@ EuiDataGridCellContent.propTypes = {
580
580
  */
581
581
  stripes: PropTypes.bool,
582
582
  /**
583
- * Visual style for the column headers. Recommendation is to use the `underline` style in times when #EuiDataGrid `toolbarVisibility` is set to `false`.
583
+ * Visual style for the column headers. Recommendation is to use the `underline` style in times when {@link EuiDataGrid} `toolbarVisibility` is set to `false`.
584
584
  * @default shade
585
585
  */
586
586
  header: PropTypes.oneOf(["shade", "underline"]),
@@ -1083,12 +1083,12 @@ EuiDataGridCell.propTypes = {
1083
1083
  defaultSortDirection: PropTypes.oneOf(["asc", "desc"]),
1084
1084
  /**
1085
1085
  * A Schema to use for the column.
1086
- * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own #EuiDataGrid `schemaDetectors` (for in-memory detection).
1086
+ * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own {@link EuiDataGrid} `schemaDetectors` (for in-memory detection).
1087
1087
  * In general, it is advised to pass in a value here when you are sure of the schema ahead of time, so that you don't need to rely on the automatic detection.
1088
1088
  */
1089
1089
  schema: PropTypes.string,
1090
1090
  /**
1091
- * Configuration of column actions. Set to false to disable or use #EuiDataGridColumnActions to configure the actions displayed in the header cell of the column.
1091
+ * Configuration of column actions. Set to false to disable or use {@link EuiDataGridColumnActions} to configure the actions displayed in the header cell of the column.
1092
1092
  */
1093
1093
  actions: PropTypes.oneOfType([PropTypes.oneOf([false]), PropTypes.shape({
1094
1094
  /**
@@ -1407,7 +1407,7 @@ EuiDataGridCell.propTypes = {
1407
1407
  * Defines the height for a specific row. It can be line count or just height.
1408
1408
  *
1409
1409
  * When using row height overrides, we strongly setting the `showDisplaySelector: allowRowHeight`
1410
- * toolbar control to `false` in #EuiDataGridToolBarVisibilityOptions
1410
+ * toolbar control to `false` in {@link EuiDataGridToolBarVisibilityOptions}
1411
1411
  */
1412
1412
  rowHeights: PropTypes.any,
1413
1413
  /**
@@ -1454,7 +1454,7 @@ EuiDataGridCell.propTypes = {
1454
1454
  */
1455
1455
  stripes: PropTypes.bool,
1456
1456
  /**
1457
- * Visual style for the column headers. Recommendation is to use the `underline` style in times when #EuiDataGrid `toolbarVisibility` is set to `false`.
1457
+ * Visual style for the column headers. Recommendation is to use the `underline` style in times when {@link EuiDataGrid} `toolbarVisibility` is set to `false`.
1458
1458
  * @default shade
1459
1459
  */
1460
1460
  header: PropTypes.oneOf(["shade", "underline"]),
@@ -138,12 +138,12 @@ EuiDataGridBody.propTypes = {
138
138
  defaultSortDirection: PropTypes.oneOf(["asc", "desc"]),
139
139
  /**
140
140
  * A Schema to use for the column.
141
- * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own #EuiDataGrid `schemaDetectors` (for in-memory detection).
141
+ * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own {@link EuiDataGrid} `schemaDetectors` (for in-memory detection).
142
142
  * In general, it is advised to pass in a value here when you are sure of the schema ahead of time, so that you don't need to rely on the automatic detection.
143
143
  */
144
144
  schema: PropTypes.string,
145
145
  /**
146
- * Configuration of column actions. Set to false to disable or use #EuiDataGridColumnActions to configure the actions displayed in the header cell of the column.
146
+ * Configuration of column actions. Set to false to disable or use {@link EuiDataGridColumnActions} to configure the actions displayed in the header cell of the column.
147
147
  */
148
148
  actions: PropTypes.oneOfType([PropTypes.oneOf([false]), PropTypes.shape({
149
149
  /**
@@ -192,7 +192,7 @@ EuiDataGridBody.propTypes = {
192
192
  */
193
193
  showToolTip: PropTypes.bool,
194
194
  /**
195
- * An object of #EuiListGroupItemExtraAction props.
195
+ * An object of {@link EuiListGroupItemExtraAction} props.
196
196
  * Adds an `EuiButtonIcon` to the right side of the item; `iconType` is required;
197
197
  * pass `alwaysShow` if you don't want the default behavior of only showing on hover
198
198
  */
@@ -502,7 +502,7 @@ EuiDataGridBody.propTypes = {
502
502
  schema: PropTypes.shape({}).isRequired,
503
503
  schemaDetectors: PropTypes.arrayOf(PropTypes.shape({
504
504
  /**
505
- * The name of this data type, matches #EuiDataGridColumn / `schema`
505
+ * The name of this data type, matches {@link EuiDataGridColumn} / `schema`
506
506
  */
507
507
  type: PropTypes.string.isRequired,
508
508
  /**
@@ -530,7 +530,7 @@ EuiDataGridBody.propTypes = {
530
530
  */
531
531
  sortTextDesc: PropTypes.node.isRequired,
532
532
  /**
533
- * Whether columns with this schema are sortable (defaults to true). Can be overridden at the individual #EuiDataGridColumn level
533
+ * Whether columns with this schema are sortable (defaults to true). Can be overridden at the individual {@link EuiDataGridColumn} level
534
534
  */
535
535
  isSortable: PropTypes.bool,
536
536
  /**
@@ -538,7 +538,7 @@ EuiDataGridBody.propTypes = {
538
538
  */
539
539
  textTransform: PropTypes.oneOf(["uppercase", "lowercase", "capitalize"]),
540
540
  /**
541
- * Default sort direction of columns with this schema. Can be overridden at the individual #EuiDataGridColumn level
541
+ * Default sort direction of columns with this schema. Can be overridden at the individual {@link EuiDataGridColumn} level
542
542
  */
543
543
  defaultSortDirection: PropTypes.oneOf(["asc", "desc"])
544
544
  }).isRequired).isRequired,
@@ -571,7 +571,12 @@ EuiDataGridBody.propTypes = {
571
571
  setVisibleColumns: PropTypes.func.isRequired,
572
572
  switchColumnPos: PropTypes.func.isRequired,
573
573
  onColumnResize: PropTypes.func,
574
- virtualizationOptions: PropTypes.any,
574
+ virtualizationOptions: PropTypes.shape({
575
+ /**
576
+ * Called when the grid scroll positions changes, as a result of user scrolling or scroll-to method calls.
577
+ */
578
+ onScroll: PropTypes.func
579
+ }),
575
580
  rowHeightsOptions: PropTypes.shape({
576
581
  /**
577
582
  * Defines the default size for all rows. It can be line count or just height.
@@ -592,7 +597,7 @@ EuiDataGridBody.propTypes = {
592
597
  * Defines the height for a specific row. It can be line count or just height.
593
598
  *
594
599
  * When using row height overrides, we strongly setting the `showDisplaySelector: allowRowHeight`
595
- * toolbar control to `false` in #EuiDataGridToolBarVisibilityOptions
600
+ * toolbar control to `false` in {@link EuiDataGridToolBarVisibilityOptions}
596
601
  */
597
602
  rowHeights: PropTypes.any,
598
603
  /**
@@ -635,7 +640,7 @@ EuiDataGridBody.propTypes = {
635
640
  */
636
641
  stripes: PropTypes.bool,
637
642
  /**
638
- * Visual style for the column headers. Recommendation is to use the `underline` style in times when #EuiDataGrid `toolbarVisibility` is set to `false`.
643
+ * Visual style for the column headers. Recommendation is to use the `underline` style in times when {@link EuiDataGrid} `toolbarVisibility` is set to `false`.
639
644
  * @default shade
640
645
  */
641
646
  header: PropTypes.oneOf(["shade", "underline"]),
@@ -302,12 +302,12 @@ EuiDataGridBodyCustomRender.propTypes = {
302
302
  defaultSortDirection: PropTypes.oneOf(["asc", "desc"]),
303
303
  /**
304
304
  * A Schema to use for the column.
305
- * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own #EuiDataGrid `schemaDetectors` (for in-memory detection).
305
+ * Built-in values are [`boolean`, `currency`, `datetime`, `numeric`, `json`] but can be expanded by defining your own {@link EuiDataGrid} `schemaDetectors` (for in-memory detection).
306
306
  * In general, it is advised to pass in a value here when you are sure of the schema ahead of time, so that you don't need to rely on the automatic detection.
307
307
  */
308
308
  schema: PropTypes.string,
309
309
  /**
310
- * Configuration of column actions. Set to false to disable or use #EuiDataGridColumnActions to configure the actions displayed in the header cell of the column.
310
+ * Configuration of column actions. Set to false to disable or use {@link EuiDataGridColumnActions} to configure the actions displayed in the header cell of the column.
311
311
  */
312
312
  actions: PropTypes.oneOfType([PropTypes.oneOf([false]), PropTypes.shape({
313
313
  /**
@@ -356,7 +356,7 @@ EuiDataGridBodyCustomRender.propTypes = {
356
356
  */
357
357
  showToolTip: PropTypes.bool,
358
358
  /**
359
- * An object of #EuiListGroupItemExtraAction props.
359
+ * An object of {@link EuiListGroupItemExtraAction} props.
360
360
  * Adds an `EuiButtonIcon` to the right side of the item; `iconType` is required;
361
361
  * pass `alwaysShow` if you don't want the default behavior of only showing on hover
362
362
  */
@@ -666,7 +666,7 @@ EuiDataGridBodyCustomRender.propTypes = {
666
666
  schema: PropTypes.shape({}).isRequired,
667
667
  schemaDetectors: PropTypes.arrayOf(PropTypes.shape({
668
668
  /**
669
- * The name of this data type, matches #EuiDataGridColumn / `schema`
669
+ * The name of this data type, matches {@link EuiDataGridColumn} / `schema`
670
670
  */
671
671
  type: PropTypes.string.isRequired,
672
672
  /**
@@ -694,7 +694,7 @@ EuiDataGridBodyCustomRender.propTypes = {
694
694
  */
695
695
  sortTextDesc: PropTypes.node.isRequired,
696
696
  /**
697
- * Whether columns with this schema are sortable (defaults to true). Can be overridden at the individual #EuiDataGridColumn level
697
+ * Whether columns with this schema are sortable (defaults to true). Can be overridden at the individual {@link EuiDataGridColumn} level
698
698
  */
699
699
  isSortable: PropTypes.bool,
700
700
  /**
@@ -702,7 +702,7 @@ EuiDataGridBodyCustomRender.propTypes = {
702
702
  */
703
703
  textTransform: PropTypes.oneOf(["uppercase", "lowercase", "capitalize"]),
704
704
  /**
705
- * Default sort direction of columns with this schema. Can be overridden at the individual #EuiDataGridColumn level
705
+ * Default sort direction of columns with this schema. Can be overridden at the individual {@link EuiDataGridColumn} level
706
706
  */
707
707
  defaultSortDirection: PropTypes.oneOf(["asc", "desc"])
708
708
  }).isRequired).isRequired,
@@ -735,7 +735,12 @@ EuiDataGridBodyCustomRender.propTypes = {
735
735
  setVisibleColumns: PropTypes.func.isRequired,
736
736
  switchColumnPos: PropTypes.func.isRequired,
737
737
  onColumnResize: PropTypes.func,
738
- virtualizationOptions: PropTypes.any,
738
+ virtualizationOptions: PropTypes.shape({
739
+ /**
740
+ * Called when the grid scroll positions changes, as a result of user scrolling or scroll-to method calls.
741
+ */
742
+ onScroll: PropTypes.func
743
+ }),
739
744
  rowHeightsOptions: PropTypes.shape({
740
745
  /**
741
746
  * Defines the default size for all rows. It can be line count or just height.
@@ -756,7 +761,7 @@ EuiDataGridBodyCustomRender.propTypes = {
756
761
  * Defines the height for a specific row. It can be line count or just height.
757
762
  *
758
763
  * When using row height overrides, we strongly setting the `showDisplaySelector: allowRowHeight`
759
- * toolbar control to `false` in #EuiDataGridToolBarVisibilityOptions
764
+ * toolbar control to `false` in {@link EuiDataGridToolBarVisibilityOptions}
760
765
  */
761
766
  rowHeights: PropTypes.any,
762
767
  /**
@@ -799,7 +804,7 @@ EuiDataGridBodyCustomRender.propTypes = {
799
804
  */
800
805
  stripes: PropTypes.bool,
801
806
  /**
802
- * Visual style for the column headers. Recommendation is to use the `underline` style in times when #EuiDataGrid `toolbarVisibility` is set to `false`.
807
+ * Visual style for the column headers. Recommendation is to use the `underline` style in times when {@link EuiDataGrid} `toolbarVisibility` is set to `false`.
803
808
  * @default shade
804
809
  */
805
810
  header: PropTypes.oneOf(["shade", "underline"]),