From c3765bb90e230c0281d86975fc764fd10f20ae12 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 9 Dec 2015 11:59:23 -0500 Subject: [PATCH] update polymer components --- .../iron-behaviors/.bower.json | 6 +- .../bower_components/paper-input/.bower.json | 11 +- .../bower_components/paper-input/bower.json | 5 +- .../paper-input/demo/index.html | 169 ++++++++++-------- .../paper-input/paper-input-behavior.html | 8 +- .../paper-input/paper-input-char-counter.html | 3 +- .../paper-input/paper-input-container.html | 25 +-- .../paper-input/paper-input-error.html | 3 +- .../paper-input/paper-input.html | 3 +- .../paper-input/paper-textarea.html | 2 +- .../test/paper-input-char-counter.html | 3 - .../test/paper-input-container.html | 5 +- .../paper-input/test/paper-input-error.html | 5 +- .../paper-input/test/paper-input.html | 6 +- .../paper-input/test/paper-textarea.html | 8 +- .../bower_components/paper-ripple/.bower.json | 6 +- .../bower_components/polymer/.bower.json | 6 +- dashboard-ui/components/tvguide/tvguide.js | 4 +- dashboard-ui/scripts/htmlmediarenderer.js | 2 +- dashboard-ui/scripts/librarylist.js | 10 +- dashboard-ui/scripts/librarymenu.js | 4 +- dashboard-ui/scripts/site.js | 1 - dashboard-ui/thirdparty/hls.min.js | 7 +- 23 files changed, 150 insertions(+), 152 deletions(-) diff --git a/dashboard-ui/bower_components/iron-behaviors/.bower.json b/dashboard-ui/bower_components/iron-behaviors/.bower.json index db08f2170c..17f68b3351 100644 --- a/dashboard-ui/bower_components/iron-behaviors/.bower.json +++ b/dashboard-ui/bower_components/iron-behaviors/.bower.json @@ -29,14 +29,14 @@ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "ignore": [], - "homepage": "https://github.com/PolymerElements/iron-behaviors", + "homepage": "https://github.com/polymerelements/iron-behaviors", "_release": "1.0.12", "_resolution": { "type": "version", "tag": "v1.0.12", "commit": "657f526a2382a659cdf4e13be87ecc89261588a3" }, - "_source": "git://github.com/PolymerElements/iron-behaviors.git", + "_source": "git://github.com/polymerelements/iron-behaviors.git", "_target": "^1.0.0", - "_originalSource": "PolymerElements/iron-behaviors" + "_originalSource": "polymerelements/iron-behaviors" } \ No newline at end of file diff --git a/dashboard-ui/bower_components/paper-input/.bower.json b/dashboard-ui/bower_components/paper-input/.bower.json index 7179cab298..8d106232c1 100644 --- a/dashboard-ui/bower_components/paper-input/.bower.json +++ b/dashboard-ui/bower_components/paper-input/.bower.json @@ -1,6 +1,6 @@ { "name": "paper-input", - "version": "1.1.2", + "version": "1.1.3", "description": "Material design text fields", "authors": [ "The Polymer Authors" @@ -37,19 +37,20 @@ }, "devDependencies": { "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", + "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", "iron-icon": "PolymerElements/iron-icon#^1.0.0", "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0", "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "web-component-tester": "Polymer/web-component-tester#^3.3.0", + "web-component-tester": "Polymer/web-component-tester#^3.4.0", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, - "_release": "1.1.2", + "_release": "1.1.3", "_resolution": { "type": "version", - "tag": "v1.1.2", - "commit": "6c6ba4b5e3e4b18ee387d2b922e00e3edfe0e347" + "tag": "v1.1.3", + "commit": "f070288446f9e78fbe16b032ddb429a8e8015ee7" }, "_source": "git://github.com/polymerelements/paper-input.git", "_target": "^1.0.9", diff --git a/dashboard-ui/bower_components/paper-input/bower.json b/dashboard-ui/bower_components/paper-input/bower.json index 580ec25043..4b1c8fe6ae 100644 --- a/dashboard-ui/bower_components/paper-input/bower.json +++ b/dashboard-ui/bower_components/paper-input/bower.json @@ -1,6 +1,6 @@ { "name": "paper-input", - "version": "1.1.2", + "version": "1.1.3", "description": "Material design text fields", "authors": [ "The Polymer Authors" @@ -37,12 +37,13 @@ }, "devDependencies": { "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", + "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", "iron-icon": "PolymerElements/iron-icon#^1.0.0", "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0", "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", - "web-component-tester": "Polymer/web-component-tester#^3.3.0", + "web-component-tester": "Polymer/web-component-tester#^3.4.0", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" } } diff --git a/dashboard-ui/bower_components/paper-input/demo/index.html b/dashboard-ui/bower_components/paper-input/demo/index.html index cc7005560f..b0d02e789c 100644 --- a/dashboard-ui/bower_components/paper-input/demo/index.html +++ b/dashboard-ui/bower_components/paper-input/demo/index.html @@ -10,7 +10,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN --> - @@ -19,27 +18,46 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN - - - - - - + + + + + + + + - - - - + iron-icon { + padding-right: 5px; + } + +
+

Inputs can have different types, and be disabled

+ + + -
-

Text input

+

Inputs can have character counters

+ + + -
- +

The label can have different floating states

+ + + - +

Inputs can validate automatically or on demand, and can have custom error messages

+ + + - +

Inputs can have prefixes and suffixes

+ + + - -
- -

Text area

-
- -
- -

Validation

-
- - - - - -
- -
- -

Character counter

-
- - - - - - - - - -
- -

Prefixes and Suffixes

-
- -
$
-
- - -
@email.com
-
- - - - - - -
- -

Complex inputs

-
-