polymer-core-rails 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -3
  3. data/app/assets/components/context-free-parser/context-free-parser.js +27 -4
  4. data/app/assets/components/core-a11y-keys/core-a11y-keys.html +4 -4
  5. data/app/assets/components/core-ajax/core-ajax.html +38 -10
  6. data/app/assets/components/core-ajax/core-xhr.html +1 -1
  7. data/app/assets/components/core-animated-pages/core-animated-pages.html +25 -2
  8. data/app/assets/components/core-animation/web-animations.html +1 -1
  9. data/app/assets/components/core-collapse/core-collapse.html +1 -1
  10. data/app/assets/components/core-doc-viewer/elements/core-doc-page.css +26 -1
  11. data/app/assets/components/core-doc-viewer/elements/core-doc-page.html +39 -4
  12. data/app/assets/components/core-doc-viewer/elements/core-doc-toc.css +3 -3
  13. data/app/assets/components/core-drawer-panel/core-drawer-panel.css +14 -6
  14. data/app/assets/components/core-drawer-panel/core-drawer-panel.html +32 -8
  15. data/app/assets/components/core-dropdown/core-dropdown.html +8 -2
  16. data/app/assets/components/core-elements/core-elements.html +1 -0
  17. data/app/assets/components/core-icon/core-icon.html +0 -2
  18. data/app/assets/components/core-icons/av-icons.html +2 -9
  19. data/app/assets/components/core-icons/communication-icons.html +39 -42
  20. data/app/assets/components/core-icons/core-icons.html +231 -235
  21. data/app/assets/components/core-icons/device-icons.html +75 -90
  22. data/app/assets/components/core-icons/editor-icons.html +52 -52
  23. data/app/assets/components/core-icons/hardware-icons.html +40 -41
  24. data/app/assets/components/core-icons/image-icons.html +133 -137
  25. data/app/assets/components/core-icons/maps-icons.html +55 -57
  26. data/app/assets/components/core-icons/notification-icons.html +34 -34
  27. data/app/assets/components/core-icons/social-icons.html +23 -37
  28. data/app/assets/components/core-image/core-image.html +3 -3
  29. data/app/assets/components/core-list/core-list.html +50 -27
  30. data/app/assets/components/core-localstorage/core-localstorage.html +4 -5
  31. data/app/assets/components/core-menu/core-menu.html +8 -3
  32. data/app/assets/components/core-menu/core-submenu.html +2 -2
  33. data/app/assets/components/core-overlay/core-key-helper.html +3 -0
  34. data/app/assets/components/core-overlay/core-overlay-layer.html +3 -0
  35. data/app/assets/components/core-overlay/core-overlay.html +20 -4
  36. data/app/assets/components/core-resizable/core-resizable.html +248 -0
  37. data/app/assets/components/core-scroll-header-panel/core-scroll-header-panel.html +14 -3
  38. data/app/assets/components/core-scroll-threshold/core-scroll-threshold.html +222 -0
  39. data/app/assets/components/core-scroll-threshold/metadata.html +24 -0
  40. data/app/assets/components/core-selection/core-selection.html +1 -1
  41. data/app/assets/components/core-selector/core-selector.html +26 -26
  42. data/app/assets/components/core-splitter/core-splitter.html +17 -2
  43. data/app/assets/components/core-style/core-style.html +1 -1
  44. data/app/assets/components/core-toolbar/core-toolbar.html +1 -1
  45. data/app/assets/components/core-tooltip/core-tooltip.css +2 -2
  46. data/app/assets/components/core-tooltip/core-tooltip.html +16 -5
  47. data/app/assets/components/core-tooltip/metadata.html +1 -1
  48. data/app/assets/components/google-code-prettify/styles/doxy.css +1 -1
  49. data/app/assets/components/marked/lib/marked.js +11 -5
  50. data/app/assets/components/marked/marked.min.js +6 -0
  51. data/app/assets/components/paper-button/paper-button-base.html +56 -12
  52. data/app/assets/components/paper-button/paper-button.html +22 -5
  53. data/app/assets/components/paper-fab/paper-fab.html +2 -2
  54. data/app/assets/components/paper-ripple/paper-ripple.html +2 -1
  55. data/app/assets/components/paper-shadow/paper-shadow.css +10 -10
  56. data/app/assets/components/paper-shadow/paper-shadow.html +8 -1
  57. data/app/assets/components/sampler-scaffold/sampler-scaffold.css +1 -1
  58. data/app/assets/components/{web-animations-next → web-animations-js}/src/animation-constructor.js +10 -5
  59. data/app/assets/components/{web-animations-next → web-animations-js}/src/animation-node.js +1 -1
  60. data/app/assets/components/{web-animations-next → web-animations-js}/src/animation.js +2 -2
  61. data/app/assets/components/{web-animations-next → web-animations-js}/src/apply-preserving-inline-style.js +2 -3
  62. data/app/assets/components/{web-animations-next → web-animations-js}/src/apply.js +1 -1
  63. data/app/assets/components/{web-animations-next → web-animations-js}/src/box-handler.js +1 -1
  64. data/app/assets/components/{web-animations-next → web-animations-js}/src/color-handler.js +2 -2
  65. data/app/assets/components/{web-animations-next → web-animations-js}/src/deprecation.js +0 -0
  66. data/app/assets/components/{web-animations-next → web-animations-js}/src/dev.js +0 -0
  67. data/app/assets/components/{web-animations-next → web-animations-js}/src/dimension-handler.js +1 -1
  68. data/app/assets/components/{web-animations-next → web-animations-js}/src/effect-callback.js +2 -2
  69. data/app/assets/components/{web-animations-next → web-animations-js}/src/effect.js +1 -1
  70. data/app/assets/components/{web-animations-next → web-animations-js}/src/element-animatable.js +1 -1
  71. data/app/assets/components/{web-animations-next → web-animations-js}/src/font-weight-handler.js +1 -1
  72. data/app/assets/components/{web-animations-next → web-animations-js}/src/group-constructors.js +2 -1
  73. data/app/assets/components/{web-animations-next → web-animations-js}/src/handler-utils.js +1 -1
  74. data/app/assets/components/{web-animations-next → web-animations-js}/src/interpolation.js +1 -1
  75. data/app/assets/components/{web-animations-next → web-animations-js}/src/matrix-decomposition.js +1 -1
  76. data/app/assets/components/{web-animations-next → web-animations-js}/src/matrix-interpolation.js +1 -1
  77. data/app/assets/components/{web-animations-next → web-animations-js}/src/normalize-keyframes.js +1 -1
  78. data/app/assets/components/{web-animations-next → web-animations-js}/src/number-handler.js +1 -1
  79. data/app/assets/components/{web-animations-next → web-animations-js}/src/player.js +1 -1
  80. data/app/assets/components/{web-animations-next → web-animations-js}/src/position-handler.js +1 -1
  81. data/app/assets/components/{web-animations-next → web-animations-js}/src/property-interpolation.js +1 -1
  82. data/app/assets/components/{web-animations-next → web-animations-js}/src/property-names.js +1 -1
  83. data/app/assets/components/{web-animations-next → web-animations-js}/src/scope.js +2 -2
  84. data/app/assets/components/{web-animations-next → web-animations-js}/src/shadow-handler.js +1 -1
  85. data/app/assets/components/{web-animations-next → web-animations-js}/src/shape-handler.js +1 -1
  86. data/app/assets/components/{web-animations-next → web-animations-js}/src/tick.js +1 -1
  87. data/app/assets/components/{web-animations-next → web-animations-js}/src/timeline.js +7 -7
  88. data/app/assets/components/{web-animations-next → web-animations-js}/src/timing-utilities.js +0 -0
  89. data/app/assets/components/{web-animations-next → web-animations-js}/src/transform-handler.js +1 -1
  90. data/app/assets/components/{web-animations-next → web-animations-js}/src/visibility-handler.js +1 -1
  91. data/app/assets/components/{web-animations-next/src/maxifill-player.js → web-animations-js/src/web-animations-next-player.js} +1 -1
  92. data/app/assets/components/{web-animations-next → web-animations-js}/web-animations-next-lite.dev.html +1 -1
  93. data/app/assets/components/{web-animations-next → web-animations-js}/web-animations-next-lite.dev.js +0 -0
  94. data/app/assets/components/web-animations-js/web-animations-next-lite.min.js +17 -0
  95. data/app/assets/components/{web-animations-next → web-animations-js}/web-animations-next.dev.html +1 -1
  96. data/app/assets/components/{web-animations-next → web-animations-js}/web-animations-next.dev.js +0 -0
  97. data/app/assets/components/web-animations-js/web-animations-next.min.js +17 -0
  98. data/app/assets/components/{web-animations-next → web-animations-js}/web-animations.dev.html +0 -0
  99. data/app/assets/components/{web-animations-next → web-animations-js}/web-animations.dev.js +0 -0
  100. data/app/assets/components/{web-animations-next → web-animations-js}/web-animations.html +1 -3
  101. data/app/assets/components/web-animations-js/web-animations.min.js +17 -0
  102. data/app/assets/components/webcomponentsjs/CustomElements.js +634 -0
  103. data/app/assets/components/webcomponentsjs/CustomElements.min.js +11 -0
  104. data/app/assets/components/webcomponentsjs/HTMLImports.js +764 -0
  105. data/app/assets/components/webcomponentsjs/HTMLImports.min.js +11 -0
  106. data/app/assets/components/webcomponentsjs/ShadowDOM.js +4277 -0
  107. data/app/assets/components/webcomponentsjs/ShadowDOM.min.js +13 -0
  108. data/app/assets/components/webcomponentsjs/webcomponents-lite.js +1728 -0
  109. data/app/assets/components/webcomponentsjs/webcomponents-lite.min.js +11 -0
  110. data/app/assets/components/webcomponentsjs/webcomponents.js +6114 -0
  111. data/app/assets/components/webcomponentsjs/webcomponents.min.js +14 -0
  112. data/lib/polymer-core-rails/version.rb +1 -1
  113. metadata +60 -76
  114. data/app/assets/components/context-free-parser/package.json +0 -16
  115. data/app/assets/components/core-ajax/demo-progress.html +0 -65
  116. data/app/assets/components/core-dropdown/metadata.html +0 -62
  117. data/app/assets/components/core-icons/png-icons.html +0 -19
  118. data/app/assets/components/core-overlay/tests/html/core-overlay-basic.html +0 -127
  119. data/app/assets/components/core-overlay/tests/html/core-overlay-positioning-margin.html +0 -153
  120. data/app/assets/components/core-overlay/tests/html/core-overlay-positioning.html +0 -167
  121. data/app/assets/components/core-overlay/tests/html/core-overlay-scroll.html +0 -130
  122. data/app/assets/components/core-overlay/tests/js/htmltests.js +0 -6
  123. data/app/assets/components/core-overlay/tests/runner.html +0 -14
  124. data/app/assets/components/core-overlay/tests/tests.json +0 -6
  125. data/app/assets/components/core-popup-menu/core-popup-menu.css +0 -28
  126. data/app/assets/components/core-popup-menu/core-popup-menu.html +0 -198
  127. data/app/assets/components/core-popup-menu/core-popup-overlay.html +0 -111
  128. data/app/assets/components/core-popup-menu/metadata.html +0 -62
  129. data/app/assets/components/core-shared-lib/tests/html/core-shared-lib.html +0 -47
  130. data/app/assets/components/core-shared-lib/tests/js/htmltests.js +0 -3
  131. data/app/assets/components/core-shared-lib/tests/runner.html +0 -14
  132. data/app/assets/components/core-shared-lib/tests/tests.json +0 -6
  133. data/app/assets/components/marked/LICENSE +0 -19
  134. data/app/assets/components/marked/Makefile +0 -12
  135. data/app/assets/components/marked/package.json +0 -22
  136. data/app/assets/components/platform/platform.js +0 -16
  137. data/app/assets/components/web-animations-js/web-animations.js +0 -5529
  138. data/app/assets/components/web-animations-next/Gruntfile.js +0 -279
  139. data/app/assets/components/web-animations-next/History.md +0 -76
  140. data/app/assets/components/web-animations-next/package.json +0 -33
  141. data/app/assets/components/web-animations-next/target-config.js +0 -124
  142. data/app/assets/components/web-animations-next/target-loader.js +0 -13
  143. data/app/assets/components/web-animations-next/templates/boilerplate +0 -13
  144. data/app/assets/components/web-animations-next/templates/runner.html +0 -26
  145. data/app/assets/components/web-animations-next/templates/web-animations.html +0 -18
  146. data/app/assets/components/web-animations-next/templates/web-animations.js +0 -21
