diff --git a/package.json b/package.json index 89ce8842c3cc5..d232c0c72f63a 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "url": "https://github.com/elastic/kibana.git" }, "dependencies": { - "@elastic/eui": "3.7.0", + "@elastic/eui": "3.11.0", "@elastic/filesaver": "1.1.2", "@elastic/numeral": "2.3.2", "@elastic/ui-ace": "0.2.3", @@ -237,6 +237,7 @@ "@types/react": "^16.3.14", "@types/react-dom": "^16.0.5", "@types/react-redux": "^6.0.6", + "@types/react-virtualized": "^9.18.7", "@types/redux-actions": "^2.2.1", "@types/sinon": "^5.0.0", "@types/strip-ansi": "^3.0.0", diff --git a/src/core_plugins/kibana/public/dashboard/top_nav/__snapshots__/clone_modal.test.js.snap b/src/core_plugins/kibana/public/dashboard/top_nav/__snapshots__/clone_modal.test.js.snap index da7fe1b4c960c..3d31ffb7957d5 100644 --- a/src/core_plugins/kibana/public/dashboard/top_nav/__snapshots__/clone_modal.test.js.snap +++ b/src/core_plugins/kibana/public/dashboard/top_nav/__snapshots__/clone_modal.test.js.snap @@ -5,6 +5,7 @@ exports[`renders DashboardCloneModal 1`] = ` diff --git a/src/core_plugins/kibana/public/dashboard/top_nav/__snapshots__/save_modal.test.js.snap b/src/core_plugins/kibana/public/dashboard/top_nav/__snapshots__/save_modal.test.js.snap index 82275bb96b2d9..7e350b1149e59 100644 --- a/src/core_plugins/kibana/public/dashboard/top_nav/__snapshots__/save_modal.test.js.snap +++ b/src/core_plugins/kibana/public/dashboard/top_nav/__snapshots__/save_modal.test.js.snap @@ -5,6 +5,7 @@ exports[`renders DashboardSaveModal 1`] = ` diff --git a/src/core_plugins/kibana/public/management/sections/indices/edit_index_pattern/source_filters_table/components/table/__tests__/__snapshots__/table.test.js.snap b/src/core_plugins/kibana/public/management/sections/indices/edit_index_pattern/source_filters_table/components/table/__tests__/__snapshots__/table.test.js.snap index 43f0e5f43be47..66a56b51986f4 100644 --- a/src/core_plugins/kibana/public/management/sections/indices/edit_index_pattern/source_filters_table/components/table/__tests__/__snapshots__/table.test.js.snap +++ b/src/core_plugins/kibana/public/management/sections/indices/edit_index_pattern/source_filters_table/components/table/__tests__/__snapshots__/table.test.js.snap @@ -6,6 +6,7 @@ exports[`Table editing should show a save button 1`] = ` - + View: View 1 diff --git a/x-pack/package.json b/x-pack/package.json index 7c538b17c6aec..64f9d05316253 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -76,7 +76,7 @@ "yargs": "4.7.1" }, "dependencies": { - "@elastic/eui": "3.7.0", + "@elastic/eui": "3.11.0", "@elastic/node-crypto": "0.1.2", "@elastic/node-phantom-simple": "2.2.4", "@elastic/numeral": "2.3.2", diff --git a/x-pack/plugins/apm/public/components/app/ErrorGroupOverview/List/__test__/__snapshots__/List.test.js.snap b/x-pack/plugins/apm/public/components/app/ErrorGroupOverview/List/__test__/__snapshots__/List.test.js.snap index ee53c815949ff..45f29ec8663e2 100644 --- a/x-pack/plugins/apm/public/components/app/ErrorGroupOverview/List/__test__/__snapshots__/List.test.js.snap +++ b/x-pack/plugins/apm/public/components/app/ErrorGroupOverview/List/__test__/__snapshots__/List.test.js.snap @@ -54,7 +54,9 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = ` xlinkHref="#arrow_down-a" /> - + Sorting @@ -66,6 +68,16 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = ` +
+ Below is a table of + 0 + items. +
List should render empty state 1`] = ` xlinkHref="#arrow_down-a" /> - + Rows per page: 25 @@ -358,7 +372,9 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = ` xlinkHref="#arrow_down-a" /> - + Sorting @@ -370,6 +386,16 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = ` +
+ Below is a table of + 4 + items. +
List should render with data 1`] = ` xlinkHref="#arrow_down-a" /> - + Rows per page: 25 diff --git a/x-pack/plugins/apm/public/components/app/ServiceOverview/List/__test__/__snapshots__/List.test.js.snap b/x-pack/plugins/apm/public/components/app/ServiceOverview/List/__test__/__snapshots__/List.test.js.snap index f8a6516239197..4661b49df1b08 100644 --- a/x-pack/plugins/apm/public/components/app/ServiceOverview/List/__test__/__snapshots__/List.test.js.snap +++ b/x-pack/plugins/apm/public/components/app/ServiceOverview/List/__test__/__snapshots__/List.test.js.snap @@ -54,7 +54,9 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = ` xlinkHref="#arrow_down-a" /> - + Sorting @@ -66,6 +68,16 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = ` +
+ Below is a table of + 0 + items. +
List should render empty state 1`] = ` xlinkHref="#arrow_down-a" /> - + Rows per page: 10 @@ -366,7 +380,9 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = ` xlinkHref="#arrow_down-a" /> - + Sorting @@ -378,6 +394,16 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = ` +
+ Below is a table of + 2 + items. +
List should render with data 1`] = ` xlinkHref="#arrow_down-a" /> - + Rows per page: 10 diff --git a/x-pack/plugins/apm/public/components/shared/charts/Timeline/__test__/__snapshots__/Timeline.test.js.snap b/x-pack/plugins/apm/public/components/shared/charts/Timeline/__test__/__snapshots__/Timeline.test.js.snap index 3ba61791679f8..dc61c85c9db76 100644 --- a/x-pack/plugins/apm/public/components/shared/charts/Timeline/__test__/__snapshots__/Timeline.test.js.snap +++ b/x-pack/plugins/apm/public/components/shared/charts/Timeline/__test__/__snapshots__/Timeline.test.js.snap @@ -540,6 +540,8 @@ exports[`Timeline should render with data 1`] = ` >
@@ -113,6 +114,7 @@ exports[`UploadLicense should display a modal when license requires acknowledgem aria-label="Closes this modal window" className="euiModal__closeIcon" color="text" + iconSize="m" iconType="cross" onClick={[Function]} type="button" @@ -258,7 +260,9 @@ exports[`UploadLicense should display a modal when license requires acknowledgem - + Cancel @@ -454,7 +458,9 @@ exports[`UploadLicense should display a modal when license requires acknowledgem - + Cancel @@ -778,7 +784,9 @@ exports[`UploadLicense should display an error when ES says license is expired 1 - + Cancel @@ -1102,7 +1110,9 @@ exports[`UploadLicense should display an error when ES says license is invalid 1 - + Cancel @@ -1426,7 +1436,9 @@ exports[`UploadLicense should display an error when submitting invalid JSON 1`] - + Cancel @@ -1750,7 +1762,9 @@ exports[`UploadLicense should display error when ES returns error 1`] = ` - + Cancel diff --git a/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/condition_expression.test.js.snap b/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/condition_expression.test.js.snap index 640f5fbf5e5d8..af09eaffe2a85 100644 --- a/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/condition_expression.test.js.snap +++ b/x-pack/plugins/ml/public/components/rule_editor/__snapshots__/condition_expression.test.js.snap @@ -191,6 +191,7 @@ exports[`ConditionExpression renders with appliesTo, operator and value supplied