polymer-gold-rails 1.0.0.pre.rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +36 -0
- data/Rakefile +1 -0
- data/app/assets/components/gold-cc-cvc-input/README.md +24 -0
- data/app/assets/components/gold-cc-cvc-input/bower.json +39 -0
- data/app/assets/components/gold-cc-cvc-input/cvc_hint.png +0 -0
- data/app/assets/components/gold-cc-cvc-input/cvc_hint_amex.png +0 -0
- data/app/assets/components/gold-cc-cvc-input/demo/index.html +54 -0
- data/app/assets/components/gold-cc-cvc-input/gold-cc-cvc-input.html +195 -0
- data/app/assets/components/gold-cc-cvc-input/hero.svg +36 -0
- data/app/assets/components/gold-cc-cvc-input/index.html +26 -0
- data/app/assets/components/gold-cc-cvc-input/test/basic.html +125 -0
- data/app/assets/components/gold-cc-cvc-input/test/index.html +25 -0
- data/app/assets/components/gold-cc-expiration-input/README.md +10 -0
- data/app/assets/components/gold-cc-expiration-input/bower.json +40 -0
- data/app/assets/components/gold-cc-expiration-input/date-input.html +157 -0
- data/app/assets/components/gold-cc-expiration-input/date-validator.html +38 -0
- data/app/assets/components/gold-cc-expiration-input/demo/index.html +53 -0
- data/app/assets/components/gold-cc-expiration-input/gold-cc-expiration-input.html +131 -0
- data/app/assets/components/gold-cc-expiration-input/hero.svg +58 -0
- data/app/assets/components/gold-cc-expiration-input/index.html +28 -0
- data/app/assets/components/gold-cc-expiration-input/test/basic.html +126 -0
- data/app/assets/components/gold-cc-expiration-input/test/index.html +25 -0
- data/app/assets/components/gold-cc-input/README.md +9 -0
- data/app/assets/components/gold-cc-input/bower.json +39 -0
- data/app/assets/components/gold-cc-input/cc-validator.js +192 -0
- data/app/assets/components/gold-cc-input/demo/index.html +48 -0
- data/app/assets/components/gold-cc-input/gold-cc-input.html +215 -0
- data/app/assets/components/gold-cc-input/hero.svg +52 -0
- data/app/assets/components/gold-cc-input/images/amex.png +0 -0
- data/app/assets/components/gold-cc-input/images/diners_club.png +0 -0
- data/app/assets/components/gold-cc-input/images/discover.png +0 -0
- data/app/assets/components/gold-cc-input/images/jcb.png +0 -0
- data/app/assets/components/gold-cc-input/images/mastercard.png +0 -0
- data/app/assets/components/gold-cc-input/images/visa.png +0 -0
- data/app/assets/components/gold-cc-input/index.html +28 -0
- data/app/assets/components/gold-cc-input/test/basic.html +136 -0
- data/app/assets/components/gold-cc-input/test/index.html +25 -0
- data/app/assets/components/gold-elements/README.md +12 -0
- data/app/assets/components/gold-elements/bower.json +42 -0
- data/app/assets/components/gold-elements/demo/complex-form.html +127 -0
- data/app/assets/components/gold-elements/demo/index.html +94 -0
- data/app/assets/components/gold-elements/demo/item-card.html +59 -0
- data/app/assets/components/gold-elements/demo/simple-form.css +55 -0
- data/app/assets/components/gold-elements/demo/simple-form.html +93 -0
- data/app/assets/components/gold-elements/screenshot.png +0 -0
- data/app/assets/components/gold-email-input/README.md +8 -0
- data/app/assets/components/gold-email-input/bower.json +40 -0
- data/app/assets/components/gold-email-input/demo/index.html +46 -0
- data/app/assets/components/gold-email-input/email-validator.html +31 -0
- data/app/assets/components/gold-email-input/gold-email-input.html +108 -0
- data/app/assets/components/gold-email-input/hero.svg +59 -0
- data/app/assets/components/gold-email-input/index.html +28 -0
- data/app/assets/components/gold-email-input/test/basic.html +97 -0
- data/app/assets/components/gold-email-input/test/index.html +25 -0
- data/app/assets/components/gold-phone-input/README.md +13 -0
- data/app/assets/components/gold-phone-input/bower.json +39 -0
- data/app/assets/components/gold-phone-input/demo/index.html +53 -0
- data/app/assets/components/gold-phone-input/gold-phone-input.html +197 -0
- data/app/assets/components/gold-phone-input/hero.svg +63 -0
- data/app/assets/components/gold-phone-input/index.html +28 -0
- data/app/assets/components/gold-phone-input/test/basic.html +117 -0
- data/app/assets/components/gold-phone-input/test/index.html +25 -0
- data/app/assets/components/gold-zip-input/README.md +8 -0
- data/app/assets/components/gold-zip-input/bower.json +40 -0
- data/app/assets/components/gold-zip-input/demo/index.html +54 -0
- data/app/assets/components/gold-zip-input/gold-zip-input.html +113 -0
- data/app/assets/components/gold-zip-input/hero.svg +43 -0
- data/app/assets/components/gold-zip-input/index.html +28 -0
- data/app/assets/components/gold-zip-input/test/basic.html +116 -0
- data/app/assets/components/gold-zip-input/test/index.html +25 -0
- data/app/assets/components/gold-zip-input/zip-validator.html +32 -0
- data/app/assets/components/iron-autogrow-textarea/README.md +24 -0
- data/app/assets/components/iron-autogrow-textarea/bower.json +37 -0
- data/app/assets/components/iron-autogrow-textarea/demo/index.html +81 -0
- data/app/assets/components/iron-autogrow-textarea/hero.svg +33 -0
- data/app/assets/components/iron-autogrow-textarea/index.html +30 -0
- data/app/assets/components/iron-autogrow-textarea/iron-autogrow-textarea.html +263 -0
- data/app/assets/components/iron-autogrow-textarea/test/basic.html +94 -0
- data/app/assets/components/iron-autogrow-textarea/test/index.html +25 -0
- data/app/assets/components/iron-flex-layout/README.md +4 -0
- data/app/assets/components/iron-flex-layout/bower.json +21 -0
- data/app/assets/components/iron-flex-layout/classes/iron-flex-layout.html +307 -0
- data/app/assets/components/iron-flex-layout/classes/iron-shadow-flex-layout.html +302 -0
- data/app/assets/components/iron-flex-layout/demo/index.html +40 -0
- data/app/assets/components/iron-flex-layout/demo/x-app.html +106 -0
- data/app/assets/components/iron-flex-layout/iron-flex-layout.html +313 -0
- data/app/assets/components/iron-form-element-behavior/README.md +2 -0
- data/app/assets/components/iron-form-element-behavior/bower.json +27 -0
- data/app/assets/components/iron-form-element-behavior/demo/index.html +53 -0
- data/app/assets/components/iron-form-element-behavior/demo/simple-element.html +27 -0
- data/app/assets/components/iron-form-element-behavior/demo/simple-form.html +42 -0
- data/app/assets/components/iron-form-element-behavior/index.html +30 -0
- data/app/assets/components/iron-form-element-behavior/iron-form-element-behavior.html +50 -0
- data/app/assets/components/iron-icon/README.md +56 -0
- data/app/assets/components/iron-icon/bower.json +29 -0
- data/app/assets/components/iron-icon/demo/index.html +28 -0
- data/app/assets/components/iron-icon/demo/location.png +0 -0
- data/app/assets/components/iron-icon/hero.svg +19 -0
- data/app/assets/components/iron-icon/index.html +26 -0
- data/app/assets/components/iron-icon/iron-icon.html +187 -0
- data/app/assets/components/iron-icon/test/index.html +31 -0
- data/app/assets/components/iron-icon/test/iron-icon.html +120 -0
- data/app/assets/components/iron-input/README.md +16 -0
- data/app/assets/components/iron-input/bower.json +36 -0
- data/app/assets/components/iron-input/demo/index.html +87 -0
- data/app/assets/components/iron-input/hero.svg +19 -0
- data/app/assets/components/iron-input/index.html +30 -0
- data/app/assets/components/iron-input/iron-input.html +235 -0
- data/app/assets/components/iron-input/test/index.html +24 -0
- data/app/assets/components/iron-input/test/iron-input.html +139 -0
- data/app/assets/components/iron-input/test/letters-only.html +30 -0
- data/app/assets/components/iron-meta/README.md +46 -0
- data/app/assets/components/iron-meta/bower.json +28 -0
- data/app/assets/components/iron-meta/demo/index.html +45 -0
- data/app/assets/components/iron-meta/hero.svg +33 -0
- data/app/assets/components/iron-meta/index.html +27 -0
- data/app/assets/components/iron-meta/iron-meta.html +352 -0
- data/app/assets/components/iron-meta/test/basic.html +48 -0
- data/app/assets/components/iron-meta/test/index.html +30 -0
- data/app/assets/components/iron-meta/test/iron-meta.html +186 -0
- data/app/assets/components/iron-validatable-behavior/README.md +3 -0
- data/app/assets/components/iron-validatable-behavior/bower.json +35 -0
- data/app/assets/components/iron-validatable-behavior/demo/cats-only.html +46 -0
- data/app/assets/components/iron-validatable-behavior/demo/index.html +71 -0
- data/app/assets/components/iron-validatable-behavior/demo/validatable-input.html +46 -0
- data/app/assets/components/iron-validatable-behavior/index.html +30 -0
- data/app/assets/components/iron-validatable-behavior/iron-validatable-behavior.html +101 -0
- data/app/assets/components/iron-validatable-behavior/test/index.html +35 -0
- data/app/assets/components/iron-validatable-behavior/test/iron-validatable-behavior.html +52 -0
- data/app/assets/components/iron-validatable-behavior/test/test-validatable.html +28 -0
- data/app/assets/components/iron-validator-behavior/README.md +4 -0
- data/app/assets/components/iron-validator-behavior/bower.json +34 -0
- data/app/assets/components/iron-validator-behavior/demo/cats-only.html +46 -0
- data/app/assets/components/iron-validator-behavior/demo/index.html +144 -0
- data/app/assets/components/iron-validator-behavior/index.html +30 -0
- data/app/assets/components/iron-validator-behavior/iron-validator-behavior.html +61 -0
- data/app/assets/components/iron-validator-behavior/test/index.html +34 -0
- data/app/assets/components/iron-validator-behavior/test/iron-validator-behavior.html +47 -0
- data/app/assets/components/iron-validator-behavior/test/simple-validator.html +26 -0
- data/app/assets/components/paper-input/README.md +5 -0
- data/app/assets/components/paper-input/all-imports.html +12 -0
- data/app/assets/components/paper-input/bower.json +44 -0
- data/app/assets/components/paper-input/demo/index.html +96 -0
- data/app/assets/components/paper-input/demo/ssn-input.html +94 -0
- data/app/assets/components/paper-input/demo/ssn-validator.html +31 -0
- data/app/assets/components/paper-input/hero.svg +19 -0
- data/app/assets/components/paper-input/index.html +28 -0
- data/app/assets/components/paper-input/paper-input-addon-behavior.html +47 -0
- data/app/assets/components/paper-input/paper-input-behavior.html +317 -0
- data/app/assets/components/paper-input/paper-input-char-counter.html +95 -0
- data/app/assets/components/paper-input/paper-input-container.html +495 -0
- data/app/assets/components/paper-input/paper-input-error.html +99 -0
- data/app/assets/components/paper-input/paper-input.html +126 -0
- data/app/assets/components/paper-input/paper-textarea.html +106 -0
- data/app/assets/components/paper-input/test/index.html +28 -0
- data/app/assets/components/paper-input/test/letters-only.html +30 -0
- data/app/assets/components/paper-input/test/paper-input-char-counter.html +112 -0
- data/app/assets/components/paper-input/test/paper-input-container.html +237 -0
- data/app/assets/components/paper-input/test/paper-input-error.html +60 -0
- data/app/assets/components/paper-input/test/paper-input.html +213 -0
- data/app/assets/components/paper-input/test/paper-textarea.html +169 -0
- data/app/assets/components/paper-styles/README.md +3 -0
- data/app/assets/components/paper-styles/bower.json +27 -0
- data/app/assets/components/paper-styles/classes/global.html +96 -0
- data/app/assets/components/paper-styles/classes/shadow-layout.html +302 -0
- data/app/assets/components/paper-styles/classes/shadow.html +39 -0
- data/app/assets/components/paper-styles/classes/typography.html +171 -0
- data/app/assets/components/paper-styles/color.html +333 -0
- data/app/assets/components/paper-styles/default-theme.html +39 -0
- data/app/assets/components/paper-styles/demo-pages.html +72 -0
- data/app/assets/components/paper-styles/demo.css +25 -0
- data/app/assets/components/paper-styles/paper-styles-classes.html +14 -0
- data/app/assets/components/paper-styles/paper-styles.html +17 -0
- data/app/assets/components/paper-styles/shadow.html +61 -0
- data/app/assets/components/paper-styles/typography.html +240 -0
- data/app/assets/components/polymer/LICENSE.txt +27 -0
- data/app/assets/components/polymer/bower.json +26 -0
- data/app/assets/components/polymer/build.log +27 -0
- data/app/assets/components/polymer/polymer-micro.html +523 -0
- data/app/assets/components/polymer/polymer-mini.html +1368 -0
- data/app/assets/components/polymer/polymer.html +3768 -0
- data/app/assets/components/webcomponentsjs/CustomElements.js +956 -0
- data/app/assets/components/webcomponentsjs/CustomElements.min.js +11 -0
- data/app/assets/components/webcomponentsjs/HTMLImports.js +1078 -0
- data/app/assets/components/webcomponentsjs/HTMLImports.min.js +11 -0
- data/app/assets/components/webcomponentsjs/MutationObserver.js +344 -0
- data/app/assets/components/webcomponentsjs/MutationObserver.min.js +11 -0
- data/app/assets/components/webcomponentsjs/README.md +125 -0
- data/app/assets/components/webcomponentsjs/ShadowDOM.js +4414 -0
- data/app/assets/components/webcomponentsjs/ShadowDOM.min.js +15 -0
- data/app/assets/components/webcomponentsjs/bower.json +14 -0
- data/app/assets/components/webcomponentsjs/build.log +33 -0
- data/app/assets/components/webcomponentsjs/package.json +31 -0
- data/app/assets/components/webcomponentsjs/webcomponents-lite.js +2300 -0
- data/app/assets/components/webcomponentsjs/webcomponents-lite.min.js +13 -0
- data/app/assets/components/webcomponentsjs/webcomponents.js +7112 -0
- data/app/assets/components/webcomponentsjs/webcomponents.min.js +15 -0
- data/lib/polymer-gold-rails.rb +2 -0
- data/lib/polymer-gold-rails/enigne.rb +4 -0
- data/lib/polymer-gold-rails/version.rb +3 -0
- metadata +312 -0
@@ -0,0 +1,30 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!--
|
3
|
+
@license
|
4
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
5
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
6
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
7
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
8
|
+
Code distributed by Google as part of the polymer project is also
|
9
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
10
|
+
-->
|
11
|
+
<html>
|
12
|
+
<head>
|
13
|
+
|
14
|
+
<meta charset="utf-8">
|
15
|
+
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
|
16
|
+
|
17
|
+
<title>iron-form-element-behavior</title>
|
18
|
+
|
19
|
+
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
|
20
|
+
|
21
|
+
<link rel="import" href="../polymer/polymer.html">
|
22
|
+
<link rel="import" href="../iron-component-page/iron-component-page.html">
|
23
|
+
|
24
|
+
</head>
|
25
|
+
<body>
|
26
|
+
|
27
|
+
<iron-component-page></iron-component-page>
|
28
|
+
|
29
|
+
</body>
|
30
|
+
</html>
|
@@ -0,0 +1,50 @@
|
|
1
|
+
<!--
|
2
|
+
@license
|
3
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
4
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
5
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
6
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
7
|
+
Code distributed by Google as part of the polymer project is also
|
8
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
9
|
+
-->
|
10
|
+
|
11
|
+
<link rel="import" href="../polymer/polymer.html">
|
12
|
+
|
13
|
+
<!--
|
14
|
+
Enables a custom element to be included in an `iron-form`.
|
15
|
+
-->
|
16
|
+
<script>
|
17
|
+
|
18
|
+
/**
|
19
|
+
|
20
|
+
@demo demo/index.html
|
21
|
+
@polymerBehavior
|
22
|
+
|
23
|
+
*/
|
24
|
+
Polymer.IronFormElementBehavior = {
|
25
|
+
|
26
|
+
properties: {
|
27
|
+
|
28
|
+
/**
|
29
|
+
* The name of this element.
|
30
|
+
*/
|
31
|
+
name: {
|
32
|
+
type: String
|
33
|
+
},
|
34
|
+
|
35
|
+
/**
|
36
|
+
* The value for this element.
|
37
|
+
*/
|
38
|
+
value: {
|
39
|
+
notify: true,
|
40
|
+
type: String
|
41
|
+
},
|
42
|
+
},
|
43
|
+
|
44
|
+
attached: function() {
|
45
|
+
this.fire('iron-form-element-register');
|
46
|
+
}
|
47
|
+
|
48
|
+
};
|
49
|
+
|
50
|
+
</script>
|
@@ -0,0 +1,56 @@
|
|
1
|
+
iron-icon
|
2
|
+
=========
|
3
|
+
|
4
|
+
The `iron-icon` element displays an icon. By default an icon renders as a 24px square.
|
5
|
+
|
6
|
+
Example using src:
|
7
|
+
|
8
|
+
```html
|
9
|
+
<iron-icon src="star.png"></iron-icon>
|
10
|
+
```
|
11
|
+
|
12
|
+
Example setting size to 32px x 32px:
|
13
|
+
|
14
|
+
```html
|
15
|
+
<iron-icon class="big" src="big_star.png"></iron-icon>
|
16
|
+
|
17
|
+
<style>
|
18
|
+
.big {
|
19
|
+
height: 32px;
|
20
|
+
width: 32px;
|
21
|
+
}
|
22
|
+
</style>
|
23
|
+
```
|
24
|
+
|
25
|
+
The iron elements include several sets of icons.
|
26
|
+
To use the default set of icons, import `iron-icons.html` and use the `icon` attribute to specify an icon:
|
27
|
+
|
28
|
+
```html
|
29
|
+
<!-- import default iconset and iron-icon -->
|
30
|
+
<link rel="import" href="/components/iron-icons/iron-icons.html">
|
31
|
+
|
32
|
+
<iron-icon icon="menu"></iron-icon>
|
33
|
+
```
|
34
|
+
|
35
|
+
To use a different built-in set of icons, import `iron-icons/<iconset>-icons.html`, and
|
36
|
+
specify the icon as `<iconset>:<icon>`. For example:
|
37
|
+
|
38
|
+
```html
|
39
|
+
<!-- import communication iconset and iron-icon -->
|
40
|
+
<link rel="import" href="/components/iron-icons/communication-icons.html">
|
41
|
+
|
42
|
+
<iron-icon icon="communication:email"></iron-icon>
|
43
|
+
```
|
44
|
+
|
45
|
+
You can also create custom icon sets of bitmap or SVG icons.
|
46
|
+
|
47
|
+
Example of using an icon named `cherry` from a custom iconset with the ID `fruit`:
|
48
|
+
|
49
|
+
```html
|
50
|
+
<iron-icon icon="fruit:cherry"></iron-icon>
|
51
|
+
```
|
52
|
+
|
53
|
+
See [iron-iconset](#iron-iconset) and [iron-iconset-svg](#iron-iconset-svg) for more information about
|
54
|
+
how to create a custom iconset.
|
55
|
+
|
56
|
+
See [iron-icons](http://www.polymer-project.org/components/iron-icons/demo.html) for the default set of icons.
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{
|
2
|
+
"name": "iron-icon",
|
3
|
+
"private": true,
|
4
|
+
"version": "1.0.0",
|
5
|
+
"license": "http://polymer.github.io/LICENSE.txt",
|
6
|
+
"description": "An element that supports displaying an icon",
|
7
|
+
"main": "iron-icon.html",
|
8
|
+
"author": [
|
9
|
+
"The Polymer Authors"
|
10
|
+
],
|
11
|
+
"keywords": [
|
12
|
+
"web-components",
|
13
|
+
"polymer",
|
14
|
+
"icon"
|
15
|
+
],
|
16
|
+
"dependencies": {
|
17
|
+
"iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
|
18
|
+
"iron-meta": "polymerelements/iron-meta#^1.0.0",
|
19
|
+
"polymer": "Polymer/polymer#^1.0.0"
|
20
|
+
},
|
21
|
+
"devDependencies": {
|
22
|
+
"test-fixture": "polymerelements/test-fixture#^1.0.0",
|
23
|
+
"iron-iconset": "polymerelements/iron-iconset#^1.0.0",
|
24
|
+
"iron-icons": "polymerelements/iron-icons#^1.0.0",
|
25
|
+
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
|
26
|
+
"web-component-tester": "*",
|
27
|
+
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
28
|
+
}
|
29
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!--
|
3
|
+
@license
|
4
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
5
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
6
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
7
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
8
|
+
Code distributed by Google as part of the polymer project is also
|
9
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
10
|
+
-->
|
11
|
+
<html>
|
12
|
+
<head>
|
13
|
+
<title>iron-icon demo</title>
|
14
|
+
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
|
15
|
+
<link rel="import" href="../iron-icon.html">
|
16
|
+
<link rel="import" href="../../iron-iconset/iron-iconset.html">
|
17
|
+
</head>
|
18
|
+
<body>
|
19
|
+
<div>
|
20
|
+
<!-- iron-icon using a iron-iconset as its icon source -->
|
21
|
+
<iron-iconset name="example" icons="location" src="location.png" size="24" width="24"></iron-iconset>
|
22
|
+
<iron-icon icon="example:location"></iron-icon>
|
23
|
+
|
24
|
+
<!-- iron-icon using an image url as its icon source -->
|
25
|
+
<iron-icon src="location.png"></iron-icon>
|
26
|
+
</div>
|
27
|
+
</body>
|
28
|
+
</html>
|
Binary file
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
4
|
+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
5
|
+
viewBox="0 0 225 126" enable-background="new 0 0 225 126" xml:space="preserve">
|
6
|
+
<g id="background" display="none">
|
7
|
+
<rect display="inline" fill="#B0BEC5" width="225" height="126"/>
|
8
|
+
</g>
|
9
|
+
<g id="label">
|
10
|
+
</g>
|
11
|
+
<g id="art">
|
12
|
+
<circle cx="112" cy="61" r="8"/>
|
13
|
+
<path d="M129,78H95V44h34V78z M97,76h30V46H97V76z"/>
|
14
|
+
<g id="ic_x5F_add_x0D_">
|
15
|
+
</g>
|
16
|
+
</g>
|
17
|
+
<g id="Guides">
|
18
|
+
</g>
|
19
|
+
</svg>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!--
|
3
|
+
@license
|
4
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
5
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
|
6
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS
|
7
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
|
8
|
+
Code distributed by Google as part of the polymer project is also
|
9
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
|
10
|
+
-->
|
11
|
+
<html>
|
12
|
+
<head>
|
13
|
+
|
14
|
+
<meta charset="utf-8">
|
15
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
16
|
+
|
17
|
+
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
|
18
|
+
<link rel="import" href="../iron-component-page/iron-component-page.html">
|
19
|
+
|
20
|
+
</head>
|
21
|
+
<body>
|
22
|
+
|
23
|
+
<iron-component-page></iron-component-page>
|
24
|
+
|
25
|
+
</body>
|
26
|
+
</html>
|
@@ -0,0 +1,187 @@
|
|
1
|
+
<!--
|
2
|
+
@license
|
3
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
4
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
5
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
6
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
7
|
+
Code distributed by Google as part of the polymer project is also
|
8
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
9
|
+
-->
|
10
|
+
|
11
|
+
<link rel="import" href="../polymer/polymer.html">
|
12
|
+
<link rel="import" href="../iron-meta/iron-meta.html">
|
13
|
+
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
|
14
|
+
|
15
|
+
<!--
|
16
|
+
|
17
|
+
The `iron-icon` element displays an icon. By default an icon renders as a 24px square.
|
18
|
+
|
19
|
+
Example using src:
|
20
|
+
|
21
|
+
<iron-icon src="star.png"></iron-icon>
|
22
|
+
|
23
|
+
Example setting size to 32px x 32px:
|
24
|
+
|
25
|
+
<iron-icon class="big" src="big_star.png"></iron-icon>
|
26
|
+
|
27
|
+
<style>
|
28
|
+
.big {
|
29
|
+
height: 32px;
|
30
|
+
width: 32px;
|
31
|
+
}
|
32
|
+
</style>
|
33
|
+
|
34
|
+
The iron elements include several sets of icons.
|
35
|
+
To use the default set of icons, import `iron-icons.html` and use the `icon` attribute to specify an icon:
|
36
|
+
|
37
|
+
<!-- import default iconset and iron-icon -->
|
38
|
+
<link rel="import" href="/components/iron-icons/iron-icons.html">
|
39
|
+
|
40
|
+
<iron-icon icon="menu"></iron-icon>
|
41
|
+
|
42
|
+
To use a different built-in set of icons, import `iron-icons/<iconset>-icons.html`, and
|
43
|
+
specify the icon as `<iconset>:<icon>`. For example:
|
44
|
+
|
45
|
+
<!-- import communication iconset and iron-icon -->
|
46
|
+
<link rel="import" href="/components/iron-icons/communication-icons.html">
|
47
|
+
|
48
|
+
<iron-icon icon="communication:email"></iron-icon>
|
49
|
+
|
50
|
+
You can also create custom icon sets of bitmap or SVG icons.
|
51
|
+
|
52
|
+
Example of using an icon named `cherry` from a custom iconset with the ID `fruit`:
|
53
|
+
|
54
|
+
<iron-icon icon="fruit:cherry"></iron-icon>
|
55
|
+
|
56
|
+
See [iron-iconset](#iron-iconset) and [iron-iconset-svg](#iron-iconset-svg) for more information about
|
57
|
+
how to create a custom iconset.
|
58
|
+
|
59
|
+
See [iron-icons](http://www.polymer-project.org/components/iron-icons/demo.html) for the default set of icons.
|
60
|
+
|
61
|
+
|
62
|
+
### Styling
|
63
|
+
|
64
|
+
The following custom properties are available for styling:
|
65
|
+
|
66
|
+
Custom property | Description | Default
|
67
|
+
----------------|-------------|----------
|
68
|
+
`--iron-icon-width` | Width of the icon | `24px`
|
69
|
+
`--iron-icon-height` | Height of the icon | `24px`
|
70
|
+
|
71
|
+
@group Iron Elements
|
72
|
+
@element iron-icon
|
73
|
+
@demo demo/index.html
|
74
|
+
@hero hero.svg
|
75
|
+
@homepage polymer.github.io
|
76
|
+
-->
|
77
|
+
|
78
|
+
<style is="custom-style">
|
79
|
+
:root {
|
80
|
+
--iron-icon-width: 24px;
|
81
|
+
--iron-icon-height: 24px;
|
82
|
+
}
|
83
|
+
</style>
|
84
|
+
|
85
|
+
<dom-module id="iron-icon">
|
86
|
+
|
87
|
+
<style>
|
88
|
+
:host {
|
89
|
+
@apply(--layout-inline);
|
90
|
+
@apply(--layout-center-center);
|
91
|
+
position: relative;
|
92
|
+
|
93
|
+
vertical-align: middle;
|
94
|
+
|
95
|
+
fill: currentcolor;
|
96
|
+
|
97
|
+
width: var(--iron-icon-width);
|
98
|
+
height: var(--iron-icon-height);
|
99
|
+
}
|
100
|
+
</style>
|
101
|
+
|
102
|
+
<template>
|
103
|
+
<iron-meta id="meta" type="iconset"></iron-meta>
|
104
|
+
</template>
|
105
|
+
|
106
|
+
<script>
|
107
|
+
|
108
|
+
Polymer({
|
109
|
+
|
110
|
+
is: 'iron-icon',
|
111
|
+
|
112
|
+
properties: {
|
113
|
+
|
114
|
+
/**
|
115
|
+
* The name of the icon to use. The name should be of the form:
|
116
|
+
* `iconset_name:icon_name`.
|
117
|
+
*/
|
118
|
+
icon: {
|
119
|
+
type: String,
|
120
|
+
observer: '_iconChanged'
|
121
|
+
},
|
122
|
+
|
123
|
+
/**
|
124
|
+
* The name of the theme to used, if one is specified by the
|
125
|
+
* iconset.
|
126
|
+
*/
|
127
|
+
theme: {
|
128
|
+
type: String,
|
129
|
+
observer: '_updateIcon'
|
130
|
+
},
|
131
|
+
|
132
|
+
/**
|
133
|
+
* If using iron-icon without an iconset, you can set the src to be
|
134
|
+
* the URL of an individual icon image file. Note that this will take
|
135
|
+
* precedence over a given icon attribute.
|
136
|
+
*/
|
137
|
+
src: {
|
138
|
+
type: String,
|
139
|
+
observer: '_srcChanged'
|
140
|
+
}
|
141
|
+
},
|
142
|
+
|
143
|
+
_DEFAULT_ICONSET: 'icons',
|
144
|
+
|
145
|
+
_iconChanged: function(icon) {
|
146
|
+
var parts = (icon || '').split(':');
|
147
|
+
this._iconName = parts.pop();
|
148
|
+
this._iconsetName = parts.pop() || this._DEFAULT_ICONSET;
|
149
|
+
this._updateIcon();
|
150
|
+
},
|
151
|
+
|
152
|
+
_srcChanged: function(src) {
|
153
|
+
this._updateIcon();
|
154
|
+
},
|
155
|
+
|
156
|
+
_usesIconset: function() {
|
157
|
+
return this.icon || !this.src;
|
158
|
+
},
|
159
|
+
|
160
|
+
_updateIcon: function() {
|
161
|
+
if (this._usesIconset()) {
|
162
|
+
if (this._iconsetName) {
|
163
|
+
this._iconset = this.$.meta.byKey(this._iconsetName);
|
164
|
+
if (this._iconset) {
|
165
|
+
this._iconset.applyIcon(this, this._iconName, this.theme);
|
166
|
+
} else {
|
167
|
+
this._warn(this._logf('_updateIcon', 'could not find iconset `'
|
168
|
+
+ this._iconsetName + '`, did you import the iconset?'));
|
169
|
+
}
|
170
|
+
}
|
171
|
+
} else {
|
172
|
+
if (!this._img) {
|
173
|
+
this._img = document.createElement('img');
|
174
|
+
this._img.style.width = '100%';
|
175
|
+
this._img.style.height = '100%';
|
176
|
+
}
|
177
|
+
this._img.src = this.src;
|
178
|
+
Polymer.dom(this.root).appendChild(this._img);
|
179
|
+
}
|
180
|
+
}
|
181
|
+
|
182
|
+
});
|
183
|
+
|
184
|
+
</script>
|
185
|
+
|
186
|
+
</dom-module>
|
187
|
+
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!--
|
3
|
+
@license
|
4
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
5
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
6
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
7
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
8
|
+
Code distributed by Google as part of the polymer project is also
|
9
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
10
|
+
-->
|
11
|
+
|
12
|
+
<html>
|
13
|
+
<head>
|
14
|
+
|
15
|
+
<meta charset="utf-8">
|
16
|
+
<title>Tests</title>
|
17
|
+
<script src="../../web-component-tester/browser.js"></script>
|
18
|
+
|
19
|
+
</head>
|
20
|
+
<body>
|
21
|
+
|
22
|
+
<script>
|
23
|
+
|
24
|
+
WCT.loadSuites([
|
25
|
+
'iron-icon.html'
|
26
|
+
]);
|
27
|
+
|
28
|
+
</script>
|
29
|
+
|
30
|
+
</body>
|
31
|
+
</html>
|