KEYCLOAK-7524: Vertical Nav doesn't close on secondary click

This commit is contained in:
ssilvert@win.redhat.com 2018-07-06 13:35:28 -04:00 committed by Stan Silvert
parent 886362ebf2
commit d959e501ae
2 changed files with 4 additions and 4 deletions

View file

@ -3574,9 +3574,9 @@
}
},
"patternfly-ng": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/patternfly-ng/-/patternfly-ng-3.3.1.tgz",
"integrity": "sha512-VR/gUZIAo0jr4ah5eCpgSgr9mk2R+E7zBr2yy2JiYVvD3KhgFQULUg/c+yKXUdESjAkYyErJdPpLYnsb6tWrLw==",
"version": "3.13.1",
"resolved": "https://registry.npmjs.org/patternfly-ng/-/patternfly-ng-3.13.1.tgz",
"integrity": "sha512-pLcqUhZmPjLEMqkzkrBZeNMmNX8e1363OK1T/lxBpM5XCp/fvRGdyaoLW28y7TbmL9oCpdECoih/Oo5TnCRJxw==",
"requires": {
"@swimlane/ngx-datatable": "11.3.2",
"angular-tree-component": "7.2.0",

View file

@ -40,7 +40,7 @@
"core-js": "^2.4.1",
"jquery": "^3.3.1",
"patternfly": "^3.23.2",
"patternfly-ng": "^3.3.1",
"patternfly-ng": "^3.13.1",
"rxjs": "5.5.2",
"rxjs-system-bundle": "^5.5.6",
"systemjs": "^0.20.17",