@@ -1,6 +0,0 @@
1
- htmlSuite('core-overlay', function() {
2
- htmlTest('html/core-overlay-basic.html');
3
- htmlTest('html/core-overlay-positioning.html');
4
- htmlTest('html/core-overlay-positioning-margin.html');
5
- htmlTest('html/core-overlay-scroll.html');
6
- });
@@ -1,14 +0,0 @@
1
- <!doctype htmlz>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
6
- <title>Web Component Test Runner</title>
7
- <script src="../../polymer-test-tools/ci-support.js"></script>
8
- </head>
9
- <body>
10
- <script>
11
- runTests('tests.json');
12
- </script>
13
- </body>
14
- </html>
@@ -1,6 +0,0 @@
1
- {
2
- "tools": ["chai", "mocha-tdd"],
3
- "tests": [
4
- "js/htmltests.js"
5
- ]
6
- }
@@ -1,28 +0,0 @@
1
- /*
2
- Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
3
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
- Code distributed by Google as part of the polymer project is also
7
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
- */
9
-
10
- :host {
11
- display: block;
12
- border-radius: 3px;
13
- background-color: #fff;
14
- color: #000;
15
- max-height: inherit;
16
- }
17
-
18
- #menu {
19
- max-height: inherit;
20
- overflow: scroll;
21
- -webkit-overflow-scrolling: touch;
22
- margin: 0;
23
- }
24
-
25
- polyfill-next-selector { content: ':host > .core-selected'; }
26
- ::content .core-selected {
27
- background-color: #eee;
28
- }
@@ -1,198 +0,0 @@
1
- <!--
2
- Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
3
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
- Code distributed by Google as part of the polymer project is also
7
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
- -->
9
-
10
- <!--
11
-
12
- `core-popup-menu` is a popup menu that can be positioned relative to another
13
- element, usually the element that opens or closes the menu. It can be used
14
- to implement drop-downs, menu buttons, etc..
15
-
16
- Example:
17
-
18
- <template is="auto-binding">
19
- <div id="control">Your favorite pastry:</div>
20
- <core-popup-menu relatedTarget="{{$.control}}" on-core-select="{{selectAction}}">
21
- <core-item label="Churro"></core-item>
22
- <core-item label="Donut"></core-item>
23
- <core-item label="Macaron"></core-item>
24
- </core-popup-menu>
25
- </template>
26
-
27
- @group Polymer Core Elements
28
- @element core-popup-menu
29
- @homepage github.io
30
- -->
31
-
32
- <!--
33
- Fired when an item's selection state is changed. This event is fired both
34
- when an item is selected or deselected. The `isSelected` detail property
35
- contains the selection state.
36
-
37
- @event core-select
38
- @param {Object} detail
39
- @param {boolean} detail.isSelected true for selection and false for de-selection
40
- @param {Object} detail.item the item element
41
- -->
42
- <link href="../polymer/polymer.html" rel="import">
43
- <link href="../core-menu/core-menu.html" rel="import">
44
-
45
- <link href="core-popup-overlay.html" rel="import">
46
-
47
- <polymer-element name="core-popup-menu">
48
- <template>
49
-
50
- <link href="core-popup-menu.css" rel="stylesheet">
51
-
52
- <core-popup-overlay id="overlay" target="{{}}" sizingTarget="{{$.menu}}" relatedTarget="{{relatedTarget}}" opened="{{opened}}" halign="{{halign}}" valign="{{valign}}" transition="{{transition}}"></core-popup-overlay>
53
-
54
- <core-menu id="menu" selected="{{selected}}" valueattr="{{valueattr}}" selectedClass="{{selectedClass}}" selectedProperty="{{selectedProperty}}" selectedAttribute="{{selectedAttribute}}" selectedItem="{{selectedItem}}" selectedModel="{{selectedModel}}" selectedIndex="{{selectedIndex}}" on-core-select="{{selectAction}}">
55
- <content></content>
56
- </core-menu>
57
-
58
- </template>
59
- <script>
60
-
61
- Polymer({
62
-
63
- publish: {
64
-
65
- /**
66
- * The element associated with this menu, usually the element that
67
- * causes the menu the open.
68
- *
69
- * @attribute relatedTarget
70
- * @type Node
71
- */
72
- relatedTarget: null,
73
-
74
- /**
75
- * If true, the menu is currently visible.
76
- *
77
- * @attribute opened
78
- * @type boolean
79
- * @default false
80
- */
81
- opened: false,
82
-
83
- /**
84
- * The horizontal alignment of the pulldown menu relative to the button.
85
- *
86
- * @attribute halign
87
- * @type 'left' | 'right' | 'auto'
88
- * @default 'auto'
89
- */
90
- halign: { value: 'auto', reflect: true },
91
-
92
- /**
93
- * The vertical alignment of the pulldown menu relative to the button.
94
- *
95
- * @attribute valign
96
- * @type 'bottom' | 'top' | 'auto'
97
- * @default 'auto'
98
- */
99
- valign: { value: 'auto', reflect: true },
100
-
101
- /**
102
- * The transition property specifies a string which identifies a
103
- * <a href="../core-transition/">`core-transition`</a> element that
104
- * will be used to help the overlay open and close. The default
105
- * `core-transition-fade` will cause the overlay to fade in and out.
106
- *
107
- * @attribute transition
108
- * @type string
109
- * @default 'core-transition-fade'
110
- */
111
- transition: null,
112
-
113
- /**
114
- * Gets or sets the selected element. Default to use the index
115
- * of the item element.
116
- *
117
- * @attribute selected
118
- * @type Object
119
- * @default null
120
- */
121
- selected: null,
122
-
123
- /**
124
- * Specifies the attribute to be used for "selected" attribute.
125
- *
126
- * @attribute valueattr
127
- * @type string
128
- * @default 'name'
129
- */
130
- valueattr: 'name',
131
-
132
- /**
133
- * Specifies the CSS class to be used to add to the selected element.
134
- *
135
- * @attribute selectedClass
136
- * @type string
137
- * @default 'core-selected'
138
- */
139
- selectedClass: 'core-selected',
140
-
141
- /**
142
- * Specifies the property to be used to set on the selected element
143
- * to indicate its active state.
144
- *
145
- * @attribute selectedProperty
146
- * @type string
147
- * @default ''
148
- */
149
- selectedProperty: '',
150
-
151
- /**
152
- * Specifies the attribute to set on the selected element to indicate
153
- * its active state.
154
- *
155
- * @attribute selectedAttribute
156
- * @type string
157
- * @default 'active'
158
- */
159
- selectedAttribute: 'active',
160
-
161
- /**
162
- * Returns the currently selected element.
163
- *
164
- * @attribute selectedItem
165
- * @type Object
166
- * @default null
167
- */
168
- selectedItem: null,
169
-
170
- /**
171
- * In single selection, this returns the model associated with the
172
- * selected element.
173
- *
174
- * @attribute selectedModel
175
- * @type Object
176
- * @default null
177
- */
178
- selectedModel: null,
179
-
180
- /**
181
- * In single selection, this returns the selected index.
182
- *
183
- * @attribute selectedIndex
184
- * @type number
185
- * @default -1
186
- */
187
- selectedIndex: -1
188
-
189
- },
190
-
191
- selectAction: function() {
192
- this.opened = false;
193
- }
194
-
195
- });
196
-
197
- </script>
198
- </polymer-element>
@@ -1,111 +0,0 @@
1
- <!--
2
- Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
3
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6
- Code distributed by Google as part of the polymer project is also
7
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8
- -->
9
-
10
- <link rel="import" href="../polymer/polymer.html">
11
- <link rel="import" href="../core-overlay/core-overlay.html">
12
-
13
- <!--
14
-
15
- `core-popup-overlay` is a helper class to position an overlay relative to another
16
- element.
17
-
18
- @group Polymer Core Elements
19
- @element core-popup-overlay
20
- @extends core-overlay
21
- @homepage github.io
22
- -->
23
-
24
- <polymer-element name="core-popup-overlay" extends="core-overlay">
25
- <script>
26
- Polymer({
27
-
28
- publish: {
29
-
30
- /**
31
- * The `relatedTarget` is an element used to position the overlay, for example a
32
- * button the user taps to show a menu.
33
- *
34
- * @attribute relatedTarget
35
- * @type Element
36
- */
37
- relatedTarget: null,
38
-
39
- /**
40
- * The horizontal alignment of the overlay relative to the `relatedTarget`.
41
- *
42
- * @attribute halign
43
- * @type 'left'|'right'|'auto'
44
- * @default 'auto'
45
- */
46
- halign: 'auto',
47
-
48
- /**
49
- * The vertical alignment of the overlay relative to the `relatedTarget`.
50
- *
51
- * @attribute valign
52
- * @type 'top'|'bottom'|'auto'
53
- * @default 'bottom'
54
- */
55
- valign: 'auto',
56
-
57
- margin: 12
58
-
59
- },
60
-
61
- positionTarget: function() {
62
- if (!this.relatedTarget) {
63
- this.super();
64
- return;
65
- }
66
-
67
- var top, left, bottom, right;
68
- var ref = this.relatedTarget.getBoundingClientRect();
69
-
70
- if (this.halign === 'left') {
71
- left = ref.left;
72
- } else if (this.halign === 'right') {
73
- right = window.innerWidth - ref.right;
74
- } else if (this.halign === 'auto') {
75
- if (ref.left + this.target.offsetWidth > window.innerWidth) {
76
- right = window.innerWidth - ref.right;
77
- } else {
78
- left = ref.left;
79
- }
80
- }
81
-
82
- if (this.valign === 'top') {
83
- bottom = window.innerHeight - ref.bottom;
84
- } else if (this.valign === 'bottom') {
85
- top = ref.top;
86
- } else if (this.valign === 'auto') {
87
- if (ref.top + this.target.offsetHeight > window.innerHeight && this.target.offsetHeight < window.innerHeight) {
88
- bottom = window.innerHeight - ref.bottom;
89
- } else {
90
- top = ref.top;
91
- }
92
- }
93
-
94
- (top !== undefined) && (this.target.style.top = top + 'px');
95
- (left !== undefined) && (this.target.style.left = left + 'px');
96
- (bottom !== undefined) && (this.target.style.bottom = bottom + 'px');
97
- (right !== undefined) && (this.target.style.right = right + 'px');
98
- },
99
-
100
- sizeTarget: function() {
101
- var rect = this.relatedTarget.getBoundingClientRect();
102
- var sizer = this.sizingTarget || this.target;
103
-
104
- sizer.style.minWidth = rect.width + 'px';
105
-
106
- this.super();
107
- }
108
-
109
- });
110
- </script>
111
- </polymer-element>
@@ -1,62 +0,0 @@
1
- <!--
2
- @license
3
- Copyright (c) 2014 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
- <x-meta id="core-menu" label="Menu" group="Core" isContainer>
11
-
12
- <template>
13
-
14
- <core-menu selected="0" style="font-size: 16px;">
15
-
16
- <core-submenu icon="settings" label="Topics">
17
-
18
- <core-item label="Topic 1"></core-item>
19
- <core-item label="Topic 2"></core-item>
20
-
21
- </core-submenu>
22
-
23
- <core-submenu icon="settings" label="Favorites">
24
-
25
- <core-item label="Favorite 1"></core-item>
26
- <core-item label="Favorite 2"></core-item>
27
- <core-item label="Favorite 3"></core-item>
28
-
29
- </core-submenu>
30
-
31
- </core-menu>
32
-
33
- </template>
34
-
35
- <template id="imports">
36
-
37
- <link rel="import" href="core-submenu.html">
38
-
39
- </template>
40
-
41
- </x-meta>
42
-
43
- <x-meta id="core-submenu" label="Sub Menu" group="Core" isContainer>
44
-
45
- <template>
46
-
47
- <core-submenu icon="settings" label="Topics">
48
-
49
- <core-item label="Topic 1"></core-item>
50
- <core-item label="Topic 2"></core-item>
51
-
52
- </core-submenu>
53
-
54
- </template>
55
-
56
- <template id="imports">
57
-
58
- <link rel="import" href="core-submenu.html">
59
-
60
- </template>
61
-
62
- </x-meta>
@@ -1,47 +0,0 @@
1
- <!doctype html>
2
- <!--
3
- Copyright (c) 2014 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
- <html>
11
- <head>
12
- <title>core-shared-lib</title>
13
-
14
- <script src="../../../webcomponentsjs/webcomponents.js"></script>
15
- <script src="../../../polymer-test-tools/chai/chai.js"></script>
16
- <script src="../../../polymer-test-tools/htmltest.js"></script>
17
-
18
- <link rel="import" href="../../core-shared-lib.html">
19
-
20
- </head>
21
- <body>
22
-
23
- <core-shared-lib url="https://apis.google.com/js/client.js?onload=%%callback%%"></core-shared-lib>
24
-
25
- <template id="t" bind="{{}}">
26
- <core-shared-lib url="https://apis.google.com/js/client.js?onload=%%callback%%"></core-shared-lib>
27
- </template>
28
-
29
- <script>
30
-
31
- var count = 0;
32
- addEventListener("core-shared-lib-load", function(event) {
33
- if (++count === 2) {
34
- done();
35
- } else {
36
- chai.assert.isTrue(count < 2);
37
- // request the api again
38
- setTimeout(function() {
39
- document.querySelector('#t').model = {};
40
- }, 100);
41
- }
42
- });
43
-
44
- </script>
45
-
46
- </body>
47
- </html>
@@ -1,3 +0,0 @@
1
- htmlSuite('core-shared-lib', function() {
2
- htmlTest('html/core-shared-lib.html');
3
- });
@@ -1,14 +0,0 @@
1
- <!doctype htmlz>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
6
- <title>Web Component Test Runner</title>
7
- <script src="../../polymer-test-tools/ci-support.js"></script>
8
- </head>
9
- <body>
10
- <script>
11
- runTests('tests.json');
12
- </script>
13
- </body>
14
- </html>
@@ -1,6 +0,0 @@
1
- {
2
- "tools": ["chai", "mocha-tdd"],
3
- "tests": [
4
- "js/htmltests.js"
5
- ]
6
- }
@@ -1,19 +0,0 @@
1
- Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in
11
- all copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.
@@ -1,12 +0,0 @@
1
- all:
2
- @cp lib/marked.js marked.js
3
- @uglifyjs -o marked.min.js marked.js
4
-
5
- clean:
6
- @rm marked.js
7
- @rm marked.min.js
8
-
9
- bench:
10
- @node test --bench
11
-
12
- .PHONY: clean all
@@ -1,22 +0,0 @@
1
- {
2
- "name": "marked",
3
- "description": "A markdown parser built for speed",
4
- "author": "Christopher Jeffrey",
5
- "version": "0.3.2",
6
- "main": "./lib/marked.js",
7
- "bin": "./bin/marked",
8
- "man": "./man/marked.1",
9
- "preferGlobal": true,
10
- "repository": "git://github.com/chjj/marked.git",
11
- "homepage": "https://github.com/chjj/marked",
12
- "bugs": { "url": "http://github.com/chjj/marked/issues" },
13
- "license": "MIT",
14
- "keywords": ["markdown", "markup", "html"],
15
- "tags": ["markdown", "markup", "html"],
16
- "devDependencies": {
17
- "markdown": "*",
18
- "showdown": "*",
19
- "robotskirt": "*"
20
- },
21
- "scripts": { "test": "node test", "bench": "node test --bench" }
22
- }