diff --git a/dashboard-ui/bower_components/iron-dropdown/.bower.json b/dashboard-ui/bower_components/iron-dropdown/.bower.json index 504bcd5051..ae9e1fd2f2 100644 --- a/dashboard-ui/bower_components/iron-dropdown/.bower.json +++ b/dashboard-ui/bower_components/iron-dropdown/.bower.json @@ -1,6 +1,6 @@ { "name": "iron-dropdown", - "version": "1.3.0", + "version": "1.3.1", "description": "An unstyled element that works similarly to a native browser select", "authors": [ "The Polymer Authors" @@ -36,11 +36,11 @@ "iron-image": "polymerelements/iron-image#^1.0.0" }, "ignore": [], - "_release": "1.3.0", + "_release": "1.3.1", "_resolution": { "type": "version", - "tag": "v1.3.0", - "commit": "9d6bb9e7a8150430e61559f5a0827526d2eefaa4" + "tag": "v1.3.1", + "commit": "f7a47d4cd6c6cb87adba08703ec1588c1b649f4d" }, "_source": "git://github.com/PolymerElements/iron-dropdown.git", "_target": "^1.0.0", diff --git a/dashboard-ui/bower_components/iron-dropdown/.github/ISSUE_TEMPLATE.md b/dashboard-ui/bower_components/iron-dropdown/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..a1b71482ea --- /dev/null +++ b/dashboard-ui/bower_components/iron-dropdown/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,33 @@ + +### Description + + +### Expected outcome + + + +### Actual outcome + + + +### Live Demo + + +### Steps to reproduce + + + +### Browsers Affected + +- [ ] Chrome +- [ ] Firefox +- [ ] Safari 9 +- [ ] Safari 8 +- [ ] Safari 7 +- [ ] Edge +- [ ] IE 11 +- [ ] IE 10 diff --git a/dashboard-ui/bower_components/iron-dropdown/.travis.yml b/dashboard-ui/bower_components/iron-dropdown/.travis.yml index 771c6b21b4..52bdee54eb 100644 --- a/dashboard-ui/bower_components/iron-dropdown/.travis.yml +++ b/dashboard-ui/bower_components/iron-dropdown/.travis.yml @@ -1,5 +1,5 @@ language: node_js -sudo: false +sudo: required before_script: - npm install -g bower polylint web-component-tester - bower install @@ -8,18 +8,16 @@ env: global: - secure: Nd7sbgkYVekuQRB4K3svNCL3veA6t6aGopNP2FUxlJvQuzRV1vKV67angPvMUAFelEA7/rTzrFPBMfNbsz9C2wInLLLPux4wEk1MQX+2KYZVeXKMHjgl8iQKMXnodaL7XXwBPg0L7053TWtYkIt8wZ/vN0JGPQFKhlQkSrduztkPCJQfkFsMPJ7SudPG3Ld0UPBVxo8TwH/d44p8VhLGiI0oEWw3GnGZZ1T7RJLDAVBwj1BiVHAOaS0SSeOR3ngpZyXbk8OItgzw4o/bbAt2yrHMfwymBy0Xv9v3G0QLFJnMi/gE2lWnN4+IttUPI8gVyr1TuiTgtFxdwteLO3R5iFe+qlQjq0VGssmAHcPwtLhvrT4wEkGMc8ZeyW11z+GdkIw4XHGACWj+9Jz9f19mJd9xU3fkJ+f5mFiB8vEkzjsUI9pswgd3RoHt2WewcVdHnCED2wRdQCw9H34dX7d2ieWKPl/pv+EKZOgEJJ8UNZMyKnj57Y25WRrTpIQBt6p9uVv5MsiZQm7Sd1pYQnJKPQ+BxvvL5fsoT1YkFSjyz9gwijtftXhfL8KLB6i04V3mra3f9d5hc20wAOt+ad+mTOkaM/aGxE/I3Ko13BceMvRSNzuz+N2WE6FEJj1NuOCW/AeSh5/6n9nnlDeu7Nu7VeM9kjk4dyBGNRDWLNcSCEk= - secure: aFsYKL6Sw8/r57wzj3pnzEwBE1mnTajJasHAbXgQMd336S2Sq/f39DCNTXgKBA4AKZGvWKe8w9nzaocQoMa4l9bLWEBJMCMPQFawOhTkuEjsLjpU3g74b46/EhjBP5zixR32xoyF5o9FTzC6UyrDjt2XpKwIQJYxaEfoyIW1vTPdoasWdaG5rXvWFTsmXtaMDpCKFH9aQ1DHn9Sbi9NZlR4izdULsbv9GZwg53xvuH4xYEkGtB29KKy04uK1nJ+9SmRWTAnu4Q/ivYWlbwBArjiYTTi0wclvDNvT1iaFNAaeK2pJea8CnoyJJ0pg9NcuzZtStGUvP00kGUpJQ4lqkr+gBCHDPYtoZ17XCz59cg6LrhG1q//vPi7Yz0xW51GHuwmcVs+PsjmWaRuO/1UFreDCQYf+GU4I1pQZf2q1R4m8noe4i5CcFXLKTrC4udBzPmzVB4As2LsxRc3HCIXmhaMxI8MJwdkQBA22u4vCwU2xpqBawJocj0Gvbeme6wG99PW7+XSkijQDk2cTJ5/CJtY22nAECvn4tve3OVvybSTjQ1yipLxJm/dtjgEXFWtknFZr++tId88wPd3EBtrwEhliD3zD/TyLPO2RPZGuI0i6oD3O89P5d8qp66T/eByDr1IEm0+FIQjgiCEMbhmaIuUKGG2GCfwPglI3uR0kbg0= - - CXX=g++-4.8 node_js: stable addons: firefox: latest apt: sources: - google-chrome - - ubuntu-toolchain-r-test packages: - google-chrome-stable - - g++-4.8 sauce_connect: true script: - xvfb-run wct - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi" +dist: trusty diff --git a/dashboard-ui/bower_components/iron-dropdown/bower.json b/dashboard-ui/bower_components/iron-dropdown/bower.json index 6cbbe388d1..9572a26ff5 100644 --- a/dashboard-ui/bower_components/iron-dropdown/bower.json +++ b/dashboard-ui/bower_components/iron-dropdown/bower.json @@ -1,6 +1,6 @@ { "name": "iron-dropdown", - "version": "1.3.0", + "version": "1.3.1", "description": "An unstyled element that works similarly to a native browser select", "authors": [ "The Polymer Authors" diff --git a/dashboard-ui/bower_components/iron-dropdown/iron-dropdown.html b/dashboard-ui/bower_components/iron-dropdown/iron-dropdown.html index 7c48a2d47f..263f1cb1b6 100644 --- a/dashboard-ui/bower_components/iron-dropdown/iron-dropdown.html +++ b/dashboard-ui/bower_components/iron-dropdown/iron-dropdown.html @@ -200,9 +200,9 @@ method is called on the element. ], attached: function() { - this.positionTarget = this.positionTarget || this._defaultPositionTarget; // Memoize this to avoid expensive calculations & relayouts. this._isRTL = window.getComputedStyle(this).direction == 'rtl'; + this.positionTarget = this.positionTarget || this._defaultPositionTarget; }, /** @@ -250,7 +250,7 @@ method is called on the element. * The horizontal offset value used to position the dropdown. * @param {ClientRect} dropdownRect * @param {ClientRect} positionRect - * @param {boolean=false} fromRight + * @param {boolean=} fromRight * @return {number} pixels * @private */ @@ -270,7 +270,7 @@ method is called on the element. * The vertical offset value used to position the dropdown. * @param {ClientRect} dropdownRect * @param {ClientRect} positionRect - * @param {boolean=false} fromBottom + * @param {boolean=} fromBottom * @return {number} pixels * @private */ @@ -288,16 +288,20 @@ method is called on the element. /** * Called when the value of `opened` changes. - * - * @param {boolean} opened True if the dropdown is opened. + * Overridden from `IronOverlayBehavior` */ - _openedChanged: function(opened) { - if (opened && this.disabled) { + _openedChanged: function() { + if (this.opened && this.disabled) { this.cancel(); } else { this.cancelAnimation(); this.sizingTarget = this.containedElement || this.sizingTarget; this._updateAnimationConfig(); + if (this.opened && !this.allowOutsideScroll) { + Polymer.IronDropdownScrollManager.pushScrollLock(this); + } else { + Polymer.IronDropdownScrollManager.removeScrollLock(this); + } Polymer.IronOverlayBehaviorImpl._openedChanged.apply(this, arguments); } }, @@ -306,10 +310,6 @@ method is called on the element. * Overridden from `IronOverlayBehavior`. */ _renderOpened: function() { - if (!this.allowOutsideScroll) { - Polymer.IronDropdownScrollManager.pushScrollLock(this); - } - if (!this.noAnimations && this.animationConfig && this.animationConfig.open) { if (this.withBackdrop) { this.backdropElement.open(); @@ -325,7 +325,6 @@ method is called on the element. * Overridden from `IronOverlayBehavior`. */ _renderClosed: function() { - Polymer.IronDropdownScrollManager.removeScrollLock(this); if (!this.noAnimations && this.animationConfig && this.animationConfig.close) { if (this.withBackdrop) { this.backdropElement.close(); diff --git a/dashboard-ui/bower_components/iron-dropdown/test/iron-dropdown.html b/dashboard-ui/bower_components/iron-dropdown/test/iron-dropdown.html index 5652892d33..dffc4584cc 100644 --- a/dashboard-ui/bower_components/iron-dropdown/test/iron-dropdown.html +++ b/dashboard-ui/bower_components/iron-dropdown/test/iron-dropdown.html @@ -48,10 +48,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN height: 50px; background-color: orange; } - - .full-screen { - width: 100vw; - height: 100vh; + + .big { + width: 3000px; + height: 3000px; } @@ -76,7 +76,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN @@ -143,10 +143,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN contentRect.height > 0; } - function runAfterOpen(overlay, cb) { - overlay.addEventListener('iron-overlay-opened', function () { - Polymer.Base.async(cb, 1); - }); + function runAfterOpen(overlay, callback) { + overlay.addEventListener('iron-overlay-opened', callback); overlay.open(); } @@ -174,11 +172,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN test('hides dropdown content when outside is clicked', function(done) { runAfterOpen(dropdown, function () { expect(elementIsVisible(content)).to.be.equal(true); - MockInteractions.tap(dropdown.parentNode); - Polymer.Base.async(function() { + dropdown.addEventListener('iron-overlay-closed', function() { expect(elementIsVisible(content)).to.be.equal(false); done(); - }, 10); + }); + MockInteractions.tap(dropdown.parentNode); }); }); @@ -208,7 +206,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN }); suite('locking scroll', function() { - var dropdown; setup(function() { dropdown = fixture('TrivialDropdown'); @@ -236,14 +233,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN }); suite('non locking scroll', function() { - var dropdown; setup(function() { dropdown = fixture('NonLockingDropdown'); }); test('can be disabled with `allowOutsideScroll`', function(done) { - runAfterOpen(dropdown, function () { + runAfterOpen(dropdown, function() { expect(Polymer.IronDropdownScrollManager.elementIsScrollLocked(document.body)) .to.be.equal(false); done(); @@ -253,15 +249,15 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN suite('aligned dropdown', function() { var parent; + var parentRect; + var dropdownRect; + setup(function() { parent = fixture('AlignedDropdown'); dropdown = parent.querySelector('iron-dropdown'); }); test('can be re-aligned to the right and the top', function(done) { - var parentRect; - var dropdownRect; - runAfterOpen(dropdown, function () { dropdownRect = dropdown.getBoundingClientRect(); parentRect = parent.getBoundingClientRect(); @@ -274,9 +270,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN }); test('can be re-aligned to the bottom', function(done) { - var parentRect; - var dropdownRect; - dropdown.verticalAlign = 'bottom'; runAfterOpen(dropdown, function () { parentRect = parent.getBoundingClientRect(); @@ -290,8 +283,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN }); test('handles parent\'s stacking context', function(done) { - var parentRect; - var dropdownRect; // This will create a new stacking context. parent.style.transform = 'translateZ(0)'; runAfterOpen(dropdown, function () { @@ -309,7 +300,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN suite('when align is left/top, with an offset', function() { var dropdownRect; var offsetDropdownRect; - var dropdown; setup(function() { var parent = fixture('OffsetDropdownTopLeft'); dropdown = parent.querySelector('iron-dropdown'); @@ -318,11 +308,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN test('can be offset towards the bottom right', function(done) { runAfterOpen(dropdown, function () { dropdownRect = dropdown.getBoundingClientRect(); - dropdown.verticalOffset = 10; dropdown.horizontalOffset = 10; + // Force refit instead of waiting for requestAnimationFrame. + dropdown.refit(); offsetDropdownRect = dropdown.getBoundingClientRect(); - // verticalAlign is top, so a positive offset moves down. assert.equal(dropdownRect.top + 10, offsetDropdownRect.top, 'top ok'); // horizontalAlign is left, so a positive offset moves to the right. @@ -334,11 +324,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN test('can be offset towards the top left', function(done) { runAfterOpen(dropdown, function () { dropdownRect = dropdown.getBoundingClientRect(); - dropdown.verticalOffset = -10; dropdown.horizontalOffset = -10; + // Force refit instead of waiting for requestAnimationFrame. + dropdown.refit(); offsetDropdownRect = dropdown.getBoundingClientRect(); - // verticalAlign is top, so a negative offset moves up. assert.equal(dropdownRect.top - 10, offsetDropdownRect.top, 'top ok'); // horizontalAlign is left, so a negative offset moves to the left. @@ -351,7 +341,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN suite('when align is right/bottom, with an offset', function() { var dropdownRect; var offsetDropdownRect; - var dropdown; setup(function() { var parent = fixture('OffsetDropdownBottomRight'); dropdown = parent.querySelector('iron-dropdown'); @@ -360,11 +349,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN test('can be offset towards the top left', function(done) { runAfterOpen(dropdown, function () { dropdownRect = dropdown.getBoundingClientRect(); - dropdown.verticalOffset = 10; dropdown.horizontalOffset = 10; + // Force refit instead of waiting for requestAnimationFrame. + dropdown.refit(); offsetDropdownRect = dropdown.getBoundingClientRect(); - // verticalAlign is bottom, so a positive offset moves up. assert.equal(dropdownRect.bottom - 10, offsetDropdownRect.bottom, 'bottom ok'); // horizontalAlign is right, so a positive offset moves to the left. @@ -376,11 +365,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN test('can be offset towards the bottom right', function(done) { runAfterOpen(dropdown, function () { dropdownRect = dropdown.getBoundingClientRect(); - dropdown.verticalOffset = -10; dropdown.horizontalOffset = -10; + // Force refit instead of waiting for requestAnimationFrame. + dropdown.refit(); offsetDropdownRect = dropdown.getBoundingClientRect(); - // verticalAlign is bottom, so a negative offset moves down. assert.equal(dropdownRect.bottom + 10, offsetDropdownRect.bottom, 'bottom ok'); // horizontalAlign is right, so a positive offset moves to the right. @@ -391,7 +380,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN }); suite('RTL', function() { - var dropdown; var dropdownRect; test('with horizontalAlign=left', function(done) { diff --git a/dashboard-ui/bower_components/iron-overlay-behavior/.bower.json b/dashboard-ui/bower_components/iron-overlay-behavior/.bower.json index 529d991c8c..bd3e9d8ec2 100644 --- a/dashboard-ui/bower_components/iron-overlay-behavior/.bower.json +++ b/dashboard-ui/bower_components/iron-overlay-behavior/.bower.json @@ -34,14 +34,14 @@ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "ignore": [], - "homepage": "https://github.com/polymerelements/iron-overlay-behavior", + "homepage": "https://github.com/PolymerElements/iron-overlay-behavior", "_release": "1.6.3", "_resolution": { "type": "version", "tag": "v1.6.3", "commit": "5b331ebaefe3214937b94ba19769154efee46244" }, - "_source": "git://github.com/polymerelements/iron-overlay-behavior.git", + "_source": "git://github.com/PolymerElements/iron-overlay-behavior.git", "_target": "^1.0.0", - "_originalSource": "polymerelements/iron-overlay-behavior" + "_originalSource": "PolymerElements/iron-overlay-behavior" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/neon-animation/.bower.json b/dashboard-ui/bower_components/neon-animation/.bower.json index 4940e18775..0803e3657c 100644 --- a/dashboard-ui/bower_components/neon-animation/.bower.json +++ b/dashboard-ui/bower_components/neon-animation/.bower.json @@ -1,7 +1,7 @@ { "name": "neon-animation", "description": "A system for animating Polymer-based web components", - "version": "1.2.0", + "version": "1.2.1", "authors": [ "The Polymer Authors" ], @@ -34,7 +34,7 @@ "iron-meta": "PolymerElements/iron-meta#^1.0.0", "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0", "iron-selector": "PolymerElements/iron-selector#^1.0.0", - "web-animations-js": "web-animations/web-animations-js#2.1.4" + "web-animations-js": "web-animations/web-animations-js#^2.2.0" }, "devDependencies": { "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", @@ -49,13 +49,13 @@ "iron-icons": "PolymerElements/iron-icons#^1.0.0", "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0" }, - "_release": "1.2.0", + "_release": "1.2.1", "_resolution": { "type": "version", - "tag": "v1.2.0", - "commit": "2d3416a01f865a25fe581ad0cfcda6ae4f9cf142" + "tag": "v1.2.1", + "commit": "de3198eb64f1afbc05973fc8a7841a3b0566977e" }, - "_source": "git://github.com/polymerelements/neon-animation.git", + "_source": "git://github.com/PolymerElements/neon-animation.git", "_target": "^1.0.0", - "_originalSource": "polymerelements/neon-animation" + "_originalSource": "PolymerElements/neon-animation" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/neon-animation/.travis.yml b/dashboard-ui/bower_components/neon-animation/.travis.yml index 047c9b2f9f..dd1a81e710 100644 --- a/dashboard-ui/bower_components/neon-animation/.travis.yml +++ b/dashboard-ui/bower_components/neon-animation/.travis.yml @@ -1,15 +1,13 @@ language: node_js -sudo: false +sudo: required node_js: stable addons: firefox: latest apt: sources: - google-chrome - - ubuntu-toolchain-r-test packages: - google-chrome-stable - - g++-4.8 sauce_connect: true before_script: - npm install -g bower polylint web-component-tester @@ -22,4 +20,4 @@ env: global: - secure: AnPpB3uzTWU0hmrDmPyOb/3mJZRv4BgPFJrpaT/mQ/9979IBeFfFHJX6MqQlgo894lJWvKSvAjEutgK5Z3LQh6cLB3JuhPBInwKgFPUx/V14VIju+Z7jwx6RycE3flb2f9Y6y5My13ovswsTNnhJEkpDGlbRnJlh5c+HeP+6D0oFPFaGWvULZsAHQnEykir1TMPL2TD8SfuYWifmBj7QYQ2vsYnqZoAkPNedv/OtdoA3rziFXSG3GqXX2NJVnYqlaLj/HiHK7xLlZu/ODfo6En12DMtqJajBP7NfJkEUAF72ScOsYxlwiI1aYcVSUy6upkxxPwkBj5x7wDZ0tRFmlautyq2skDAh/fgIfRw9AMe8kj/YLef+T8bmZNT9IIelNaNcpfTQHpYWcOpPk2uBT3iIOcmp+Ys8RZKqzYmekBtHTwCGmQcfQrjBXjrjz5xlUaoMH7vauh7Ct7SkD7Fu87XSUvks4v2yypxxmHXO8jUilKuUdtAzb3dtOboO0ptsoLuBm/qSeURco4be6KPyVnDxdWdbYOxIZtE8JeY2DbonS45OgFtL1NKeEIhiTQIcOuSs0qwJFFzaBBAfek1tkTvBhMJP3JPWpIbNJhdZWzSd0LUSe892sbiZJY67FA4xcY8vK5JZNWnxFyKX1+A8ljPEd1yBImxMzUDMNS9t0G0= - secure: jdh0G/FDRghnjasav0/8nOZsYgXUd5DLKgD5XrDCVrBvPwXly+AnMXE+Hr/bztEXylcEmcqrWUUfB1ODUdVn1EGk8CJaYpHyKcoMcpJiEjHYS/3i1rXRsnHs2o3dcRO69rA8A5LZeG3yYfiPVUiKlyl7MWOal3pNohDGi8dZcT0CoWnA8UaV//0uXG3GGG3X8KcbVfB2hQvG1mK6wM6W4eHVOplcBaE2xnnFDMxfU2KnRgjLSPw66PeJGczWOBR9fZql9p6kV38ZM2s4qnUsMlTZkNqn0f6CuEPqcG6+S6Tk9+0dvAHet+Ky9fgiyJPq+p6sDGfdm1ZJwOjz5MoyudzGSuHAJHH2nscQf8pUBQ1gxKaGg7GV9LUj0cjLDAFWA2KpxTlabDZhZPIMoMKFpqpvJG49gDVga5gGabom21nd/+E1i/2vvoP16kY9rjf+Gd5+tIzajXCu8Tq06Xz63idZDJbt38GjArfFFqe5k7CqE+m2vpWx/iTwe+cT70wnIq/xigvaNq6CgUuNdzkVnVBj/C7yVqwwZkfbBC7HhRna9Nyzts/j2M2vwy0oYB73WzuhpYSweaAOZq2kcUIQ5ZMGO3UkZRjwWnHxAi5mrvZhRcRIqkvJJhoMQnjwJSTah/3cz0cJh19DL+Ozde24/tuY+vOnhFb+ddo1OKD6FtM= - - CXX=g++-4.8 +dist: trusty diff --git a/dashboard-ui/bower_components/neon-animation/animations/cascaded-animation.html b/dashboard-ui/bower_components/neon-animation/animations/cascaded-animation.html index 539975333d..97b045071e 100644 --- a/dashboard-ui/bower_components/neon-animation/animations/cascaded-animation.html +++ b/dashboard-ui/bower_components/neon-animation/animations/cascaded-animation.html @@ -68,7 +68,7 @@ Configuration: this._animations.push(animation); effects.push(effect); } else { - console.warn(this.is + ':', config.animation, 'not found!'); + Polymer.Base._warn(this.is + ':', config.animation, 'not found!'); abortedConfigure = true; break; } diff --git a/dashboard-ui/bower_components/neon-animation/bower.json b/dashboard-ui/bower_components/neon-animation/bower.json index 123ff76c41..41cecbce2d 100644 --- a/dashboard-ui/bower_components/neon-animation/bower.json +++ b/dashboard-ui/bower_components/neon-animation/bower.json @@ -1,7 +1,7 @@ { "name": "neon-animation", "description": "A system for animating Polymer-based web components", - "version": "1.2.0", + "version": "1.2.1", "authors": [ "The Polymer Authors" ], @@ -34,7 +34,7 @@ "iron-meta": "PolymerElements/iron-meta#^1.0.0", "iron-resizable-behavior": "PolymerElements/iron-resizable-behavior#^1.0.0", "iron-selector": "PolymerElements/iron-selector#^1.0.0", - "web-animations-js": "web-animations/web-animations-js#2.1.4" + "web-animations-js": "web-animations/web-animations-js#^2.2.0" }, "devDependencies": { "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", diff --git a/dashboard-ui/bower_components/neon-animation/neon-animated-pages.html b/dashboard-ui/bower_components/neon-animation/neon-animated-pages.html index 01a6ed5340..c2ce0ecf59 100644 --- a/dashboard-ui/bower_components/neon-animation/neon-animated-pages.html +++ b/dashboard-ui/bower_components/neon-animation/neon-animated-pages.html @@ -40,7 +40,6 @@ animations to be run when switching to or switching out of the page. left: 0; bottom: 0; right: 0; - height: 100%; } :host > ::content > :not(.iron-selected):not(.neon-animating) { diff --git a/dashboard-ui/bower_components/neon-animation/neon-animation-runner-behavior.html b/dashboard-ui/bower_components/neon-animation/neon-animation-runner-behavior.html index 31923f034c..096d5c3e07 100644 --- a/dashboard-ui/bower_components/neon-animation/neon-animation-runner-behavior.html +++ b/dashboard-ui/bower_components/neon-animation/neon-animation-runner-behavior.html @@ -45,7 +45,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN }); } } else { - console.warn(this.is + ':', config.name, 'not found!'); + Polymer.Base._warn(this.is + ':', config.name, 'not found!'); } } } diff --git a/dashboard-ui/bower_components/neon-animation/neon-shared-element-animation-behavior.html b/dashboard-ui/bower_components/neon-animation/neon-shared-element-animation-behavior.html index 7787615b03..65ca1bdca2 100644 --- a/dashboard-ui/bower_components/neon-animation/neon-shared-element-animation-behavior.html +++ b/dashboard-ui/bower_components/neon-animation/neon-shared-element-animation-behavior.html @@ -37,12 +37,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN var fromPage = config.fromPage; var toPage = config.toPage; if (!fromPage || !toPage) { - console.warn(this.is + ':', !fromPage ? 'fromPage' : 'toPage', 'is undefined!'); + Polymer.Base._warn(this.is + ':', !fromPage ? 'fromPage' : 'toPage', 'is undefined!'); return null; }; if (!fromPage.sharedElements || !toPage.sharedElements) { - console.warn(this.is + ':', 'sharedElements are undefined for', !fromPage.sharedElements ? fromPage : toPage); + Polymer.Base._warn(this.is + ':', 'sharedElements are undefined for', !fromPage.sharedElements ? fromPage : toPage); return null; }; @@ -50,7 +50,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN var to = toPage.sharedElements[config.id]; if (!from || !to) { - console.warn(this.is + ':', 'sharedElement with id', config.id, 'not found in', !from ? fromPage : toPage); + Polymer.Base._warn(this.is + ':', 'sharedElement with id', config.id, 'not found in', !from ? fromPage : toPage); return null; } diff --git a/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages-lazy.html b/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages-lazy.html index 371b4c26e0..aabe24da00 100644 --- a/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages-lazy.html +++ b/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages-lazy.html @@ -1,5 +1,6 @@