diff --git a/package.json b/package.json index b5907154e7ac9..92d072bad674e 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "https-proxy-agent": "^5.0.0", "inert": "^5.1.0", "joi": "^13.5.2", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "js-yaml": "3.13.1", "json-stringify-pretty-compact": "1.0.4", "json-stringify-safe": "5.0.1", diff --git a/packages/kbn-ui-framework/package.json b/packages/kbn-ui-framework/package.json index a74e020a7cda9..9488d9053e529 100644 --- a/packages/kbn-ui-framework/package.json +++ b/packages/kbn-ui-framework/package.json @@ -50,7 +50,7 @@ "html": "1.0.0", "html-loader": "^0.5.5", "imports-loader": "^0.8.0", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "keymirror": "0.1.1", "moment": "^2.20.1", "node-sass": "^4.9.4", diff --git a/packages/kbn-ui-shared-deps/package.json b/packages/kbn-ui-shared-deps/package.json new file mode 100644 index 0000000000000..ae883a5032fe7 --- /dev/null +++ b/packages/kbn-ui-shared-deps/package.json @@ -0,0 +1,42 @@ +{ + "name": "@kbn/ui-shared-deps", + "version": "1.0.0", + "private": true, + "license": "Apache-2.0", + "scripts": { + "build": "node scripts/build", + "kbn:bootstrap": "node scripts/build --dev", + "kbn:watch": "node scripts/build --watch" + }, + "dependencies": { + "@elastic/charts": "19.2.0", + "@elastic/eui": "22.3.0", + "@kbn/i18n": "1.0.0", + "abortcontroller-polyfill": "^1.4.0", + "angular": "^1.7.9", + "compression-webpack-plugin": "^3.1.0", + "core-js": "^3.6.4", + "custom-event-polyfill": "^0.3.0", + "elasticsearch-browser": "^16.7.0", + "jquery": "^3.5.0", + "moment": "^2.24.0", + "moment-timezone": "^0.5.27", + "monaco-editor": "~0.17.0", + "react": "^16.12.0", + "react-dom": "^16.12.0", + "react-intl": "^2.8.0", + "react-router": "^5.1.2", + "react-router-dom": "^5.1.2", + "regenerator-runtime": "^0.13.3", + "rxjs": "^6.5.3", + "symbol-observable": "^1.2.0", + "whatwg-fetch": "^3.0.0" + }, + "devDependencies": { + "@kbn/babel-preset": "1.0.0", + "@kbn/dev-utils": "1.0.0", + "css-loader": "^3.4.2", + "del": "^5.1.0", + "webpack": "^4.41.5" + } +} diff --git a/src/legacy/core_plugins/console/public/src/directives/history.html b/src/legacy/core_plugins/console/public/src/directives/history.html index e13642225a5f3..df0e61686addb 100644 --- a/src/legacy/core_plugins/console/public/src/directives/history.html +++ b/src/legacy/core_plugins/console/public/src/directives/history.html @@ -32,7 +32,7 @@ - + -
+
+ > diff --git a/src/plugins/dashboard/public/application/listing/dashboard_listing_ng_wrapper.html b/src/plugins/dashboard/public/application/listing/dashboard_listing_ng_wrapper.html new file mode 100644 index 0000000000000..f57c10d1a48dd --- /dev/null +++ b/src/plugins/dashboard/public/application/listing/dashboard_listing_ng_wrapper.html @@ -0,0 +1,11 @@ + diff --git a/src/plugins/visualize/public/application/editor/editor.html b/src/plugins/visualize/public/application/editor/editor.html new file mode 100644 index 0000000000000..3c3455fb34f18 --- /dev/null +++ b/src/plugins/visualize/public/application/editor/editor.html @@ -0,0 +1,104 @@ + + + + + + + + + + +
+
+

+
+
+ + + +

+

