mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
mgr/dashboard: Update npm packages
Signed-off-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
parent
4e3bdafc98
commit
4d87fdb4ff
4871
src/pybind/mgr/dashboard/frontend/package-lock.json
generated
4871
src/pybind/mgr/dashboard/frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -60,54 +60,53 @@
|
||||
"testURL": "http://localhost/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "8.2.0",
|
||||
"@angular/common": "8.2.0",
|
||||
"@angular/compiler": "8.2.0",
|
||||
"@angular/core": "8.2.0",
|
||||
"@angular/forms": "8.2.0",
|
||||
"@angular/platform-browser": "8.2.0",
|
||||
"@angular/platform-browser-dynamic": "8.2.0",
|
||||
"@angular/router": "8.2.0",
|
||||
"@angular/animations": "8.2.8",
|
||||
"@angular/common": "8.2.8",
|
||||
"@angular/compiler": "8.2.8",
|
||||
"@angular/core": "8.2.8",
|
||||
"@angular/forms": "8.2.8",
|
||||
"@angular/platform-browser": "8.2.8",
|
||||
"@angular/platform-browser-dynamic": "8.2.8",
|
||||
"@angular/router": "8.2.8",
|
||||
"@auth0/angular-jwt": "2.1.1",
|
||||
"@ngx-translate/i18n-polyfill": "1.0.0",
|
||||
"@swimlane/ngx-datatable": "15.0.0",
|
||||
"@swimlane/ngx-datatable": "15.0.2",
|
||||
"bootstrap": "4.3.1",
|
||||
"chart.js": "2.8.0",
|
||||
"core-js": "3.1.4",
|
||||
"detect-browser": "4.6.0",
|
||||
"detect-browser": "4.7.0",
|
||||
"fork-awesome": "1.1.7",
|
||||
"lodash": "4.17.15",
|
||||
"moment": "2.24.0",
|
||||
"ng-block-ui": "2.1.7",
|
||||
"ng-bootstrap-form-validation": "4.0.0",
|
||||
"ng-bootstrap-form-validation": "5.0.0",
|
||||
"ng2-charts": "2.3.0",
|
||||
"ng2-tree": "2.0.0-rc.11",
|
||||
"ngx-bootstrap": "5.1.0",
|
||||
"ngx-toastr": "10.0.4",
|
||||
"rxjs": "6.5.2",
|
||||
"rxjs-compat": "6.5.2",
|
||||
"swagger-ui-dist": "3.23.10",
|
||||
"tslib": "1.9.3",
|
||||
"ngx-bootstrap": "5.1.2",
|
||||
"ngx-toastr": "11.0.0",
|
||||
"rxjs": "6.5.3",
|
||||
"rxjs-compat": "6.5.3",
|
||||
"swagger-ui-dist": "3.23.11",
|
||||
"tslib": "1.10.0",
|
||||
"zone.js": "0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "0.802.0",
|
||||
"@angular/cli": "8.2.0",
|
||||
"@angular/compiler-cli": "8.2.0",
|
||||
"@angular/language-service": "8.2.0",
|
||||
"@angular-devkit/build-angular": "0.803.6",
|
||||
"@angular/cli": "8.3.6",
|
||||
"@angular/compiler-cli": "8.2.8",
|
||||
"@angular/language-service": "8.2.8",
|
||||
"@compodoc/compodoc": "1.1.10",
|
||||
"@types/jasmine": "3.3.16",
|
||||
"@types/jasmine": "3.4.0",
|
||||
"@types/jasminewd2": "2.0.6",
|
||||
"@types/jest": "24.0.16",
|
||||
"@types/lodash": "4.14.136",
|
||||
"@types/node": "12.6.9",
|
||||
"codelyzer": "5.1.0",
|
||||
"@types/jest": "24.0.18",
|
||||
"@types/lodash": "4.14.141",
|
||||
"@types/node": "12.7.8",
|
||||
"codelyzer": "5.1.2",
|
||||
"html-linter": "1.1.1",
|
||||
"htmlhint": "0.11.0",
|
||||
"jasmine-core": "3.4.0",
|
||||
"jasmine-core": "3.5.0",
|
||||
"jasmine-spec-reporter": "4.2.1",
|
||||
"jest": "24.8.0",
|
||||
"jest-canvas-mock": "2.1.0",
|
||||
"jest": "24.9.0",
|
||||
"jest-canvas-mock": "2.1.1",
|
||||
"jest-preset-angular": "7.1.1",
|
||||
"jest-silent-reporter": "0.1.2",
|
||||
"prettier": "1.18.2",
|
||||
@ -115,10 +114,10 @@
|
||||
"protractor": "5.4.2",
|
||||
"protractor-fail-fast": "3.1.0",
|
||||
"protractor-screenshoter-plugin": "0.10.3",
|
||||
"replace-in-file": "4.1.1",
|
||||
"replace-in-file": "4.1.3",
|
||||
"transifex-i18ntool": "1.1.0",
|
||||
"ts-node": "8.3.0",
|
||||
"tslint": "5.18.0",
|
||||
"ts-node": "8.4.1",
|
||||
"tslint": "5.20.0",
|
||||
"typescript": "3.5.3"
|
||||
}
|
||||
}
|
||||
|
@ -103,7 +103,7 @@ const i18nProviders = [
|
||||
useFactory: (locale) => {
|
||||
locale = locale || 'en-US';
|
||||
try {
|
||||
return require(`raw-loader!locale/messages.${locale}.xlf`);
|
||||
return require(`raw-loader!locale/messages.${locale}.xlf`).default;
|
||||
} catch (error) {
|
||||
return [];
|
||||
}
|
||||
|
@ -474,7 +474,6 @@ export class TableComponent implements AfterContentChecked, OnInit, OnChanges, O
|
||||
const sortProp = this.userConfig.sorts[0].prop;
|
||||
if (!_.find(this.tableColumns, (c: CdTableColumn) => c.prop === sortProp)) {
|
||||
this.userConfig.sorts = this.createSortingDefinition(this.tableColumns[0].prop);
|
||||
this.table.onColumnSort({ sorts: this.userConfig.sorts });
|
||||
}
|
||||
this.table.recalculate();
|
||||
this.cdRef.detectChanges();
|
||||
|
Loading…
Reference in New Issue
Block a user