+ + +
diff --git a/src/ui/public/vis/editors/default/default.html b/src/ui/public/vis/editors/default/default.html index 3e7a94c77ac42..82364d650b377 100644 --- a/src/ui/public/vis/editors/default/default.html +++ b/src/ui/public/vis/editors/default/default.html @@ -1,6 +1,6 @@
- + + >
diff --git a/x-pack/package.json b/x-pack/package.json index 2ecbc2bdfa950..1d38df6f56dd1 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -189,7 +189,7 @@ "intl": "^1.2.5", "io-ts": "^1.4.2", "joi": "^13.5.2", - "jquery": "^3.4.1", + "jquery": "^3.5.0", "json-stable-stringify": "^1.0.1", "jsonwebtoken": "^8.3.0", "jstimezonedetect": "1.0.5", diff --git a/x-pack/plugins/graph/public/angular/templates/index.html b/x-pack/plugins/graph/public/angular/templates/index.html new file mode 100644 index 0000000000000..8555658596179 --- /dev/null +++ b/x-pack/plugins/graph/public/angular/templates/index.html @@ -0,0 +1,399 @@ +
+ + + + +
+
+
+ +
+ http://host:port/{{ selectedIndex.name }}/_graph/explore + + +
+
+
+
+
+ +
+ +
+
+ + + + +
+ + +
diff --git a/x-pack/plugins/graph/public/angular/templates/listing_ng_wrapper.html b/x-pack/plugins/graph/public/angular/templates/listing_ng_wrapper.html new file mode 100644 index 0000000000000..2f75d663126b2 --- /dev/null +++ b/x-pack/plugins/graph/public/angular/templates/listing_ng_wrapper.html @@ -0,0 +1,11 @@ + diff --git a/x-pack/plugins/graph/public/templates/index.html b/x-pack/plugins/graph/public/templates/index.html index 07492f53f4651..8086a91b81b63 100644 --- a/x-pack/plugins/graph/public/templates/index.html +++ b/x-pack/plugins/graph/public/templates/index.html @@ -37,7 +37,7 @@ > + ng-attr-style="fill:{{f.color}}"> {{f.icon.code}} @@ -243,11 +243,11 @@ + ng-attr-style="stroke-width:{{edge.width}}px" stroke-linecap="round"> + ng-class="{selectedNode:n.isSelected}" ng-attr-style="fill:{{n.color}}"> {{n.icon.code}} @@ -269,7 +269,7 @@ + ng-click="nodeClick(n, $event)"> {{n.numChildren}} @@ -421,7 +421,7 @@ ng-click="selectSelected(n)"> + ng-click="workspace.deselectNode(n)"> {{n.icon.code}} @@ -613,7 +613,7 @@ - + {{detail.inferredEdge.topSrc.icon.code}} @@ -631,7 +631,7 @@ - + {{detail.inferredEdge.topTarget.icon.code}} diff --git a/x-pack/plugins/index_lifecycle_management/public/main.html b/x-pack/plugins/index_lifecycle_management/public/main.html index d54cba0632cdf..c54f29ea169dd 100644 --- a/x-pack/plugins/index_lifecycle_management/public/main.html +++ b/x-pack/plugins/index_lifecycle_management/public/main.html @@ -1,3 +1,3 @@ -
+
diff --git a/x-pack/plugins/maps/public/angular/listing_ng_wrapper.html b/x-pack/plugins/maps/public/angular/listing_ng_wrapper.html index 38c3a2b5c69fc..cf6a5ed0e6021 100644 --- a/x-pack/plugins/maps/public/angular/listing_ng_wrapper.html +++ b/x-pack/plugins/maps/public/angular/listing_ng_wrapper.html @@ -2,4 +2,4 @@ find="find" delete="delete" listing-limit="listingLimit" -/> +> diff --git a/x-pack/plugins/ml/public/components/field_data_card/content_types/card_document_count.html b/x-pack/plugins/ml/public/components/field_data_card/content_types/card_document_count.html index ab157a5f23198..b9b9be62a7661 100644 --- a/x-pack/plugins/ml/public/components/field_data_card/content_types/card_document_count.html +++ b/x-pack/plugins/ml/public/components/field_data_card/content_types/card_document_count.html @@ -5,7 +5,7 @@ height="335" index-pattern="indexPattern" query="query" > -
+
-
+
diff --git a/x-pack/plugins/ml/public/components/field_data_card/field_data_card.html b/x-pack/plugins/ml/public/components/field_data_card/field_data_card.html index 4fbe5e465eed7..305fc937bde77 100644 --- a/x-pack/plugins/ml/public/components/field_data_card/field_data_card.html +++ b/x-pack/plugins/ml/public/components/field_data_card/field_data_card.html @@ -1,12 +1,12 @@
- +
+ >
diff --git a/x-pack/plugins/ml/public/components/job_select_list/job_select_list.html b/x-pack/plugins/ml/public/components/job_select_list/job_select_list.html index 29b16648c01aa..56b83c1460021 100644 --- a/x-pack/plugins/ml/public/components/job_select_list/job_select_list.html +++ b/x-pack/plugins/ml/public/components/job_select_list/job_select_list.html @@ -8,7 +8,7 @@ + >
diff --git a/x-pack/plugins/ml/public/components/loading_indicator/loading_indicator_wrapper.html b/x-pack/plugins/ml/public/components/loading_indicator/loading_indicator_wrapper.html index 5f75681a2afde..63a9955b46bc2 100644 --- a/x-pack/plugins/ml/public/components/loading_indicator/loading_indicator_wrapper.html +++ b/x-pack/plugins/ml/public/components/loading_indicator/loading_indicator_wrapper.html @@ -1,2 +1,2 @@ - -
+ +
diff --git a/x-pack/plugins/ml/public/datavisualizer/datavisualizer.html b/x-pack/plugins/ml/public/datavisualizer/datavisualizer.html index d9565d1dd1cd7..c4d9c24889b12 100644 --- a/x-pack/plugins/ml/public/datavisualizer/datavisualizer.html +++ b/x-pack/plugins/ml/public/datavisualizer/datavisualizer.html @@ -7,7 +7,7 @@

{{indexPattern.title}}

- +
@@ -138,7 +138,7 @@

{{indexPattern.title}}

filter="metricFieldFilter" filter-icon="metricFilterIcon" filter-changed="metricFieldFilterChanged" - clear-filter="clearMetricFilter" /> + clear-filter="clearMetricFilter">
@@ -231,7 +231,7 @@

{{indexPattern.title}}

filter="fieldFilter" filter-icon="fieldFilterIcon" filter-changed="fieldFilterChanged" - clear-filter="clearFieldFilter" /> + clear-filter="clearFieldFilter">
diff --git a/x-pack/plugins/ml/public/datavisualizer/datavisualizer_sidebar.html b/x-pack/plugins/ml/public/datavisualizer/datavisualizer_sidebar.html index b4b1e0074b77e..c3c5139cb74ec 100644 --- a/x-pack/plugins/ml/public/datavisualizer/datavisualizer_sidebar.html +++ b/x-pack/plugins/ml/public/datavisualizer/datavisualizer_sidebar.html @@ -14,7 +14,7 @@ + results=recognizerResults>

+ >

- +

diff --git a/x-pack/plugins/ml/public/jobs/new_job/advanced/detector_filter_modal/detector_filter_modal.html b/x-pack/plugins/ml/public/jobs/new_job/advanced/detector_filter_modal/detector_filter_modal.html index 3671b67e18ab2..be16c110b0481 100644 --- a/x-pack/plugins/ml/public/jobs/new_job/advanced/detector_filter_modal/detector_filter_modal.html +++ b/x-pack/plugins/ml/public/jobs/new_job/advanced/detector_filter_modal/detector_filter_modal.html @@ -55,7 +55,7 @@

{{title}}

i18n-id="xpack.ml.newJob.advanced.detectorFilterModal.conditionsTitle" i18n-default-message="Conditions" > - +
@@ -64,18 +64,18 @@

{{title}}

i18n-id="xpack.ml.newJob.advanced.detectorFilterModal.conditionTypeTitle" i18n-default-message="Type" > - +
-
field_name
-
field_value
-
lt/gt
+
field_name
+
field_value
+
lt/gt
- +
diff --git a/x-pack/plugins/ml/public/jobs/new_job/advanced/new_job.html b/x-pack/plugins/ml/public/jobs/new_job/advanced/new_job.html index efaf36d0ecfe4..d0ecdc8e9b858 100644 --- a/x-pack/plugins/ml/public/jobs/new_job/advanced/new_job.html +++ b/x-pack/plugins/ml/public/jobs/new_job/advanced/new_job.html @@ -18,7 +18,7 @@

{{ui.pageTitle}}

{{ tab.title }} - + @@ -66,7 +66,7 @@

{{ui.pageTitle}}

aria-labelledby="ml_aria_label_new_job_group" aria-describedby="ml_aria_description_new_job_group" job-groups='job.groups' - external-update-function='jobGroupsUpdateFunction' /> + external-update-function='jobGroupsUpdateFunction'>
{{ ui.validation.tabs[0].checks.groupIds.message }}
@@ -75,7 +75,7 @@

{{ui.pageTitle}}

class="kuiFormLabel" i18n-id="xpack.ml.newJob.advanced.jobDetails.customUrlsLabel" i18n-default-message="Custom URLs" - > + >
@@ -118,7 +118,7 @@

{{ui.pageTitle}}

tooltip-append-to-body="true" type="button" class="kuiButton kuiButton--danger kuiButton--small remove-button"> -